-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
230 additions
and
175 deletions.
There are no files selected for viewing
317 changes: 160 additions & 157 deletions
317
web/libs/features/modules-interactivity/src/lib/components/grid/grid.component.js
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
...eractivity/src/lib/components/module-interactive-part/_module-interactive-part.theme.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
$grid-border-color: #e4e7ed; | ||
|
||
@mixin module-interactive-part-theme($mosaic-theme) { | ||
.module-interactivity-container { | ||
.drag-select { | ||
.sortable-ghost { | ||
color: #fff !important; | ||
background: #909399 !important; | ||
} | ||
} | ||
|
||
.el-table .el-table__row_selected { | ||
background-color: #f0f7ff; | ||
} | ||
|
||
.el-pagination__selected { | ||
color: #606266; | ||
} | ||
|
||
.vue-grid__search-input .el-input-group__prepend { | ||
background-color: #fff; | ||
} | ||
|
||
.vue-grid__container, | ||
.sidebar, | ||
.el-button.el-button--default { | ||
border-color: $grid-border-color; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"ModulesInteractivity.Grid.DropdownItemText.ClearSelection": "Clear selection", | ||
"ModulesInteractivity.Grid.DropdownItemText.SelectAll": "Select All", | ||
"ModulesInteractivity.Grid.DropdownItemText.SelectPage": "Select everything on the page", | ||
"ModulesInteractivity.Grid.DropdownItemText.ClearSelection": "Clear selection", | ||
"ModulesInteractivity.Grid.Text.RowsSummary": "Total: {total}, {selected, select, all {all selected} other {selected: {selected}}}", | ||
"ModulesInteractivity.Grid.SelectPlaceholder.SelectColumns": "Select the displayed columns in the table", | ||
"ModulesInteractivity.Grid.Text.RowsSummary": "Total: {total}", | ||
"ModulesInteractivity.Grid.Text.RowsSummarySelected": "Total: {total}, {selected, select, all {all selected} other {selected: {selected}}}", | ||
"ModulesInteractivity.Grid.TooltipText.ColumnsSettings": "Columns setting" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"ModulesInteractivity.Grid.DropdownItemText.ClearSelection": "Снять выделение", | ||
"ModulesInteractivity.Grid.DropdownItemText.SelectAll": "Выбрать все", | ||
"ModulesInteractivity.Grid.DropdownItemText.SelectPage": "Выбрать все на странице", | ||
"ModulesInteractivity.Grid.DropdownItemText.ClearSelection": "Снять выделение", | ||
"ModulesInteractivity.Grid.Text.RowsSummary": "Всего: {total}, {selected, select, all {выбраны все} other {выбрано: {selected}}}", | ||
"ModulesInteractivity.Grid.SelectPlaceholder.SelectColumns": "Выберите отображаемые столбцы в таблице", | ||
"ModulesInteractivity.Grid.Text.RowsSummary": "Всего: {total}", | ||
"ModulesInteractivity.Grid.Text.RowsSummarySelected": "Всего: {total}, {selected, select, all {выбраны все} other {выбрано: {selected}}}", | ||
"ModulesInteractivity.Grid.TooltipText.ColumnsSettings": "Выбрать столбцы" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters