igniteui-theming 25.0.0 → 25.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/mcp/generators/css.js +1 -8
- package/dist/mcp/generators/sass.d.ts +1 -1
- package/dist/mcp/generators/sass.js +26 -3
- package/dist/mcp/index.js +3 -3
- package/dist/mcp/json/components/themes.json.js +17 -17
- package/dist/mcp/knowledge/docs/setup/platform.md.js +4 -0
- package/dist/mcp/knowledge/index.d.ts +1 -1
- package/dist/mcp/knowledge/index.js +1 -4
- package/dist/mcp/knowledge/platform-setup.d.ts +2 -0
- package/dist/mcp/knowledge/platforms/index.d.ts +8 -11
- package/dist/mcp/knowledge/platforms/index.js +22 -14
- package/dist/mcp/knowledge/platforms/react.d.ts +2 -2
- package/dist/mcp/knowledge/platforms/react.js +3 -3
- package/dist/mcp/knowledge/sass-api.d.ts +2 -2
- package/dist/mcp/resources/presets.d.ts +12 -0
- package/dist/mcp/resources/presets.js +44 -1
- package/dist/mcp/tools/descriptions.d.ts +8 -8
- package/dist/mcp/tools/descriptions.js +25 -7
- package/dist/mcp/tools/handlers/component-theme.js +23 -5
- package/dist/mcp/tools/handlers/custom-palette.js +2 -1
- package/dist/mcp/tools/handlers/elevations.js +2 -1
- package/dist/mcp/tools/handlers/layout.js +1 -1
- package/dist/mcp/tools/handlers/palette.js +2 -3
- package/dist/mcp/tools/handlers/platform.js +247 -86
- package/dist/mcp/tools/handlers/theme.js +3 -0
- package/dist/mcp/tools/handlers/typography.js +2 -1
- package/dist/mcp/tools/schemas.d.ts +31 -31
- package/dist/mcp/utils/sass.d.ts +20 -0
- package/dist/mcp/utils/sass.js +16 -0
- package/dist/mcp/utils/types.d.ts +2 -1
- package/dist/mcp/utils/types.js +2 -1
- package/json/components/bootstrap.json +1 -1
- package/json/components/fluent.json +1 -1
- package/json/components/indigo.json +1 -1
- package/json/components/material.json +1 -1
- package/json/components/themes.json +53 -28
- package/package.json +15 -7
- package/sass/animations/_easings.scss +24 -24
- package/sass/bem/_index.scss +16 -14
- package/sass/color/_charts.scss +20 -20
- package/sass/color/_functions.scss +18 -18
- package/sass/color/_mixins.scss +1 -1
- package/sass/elevations/_functions.scss +4 -4
- package/sass/elevations/_mixins.scss +2 -2
- package/sass/elevations/presets/_index.scss +3 -3
- package/sass/elevations/presets/_indigo.scss +16 -16
- package/sass/elevations/presets/_material.scss +3 -3
- package/sass/tailwind/utilities/_common.scss +1 -1
- package/sass/themes/_functions.scss +15 -15
- package/sass/themes/_mixins.scss +9 -9
- package/sass/themes/charts/_category-chart-theme.scss +2 -9
- package/sass/themes/charts/_data-chart-theme.scss +1 -1
- package/sass/themes/charts/_doughnut-chart-theme.scss +1 -1
- package/sass/themes/charts/_financial-chart-theme.scss +2 -9
- package/sass/themes/charts/_funnel-chart-theme.scss +1 -1
- package/sass/themes/charts/_gauge-theme.scss +2 -2
- package/sass/themes/charts/_geo-map-theme.scss +1 -1
- package/sass/themes/charts/_graph-theme.scss +1 -1
- package/sass/themes/charts/_pie-chart-theme.scss +1 -1
- package/sass/themes/charts/_shape-chart-theme.scss +2 -9
- package/sass/themes/charts/_sparkline-theme.scss +2 -2
- package/sass/themes/components/action-strip/_action-strip-theme.scss +1 -1
- package/sass/themes/components/avatar/_avatar-theme.scss +2 -2
- package/sass/themes/components/badge/_badge-theme.scss +2 -2
- package/sass/themes/components/banner/_banner-theme.scss +1 -1
- package/sass/themes/components/bottom-nav/_bottom-nav-theme.scss +2 -2
- package/sass/themes/components/button/_button-theme.scss +5 -5
- package/sass/themes/components/button/_contained-button-theme.scss +5 -5
- package/sass/themes/components/button/_fab-button-theme.scss +5 -5
- package/sass/themes/components/button/_flat-button-theme.scss +17 -17
- package/sass/themes/components/button/_outlined-button-theme.scss +17 -17
- package/sass/themes/components/button-group/_button-group-theme.scss +5 -5
- package/sass/themes/components/calendar/_calendar-theme.scss +18 -20
- package/sass/themes/components/card/_card-theme.scss +3 -3
- package/sass/themes/components/carousel/_carousel-theme.scss +8 -8
- package/sass/themes/components/chat/_chat-theme.scss +1 -1
- package/sass/themes/components/checkbox/_checkbox-theme.scss +6 -6
- package/sass/themes/components/chip/_chip-theme.scss +5 -5
- package/sass/themes/components/column-actions/_column-actions-theme.scss +1 -1
- package/sass/themes/components/combo/_combo-theme.scss +3 -3
- package/sass/themes/components/dialog/_dialog-theme.scss +4 -4
- package/sass/themes/components/divider/_divider-theme.scss +1 -1
- package/sass/themes/components/dock-manager/_dock-manager-theme.scss +1 -1
- package/sass/themes/components/drop-down/_drop-down-theme.scss +10 -10
- package/sass/themes/components/expansion-panel/_expansion-panel-theme.scss +4 -4
- package/sass/themes/components/grid/_grid-summary-theme.scss +3 -3
- package/sass/themes/components/grid/_grid-theme.scss +56 -17
- package/sass/themes/components/grid/_grid-toolbar-theme.scss +1 -1
- package/sass/themes/components/highlight/_highlight-theme.scss +1 -1
- package/sass/themes/components/icon/_icon-theme.scss +1 -1
- package/sass/themes/components/icon-button/_contained-icon-button-theme.scss +8 -8
- package/sass/themes/components/icon-button/_flat-icon-button-theme.scss +12 -12
- package/sass/themes/components/icon-button/_icon-button-theme.scss +4 -4
- package/sass/themes/components/icon-button/_outlined-icon-button-theme.scss +13 -13
- package/sass/themes/components/input/_file-input-theme.scss +1 -1
- package/sass/themes/components/input/_input-theme.scss +23 -23
- package/sass/themes/components/list/_list-theme.scss +6 -6
- package/sass/themes/components/navbar/_navbar-theme.scss +4 -4
- package/sass/themes/components/navdrawer/_navdrawer-theme.scss +3 -3
- package/sass/themes/components/overlay/_overlay-theme.scss +1 -1
- package/sass/themes/components/paginator/_paginator-theme.scss +1 -1
- package/sass/themes/components/progress/_circular-theme.scss +1 -1
- package/sass/themes/components/progress/_linear-theme.scss +1 -1
- package/sass/themes/components/query-builder/_query-builder-theme.scss +2 -2
- package/sass/themes/components/radio/_radio-theme.scss +5 -5
- package/sass/themes/components/rating/_rating-theme.scss +1 -1
- package/sass/themes/components/ripple/_ripple-theme.scss +1 -1
- package/sass/themes/components/scrollbar/_scrollbar-theme.scss +1 -1
- package/sass/themes/components/select/_select-theme.scss +1 -1
- package/sass/themes/components/slider/_slider-theme.scss +7 -7
- package/sass/themes/components/snackbar/_snackbar-theme.scss +2 -2
- package/sass/themes/components/splitter/_splitter-theme.scss +1 -1
- package/sass/themes/components/stepper/_stepper-theme.scss +2 -2
- package/sass/themes/components/switch/_switch-theme.scss +13 -13
- package/sass/themes/components/tabs/_tabs-theme.scss +8 -8
- package/sass/themes/components/time-picker/_time-picker-theme.scss +8 -8
- package/sass/themes/components/toast/_toast-theme.scss +3 -3
- package/sass/themes/components/tooltip/_tooltip-theme.scss +2 -2
- package/sass/themes/components/tree/_tree-theme.scss +17 -17
- package/sass/themes/components/watermark/_watermark-theme.scss +1 -1
- package/sass/themes/schemas/charts/dark/_category-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_data-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_financial-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_funnel-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_gauge.scss +9 -9
- package/sass/themes/schemas/charts/dark/_geo-map.scss +5 -5
- package/sass/themes/schemas/charts/dark/_graph.scss +5 -5
- package/sass/themes/schemas/charts/dark/_pie-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_shape-chart.scss +5 -5
- package/sass/themes/schemas/charts/dark/_sparkline.scss +5 -5
- package/sass/themes/schemas/charts/light/_category-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_data-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_doughnut-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_financial-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_funnel-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_gauge.scss +19 -19
- package/sass/themes/schemas/charts/light/_geo-map.scss +8 -8
- package/sass/themes/schemas/charts/light/_graph.scss +8 -8
- package/sass/themes/schemas/charts/light/_pie-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -8
- package/sass/themes/schemas/charts/light/_sparkline.scss +9 -9
- package/sass/themes/schemas/components/dark/_action-strip.scss +5 -5
- package/sass/themes/schemas/components/dark/_avatar.scss +5 -5
- package/sass/themes/schemas/components/dark/_badge.scss +5 -5
- package/sass/themes/schemas/components/dark/_banner.scss +5 -5
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +5 -5
- package/sass/themes/schemas/components/dark/_button-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_button.scss +65 -65
- package/sass/themes/schemas/components/dark/_calendar.scss +24 -24
- package/sass/themes/schemas/components/dark/_card.scss +5 -5
- package/sass/themes/schemas/components/dark/_carousel.scss +5 -5
- package/sass/themes/schemas/components/dark/_chat.scss +5 -5
- package/sass/themes/schemas/components/dark/_checkbox.scss +5 -5
- package/sass/themes/schemas/components/dark/_chip.scss +7 -7
- package/sass/themes/schemas/components/dark/_column-actions.scss +5 -5
- package/sass/themes/schemas/components/dark/_combo.scss +6 -6
- package/sass/themes/schemas/components/dark/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_dialog.scss +5 -5
- package/sass/themes/schemas/components/dark/_divider.scss +5 -5
- package/sass/themes/schemas/components/dark/_dock-manager.scss +5 -5
- package/sass/themes/schemas/components/dark/_drop-down.scss +5 -5
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +5 -5
- package/sass/themes/schemas/components/dark/_file-input.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -9
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +57 -14
- package/sass/themes/schemas/components/dark/_highlight.scss +7 -7
- package/sass/themes/schemas/components/dark/_icon-button.scss +46 -46
- package/sass/themes/schemas/components/dark/_icon.scss +5 -5
- package/sass/themes/schemas/components/dark/_input-group.scss +6 -6
- package/sass/themes/schemas/components/dark/_label.scss +5 -5
- package/sass/themes/schemas/components/dark/_list.scss +5 -5
- package/sass/themes/schemas/components/dark/_navbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_navdrawer.scss +5 -5
- package/sass/themes/schemas/components/dark/_overlay.scss +5 -5
- package/sass/themes/schemas/components/dark/_pagination.scss +5 -5
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/dark/_progress.scss +10 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +3 -3
- package/sass/themes/schemas/components/dark/_radio.scss +5 -5
- package/sass/themes/schemas/components/dark/_rating.scss +5 -5
- package/sass/themes/schemas/components/dark/_resize-indicator.scss +9 -9
- package/sass/themes/schemas/components/dark/_ripple.scss +5 -5
- package/sass/themes/schemas/components/dark/_scrollbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_select.scss +5 -5
- package/sass/themes/schemas/components/dark/_slider.scss +5 -5
- package/sass/themes/schemas/components/dark/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/dark/_splitter.scss +13 -7
- package/sass/themes/schemas/components/dark/_stepper.scss +5 -5
- package/sass/themes/schemas/components/dark/_switch.scss +5 -5
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_tile-manager.scss +11 -11
- package/sass/themes/schemas/components/dark/_time-picker.scss +5 -5
- package/sass/themes/schemas/components/dark/_toast.scss +4 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +7 -7
- package/sass/themes/schemas/components/dark/_tree.scss +5 -5
- package/sass/themes/schemas/components/dark/_validator.scss +5 -5
- package/sass/themes/schemas/components/dark/_watermark.scss +5 -5
- package/sass/themes/schemas/components/dark/calendar/_base.scss +9 -9
- package/sass/themes/schemas/components/dark/calendar/_days-view.scss +11 -11
- package/sass/themes/schemas/components/dark/calendar/_picker.scss +8 -8
- package/sass/themes/schemas/components/dark/calendar/_year-month-view.scss +11 -11
- package/sass/themes/schemas/components/elevation/_button-group.scss +3 -3
- package/sass/themes/schemas/components/elevation/_carousel.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -9
- package/sass/themes/schemas/components/light/_avatar.scss +9 -9
- package/sass/themes/schemas/components/light/_badge.scss +12 -12
- package/sass/themes/schemas/components/light/_banner.scss +9 -9
- package/sass/themes/schemas/components/light/_bottom-nav.scss +12 -12
- package/sass/themes/schemas/components/light/_button-group.scss +14 -14
- package/sass/themes/schemas/components/light/_button.scss +103 -103
- package/sass/themes/schemas/components/light/_calendar.scss +28 -28
- package/sass/themes/schemas/components/light/_card.scss +14 -42
- package/sass/themes/schemas/components/light/_carousel.scss +12 -12
- package/sass/themes/schemas/components/light/_chat.scss +9 -9
- package/sass/themes/schemas/components/light/_checkbox.scss +9 -9
- package/sass/themes/schemas/components/light/_chip.scss +27 -27
- package/sass/themes/schemas/components/light/_column-actions.scss +9 -9
- package/sass/themes/schemas/components/light/_combo.scss +11 -11
- package/sass/themes/schemas/components/light/_date-picker.scss +8 -8
- package/sass/themes/schemas/components/light/_date-range-picker.scss +9 -9
- package/sass/themes/schemas/components/light/_dialog.scss +14 -23
- package/sass/themes/schemas/components/light/_divider.scss +7 -7
- package/sass/themes/schemas/components/light/_dock-manager.scss +9 -9
- package/sass/themes/schemas/components/light/_drop-down.scss +16 -24
- package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -24
- package/sass/themes/schemas/components/light/_file-input.scss +1 -1
- package/sass/themes/schemas/components/light/_grid-filtering.scss +9 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +13 -26
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +9 -9
- package/sass/themes/schemas/components/light/_grid.scss +162 -68
- package/sass/themes/schemas/components/light/_highlight.scss +10 -10
- package/sass/themes/schemas/components/light/_icon-button.scss +48 -48
- package/sass/themes/schemas/components/light/_icon.scss +9 -9
- package/sass/themes/schemas/components/light/_input-group.scss +17 -26
- package/sass/themes/schemas/components/light/_label.scss +8 -8
- package/sass/themes/schemas/components/light/_list.scss +13 -33
- package/sass/themes/schemas/components/light/_navbar.scss +12 -12
- package/sass/themes/schemas/components/light/_navdrawer.scss +14 -26
- package/sass/themes/schemas/components/light/_overlay.scss +9 -9
- package/sass/themes/schemas/components/light/_pagination.scss +9 -9
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +9 -9
- package/sass/themes/schemas/components/light/_progress.scss +13 -13
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -10
- package/sass/themes/schemas/components/light/_radio.scss +9 -9
- package/sass/themes/schemas/components/light/_rating.scss +9 -9
- package/sass/themes/schemas/components/light/_resize-indicator.scss +8 -8
- package/sass/themes/schemas/components/light/_ripple.scss +9 -9
- package/sass/themes/schemas/components/light/_scrollbar.scss +9 -9
- package/sass/themes/schemas/components/light/_select.scss +9 -9
- package/sass/themes/schemas/components/light/_slider.scss +11 -17
- package/sass/themes/schemas/components/light/_snackbar.scss +9 -9
- package/sass/themes/schemas/components/light/_splitter.scss +9 -9
- package/sass/themes/schemas/components/light/_stepper.scss +8 -8
- package/sass/themes/schemas/components/light/_switch.scss +9 -9
- package/sass/themes/schemas/components/light/_tabs.scss +9 -9
- package/sass/themes/schemas/components/light/_tile-manager.scss +10 -10
- package/sass/themes/schemas/components/light/_time-picker.scss +10 -19
- package/sass/themes/schemas/components/light/_toast.scss +11 -11
- package/sass/themes/schemas/components/light/_tooltip.scss +10 -10
- package/sass/themes/schemas/components/light/_tree.scss +8 -8
- package/sass/themes/schemas/components/light/_validator.scss +9 -9
- package/sass/themes/schemas/components/light/_watermark.scss +9 -9
- package/sass/themes/schemas/components/light/calendar/_base.scss +9 -29
- package/sass/themes/schemas/components/light/calendar/_days-view.scss +8 -17
- package/sass/themes/schemas/components/light/calendar/_picker.scss +9 -17
- package/sass/themes/schemas/components/light/calendar/_year-month-view.scss +9 -17
- package/sass/typography/_functions.scss +14 -14
- package/sass/typography/_mixins.scss +7 -7
- package/sass/utils/_css.scss +1 -1
- package/sass/utils/_map.scss +5 -5
- package/sass/utils/_math.scss +6 -5
- package/sass/utils/_meta.scss +4 -4
- package/tailwind/utilities/bootstrap.css +1 -1
- package/tailwind/utilities/fluent.css +1 -1
- package/tailwind/utilities/indigo.css +1 -1
- package/tailwind/utilities/material.css +1 -1
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light grid-summary schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} background-color [color: ('gray', 300)] - The summaries background color.
|
|
13
13
|
/// @prop {Map} label-color [color: ('primary', 500)] - The summaries label color.
|
|
14
14
|
/// @prop {Map} label-hover-color [color: ('primary', 700)] - The summaries hover label color.
|
|
15
15
|
/// @prop {Map} result-color [contrast-color: ('gray', 300)] - The summaries value/result color.
|
|
16
|
-
/// @prop {
|
|
17
|
-
/// @prop {String} pinned-border-width [
|
|
16
|
+
/// @prop {Color} border-color [transparent] - The summaries column border color.
|
|
17
|
+
/// @prop {String} pinned-border-width [1px] - The border width of the summary panel.
|
|
18
18
|
/// @prop {String} pinned-border-style [solid] - The border style of the summary panel.
|
|
19
19
|
/// @prop {Map} pinned-border-color [color: ('gray', 400)] - The border color of the summary panel.
|
|
20
20
|
$light-grid-summary: (
|
|
@@ -46,14 +46,9 @@ $light-grid-summary: (
|
|
|
46
46
|
),
|
|
47
47
|
),
|
|
48
48
|
|
|
49
|
-
border-color:
|
|
50
|
-
color: (
|
|
51
|
-
'gray',
|
|
52
|
-
400,
|
|
53
|
-
),
|
|
54
|
-
),
|
|
49
|
+
border-color: transparent,
|
|
55
50
|
|
|
56
|
-
pinned-border-width:
|
|
51
|
+
pinned-border-width: 1px,
|
|
57
52
|
pinned-border-style: solid,
|
|
58
53
|
pinned-border-color: (
|
|
59
54
|
color: (
|
|
@@ -69,10 +64,10 @@ $light-grid-summary: (
|
|
|
69
64
|
);
|
|
70
65
|
|
|
71
66
|
/// Generates a material grid-summary schema.
|
|
72
|
-
/// @type
|
|
67
|
+
/// @type Map
|
|
73
68
|
/// @prop {Map} label-color [color: ('primary', 900)] - The summaries label color.
|
|
74
69
|
/// @prop {Map} label-hover-color [color: ('primary', 900)] - The summaries hover label color.
|
|
75
|
-
/// @requires
|
|
70
|
+
/// @requires $light-grid-summary
|
|
76
71
|
$material-grid-summary: extend(
|
|
77
72
|
$light-grid-summary,
|
|
78
73
|
(
|
|
@@ -95,13 +90,13 @@ $material-grid-summary: extend(
|
|
|
95
90
|
);
|
|
96
91
|
|
|
97
92
|
/// Generates a fluent grid-summary schema.
|
|
98
|
-
/// @type
|
|
93
|
+
/// @type Map
|
|
99
94
|
/// @prop {Map} label-color [color: ('primary', 600)] - The summaries label color.
|
|
100
95
|
/// @prop {Map} background-color [color: ('surface')] - The summaries background color.
|
|
101
96
|
/// @prop {Map} border-color [color: ('gray', 100)] - The summaries border color.
|
|
102
97
|
/// @prop {Map} result-color [contrast-color: ('surface')] - The summaries value/result color.
|
|
103
98
|
/// @prop {Map} pinned-border-color [color: ('gray', 300)] - The border color of the summary panel.
|
|
104
|
-
/// @requires
|
|
99
|
+
/// @requires $light-grid-summary
|
|
105
100
|
$fluent-grid-summary: extend(
|
|
106
101
|
$light-grid-summary,
|
|
107
102
|
(
|
|
@@ -145,9 +140,9 @@ $fluent-grid-summary: extend(
|
|
|
145
140
|
);
|
|
146
141
|
|
|
147
142
|
/// Generates a bootstrap grid-summary schema.
|
|
148
|
-
/// @type
|
|
143
|
+
/// @type Map
|
|
149
144
|
/// @prop {Map} label-color [color: ('primary', 700)] - The summaries label color.
|
|
150
|
-
/// @requires
|
|
145
|
+
/// @requires $light-grid-summary
|
|
151
146
|
$bootstrap-grid-summary: extend(
|
|
152
147
|
$light-grid-summary,
|
|
153
148
|
(
|
|
@@ -165,12 +160,11 @@ $bootstrap-grid-summary: extend(
|
|
|
165
160
|
);
|
|
166
161
|
|
|
167
162
|
/// Generates an indigo grid-summary schema.
|
|
168
|
-
/// @type
|
|
163
|
+
/// @type Map
|
|
169
164
|
/// @prop {Map} background-color [color: ('surface')] - The summaries background color.
|
|
170
165
|
/// @prop {Map} label-hover-color [color: ('primary', 500)] - The summaries hover label color.
|
|
171
166
|
/// @prop {Map} result-color [color: ('gray', 800)] - The summaries value/result color.
|
|
172
|
-
/// @
|
|
173
|
-
/// @requires {Map} $light-grid-summary
|
|
167
|
+
/// @requires $light-grid-summary
|
|
174
168
|
$indigo-grid-summary: extend(
|
|
175
169
|
$light-grid-summary,
|
|
176
170
|
(
|
|
@@ -194,13 +188,6 @@ $indigo-grid-summary: extend(
|
|
|
194
188
|
),
|
|
195
189
|
),
|
|
196
190
|
|
|
197
|
-
pinned-border-color: (
|
|
198
|
-
color: (
|
|
199
|
-
'gray',
|
|
200
|
-
400,
|
|
201
|
-
),
|
|
202
|
-
),
|
|
203
|
-
|
|
204
191
|
_meta: (
|
|
205
192
|
theme: 'indigo',
|
|
206
193
|
),
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
////
|
|
9
9
|
|
|
10
10
|
/// Generates a light grid-toolbar schema.
|
|
11
|
-
/// @type
|
|
11
|
+
/// @type Map
|
|
12
12
|
/// @prop {Map} background-color [color: ('gray', 50)] - The toolbar background color.
|
|
13
13
|
/// @prop {Map} title-text-color [color: ('gray', 700)] - The toolbar title text color.
|
|
14
14
|
/// @prop {Map} dropdown-background [color: ('surface')] - The toolbar drop-down background color.
|
|
@@ -97,8 +97,8 @@ $light-grid-toolbar: (
|
|
|
97
97
|
);
|
|
98
98
|
|
|
99
99
|
/// Generates a material grid-toolbar schema.
|
|
100
|
-
/// @type
|
|
101
|
-
/// @requires
|
|
100
|
+
/// @type Map
|
|
101
|
+
/// @requires $light-grid-toolbar
|
|
102
102
|
$material-grid-toolbar: extend(
|
|
103
103
|
$light-grid-toolbar,
|
|
104
104
|
(
|
|
@@ -109,9 +109,9 @@ $material-grid-toolbar: extend(
|
|
|
109
109
|
);
|
|
110
110
|
|
|
111
111
|
/// Generates a fluent grid-toolbar schema.
|
|
112
|
-
/// @type
|
|
112
|
+
/// @type Map
|
|
113
113
|
/// @prop {Map} background-color [color: 'surface'] - The toolbar background color.
|
|
114
|
-
/// @requires
|
|
114
|
+
/// @requires $light-grid-toolbar
|
|
115
115
|
$fluent-grid-toolbar: extend(
|
|
116
116
|
$light-grid-toolbar,
|
|
117
117
|
(
|
|
@@ -126,9 +126,9 @@ $fluent-grid-toolbar: extend(
|
|
|
126
126
|
);
|
|
127
127
|
|
|
128
128
|
/// Generates a bootstrap grid-toolbar schema.
|
|
129
|
-
/// @type
|
|
129
|
+
/// @type Map
|
|
130
130
|
/// @prop {Map} border-color [color: ('gray', 100)] - The toolbar border-bottom color.
|
|
131
|
-
/// @requires
|
|
131
|
+
/// @requires $light-grid-toolbar
|
|
132
132
|
$bootstrap-grid-toolbar: extend(
|
|
133
133
|
$light-grid-toolbar,
|
|
134
134
|
(
|
|
@@ -146,10 +146,10 @@ $bootstrap-grid-toolbar: extend(
|
|
|
146
146
|
);
|
|
147
147
|
|
|
148
148
|
/// Generates an indigo grid-toolbar schema.
|
|
149
|
-
/// @type
|
|
149
|
+
/// @type Map
|
|
150
150
|
/// @prop {Color} background-color [color: ('surface', 500)] - The toolbar background color.
|
|
151
151
|
/// @prop {Map} border-color [color: ('gray', 400)] - The toolbar border-bottom color.
|
|
152
|
-
/// @requires
|
|
152
|
+
/// @requires $light-grid-toolbar
|
|
153
153
|
$indigo-grid-toolbar: extend(
|
|
154
154
|
$light-grid-toolbar,
|
|
155
155
|
(
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
////
|
|
10
10
|
|
|
11
11
|
/// Generates a light grid schema.
|
|
12
|
-
/// @type
|
|
12
|
+
/// @type Map
|
|
13
13
|
/// @prop {Color} grid-border-color [transparent] - The grid border color.
|
|
14
14
|
/// @prop {Map} header-background [color: ('gray', 100)] - The table header background color.
|
|
15
15
|
/// @prop {Map} sorted-header-icon-color [color: ('secondary', 500)] - The sorted table header icon color.
|
|
@@ -23,16 +23,19 @@
|
|
|
23
23
|
/// @prop {Map} content-background [color: ('gray', 50)] - The table body background color.
|
|
24
24
|
/// @prop {Map} content-text-color [color: ('gray', 800)] - The table body text color.
|
|
25
25
|
/// @prop {Map} row-odd-background [color: ('gray', 50)] - The background color of odd rows.
|
|
26
|
+
/// @prop {Map} body-column-border-color-odd [color: ('gray', 50)] - The border color used for the body columns in odd rows.
|
|
26
27
|
/// @prop {Map} row-even-background [color: ('gray', 50)] - The background color of even rows.
|
|
28
|
+
/// @prop {Map} body-column-border-color-even [color: ('gray', 50)] - The border color used for the body columns in even rows.
|
|
27
29
|
/// @prop {Color} row-odd-text-color [inherit] - The text color of odd rows.
|
|
28
30
|
/// @prop {Color} row-even-text-color [inherit] - The text color of even rows.
|
|
29
31
|
/// @prop {Map} tree-selected-filtered-row-text-color [color: ('primary', 400)] - The selected filtered row text color of the tree.
|
|
30
32
|
/// @prop {Map} row-selected-text-color [contrast-color: ('secondary', 50)] - The selected row text color.
|
|
31
33
|
/// @prop {Map} row-hover-background [color: ('gray', 200)] - The hover row background color.
|
|
34
|
+
/// @prop {Map} body-column-hover-border-color [color: ('gray', 200)] - The border color used for the body columns.
|
|
32
35
|
/// @prop {Map} row-hover-text-color [contrast-color: ('gray', 200)] - The hover row text color.
|
|
33
36
|
/// @prop {Map} row-border-color [color: ('gray', 300, .38)] - The row bottom border color.
|
|
34
37
|
/// @prop {Map} row-highlight [color: ('secondary', 500)] - The grid row highlight color.
|
|
35
|
-
/// @prop {Number} pinned-border-width [
|
|
38
|
+
/// @prop {Number} pinned-border-width [.125rem] - The border width of the pinned border.
|
|
36
39
|
/// @prop {String} pinned-border-style [solid] - The CSS border style of the pinned border.
|
|
37
40
|
/// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
|
|
38
41
|
/// @prop {Map} cell-active-border-color [color: ('primary', 500)] - The active(focused) cell border color.
|
|
@@ -84,13 +87,11 @@
|
|
|
84
87
|
/// @prop {List} header-size [(rem(32px), rem(40px), rem(50px))] - The size used for the grid header.
|
|
85
88
|
/// @prop {List} drop-area-size [(rem(24px), rem(24px), rem(32px))] - The size used for the grid drop area.
|
|
86
89
|
/// @prop {List} group-area-size [(rem(41), rem(49px), rem(57px))] - The size used for the grid group area.
|
|
87
|
-
/// @prop {
|
|
88
|
-
/// @prop {
|
|
89
|
-
/// @prop {
|
|
90
|
-
///
|
|
91
|
-
///
|
|
92
|
-
/// ] - The typography styles used for the component.
|
|
93
|
-
/// @requires {Map} $default-elevation-grid
|
|
90
|
+
/// @prop {Color} row-ghost-background [color: 'primary', 50] - The background color of the dragged row.
|
|
91
|
+
/// @prop {Color} summaries-patch-background [color: ('gray', 300)] - The leading summaries patch backround. Used in hierarchical grids.
|
|
92
|
+
/// @prop {String} active-state-border-style ['solid'] - The border style used for row active state and cell active state.
|
|
93
|
+
/// @prop {Map} typography [header: (comfortable: (value: 'overline'), compact: (value: 'subtitle-1'))] - The typography styles used for the component.
|
|
94
|
+
/// @requires $default-elevation-grid
|
|
94
95
|
$light-grid: extend(
|
|
95
96
|
$default-elevation-grid,
|
|
96
97
|
(
|
|
@@ -255,6 +256,20 @@ $light-grid: extend(
|
|
|
255
256
|
),
|
|
256
257
|
),
|
|
257
258
|
|
|
259
|
+
body-column-border-color-odd: (
|
|
260
|
+
color: (
|
|
261
|
+
'gray',
|
|
262
|
+
50,
|
|
263
|
+
),
|
|
264
|
+
),
|
|
265
|
+
|
|
266
|
+
body-column-border-color-even: (
|
|
267
|
+
color: (
|
|
268
|
+
'gray',
|
|
269
|
+
50,
|
|
270
|
+
),
|
|
271
|
+
),
|
|
272
|
+
|
|
258
273
|
row-odd-text-color: inherit,
|
|
259
274
|
|
|
260
275
|
row-even-text-color: inherit,
|
|
@@ -280,6 +295,13 @@ $light-grid: extend(
|
|
|
280
295
|
),
|
|
281
296
|
),
|
|
282
297
|
|
|
298
|
+
body-column-hover-border-color: (
|
|
299
|
+
color: (
|
|
300
|
+
'gray',
|
|
301
|
+
200,
|
|
302
|
+
),
|
|
303
|
+
),
|
|
304
|
+
|
|
283
305
|
row-hover-text-color: (
|
|
284
306
|
contrast-color: (
|
|
285
307
|
'gray',
|
|
@@ -302,7 +324,7 @@ $light-grid: extend(
|
|
|
302
324
|
),
|
|
303
325
|
),
|
|
304
326
|
|
|
305
|
-
pinned-border-width:
|
|
327
|
+
pinned-border-width: 0.125rem,
|
|
306
328
|
|
|
307
329
|
pinned-border-style: solid,
|
|
308
330
|
|
|
@@ -597,6 +619,8 @@ $light-grid: extend(
|
|
|
597
619
|
),
|
|
598
620
|
),
|
|
599
621
|
|
|
622
|
+
active-state-border-style: 'solid',
|
|
623
|
+
|
|
600
624
|
_meta: (
|
|
601
625
|
name: 'grid',
|
|
602
626
|
variant: 'light',
|
|
@@ -605,22 +629,24 @@ $light-grid: extend(
|
|
|
605
629
|
);
|
|
606
630
|
|
|
607
631
|
/// Generates a material grid schema.
|
|
608
|
-
/// @type
|
|
632
|
+
/// @type Map
|
|
609
633
|
/// @prop {Map} header-text-color [color: ('gray', 800, .8)] - The table header text color.
|
|
610
634
|
/// @prop {Map} header-selected-background [color: ('secondary', 100)] - The table header background color when selected (ex. column selection).
|
|
611
635
|
/// @prop {Map} header-selected-text-color [contrast-color: ('secondary', 100)] - The table header text color when selected (ex. column selection).
|
|
612
636
|
/// @prop {Map} row-selected-background [color: ('secondary', 50)] - The selected row background color.
|
|
637
|
+
/// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
|
|
638
|
+
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
|
|
639
|
+
/// @prop {Map} body-column-selected-border-color [color: ('secondary', 50)] - The border color used for the body column when in group-row state.
|
|
640
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('secondary', 100)] - The border color used for the body column when in group-row + hover state.
|
|
613
641
|
/// @prop {Map} tree-selected-filtered-row-text-color [color: ('secondary', 300)] - The selected filtered row text color of the tree.
|
|
614
642
|
/// @prop {Map} cell-selected-within-background [color: ('secondary', 200)] - The background of the selected cell inside a selected row/column.
|
|
615
643
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('secondary', 200)] - The color of the selected cell inside a selected row/column.
|
|
616
|
-
/// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
|
|
617
|
-
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
|
|
618
644
|
/// @prop {Map} cell-active-border-color [color: ('secondary', 500)] - The active(focused) cell border color.
|
|
619
645
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 800)] - The grid group row column name text color.
|
|
620
646
|
/// @prop {Map} group-label-icon [color: ('primary', 800)] - The grid group row icon color.
|
|
621
647
|
/// @prop {Map} group-count-text-color [color: ('gray', 700)] - The grid group row cont badge text color.
|
|
622
|
-
/// @requires
|
|
623
|
-
/// @requires
|
|
648
|
+
/// @requires $light-grid
|
|
649
|
+
/// @requires $default-elevation-grid
|
|
624
650
|
$material-grid: extend(
|
|
625
651
|
$light-grid,
|
|
626
652
|
$default-elevation-grid,
|
|
@@ -654,38 +680,52 @@ $material-grid: extend(
|
|
|
654
680
|
),
|
|
655
681
|
),
|
|
656
682
|
|
|
657
|
-
|
|
683
|
+
row-selected-hover-background: (
|
|
658
684
|
color: (
|
|
659
685
|
'secondary',
|
|
660
|
-
|
|
686
|
+
100,
|
|
661
687
|
),
|
|
662
688
|
),
|
|
663
689
|
|
|
664
|
-
|
|
665
|
-
color: (
|
|
690
|
+
row-selected-hover-text-color: (
|
|
691
|
+
contrast-color: (
|
|
666
692
|
'secondary',
|
|
667
|
-
|
|
693
|
+
100,
|
|
668
694
|
),
|
|
669
695
|
),
|
|
670
696
|
|
|
671
|
-
|
|
672
|
-
|
|
697
|
+
body-column-selected-border-color: (
|
|
698
|
+
color: (
|
|
673
699
|
'secondary',
|
|
674
|
-
|
|
700
|
+
50,
|
|
675
701
|
),
|
|
676
702
|
),
|
|
677
703
|
|
|
678
|
-
|
|
704
|
+
body-column-hover-selected-border-color: (
|
|
679
705
|
color: (
|
|
680
706
|
'secondary',
|
|
681
707
|
100,
|
|
682
708
|
),
|
|
683
709
|
),
|
|
684
710
|
|
|
685
|
-
|
|
711
|
+
tree-selected-filtered-row-text-color: (
|
|
712
|
+
color: (
|
|
713
|
+
'secondary',
|
|
714
|
+
300,
|
|
715
|
+
),
|
|
716
|
+
),
|
|
717
|
+
|
|
718
|
+
cell-selected-within-background: (
|
|
719
|
+
color: (
|
|
720
|
+
'secondary',
|
|
721
|
+
200,
|
|
722
|
+
),
|
|
723
|
+
),
|
|
724
|
+
|
|
725
|
+
cell-selected-within-text-color: (
|
|
686
726
|
contrast-color: (
|
|
687
727
|
'secondary',
|
|
688
|
-
|
|
728
|
+
200,
|
|
689
729
|
),
|
|
690
730
|
),
|
|
691
731
|
|
|
@@ -724,7 +764,7 @@ $material-grid: extend(
|
|
|
724
764
|
);
|
|
725
765
|
|
|
726
766
|
/// Generates a fluent grid schema.
|
|
727
|
-
/// @type
|
|
767
|
+
/// @type Map
|
|
728
768
|
/// @prop {Map} grid-border-color [color: ('gray', 100)] - The grid border color only.
|
|
729
769
|
/// @prop {Map} header-background [color: 'surface'] - The table header background color.
|
|
730
770
|
/// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
|
|
@@ -733,6 +773,8 @@ $material-grid: extend(
|
|
|
733
773
|
/// @prop {Map} header-border-color [color: ('gray', 100)] - The color used for header borders.
|
|
734
774
|
/// @prop {Map} row-selected-background [color: ('gray', 200)] - The selected row background color.
|
|
735
775
|
/// @prop {Map} row-selected-hover-background [color: ('gray', 300)] - The selected row hover background.
|
|
776
|
+
/// @prop {Map} body-column-selected-border-color [color: ('gray', 200)] - The border color used for the body column when in group-row state.
|
|
777
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('gray', 300)] - The border color used for the body column when in group-row + hover state.
|
|
736
778
|
/// @prop {Map} row-border-color [color: ('gray', 100)] - The row bottom border color.
|
|
737
779
|
/// @prop {Map} pinned-border-color [color: ('gray', 200)] - The color of the pinned border.
|
|
738
780
|
/// @prop {Map} cell-active-border-color [color: ('primary', 100)] - The active(focused) cell border color.
|
|
@@ -750,8 +792,8 @@ $material-grid: extend(
|
|
|
750
792
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 300)] - The color of the selected cell inside a selected row/column.
|
|
751
793
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 300)] - The selected row hover text color.
|
|
752
794
|
/// @prop {Map} summaries-patch-background [color: ('surface')] - The leading summaries patch backround. Used in hierarchical grids.
|
|
753
|
-
/// @requires
|
|
754
|
-
/// @requires
|
|
795
|
+
/// @requires $light-grid
|
|
796
|
+
/// @requires $fluent-elevation-grid
|
|
755
797
|
$fluent-grid: extend(
|
|
756
798
|
$light-grid,
|
|
757
799
|
$fluent-elevation-grid,
|
|
@@ -795,20 +837,6 @@ $fluent-grid: extend(
|
|
|
795
837
|
),
|
|
796
838
|
),
|
|
797
839
|
|
|
798
|
-
row-selected-hover-background: (
|
|
799
|
-
color: (
|
|
800
|
-
'gray',
|
|
801
|
-
300,
|
|
802
|
-
),
|
|
803
|
-
),
|
|
804
|
-
|
|
805
|
-
row-selected-hover-text-color: (
|
|
806
|
-
contrast-color: (
|
|
807
|
-
'gray',
|
|
808
|
-
300,
|
|
809
|
-
),
|
|
810
|
-
),
|
|
811
|
-
|
|
812
840
|
row-border-color: (
|
|
813
841
|
color: (
|
|
814
842
|
'gray',
|
|
@@ -869,6 +897,34 @@ $fluent-grid: extend(
|
|
|
869
897
|
),
|
|
870
898
|
),
|
|
871
899
|
|
|
900
|
+
row-selected-hover-background: (
|
|
901
|
+
color: (
|
|
902
|
+
'gray',
|
|
903
|
+
300,
|
|
904
|
+
),
|
|
905
|
+
),
|
|
906
|
+
|
|
907
|
+
row-selected-hover-text-color: (
|
|
908
|
+
contrast-color: (
|
|
909
|
+
'gray',
|
|
910
|
+
300,
|
|
911
|
+
),
|
|
912
|
+
),
|
|
913
|
+
|
|
914
|
+
body-column-selected-border-color: (
|
|
915
|
+
color: (
|
|
916
|
+
'gray',
|
|
917
|
+
200,
|
|
918
|
+
),
|
|
919
|
+
),
|
|
920
|
+
|
|
921
|
+
body-column-hover-selected-border-color: (
|
|
922
|
+
color: (
|
|
923
|
+
'gray',
|
|
924
|
+
300,
|
|
925
|
+
),
|
|
926
|
+
),
|
|
927
|
+
|
|
872
928
|
tree-selected-filtered-row-text-color: (
|
|
873
929
|
color: (
|
|
874
930
|
'gray',
|
|
@@ -915,7 +971,7 @@ $fluent-grid: extend(
|
|
|
915
971
|
);
|
|
916
972
|
|
|
917
973
|
/// Generates a bootstrap grid schema.
|
|
918
|
-
/// @type
|
|
974
|
+
/// @type Map
|
|
919
975
|
/// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
|
|
920
976
|
/// @prop {Map} group-label-icon [color: ('primary', 600)] - The grid group row icon color.
|
|
921
977
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 600)] - The grid group row column name text color.
|
|
@@ -928,12 +984,14 @@ $fluent-grid: extend(
|
|
|
928
984
|
/// @prop {Map} sorted-header-icon-color [color: ('primary', 500)] - The sorted table header icon color.
|
|
929
985
|
/// @prop {Map} row-selected-background [ color: ('primary', 50)] - The selected row background color.
|
|
930
986
|
/// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
|
|
987
|
+
/// @prop {Map} body-column-selected-border-color [color: ('primary', 50)] - The border color used for the body column when in group-row state.
|
|
988
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('primary', 100)] - The border color used for the body column when in group-row + hover state.
|
|
931
989
|
/// @prop {Map} resize-line-color [color: ('primary', 500)] - The table header resize line color.
|
|
932
990
|
/// @prop {List} drop-area-border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for drop-area.
|
|
933
991
|
/// @prop {Map} cell-selected-within-background [color: ('primary', 100)] - The background of the selected cell inside a selected row/column.
|
|
934
992
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('primary', 100)] - The color of the selected cell inside a selected row/column.
|
|
935
993
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('primary', 100)] - The selected row hover text color.
|
|
936
|
-
/// @requires
|
|
994
|
+
/// @requires $light-grid
|
|
937
995
|
$bootstrap-grid: extend(
|
|
938
996
|
$light-grid,
|
|
939
997
|
(
|
|
@@ -1005,6 +1063,20 @@ $bootstrap-grid: extend(
|
|
|
1005
1063
|
),
|
|
1006
1064
|
),
|
|
1007
1065
|
|
|
1066
|
+
cell-selected-within-background: (
|
|
1067
|
+
color: (
|
|
1068
|
+
'primary',
|
|
1069
|
+
100,
|
|
1070
|
+
),
|
|
1071
|
+
),
|
|
1072
|
+
|
|
1073
|
+
cell-selected-within-text-color: (
|
|
1074
|
+
contrast-color: (
|
|
1075
|
+
'primary',
|
|
1076
|
+
100,
|
|
1077
|
+
),
|
|
1078
|
+
),
|
|
1079
|
+
|
|
1008
1080
|
row-selected-background: (
|
|
1009
1081
|
color: (
|
|
1010
1082
|
'primary',
|
|
@@ -1012,29 +1084,29 @@ $bootstrap-grid: extend(
|
|
|
1012
1084
|
),
|
|
1013
1085
|
),
|
|
1014
1086
|
|
|
1015
|
-
|
|
1087
|
+
row-selected-hover-background: (
|
|
1016
1088
|
color: (
|
|
1017
1089
|
'primary',
|
|
1018
1090
|
100,
|
|
1019
1091
|
),
|
|
1020
1092
|
),
|
|
1021
1093
|
|
|
1022
|
-
|
|
1094
|
+
row-selected-hover-text-color: (
|
|
1023
1095
|
contrast-color: (
|
|
1024
1096
|
'primary',
|
|
1025
1097
|
100,
|
|
1026
1098
|
),
|
|
1027
1099
|
),
|
|
1028
1100
|
|
|
1029
|
-
|
|
1101
|
+
body-column-selected-border-color: (
|
|
1030
1102
|
color: (
|
|
1031
1103
|
'primary',
|
|
1032
|
-
|
|
1104
|
+
50,
|
|
1033
1105
|
),
|
|
1034
1106
|
),
|
|
1035
1107
|
|
|
1036
|
-
|
|
1037
|
-
|
|
1108
|
+
body-column-hover-selected-border-color: (
|
|
1109
|
+
color: (
|
|
1038
1110
|
'primary',
|
|
1039
1111
|
100,
|
|
1040
1112
|
),
|
|
@@ -1076,7 +1148,7 @@ $bootstrap-grid: extend(
|
|
|
1076
1148
|
);
|
|
1077
1149
|
|
|
1078
1150
|
/// Generates an indigo grid schema.
|
|
1079
|
-
/// @type
|
|
1151
|
+
/// @type Map
|
|
1080
1152
|
/// @prop {Map} content-background [color: ('surface')] - The table body background color.
|
|
1081
1153
|
/// @prop {Map} header-background [color: ('surface')] - The table header background color.
|
|
1082
1154
|
/// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
|
|
@@ -1089,14 +1161,17 @@ $bootstrap-grid: extend(
|
|
|
1089
1161
|
/// @prop {Map} ghost-header-text-color [color: 'gray', 700] - The dragged header text color.
|
|
1090
1162
|
/// @prop {Map} ghost-header-icon-color [color: 'gray', 600] - The dragged header icon color.
|
|
1091
1163
|
/// @prop {Map} row-odd-background [color: ('surface')] - The background color of odd rows.
|
|
1164
|
+
/// @prop {Map} body-column-border-color-odd [color: ('surface')] - The border color used for the body columns in odd rows.
|
|
1092
1165
|
/// @prop {Map} row-even-background [color: ('surface')] - The background color of even rows.
|
|
1166
|
+
/// @prop {Map} body-column-border-color-even [color: ('surface')] - The border color used for the body columns in even rows.
|
|
1093
1167
|
/// @prop {Map} row-border-color [color: ('gray', 300)] - The row bottom border color.
|
|
1094
1168
|
/// @prop {Map} row-highlight [color: ('primary', 400)] - The grid row highlight color.
|
|
1095
|
-
/// @prop {Map} row-hover-background [color: ('gray', 200)] - The hover row background color.
|
|
1096
1169
|
/// @prop {Map} sorted-header-icon-color [color: ('primary', 500)] - The sorted table header icon color.
|
|
1097
1170
|
/// @prop {Map} sortable-header-icon-hover-color [color: ('primary', 400)] - The icon color on hover in grid header when the column is sortable.
|
|
1098
1171
|
/// @prop {Map} row-selected-background [color: ('primary', 50)] - The selected row background color.
|
|
1099
1172
|
/// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
|
|
1173
|
+
/// @prop {Map} body-column-selected-border-color [color: ('primary', 50)] - The border color used for the body column when in group-row state.
|
|
1174
|
+
/// @prop {Map} body-column-hover-selected-border-color [color: ('primary', 100)] - The border color used for the body column when in group-row + hover state.
|
|
1100
1175
|
/// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
|
|
1101
1176
|
/// @prop {Map} resize-line-color [color: ('primary', 400)] - The table header resize line color.
|
|
1102
1177
|
/// @prop {Map} drop-indicator-color [color: ('primary', 400)] - The color of the drop indicator.
|
|
@@ -1133,7 +1208,7 @@ $bootstrap-grid: extend(
|
|
|
1133
1208
|
/// @prop {Map} excel-filtering-actions-disabled-foreground [color: ('gray', 900, .2)] - The text color of the excel style filtering options in disabled state.
|
|
1134
1209
|
/// @prop {Map} row-drag-color [color: ('gray', 800, .75))] - The color of the drag handle.
|
|
1135
1210
|
/// @prop {Map} summaries-patch-background [color: ('surface')] - The leading summaries patch backround. Used in hierarchical grids.
|
|
1136
|
-
/// @requires
|
|
1211
|
+
/// @requires $light-grid
|
|
1137
1212
|
$indigo-grid: extend(
|
|
1138
1213
|
$light-grid,
|
|
1139
1214
|
$indigo-elevation-grid,
|
|
@@ -1255,13 +1330,6 @@ $indigo-grid: extend(
|
|
|
1255
1330
|
),
|
|
1256
1331
|
),
|
|
1257
1332
|
|
|
1258
|
-
row-hover-background: (
|
|
1259
|
-
color: (
|
|
1260
|
-
'gray',
|
|
1261
|
-
200,
|
|
1262
|
-
),
|
|
1263
|
-
),
|
|
1264
|
-
|
|
1265
1333
|
sorted-header-icon-color: (
|
|
1266
1334
|
color: (
|
|
1267
1335
|
'primary',
|
|
@@ -1276,13 +1344,6 @@ $indigo-grid: extend(
|
|
|
1276
1344
|
),
|
|
1277
1345
|
),
|
|
1278
1346
|
|
|
1279
|
-
row-selected-background: (
|
|
1280
|
-
color: (
|
|
1281
|
-
'primary',
|
|
1282
|
-
50,
|
|
1283
|
-
),
|
|
1284
|
-
),
|
|
1285
|
-
|
|
1286
1347
|
cell-selected-within-background: (
|
|
1287
1348
|
color: (
|
|
1288
1349
|
'primary',
|
|
@@ -1304,6 +1365,13 @@ $indigo-grid: extend(
|
|
|
1304
1365
|
),
|
|
1305
1366
|
),
|
|
1306
1367
|
|
|
1368
|
+
row-selected-background: (
|
|
1369
|
+
color: (
|
|
1370
|
+
'primary',
|
|
1371
|
+
50,
|
|
1372
|
+
),
|
|
1373
|
+
),
|
|
1374
|
+
|
|
1307
1375
|
row-selected-hover-background: (
|
|
1308
1376
|
color: (
|
|
1309
1377
|
'primary',
|
|
@@ -1318,6 +1386,20 @@ $indigo-grid: extend(
|
|
|
1318
1386
|
),
|
|
1319
1387
|
),
|
|
1320
1388
|
|
|
1389
|
+
body-column-selected-border-color: (
|
|
1390
|
+
color: (
|
|
1391
|
+
'primary',
|
|
1392
|
+
50,
|
|
1393
|
+
),
|
|
1394
|
+
),
|
|
1395
|
+
|
|
1396
|
+
body-column-hover-selected-border-color: (
|
|
1397
|
+
color: (
|
|
1398
|
+
'primary',
|
|
1399
|
+
100,
|
|
1400
|
+
),
|
|
1401
|
+
),
|
|
1402
|
+
|
|
1321
1403
|
pinned-border-color: (
|
|
1322
1404
|
color: (
|
|
1323
1405
|
'gray',
|
|
@@ -1401,6 +1483,18 @@ $indigo-grid: extend(
|
|
|
1401
1483
|
),
|
|
1402
1484
|
),
|
|
1403
1485
|
|
|
1486
|
+
body-column-border-color-odd: (
|
|
1487
|
+
color: (
|
|
1488
|
+
'surface',
|
|
1489
|
+
),
|
|
1490
|
+
),
|
|
1491
|
+
|
|
1492
|
+
body-column-border-color-even: (
|
|
1493
|
+
color: (
|
|
1494
|
+
'surface',
|
|
1495
|
+
),
|
|
1496
|
+
),
|
|
1497
|
+
|
|
1404
1498
|
row-even-background: (
|
|
1405
1499
|
color: (
|
|
1406
1500
|
'surface',
|