@progress/kendo-theme-fluent 5.7.0
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/LICENSE.md +17 -0
- package/README.md +72 -0
- package/dist/all.scss +7 -0
- package/package.json +54 -0
- package/scss/action-buttons/_layout.scss +54 -0
- package/scss/action-buttons/_theme.scss +14 -0
- package/scss/action-buttons/_variables.scss +24 -0
- package/scss/action-buttons/index.scss +26 -0
- package/scss/action-sheet/_layout.scss +233 -0
- package/scss/action-sheet/_theme.scss +89 -0
- package/scss/action-sheet/_variables.scss +163 -0
- package/scss/action-sheet/index.scss +27 -0
- package/scss/all.scss +4 -0
- package/scss/appbar/_layout.scss +119 -0
- package/scss/appbar/_theme.scss +40 -0
- package/scss/appbar/_variables.scss +106 -0
- package/scss/appbar/index.scss +25 -0
- package/scss/autocomplete/_layout.scss +4 -0
- package/scss/autocomplete/_theme.scss +4 -0
- package/scss/autocomplete/_variables.scss +1 -0
- package/scss/autocomplete/index.scss +28 -0
- package/scss/avatar/_layout.scss +77 -0
- package/scss/avatar/_theme.scss +20 -0
- package/scss/avatar/_variables.scss +105 -0
- package/scss/avatar/index.scss +25 -0
- package/scss/badge/_layout.scss +155 -0
- package/scss/badge/_theme.scss +31 -0
- package/scss/badge/_variables.scss +159 -0
- package/scss/badge/index.scss +23 -0
- package/scss/bottom-navigation/_layout.scss +130 -0
- package/scss/bottom-navigation/_theme.scss +92 -0
- package/scss/bottom-navigation/_variables.scss +178 -0
- package/scss/bottom-navigation/index.scss +25 -0
- package/scss/breadcrumb/_layout.scss +132 -0
- package/scss/breadcrumb/_theme.scss +134 -0
- package/scss/breadcrumb/_variables.scss +170 -0
- package/scss/breadcrumb/index.scss +26 -0
- package/scss/button/_layout.scss +329 -0
- package/scss/button/_theme.scss +155 -0
- package/scss/button/_variables.scss +392 -0
- package/scss/button/index.scss +25 -0
- package/scss/calendar/_layout.scss +456 -0
- package/scss/calendar/_theme.scss +203 -0
- package/scss/calendar/_variables.scss +267 -0
- package/scss/calendar/index.scss +25 -0
- package/scss/captcha/_layout.scss +63 -0
- package/scss/captcha/_theme.scss +15 -0
- package/scss/captcha/_variables.scss +45 -0
- package/scss/captcha/index.scss +29 -0
- package/scss/card/_layout.scss +364 -0
- package/scss/card/_theme.scss +116 -0
- package/scss/card/_variables.scss +170 -0
- package/scss/card/index.scss +29 -0
- package/scss/checkbox/_layout.scss +248 -0
- package/scss/checkbox/_theme.scss +142 -0
- package/scss/checkbox/_variables.scss +234 -0
- package/scss/checkbox/index.scss +25 -0
- package/scss/chip/_layout.scss +156 -0
- package/scss/chip/_theme.scss +97 -0
- package/scss/chip/_variables.scss +210 -0
- package/scss/chip/index.scss +26 -0
- package/scss/color-preview/_layout.scss +78 -0
- package/scss/color-preview/_theme.scss +32 -0
- package/scss/color-preview/_variables.scss +36 -0
- package/scss/color-preview/index.scss +25 -0
- package/scss/coloreditor/_layout.scss +82 -0
- package/scss/coloreditor/_theme.scss +27 -0
- package/scss/coloreditor/_variables.scss +75 -0
- package/scss/coloreditor/index.scss +29 -0
- package/scss/colorgradient/_layout.scss +184 -0
- package/scss/colorgradient/_theme.scss +118 -0
- package/scss/colorgradient/_variables.scss +149 -0
- package/scss/colorgradient/index.scss +29 -0
- package/scss/colorpalette/_layout.scss +60 -0
- package/scss/colorpalette/_theme.scss +53 -0
- package/scss/colorpalette/_variables.scss +48 -0
- package/scss/colorpalette/index.scss +23 -0
- package/scss/colorpicker/_layout.scss +15 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/colorpicker/_variables.scss +1 -0
- package/scss/colorpicker/index.scss +29 -0
- package/scss/combobox/_layout.scss +4 -0
- package/scss/combobox/_theme.scss +4 -0
- package/scss/combobox/_variables.scss +1 -0
- package/scss/combobox/index.scss +28 -0
- package/scss/core/_index.scss +33 -0
- package/scss/core/_layout.scss +13 -0
- package/scss/core/_theme.scss +9 -0
- package/scss/core/_variables.scss +132 -0
- package/scss/core/color-system/_index.scss +3 -0
- package/scss/core/color-system/_palettes.scss +316 -0
- package/scss/core/color-system/_variables.scss +169 -0
- package/scss/core/color-system/utils/_functions.scss +67 -0
- package/scss/core/color-system/utils/_index.scss +2 -0
- package/scss/core/color-system/utils/_mixins.scss +9 -0
- package/scss/core/functions/_index.scss +3 -0
- package/scss/core/functions/_strings.scss +35 -0
- package/scss/core/helpers/_animations.scss +708 -0
- package/scss/core/helpers/_asp-fallback.scss +4 -0
- package/scss/core/helpers/_base.scss +146 -0
- package/scss/core/helpers/_extra.scss +22 -0
- package/scss/core/helpers/_index.scss +11 -0
- package/scss/core/helpers/_layout.scss +64 -0
- package/scss/core/helpers/_loading.scss +120 -0
- package/scss/core/helpers/_normalize.scss +11 -0
- package/scss/core/helpers/_reset.scss +19 -0
- package/scss/core/helpers/_resizing.scss +120 -0
- package/scss/core/helpers/_selection.scss +27 -0
- package/scss/core/helpers/_spacer.scss +13 -0
- package/scss/core/mixins/_border-radius.scss +60 -0
- package/scss/core/mixins/_box-shadow.scss +7 -0
- package/scss/core/mixins/_decoration.scss +27 -0
- package/scss/core/mixins/_disabled.scss +10 -0
- package/scss/core/mixins/_hide-scrollbar.scss +13 -0
- package/scss/core/mixins/_index.scss +6 -0
- package/scss/core/mixins/_typography.scss +17 -0
- package/scss/core/module-system/_components.scss +144 -0
- package/scss/core/module-system/index.scss +38 -0
- package/scss/dataviz/_layout.scss +474 -0
- package/scss/dataviz/_theme.scss +150 -0
- package/scss/dataviz/_variables.scss +242 -0
- package/scss/dataviz/index.scss +27 -0
- package/scss/dateinput/_layout.scss +4 -0
- package/scss/dateinput/_theme.scss +4 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/dateinput/index.scss +24 -0
- package/scss/datepicker/_layout.scss +4 -0
- package/scss/datepicker/_theme.scss +4 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/datepicker/index.scss +28 -0
- package/scss/daterangepicker/_layout.scss +39 -0
- package/scss/daterangepicker/_theme.scss +28 -0
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/daterangepicker/index.scss +28 -0
- package/scss/datetimepicker/_layout.scss +60 -0
- package/scss/datetimepicker/_theme.scss +4 -0
- package/scss/datetimepicker/_variables.scss +3 -0
- package/scss/datetimepicker/index.scss +30 -0
- package/scss/dialog/_layout.scss +71 -0
- package/scss/dialog/_theme.scss +21 -0
- package/scss/dialog/_variables.scss +46 -0
- package/scss/dialog/index.scss +25 -0
- package/scss/draggable/_layout.scss +66 -0
- package/scss/draggable/_theme.scss +21 -0
- package/scss/draggable/_variables.scss +72 -0
- package/scss/draggable/index.scss +23 -0
- package/scss/drawer/_layout.scss +271 -0
- package/scss/drawer/_theme.scss +94 -0
- package/scss/drawer/_variables.scss +132 -0
- package/scss/drawer/index.scss +26 -0
- package/scss/dropdowngrid/_layout.scss +13 -0
- package/scss/dropdowngrid/_theme.scss +5 -0
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropdowngrid/index.scss +33 -0
- package/scss/dropdownlist/_layout.scss +36 -0
- package/scss/dropdownlist/_theme.scss +9 -0
- package/scss/dropdownlist/_variables.scss +1 -0
- package/scss/dropdownlist/index.scss +29 -0
- package/scss/dropdowntree/_layout.scss +22 -0
- package/scss/dropdowntree/_theme.scss +6 -0
- package/scss/dropdowntree/_variables.scss +5 -0
- package/scss/dropdowntree/index.scss +28 -0
- package/scss/dropzone/_layout.scss +49 -0
- package/scss/dropzone/_theme.scss +35 -0
- package/scss/dropzone/_variables.scss +75 -0
- package/scss/dropzone/index.scss +25 -0
- package/scss/editor/_layout.scss +688 -0
- package/scss/editor/_theme.scss +101 -0
- package/scss/editor/_variables.scss +81 -0
- package/scss/editor/index.scss +32 -0
- package/scss/expansion-panel/_layout.scss +83 -0
- package/scss/expansion-panel/_theme.scss +69 -0
- package/scss/expansion-panel/_variables.scss +99 -0
- package/scss/expansion-panel/index.scss +24 -0
- package/scss/fab/_layout.scss +173 -0
- package/scss/fab/_theme.scss +201 -0
- package/scss/fab/_variables.scss +180 -0
- package/scss/fab/index.scss +28 -0
- package/scss/filemanager/_layout.scss +248 -0
- package/scss/filemanager/_theme.scss +110 -0
- package/scss/filemanager/_variables.scss +185 -0
- package/scss/filemanager/index.scss +35 -0
- package/scss/filter/_layout.scss +93 -0
- package/scss/filter/_theme.scss +25 -0
- package/scss/filter/_variables.scss +35 -0
- package/scss/filter/index.scss +31 -0
- package/scss/floating-label/_layout.scss +94 -0
- package/scss/floating-label/_theme.scss +31 -0
- package/scss/floating-label/_variables.scss +67 -0
- package/scss/floating-label/index.scss +24 -0
- package/scss/forms/_layout.scss +326 -0
- package/scss/forms/_theme.scss +44 -0
- package/scss/forms/_variables.scss +143 -0
- package/scss/forms/index.scss +30 -0
- package/scss/grid/_layout.scss +1268 -0
- package/scss/grid/_theme.scss +488 -0
- package/scss/grid/_variables.scss +476 -0
- package/scss/grid/index.scss +45 -0
- package/scss/icon/_layout.scss +60 -0
- package/scss/icon/_theme.scss +1 -0
- package/scss/icon/_variables.scss +18 -0
- package/scss/icon/index.scss +23 -0
- package/scss/imageeditor/_layout.scss +160 -0
- package/scss/imageeditor/_theme.scss +49 -0
- package/scss/imageeditor/_variables.scss +108 -0
- package/scss/imageeditor/index.scss +28 -0
- package/scss/index.scss +320 -0
- package/scss/input/_layout.scss +441 -0
- package/scss/input/_theme.scss +202 -0
- package/scss/input/_variables.scss +612 -0
- package/scss/input/index.scss +26 -0
- package/scss/list/_layout.scss +255 -0
- package/scss/list/_theme.scss +104 -0
- package/scss/list/_variables.scss +273 -0
- package/scss/list/index.scss +26 -0
- package/scss/listbox/_layout.scss +119 -0
- package/scss/listbox/_theme.scss +19 -0
- package/scss/listbox/_variables.scss +45 -0
- package/scss/listbox/index.scss +28 -0
- package/scss/listgroup/_layout.scss +189 -0
- package/scss/listgroup/_theme.scss +14 -0
- package/scss/listgroup/_variables.scss +36 -0
- package/scss/listgroup/index.scss +25 -0
- package/scss/listview/_layout.scss +149 -0
- package/scss/listview/_theme.scss +50 -0
- package/scss/listview/_variables.scss +91 -0
- package/scss/listview/index.scss +27 -0
- package/scss/loader/_layout.scss +458 -0
- package/scss/loader/_theme.scss +18 -0
- package/scss/loader/_variables.scss +143 -0
- package/scss/loader/index.scss +25 -0
- package/scss/map/_index.scss +26 -0
- package/scss/map/_layout.scss +134 -0
- package/scss/map/_theme.scss +32 -0
- package/scss/map/_variables.scss +88 -0
- package/scss/maskedtextbox/_layout.scss +6 -0
- package/scss/maskedtextbox/_theme.scss +6 -0
- package/scss/maskedtextbox/_variables.scss +1 -0
- package/scss/maskedtextbox/index.scss +26 -0
- package/scss/mediaplayer/_layout.scss +102 -0
- package/scss/mediaplayer/_theme.scss +29 -0
- package/scss/mediaplayer/_variables.scss +46 -0
- package/scss/mediaplayer/index.scss +27 -0
- package/scss/menu/_layout.scss +343 -0
- package/scss/menu/_theme.scss +97 -0
- package/scss/menu/_variables.scss +255 -0
- package/scss/menu/index.scss +29 -0
- package/scss/menu-button/_layout.scss +20 -0
- package/scss/menu-button/_theme.scss +1 -0
- package/scss/menu-button/_variables.scss +1 -0
- package/scss/menu-button/index.scss +26 -0
- package/scss/messagebox/_layout.scss +22 -0
- package/scss/messagebox/_theme.scss +44 -0
- package/scss/messagebox/_variables.scss +40 -0
- package/scss/messagebox/index.scss +23 -0
- package/scss/multiselect/_layout.scss +6 -0
- package/scss/multiselect/_theme.scss +6 -0
- package/scss/multiselect/_variables.scss +1 -0
- package/scss/multiselect/index.scss +31 -0
- package/scss/notification/_layout.scss +73 -0
- package/scss/notification/_theme.scss +55 -0
- package/scss/notification/_variables.scss +102 -0
- package/scss/notification/index.scss +26 -0
- package/scss/numerictextbox/_layout.scss +10 -0
- package/scss/numerictextbox/_theme.scss +6 -0
- package/scss/numerictextbox/_variables.scss +1 -0
- package/scss/numerictextbox/index.scss +27 -0
- package/scss/orgchart/_layout.scss +121 -0
- package/scss/orgchart/_theme.scss +60 -0
- package/scss/orgchart/_variables.scss +152 -0
- package/scss/orgchart/index.scss +34 -0
- package/scss/overlay/_layout.scss +15 -0
- package/scss/overlay/_theme.scss +14 -0
- package/scss/overlay/_variables.scss +12 -0
- package/scss/overlay/index.scss +23 -0
- package/scss/pager/_layout.scss +240 -0
- package/scss/pager/_theme.scss +130 -0
- package/scss/pager/_variables.scss +194 -0
- package/scss/pager/index.scss +29 -0
- package/scss/panelbar/_layout.scss +152 -0
- package/scss/panelbar/_theme.scss +245 -0
- package/scss/panelbar/_variables.scss +235 -0
- package/scss/panelbar/index.scss +26 -0
- package/scss/popover/_layout.scss +101 -0
- package/scss/popover/_theme.scss +41 -0
- package/scss/popover/_variables.scss +90 -0
- package/scss/popover/index.scss +27 -0
- package/scss/popup/_layout.scss +53 -0
- package/scss/popup/_theme.scss +14 -0
- package/scss/popup/_variables.scss +42 -0
- package/scss/popup/index.scss +23 -0
- package/scss/progressbar/_layout.scss +279 -0
- package/scss/progressbar/_theme.scss +93 -0
- package/scss/progressbar/_variables.scss +114 -0
- package/scss/progressbar/index.scss +23 -0
- package/scss/radio/_layout.scss +277 -0
- package/scss/radio/_theme.scss +125 -0
- package/scss/radio/_variables.scss +203 -0
- package/scss/radio/index.scss +26 -0
- package/scss/rating/_layout.scss +98 -0
- package/scss/rating/_theme.scss +46 -0
- package/scss/rating/_variables.scss +50 -0
- package/scss/rating/index.scss +25 -0
- package/scss/responsivepanel/_layout.scss +51 -0
- package/scss/responsivepanel/_theme.scss +5 -0
- package/scss/responsivepanel/_variables.scss +1 -0
- package/scss/responsivepanel/index.scss +25 -0
- package/scss/ripple/_layout.scss +53 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/ripple/_variables.scss +1 -0
- package/scss/ripple/index.scss +23 -0
- package/scss/scheduler/_layout.scss +979 -0
- package/scss/scheduler/_theme.scss +249 -0
- package/scss/scheduler/_variables.scss +260 -0
- package/scss/scheduler/index.scss +34 -0
- package/scss/scroller/_layout.scss +84 -0
- package/scss/scroller/_theme.scss +8 -0
- package/scss/scroller/_variables.scss +1 -0
- package/scss/scroller/index.scss +23 -0
- package/scss/searchbox/_layout.scss +22 -0
- package/scss/searchbox/_theme.scss +9 -0
- package/scss/searchbox/_variables.scss +5 -0
- package/scss/searchbox/index.scss +27 -0
- package/scss/signature/_layout.scss +68 -0
- package/scss/signature/_theme.scss +13 -0
- package/scss/signature/_variables.scss +73 -0
- package/scss/signature/index.scss +26 -0
- package/scss/skeleton/_layout.scss +76 -0
- package/scss/skeleton/_theme.scss +22 -0
- package/scss/skeleton/_variables.scss +22 -0
- package/scss/skeleton/index.scss +23 -0
- package/scss/slider/_layout.scss +392 -0
- package/scss/slider/_theme.scss +76 -0
- package/scss/slider/_variables.scss +136 -0
- package/scss/slider/index.scss +27 -0
- package/scss/split-button/_layout.scss +58 -0
- package/scss/split-button/_theme.scss +5 -0
- package/scss/split-button/_variables.scss +24 -0
- package/scss/split-button/index.scss +26 -0
- package/scss/splitter/_layout.scss +208 -0
- package/scss/splitter/_theme.scss +36 -0
- package/scss/splitter/_variables.scss +66 -0
- package/scss/splitter/index.scss +25 -0
- package/scss/stepper/_layout.scss +251 -0
- package/scss/stepper/_theme.scss +189 -0
- package/scss/stepper/_variables.scss +200 -0
- package/scss/stepper/index.scss +26 -0
- package/scss/switch/_layout.scss +164 -0
- package/scss/switch/_theme.scss +171 -0
- package/scss/switch/_variables.scss +173 -0
- package/scss/switch/index.scss +23 -0
- package/scss/table/_layout.scss +289 -0
- package/scss/table/_theme.scss +106 -0
- package/scss/table/_variables.scss +169 -0
- package/scss/table/index.scss +30 -0
- package/scss/tabstrip/_layout.scss +428 -0
- package/scss/tabstrip/_theme.scss +102 -0
- package/scss/tabstrip/_variables.scss +145 -0
- package/scss/tabstrip/index.scss +27 -0
- package/scss/taskboard/_layout.scss +205 -0
- package/scss/taskboard/_theme.scss +83 -0
- package/scss/taskboard/_variables.scss +207 -0
- package/scss/taskboard/index.scss +31 -0
- package/scss/textarea/_layout.scss +6 -0
- package/scss/textarea/_theme.scss +6 -0
- package/scss/textarea/_variables.scss +0 -0
- package/scss/textarea/index.scss +25 -0
- package/scss/textbox/_layout.scss +6 -0
- package/scss/textbox/_theme.scss +6 -0
- package/scss/textbox/_variables.scss +1 -0
- package/scss/textbox/index.scss +25 -0
- package/scss/tilelayout/_layout.scss +39 -0
- package/scss/tilelayout/_theme.scss +18 -0
- package/scss/tilelayout/_variables.scss +24 -0
- package/scss/tilelayout/index.scss +25 -0
- package/scss/timepicker/_layout.scss +6 -0
- package/scss/timepicker/_theme.scss +6 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timepicker/index.scss +28 -0
- package/scss/timeselector/_layout.scss +237 -0
- package/scss/timeselector/_theme.scss +66 -0
- package/scss/timeselector/_variables.scss +130 -0
- package/scss/timeselector/index.scss +27 -0
- package/scss/toolbar/_layout.scss +214 -0
- package/scss/toolbar/_theme.scss +66 -0
- package/scss/toolbar/_variables.scss +40 -0
- package/scss/toolbar/index.scss +28 -0
- package/scss/tooltip/_layout.scss +108 -0
- package/scss/tooltip/_theme.scss +42 -0
- package/scss/tooltip/_variables.scss +98 -0
- package/scss/tooltip/index.scss +26 -0
- package/scss/treelist/_layout.scss +92 -0
- package/scss/treelist/_theme.scss +14 -0
- package/scss/treelist/_variables.scss +9 -0
- package/scss/treelist/index.scss +26 -0
- package/scss/treeview/_layout.scss +160 -0
- package/scss/treeview/_theme.scss +102 -0
- package/scss/treeview/_variables.scss +164 -0
- package/scss/treeview/index.scss +26 -0
- package/scss/typography/_layout.scss +110 -0
- package/scss/typography/_theme.scss +15 -0
- package/scss/typography/_variables.scss +126 -0
- package/scss/typography/index.scss +23 -0
- package/scss/upload/_layout.scss +275 -0
- package/scss/upload/_theme.scss +111 -0
- package/scss/upload/_variables.scss +107 -0
- package/scss/upload/index.scss +29 -0
- package/scss/utils/_layout.scss +7 -0
- package/scss/utils/_theme.scss +1 -0
- package/scss/utils/_variables.scss +13 -0
- package/scss/utils/index.scss +23 -0
- package/scss/validator/_layout.scss +19 -0
- package/scss/validator/_theme.scss +5 -0
- package/scss/validator/_variables.scss +1 -0
- package/scss/validator/index.scss +26 -0
- package/scss/virtual-scroller/_layout.scss +37 -0
- package/scss/virtual-scroller/_theme.scss +5 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/virtual-scroller/index.scss +23 -0
- package/scss/window/_layout.scss +162 -0
- package/scss/window/_theme.scss +31 -0
- package/scss/window/_variables.scss +107 -0
- package/scss/window/index.scss +28 -0
- package/scss/wizard/_layout.scss +128 -0
- package/scss/wizard/_theme.scss +21 -0
- package/scss/wizard/_variables.scss +54 -0
- package/scss/wizard/index.scss +27 -0
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
@use "../core/color-system" as *;
|
|
2
|
+
@use "../core/_variables.scss" as *;
|
|
3
|
+
@use "../button/_variables.scss" as *;
|
|
4
|
+
@use "../table/_variables.scss" as *;
|
|
5
|
+
@use "../toolbar/_variables.scss" as *;
|
|
6
|
+
@use "../list/_variables.scss" as *;
|
|
7
|
+
|
|
8
|
+
/// Border width of the grid.
|
|
9
|
+
/// @group grid
|
|
10
|
+
$kendo-grid-border-width: 1px !default;
|
|
11
|
+
/// Border style of the grid.
|
|
12
|
+
/// @group grid
|
|
13
|
+
$kendo-grid-border-style: solid !default;
|
|
14
|
+
/// Font family of the grid.
|
|
15
|
+
/// @group grid
|
|
16
|
+
$kendo-grid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
17
|
+
/// Font size of the grid.
|
|
18
|
+
/// @group grid
|
|
19
|
+
$kendo-grid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
|
+
/// Line height of the grid.
|
|
21
|
+
/// @group grid
|
|
22
|
+
$kendo-grid-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
/// Horizontal padding of the grid.
|
|
24
|
+
/// @group grid
|
|
25
|
+
$kendo-grid-padding-x: $kendo-table-cell-padding-x !default;
|
|
26
|
+
/// Vertical padding of the grid.
|
|
27
|
+
/// @group grid
|
|
28
|
+
$kendo-grid-padding-y: $kendo-table-cell-padding-y !default;
|
|
29
|
+
|
|
30
|
+
/// Background color of the grid.
|
|
31
|
+
/// @group grid
|
|
32
|
+
$kendo-grid-bg: $kendo-table-bg !default;
|
|
33
|
+
/// Text color of the grid.
|
|
34
|
+
/// @group grid
|
|
35
|
+
$kendo-grid-text: $kendo-table-text !default;
|
|
36
|
+
/// Border color of the grid.
|
|
37
|
+
/// @group grid
|
|
38
|
+
$kendo-grid-border: $kendo-table-border !default;
|
|
39
|
+
/// Focus shadow of the grid.
|
|
40
|
+
/// @group grid
|
|
41
|
+
$kendo-grid-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
42
|
+
|
|
43
|
+
/// Background color of alternating rows in grid.
|
|
44
|
+
/// @group grid
|
|
45
|
+
$kendo-grid-alt-bg: $kendo-table-alt-row-bg !default;
|
|
46
|
+
/// Text color of alternating rows in grid.
|
|
47
|
+
/// @group grid
|
|
48
|
+
$kendo-grid-alt-text: $kendo-table-alt-row-text !default;
|
|
49
|
+
/// Border color of alternating rows in grid.
|
|
50
|
+
/// @group grid
|
|
51
|
+
$kendo-grid-alt-border: $kendo-table-alt-row-border !default;
|
|
52
|
+
|
|
53
|
+
/// Background color of hover rows in grid.
|
|
54
|
+
/// @group grid
|
|
55
|
+
$kendo-grid-hover-bg: $kendo-table-hover-bg !default;
|
|
56
|
+
/// Text color of hover rows in grid.
|
|
57
|
+
/// @group grid
|
|
58
|
+
$kendo-grid-hover-text: $kendo-table-hover-text !default;
|
|
59
|
+
/// Border color of hover rows in grid.
|
|
60
|
+
/// @group grid
|
|
61
|
+
$kendo-grid-hover-border: $kendo-table-hover-border !default;
|
|
62
|
+
|
|
63
|
+
/// Background color of selected rows in grid.
|
|
64
|
+
/// @group grid
|
|
65
|
+
$kendo-grid-selected-bg: $kendo-table-selected-bg !default;
|
|
66
|
+
/// Text color of selected rows in grid.
|
|
67
|
+
/// @group grid
|
|
68
|
+
$kendo-grid-selected-text: $kendo-table-selected-text !default;
|
|
69
|
+
/// Border color of selected rows in grid.
|
|
70
|
+
/// @group grid
|
|
71
|
+
$kendo-grid-selected-border: $kendo-table-selected-border !default;
|
|
72
|
+
|
|
73
|
+
/// Hover background color of selected rows in grid.
|
|
74
|
+
/// @group grid
|
|
75
|
+
$kendo-grid-selected-hover-bg: $kendo-table-selected-hover-bg !default;
|
|
76
|
+
/// Hover text color of selected rows in grid.
|
|
77
|
+
/// @group grid
|
|
78
|
+
$kendo-grid-selected-hover-text: $kendo-table-selected-hover-text !default;
|
|
79
|
+
/// Hover border color of selected rows in grid.
|
|
80
|
+
/// @group grid
|
|
81
|
+
$kendo-grid-selected-hover-border: $kendo-table-selected-hover-border !default;
|
|
82
|
+
|
|
83
|
+
/// Horizontal padding of the grid header.
|
|
84
|
+
/// @group grid
|
|
85
|
+
$kendo-grid-header-padding-x: $kendo-grid-padding-x !default;
|
|
86
|
+
/// Vertical padding of the grid header.
|
|
87
|
+
/// @group grid
|
|
88
|
+
$kendo-grid-header-padding-y: $kendo-grid-padding-y !default;
|
|
89
|
+
/// Vertical border width of the grid header.
|
|
90
|
+
/// @group grid
|
|
91
|
+
$kendo-grid-header-border-width-y: $kendo-grid-border-width !default;
|
|
92
|
+
/// Horizontal border width of the grid header.
|
|
93
|
+
/// @group grid
|
|
94
|
+
$kendo-grid-header-border-width-x: 0 !default;
|
|
95
|
+
/// Font size of the grid header.
|
|
96
|
+
/// @group grid
|
|
97
|
+
$kendo-grid-header-font-size: inherit !default;
|
|
98
|
+
/// Font weight of the grid header.
|
|
99
|
+
/// @group grid
|
|
100
|
+
$kendo-grid-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
101
|
+
/// Menu spacing of the grid header.
|
|
102
|
+
/// @group grid
|
|
103
|
+
$kendo-grid-header-menu-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
104
|
+
/// Border width of the first cell in the grid header.
|
|
105
|
+
/// @group grid
|
|
106
|
+
$kendo-grid-header-first-border-width: $kendo-grid-border-width !default;
|
|
107
|
+
/// Background color of grid header.
|
|
108
|
+
/// @group grid
|
|
109
|
+
$kendo-grid-header-bg: $kendo-table-header-bg !default;
|
|
110
|
+
/// Text color of grid header.
|
|
111
|
+
/// @group grid
|
|
112
|
+
$kendo-grid-header-text: $kendo-table-header-text !default;
|
|
113
|
+
/// Border color of grid header.
|
|
114
|
+
/// @group grid
|
|
115
|
+
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
116
|
+
/// Background color of grid header icons.
|
|
117
|
+
/// @group grid
|
|
118
|
+
$kendo-grid-header-icon-text: get-theme-color-var( neutral-130 ) !default;
|
|
119
|
+
|
|
120
|
+
/// Horizontal padding of the grid footer.
|
|
121
|
+
/// @group grid
|
|
122
|
+
$kendo-grid-footer-padding-x: $kendo-grid-header-padding-x !default;
|
|
123
|
+
/// Vertical padding of the grid footer.
|
|
124
|
+
/// @group grid
|
|
125
|
+
$kendo-grid-footer-padding-y: $kendo-grid-header-padding-y !default;
|
|
126
|
+
// Background color of grid footer.
|
|
127
|
+
/// @group grid
|
|
128
|
+
$kendo-grid-footer-bg: $kendo-table-footer-bg !default;
|
|
129
|
+
/// Text color of grid footer.
|
|
130
|
+
/// @group grid
|
|
131
|
+
$kendo-grid-footer-text: $kendo-table-footer-text !default;
|
|
132
|
+
/// Border color of grid footer.
|
|
133
|
+
/// @group grid
|
|
134
|
+
$kendo-grid-footer-border: $kendo-table-footer-border !default;
|
|
135
|
+
|
|
136
|
+
/// Horizontal padding of the grid grouping header.
|
|
137
|
+
/// @group grid
|
|
138
|
+
$kendo-grid-grouping-header-padding-x: $kendo-toolbar-padding-x !default;
|
|
139
|
+
/// Vertical padding of the grid grouping header.
|
|
140
|
+
/// @group grid
|
|
141
|
+
$kendo-grid-grouping-header-padding-y: $kendo-toolbar-padding-y !default;
|
|
142
|
+
/// Background color of the grid grouping header.
|
|
143
|
+
/// @group grid
|
|
144
|
+
$kendo-grid-grouping-header-bg: $kendo-toolbar-bg !default;
|
|
145
|
+
/// Text color of the grid grouping header.
|
|
146
|
+
/// @group grid
|
|
147
|
+
$kendo-grid-grouping-header-text: $kendo-toolbar-text !default;
|
|
148
|
+
/// Border color of the grid grouping header.
|
|
149
|
+
/// @group grid
|
|
150
|
+
$kendo-grid-grouping-header-border: $kendo-toolbar-border !default;
|
|
151
|
+
|
|
152
|
+
/// Vertical border width of the grid grouping row.
|
|
153
|
+
/// @group grid
|
|
154
|
+
$kendo-grid-grouping-row-border-width-y: $kendo-grid-border-width !default;
|
|
155
|
+
/// Background color of the grid grouping row.
|
|
156
|
+
/// @group grid
|
|
157
|
+
$kendo-grid-grouping-row-bg: $kendo-table-group-row-bg !default;
|
|
158
|
+
/// Text color of the grid grouping row.
|
|
159
|
+
/// @group grid
|
|
160
|
+
$kendo-grid-grouping-row-text: $kendo-table-group-row-text !default;
|
|
161
|
+
/// Border color of the grid grouping row.
|
|
162
|
+
/// @group grid
|
|
163
|
+
$kendo-grid-grouping-row-border: $kendo-table-group-row-border !default;
|
|
164
|
+
|
|
165
|
+
/// Horizontal padding of the grid filter cell.
|
|
166
|
+
/// @group grid
|
|
167
|
+
$kendo-grid-filter-cell-padding-x: $kendo-grid-padding-y !default;
|
|
168
|
+
/// Vertical padding of the grid filter cell.
|
|
169
|
+
/// @group grid
|
|
170
|
+
$kendo-grid-filter-cell-padding-y: $kendo-grid-filter-cell-padding-x !default;
|
|
171
|
+
|
|
172
|
+
/// Horizontal padding of the grid toolbar.
|
|
173
|
+
/// @group grid
|
|
174
|
+
$kendo-grid-toolbar-padding-x: $kendo-toolbar-padding-x !default;
|
|
175
|
+
/// Vertical padding of the grid toolbar.
|
|
176
|
+
/// @group grid
|
|
177
|
+
$kendo-grid-toolbar-padding-y: $kendo-toolbar-padding-y !default;
|
|
178
|
+
/// Spacing of the grid toolbar.
|
|
179
|
+
/// @group grid
|
|
180
|
+
$kendo-grid-toolbar-spacing: $kendo-toolbar-spacing !default;
|
|
181
|
+
/// Border width of the grid toolbar.
|
|
182
|
+
/// @group grid
|
|
183
|
+
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
184
|
+
|
|
185
|
+
/// Horizontal padding of the grid cell.
|
|
186
|
+
/// @group grid
|
|
187
|
+
$kendo-grid-cell-padding-x: $kendo-grid-padding-x !default;
|
|
188
|
+
/// Vertical padding of the grid cell.
|
|
189
|
+
/// @group grid
|
|
190
|
+
$kendo-grid-cell-padding-y: $kendo-grid-padding-y !default;
|
|
191
|
+
/// Vertical border width of the grid cell.
|
|
192
|
+
/// @group grid
|
|
193
|
+
$kendo-grid-cell-border-width-y: $kendo-grid-border-width !default;
|
|
194
|
+
/// Horizontal border width of the grid cell.
|
|
195
|
+
/// @group grid
|
|
196
|
+
$kendo-grid-cell-border-width-x: 0px !default;
|
|
197
|
+
/// Default width of the grid cell placeholder.
|
|
198
|
+
/// @group grid
|
|
199
|
+
$kendo-grid-cell-placeholder-width: 80% !default;
|
|
200
|
+
|
|
201
|
+
/// Font size of the grid sort index.
|
|
202
|
+
/// @group grid
|
|
203
|
+
$kendo-grid-sort-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
204
|
+
/// Default height of the grid sort index.
|
|
205
|
+
/// @group grid
|
|
206
|
+
$kendo-grid-sort-index-height: var( --kendo-icon-size, 1rem ) !default;
|
|
207
|
+
/// Horizontal offset of the grid sort index.
|
|
208
|
+
/// @group grid
|
|
209
|
+
$kendo-grid-sort-index-spacing-y: calc( var( --kendo-icon-spacing, .5rem ) / 4 ) !default;
|
|
210
|
+
/// Vertical offset of the grid sort index.
|
|
211
|
+
/// @group grid
|
|
212
|
+
$kendo-grid-sort-index-spacing-x: calc( $kendo-grid-sort-index-spacing-y * -1 ) !default;
|
|
213
|
+
/// Spacing of the grid sort icon.
|
|
214
|
+
/// @group grid
|
|
215
|
+
$kendo-grid-sort-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
216
|
+
/// Text color of the grid sort indicator.
|
|
217
|
+
/// @group grid
|
|
218
|
+
$kendo-grid-sort-indicator-text: get-theme-color-var( neutral-130 ) !default;
|
|
219
|
+
/// Text color of the grid sort order indicator.
|
|
220
|
+
/// @group grid
|
|
221
|
+
$kendo-grid-sort-indicator-order-text: get-theme-color-var( primary-100 ) !default;
|
|
222
|
+
/// Background color of the sorted grid cells.
|
|
223
|
+
/// @group grid
|
|
224
|
+
$kendo-grid-sorted-bg: get-theme-color-var( neutral-10 ) !default;
|
|
225
|
+
|
|
226
|
+
/// Horizontal padding of the grid edit cells.
|
|
227
|
+
/// @group grid
|
|
228
|
+
$kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
|
|
229
|
+
/// Vertical padding of the grid edit cells.
|
|
230
|
+
/// @group grid
|
|
231
|
+
$kendo-grid-edit-cell-padding-y: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, hair ) !default;
|
|
232
|
+
|
|
233
|
+
/// Horizontal padding of the grid command cells.
|
|
234
|
+
/// @group grid
|
|
235
|
+
$kendo-grid-command-cell-padding-y: calc( #{$kendo-table-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em} ) / 2 ) !default;
|
|
236
|
+
/// Vertical padding of the grid command cells.
|
|
237
|
+
/// @group grid
|
|
238
|
+
$kendo-grid-command-cell-button-spacing: map-get( $kendo-spacing, 2 ) !default;
|
|
239
|
+
|
|
240
|
+
/// Horizontal padding of the grid group indicator.
|
|
241
|
+
/// @group grid
|
|
242
|
+
$kendo-grid-group-indicator-padding-x: $kendo-button-padding-x-md !default;
|
|
243
|
+
/// Vertical padding of the grid group indicator.
|
|
244
|
+
/// @group grid
|
|
245
|
+
$kendo-grid-group-indicator-padding-y: $kendo-button-padding-y-md !default;
|
|
246
|
+
/// Border width of the grid group indicator.
|
|
247
|
+
/// @group grid
|
|
248
|
+
$kendo-grid-group-indicator-border-width: $kendo-button-border-width !default;
|
|
249
|
+
/// Border radius of the grid group indicator.
|
|
250
|
+
/// @group grid
|
|
251
|
+
$kendo-grid-group-indicator-border-radius: var( --kendo-border-radius-md, 0 ) !default;
|
|
252
|
+
/// Spacing of the grid group indicator.
|
|
253
|
+
/// @group grid
|
|
254
|
+
$kendo-grid-group-indicator-gap: $kendo-table-cell-padding-y !default;
|
|
255
|
+
/// Text color of the grid group indicator.
|
|
256
|
+
/// @group grid
|
|
257
|
+
$kendo-grid-group-indicator-text: var( --kendo-component-text, initial ) !default;
|
|
258
|
+
/// Background color of the grid group indicator.
|
|
259
|
+
/// @group grid
|
|
260
|
+
$kendo-grid-group-indicator-bg: var( --kendo-component-bg, initial ) !default;
|
|
261
|
+
/// Border color of the grid group indicator.
|
|
262
|
+
/// @group grid
|
|
263
|
+
$kendo-grid-group-indicator-border: get-theme-color-var( neutral-110 ) !default;
|
|
264
|
+
/// Text color of the grid group indicator icon.
|
|
265
|
+
/// @group grid
|
|
266
|
+
$kendo-grid-group-indicator-icon-text: get-theme-color-var( neutral-130 ) !default;
|
|
267
|
+
|
|
268
|
+
/// Horizontal border width of the grid group footer.
|
|
269
|
+
/// @group grid
|
|
270
|
+
$kendo-grid-group-footer-border-width-y: 0px !default;
|
|
271
|
+
/// Vertical border width of the grid group footer.
|
|
272
|
+
/// @group grid
|
|
273
|
+
$kendo-grid-group-footer-border-width-x: 0px !default;
|
|
274
|
+
|
|
275
|
+
/// Size of the grid group drop clue.
|
|
276
|
+
/// @group grid
|
|
277
|
+
$kendo-grid-group-dropclue-size: 6px !default;
|
|
278
|
+
/// Line size of the grid group drop clue.
|
|
279
|
+
/// @group grid
|
|
280
|
+
$kendo-grid-group-dropclue-line-size: 1px !default;
|
|
281
|
+
/// Dot size of the grid group drop clue.
|
|
282
|
+
/// @group grid
|
|
283
|
+
$kendo-grid-group-dropclue-dot-size: $kendo-grid-group-dropclue-size !default;
|
|
284
|
+
/// Height of the grid group drop clue.
|
|
285
|
+
/// @group grid
|
|
286
|
+
$kendo-grid-group-dropclue-height: calc( $kendo-button-calc-size + $kendo-grid-group-dropclue-size ) !default;
|
|
287
|
+
/// Top offset of the grid group drop clue.
|
|
288
|
+
/// @group grid
|
|
289
|
+
$kendo-grid-group-dropclue-top: 2px !default;
|
|
290
|
+
/// Text color of the grid group drop clue.
|
|
291
|
+
/// @group grid
|
|
292
|
+
$kendo-grid-group-dropclue-bg: get-theme-color-var( primary-100 ) !default;
|
|
293
|
+
|
|
294
|
+
/// Border width of the grid sticky cell.
|
|
295
|
+
/// @group grid
|
|
296
|
+
$kendo-grid-sticky-cell-border-width: $kendo-grid-border-width !default;
|
|
297
|
+
/// Background color of the grid sticky cell.
|
|
298
|
+
/// @group grid
|
|
299
|
+
$kendo-grid-sticky-bg: var( --kendo-component-bg, initial ) !default;
|
|
300
|
+
/// Text color of the grid sticky cell.
|
|
301
|
+
/// @group grid
|
|
302
|
+
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
303
|
+
/// Border color of the grid sticky cell.
|
|
304
|
+
/// @group grid
|
|
305
|
+
$kendo-grid-sticky-border: get-theme-color-var( neutral-90 ) !default;
|
|
306
|
+
/// Alt background color of the grid sticky cell.
|
|
307
|
+
/// @group grid
|
|
308
|
+
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
309
|
+
/// Hover background color of the grid sticky cell.
|
|
310
|
+
/// @group grid
|
|
311
|
+
$kendo-grid-sticky-hover-bg: $kendo-grid-hover-bg !default;
|
|
312
|
+
|
|
313
|
+
/// Background color of the grid sticky header.
|
|
314
|
+
/// @group grid
|
|
315
|
+
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
316
|
+
/// Text color of the grid sticky header.
|
|
317
|
+
/// @group grid
|
|
318
|
+
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
319
|
+
/// Border color of the grid sticky header.
|
|
320
|
+
/// @group grid
|
|
321
|
+
$kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
322
|
+
|
|
323
|
+
/// Background color of the grid sticky footer.
|
|
324
|
+
/// @group grid
|
|
325
|
+
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
326
|
+
/// Hover background color of the grid sticky footer.
|
|
327
|
+
/// @group grid
|
|
328
|
+
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
329
|
+
|
|
330
|
+
/// Selected background color of the grid sticky cells.
|
|
331
|
+
/// @group grid
|
|
332
|
+
$kendo-grid-sticky-selected-bg: $kendo-grid-selected-bg !default;
|
|
333
|
+
/// Alt selected background color of the grid sticky cells.
|
|
334
|
+
/// @group grid
|
|
335
|
+
$kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-bg !default;
|
|
336
|
+
/// Selected hover background color of the grid sticky cells.
|
|
337
|
+
/// @group grid
|
|
338
|
+
$kendo-grid-sticky-selected-hover-bg: $kendo-grid-selected-hover-bg !default;
|
|
339
|
+
|
|
340
|
+
/// Horizontal padding of the grid filter menu container.
|
|
341
|
+
/// @group grid
|
|
342
|
+
$kendo-filter-menu-container-padding-y: map-get( $kendo-spacing, 3 ) !default;
|
|
343
|
+
/// Vertical padding of the grid filter menu container.
|
|
344
|
+
/// @group grid
|
|
345
|
+
$kendo-filter-menu-container-padding-x: map-get( $kendo-spacing, 3 ) !default;
|
|
346
|
+
|
|
347
|
+
/// Default width of the grid column menu.
|
|
348
|
+
/// @group grid
|
|
349
|
+
$kendo-grid-column-menu-width: 230px !default;
|
|
350
|
+
/// Spacing of the grid column menu.
|
|
351
|
+
/// @group grid
|
|
352
|
+
$kendo-grid-column-menu-spacing: map-get( $kendo-spacing, 2 ) !default;
|
|
353
|
+
/// Focus shadow of the grid column menu.
|
|
354
|
+
/// @group grid
|
|
355
|
+
$kendo-grid-column-menu-shadow: var( --kendo-box-shadow-depth-1, none ) !default;
|
|
356
|
+
/// Background color of the grid column menu.
|
|
357
|
+
/// @group grid
|
|
358
|
+
$kendo-grid-column-menu-bg: var( --kendo-component-bg, inherit ) !default;
|
|
359
|
+
/// Text color of the grid column menu.
|
|
360
|
+
/// @group grid
|
|
361
|
+
$kendo-grid-column-menu-text: var( --kendo-component-text, inherit ) !default;
|
|
362
|
+
/// Border color of the grid column menu.
|
|
363
|
+
/// @group grid
|
|
364
|
+
$kendo-grid-column-menu-border: var( --kendo-component-border, inherit ) !default;
|
|
365
|
+
|
|
366
|
+
/// Font size of the grid column menu checkbox container.
|
|
367
|
+
/// @group grid
|
|
368
|
+
$kendo-grid-column-menu-multicheck-font-size: $kendo-list-font-size-md !default;
|
|
369
|
+
/// Line height of the grid column menu checkbox container.
|
|
370
|
+
/// @group grid
|
|
371
|
+
$kendo-grid-column-menu-multicheck-line-height: $kendo-list-line-height-md !default;
|
|
372
|
+
|
|
373
|
+
/// Vertical padding of the grid column menu items wrap.
|
|
374
|
+
/// @group grid
|
|
375
|
+
$kendo-grid-column-menu-items-wrap-padding-y: map-get( $kendo-spacing, 2 ) !default;
|
|
376
|
+
/// Horizontal padding of the grid column menu items wrap.
|
|
377
|
+
/// @group grid
|
|
378
|
+
$kendo-grid-column-menu-items-wrap-padding-x: map-get( $kendo-spacing, 2 ) !default;
|
|
379
|
+
|
|
380
|
+
/// Horizontal padding of the grid column menu item.
|
|
381
|
+
/// @group grid
|
|
382
|
+
$kendo-grid-column-menu-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
383
|
+
/// Vertical padding of the grid column menu item.
|
|
384
|
+
/// @group grid
|
|
385
|
+
$kendo-grid-column-menu-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
386
|
+
/// Spacing of the grid column menu item.
|
|
387
|
+
/// @group grid
|
|
388
|
+
$kendo-grid-column-menu-item-gap: $kendo-list-item-padding-x-md !default;
|
|
389
|
+
/// Icon spacing of the grid column menu item.
|
|
390
|
+
/// @group grid
|
|
391
|
+
$kendo-grid-column-menu-item-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
392
|
+
/// Background color of the grid column menu item.
|
|
393
|
+
/// @group grid
|
|
394
|
+
$kendo-grid-column-menu-item-bg: $kendo-list-item-bg !default;
|
|
395
|
+
/// Text color of the grid column menu item.
|
|
396
|
+
/// @group grid
|
|
397
|
+
$kendo-grid-column-menu-item-text: $kendo-list-item-text !default;
|
|
398
|
+
/// Hover background color of the grid column menu item.
|
|
399
|
+
/// @group grid
|
|
400
|
+
$kendo-grid-column-menu-item-hover-bg: $kendo-list-item-hover-bg !default;
|
|
401
|
+
/// Hover text color of the grid column menu item.
|
|
402
|
+
/// @group grid
|
|
403
|
+
$kendo-grid-column-menu-item-hover-text: $kendo-list-item-hover-text !default;
|
|
404
|
+
/// Selected background color of the grid column menu item.
|
|
405
|
+
/// @group grid
|
|
406
|
+
$kendo-grid-column-menu-item-selected-bg: $kendo-list-item-selected-bg !default;
|
|
407
|
+
/// Selected text color of the grid column menu item.
|
|
408
|
+
/// @group grid
|
|
409
|
+
$kendo-grid-column-menu-item-selected-text: $kendo-list-item-selected-text !default;
|
|
410
|
+
/// Focus shadow of the grid column menu item.
|
|
411
|
+
/// @group grid
|
|
412
|
+
$kendo-grid-column-menu-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
413
|
+
/// Text color of the grid column menu item icon.
|
|
414
|
+
/// @group grid
|
|
415
|
+
$kendo-grid-column-menu-item-icon-text: $kendo-list-item-icon-text !default;
|
|
416
|
+
|
|
417
|
+
/// Vertical padding of the grid column menu group header.
|
|
418
|
+
/// @group grid
|
|
419
|
+
$kendo-grid-column-menu-group-header-padding-y: $kendo-grid-column-menu-item-padding-y !default;
|
|
420
|
+
/// Horizontal padding of the grid column menu group header.
|
|
421
|
+
/// @group grid
|
|
422
|
+
$kendo-grid-column-menu-group-header-padding-x: $kendo-grid-column-menu-item-padding-x !default;
|
|
423
|
+
/// Border width of the grid column menu group header.
|
|
424
|
+
/// @group grid
|
|
425
|
+
$kendo-grid-column-menu-group-header-border-width: 1px !default;
|
|
426
|
+
/// Border style of the grid column menu group header.
|
|
427
|
+
/// @group grid
|
|
428
|
+
$kendo-grid-column-menu-group-header-border-style: solid !default;
|
|
429
|
+
/// Font size of the grid column menu group header.
|
|
430
|
+
/// @group grid
|
|
431
|
+
$kendo-grid-column-menu-group-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
432
|
+
/// Font weight of the grid column menu group header.
|
|
433
|
+
/// @group grid
|
|
434
|
+
$kendo-grid-column-menu-group-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
435
|
+
/// Line height of the grid column menu group header.
|
|
436
|
+
/// @group grid
|
|
437
|
+
$kendo-grid-column-menu-group-header-line-height: var( --kendo-line-height, normal ) !default;
|
|
438
|
+
/// Text transform of the grid column menu group header.
|
|
439
|
+
/// @group grid
|
|
440
|
+
$kendo-grid-column-menu-group-header-text-transform: uppercase !default;
|
|
441
|
+
|
|
442
|
+
/// Background color of the grid column menu group.
|
|
443
|
+
/// @group grid
|
|
444
|
+
$kendo-grid-column-menu-group-header-bg: var( --kendo-component-bg, inherit ) !default;
|
|
445
|
+
/// Text color of the grid column menu group.
|
|
446
|
+
/// @group grid
|
|
447
|
+
$kendo-grid-column-menu-group-header-text: var( --kendo-component-text, inherit ) !default;
|
|
448
|
+
/// Border color of the grid column menu group.
|
|
449
|
+
/// @group grid
|
|
450
|
+
$kendo-grid-column-menu-group-header-border: var( --kendo-component-border, inherit) !default;
|
|
451
|
+
|
|
452
|
+
/// Vertical padding of the grid column menu button.
|
|
453
|
+
/// @group grid
|
|
454
|
+
$kendo-grid-column-menu-button-padding-y: $kendo-button-padding-y-md !default;
|
|
455
|
+
/// Horizontal padding of the grid column menu button.
|
|
456
|
+
/// @group grid
|
|
457
|
+
$kendo-grid-column-menu-button-padding-x: $kendo-button-padding-y-md !default;
|
|
458
|
+
/// Default width of the grid column menu button.
|
|
459
|
+
/// @group grid
|
|
460
|
+
$kendo-grid-column-menu-button-width: $kendo-button-calc-size !default;
|
|
461
|
+
/// Default height of the grid column menu button.
|
|
462
|
+
/// @group grid
|
|
463
|
+
$kendo-grid-column-menu-button-height: $kendo-grid-column-menu-button-width !default;
|
|
464
|
+
/// Line height of the grid column menu button.
|
|
465
|
+
/// @group grid
|
|
466
|
+
$kendo-grid-column-menu-button-line-height: $kendo-button-line-height-md !default;
|
|
467
|
+
|
|
468
|
+
/// Default width of the grid drag cell.
|
|
469
|
+
/// @group grid
|
|
470
|
+
$kendo-grid-drag-cell-width: calc( var( --kendo-icon-size, 1rem ) * 2.25 ) !default;
|
|
471
|
+
/// Default width of the grid hierarchy cell.
|
|
472
|
+
/// @group grid
|
|
473
|
+
$kendo-grid-hierarchy-col-width: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
|
|
474
|
+
/// Spacing of the grid filterable icon.
|
|
475
|
+
/// @group grid
|
|
476
|
+
$kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} );
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "grid",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"icon",
|
|
6
|
+
"button",
|
|
7
|
+
"action-buttons",
|
|
8
|
+
"input",
|
|
9
|
+
"toolbar",
|
|
10
|
+
"textbox",
|
|
11
|
+
"checkbox",
|
|
12
|
+
"radio",
|
|
13
|
+
"autocomplete",
|
|
14
|
+
"datetimepicker",
|
|
15
|
+
"dropdownlist",
|
|
16
|
+
"numerictextbox",
|
|
17
|
+
"progressbar",
|
|
18
|
+
"validator",
|
|
19
|
+
"table",
|
|
20
|
+
"list",
|
|
21
|
+
"menu",
|
|
22
|
+
"dialog",
|
|
23
|
+
"pager",
|
|
24
|
+
"skeleton",
|
|
25
|
+
"draggable"
|
|
26
|
+
)
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
// Component
|
|
31
|
+
@forward "_variables.scss";
|
|
32
|
+
@use "_layout.scss" as *;
|
|
33
|
+
@use "_theme.scss" as *;
|
|
34
|
+
|
|
35
|
+
// Register
|
|
36
|
+
@use "../core/module-system/" as module;
|
|
37
|
+
@include module.register( $_kendo-module-meta... );
|
|
38
|
+
|
|
39
|
+
// Expose
|
|
40
|
+
@mixin styles() {
|
|
41
|
+
@include module.render( "grid" ) {
|
|
42
|
+
@include kendo-grid--layout();
|
|
43
|
+
@include kendo-grid--theme();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
@use "~@progress/kendo-font-icons/scss/index.scss" with (
|
|
4
|
+
$ki-embed-font: true,
|
|
5
|
+
$ki-icon-size: var( --kendo-icon-size, 1rem )
|
|
6
|
+
);
|
|
7
|
+
|
|
8
|
+
@mixin kendo-icon--layout() {
|
|
9
|
+
|
|
10
|
+
.k-svg-icon {
|
|
11
|
+
|
|
12
|
+
&.k-flip-h,
|
|
13
|
+
&.k-flip-v,
|
|
14
|
+
&.k-flip-h.k-flip-v {
|
|
15
|
+
transform: none;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&.k-flip-h {
|
|
19
|
+
> svg {
|
|
20
|
+
transform: scaleX( -1 );
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.k-flip-v {
|
|
25
|
+
> svg {
|
|
26
|
+
transform: scaleY( -1 );
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.k-flip-h.k-flip-v {
|
|
31
|
+
> svg {
|
|
32
|
+
transform: scale( -1, -1 );
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.k-icon-with-modifier {
|
|
38
|
+
position: relative;
|
|
39
|
+
margin: .25em;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-icon-modifier {
|
|
43
|
+
position: absolute;
|
|
44
|
+
font-size: .5em;
|
|
45
|
+
bottom: 0;
|
|
46
|
+
right: 0;
|
|
47
|
+
margin: 0 -.5em -.5em 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// RTL icons
|
|
51
|
+
.k-rtl .k-i-indent-increase,
|
|
52
|
+
.k-rtl .k-i-indent-decrease,
|
|
53
|
+
.k-rtl .k-i-expand,
|
|
54
|
+
.k-rtl .k-i-collapse,
|
|
55
|
+
[dir="rtl"] .k-i-expand,
|
|
56
|
+
[dir="rtl"] .k-i-collapse {
|
|
57
|
+
transform: scaleX(-1);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@mixin kendo-icon--theme() {}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@use "../core/_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
/// Font size of the icons.
|
|
4
|
+
/// @group icon
|
|
5
|
+
$kendo-icon-size: 1rem !default;
|
|
6
|
+
/// Font size of the large icons.
|
|
7
|
+
/// @group icon
|
|
8
|
+
$kendo-icon-size-lg: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
|
|
9
|
+
|
|
10
|
+
/// Spacing around the icons.
|
|
11
|
+
/// @group icon
|
|
12
|
+
$kendo-icon-spacing: map-get( $kendo-spacing, 2 ) !default;
|
|
13
|
+
|
|
14
|
+
:root {
|
|
15
|
+
--kendo-icon-size: #{$kendo-icon-size};
|
|
16
|
+
--kendo-icon-size-lg: #{$kendo-icon-size-lg};
|
|
17
|
+
--kendo-icon-spacing: #{$kendo-icon-spacing};
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "icon",
|
|
4
|
+
dependencies: ()
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "_variables.scss";
|
|
10
|
+
@use "_layout.scss" as *;
|
|
11
|
+
@use "_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Register
|
|
14
|
+
@use "../core/module-system/" as module;
|
|
15
|
+
@include module.register( $_kendo-module-meta... );
|
|
16
|
+
|
|
17
|
+
// Expose
|
|
18
|
+
@mixin styles() {
|
|
19
|
+
@include module.render( "icon" ) {
|
|
20
|
+
@include kendo-icon--layout();
|
|
21
|
+
@include kendo-icon--theme();
|
|
22
|
+
}
|
|
23
|
+
}
|