@progress/kendo-theme-material 6.2.1-dev.8 → 6.3.1-dev.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/dist/all.css +180 -106
- package/dist/all.scss +10186 -1056
- package/dist/meta/sassdoc-data.json +1168 -574
- package/dist/meta/sassdoc-raw-data.json +595 -320
- package/dist/meta/variables.json +81 -5
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -6
- package/scss/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +6 -1
- package/scss/action-buttons/_theme.scss +5 -1
- package/scss/action-buttons/_variables.scss +3 -0
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +5 -0
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +5 -0
- package/scss/adaptive/_theme.scss +5 -0
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +5 -0
- package/scss/appbar/_theme.scss +4 -0
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +5 -0
- package/scss/autocomplete/_theme.scss +5 -0
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -0
- package/scss/avatar/_theme.scss +5 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +5 -0
- package/scss/badge/_theme.scss +5 -0
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +5 -0
- package/scss/bottom-navigation/_theme.scss +5 -0
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +5 -0
- package/scss/breadcrumb/_theme.scss +5 -0
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +4 -1
- package/scss/button/_theme.scss +4 -1
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +5 -1
- package/scss/calendar/_theme.scss +6 -1
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +5 -0
- package/scss/captcha/_theme.scss +5 -0
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +5 -0
- package/scss/card/_theme.scss +5 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +5 -0
- package/scss/chat/_theme.scss +5 -0
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +5 -0
- package/scss/checkbox/_theme.scss +4 -1
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +5 -0
- package/scss/chip/_theme.scss +4 -1
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +5 -0
- package/scss/color-preview/_theme.scss +5 -0
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +5 -0
- package/scss/coloreditor/_theme.scss +5 -0
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +5 -0
- package/scss/colorgradient/_theme.scss +5 -0
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +5 -0
- package/scss/colorpalette/_theme.scss +5 -0
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +5 -0
- package/scss/combobox/_theme.scss +5 -0
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/dataviz/_theme.scss +5 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +5 -0
- package/scss/dateinput/_theme.scss +5 -0
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -0
- package/scss/datepicker/_theme.scss +5 -0
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +5 -0
- package/scss/daterangepicker/_theme.scss +5 -0
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +5 -0
- package/scss/datetimepicker/_theme.scss +5 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +5 -1
- package/scss/dialog/_theme.scss +7 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +5 -0
- package/scss/draggable/_theme.scss +5 -0
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +5 -0
- package/scss/drawer/_theme.scss +4 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +5 -0
- package/scss/dropdowngrid/_theme.scss +5 -0
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +5 -0
- package/scss/dropdownlist/_theme.scss +5 -0
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +5 -0
- package/scss/dropdowntree/_theme.scss +5 -0
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +5 -0
- package/scss/dropzone/_theme.scss +5 -0
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +4 -1
- package/scss/editor/_theme.scss +5 -0
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_theme.scss +5 -0
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +4 -1
- package/scss/fab/_theme.scss +5 -1
- package/scss/fab/_variables.scss +17 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filemanager/_theme.scss +5 -0
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +5 -0
- package/scss/filter/_theme.scss +5 -0
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +2 -1
- package/scss/floating-label/_theme.scss +3 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +4 -1
- package/scss/forms/_theme.scss +5 -0
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +4 -1
- package/scss/gantt/_theme.scss +3 -1
- package/scss/grid/_index.scss +20 -0
- package/scss/grid/_layout.scss +7 -1
- package/scss/grid/_theme.scss +6 -1
- package/scss/grid/_variables.scss +47 -2
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +5 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +5 -0
- package/scss/imageeditor/_theme.scss +5 -0
- package/scss/index.scss +171 -1
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +4 -1
- package/scss/input/_theme.scss +5 -0
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +5 -0
- package/scss/list/_theme.scss +5 -0
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +4 -1
- package/scss/listbox/_theme.scss +5 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +5 -0
- package/scss/listgroup/_theme.scss +5 -0
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +5 -0
- package/scss/listview/_theme.scss +4 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +5 -0
- package/scss/loader/_theme.scss +5 -0
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +5 -0
- package/scss/map/_theme.scss +5 -0
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +5 -0
- package/scss/maskedtextbox/_theme.scss +5 -0
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/mediaplayer/_theme.scss +5 -0
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +4 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +5 -0
- package/scss/menu-button/_theme.scss +5 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +5 -0
- package/scss/messagebox/_theme.scss +5 -0
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +5 -0
- package/scss/multiselect/_theme.scss +5 -0
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +5 -0
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +5 -0
- package/scss/numerictextbox/_theme.scss +5 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +5 -0
- package/scss/orgchart/_theme.scss +5 -0
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +5 -0
- package/scss/overlay/_theme.scss +5 -0
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +5 -1
- package/scss/pager/_theme.scss +4 -0
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +5 -0
- package/scss/panelbar/_theme.scss +5 -0
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +5 -0
- package/scss/pdf-viewer/_theme.scss +5 -0
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +4 -1
- package/scss/pivotgrid/_theme.scss +4 -1
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +5 -0
- package/scss/popover/_theme.scss +5 -0
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +5 -0
- package/scss/popup/_theme.scss +5 -0
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +5 -1
- package/scss/progressbar/_theme.scss +10 -6
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +4 -1
- package/scss/radio/_theme.scss +4 -1
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +5 -0
- package/scss/rating/_theme.scss +5 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +5 -0
- package/scss/responsivepanel/_theme.scss +5 -0
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +5 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +4 -14
- package/scss/scheduler/_theme.scss +4 -8
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +5 -0
- package/scss/scroller/_theme.scss +5 -0
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +5 -0
- package/scss/scrollview/_theme.scss +5 -0
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +5 -0
- package/scss/searchbox/_theme.scss +5 -0
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +5 -0
- package/scss/signature/_theme.scss +5 -0
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +5 -0
- package/scss/skeleton/_theme.scss +5 -0
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +5 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +5 -0
- package/scss/split-button/_theme.scss +5 -0
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +5 -0
- package/scss/splitter/_theme.scss +5 -0
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +3 -1
- package/scss/spreadsheet/_theme.scss +4 -25
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +4 -1
- package/scss/stepper/_theme.scss +5 -0
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +4 -1
- package/scss/switch/_theme.scss +4 -1
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +5 -0
- package/scss/table/_theme.scss +4 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +4 -1
- package/scss/tabstrip/_theme.scss +5 -0
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +5 -0
- package/scss/taskboard/_theme.scss +5 -0
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +5 -0
- package/scss/textarea/_theme.scss +5 -0
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +5 -0
- package/scss/textbox/_theme.scss +5 -0
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +5 -0
- package/scss/tilelayout/_theme.scss +5 -0
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +5 -0
- package/scss/timedurationpicker/_theme.scss +5 -0
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +6 -1
- package/scss/timeline/_theme.scss +4 -0
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +5 -0
- package/scss/timepicker/_theme.scss +4 -0
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +5 -0
- package/scss/timeselector/_theme.scss +4 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +4 -10
- package/scss/toolbar/_theme.scss +4 -1
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +5 -0
- package/scss/tooltip/_theme.scss +5 -0
- package/scss/treelist/_index.scss +18 -0
- package/scss/treelist/_layout.scss +6 -1
- package/scss/treelist/_theme.scss +5 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +5 -0
- package/scss/treeview/_theme.scss +4 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +5 -0
- package/scss/typography/_theme.scss +5 -0
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +5 -0
- package/scss/upload/_theme.scss +5 -1
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +5 -0
- package/scss/validator/_theme.scss +5 -0
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +5 -0
- package/scss/virtual-scroller/_theme.scss +5 -0
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +5 -0
- package/scss/window/_theme.scss +5 -0
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +5 -0
- package/scss/wizard/_theme.scss +5 -0
|
@@ -4620,8 +4620,8 @@
|
|
|
4620
4620
|
{
|
|
4621
4621
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
4622
4622
|
"commentRange": {
|
|
4623
|
-
"start":
|
|
4624
|
-
"end":
|
|
4623
|
+
"start": 155,
|
|
4624
|
+
"end": 158
|
|
4625
4625
|
},
|
|
4626
4626
|
"context": {
|
|
4627
4627
|
"type": "variable",
|
|
@@ -4629,8 +4629,8 @@
|
|
|
4629
4629
|
"value": "material-color( $primary-palette, main )",
|
|
4630
4630
|
"scope": "default",
|
|
4631
4631
|
"line": {
|
|
4632
|
-
"start":
|
|
4633
|
-
"end":
|
|
4632
|
+
"start": 159,
|
|
4633
|
+
"end": 159
|
|
4634
4634
|
}
|
|
4635
4635
|
},
|
|
4636
4636
|
"group": [
|
|
@@ -4648,8 +4648,8 @@
|
|
|
4648
4648
|
{
|
|
4649
4649
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
4650
4650
|
"commentRange": {
|
|
4651
|
-
"start":
|
|
4652
|
-
"end":
|
|
4651
|
+
"start": 163,
|
|
4652
|
+
"end": 166
|
|
4653
4653
|
},
|
|
4654
4654
|
"context": {
|
|
4655
4655
|
"type": "variable",
|
|
@@ -4657,8 +4657,8 @@
|
|
|
4657
4657
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
4658
4658
|
"scope": "default",
|
|
4659
4659
|
"line": {
|
|
4660
|
-
"start":
|
|
4661
|
-
"end":
|
|
4660
|
+
"start": 167,
|
|
4661
|
+
"end": 167
|
|
4662
4662
|
}
|
|
4663
4663
|
},
|
|
4664
4664
|
"group": [
|
|
@@ -4676,8 +4676,8 @@
|
|
|
4676
4676
|
{
|
|
4677
4677
|
"description": "The secondary color of the theme.\n",
|
|
4678
4678
|
"commentRange": {
|
|
4679
|
-
"start":
|
|
4680
|
-
"end":
|
|
4679
|
+
"start": 169,
|
|
4680
|
+
"end": 171
|
|
4681
4681
|
},
|
|
4682
4682
|
"context": {
|
|
4683
4683
|
"type": "variable",
|
|
@@ -4685,8 +4685,8 @@
|
|
|
4685
4685
|
"value": "material-color( $secondary-palette, main )",
|
|
4686
4686
|
"scope": "default",
|
|
4687
4687
|
"line": {
|
|
4688
|
-
"start":
|
|
4689
|
-
"end":
|
|
4688
|
+
"start": 172,
|
|
4689
|
+
"end": 172
|
|
4690
4690
|
}
|
|
4691
4691
|
},
|
|
4692
4692
|
"group": [
|
|
@@ -4704,8 +4704,8 @@
|
|
|
4704
4704
|
{
|
|
4705
4705
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
4706
4706
|
"commentRange": {
|
|
4707
|
-
"start":
|
|
4708
|
-
"end":
|
|
4707
|
+
"start": 176,
|
|
4708
|
+
"end": 179
|
|
4709
4709
|
},
|
|
4710
4710
|
"context": {
|
|
4711
4711
|
"type": "variable",
|
|
@@ -4713,8 +4713,8 @@
|
|
|
4713
4713
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
4714
4714
|
"scope": "default",
|
|
4715
4715
|
"line": {
|
|
4716
|
-
"start":
|
|
4717
|
-
"end":
|
|
4716
|
+
"start": 180,
|
|
4717
|
+
"end": 180
|
|
4718
4718
|
}
|
|
4719
4719
|
},
|
|
4720
4720
|
"group": [
|
|
@@ -4732,8 +4732,8 @@
|
|
|
4732
4732
|
{
|
|
4733
4733
|
"description": "The tertiary color of the theme.\n",
|
|
4734
4734
|
"commentRange": {
|
|
4735
|
-
"start":
|
|
4736
|
-
"end":
|
|
4735
|
+
"start": 182,
|
|
4736
|
+
"end": 184
|
|
4737
4737
|
},
|
|
4738
4738
|
"context": {
|
|
4739
4739
|
"type": "variable",
|
|
@@ -4741,8 +4741,8 @@
|
|
|
4741
4741
|
"value": "material-color($tertiary-palette, main)",
|
|
4742
4742
|
"scope": "default",
|
|
4743
4743
|
"line": {
|
|
4744
|
-
"start":
|
|
4745
|
-
"end":
|
|
4744
|
+
"start": 185,
|
|
4745
|
+
"end": 185
|
|
4746
4746
|
}
|
|
4747
4747
|
},
|
|
4748
4748
|
"group": [
|
|
@@ -4760,8 +4760,8 @@
|
|
|
4760
4760
|
{
|
|
4761
4761
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
4762
4762
|
"commentRange": {
|
|
4763
|
-
"start":
|
|
4764
|
-
"end":
|
|
4763
|
+
"start": 189,
|
|
4764
|
+
"end": 192
|
|
4765
4765
|
},
|
|
4766
4766
|
"context": {
|
|
4767
4767
|
"type": "variable",
|
|
@@ -4769,8 +4769,8 @@
|
|
|
4769
4769
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
4770
4770
|
"scope": "default",
|
|
4771
4771
|
"line": {
|
|
4772
|
-
"start":
|
|
4773
|
-
"end":
|
|
4772
|
+
"start": 193,
|
|
4773
|
+
"end": 193
|
|
4774
4774
|
}
|
|
4775
4775
|
},
|
|
4776
4776
|
"group": [
|
|
@@ -4788,8 +4788,8 @@
|
|
|
4788
4788
|
{
|
|
4789
4789
|
"description": "The color for informational messages and states.\n",
|
|
4790
4790
|
"commentRange": {
|
|
4791
|
-
"start":
|
|
4792
|
-
"end":
|
|
4791
|
+
"start": 195,
|
|
4792
|
+
"end": 197
|
|
4793
4793
|
},
|
|
4794
4794
|
"context": {
|
|
4795
4795
|
"type": "variable",
|
|
@@ -4797,8 +4797,8 @@
|
|
|
4797
4797
|
"value": "#0058e9",
|
|
4798
4798
|
"scope": "default",
|
|
4799
4799
|
"line": {
|
|
4800
|
-
"start":
|
|
4801
|
-
"end":
|
|
4800
|
+
"start": 198,
|
|
4801
|
+
"end": 198
|
|
4802
4802
|
}
|
|
4803
4803
|
},
|
|
4804
4804
|
"group": [
|
|
@@ -4816,8 +4816,8 @@
|
|
|
4816
4816
|
{
|
|
4817
4817
|
"description": "The color for success messages and states.\n",
|
|
4818
4818
|
"commentRange": {
|
|
4819
|
-
"start":
|
|
4820
|
-
"end":
|
|
4819
|
+
"start": 202,
|
|
4820
|
+
"end": 204
|
|
4821
4821
|
},
|
|
4822
4822
|
"context": {
|
|
4823
4823
|
"type": "variable",
|
|
@@ -4825,8 +4825,8 @@
|
|
|
4825
4825
|
"value": "#37b400",
|
|
4826
4826
|
"scope": "default",
|
|
4827
4827
|
"line": {
|
|
4828
|
-
"start":
|
|
4829
|
-
"end":
|
|
4828
|
+
"start": 205,
|
|
4829
|
+
"end": 205
|
|
4830
4830
|
}
|
|
4831
4831
|
},
|
|
4832
4832
|
"group": [
|
|
@@ -4844,8 +4844,8 @@
|
|
|
4844
4844
|
{
|
|
4845
4845
|
"description": "The color for warning messages and states.\n",
|
|
4846
4846
|
"commentRange": {
|
|
4847
|
-
"start":
|
|
4848
|
-
"end":
|
|
4847
|
+
"start": 209,
|
|
4848
|
+
"end": 211
|
|
4849
4849
|
},
|
|
4850
4850
|
"context": {
|
|
4851
4851
|
"type": "variable",
|
|
@@ -4853,8 +4853,8 @@
|
|
|
4853
4853
|
"value": "#ffc000",
|
|
4854
4854
|
"scope": "default",
|
|
4855
4855
|
"line": {
|
|
4856
|
-
"start":
|
|
4857
|
-
"end":
|
|
4856
|
+
"start": 212,
|
|
4857
|
+
"end": 212
|
|
4858
4858
|
}
|
|
4859
4859
|
},
|
|
4860
4860
|
"group": [
|
|
@@ -4872,8 +4872,8 @@
|
|
|
4872
4872
|
{
|
|
4873
4873
|
"description": "The color for error messages and states.\n",
|
|
4874
4874
|
"commentRange": {
|
|
4875
|
-
"start":
|
|
4876
|
-
"end":
|
|
4875
|
+
"start": 216,
|
|
4876
|
+
"end": 218
|
|
4877
4877
|
},
|
|
4878
4878
|
"context": {
|
|
4879
4879
|
"type": "variable",
|
|
@@ -4881,8 +4881,8 @@
|
|
|
4881
4881
|
"value": "#f31700",
|
|
4882
4882
|
"scope": "default",
|
|
4883
4883
|
"line": {
|
|
4884
|
-
"start":
|
|
4885
|
-
"end":
|
|
4884
|
+
"start": 219,
|
|
4885
|
+
"end": 219
|
|
4886
4886
|
}
|
|
4887
4887
|
},
|
|
4888
4888
|
"group": [
|
|
@@ -4900,8 +4900,8 @@
|
|
|
4900
4900
|
{
|
|
4901
4901
|
"description": "The dark color of the theme.\n",
|
|
4902
4902
|
"commentRange": {
|
|
4903
|
-
"start":
|
|
4904
|
-
"end":
|
|
4903
|
+
"start": 223,
|
|
4904
|
+
"end": 225
|
|
4905
4905
|
},
|
|
4906
4906
|
"context": {
|
|
4907
4907
|
"type": "variable",
|
|
@@ -4909,8 +4909,8 @@
|
|
|
4909
4909
|
"value": "get-base-hue( gray, 800 )",
|
|
4910
4910
|
"scope": "default",
|
|
4911
4911
|
"line": {
|
|
4912
|
-
"start":
|
|
4913
|
-
"end":
|
|
4912
|
+
"start": 226,
|
|
4913
|
+
"end": 226
|
|
4914
4914
|
}
|
|
4915
4915
|
},
|
|
4916
4916
|
"group": [
|
|
@@ -4928,8 +4928,8 @@
|
|
|
4928
4928
|
{
|
|
4929
4929
|
"description": "The light color of the theme.\n",
|
|
4930
4930
|
"commentRange": {
|
|
4931
|
-
"start":
|
|
4932
|
-
"end":
|
|
4931
|
+
"start": 228,
|
|
4932
|
+
"end": 230
|
|
4933
4933
|
},
|
|
4934
4934
|
"context": {
|
|
4935
4935
|
"type": "variable",
|
|
@@ -4937,8 +4937,8 @@
|
|
|
4937
4937
|
"value": "get-base-hue( gray, 100 )",
|
|
4938
4938
|
"scope": "default",
|
|
4939
4939
|
"line": {
|
|
4940
|
-
"start":
|
|
4941
|
-
"end":
|
|
4940
|
+
"start": 231,
|
|
4941
|
+
"end": 231
|
|
4942
4942
|
}
|
|
4943
4943
|
},
|
|
4944
4944
|
"group": [
|
|
@@ -4956,8 +4956,8 @@
|
|
|
4956
4956
|
{
|
|
4957
4957
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
4958
4958
|
"commentRange": {
|
|
4959
|
-
"start":
|
|
4960
|
-
"end":
|
|
4959
|
+
"start": 233,
|
|
4960
|
+
"end": 234
|
|
4961
4961
|
},
|
|
4962
4962
|
"context": {
|
|
4963
4963
|
"type": "variable",
|
|
@@ -4965,8 +4965,8 @@
|
|
|
4965
4965
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
4966
4966
|
"scope": "default",
|
|
4967
4967
|
"line": {
|
|
4968
|
-
"start":
|
|
4969
|
-
"end":
|
|
4968
|
+
"start": 235,
|
|
4969
|
+
"end": 235
|
|
4970
4970
|
}
|
|
4971
4971
|
},
|
|
4972
4972
|
"group": [
|
|
@@ -4983,8 +4983,8 @@
|
|
|
4983
4983
|
{
|
|
4984
4984
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
4985
4985
|
"commentRange": {
|
|
4986
|
-
"start":
|
|
4987
|
-
"end":
|
|
4986
|
+
"start": 327,
|
|
4987
|
+
"end": 329
|
|
4988
4988
|
},
|
|
4989
4989
|
"context": {
|
|
4990
4990
|
"type": "variable",
|
|
@@ -4992,8 +4992,8 @@
|
|
|
4992
4992
|
"value": "k-map-get( $theme, component-bg )",
|
|
4993
4993
|
"scope": "default",
|
|
4994
4994
|
"line": {
|
|
4995
|
-
"start":
|
|
4996
|
-
"end":
|
|
4995
|
+
"start": 330,
|
|
4996
|
+
"end": 330
|
|
4997
4997
|
}
|
|
4998
4998
|
},
|
|
4999
4999
|
"group": [
|
|
@@ -5010,8 +5010,8 @@
|
|
|
5010
5010
|
{
|
|
5011
5011
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
5012
5012
|
"commentRange": {
|
|
5013
|
-
"start":
|
|
5014
|
-
"end":
|
|
5013
|
+
"start": 331,
|
|
5014
|
+
"end": 333
|
|
5015
5015
|
},
|
|
5016
5016
|
"context": {
|
|
5017
5017
|
"type": "variable",
|
|
@@ -5019,8 +5019,8 @@
|
|
|
5019
5019
|
"value": "k-map-get( $theme, component-text )",
|
|
5020
5020
|
"scope": "default",
|
|
5021
5021
|
"line": {
|
|
5022
|
-
"start":
|
|
5023
|
-
"end":
|
|
5022
|
+
"start": 334,
|
|
5023
|
+
"end": 334
|
|
5024
5024
|
}
|
|
5025
5025
|
},
|
|
5026
5026
|
"group": [
|
|
@@ -5037,8 +5037,8 @@
|
|
|
5037
5037
|
{
|
|
5038
5038
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
5039
5039
|
"commentRange": {
|
|
5040
|
-
"start":
|
|
5041
|
-
"end":
|
|
5040
|
+
"start": 335,
|
|
5041
|
+
"end": 337
|
|
5042
5042
|
},
|
|
5043
5043
|
"context": {
|
|
5044
5044
|
"type": "variable",
|
|
@@ -5046,8 +5046,8 @@
|
|
|
5046
5046
|
"value": "k-map-get( $theme, component-border )",
|
|
5047
5047
|
"scope": "default",
|
|
5048
5048
|
"line": {
|
|
5049
|
-
"start":
|
|
5050
|
-
"end":
|
|
5049
|
+
"start": 338,
|
|
5050
|
+
"end": 338
|
|
5051
5051
|
}
|
|
5052
5052
|
},
|
|
5053
5053
|
"group": [
|
|
@@ -5764,19 +5764,46 @@
|
|
|
5764
5764
|
"resolvedType": "Map"
|
|
5765
5765
|
},
|
|
5766
5766
|
{
|
|
5767
|
-
"description": "
|
|
5767
|
+
"description": "Size map for the FAB.\n",
|
|
5768
5768
|
"commentRange": {
|
|
5769
5769
|
"start": 93,
|
|
5770
5770
|
"end": 94
|
|
5771
5771
|
},
|
|
5772
|
+
"context": {
|
|
5773
|
+
"type": "variable",
|
|
5774
|
+
"name": "kendo-fab-sizes",
|
|
5775
|
+
"value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
|
|
5776
|
+
"scope": "default",
|
|
5777
|
+
"line": {
|
|
5778
|
+
"start": 95,
|
|
5779
|
+
"end": 108
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
5782
|
+
"group": [
|
|
5783
|
+
"floating-action-button"
|
|
5784
|
+
],
|
|
5785
|
+
"access": "public",
|
|
5786
|
+
"file": {
|
|
5787
|
+
"path": "fab/_variables.scss",
|
|
5788
|
+
"name": "_variables.scss"
|
|
5789
|
+
},
|
|
5790
|
+
"resolvedValue": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))",
|
|
5791
|
+
"resolvedType": "Map"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"description": "The base shadow of the FAB.\n",
|
|
5795
|
+
"commentRange": {
|
|
5796
|
+
"start": 110,
|
|
5797
|
+
"end": 111
|
|
5798
|
+
},
|
|
5772
5799
|
"context": {
|
|
5773
5800
|
"type": "variable",
|
|
5774
5801
|
"name": "kendo-fab-shadow",
|
|
5775
5802
|
"value": "0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 )",
|
|
5776
5803
|
"scope": "default",
|
|
5777
5804
|
"line": {
|
|
5778
|
-
"start":
|
|
5779
|
-
"end":
|
|
5805
|
+
"start": 112,
|
|
5806
|
+
"end": 112
|
|
5780
5807
|
}
|
|
5781
5808
|
},
|
|
5782
5809
|
"group": [
|
|
@@ -5793,8 +5820,8 @@
|
|
|
5793
5820
|
{
|
|
5794
5821
|
"description": "The disabled shadow of the FAB.\n",
|
|
5795
5822
|
"commentRange": {
|
|
5796
|
-
"start":
|
|
5797
|
-
"end":
|
|
5823
|
+
"start": 113,
|
|
5824
|
+
"end": 114
|
|
5798
5825
|
},
|
|
5799
5826
|
"context": {
|
|
5800
5827
|
"type": "variable",
|
|
@@ -5802,8 +5829,8 @@
|
|
|
5802
5829
|
"value": "0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 )",
|
|
5803
5830
|
"scope": "default",
|
|
5804
5831
|
"line": {
|
|
5805
|
-
"start":
|
|
5806
|
-
"end":
|
|
5832
|
+
"start": 115,
|
|
5833
|
+
"end": 115
|
|
5807
5834
|
}
|
|
5808
5835
|
},
|
|
5809
5836
|
"group": [
|
|
@@ -5820,8 +5847,8 @@
|
|
|
5820
5847
|
{
|
|
5821
5848
|
"description": "The active shadow of the FAB.\n",
|
|
5822
5849
|
"commentRange": {
|
|
5823
|
-
"start":
|
|
5824
|
-
"end":
|
|
5850
|
+
"start": 116,
|
|
5851
|
+
"end": 117
|
|
5825
5852
|
},
|
|
5826
5853
|
"context": {
|
|
5827
5854
|
"type": "variable",
|
|
@@ -5829,8 +5856,8 @@
|
|
|
5829
5856
|
"value": "0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 )",
|
|
5830
5857
|
"scope": "default",
|
|
5831
5858
|
"line": {
|
|
5832
|
-
"start":
|
|
5833
|
-
"end":
|
|
5859
|
+
"start": 118,
|
|
5860
|
+
"end": 118
|
|
5834
5861
|
}
|
|
5835
5862
|
},
|
|
5836
5863
|
"group": [
|
|
@@ -5847,8 +5874,8 @@
|
|
|
5847
5874
|
{
|
|
5848
5875
|
"description": "The base text color of the FAB item.\n",
|
|
5849
5876
|
"commentRange": {
|
|
5850
|
-
"start":
|
|
5851
|
-
"end":
|
|
5877
|
+
"start": 120,
|
|
5878
|
+
"end": 121
|
|
5852
5879
|
},
|
|
5853
5880
|
"context": {
|
|
5854
5881
|
"type": "variable",
|
|
@@ -5856,8 +5883,8 @@
|
|
|
5856
5883
|
"value": "$kendo-component-text",
|
|
5857
5884
|
"scope": "default",
|
|
5858
5885
|
"line": {
|
|
5859
|
-
"start":
|
|
5860
|
-
"end":
|
|
5886
|
+
"start": 122,
|
|
5887
|
+
"end": 122
|
|
5861
5888
|
}
|
|
5862
5889
|
},
|
|
5863
5890
|
"group": [
|
|
@@ -5874,8 +5901,8 @@
|
|
|
5874
5901
|
{
|
|
5875
5902
|
"description": "The base background color of the FAB item.\n",
|
|
5876
5903
|
"commentRange": {
|
|
5877
|
-
"start":
|
|
5878
|
-
"end":
|
|
5904
|
+
"start": 123,
|
|
5905
|
+
"end": 124
|
|
5879
5906
|
},
|
|
5880
5907
|
"context": {
|
|
5881
5908
|
"type": "variable",
|
|
@@ -5883,8 +5910,8 @@
|
|
|
5883
5910
|
"value": "$kendo-component-bg",
|
|
5884
5911
|
"scope": "default",
|
|
5885
5912
|
"line": {
|
|
5886
|
-
"start":
|
|
5887
|
-
"end":
|
|
5913
|
+
"start": 125,
|
|
5914
|
+
"end": 125
|
|
5888
5915
|
}
|
|
5889
5916
|
},
|
|
5890
5917
|
"group": [
|
|
@@ -5901,8 +5928,8 @@
|
|
|
5901
5928
|
{
|
|
5902
5929
|
"description": "The base border color of the FAB item.\n",
|
|
5903
5930
|
"commentRange": {
|
|
5904
|
-
"start":
|
|
5905
|
-
"end":
|
|
5931
|
+
"start": 126,
|
|
5932
|
+
"end": 127
|
|
5906
5933
|
},
|
|
5907
5934
|
"context": {
|
|
5908
5935
|
"type": "variable",
|
|
@@ -5910,8 +5937,8 @@
|
|
|
5910
5937
|
"value": "$kendo-component-border",
|
|
5911
5938
|
"scope": "default",
|
|
5912
5939
|
"line": {
|
|
5913
|
-
"start":
|
|
5914
|
-
"end":
|
|
5940
|
+
"start": 128,
|
|
5941
|
+
"end": 128
|
|
5915
5942
|
}
|
|
5916
5943
|
},
|
|
5917
5944
|
"group": [
|
|
@@ -5928,8 +5955,8 @@
|
|
|
5928
5955
|
{
|
|
5929
5956
|
"description": "The base text color of the FAB item icon.\n",
|
|
5930
5957
|
"commentRange": {
|
|
5931
|
-
"start":
|
|
5932
|
-
"end":
|
|
5958
|
+
"start": 130,
|
|
5959
|
+
"end": 131
|
|
5933
5960
|
},
|
|
5934
5961
|
"context": {
|
|
5935
5962
|
"type": "variable",
|
|
@@ -5937,8 +5964,8 @@
|
|
|
5937
5964
|
"value": "$kendo-button-text",
|
|
5938
5965
|
"scope": "default",
|
|
5939
5966
|
"line": {
|
|
5940
|
-
"start":
|
|
5941
|
-
"end":
|
|
5967
|
+
"start": 132,
|
|
5968
|
+
"end": 132
|
|
5942
5969
|
}
|
|
5943
5970
|
},
|
|
5944
5971
|
"group": [
|
|
@@ -5955,8 +5982,8 @@
|
|
|
5955
5982
|
{
|
|
5956
5983
|
"description": "The base background color of the FAB item icon.\n",
|
|
5957
5984
|
"commentRange": {
|
|
5958
|
-
"start":
|
|
5959
|
-
"end":
|
|
5985
|
+
"start": 133,
|
|
5986
|
+
"end": 134
|
|
5960
5987
|
},
|
|
5961
5988
|
"context": {
|
|
5962
5989
|
"type": "variable",
|
|
@@ -5964,8 +5991,8 @@
|
|
|
5964
5991
|
"value": "$kendo-button-bg",
|
|
5965
5992
|
"scope": "default",
|
|
5966
5993
|
"line": {
|
|
5967
|
-
"start":
|
|
5968
|
-
"end":
|
|
5994
|
+
"start": 135,
|
|
5995
|
+
"end": 135
|
|
5969
5996
|
}
|
|
5970
5997
|
},
|
|
5971
5998
|
"group": [
|
|
@@ -5982,8 +6009,8 @@
|
|
|
5982
6009
|
{
|
|
5983
6010
|
"description": "The base border color of the FAB item icon.\n",
|
|
5984
6011
|
"commentRange": {
|
|
5985
|
-
"start":
|
|
5986
|
-
"end":
|
|
6012
|
+
"start": 136,
|
|
6013
|
+
"end": 137
|
|
5987
6014
|
},
|
|
5988
6015
|
"context": {
|
|
5989
6016
|
"type": "variable",
|
|
@@ -5991,8 +6018,8 @@
|
|
|
5991
6018
|
"value": "$kendo-button-border",
|
|
5992
6019
|
"scope": "default",
|
|
5993
6020
|
"line": {
|
|
5994
|
-
"start":
|
|
5995
|
-
"end":
|
|
6021
|
+
"start": 138,
|
|
6022
|
+
"end": 138
|
|
5996
6023
|
}
|
|
5997
6024
|
},
|
|
5998
6025
|
"group": [
|
|
@@ -6009,8 +6036,8 @@
|
|
|
6009
6036
|
{
|
|
6010
6037
|
"description": "The base shadow of the FAB item.\n",
|
|
6011
6038
|
"commentRange": {
|
|
6012
|
-
"start":
|
|
6013
|
-
"end":
|
|
6039
|
+
"start": 140,
|
|
6040
|
+
"end": 141
|
|
6014
6041
|
},
|
|
6015
6042
|
"context": {
|
|
6016
6043
|
"type": "variable",
|
|
@@ -6018,8 +6045,8 @@
|
|
|
6018
6045
|
"value": "$kendo-fab-shadow",
|
|
6019
6046
|
"scope": "default",
|
|
6020
6047
|
"line": {
|
|
6021
|
-
"start":
|
|
6022
|
-
"end":
|
|
6048
|
+
"start": 142,
|
|
6049
|
+
"end": 142
|
|
6023
6050
|
}
|
|
6024
6051
|
},
|
|
6025
6052
|
"group": [
|
|
@@ -6036,8 +6063,8 @@
|
|
|
6036
6063
|
{
|
|
6037
6064
|
"description": "The disabled shadow of the FAB item.\n",
|
|
6038
6065
|
"commentRange": {
|
|
6039
|
-
"start":
|
|
6040
|
-
"end":
|
|
6066
|
+
"start": 143,
|
|
6067
|
+
"end": 144
|
|
6041
6068
|
},
|
|
6042
6069
|
"context": {
|
|
6043
6070
|
"type": "variable",
|
|
@@ -6045,8 +6072,8 @@
|
|
|
6045
6072
|
"value": "$kendo-fab-disabled-shadow",
|
|
6046
6073
|
"scope": "default",
|
|
6047
6074
|
"line": {
|
|
6048
|
-
"start":
|
|
6049
|
-
"end":
|
|
6075
|
+
"start": 145,
|
|
6076
|
+
"end": 145
|
|
6050
6077
|
}
|
|
6051
6078
|
},
|
|
6052
6079
|
"group": [
|
|
@@ -6063,8 +6090,8 @@
|
|
|
6063
6090
|
{
|
|
6064
6091
|
"description": "The active shadow of the FAB item.\n",
|
|
6065
6092
|
"commentRange": {
|
|
6066
|
-
"start":
|
|
6067
|
-
"end":
|
|
6093
|
+
"start": 146,
|
|
6094
|
+
"end": 147
|
|
6068
6095
|
},
|
|
6069
6096
|
"context": {
|
|
6070
6097
|
"type": "variable",
|
|
@@ -6072,8 +6099,8 @@
|
|
|
6072
6099
|
"value": "$kendo-fab-active-shadow",
|
|
6073
6100
|
"scope": "default",
|
|
6074
6101
|
"line": {
|
|
6075
|
-
"start":
|
|
6076
|
-
"end":
|
|
6102
|
+
"start": 148,
|
|
6103
|
+
"end": 148
|
|
6077
6104
|
}
|
|
6078
6105
|
},
|
|
6079
6106
|
"group": [
|
|
@@ -6414,8 +6441,8 @@
|
|
|
6414
6441
|
{
|
|
6415
6442
|
"description": "Background color of the grid component\n",
|
|
6416
6443
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6444
|
+
"start": 138,
|
|
6445
|
+
"end": 139
|
|
6419
6446
|
},
|
|
6420
6447
|
"context": {
|
|
6421
6448
|
"type": "variable",
|
|
@@ -6423,8 +6450,8 @@
|
|
|
6423
6450
|
"value": "$kendo-table-bg",
|
|
6424
6451
|
"scope": "default",
|
|
6425
6452
|
"line": {
|
|
6426
|
-
"start":
|
|
6427
|
-
"end":
|
|
6453
|
+
"start": 140,
|
|
6454
|
+
"end": 140
|
|
6428
6455
|
}
|
|
6429
6456
|
},
|
|
6430
6457
|
"group": [
|
|
@@ -6441,8 +6468,8 @@
|
|
|
6441
6468
|
{
|
|
6442
6469
|
"description": "Text color of the grid component\n",
|
|
6443
6470
|
"commentRange": {
|
|
6444
|
-
"start":
|
|
6445
|
-
"end":
|
|
6471
|
+
"start": 141,
|
|
6472
|
+
"end": 142
|
|
6446
6473
|
},
|
|
6447
6474
|
"context": {
|
|
6448
6475
|
"type": "variable",
|
|
@@ -6450,8 +6477,8 @@
|
|
|
6450
6477
|
"value": "$kendo-table-text",
|
|
6451
6478
|
"scope": "default",
|
|
6452
6479
|
"line": {
|
|
6453
|
-
"start":
|
|
6454
|
-
"end":
|
|
6480
|
+
"start": 143,
|
|
6481
|
+
"end": 143
|
|
6455
6482
|
}
|
|
6456
6483
|
},
|
|
6457
6484
|
"group": [
|
|
@@ -6468,8 +6495,8 @@
|
|
|
6468
6495
|
{
|
|
6469
6496
|
"description": "Border color of the grid component\n",
|
|
6470
6497
|
"commentRange": {
|
|
6471
|
-
"start":
|
|
6472
|
-
"end":
|
|
6498
|
+
"start": 144,
|
|
6499
|
+
"end": 145
|
|
6473
6500
|
},
|
|
6474
6501
|
"context": {
|
|
6475
6502
|
"type": "variable",
|
|
@@ -6477,8 +6504,8 @@
|
|
|
6477
6504
|
"value": "$kendo-table-border",
|
|
6478
6505
|
"scope": "default",
|
|
6479
6506
|
"line": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6507
|
+
"start": 146,
|
|
6508
|
+
"end": 146
|
|
6482
6509
|
}
|
|
6483
6510
|
},
|
|
6484
6511
|
"group": [
|
|
@@ -6495,8 +6522,8 @@
|
|
|
6495
6522
|
{
|
|
6496
6523
|
"description": "Background color of grid header\n",
|
|
6497
6524
|
"commentRange": {
|
|
6498
|
-
"start":
|
|
6499
|
-
"end":
|
|
6525
|
+
"start": 148,
|
|
6526
|
+
"end": 149
|
|
6500
6527
|
},
|
|
6501
6528
|
"context": {
|
|
6502
6529
|
"type": "variable",
|
|
@@ -6504,8 +6531,8 @@
|
|
|
6504
6531
|
"value": "$kendo-table-header-bg",
|
|
6505
6532
|
"scope": "default",
|
|
6506
6533
|
"line": {
|
|
6507
|
-
"start":
|
|
6508
|
-
"end":
|
|
6534
|
+
"start": 150,
|
|
6535
|
+
"end": 150
|
|
6509
6536
|
}
|
|
6510
6537
|
},
|
|
6511
6538
|
"group": [
|
|
@@ -6522,8 +6549,8 @@
|
|
|
6522
6549
|
{
|
|
6523
6550
|
"description": "Background color of grid header\n",
|
|
6524
6551
|
"commentRange": {
|
|
6525
|
-
"start":
|
|
6526
|
-
"end":
|
|
6552
|
+
"start": 151,
|
|
6553
|
+
"end": 152
|
|
6527
6554
|
},
|
|
6528
6555
|
"context": {
|
|
6529
6556
|
"type": "variable",
|
|
@@ -6531,8 +6558,8 @@
|
|
|
6531
6558
|
"value": "$kendo-table-header-text",
|
|
6532
6559
|
"scope": "default",
|
|
6533
6560
|
"line": {
|
|
6534
|
-
"start":
|
|
6535
|
-
"end":
|
|
6561
|
+
"start": 153,
|
|
6562
|
+
"end": 153
|
|
6536
6563
|
}
|
|
6537
6564
|
},
|
|
6538
6565
|
"group": [
|
|
@@ -6549,8 +6576,8 @@
|
|
|
6549
6576
|
{
|
|
6550
6577
|
"description": "Border color of grid header\n",
|
|
6551
6578
|
"commentRange": {
|
|
6552
|
-
"start":
|
|
6553
|
-
"end":
|
|
6579
|
+
"start": 154,
|
|
6580
|
+
"end": 155
|
|
6554
6581
|
},
|
|
6555
6582
|
"context": {
|
|
6556
6583
|
"type": "variable",
|
|
@@ -6558,8 +6585,8 @@
|
|
|
6558
6585
|
"value": "$kendo-table-header-border",
|
|
6559
6586
|
"scope": "default",
|
|
6560
6587
|
"line": {
|
|
6561
|
-
"start":
|
|
6562
|
-
"end":
|
|
6588
|
+
"start": 156,
|
|
6589
|
+
"end": 156
|
|
6563
6590
|
}
|
|
6564
6591
|
},
|
|
6565
6592
|
"group": [
|
|
@@ -6576,8 +6603,8 @@
|
|
|
6576
6603
|
{
|
|
6577
6604
|
"description": "Background gradient of grid header\n",
|
|
6578
6605
|
"commentRange": {
|
|
6579
|
-
"start":
|
|
6580
|
-
"end":
|
|
6606
|
+
"start": 157,
|
|
6607
|
+
"end": 158
|
|
6581
6608
|
},
|
|
6582
6609
|
"context": {
|
|
6583
6610
|
"type": "variable",
|
|
@@ -6585,8 +6612,8 @@
|
|
|
6585
6612
|
"value": "null",
|
|
6586
6613
|
"scope": "default",
|
|
6587
6614
|
"line": {
|
|
6588
|
-
"start":
|
|
6589
|
-
"end":
|
|
6615
|
+
"start": 159,
|
|
6616
|
+
"end": 159
|
|
6590
6617
|
}
|
|
6591
6618
|
},
|
|
6592
6619
|
"group": [
|
|
@@ -6603,8 +6630,8 @@
|
|
|
6603
6630
|
{
|
|
6604
6631
|
"description": "Background color of grid footer\n",
|
|
6605
6632
|
"commentRange": {
|
|
6606
|
-
"start":
|
|
6607
|
-
"end":
|
|
6633
|
+
"start": 161,
|
|
6634
|
+
"end": 162
|
|
6608
6635
|
},
|
|
6609
6636
|
"context": {
|
|
6610
6637
|
"type": "variable",
|
|
@@ -6612,8 +6639,8 @@
|
|
|
6612
6639
|
"value": "$kendo-table-footer-bg",
|
|
6613
6640
|
"scope": "default",
|
|
6614
6641
|
"line": {
|
|
6615
|
-
"start":
|
|
6616
|
-
"end":
|
|
6642
|
+
"start": 163,
|
|
6643
|
+
"end": 163
|
|
6617
6644
|
}
|
|
6618
6645
|
},
|
|
6619
6646
|
"group": [
|
|
@@ -6630,8 +6657,8 @@
|
|
|
6630
6657
|
{
|
|
6631
6658
|
"description": "Text color of grid footer\n",
|
|
6632
6659
|
"commentRange": {
|
|
6633
|
-
"start":
|
|
6634
|
-
"end":
|
|
6660
|
+
"start": 164,
|
|
6661
|
+
"end": 165
|
|
6635
6662
|
},
|
|
6636
6663
|
"context": {
|
|
6637
6664
|
"type": "variable",
|
|
@@ -6639,8 +6666,8 @@
|
|
|
6639
6666
|
"value": "$kendo-table-footer-text",
|
|
6640
6667
|
"scope": "default",
|
|
6641
6668
|
"line": {
|
|
6642
|
-
"start":
|
|
6643
|
-
"end":
|
|
6669
|
+
"start": 166,
|
|
6670
|
+
"end": 166
|
|
6644
6671
|
}
|
|
6645
6672
|
},
|
|
6646
6673
|
"group": [
|
|
@@ -6657,8 +6684,8 @@
|
|
|
6657
6684
|
{
|
|
6658
6685
|
"description": "Border color of grid footer\n",
|
|
6659
6686
|
"commentRange": {
|
|
6660
|
-
"start":
|
|
6661
|
-
"end":
|
|
6687
|
+
"start": 167,
|
|
6688
|
+
"end": 168
|
|
6662
6689
|
},
|
|
6663
6690
|
"context": {
|
|
6664
6691
|
"type": "variable",
|
|
@@ -6666,8 +6693,8 @@
|
|
|
6666
6693
|
"value": "$kendo-table-footer-border",
|
|
6667
6694
|
"scope": "default",
|
|
6668
6695
|
"line": {
|
|
6669
|
-
"start":
|
|
6670
|
-
"end":
|
|
6696
|
+
"start": 169,
|
|
6697
|
+
"end": 169
|
|
6671
6698
|
}
|
|
6672
6699
|
},
|
|
6673
6700
|
"group": [
|
|
@@ -6684,8 +6711,8 @@
|
|
|
6684
6711
|
{
|
|
6685
6712
|
"description": "Background color of alternating rows in grid\n",
|
|
6686
6713
|
"commentRange": {
|
|
6687
|
-
"start":
|
|
6688
|
-
"end":
|
|
6714
|
+
"start": 172,
|
|
6715
|
+
"end": 173
|
|
6689
6716
|
},
|
|
6690
6717
|
"context": {
|
|
6691
6718
|
"type": "variable",
|
|
@@ -6693,8 +6720,8 @@
|
|
|
6693
6720
|
"value": "$kendo-table-alt-row-bg",
|
|
6694
6721
|
"scope": "default",
|
|
6695
6722
|
"line": {
|
|
6696
|
-
"start":
|
|
6697
|
-
"end":
|
|
6723
|
+
"start": 174,
|
|
6724
|
+
"end": 174
|
|
6698
6725
|
}
|
|
6699
6726
|
},
|
|
6700
6727
|
"group": [
|
|
@@ -6711,8 +6738,8 @@
|
|
|
6711
6738
|
{
|
|
6712
6739
|
"description": "Text color of alternating rows in grid\n",
|
|
6713
6740
|
"commentRange": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6741
|
+
"start": 175,
|
|
6742
|
+
"end": 176
|
|
6716
6743
|
},
|
|
6717
6744
|
"context": {
|
|
6718
6745
|
"type": "variable",
|
|
@@ -6720,8 +6747,8 @@
|
|
|
6720
6747
|
"value": "$kendo-table-alt-row-text",
|
|
6721
6748
|
"scope": "default",
|
|
6722
6749
|
"line": {
|
|
6723
|
-
"start":
|
|
6724
|
-
"end":
|
|
6750
|
+
"start": 177,
|
|
6751
|
+
"end": 177
|
|
6725
6752
|
}
|
|
6726
6753
|
},
|
|
6727
6754
|
"group": [
|
|
@@ -6738,8 +6765,8 @@
|
|
|
6738
6765
|
{
|
|
6739
6766
|
"description": "Text color of alternating rows in grid\n",
|
|
6740
6767
|
"commentRange": {
|
|
6741
|
-
"start":
|
|
6742
|
-
"end":
|
|
6768
|
+
"start": 178,
|
|
6769
|
+
"end": 179
|
|
6743
6770
|
},
|
|
6744
6771
|
"context": {
|
|
6745
6772
|
"type": "variable",
|
|
@@ -6747,8 +6774,8 @@
|
|
|
6747
6774
|
"value": "$kendo-table-alt-row-border",
|
|
6748
6775
|
"scope": "default",
|
|
6749
6776
|
"line": {
|
|
6750
|
-
"start":
|
|
6751
|
-
"end":
|
|
6777
|
+
"start": 180,
|
|
6778
|
+
"end": 180
|
|
6752
6779
|
}
|
|
6753
6780
|
},
|
|
6754
6781
|
"group": [
|
|
@@ -6765,8 +6792,8 @@
|
|
|
6765
6792
|
{
|
|
6766
6793
|
"description": "Background color of hovered rows in grid\n",
|
|
6767
6794
|
"commentRange": {
|
|
6768
|
-
"start":
|
|
6769
|
-
"end":
|
|
6795
|
+
"start": 182,
|
|
6796
|
+
"end": 183
|
|
6770
6797
|
},
|
|
6771
6798
|
"context": {
|
|
6772
6799
|
"type": "variable",
|
|
@@ -6774,8 +6801,8 @@
|
|
|
6774
6801
|
"value": "$kendo-table-hover-bg",
|
|
6775
6802
|
"scope": "default",
|
|
6776
6803
|
"line": {
|
|
6777
|
-
"start":
|
|
6778
|
-
"end":
|
|
6804
|
+
"start": 184,
|
|
6805
|
+
"end": 184
|
|
6779
6806
|
}
|
|
6780
6807
|
},
|
|
6781
6808
|
"group": [
|
|
@@ -6792,8 +6819,8 @@
|
|
|
6792
6819
|
{
|
|
6793
6820
|
"description": "Text color of hovered rows in grid\n",
|
|
6794
6821
|
"commentRange": {
|
|
6795
|
-
"start":
|
|
6796
|
-
"end":
|
|
6822
|
+
"start": 185,
|
|
6823
|
+
"end": 186
|
|
6797
6824
|
},
|
|
6798
6825
|
"context": {
|
|
6799
6826
|
"type": "variable",
|
|
@@ -6801,8 +6828,8 @@
|
|
|
6801
6828
|
"value": "$kendo-table-hover-text",
|
|
6802
6829
|
"scope": "default",
|
|
6803
6830
|
"line": {
|
|
6804
|
-
"start":
|
|
6805
|
-
"end":
|
|
6831
|
+
"start": 187,
|
|
6832
|
+
"end": 187
|
|
6806
6833
|
}
|
|
6807
6834
|
},
|
|
6808
6835
|
"group": [
|
|
@@ -6819,8 +6846,8 @@
|
|
|
6819
6846
|
{
|
|
6820
6847
|
"description": "Border color of hovered rows in grid\n",
|
|
6821
6848
|
"commentRange": {
|
|
6822
|
-
"start":
|
|
6823
|
-
"end":
|
|
6849
|
+
"start": 188,
|
|
6850
|
+
"end": 189
|
|
6824
6851
|
},
|
|
6825
6852
|
"context": {
|
|
6826
6853
|
"type": "variable",
|
|
@@ -6828,8 +6855,8 @@
|
|
|
6828
6855
|
"value": "$kendo-table-hover-border",
|
|
6829
6856
|
"scope": "default",
|
|
6830
6857
|
"line": {
|
|
6831
|
-
"start":
|
|
6832
|
-
"end":
|
|
6858
|
+
"start": 190,
|
|
6859
|
+
"end": 190
|
|
6833
6860
|
}
|
|
6834
6861
|
},
|
|
6835
6862
|
"group": [
|
|
@@ -6846,8 +6873,8 @@
|
|
|
6846
6873
|
{
|
|
6847
6874
|
"description": "Background color of selected rows in grid\n",
|
|
6848
6875
|
"commentRange": {
|
|
6849
|
-
"start":
|
|
6850
|
-
"end":
|
|
6876
|
+
"start": 192,
|
|
6877
|
+
"end": 193
|
|
6851
6878
|
},
|
|
6852
6879
|
"context": {
|
|
6853
6880
|
"type": "variable",
|
|
@@ -6855,8 +6882,8 @@
|
|
|
6855
6882
|
"value": "$kendo-table-selected-bg",
|
|
6856
6883
|
"scope": "default",
|
|
6857
6884
|
"line": {
|
|
6858
|
-
"start":
|
|
6859
|
-
"end":
|
|
6885
|
+
"start": 194,
|
|
6886
|
+
"end": 194
|
|
6860
6887
|
}
|
|
6861
6888
|
},
|
|
6862
6889
|
"group": [
|
|
@@ -6873,8 +6900,8 @@
|
|
|
6873
6900
|
{
|
|
6874
6901
|
"description": "Text color of selected rows in grid\n",
|
|
6875
6902
|
"commentRange": {
|
|
6876
|
-
"start":
|
|
6877
|
-
"end":
|
|
6903
|
+
"start": 195,
|
|
6904
|
+
"end": 196
|
|
6878
6905
|
},
|
|
6879
6906
|
"context": {
|
|
6880
6907
|
"type": "variable",
|
|
@@ -6882,8 +6909,8 @@
|
|
|
6882
6909
|
"value": "$kendo-table-selected-text",
|
|
6883
6910
|
"scope": "default",
|
|
6884
6911
|
"line": {
|
|
6885
|
-
"start":
|
|
6886
|
-
"end":
|
|
6912
|
+
"start": 197,
|
|
6913
|
+
"end": 197
|
|
6887
6914
|
}
|
|
6888
6915
|
},
|
|
6889
6916
|
"group": [
|
|
@@ -6900,8 +6927,8 @@
|
|
|
6900
6927
|
{
|
|
6901
6928
|
"description": "Border color of selected rows in grid\n",
|
|
6902
6929
|
"commentRange": {
|
|
6903
|
-
"start":
|
|
6904
|
-
"end":
|
|
6930
|
+
"start": 198,
|
|
6931
|
+
"end": 199
|
|
6905
6932
|
},
|
|
6906
6933
|
"context": {
|
|
6907
6934
|
"type": "variable",
|
|
@@ -6909,8 +6936,8 @@
|
|
|
6909
6936
|
"value": "$kendo-table-selected-border",
|
|
6910
6937
|
"scope": "default",
|
|
6911
6938
|
"line": {
|
|
6912
|
-
"start":
|
|
6913
|
-
"end":
|
|
6939
|
+
"start": 200,
|
|
6940
|
+
"end": 200
|
|
6914
6941
|
}
|
|
6915
6942
|
},
|
|
6916
6943
|
"group": [
|
|
@@ -6924,6 +6951,276 @@
|
|
|
6924
6951
|
"resolvedValue": "null",
|
|
6925
6952
|
"resolvedType": "Null"
|
|
6926
6953
|
},
|
|
6954
|
+
{
|
|
6955
|
+
"description": "Background color of the selection aggregates container\n",
|
|
6956
|
+
"commentRange": {
|
|
6957
|
+
"start": 202,
|
|
6958
|
+
"end": 203
|
|
6959
|
+
},
|
|
6960
|
+
"context": {
|
|
6961
|
+
"type": "variable",
|
|
6962
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
6963
|
+
"value": "$kendo-grid-header-bg",
|
|
6964
|
+
"scope": "default",
|
|
6965
|
+
"line": {
|
|
6966
|
+
"start": 204,
|
|
6967
|
+
"end": 204
|
|
6968
|
+
}
|
|
6969
|
+
},
|
|
6970
|
+
"group": [
|
|
6971
|
+
"grid"
|
|
6972
|
+
],
|
|
6973
|
+
"access": "public",
|
|
6974
|
+
"file": {
|
|
6975
|
+
"path": "grid/_variables.scss",
|
|
6976
|
+
"name": "_variables.scss"
|
|
6977
|
+
},
|
|
6978
|
+
"resolvedValue": "#ffffff",
|
|
6979
|
+
"resolvedType": "Color"
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"description": "Text color of the selection aggregates container\n",
|
|
6983
|
+
"commentRange": {
|
|
6984
|
+
"start": 205,
|
|
6985
|
+
"end": 206
|
|
6986
|
+
},
|
|
6987
|
+
"context": {
|
|
6988
|
+
"type": "variable",
|
|
6989
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
6990
|
+
"value": "$kendo-grid-text",
|
|
6991
|
+
"scope": "default",
|
|
6992
|
+
"line": {
|
|
6993
|
+
"start": 207,
|
|
6994
|
+
"end": 207
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
"group": [
|
|
6998
|
+
"grid"
|
|
6999
|
+
],
|
|
7000
|
+
"access": "public",
|
|
7001
|
+
"file": {
|
|
7002
|
+
"path": "grid/_variables.scss",
|
|
7003
|
+
"name": "_variables.scss"
|
|
7004
|
+
},
|
|
7005
|
+
"resolvedValue": "rgba(0, 0, 0, 0.87)",
|
|
7006
|
+
"resolvedType": "Color"
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"description": "Border color of the selection aggregates container\n",
|
|
7010
|
+
"commentRange": {
|
|
7011
|
+
"start": 208,
|
|
7012
|
+
"end": 209
|
|
7013
|
+
},
|
|
7014
|
+
"context": {
|
|
7015
|
+
"type": "variable",
|
|
7016
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
7017
|
+
"value": "$kendo-grid-border",
|
|
7018
|
+
"scope": "default",
|
|
7019
|
+
"line": {
|
|
7020
|
+
"start": 210,
|
|
7021
|
+
"end": 210
|
|
7022
|
+
}
|
|
7023
|
+
},
|
|
7024
|
+
"group": [
|
|
7025
|
+
"grid"
|
|
7026
|
+
],
|
|
7027
|
+
"access": "public",
|
|
7028
|
+
"file": {
|
|
7029
|
+
"path": "grid/_variables.scss",
|
|
7030
|
+
"name": "_variables.scss"
|
|
7031
|
+
},
|
|
7032
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
7033
|
+
"resolvedType": "Color"
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"description": "Border width of the selection aggregates container\n",
|
|
7037
|
+
"commentRange": {
|
|
7038
|
+
"start": 211,
|
|
7039
|
+
"end": 212
|
|
7040
|
+
},
|
|
7041
|
+
"context": {
|
|
7042
|
+
"type": "variable",
|
|
7043
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
7044
|
+
"value": "$kendo-grid-border-width",
|
|
7045
|
+
"scope": "default",
|
|
7046
|
+
"line": {
|
|
7047
|
+
"start": 213,
|
|
7048
|
+
"end": 213
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
"group": [
|
|
7052
|
+
"grid"
|
|
7053
|
+
],
|
|
7054
|
+
"access": "public",
|
|
7055
|
+
"file": {
|
|
7056
|
+
"path": "grid/_variables.scss",
|
|
7057
|
+
"name": "_variables.scss"
|
|
7058
|
+
},
|
|
7059
|
+
"resolvedValue": "1px",
|
|
7060
|
+
"resolvedType": "Number"
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
7064
|
+
"commentRange": {
|
|
7065
|
+
"start": 214,
|
|
7066
|
+
"end": 215
|
|
7067
|
+
},
|
|
7068
|
+
"context": {
|
|
7069
|
+
"type": "variable",
|
|
7070
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
7071
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
7072
|
+
"scope": "default",
|
|
7073
|
+
"line": {
|
|
7074
|
+
"start": 216,
|
|
7075
|
+
"end": 216
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"group": [
|
|
7079
|
+
"grid"
|
|
7080
|
+
],
|
|
7081
|
+
"access": "public",
|
|
7082
|
+
"file": {
|
|
7083
|
+
"path": "grid/_variables.scss",
|
|
7084
|
+
"name": "_variables.scss"
|
|
7085
|
+
},
|
|
7086
|
+
"resolvedValue": "8px",
|
|
7087
|
+
"resolvedType": "Number"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"description": "Line height of the selection aggregates container\n",
|
|
7091
|
+
"commentRange": {
|
|
7092
|
+
"start": 217,
|
|
7093
|
+
"end": 218
|
|
7094
|
+
},
|
|
7095
|
+
"context": {
|
|
7096
|
+
"type": "variable",
|
|
7097
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
7098
|
+
"value": "20px",
|
|
7099
|
+
"scope": "default",
|
|
7100
|
+
"line": {
|
|
7101
|
+
"start": 219,
|
|
7102
|
+
"end": 219
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7105
|
+
"group": [
|
|
7106
|
+
"grid"
|
|
7107
|
+
],
|
|
7108
|
+
"access": "public",
|
|
7109
|
+
"file": {
|
|
7110
|
+
"path": "grid/_variables.scss",
|
|
7111
|
+
"name": "_variables.scss"
|
|
7112
|
+
},
|
|
7113
|
+
"resolvedValue": "20px",
|
|
7114
|
+
"resolvedType": "Number"
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
7118
|
+
"commentRange": {
|
|
7119
|
+
"start": 220,
|
|
7120
|
+
"end": 221
|
|
7121
|
+
},
|
|
7122
|
+
"context": {
|
|
7123
|
+
"type": "variable",
|
|
7124
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
7125
|
+
"value": "$kendo-font-weight-bold",
|
|
7126
|
+
"scope": "default",
|
|
7127
|
+
"line": {
|
|
7128
|
+
"start": 222,
|
|
7129
|
+
"end": 222
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
"group": [
|
|
7133
|
+
"grid"
|
|
7134
|
+
],
|
|
7135
|
+
"access": "public",
|
|
7136
|
+
"file": {
|
|
7137
|
+
"path": "grid/_variables.scss",
|
|
7138
|
+
"name": "_variables.scss"
|
|
7139
|
+
},
|
|
7140
|
+
"resolvedValue": "700",
|
|
7141
|
+
"resolvedType": "Number"
|
|
7142
|
+
},
|
|
7143
|
+
{
|
|
7144
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
7145
|
+
"commentRange": {
|
|
7146
|
+
"start": 308,
|
|
7147
|
+
"end": 309
|
|
7148
|
+
},
|
|
7149
|
+
"context": {
|
|
7150
|
+
"type": "variable",
|
|
7151
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
7152
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .24 )",
|
|
7153
|
+
"scope": "default",
|
|
7154
|
+
"line": {
|
|
7155
|
+
"start": 310,
|
|
7156
|
+
"end": 310
|
|
7157
|
+
}
|
|
7158
|
+
},
|
|
7159
|
+
"group": [
|
|
7160
|
+
"grid"
|
|
7161
|
+
],
|
|
7162
|
+
"access": "public",
|
|
7163
|
+
"file": {
|
|
7164
|
+
"path": "grid/_variables.scss",
|
|
7165
|
+
"name": "_variables.scss"
|
|
7166
|
+
},
|
|
7167
|
+
"resolvedValue": "rgba(0, 0, 0, 0.24)",
|
|
7168
|
+
"resolvedType": "Color"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
7172
|
+
"commentRange": {
|
|
7173
|
+
"start": 311,
|
|
7174
|
+
"end": 312
|
|
7175
|
+
},
|
|
7176
|
+
"context": {
|
|
7177
|
+
"type": "variable",
|
|
7178
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
7179
|
+
"value": "$kendo-color-primary",
|
|
7180
|
+
"scope": "default",
|
|
7181
|
+
"line": {
|
|
7182
|
+
"start": 313,
|
|
7183
|
+
"end": 313
|
|
7184
|
+
}
|
|
7185
|
+
},
|
|
7186
|
+
"group": [
|
|
7187
|
+
"grid"
|
|
7188
|
+
],
|
|
7189
|
+
"access": "public",
|
|
7190
|
+
"file": {
|
|
7191
|
+
"path": "grid/_variables.scss",
|
|
7192
|
+
"name": "_variables.scss"
|
|
7193
|
+
},
|
|
7194
|
+
"resolvedValue": "#3f51b5",
|
|
7195
|
+
"resolvedType": "Color"
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
"description": "Height of the grid row resize indicator\n",
|
|
7199
|
+
"commentRange": {
|
|
7200
|
+
"start": 314,
|
|
7201
|
+
"end": 315
|
|
7202
|
+
},
|
|
7203
|
+
"context": {
|
|
7204
|
+
"type": "variable",
|
|
7205
|
+
"name": "kendo-grid-row-resizer-height",
|
|
7206
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
7207
|
+
"scope": "default",
|
|
7208
|
+
"line": {
|
|
7209
|
+
"start": 316,
|
|
7210
|
+
"end": 316
|
|
7211
|
+
}
|
|
7212
|
+
},
|
|
7213
|
+
"group": [
|
|
7214
|
+
"grid"
|
|
7215
|
+
],
|
|
7216
|
+
"access": "public",
|
|
7217
|
+
"file": {
|
|
7218
|
+
"path": "grid/_variables.scss",
|
|
7219
|
+
"name": "_variables.scss"
|
|
7220
|
+
},
|
|
7221
|
+
"resolvedValue": "2px",
|
|
7222
|
+
"resolvedType": "Number"
|
|
7223
|
+
},
|
|
6927
7224
|
{
|
|
6928
7225
|
"description": "The default width of the Input components.\n",
|
|
6929
7226
|
"commentRange": {
|
|
@@ -15837,8 +16134,8 @@
|
|
|
15837
16134
|
{
|
|
15838
16135
|
"description": "Color of shadows\n",
|
|
15839
16136
|
"commentRange": {
|
|
15840
|
-
"start":
|
|
15841
|
-
"end":
|
|
16137
|
+
"start": 80,
|
|
16138
|
+
"end": 81
|
|
15842
16139
|
},
|
|
15843
16140
|
"context": {
|
|
15844
16141
|
"type": "variable",
|
|
@@ -15846,8 +16143,8 @@
|
|
|
15846
16143
|
"value": "k-map-get( $theme, elevation )",
|
|
15847
16144
|
"scope": "default",
|
|
15848
16145
|
"line": {
|
|
15849
|
-
"start":
|
|
15850
|
-
"end":
|
|
16146
|
+
"start": 82,
|
|
16147
|
+
"end": 82
|
|
15851
16148
|
}
|
|
15852
16149
|
},
|
|
15853
16150
|
"group": [
|
|
@@ -15864,8 +16161,8 @@
|
|
|
15864
16161
|
{
|
|
15865
16162
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
15866
16163
|
"commentRange": {
|
|
15867
|
-
"start":
|
|
15868
|
-
"end":
|
|
16164
|
+
"start": 83,
|
|
16165
|
+
"end": 85
|
|
15869
16166
|
},
|
|
15870
16167
|
"context": {
|
|
15871
16168
|
"type": "variable",
|
|
@@ -15873,8 +16170,8 @@
|
|
|
15873
16170
|
"value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
|
|
15874
16171
|
"scope": "default",
|
|
15875
16172
|
"line": {
|
|
15876
|
-
"start":
|
|
15877
|
-
"end":
|
|
16173
|
+
"start": 86,
|
|
16174
|
+
"end": 86
|
|
15878
16175
|
}
|
|
15879
16176
|
},
|
|
15880
16177
|
"group": [
|
|
@@ -15891,8 +16188,8 @@
|
|
|
15891
16188
|
{
|
|
15892
16189
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
15893
16190
|
"commentRange": {
|
|
15894
|
-
"start":
|
|
15895
|
-
"end":
|
|
16191
|
+
"start": 87,
|
|
16192
|
+
"end": 89
|
|
15896
16193
|
},
|
|
15897
16194
|
"context": {
|
|
15898
16195
|
"type": "variable",
|
|
@@ -15900,8 +16197,8 @@
|
|
|
15900
16197
|
"value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
|
|
15901
16198
|
"scope": "default",
|
|
15902
16199
|
"line": {
|
|
15903
|
-
"start":
|
|
15904
|
-
"end":
|
|
16200
|
+
"start": 90,
|
|
16201
|
+
"end": 90
|
|
15905
16202
|
}
|
|
15906
16203
|
},
|
|
15907
16204
|
"group": [
|
|
@@ -15918,8 +16215,8 @@
|
|
|
15918
16215
|
{
|
|
15919
16216
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
|
|
15920
16217
|
"commentRange": {
|
|
15921
|
-
"start":
|
|
15922
|
-
"end":
|
|
16218
|
+
"start": 91,
|
|
16219
|
+
"end": 93
|
|
15923
16220
|
},
|
|
15924
16221
|
"context": {
|
|
15925
16222
|
"type": "variable",
|
|
@@ -15927,8 +16224,8 @@
|
|
|
15927
16224
|
"value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
|
|
15928
16225
|
"scope": "default",
|
|
15929
16226
|
"line": {
|
|
15930
|
-
"start":
|
|
15931
|
-
"end":
|
|
16227
|
+
"start": 94,
|
|
16228
|
+
"end": 94
|
|
15932
16229
|
}
|
|
15933
16230
|
},
|
|
15934
16231
|
"group": [
|
|
@@ -15945,8 +16242,8 @@
|
|
|
15945
16242
|
{
|
|
15946
16243
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
|
|
15947
16244
|
"commentRange": {
|
|
15948
|
-
"start":
|
|
15949
|
-
"end":
|
|
16245
|
+
"start": 95,
|
|
16246
|
+
"end": 97
|
|
15950
16247
|
},
|
|
15951
16248
|
"context": {
|
|
15952
16249
|
"type": "variable",
|
|
@@ -15954,8 +16251,8 @@
|
|
|
15954
16251
|
"value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
|
|
15955
16252
|
"scope": "default",
|
|
15956
16253
|
"line": {
|
|
15957
|
-
"start":
|
|
15958
|
-
"end":
|
|
16254
|
+
"start": 98,
|
|
16255
|
+
"end": 98
|
|
15959
16256
|
}
|
|
15960
16257
|
},
|
|
15961
16258
|
"group": [
|
|
@@ -15972,8 +16269,8 @@
|
|
|
15972
16269
|
{
|
|
15973
16270
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
15974
16271
|
"commentRange": {
|
|
15975
|
-
"start":
|
|
15976
|
-
"end":
|
|
16272
|
+
"start": 99,
|
|
16273
|
+
"end": 101
|
|
15977
16274
|
},
|
|
15978
16275
|
"context": {
|
|
15979
16276
|
"type": "variable",
|
|
@@ -15981,8 +16278,8 @@
|
|
|
15981
16278
|
"value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
|
|
15982
16279
|
"scope": "default",
|
|
15983
16280
|
"line": {
|
|
15984
|
-
"start":
|
|
15985
|
-
"end":
|
|
16281
|
+
"start": 102,
|
|
16282
|
+
"end": 102
|
|
15986
16283
|
}
|
|
15987
16284
|
},
|
|
15988
16285
|
"group": [
|
|
@@ -20697,8 +20994,8 @@
|
|
|
20697
20994
|
{
|
|
20698
20995
|
"description": "Base font size across all components.\n",
|
|
20699
20996
|
"commentRange": {
|
|
20700
|
-
"start":
|
|
20701
|
-
"end":
|
|
20997
|
+
"start": 254,
|
|
20998
|
+
"end": 255
|
|
20702
20999
|
},
|
|
20703
21000
|
"context": {
|
|
20704
21001
|
"type": "variable",
|
|
@@ -20706,8 +21003,8 @@
|
|
|
20706
21003
|
"value": "14px",
|
|
20707
21004
|
"scope": "default",
|
|
20708
21005
|
"line": {
|
|
20709
|
-
"start":
|
|
20710
|
-
"end":
|
|
21006
|
+
"start": 256,
|
|
21007
|
+
"end": 256
|
|
20711
21008
|
}
|
|
20712
21009
|
},
|
|
20713
21010
|
"group": [
|
|
@@ -20724,8 +21021,8 @@
|
|
|
20724
21021
|
{
|
|
20725
21022
|
"description": "Font family for text.\n",
|
|
20726
21023
|
"commentRange": {
|
|
20727
|
-
"start":
|
|
20728
|
-
"end":
|
|
21024
|
+
"start": 271,
|
|
21025
|
+
"end": 272
|
|
20729
21026
|
},
|
|
20730
21027
|
"context": {
|
|
20731
21028
|
"type": "variable",
|
|
@@ -20733,8 +21030,8 @@
|
|
|
20733
21030
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
20734
21031
|
"scope": "default",
|
|
20735
21032
|
"line": {
|
|
20736
|
-
"start":
|
|
20737
|
-
"end":
|
|
21033
|
+
"start": 273,
|
|
21034
|
+
"end": 273
|
|
20738
21035
|
}
|
|
20739
21036
|
},
|
|
20740
21037
|
"group": [
|
|
@@ -20751,8 +21048,8 @@
|
|
|
20751
21048
|
{
|
|
20752
21049
|
"description": "Font family across all components.\n",
|
|
20753
21050
|
"commentRange": {
|
|
20754
|
-
"start":
|
|
20755
|
-
"end":
|
|
21051
|
+
"start": 275,
|
|
21052
|
+
"end": 276
|
|
20756
21053
|
},
|
|
20757
21054
|
"context": {
|
|
20758
21055
|
"type": "variable",
|
|
@@ -20760,8 +21057,8 @@
|
|
|
20760
21057
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
20761
21058
|
"scope": "default",
|
|
20762
21059
|
"line": {
|
|
20763
|
-
"start":
|
|
20764
|
-
"end":
|
|
21060
|
+
"start": 277,
|
|
21061
|
+
"end": 277
|
|
20765
21062
|
}
|
|
20766
21063
|
},
|
|
20767
21064
|
"group": [
|
|
@@ -20778,8 +21075,8 @@
|
|
|
20778
21075
|
{
|
|
20779
21076
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
20780
21077
|
"commentRange": {
|
|
20781
|
-
"start":
|
|
20782
|
-
"end":
|
|
21078
|
+
"start": 279,
|
|
21079
|
+
"end": 280
|
|
20783
21080
|
},
|
|
20784
21081
|
"context": {
|
|
20785
21082
|
"type": "variable",
|
|
@@ -20787,8 +21084,8 @@
|
|
|
20787
21084
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
20788
21085
|
"scope": "default",
|
|
20789
21086
|
"line": {
|
|
20790
|
-
"start":
|
|
20791
|
-
"end":
|
|
21087
|
+
"start": 281,
|
|
21088
|
+
"end": 281
|
|
20792
21089
|
}
|
|
20793
21090
|
},
|
|
20794
21091
|
"group": [
|
|
@@ -20805,8 +21102,8 @@
|
|
|
20805
21102
|
{
|
|
20806
21103
|
"description": "Font family across all components.\n",
|
|
20807
21104
|
"commentRange": {
|
|
20808
|
-
"start":
|
|
20809
|
-
"end":
|
|
21105
|
+
"start": 283,
|
|
21106
|
+
"end": 284
|
|
20810
21107
|
},
|
|
20811
21108
|
"context": {
|
|
20812
21109
|
"type": "variable",
|
|
@@ -20814,8 +21111,8 @@
|
|
|
20814
21111
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
20815
21112
|
"scope": "default",
|
|
20816
21113
|
"line": {
|
|
20817
|
-
"start":
|
|
20818
|
-
"end":
|
|
21114
|
+
"start": 285,
|
|
21115
|
+
"end": 285
|
|
20819
21116
|
}
|
|
20820
21117
|
},
|
|
20821
21118
|
"group": [
|
|
@@ -20832,8 +21129,8 @@
|
|
|
20832
21129
|
{
|
|
20833
21130
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
20834
21131
|
"commentRange": {
|
|
20835
|
-
"start":
|
|
20836
|
-
"end":
|
|
21132
|
+
"start": 287,
|
|
21133
|
+
"end": 288
|
|
20837
21134
|
},
|
|
20838
21135
|
"context": {
|
|
20839
21136
|
"type": "variable",
|
|
@@ -20841,8 +21138,8 @@
|
|
|
20841
21138
|
"value": "k-math-div( 28, 14 )",
|
|
20842
21139
|
"scope": "default",
|
|
20843
21140
|
"line": {
|
|
20844
|
-
"start":
|
|
20845
|
-
"end":
|
|
21141
|
+
"start": 289,
|
|
21142
|
+
"end": 289
|
|
20846
21143
|
}
|
|
20847
21144
|
},
|
|
20848
21145
|
"group": [
|
|
@@ -20859,8 +21156,8 @@
|
|
|
20859
21156
|
{
|
|
20860
21157
|
"description": "Border radius for all components.\n",
|
|
20861
21158
|
"commentRange": {
|
|
20862
|
-
"start":
|
|
20863
|
-
"end":
|
|
21159
|
+
"start": 129,
|
|
21160
|
+
"end": 129
|
|
20864
21161
|
},
|
|
20865
21162
|
"context": {
|
|
20866
21163
|
"type": "variable",
|
|
@@ -20868,8 +21165,8 @@
|
|
|
20868
21165
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
20869
21166
|
"scope": "default",
|
|
20870
21167
|
"line": {
|
|
20871
|
-
"start":
|
|
20872
|
-
"end":
|
|
21168
|
+
"start": 130,
|
|
21169
|
+
"end": 130
|
|
20873
21170
|
}
|
|
20874
21171
|
},
|
|
20875
21172
|
"access": "public",
|
|
@@ -20886,8 +21183,8 @@
|
|
|
20886
21183
|
{
|
|
20887
21184
|
"description": "The background of the components' chrome area.\n",
|
|
20888
21185
|
"commentRange": {
|
|
20889
|
-
"start":
|
|
20890
|
-
"end":
|
|
21186
|
+
"start": 341,
|
|
21187
|
+
"end": 341
|
|
20891
21188
|
},
|
|
20892
21189
|
"context": {
|
|
20893
21190
|
"type": "variable",
|
|
@@ -20895,8 +21192,8 @@
|
|
|
20895
21192
|
"value": "k-map-get( $theme, base-bg )",
|
|
20896
21193
|
"scope": "default",
|
|
20897
21194
|
"line": {
|
|
20898
|
-
"start":
|
|
20899
|
-
"end":
|
|
21195
|
+
"start": 342,
|
|
21196
|
+
"end": 342
|
|
20900
21197
|
}
|
|
20901
21198
|
},
|
|
20902
21199
|
"access": "public",
|
|
@@ -20913,8 +21210,8 @@
|
|
|
20913
21210
|
{
|
|
20914
21211
|
"description": "The text color of the components' chrome area.\n",
|
|
20915
21212
|
"commentRange": {
|
|
20916
|
-
"start":
|
|
20917
|
-
"end":
|
|
21213
|
+
"start": 343,
|
|
21214
|
+
"end": 343
|
|
20918
21215
|
},
|
|
20919
21216
|
"context": {
|
|
20920
21217
|
"type": "variable",
|
|
@@ -20922,8 +21219,8 @@
|
|
|
20922
21219
|
"value": "k-map-get( $theme, component-text )",
|
|
20923
21220
|
"scope": "default",
|
|
20924
21221
|
"line": {
|
|
20925
|
-
"start":
|
|
20926
|
-
"end":
|
|
21222
|
+
"start": 344,
|
|
21223
|
+
"end": 344
|
|
20927
21224
|
}
|
|
20928
21225
|
},
|
|
20929
21226
|
"access": "public",
|
|
@@ -20940,8 +21237,8 @@
|
|
|
20940
21237
|
{
|
|
20941
21238
|
"description": "The border of the components' chrome area.\n",
|
|
20942
21239
|
"commentRange": {
|
|
20943
|
-
"start":
|
|
20944
|
-
"end":
|
|
21240
|
+
"start": 345,
|
|
21241
|
+
"end": 345
|
|
20945
21242
|
},
|
|
20946
21243
|
"context": {
|
|
20947
21244
|
"type": "variable",
|
|
@@ -20949,8 +21246,8 @@
|
|
|
20949
21246
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
20950
21247
|
"scope": "default",
|
|
20951
21248
|
"line": {
|
|
20952
|
-
"start":
|
|
20953
|
-
"end":
|
|
21249
|
+
"start": 346,
|
|
21250
|
+
"end": 346
|
|
20954
21251
|
}
|
|
20955
21252
|
},
|
|
20956
21253
|
"access": "public",
|
|
@@ -20967,8 +21264,8 @@
|
|
|
20967
21264
|
{
|
|
20968
21265
|
"description": "The gradient background of the components' chrome area.\n",
|
|
20969
21266
|
"commentRange": {
|
|
20970
|
-
"start":
|
|
20971
|
-
"end":
|
|
21267
|
+
"start": 347,
|
|
21268
|
+
"end": 347
|
|
20972
21269
|
},
|
|
20973
21270
|
"context": {
|
|
20974
21271
|
"type": "variable",
|
|
@@ -20976,8 +21273,8 @@
|
|
|
20976
21273
|
"value": "null",
|
|
20977
21274
|
"scope": "default",
|
|
20978
21275
|
"line": {
|
|
20979
|
-
"start":
|
|
20980
|
-
"end":
|
|
21276
|
+
"start": 348,
|
|
21277
|
+
"end": 348
|
|
20981
21278
|
}
|
|
20982
21279
|
},
|
|
20983
21280
|
"access": "public",
|
|
@@ -20994,8 +21291,8 @@
|
|
|
20994
21291
|
{
|
|
20995
21292
|
"description": "The background of hovered items.\n",
|
|
20996
21293
|
"commentRange": {
|
|
20997
|
-
"start":
|
|
20998
|
-
"end":
|
|
21294
|
+
"start": 350,
|
|
21295
|
+
"end": 350
|
|
20999
21296
|
},
|
|
21000
21297
|
"context": {
|
|
21001
21298
|
"type": "variable",
|
|
@@ -21003,8 +21300,8 @@
|
|
|
21003
21300
|
"value": "k-map-get( $theme, hover-bg )",
|
|
21004
21301
|
"scope": "default",
|
|
21005
21302
|
"line": {
|
|
21006
|
-
"start":
|
|
21007
|
-
"end":
|
|
21303
|
+
"start": 351,
|
|
21304
|
+
"end": 351
|
|
21008
21305
|
}
|
|
21009
21306
|
},
|
|
21010
21307
|
"access": "public",
|
|
@@ -21021,8 +21318,8 @@
|
|
|
21021
21318
|
{
|
|
21022
21319
|
"description": "The text color of hovered items.\n",
|
|
21023
21320
|
"commentRange": {
|
|
21024
|
-
"start":
|
|
21025
|
-
"end":
|
|
21321
|
+
"start": 352,
|
|
21322
|
+
"end": 352
|
|
21026
21323
|
},
|
|
21027
21324
|
"context": {
|
|
21028
21325
|
"type": "variable",
|
|
@@ -21030,8 +21327,8 @@
|
|
|
21030
21327
|
"value": "$kendo-base-text",
|
|
21031
21328
|
"scope": "default",
|
|
21032
21329
|
"line": {
|
|
21033
|
-
"start":
|
|
21034
|
-
"end":
|
|
21330
|
+
"start": 353,
|
|
21331
|
+
"end": 353
|
|
21035
21332
|
}
|
|
21036
21333
|
},
|
|
21037
21334
|
"access": "public",
|
|
@@ -21048,8 +21345,8 @@
|
|
|
21048
21345
|
{
|
|
21049
21346
|
"description": "The border color of hovered items.\n",
|
|
21050
21347
|
"commentRange": {
|
|
21051
|
-
"start":
|
|
21052
|
-
"end":
|
|
21348
|
+
"start": 354,
|
|
21349
|
+
"end": 354
|
|
21053
21350
|
},
|
|
21054
21351
|
"context": {
|
|
21055
21352
|
"type": "variable",
|
|
@@ -21057,8 +21354,8 @@
|
|
|
21057
21354
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
21058
21355
|
"scope": "default",
|
|
21059
21356
|
"line": {
|
|
21060
|
-
"start":
|
|
21061
|
-
"end":
|
|
21357
|
+
"start": 355,
|
|
21358
|
+
"end": 355
|
|
21062
21359
|
}
|
|
21063
21360
|
},
|
|
21064
21361
|
"access": "public",
|
|
@@ -21075,8 +21372,8 @@
|
|
|
21075
21372
|
{
|
|
21076
21373
|
"description": "The gradient background of hovered items.\n",
|
|
21077
21374
|
"commentRange": {
|
|
21078
|
-
"start":
|
|
21079
|
-
"end":
|
|
21375
|
+
"start": 356,
|
|
21376
|
+
"end": 356
|
|
21080
21377
|
},
|
|
21081
21378
|
"context": {
|
|
21082
21379
|
"type": "variable",
|
|
@@ -21084,8 +21381,8 @@
|
|
|
21084
21381
|
"value": "null",
|
|
21085
21382
|
"scope": "default",
|
|
21086
21383
|
"line": {
|
|
21087
|
-
"start":
|
|
21088
|
-
"end":
|
|
21384
|
+
"start": 357,
|
|
21385
|
+
"end": 357
|
|
21089
21386
|
}
|
|
21090
21387
|
},
|
|
21091
21388
|
"access": "public",
|
|
@@ -21102,8 +21399,8 @@
|
|
|
21102
21399
|
{
|
|
21103
21400
|
"description": "The background of selected items.\n",
|
|
21104
21401
|
"commentRange": {
|
|
21105
|
-
"start":
|
|
21106
|
-
"end":
|
|
21402
|
+
"start": 359,
|
|
21403
|
+
"end": 359
|
|
21107
21404
|
},
|
|
21108
21405
|
"context": {
|
|
21109
21406
|
"type": "variable",
|
|
@@ -21111,8 +21408,8 @@
|
|
|
21111
21408
|
"value": "$kendo-color-secondary",
|
|
21112
21409
|
"scope": "default",
|
|
21113
21410
|
"line": {
|
|
21114
|
-
"start":
|
|
21115
|
-
"end":
|
|
21411
|
+
"start": 360,
|
|
21412
|
+
"end": 360
|
|
21116
21413
|
}
|
|
21117
21414
|
},
|
|
21118
21415
|
"access": "public",
|
|
@@ -21129,8 +21426,8 @@
|
|
|
21129
21426
|
{
|
|
21130
21427
|
"description": "The text color of selected items.\n",
|
|
21131
21428
|
"commentRange": {
|
|
21132
|
-
"start":
|
|
21133
|
-
"end":
|
|
21429
|
+
"start": 361,
|
|
21430
|
+
"end": 361
|
|
21134
21431
|
},
|
|
21135
21432
|
"context": {
|
|
21136
21433
|
"type": "variable",
|
|
@@ -21138,8 +21435,8 @@
|
|
|
21138
21435
|
"value": "$kendo-color-secondary-contrast",
|
|
21139
21436
|
"scope": "default",
|
|
21140
21437
|
"line": {
|
|
21141
|
-
"start":
|
|
21142
|
-
"end":
|
|
21438
|
+
"start": 362,
|
|
21439
|
+
"end": 362
|
|
21143
21440
|
}
|
|
21144
21441
|
},
|
|
21145
21442
|
"access": "public",
|
|
@@ -21156,8 +21453,8 @@
|
|
|
21156
21453
|
{
|
|
21157
21454
|
"description": "The border color of selected items.\n",
|
|
21158
21455
|
"commentRange": {
|
|
21159
|
-
"start":
|
|
21160
|
-
"end":
|
|
21456
|
+
"start": 363,
|
|
21457
|
+
"end": 363
|
|
21161
21458
|
},
|
|
21162
21459
|
"context": {
|
|
21163
21460
|
"type": "variable",
|
|
@@ -21165,8 +21462,8 @@
|
|
|
21165
21462
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
21166
21463
|
"scope": "default",
|
|
21167
21464
|
"line": {
|
|
21168
|
-
"start":
|
|
21169
|
-
"end":
|
|
21465
|
+
"start": 364,
|
|
21466
|
+
"end": 364
|
|
21170
21467
|
}
|
|
21171
21468
|
},
|
|
21172
21469
|
"access": "public",
|
|
@@ -21183,8 +21480,8 @@
|
|
|
21183
21480
|
{
|
|
21184
21481
|
"description": "The gradient background of selected items.\n",
|
|
21185
21482
|
"commentRange": {
|
|
21186
|
-
"start":
|
|
21187
|
-
"end":
|
|
21483
|
+
"start": 365,
|
|
21484
|
+
"end": 365
|
|
21188
21485
|
},
|
|
21189
21486
|
"context": {
|
|
21190
21487
|
"type": "variable",
|
|
@@ -21192,8 +21489,8 @@
|
|
|
21192
21489
|
"value": "null",
|
|
21193
21490
|
"scope": "default",
|
|
21194
21491
|
"line": {
|
|
21195
|
-
"start":
|
|
21196
|
-
"end":
|
|
21492
|
+
"start": 366,
|
|
21493
|
+
"end": 366
|
|
21197
21494
|
}
|
|
21198
21495
|
},
|
|
21199
21496
|
"access": "public",
|
|
@@ -21274,8 +21571,8 @@
|
|
|
21274
21571
|
{
|
|
21275
21572
|
"description": "Border radius for all components.\n",
|
|
21276
21573
|
"commentRange": {
|
|
21277
|
-
"start":
|
|
21278
|
-
"end":
|
|
21574
|
+
"start": 129,
|
|
21575
|
+
"end": 129
|
|
21279
21576
|
},
|
|
21280
21577
|
"context": {
|
|
21281
21578
|
"type": "variable",
|
|
@@ -21283,8 +21580,8 @@
|
|
|
21283
21580
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
21284
21581
|
"scope": "default",
|
|
21285
21582
|
"line": {
|
|
21286
|
-
"start":
|
|
21287
|
-
"end":
|
|
21583
|
+
"start": 130,
|
|
21584
|
+
"end": 130
|
|
21288
21585
|
}
|
|
21289
21586
|
},
|
|
21290
21587
|
"access": "public",
|
|
@@ -21301,8 +21598,8 @@
|
|
|
21301
21598
|
{
|
|
21302
21599
|
"description": "The background of the components' chrome area.\n",
|
|
21303
21600
|
"commentRange": {
|
|
21304
|
-
"start":
|
|
21305
|
-
"end":
|
|
21601
|
+
"start": 341,
|
|
21602
|
+
"end": 341
|
|
21306
21603
|
},
|
|
21307
21604
|
"context": {
|
|
21308
21605
|
"type": "variable",
|
|
@@ -21310,8 +21607,8 @@
|
|
|
21310
21607
|
"value": "k-map-get( $theme, base-bg )",
|
|
21311
21608
|
"scope": "default",
|
|
21312
21609
|
"line": {
|
|
21313
|
-
"start":
|
|
21314
|
-
"end":
|
|
21610
|
+
"start": 342,
|
|
21611
|
+
"end": 342
|
|
21315
21612
|
}
|
|
21316
21613
|
},
|
|
21317
21614
|
"access": "public",
|
|
@@ -21328,8 +21625,8 @@
|
|
|
21328
21625
|
{
|
|
21329
21626
|
"description": "The text color of the components' chrome area.\n",
|
|
21330
21627
|
"commentRange": {
|
|
21331
|
-
"start":
|
|
21332
|
-
"end":
|
|
21628
|
+
"start": 343,
|
|
21629
|
+
"end": 343
|
|
21333
21630
|
},
|
|
21334
21631
|
"context": {
|
|
21335
21632
|
"type": "variable",
|
|
@@ -21337,8 +21634,8 @@
|
|
|
21337
21634
|
"value": "k-map-get( $theme, component-text )",
|
|
21338
21635
|
"scope": "default",
|
|
21339
21636
|
"line": {
|
|
21340
|
-
"start":
|
|
21341
|
-
"end":
|
|
21637
|
+
"start": 344,
|
|
21638
|
+
"end": 344
|
|
21342
21639
|
}
|
|
21343
21640
|
},
|
|
21344
21641
|
"access": "public",
|
|
@@ -21355,8 +21652,8 @@
|
|
|
21355
21652
|
{
|
|
21356
21653
|
"description": "The border of the components' chrome area.\n",
|
|
21357
21654
|
"commentRange": {
|
|
21358
|
-
"start":
|
|
21359
|
-
"end":
|
|
21655
|
+
"start": 345,
|
|
21656
|
+
"end": 345
|
|
21360
21657
|
},
|
|
21361
21658
|
"context": {
|
|
21362
21659
|
"type": "variable",
|
|
@@ -21364,8 +21661,8 @@
|
|
|
21364
21661
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
21365
21662
|
"scope": "default",
|
|
21366
21663
|
"line": {
|
|
21367
|
-
"start":
|
|
21368
|
-
"end":
|
|
21664
|
+
"start": 346,
|
|
21665
|
+
"end": 346
|
|
21369
21666
|
}
|
|
21370
21667
|
},
|
|
21371
21668
|
"access": "public",
|
|
@@ -21382,8 +21679,8 @@
|
|
|
21382
21679
|
{
|
|
21383
21680
|
"description": "The gradient background of the components' chrome area.\n",
|
|
21384
21681
|
"commentRange": {
|
|
21385
|
-
"start":
|
|
21386
|
-
"end":
|
|
21682
|
+
"start": 347,
|
|
21683
|
+
"end": 347
|
|
21387
21684
|
},
|
|
21388
21685
|
"context": {
|
|
21389
21686
|
"type": "variable",
|
|
@@ -21391,8 +21688,8 @@
|
|
|
21391
21688
|
"value": "null",
|
|
21392
21689
|
"scope": "default",
|
|
21393
21690
|
"line": {
|
|
21394
|
-
"start":
|
|
21395
|
-
"end":
|
|
21691
|
+
"start": 348,
|
|
21692
|
+
"end": 348
|
|
21396
21693
|
}
|
|
21397
21694
|
},
|
|
21398
21695
|
"access": "public",
|
|
@@ -21409,8 +21706,8 @@
|
|
|
21409
21706
|
{
|
|
21410
21707
|
"description": "The background of hovered items.\n",
|
|
21411
21708
|
"commentRange": {
|
|
21412
|
-
"start":
|
|
21413
|
-
"end":
|
|
21709
|
+
"start": 350,
|
|
21710
|
+
"end": 350
|
|
21414
21711
|
},
|
|
21415
21712
|
"context": {
|
|
21416
21713
|
"type": "variable",
|
|
@@ -21418,8 +21715,8 @@
|
|
|
21418
21715
|
"value": "k-map-get( $theme, hover-bg )",
|
|
21419
21716
|
"scope": "default",
|
|
21420
21717
|
"line": {
|
|
21421
|
-
"start":
|
|
21422
|
-
"end":
|
|
21718
|
+
"start": 351,
|
|
21719
|
+
"end": 351
|
|
21423
21720
|
}
|
|
21424
21721
|
},
|
|
21425
21722
|
"access": "public",
|
|
@@ -21436,8 +21733,8 @@
|
|
|
21436
21733
|
{
|
|
21437
21734
|
"description": "The text color of hovered items.\n",
|
|
21438
21735
|
"commentRange": {
|
|
21439
|
-
"start":
|
|
21440
|
-
"end":
|
|
21736
|
+
"start": 352,
|
|
21737
|
+
"end": 352
|
|
21441
21738
|
},
|
|
21442
21739
|
"context": {
|
|
21443
21740
|
"type": "variable",
|
|
@@ -21445,8 +21742,8 @@
|
|
|
21445
21742
|
"value": "$kendo-base-text",
|
|
21446
21743
|
"scope": "default",
|
|
21447
21744
|
"line": {
|
|
21448
|
-
"start":
|
|
21449
|
-
"end":
|
|
21745
|
+
"start": 353,
|
|
21746
|
+
"end": 353
|
|
21450
21747
|
}
|
|
21451
21748
|
},
|
|
21452
21749
|
"access": "public",
|
|
@@ -21463,8 +21760,8 @@
|
|
|
21463
21760
|
{
|
|
21464
21761
|
"description": "The border color of hovered items.\n",
|
|
21465
21762
|
"commentRange": {
|
|
21466
|
-
"start":
|
|
21467
|
-
"end":
|
|
21763
|
+
"start": 354,
|
|
21764
|
+
"end": 354
|
|
21468
21765
|
},
|
|
21469
21766
|
"context": {
|
|
21470
21767
|
"type": "variable",
|
|
@@ -21472,8 +21769,8 @@
|
|
|
21472
21769
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
21473
21770
|
"scope": "default",
|
|
21474
21771
|
"line": {
|
|
21475
|
-
"start":
|
|
21476
|
-
"end":
|
|
21772
|
+
"start": 355,
|
|
21773
|
+
"end": 355
|
|
21477
21774
|
}
|
|
21478
21775
|
},
|
|
21479
21776
|
"access": "public",
|
|
@@ -21490,8 +21787,8 @@
|
|
|
21490
21787
|
{
|
|
21491
21788
|
"description": "The gradient background of hovered items.\n",
|
|
21492
21789
|
"commentRange": {
|
|
21493
|
-
"start":
|
|
21494
|
-
"end":
|
|
21790
|
+
"start": 356,
|
|
21791
|
+
"end": 356
|
|
21495
21792
|
},
|
|
21496
21793
|
"context": {
|
|
21497
21794
|
"type": "variable",
|
|
@@ -21499,8 +21796,8 @@
|
|
|
21499
21796
|
"value": "null",
|
|
21500
21797
|
"scope": "default",
|
|
21501
21798
|
"line": {
|
|
21502
|
-
"start":
|
|
21503
|
-
"end":
|
|
21799
|
+
"start": 357,
|
|
21800
|
+
"end": 357
|
|
21504
21801
|
}
|
|
21505
21802
|
},
|
|
21506
21803
|
"access": "public",
|
|
@@ -21517,8 +21814,8 @@
|
|
|
21517
21814
|
{
|
|
21518
21815
|
"description": "The background of selected items.\n",
|
|
21519
21816
|
"commentRange": {
|
|
21520
|
-
"start":
|
|
21521
|
-
"end":
|
|
21817
|
+
"start": 359,
|
|
21818
|
+
"end": 359
|
|
21522
21819
|
},
|
|
21523
21820
|
"context": {
|
|
21524
21821
|
"type": "variable",
|
|
@@ -21526,8 +21823,8 @@
|
|
|
21526
21823
|
"value": "$kendo-color-secondary",
|
|
21527
21824
|
"scope": "default",
|
|
21528
21825
|
"line": {
|
|
21529
|
-
"start":
|
|
21530
|
-
"end":
|
|
21826
|
+
"start": 360,
|
|
21827
|
+
"end": 360
|
|
21531
21828
|
}
|
|
21532
21829
|
},
|
|
21533
21830
|
"access": "public",
|
|
@@ -21544,8 +21841,8 @@
|
|
|
21544
21841
|
{
|
|
21545
21842
|
"description": "The text color of selected items.\n",
|
|
21546
21843
|
"commentRange": {
|
|
21547
|
-
"start":
|
|
21548
|
-
"end":
|
|
21844
|
+
"start": 361,
|
|
21845
|
+
"end": 361
|
|
21549
21846
|
},
|
|
21550
21847
|
"context": {
|
|
21551
21848
|
"type": "variable",
|
|
@@ -21553,8 +21850,8 @@
|
|
|
21553
21850
|
"value": "$kendo-color-secondary-contrast",
|
|
21554
21851
|
"scope": "default",
|
|
21555
21852
|
"line": {
|
|
21556
|
-
"start":
|
|
21557
|
-
"end":
|
|
21853
|
+
"start": 362,
|
|
21854
|
+
"end": 362
|
|
21558
21855
|
}
|
|
21559
21856
|
},
|
|
21560
21857
|
"access": "public",
|
|
@@ -21571,8 +21868,8 @@
|
|
|
21571
21868
|
{
|
|
21572
21869
|
"description": "The border color of selected items.\n",
|
|
21573
21870
|
"commentRange": {
|
|
21574
|
-
"start":
|
|
21575
|
-
"end":
|
|
21871
|
+
"start": 363,
|
|
21872
|
+
"end": 363
|
|
21576
21873
|
},
|
|
21577
21874
|
"context": {
|
|
21578
21875
|
"type": "variable",
|
|
@@ -21580,8 +21877,8 @@
|
|
|
21580
21877
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
21581
21878
|
"scope": "default",
|
|
21582
21879
|
"line": {
|
|
21583
|
-
"start":
|
|
21584
|
-
"end":
|
|
21880
|
+
"start": 364,
|
|
21881
|
+
"end": 364
|
|
21585
21882
|
}
|
|
21586
21883
|
},
|
|
21587
21884
|
"access": "public",
|
|
@@ -21598,8 +21895,8 @@
|
|
|
21598
21895
|
{
|
|
21599
21896
|
"description": "The gradient background of selected items.\n",
|
|
21600
21897
|
"commentRange": {
|
|
21601
|
-
"start":
|
|
21602
|
-
"end":
|
|
21898
|
+
"start": 365,
|
|
21899
|
+
"end": 365
|
|
21603
21900
|
},
|
|
21604
21901
|
"context": {
|
|
21605
21902
|
"type": "variable",
|
|
@@ -21607,8 +21904,8 @@
|
|
|
21607
21904
|
"value": "null",
|
|
21608
21905
|
"scope": "default",
|
|
21609
21906
|
"line": {
|
|
21610
|
-
"start":
|
|
21611
|
-
"end":
|
|
21907
|
+
"start": 366,
|
|
21908
|
+
"end": 366
|
|
21612
21909
|
}
|
|
21613
21910
|
},
|
|
21614
21911
|
"access": "public",
|
|
@@ -26311,8 +26608,8 @@
|
|
|
26311
26608
|
{
|
|
26312
26609
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
26313
26610
|
"commentRange": {
|
|
26314
|
-
"start":
|
|
26315
|
-
"end":
|
|
26611
|
+
"start": 155,
|
|
26612
|
+
"end": 158
|
|
26316
26613
|
},
|
|
26317
26614
|
"context": {
|
|
26318
26615
|
"type": "variable",
|
|
@@ -26320,8 +26617,8 @@
|
|
|
26320
26617
|
"value": "material-color( $primary-palette, main )",
|
|
26321
26618
|
"scope": "default",
|
|
26322
26619
|
"line": {
|
|
26323
|
-
"start":
|
|
26324
|
-
"end":
|
|
26620
|
+
"start": 159,
|
|
26621
|
+
"end": 159
|
|
26325
26622
|
}
|
|
26326
26623
|
},
|
|
26327
26624
|
"group": [
|
|
@@ -26339,8 +26636,8 @@
|
|
|
26339
26636
|
{
|
|
26340
26637
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
26341
26638
|
"commentRange": {
|
|
26342
|
-
"start":
|
|
26343
|
-
"end":
|
|
26639
|
+
"start": 163,
|
|
26640
|
+
"end": 166
|
|
26344
26641
|
},
|
|
26345
26642
|
"context": {
|
|
26346
26643
|
"type": "variable",
|
|
@@ -26348,8 +26645,8 @@
|
|
|
26348
26645
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
26349
26646
|
"scope": "default",
|
|
26350
26647
|
"line": {
|
|
26351
|
-
"start":
|
|
26352
|
-
"end":
|
|
26648
|
+
"start": 167,
|
|
26649
|
+
"end": 167
|
|
26353
26650
|
}
|
|
26354
26651
|
},
|
|
26355
26652
|
"group": [
|
|
@@ -26367,8 +26664,8 @@
|
|
|
26367
26664
|
{
|
|
26368
26665
|
"description": "The secondary color of the theme.\n",
|
|
26369
26666
|
"commentRange": {
|
|
26370
|
-
"start":
|
|
26371
|
-
"end":
|
|
26667
|
+
"start": 169,
|
|
26668
|
+
"end": 171
|
|
26372
26669
|
},
|
|
26373
26670
|
"context": {
|
|
26374
26671
|
"type": "variable",
|
|
@@ -26376,8 +26673,8 @@
|
|
|
26376
26673
|
"value": "material-color( $secondary-palette, main )",
|
|
26377
26674
|
"scope": "default",
|
|
26378
26675
|
"line": {
|
|
26379
|
-
"start":
|
|
26380
|
-
"end":
|
|
26676
|
+
"start": 172,
|
|
26677
|
+
"end": 172
|
|
26381
26678
|
}
|
|
26382
26679
|
},
|
|
26383
26680
|
"group": [
|
|
@@ -26395,8 +26692,8 @@
|
|
|
26395
26692
|
{
|
|
26396
26693
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
26397
26694
|
"commentRange": {
|
|
26398
|
-
"start":
|
|
26399
|
-
"end":
|
|
26695
|
+
"start": 176,
|
|
26696
|
+
"end": 179
|
|
26400
26697
|
},
|
|
26401
26698
|
"context": {
|
|
26402
26699
|
"type": "variable",
|
|
@@ -26404,8 +26701,8 @@
|
|
|
26404
26701
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
26405
26702
|
"scope": "default",
|
|
26406
26703
|
"line": {
|
|
26407
|
-
"start":
|
|
26408
|
-
"end":
|
|
26704
|
+
"start": 180,
|
|
26705
|
+
"end": 180
|
|
26409
26706
|
}
|
|
26410
26707
|
},
|
|
26411
26708
|
"group": [
|
|
@@ -26423,8 +26720,8 @@
|
|
|
26423
26720
|
{
|
|
26424
26721
|
"description": "The tertiary color of the theme.\n",
|
|
26425
26722
|
"commentRange": {
|
|
26426
|
-
"start":
|
|
26427
|
-
"end":
|
|
26723
|
+
"start": 182,
|
|
26724
|
+
"end": 184
|
|
26428
26725
|
},
|
|
26429
26726
|
"context": {
|
|
26430
26727
|
"type": "variable",
|
|
@@ -26432,8 +26729,8 @@
|
|
|
26432
26729
|
"value": "material-color($tertiary-palette, main)",
|
|
26433
26730
|
"scope": "default",
|
|
26434
26731
|
"line": {
|
|
26435
|
-
"start":
|
|
26436
|
-
"end":
|
|
26732
|
+
"start": 185,
|
|
26733
|
+
"end": 185
|
|
26437
26734
|
}
|
|
26438
26735
|
},
|
|
26439
26736
|
"group": [
|
|
@@ -26451,8 +26748,8 @@
|
|
|
26451
26748
|
{
|
|
26452
26749
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
26453
26750
|
"commentRange": {
|
|
26454
|
-
"start":
|
|
26455
|
-
"end":
|
|
26751
|
+
"start": 189,
|
|
26752
|
+
"end": 192
|
|
26456
26753
|
},
|
|
26457
26754
|
"context": {
|
|
26458
26755
|
"type": "variable",
|
|
@@ -26460,8 +26757,8 @@
|
|
|
26460
26757
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
26461
26758
|
"scope": "default",
|
|
26462
26759
|
"line": {
|
|
26463
|
-
"start":
|
|
26464
|
-
"end":
|
|
26760
|
+
"start": 193,
|
|
26761
|
+
"end": 193
|
|
26465
26762
|
}
|
|
26466
26763
|
},
|
|
26467
26764
|
"group": [
|
|
@@ -26479,8 +26776,8 @@
|
|
|
26479
26776
|
{
|
|
26480
26777
|
"description": "The color for informational messages and states.\n",
|
|
26481
26778
|
"commentRange": {
|
|
26482
|
-
"start":
|
|
26483
|
-
"end":
|
|
26779
|
+
"start": 195,
|
|
26780
|
+
"end": 197
|
|
26484
26781
|
},
|
|
26485
26782
|
"context": {
|
|
26486
26783
|
"type": "variable",
|
|
@@ -26488,8 +26785,8 @@
|
|
|
26488
26785
|
"value": "#0058e9",
|
|
26489
26786
|
"scope": "default",
|
|
26490
26787
|
"line": {
|
|
26491
|
-
"start":
|
|
26492
|
-
"end":
|
|
26788
|
+
"start": 198,
|
|
26789
|
+
"end": 198
|
|
26493
26790
|
}
|
|
26494
26791
|
},
|
|
26495
26792
|
"group": [
|
|
@@ -26507,8 +26804,8 @@
|
|
|
26507
26804
|
{
|
|
26508
26805
|
"description": "The color for success messages and states.\n",
|
|
26509
26806
|
"commentRange": {
|
|
26510
|
-
"start":
|
|
26511
|
-
"end":
|
|
26807
|
+
"start": 202,
|
|
26808
|
+
"end": 204
|
|
26512
26809
|
},
|
|
26513
26810
|
"context": {
|
|
26514
26811
|
"type": "variable",
|
|
@@ -26516,8 +26813,8 @@
|
|
|
26516
26813
|
"value": "#37b400",
|
|
26517
26814
|
"scope": "default",
|
|
26518
26815
|
"line": {
|
|
26519
|
-
"start":
|
|
26520
|
-
"end":
|
|
26816
|
+
"start": 205,
|
|
26817
|
+
"end": 205
|
|
26521
26818
|
}
|
|
26522
26819
|
},
|
|
26523
26820
|
"group": [
|
|
@@ -26535,8 +26832,8 @@
|
|
|
26535
26832
|
{
|
|
26536
26833
|
"description": "The color for warning messages and states.\n",
|
|
26537
26834
|
"commentRange": {
|
|
26538
|
-
"start":
|
|
26539
|
-
"end":
|
|
26835
|
+
"start": 209,
|
|
26836
|
+
"end": 211
|
|
26540
26837
|
},
|
|
26541
26838
|
"context": {
|
|
26542
26839
|
"type": "variable",
|
|
@@ -26544,8 +26841,8 @@
|
|
|
26544
26841
|
"value": "#ffc000",
|
|
26545
26842
|
"scope": "default",
|
|
26546
26843
|
"line": {
|
|
26547
|
-
"start":
|
|
26548
|
-
"end":
|
|
26844
|
+
"start": 212,
|
|
26845
|
+
"end": 212
|
|
26549
26846
|
}
|
|
26550
26847
|
},
|
|
26551
26848
|
"group": [
|
|
@@ -26563,8 +26860,8 @@
|
|
|
26563
26860
|
{
|
|
26564
26861
|
"description": "The color for error messages and states.\n",
|
|
26565
26862
|
"commentRange": {
|
|
26566
|
-
"start":
|
|
26567
|
-
"end":
|
|
26863
|
+
"start": 216,
|
|
26864
|
+
"end": 218
|
|
26568
26865
|
},
|
|
26569
26866
|
"context": {
|
|
26570
26867
|
"type": "variable",
|
|
@@ -26572,8 +26869,8 @@
|
|
|
26572
26869
|
"value": "#f31700",
|
|
26573
26870
|
"scope": "default",
|
|
26574
26871
|
"line": {
|
|
26575
|
-
"start":
|
|
26576
|
-
"end":
|
|
26872
|
+
"start": 219,
|
|
26873
|
+
"end": 219
|
|
26577
26874
|
}
|
|
26578
26875
|
},
|
|
26579
26876
|
"group": [
|
|
@@ -26591,8 +26888,8 @@
|
|
|
26591
26888
|
{
|
|
26592
26889
|
"description": "The dark color of the theme.\n",
|
|
26593
26890
|
"commentRange": {
|
|
26594
|
-
"start":
|
|
26595
|
-
"end":
|
|
26891
|
+
"start": 223,
|
|
26892
|
+
"end": 225
|
|
26596
26893
|
},
|
|
26597
26894
|
"context": {
|
|
26598
26895
|
"type": "variable",
|
|
@@ -26600,8 +26897,8 @@
|
|
|
26600
26897
|
"value": "get-base-hue( gray, 800 )",
|
|
26601
26898
|
"scope": "default",
|
|
26602
26899
|
"line": {
|
|
26603
|
-
"start":
|
|
26604
|
-
"end":
|
|
26900
|
+
"start": 226,
|
|
26901
|
+
"end": 226
|
|
26605
26902
|
}
|
|
26606
26903
|
},
|
|
26607
26904
|
"group": [
|
|
@@ -26619,8 +26916,8 @@
|
|
|
26619
26916
|
{
|
|
26620
26917
|
"description": "The light color of the theme.\n",
|
|
26621
26918
|
"commentRange": {
|
|
26622
|
-
"start":
|
|
26623
|
-
"end":
|
|
26919
|
+
"start": 228,
|
|
26920
|
+
"end": 230
|
|
26624
26921
|
},
|
|
26625
26922
|
"context": {
|
|
26626
26923
|
"type": "variable",
|
|
@@ -26628,8 +26925,8 @@
|
|
|
26628
26925
|
"value": "get-base-hue( gray, 100 )",
|
|
26629
26926
|
"scope": "default",
|
|
26630
26927
|
"line": {
|
|
26631
|
-
"start":
|
|
26632
|
-
"end":
|
|
26928
|
+
"start": 231,
|
|
26929
|
+
"end": 231
|
|
26633
26930
|
}
|
|
26634
26931
|
},
|
|
26635
26932
|
"group": [
|
|
@@ -26647,8 +26944,8 @@
|
|
|
26647
26944
|
{
|
|
26648
26945
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
26649
26946
|
"commentRange": {
|
|
26650
|
-
"start":
|
|
26651
|
-
"end":
|
|
26947
|
+
"start": 233,
|
|
26948
|
+
"end": 234
|
|
26652
26949
|
},
|
|
26653
26950
|
"context": {
|
|
26654
26951
|
"type": "variable",
|
|
@@ -26656,8 +26953,8 @@
|
|
|
26656
26953
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
26657
26954
|
"scope": "default",
|
|
26658
26955
|
"line": {
|
|
26659
|
-
"start":
|
|
26660
|
-
"end":
|
|
26956
|
+
"start": 235,
|
|
26957
|
+
"end": 235
|
|
26661
26958
|
}
|
|
26662
26959
|
},
|
|
26663
26960
|
"group": [
|
|
@@ -26680,8 +26977,8 @@
|
|
|
26680
26977
|
{
|
|
26681
26978
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
26682
26979
|
"commentRange": {
|
|
26683
|
-
"start":
|
|
26684
|
-
"end":
|
|
26980
|
+
"start": 327,
|
|
26981
|
+
"end": 329
|
|
26685
26982
|
},
|
|
26686
26983
|
"context": {
|
|
26687
26984
|
"type": "variable",
|
|
@@ -26689,8 +26986,8 @@
|
|
|
26689
26986
|
"value": "k-map-get( $theme, component-bg )",
|
|
26690
26987
|
"scope": "default",
|
|
26691
26988
|
"line": {
|
|
26692
|
-
"start":
|
|
26693
|
-
"end":
|
|
26989
|
+
"start": 330,
|
|
26990
|
+
"end": 330
|
|
26694
26991
|
}
|
|
26695
26992
|
},
|
|
26696
26993
|
"group": [
|
|
@@ -26707,8 +27004,8 @@
|
|
|
26707
27004
|
{
|
|
26708
27005
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
26709
27006
|
"commentRange": {
|
|
26710
|
-
"start":
|
|
26711
|
-
"end":
|
|
27007
|
+
"start": 331,
|
|
27008
|
+
"end": 333
|
|
26712
27009
|
},
|
|
26713
27010
|
"context": {
|
|
26714
27011
|
"type": "variable",
|
|
@@ -26716,8 +27013,8 @@
|
|
|
26716
27013
|
"value": "k-map-get( $theme, component-text )",
|
|
26717
27014
|
"scope": "default",
|
|
26718
27015
|
"line": {
|
|
26719
|
-
"start":
|
|
26720
|
-
"end":
|
|
27016
|
+
"start": 334,
|
|
27017
|
+
"end": 334
|
|
26721
27018
|
}
|
|
26722
27019
|
},
|
|
26723
27020
|
"group": [
|
|
@@ -26734,8 +27031,8 @@
|
|
|
26734
27031
|
{
|
|
26735
27032
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
26736
27033
|
"commentRange": {
|
|
26737
|
-
"start":
|
|
26738
|
-
"end":
|
|
27034
|
+
"start": 335,
|
|
27035
|
+
"end": 337
|
|
26739
27036
|
},
|
|
26740
27037
|
"context": {
|
|
26741
27038
|
"type": "variable",
|
|
@@ -26743,8 +27040,8 @@
|
|
|
26743
27040
|
"value": "k-map-get( $theme, component-border )",
|
|
26744
27041
|
"scope": "default",
|
|
26745
27042
|
"line": {
|
|
26746
|
-
"start":
|
|
26747
|
-
"end":
|
|
27043
|
+
"start": 338,
|
|
27044
|
+
"end": 338
|
|
26748
27045
|
}
|
|
26749
27046
|
},
|
|
26750
27047
|
"group": [
|
|
@@ -27473,19 +27770,46 @@
|
|
|
27473
27770
|
"resolvedType": "Map"
|
|
27474
27771
|
},
|
|
27475
27772
|
{
|
|
27476
|
-
"description": "
|
|
27773
|
+
"description": "Size map for the FAB.\n",
|
|
27477
27774
|
"commentRange": {
|
|
27478
27775
|
"start": 93,
|
|
27479
27776
|
"end": 94
|
|
27480
27777
|
},
|
|
27778
|
+
"context": {
|
|
27779
|
+
"type": "variable",
|
|
27780
|
+
"name": "kendo-fab-sizes",
|
|
27781
|
+
"value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
|
|
27782
|
+
"scope": "default",
|
|
27783
|
+
"line": {
|
|
27784
|
+
"start": 95,
|
|
27785
|
+
"end": 108
|
|
27786
|
+
}
|
|
27787
|
+
},
|
|
27788
|
+
"group": [
|
|
27789
|
+
"floating-action-button"
|
|
27790
|
+
],
|
|
27791
|
+
"access": "public",
|
|
27792
|
+
"file": {
|
|
27793
|
+
"path": "fab/_variables.scss",
|
|
27794
|
+
"name": "_variables.scss"
|
|
27795
|
+
},
|
|
27796
|
+
"resolvedValue": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))",
|
|
27797
|
+
"resolvedType": "Map"
|
|
27798
|
+
},
|
|
27799
|
+
{
|
|
27800
|
+
"description": "The base shadow of the FAB.\n",
|
|
27801
|
+
"commentRange": {
|
|
27802
|
+
"start": 110,
|
|
27803
|
+
"end": 111
|
|
27804
|
+
},
|
|
27481
27805
|
"context": {
|
|
27482
27806
|
"type": "variable",
|
|
27483
27807
|
"name": "kendo-fab-shadow",
|
|
27484
27808
|
"value": "0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 )",
|
|
27485
27809
|
"scope": "default",
|
|
27486
27810
|
"line": {
|
|
27487
|
-
"start":
|
|
27488
|
-
"end":
|
|
27811
|
+
"start": 112,
|
|
27812
|
+
"end": 112
|
|
27489
27813
|
}
|
|
27490
27814
|
},
|
|
27491
27815
|
"group": [
|
|
@@ -27502,8 +27826,8 @@
|
|
|
27502
27826
|
{
|
|
27503
27827
|
"description": "The disabled shadow of the FAB.\n",
|
|
27504
27828
|
"commentRange": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
27829
|
+
"start": 113,
|
|
27830
|
+
"end": 114
|
|
27507
27831
|
},
|
|
27508
27832
|
"context": {
|
|
27509
27833
|
"type": "variable",
|
|
@@ -27511,8 +27835,8 @@
|
|
|
27511
27835
|
"value": "0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 )",
|
|
27512
27836
|
"scope": "default",
|
|
27513
27837
|
"line": {
|
|
27514
|
-
"start":
|
|
27515
|
-
"end":
|
|
27838
|
+
"start": 115,
|
|
27839
|
+
"end": 115
|
|
27516
27840
|
}
|
|
27517
27841
|
},
|
|
27518
27842
|
"group": [
|
|
@@ -27529,8 +27853,8 @@
|
|
|
27529
27853
|
{
|
|
27530
27854
|
"description": "The active shadow of the FAB.\n",
|
|
27531
27855
|
"commentRange": {
|
|
27532
|
-
"start":
|
|
27533
|
-
"end":
|
|
27856
|
+
"start": 116,
|
|
27857
|
+
"end": 117
|
|
27534
27858
|
},
|
|
27535
27859
|
"context": {
|
|
27536
27860
|
"type": "variable",
|
|
@@ -27538,8 +27862,8 @@
|
|
|
27538
27862
|
"value": "0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 )",
|
|
27539
27863
|
"scope": "default",
|
|
27540
27864
|
"line": {
|
|
27541
|
-
"start":
|
|
27542
|
-
"end":
|
|
27865
|
+
"start": 118,
|
|
27866
|
+
"end": 118
|
|
27543
27867
|
}
|
|
27544
27868
|
},
|
|
27545
27869
|
"group": [
|
|
@@ -27556,8 +27880,8 @@
|
|
|
27556
27880
|
{
|
|
27557
27881
|
"description": "The base text color of the FAB item.\n",
|
|
27558
27882
|
"commentRange": {
|
|
27559
|
-
"start":
|
|
27560
|
-
"end":
|
|
27883
|
+
"start": 120,
|
|
27884
|
+
"end": 121
|
|
27561
27885
|
},
|
|
27562
27886
|
"context": {
|
|
27563
27887
|
"type": "variable",
|
|
@@ -27565,8 +27889,8 @@
|
|
|
27565
27889
|
"value": "$kendo-component-text",
|
|
27566
27890
|
"scope": "default",
|
|
27567
27891
|
"line": {
|
|
27568
|
-
"start":
|
|
27569
|
-
"end":
|
|
27892
|
+
"start": 122,
|
|
27893
|
+
"end": 122
|
|
27570
27894
|
}
|
|
27571
27895
|
},
|
|
27572
27896
|
"group": [
|
|
@@ -27583,8 +27907,8 @@
|
|
|
27583
27907
|
{
|
|
27584
27908
|
"description": "The base background color of the FAB item.\n",
|
|
27585
27909
|
"commentRange": {
|
|
27586
|
-
"start":
|
|
27587
|
-
"end":
|
|
27910
|
+
"start": 123,
|
|
27911
|
+
"end": 124
|
|
27588
27912
|
},
|
|
27589
27913
|
"context": {
|
|
27590
27914
|
"type": "variable",
|
|
@@ -27592,8 +27916,8 @@
|
|
|
27592
27916
|
"value": "$kendo-component-bg",
|
|
27593
27917
|
"scope": "default",
|
|
27594
27918
|
"line": {
|
|
27595
|
-
"start":
|
|
27596
|
-
"end":
|
|
27919
|
+
"start": 125,
|
|
27920
|
+
"end": 125
|
|
27597
27921
|
}
|
|
27598
27922
|
},
|
|
27599
27923
|
"group": [
|
|
@@ -27610,8 +27934,8 @@
|
|
|
27610
27934
|
{
|
|
27611
27935
|
"description": "The base border color of the FAB item.\n",
|
|
27612
27936
|
"commentRange": {
|
|
27613
|
-
"start":
|
|
27614
|
-
"end":
|
|
27937
|
+
"start": 126,
|
|
27938
|
+
"end": 127
|
|
27615
27939
|
},
|
|
27616
27940
|
"context": {
|
|
27617
27941
|
"type": "variable",
|
|
@@ -27619,8 +27943,8 @@
|
|
|
27619
27943
|
"value": "$kendo-component-border",
|
|
27620
27944
|
"scope": "default",
|
|
27621
27945
|
"line": {
|
|
27622
|
-
"start":
|
|
27623
|
-
"end":
|
|
27946
|
+
"start": 128,
|
|
27947
|
+
"end": 128
|
|
27624
27948
|
}
|
|
27625
27949
|
},
|
|
27626
27950
|
"group": [
|
|
@@ -27637,8 +27961,8 @@
|
|
|
27637
27961
|
{
|
|
27638
27962
|
"description": "The base text color of the FAB item icon.\n",
|
|
27639
27963
|
"commentRange": {
|
|
27640
|
-
"start":
|
|
27641
|
-
"end":
|
|
27964
|
+
"start": 130,
|
|
27965
|
+
"end": 131
|
|
27642
27966
|
},
|
|
27643
27967
|
"context": {
|
|
27644
27968
|
"type": "variable",
|
|
@@ -27646,8 +27970,8 @@
|
|
|
27646
27970
|
"value": "$kendo-button-text",
|
|
27647
27971
|
"scope": "default",
|
|
27648
27972
|
"line": {
|
|
27649
|
-
"start":
|
|
27650
|
-
"end":
|
|
27973
|
+
"start": 132,
|
|
27974
|
+
"end": 132
|
|
27651
27975
|
}
|
|
27652
27976
|
},
|
|
27653
27977
|
"group": [
|
|
@@ -27664,8 +27988,8 @@
|
|
|
27664
27988
|
{
|
|
27665
27989
|
"description": "The base background color of the FAB item icon.\n",
|
|
27666
27990
|
"commentRange": {
|
|
27667
|
-
"start":
|
|
27668
|
-
"end":
|
|
27991
|
+
"start": 133,
|
|
27992
|
+
"end": 134
|
|
27669
27993
|
},
|
|
27670
27994
|
"context": {
|
|
27671
27995
|
"type": "variable",
|
|
@@ -27673,8 +27997,8 @@
|
|
|
27673
27997
|
"value": "$kendo-button-bg",
|
|
27674
27998
|
"scope": "default",
|
|
27675
27999
|
"line": {
|
|
27676
|
-
"start":
|
|
27677
|
-
"end":
|
|
28000
|
+
"start": 135,
|
|
28001
|
+
"end": 135
|
|
27678
28002
|
}
|
|
27679
28003
|
},
|
|
27680
28004
|
"group": [
|
|
@@ -27691,8 +28015,8 @@
|
|
|
27691
28015
|
{
|
|
27692
28016
|
"description": "The base border color of the FAB item icon.\n",
|
|
27693
28017
|
"commentRange": {
|
|
27694
|
-
"start":
|
|
27695
|
-
"end":
|
|
28018
|
+
"start": 136,
|
|
28019
|
+
"end": 137
|
|
27696
28020
|
},
|
|
27697
28021
|
"context": {
|
|
27698
28022
|
"type": "variable",
|
|
@@ -27700,8 +28024,8 @@
|
|
|
27700
28024
|
"value": "$kendo-button-border",
|
|
27701
28025
|
"scope": "default",
|
|
27702
28026
|
"line": {
|
|
27703
|
-
"start":
|
|
27704
|
-
"end":
|
|
28027
|
+
"start": 138,
|
|
28028
|
+
"end": 138
|
|
27705
28029
|
}
|
|
27706
28030
|
},
|
|
27707
28031
|
"group": [
|
|
@@ -27718,8 +28042,8 @@
|
|
|
27718
28042
|
{
|
|
27719
28043
|
"description": "The base shadow of the FAB item.\n",
|
|
27720
28044
|
"commentRange": {
|
|
27721
|
-
"start":
|
|
27722
|
-
"end":
|
|
28045
|
+
"start": 140,
|
|
28046
|
+
"end": 141
|
|
27723
28047
|
},
|
|
27724
28048
|
"context": {
|
|
27725
28049
|
"type": "variable",
|
|
@@ -27727,8 +28051,8 @@
|
|
|
27727
28051
|
"value": "$kendo-fab-shadow",
|
|
27728
28052
|
"scope": "default",
|
|
27729
28053
|
"line": {
|
|
27730
|
-
"start":
|
|
27731
|
-
"end":
|
|
28054
|
+
"start": 142,
|
|
28055
|
+
"end": 142
|
|
27732
28056
|
}
|
|
27733
28057
|
},
|
|
27734
28058
|
"group": [
|
|
@@ -27745,8 +28069,8 @@
|
|
|
27745
28069
|
{
|
|
27746
28070
|
"description": "The disabled shadow of the FAB item.\n",
|
|
27747
28071
|
"commentRange": {
|
|
27748
|
-
"start":
|
|
27749
|
-
"end":
|
|
28072
|
+
"start": 143,
|
|
28073
|
+
"end": 144
|
|
27750
28074
|
},
|
|
27751
28075
|
"context": {
|
|
27752
28076
|
"type": "variable",
|
|
@@ -27754,8 +28078,8 @@
|
|
|
27754
28078
|
"value": "$kendo-fab-disabled-shadow",
|
|
27755
28079
|
"scope": "default",
|
|
27756
28080
|
"line": {
|
|
27757
|
-
"start":
|
|
27758
|
-
"end":
|
|
28081
|
+
"start": 145,
|
|
28082
|
+
"end": 145
|
|
27759
28083
|
}
|
|
27760
28084
|
},
|
|
27761
28085
|
"group": [
|
|
@@ -27772,8 +28096,8 @@
|
|
|
27772
28096
|
{
|
|
27773
28097
|
"description": "The active shadow of the FAB item.\n",
|
|
27774
28098
|
"commentRange": {
|
|
27775
|
-
"start":
|
|
27776
|
-
"end":
|
|
28099
|
+
"start": 146,
|
|
28100
|
+
"end": 147
|
|
27777
28101
|
},
|
|
27778
28102
|
"context": {
|
|
27779
28103
|
"type": "variable",
|
|
@@ -27781,8 +28105,8 @@
|
|
|
27781
28105
|
"value": "$kendo-fab-active-shadow",
|
|
27782
28106
|
"scope": "default",
|
|
27783
28107
|
"line": {
|
|
27784
|
-
"start":
|
|
27785
|
-
"end":
|
|
28108
|
+
"start": 148,
|
|
28109
|
+
"end": 148
|
|
27786
28110
|
}
|
|
27787
28111
|
},
|
|
27788
28112
|
"group": [
|
|
@@ -28129,8 +28453,8 @@
|
|
|
28129
28453
|
{
|
|
28130
28454
|
"description": "Background color of the grid component\n",
|
|
28131
28455
|
"commentRange": {
|
|
28132
|
-
"start":
|
|
28133
|
-
"end":
|
|
28456
|
+
"start": 138,
|
|
28457
|
+
"end": 139
|
|
28134
28458
|
},
|
|
28135
28459
|
"context": {
|
|
28136
28460
|
"type": "variable",
|
|
@@ -28138,8 +28462,8 @@
|
|
|
28138
28462
|
"value": "$kendo-table-bg",
|
|
28139
28463
|
"scope": "default",
|
|
28140
28464
|
"line": {
|
|
28141
|
-
"start":
|
|
28142
|
-
"end":
|
|
28465
|
+
"start": 140,
|
|
28466
|
+
"end": 140
|
|
28143
28467
|
}
|
|
28144
28468
|
},
|
|
28145
28469
|
"group": [
|
|
@@ -28156,8 +28480,8 @@
|
|
|
28156
28480
|
{
|
|
28157
28481
|
"description": "Text color of the grid component\n",
|
|
28158
28482
|
"commentRange": {
|
|
28159
|
-
"start":
|
|
28160
|
-
"end":
|
|
28483
|
+
"start": 141,
|
|
28484
|
+
"end": 142
|
|
28161
28485
|
},
|
|
28162
28486
|
"context": {
|
|
28163
28487
|
"type": "variable",
|
|
@@ -28165,8 +28489,8 @@
|
|
|
28165
28489
|
"value": "$kendo-table-text",
|
|
28166
28490
|
"scope": "default",
|
|
28167
28491
|
"line": {
|
|
28168
|
-
"start":
|
|
28169
|
-
"end":
|
|
28492
|
+
"start": 143,
|
|
28493
|
+
"end": 143
|
|
28170
28494
|
}
|
|
28171
28495
|
},
|
|
28172
28496
|
"group": [
|
|
@@ -28183,8 +28507,8 @@
|
|
|
28183
28507
|
{
|
|
28184
28508
|
"description": "Border color of the grid component\n",
|
|
28185
28509
|
"commentRange": {
|
|
28186
|
-
"start":
|
|
28187
|
-
"end":
|
|
28510
|
+
"start": 144,
|
|
28511
|
+
"end": 145
|
|
28188
28512
|
},
|
|
28189
28513
|
"context": {
|
|
28190
28514
|
"type": "variable",
|
|
@@ -28192,8 +28516,8 @@
|
|
|
28192
28516
|
"value": "$kendo-table-border",
|
|
28193
28517
|
"scope": "default",
|
|
28194
28518
|
"line": {
|
|
28195
|
-
"start":
|
|
28196
|
-
"end":
|
|
28519
|
+
"start": 146,
|
|
28520
|
+
"end": 146
|
|
28197
28521
|
}
|
|
28198
28522
|
},
|
|
28199
28523
|
"group": [
|
|
@@ -28210,8 +28534,8 @@
|
|
|
28210
28534
|
{
|
|
28211
28535
|
"description": "Background color of grid header\n",
|
|
28212
28536
|
"commentRange": {
|
|
28213
|
-
"start":
|
|
28214
|
-
"end":
|
|
28537
|
+
"start": 148,
|
|
28538
|
+
"end": 149
|
|
28215
28539
|
},
|
|
28216
28540
|
"context": {
|
|
28217
28541
|
"type": "variable",
|
|
@@ -28219,8 +28543,8 @@
|
|
|
28219
28543
|
"value": "$kendo-table-header-bg",
|
|
28220
28544
|
"scope": "default",
|
|
28221
28545
|
"line": {
|
|
28222
|
-
"start":
|
|
28223
|
-
"end":
|
|
28546
|
+
"start": 150,
|
|
28547
|
+
"end": 150
|
|
28224
28548
|
}
|
|
28225
28549
|
},
|
|
28226
28550
|
"group": [
|
|
@@ -28237,8 +28561,8 @@
|
|
|
28237
28561
|
{
|
|
28238
28562
|
"description": "Background color of grid header\n",
|
|
28239
28563
|
"commentRange": {
|
|
28240
|
-
"start":
|
|
28241
|
-
"end":
|
|
28564
|
+
"start": 151,
|
|
28565
|
+
"end": 152
|
|
28242
28566
|
},
|
|
28243
28567
|
"context": {
|
|
28244
28568
|
"type": "variable",
|
|
@@ -28246,8 +28570,8 @@
|
|
|
28246
28570
|
"value": "$kendo-table-header-text",
|
|
28247
28571
|
"scope": "default",
|
|
28248
28572
|
"line": {
|
|
28249
|
-
"start":
|
|
28250
|
-
"end":
|
|
28573
|
+
"start": 153,
|
|
28574
|
+
"end": 153
|
|
28251
28575
|
}
|
|
28252
28576
|
},
|
|
28253
28577
|
"group": [
|
|
@@ -28264,8 +28588,8 @@
|
|
|
28264
28588
|
{
|
|
28265
28589
|
"description": "Border color of grid header\n",
|
|
28266
28590
|
"commentRange": {
|
|
28267
|
-
"start":
|
|
28268
|
-
"end":
|
|
28591
|
+
"start": 154,
|
|
28592
|
+
"end": 155
|
|
28269
28593
|
},
|
|
28270
28594
|
"context": {
|
|
28271
28595
|
"type": "variable",
|
|
@@ -28273,8 +28597,8 @@
|
|
|
28273
28597
|
"value": "$kendo-table-header-border",
|
|
28274
28598
|
"scope": "default",
|
|
28275
28599
|
"line": {
|
|
28276
|
-
"start":
|
|
28277
|
-
"end":
|
|
28600
|
+
"start": 156,
|
|
28601
|
+
"end": 156
|
|
28278
28602
|
}
|
|
28279
28603
|
},
|
|
28280
28604
|
"group": [
|
|
@@ -28291,8 +28615,8 @@
|
|
|
28291
28615
|
{
|
|
28292
28616
|
"description": "Background gradient of grid header\n",
|
|
28293
28617
|
"commentRange": {
|
|
28294
|
-
"start":
|
|
28295
|
-
"end":
|
|
28618
|
+
"start": 157,
|
|
28619
|
+
"end": 158
|
|
28296
28620
|
},
|
|
28297
28621
|
"context": {
|
|
28298
28622
|
"type": "variable",
|
|
@@ -28300,8 +28624,8 @@
|
|
|
28300
28624
|
"value": "null",
|
|
28301
28625
|
"scope": "default",
|
|
28302
28626
|
"line": {
|
|
28303
|
-
"start":
|
|
28304
|
-
"end":
|
|
28627
|
+
"start": 159,
|
|
28628
|
+
"end": 159
|
|
28305
28629
|
}
|
|
28306
28630
|
},
|
|
28307
28631
|
"group": [
|
|
@@ -28318,8 +28642,8 @@
|
|
|
28318
28642
|
{
|
|
28319
28643
|
"description": "Background color of grid footer\n",
|
|
28320
28644
|
"commentRange": {
|
|
28321
|
-
"start":
|
|
28322
|
-
"end":
|
|
28645
|
+
"start": 161,
|
|
28646
|
+
"end": 162
|
|
28323
28647
|
},
|
|
28324
28648
|
"context": {
|
|
28325
28649
|
"type": "variable",
|
|
@@ -28327,8 +28651,8 @@
|
|
|
28327
28651
|
"value": "$kendo-table-footer-bg",
|
|
28328
28652
|
"scope": "default",
|
|
28329
28653
|
"line": {
|
|
28330
|
-
"start":
|
|
28331
|
-
"end":
|
|
28654
|
+
"start": 163,
|
|
28655
|
+
"end": 163
|
|
28332
28656
|
}
|
|
28333
28657
|
},
|
|
28334
28658
|
"group": [
|
|
@@ -28345,8 +28669,8 @@
|
|
|
28345
28669
|
{
|
|
28346
28670
|
"description": "Text color of grid footer\n",
|
|
28347
28671
|
"commentRange": {
|
|
28348
|
-
"start":
|
|
28349
|
-
"end":
|
|
28672
|
+
"start": 164,
|
|
28673
|
+
"end": 165
|
|
28350
28674
|
},
|
|
28351
28675
|
"context": {
|
|
28352
28676
|
"type": "variable",
|
|
@@ -28354,8 +28678,8 @@
|
|
|
28354
28678
|
"value": "$kendo-table-footer-text",
|
|
28355
28679
|
"scope": "default",
|
|
28356
28680
|
"line": {
|
|
28357
|
-
"start":
|
|
28358
|
-
"end":
|
|
28681
|
+
"start": 166,
|
|
28682
|
+
"end": 166
|
|
28359
28683
|
}
|
|
28360
28684
|
},
|
|
28361
28685
|
"group": [
|
|
@@ -28372,8 +28696,8 @@
|
|
|
28372
28696
|
{
|
|
28373
28697
|
"description": "Border color of grid footer\n",
|
|
28374
28698
|
"commentRange": {
|
|
28375
|
-
"start":
|
|
28376
|
-
"end":
|
|
28699
|
+
"start": 167,
|
|
28700
|
+
"end": 168
|
|
28377
28701
|
},
|
|
28378
28702
|
"context": {
|
|
28379
28703
|
"type": "variable",
|
|
@@ -28381,8 +28705,8 @@
|
|
|
28381
28705
|
"value": "$kendo-table-footer-border",
|
|
28382
28706
|
"scope": "default",
|
|
28383
28707
|
"line": {
|
|
28384
|
-
"start":
|
|
28385
|
-
"end":
|
|
28708
|
+
"start": 169,
|
|
28709
|
+
"end": 169
|
|
28386
28710
|
}
|
|
28387
28711
|
},
|
|
28388
28712
|
"group": [
|
|
@@ -28399,8 +28723,8 @@
|
|
|
28399
28723
|
{
|
|
28400
28724
|
"description": "Background color of alternating rows in grid\n",
|
|
28401
28725
|
"commentRange": {
|
|
28402
|
-
"start":
|
|
28403
|
-
"end":
|
|
28726
|
+
"start": 172,
|
|
28727
|
+
"end": 173
|
|
28404
28728
|
},
|
|
28405
28729
|
"context": {
|
|
28406
28730
|
"type": "variable",
|
|
@@ -28408,8 +28732,8 @@
|
|
|
28408
28732
|
"value": "$kendo-table-alt-row-bg",
|
|
28409
28733
|
"scope": "default",
|
|
28410
28734
|
"line": {
|
|
28411
|
-
"start":
|
|
28412
|
-
"end":
|
|
28735
|
+
"start": 174,
|
|
28736
|
+
"end": 174
|
|
28413
28737
|
}
|
|
28414
28738
|
},
|
|
28415
28739
|
"group": [
|
|
@@ -28426,8 +28750,8 @@
|
|
|
28426
28750
|
{
|
|
28427
28751
|
"description": "Text color of alternating rows in grid\n",
|
|
28428
28752
|
"commentRange": {
|
|
28429
|
-
"start":
|
|
28430
|
-
"end":
|
|
28753
|
+
"start": 175,
|
|
28754
|
+
"end": 176
|
|
28431
28755
|
},
|
|
28432
28756
|
"context": {
|
|
28433
28757
|
"type": "variable",
|
|
@@ -28435,8 +28759,8 @@
|
|
|
28435
28759
|
"value": "$kendo-table-alt-row-text",
|
|
28436
28760
|
"scope": "default",
|
|
28437
28761
|
"line": {
|
|
28438
|
-
"start":
|
|
28439
|
-
"end":
|
|
28762
|
+
"start": 177,
|
|
28763
|
+
"end": 177
|
|
28440
28764
|
}
|
|
28441
28765
|
},
|
|
28442
28766
|
"group": [
|
|
@@ -28453,8 +28777,8 @@
|
|
|
28453
28777
|
{
|
|
28454
28778
|
"description": "Text color of alternating rows in grid\n",
|
|
28455
28779
|
"commentRange": {
|
|
28456
|
-
"start":
|
|
28457
|
-
"end":
|
|
28780
|
+
"start": 178,
|
|
28781
|
+
"end": 179
|
|
28458
28782
|
},
|
|
28459
28783
|
"context": {
|
|
28460
28784
|
"type": "variable",
|
|
@@ -28462,8 +28786,8 @@
|
|
|
28462
28786
|
"value": "$kendo-table-alt-row-border",
|
|
28463
28787
|
"scope": "default",
|
|
28464
28788
|
"line": {
|
|
28465
|
-
"start":
|
|
28466
|
-
"end":
|
|
28789
|
+
"start": 180,
|
|
28790
|
+
"end": 180
|
|
28467
28791
|
}
|
|
28468
28792
|
},
|
|
28469
28793
|
"group": [
|
|
@@ -28480,8 +28804,8 @@
|
|
|
28480
28804
|
{
|
|
28481
28805
|
"description": "Background color of hovered rows in grid\n",
|
|
28482
28806
|
"commentRange": {
|
|
28483
|
-
"start":
|
|
28484
|
-
"end":
|
|
28807
|
+
"start": 182,
|
|
28808
|
+
"end": 183
|
|
28485
28809
|
},
|
|
28486
28810
|
"context": {
|
|
28487
28811
|
"type": "variable",
|
|
@@ -28489,8 +28813,8 @@
|
|
|
28489
28813
|
"value": "$kendo-table-hover-bg",
|
|
28490
28814
|
"scope": "default",
|
|
28491
28815
|
"line": {
|
|
28492
|
-
"start":
|
|
28493
|
-
"end":
|
|
28816
|
+
"start": 184,
|
|
28817
|
+
"end": 184
|
|
28494
28818
|
}
|
|
28495
28819
|
},
|
|
28496
28820
|
"group": [
|
|
@@ -28507,8 +28831,8 @@
|
|
|
28507
28831
|
{
|
|
28508
28832
|
"description": "Text color of hovered rows in grid\n",
|
|
28509
28833
|
"commentRange": {
|
|
28510
|
-
"start":
|
|
28511
|
-
"end":
|
|
28834
|
+
"start": 185,
|
|
28835
|
+
"end": 186
|
|
28512
28836
|
},
|
|
28513
28837
|
"context": {
|
|
28514
28838
|
"type": "variable",
|
|
@@ -28516,8 +28840,8 @@
|
|
|
28516
28840
|
"value": "$kendo-table-hover-text",
|
|
28517
28841
|
"scope": "default",
|
|
28518
28842
|
"line": {
|
|
28519
|
-
"start":
|
|
28520
|
-
"end":
|
|
28843
|
+
"start": 187,
|
|
28844
|
+
"end": 187
|
|
28521
28845
|
}
|
|
28522
28846
|
},
|
|
28523
28847
|
"group": [
|
|
@@ -28534,8 +28858,8 @@
|
|
|
28534
28858
|
{
|
|
28535
28859
|
"description": "Border color of hovered rows in grid\n",
|
|
28536
28860
|
"commentRange": {
|
|
28537
|
-
"start":
|
|
28538
|
-
"end":
|
|
28861
|
+
"start": 188,
|
|
28862
|
+
"end": 189
|
|
28539
28863
|
},
|
|
28540
28864
|
"context": {
|
|
28541
28865
|
"type": "variable",
|
|
@@ -28543,8 +28867,8 @@
|
|
|
28543
28867
|
"value": "$kendo-table-hover-border",
|
|
28544
28868
|
"scope": "default",
|
|
28545
28869
|
"line": {
|
|
28546
|
-
"start":
|
|
28547
|
-
"end":
|
|
28870
|
+
"start": 190,
|
|
28871
|
+
"end": 190
|
|
28548
28872
|
}
|
|
28549
28873
|
},
|
|
28550
28874
|
"group": [
|
|
@@ -28561,8 +28885,8 @@
|
|
|
28561
28885
|
{
|
|
28562
28886
|
"description": "Background color of selected rows in grid\n",
|
|
28563
28887
|
"commentRange": {
|
|
28564
|
-
"start":
|
|
28565
|
-
"end":
|
|
28888
|
+
"start": 192,
|
|
28889
|
+
"end": 193
|
|
28566
28890
|
},
|
|
28567
28891
|
"context": {
|
|
28568
28892
|
"type": "variable",
|
|
@@ -28570,8 +28894,8 @@
|
|
|
28570
28894
|
"value": "$kendo-table-selected-bg",
|
|
28571
28895
|
"scope": "default",
|
|
28572
28896
|
"line": {
|
|
28573
|
-
"start":
|
|
28574
|
-
"end":
|
|
28897
|
+
"start": 194,
|
|
28898
|
+
"end": 194
|
|
28575
28899
|
}
|
|
28576
28900
|
},
|
|
28577
28901
|
"group": [
|
|
@@ -28588,8 +28912,8 @@
|
|
|
28588
28912
|
{
|
|
28589
28913
|
"description": "Text color of selected rows in grid\n",
|
|
28590
28914
|
"commentRange": {
|
|
28591
|
-
"start":
|
|
28592
|
-
"end":
|
|
28915
|
+
"start": 195,
|
|
28916
|
+
"end": 196
|
|
28593
28917
|
},
|
|
28594
28918
|
"context": {
|
|
28595
28919
|
"type": "variable",
|
|
@@ -28597,8 +28921,8 @@
|
|
|
28597
28921
|
"value": "$kendo-table-selected-text",
|
|
28598
28922
|
"scope": "default",
|
|
28599
28923
|
"line": {
|
|
28600
|
-
"start":
|
|
28601
|
-
"end":
|
|
28924
|
+
"start": 197,
|
|
28925
|
+
"end": 197
|
|
28602
28926
|
}
|
|
28603
28927
|
},
|
|
28604
28928
|
"group": [
|
|
@@ -28615,8 +28939,8 @@
|
|
|
28615
28939
|
{
|
|
28616
28940
|
"description": "Border color of selected rows in grid\n",
|
|
28617
28941
|
"commentRange": {
|
|
28618
|
-
"start":
|
|
28619
|
-
"end":
|
|
28942
|
+
"start": 198,
|
|
28943
|
+
"end": 199
|
|
28620
28944
|
},
|
|
28621
28945
|
"context": {
|
|
28622
28946
|
"type": "variable",
|
|
@@ -28624,8 +28948,8 @@
|
|
|
28624
28948
|
"value": "$kendo-table-selected-border",
|
|
28625
28949
|
"scope": "default",
|
|
28626
28950
|
"line": {
|
|
28627
|
-
"start":
|
|
28628
|
-
"end":
|
|
28951
|
+
"start": 200,
|
|
28952
|
+
"end": 200
|
|
28629
28953
|
}
|
|
28630
28954
|
},
|
|
28631
28955
|
"group": [
|
|
@@ -28638,6 +28962,276 @@
|
|
|
28638
28962
|
},
|
|
28639
28963
|
"resolvedValue": "null",
|
|
28640
28964
|
"resolvedType": "Null"
|
|
28965
|
+
},
|
|
28966
|
+
{
|
|
28967
|
+
"description": "Background color of the selection aggregates container\n",
|
|
28968
|
+
"commentRange": {
|
|
28969
|
+
"start": 202,
|
|
28970
|
+
"end": 203
|
|
28971
|
+
},
|
|
28972
|
+
"context": {
|
|
28973
|
+
"type": "variable",
|
|
28974
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
28975
|
+
"value": "$kendo-grid-header-bg",
|
|
28976
|
+
"scope": "default",
|
|
28977
|
+
"line": {
|
|
28978
|
+
"start": 204,
|
|
28979
|
+
"end": 204
|
|
28980
|
+
}
|
|
28981
|
+
},
|
|
28982
|
+
"group": [
|
|
28983
|
+
"grid"
|
|
28984
|
+
],
|
|
28985
|
+
"access": "public",
|
|
28986
|
+
"file": {
|
|
28987
|
+
"path": "grid/_variables.scss",
|
|
28988
|
+
"name": "_variables.scss"
|
|
28989
|
+
},
|
|
28990
|
+
"resolvedValue": "#ffffff",
|
|
28991
|
+
"resolvedType": "Color"
|
|
28992
|
+
},
|
|
28993
|
+
{
|
|
28994
|
+
"description": "Text color of the selection aggregates container\n",
|
|
28995
|
+
"commentRange": {
|
|
28996
|
+
"start": 205,
|
|
28997
|
+
"end": 206
|
|
28998
|
+
},
|
|
28999
|
+
"context": {
|
|
29000
|
+
"type": "variable",
|
|
29001
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
29002
|
+
"value": "$kendo-grid-text",
|
|
29003
|
+
"scope": "default",
|
|
29004
|
+
"line": {
|
|
29005
|
+
"start": 207,
|
|
29006
|
+
"end": 207
|
|
29007
|
+
}
|
|
29008
|
+
},
|
|
29009
|
+
"group": [
|
|
29010
|
+
"grid"
|
|
29011
|
+
],
|
|
29012
|
+
"access": "public",
|
|
29013
|
+
"file": {
|
|
29014
|
+
"path": "grid/_variables.scss",
|
|
29015
|
+
"name": "_variables.scss"
|
|
29016
|
+
},
|
|
29017
|
+
"resolvedValue": "rgba(0, 0, 0, 0.87)",
|
|
29018
|
+
"resolvedType": "Color"
|
|
29019
|
+
},
|
|
29020
|
+
{
|
|
29021
|
+
"description": "Border color of the selection aggregates container\n",
|
|
29022
|
+
"commentRange": {
|
|
29023
|
+
"start": 208,
|
|
29024
|
+
"end": 209
|
|
29025
|
+
},
|
|
29026
|
+
"context": {
|
|
29027
|
+
"type": "variable",
|
|
29028
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
29029
|
+
"value": "$kendo-grid-border",
|
|
29030
|
+
"scope": "default",
|
|
29031
|
+
"line": {
|
|
29032
|
+
"start": 210,
|
|
29033
|
+
"end": 210
|
|
29034
|
+
}
|
|
29035
|
+
},
|
|
29036
|
+
"group": [
|
|
29037
|
+
"grid"
|
|
29038
|
+
],
|
|
29039
|
+
"access": "public",
|
|
29040
|
+
"file": {
|
|
29041
|
+
"path": "grid/_variables.scss",
|
|
29042
|
+
"name": "_variables.scss"
|
|
29043
|
+
},
|
|
29044
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
29045
|
+
"resolvedType": "Color"
|
|
29046
|
+
},
|
|
29047
|
+
{
|
|
29048
|
+
"description": "Border width of the selection aggregates container\n",
|
|
29049
|
+
"commentRange": {
|
|
29050
|
+
"start": 211,
|
|
29051
|
+
"end": 212
|
|
29052
|
+
},
|
|
29053
|
+
"context": {
|
|
29054
|
+
"type": "variable",
|
|
29055
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
29056
|
+
"value": "$kendo-grid-border-width",
|
|
29057
|
+
"scope": "default",
|
|
29058
|
+
"line": {
|
|
29059
|
+
"start": 213,
|
|
29060
|
+
"end": 213
|
|
29061
|
+
}
|
|
29062
|
+
},
|
|
29063
|
+
"group": [
|
|
29064
|
+
"grid"
|
|
29065
|
+
],
|
|
29066
|
+
"access": "public",
|
|
29067
|
+
"file": {
|
|
29068
|
+
"path": "grid/_variables.scss",
|
|
29069
|
+
"name": "_variables.scss"
|
|
29070
|
+
},
|
|
29071
|
+
"resolvedValue": "1px",
|
|
29072
|
+
"resolvedType": "Number"
|
|
29073
|
+
},
|
|
29074
|
+
{
|
|
29075
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
29076
|
+
"commentRange": {
|
|
29077
|
+
"start": 214,
|
|
29078
|
+
"end": 215
|
|
29079
|
+
},
|
|
29080
|
+
"context": {
|
|
29081
|
+
"type": "variable",
|
|
29082
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
29083
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29084
|
+
"scope": "default",
|
|
29085
|
+
"line": {
|
|
29086
|
+
"start": 216,
|
|
29087
|
+
"end": 216
|
|
29088
|
+
}
|
|
29089
|
+
},
|
|
29090
|
+
"group": [
|
|
29091
|
+
"grid"
|
|
29092
|
+
],
|
|
29093
|
+
"access": "public",
|
|
29094
|
+
"file": {
|
|
29095
|
+
"path": "grid/_variables.scss",
|
|
29096
|
+
"name": "_variables.scss"
|
|
29097
|
+
},
|
|
29098
|
+
"resolvedValue": "8px",
|
|
29099
|
+
"resolvedType": "Number"
|
|
29100
|
+
},
|
|
29101
|
+
{
|
|
29102
|
+
"description": "Line height of the selection aggregates container\n",
|
|
29103
|
+
"commentRange": {
|
|
29104
|
+
"start": 217,
|
|
29105
|
+
"end": 218
|
|
29106
|
+
},
|
|
29107
|
+
"context": {
|
|
29108
|
+
"type": "variable",
|
|
29109
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
29110
|
+
"value": "20px",
|
|
29111
|
+
"scope": "default",
|
|
29112
|
+
"line": {
|
|
29113
|
+
"start": 219,
|
|
29114
|
+
"end": 219
|
|
29115
|
+
}
|
|
29116
|
+
},
|
|
29117
|
+
"group": [
|
|
29118
|
+
"grid"
|
|
29119
|
+
],
|
|
29120
|
+
"access": "public",
|
|
29121
|
+
"file": {
|
|
29122
|
+
"path": "grid/_variables.scss",
|
|
29123
|
+
"name": "_variables.scss"
|
|
29124
|
+
},
|
|
29125
|
+
"resolvedValue": "20px",
|
|
29126
|
+
"resolvedType": "Number"
|
|
29127
|
+
},
|
|
29128
|
+
{
|
|
29129
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
29130
|
+
"commentRange": {
|
|
29131
|
+
"start": 220,
|
|
29132
|
+
"end": 221
|
|
29133
|
+
},
|
|
29134
|
+
"context": {
|
|
29135
|
+
"type": "variable",
|
|
29136
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
29137
|
+
"value": "$kendo-font-weight-bold",
|
|
29138
|
+
"scope": "default",
|
|
29139
|
+
"line": {
|
|
29140
|
+
"start": 222,
|
|
29141
|
+
"end": 222
|
|
29142
|
+
}
|
|
29143
|
+
},
|
|
29144
|
+
"group": [
|
|
29145
|
+
"grid"
|
|
29146
|
+
],
|
|
29147
|
+
"access": "public",
|
|
29148
|
+
"file": {
|
|
29149
|
+
"path": "grid/_variables.scss",
|
|
29150
|
+
"name": "_variables.scss"
|
|
29151
|
+
},
|
|
29152
|
+
"resolvedValue": "700",
|
|
29153
|
+
"resolvedType": "Number"
|
|
29154
|
+
},
|
|
29155
|
+
{
|
|
29156
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
29157
|
+
"commentRange": {
|
|
29158
|
+
"start": 308,
|
|
29159
|
+
"end": 309
|
|
29160
|
+
},
|
|
29161
|
+
"context": {
|
|
29162
|
+
"type": "variable",
|
|
29163
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
29164
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .24 )",
|
|
29165
|
+
"scope": "default",
|
|
29166
|
+
"line": {
|
|
29167
|
+
"start": 310,
|
|
29168
|
+
"end": 310
|
|
29169
|
+
}
|
|
29170
|
+
},
|
|
29171
|
+
"group": [
|
|
29172
|
+
"grid"
|
|
29173
|
+
],
|
|
29174
|
+
"access": "public",
|
|
29175
|
+
"file": {
|
|
29176
|
+
"path": "grid/_variables.scss",
|
|
29177
|
+
"name": "_variables.scss"
|
|
29178
|
+
},
|
|
29179
|
+
"resolvedValue": "rgba(0, 0, 0, 0.24)",
|
|
29180
|
+
"resolvedType": "Color"
|
|
29181
|
+
},
|
|
29182
|
+
{
|
|
29183
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
29184
|
+
"commentRange": {
|
|
29185
|
+
"start": 311,
|
|
29186
|
+
"end": 312
|
|
29187
|
+
},
|
|
29188
|
+
"context": {
|
|
29189
|
+
"type": "variable",
|
|
29190
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
29191
|
+
"value": "$kendo-color-primary",
|
|
29192
|
+
"scope": "default",
|
|
29193
|
+
"line": {
|
|
29194
|
+
"start": 313,
|
|
29195
|
+
"end": 313
|
|
29196
|
+
}
|
|
29197
|
+
},
|
|
29198
|
+
"group": [
|
|
29199
|
+
"grid"
|
|
29200
|
+
],
|
|
29201
|
+
"access": "public",
|
|
29202
|
+
"file": {
|
|
29203
|
+
"path": "grid/_variables.scss",
|
|
29204
|
+
"name": "_variables.scss"
|
|
29205
|
+
},
|
|
29206
|
+
"resolvedValue": "#3f51b5",
|
|
29207
|
+
"resolvedType": "Color"
|
|
29208
|
+
},
|
|
29209
|
+
{
|
|
29210
|
+
"description": "Height of the grid row resize indicator\n",
|
|
29211
|
+
"commentRange": {
|
|
29212
|
+
"start": 314,
|
|
29213
|
+
"end": 315
|
|
29214
|
+
},
|
|
29215
|
+
"context": {
|
|
29216
|
+
"type": "variable",
|
|
29217
|
+
"name": "kendo-grid-row-resizer-height",
|
|
29218
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
29219
|
+
"scope": "default",
|
|
29220
|
+
"line": {
|
|
29221
|
+
"start": 316,
|
|
29222
|
+
"end": 316
|
|
29223
|
+
}
|
|
29224
|
+
},
|
|
29225
|
+
"group": [
|
|
29226
|
+
"grid"
|
|
29227
|
+
],
|
|
29228
|
+
"access": "public",
|
|
29229
|
+
"file": {
|
|
29230
|
+
"path": "grid/_variables.scss",
|
|
29231
|
+
"name": "_variables.scss"
|
|
29232
|
+
},
|
|
29233
|
+
"resolvedValue": "2px",
|
|
29234
|
+
"resolvedType": "Number"
|
|
28641
29235
|
}
|
|
28642
29236
|
]
|
|
28643
29237
|
},
|
|
@@ -37630,8 +38224,8 @@
|
|
|
37630
38224
|
{
|
|
37631
38225
|
"description": "Color of shadows\n",
|
|
37632
38226
|
"commentRange": {
|
|
37633
|
-
"start":
|
|
37634
|
-
"end":
|
|
38227
|
+
"start": 80,
|
|
38228
|
+
"end": 81
|
|
37635
38229
|
},
|
|
37636
38230
|
"context": {
|
|
37637
38231
|
"type": "variable",
|
|
@@ -37639,8 +38233,8 @@
|
|
|
37639
38233
|
"value": "k-map-get( $theme, elevation )",
|
|
37640
38234
|
"scope": "default",
|
|
37641
38235
|
"line": {
|
|
37642
|
-
"start":
|
|
37643
|
-
"end":
|
|
38236
|
+
"start": 82,
|
|
38237
|
+
"end": 82
|
|
37644
38238
|
}
|
|
37645
38239
|
},
|
|
37646
38240
|
"group": [
|
|
@@ -37657,8 +38251,8 @@
|
|
|
37657
38251
|
{
|
|
37658
38252
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
37659
38253
|
"commentRange": {
|
|
37660
|
-
"start":
|
|
37661
|
-
"end":
|
|
38254
|
+
"start": 83,
|
|
38255
|
+
"end": 85
|
|
37662
38256
|
},
|
|
37663
38257
|
"context": {
|
|
37664
38258
|
"type": "variable",
|
|
@@ -37666,8 +38260,8 @@
|
|
|
37666
38260
|
"value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
|
|
37667
38261
|
"scope": "default",
|
|
37668
38262
|
"line": {
|
|
37669
|
-
"start":
|
|
37670
|
-
"end":
|
|
38263
|
+
"start": 86,
|
|
38264
|
+
"end": 86
|
|
37671
38265
|
}
|
|
37672
38266
|
},
|
|
37673
38267
|
"group": [
|
|
@@ -37684,8 +38278,8 @@
|
|
|
37684
38278
|
{
|
|
37685
38279
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
37686
38280
|
"commentRange": {
|
|
37687
|
-
"start":
|
|
37688
|
-
"end":
|
|
38281
|
+
"start": 87,
|
|
38282
|
+
"end": 89
|
|
37689
38283
|
},
|
|
37690
38284
|
"context": {
|
|
37691
38285
|
"type": "variable",
|
|
@@ -37693,8 +38287,8 @@
|
|
|
37693
38287
|
"value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
|
|
37694
38288
|
"scope": "default",
|
|
37695
38289
|
"line": {
|
|
37696
|
-
"start":
|
|
37697
|
-
"end":
|
|
38290
|
+
"start": 90,
|
|
38291
|
+
"end": 90
|
|
37698
38292
|
}
|
|
37699
38293
|
},
|
|
37700
38294
|
"group": [
|
|
@@ -37711,8 +38305,8 @@
|
|
|
37711
38305
|
{
|
|
37712
38306
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
|
|
37713
38307
|
"commentRange": {
|
|
37714
|
-
"start":
|
|
37715
|
-
"end":
|
|
38308
|
+
"start": 91,
|
|
38309
|
+
"end": 93
|
|
37716
38310
|
},
|
|
37717
38311
|
"context": {
|
|
37718
38312
|
"type": "variable",
|
|
@@ -37720,8 +38314,8 @@
|
|
|
37720
38314
|
"value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
|
|
37721
38315
|
"scope": "default",
|
|
37722
38316
|
"line": {
|
|
37723
|
-
"start":
|
|
37724
|
-
"end":
|
|
38317
|
+
"start": 94,
|
|
38318
|
+
"end": 94
|
|
37725
38319
|
}
|
|
37726
38320
|
},
|
|
37727
38321
|
"group": [
|
|
@@ -37738,8 +38332,8 @@
|
|
|
37738
38332
|
{
|
|
37739
38333
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
|
|
37740
38334
|
"commentRange": {
|
|
37741
|
-
"start":
|
|
37742
|
-
"end":
|
|
38335
|
+
"start": 95,
|
|
38336
|
+
"end": 97
|
|
37743
38337
|
},
|
|
37744
38338
|
"context": {
|
|
37745
38339
|
"type": "variable",
|
|
@@ -37747,8 +38341,8 @@
|
|
|
37747
38341
|
"value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
|
|
37748
38342
|
"scope": "default",
|
|
37749
38343
|
"line": {
|
|
37750
|
-
"start":
|
|
37751
|
-
"end":
|
|
38344
|
+
"start": 98,
|
|
38345
|
+
"end": 98
|
|
37752
38346
|
}
|
|
37753
38347
|
},
|
|
37754
38348
|
"group": [
|
|
@@ -37765,8 +38359,8 @@
|
|
|
37765
38359
|
{
|
|
37766
38360
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
37767
38361
|
"commentRange": {
|
|
37768
|
-
"start":
|
|
37769
|
-
"end":
|
|
38362
|
+
"start": 99,
|
|
38363
|
+
"end": 101
|
|
37770
38364
|
},
|
|
37771
38365
|
"context": {
|
|
37772
38366
|
"type": "variable",
|
|
@@ -37774,8 +38368,8 @@
|
|
|
37774
38368
|
"value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
|
|
37775
38369
|
"scope": "default",
|
|
37776
38370
|
"line": {
|
|
37777
|
-
"start":
|
|
37778
|
-
"end":
|
|
38371
|
+
"start": 102,
|
|
38372
|
+
"end": 102
|
|
37779
38373
|
}
|
|
37780
38374
|
},
|
|
37781
38375
|
"group": [
|
|
@@ -42532,8 +43126,8 @@
|
|
|
42532
43126
|
{
|
|
42533
43127
|
"description": "Base font size across all components.\n",
|
|
42534
43128
|
"commentRange": {
|
|
42535
|
-
"start":
|
|
42536
|
-
"end":
|
|
43129
|
+
"start": 254,
|
|
43130
|
+
"end": 255
|
|
42537
43131
|
},
|
|
42538
43132
|
"context": {
|
|
42539
43133
|
"type": "variable",
|
|
@@ -42541,8 +43135,8 @@
|
|
|
42541
43135
|
"value": "14px",
|
|
42542
43136
|
"scope": "default",
|
|
42543
43137
|
"line": {
|
|
42544
|
-
"start":
|
|
42545
|
-
"end":
|
|
43138
|
+
"start": 256,
|
|
43139
|
+
"end": 256
|
|
42546
43140
|
}
|
|
42547
43141
|
},
|
|
42548
43142
|
"group": [
|
|
@@ -42559,8 +43153,8 @@
|
|
|
42559
43153
|
{
|
|
42560
43154
|
"description": "Font family for text.\n",
|
|
42561
43155
|
"commentRange": {
|
|
42562
|
-
"start":
|
|
42563
|
-
"end":
|
|
43156
|
+
"start": 271,
|
|
43157
|
+
"end": 272
|
|
42564
43158
|
},
|
|
42565
43159
|
"context": {
|
|
42566
43160
|
"type": "variable",
|
|
@@ -42568,8 +43162,8 @@
|
|
|
42568
43162
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
42569
43163
|
"scope": "default",
|
|
42570
43164
|
"line": {
|
|
42571
|
-
"start":
|
|
42572
|
-
"end":
|
|
43165
|
+
"start": 273,
|
|
43166
|
+
"end": 273
|
|
42573
43167
|
}
|
|
42574
43168
|
},
|
|
42575
43169
|
"group": [
|
|
@@ -42586,8 +43180,8 @@
|
|
|
42586
43180
|
{
|
|
42587
43181
|
"description": "Font family across all components.\n",
|
|
42588
43182
|
"commentRange": {
|
|
42589
|
-
"start":
|
|
42590
|
-
"end":
|
|
43183
|
+
"start": 275,
|
|
43184
|
+
"end": 276
|
|
42591
43185
|
},
|
|
42592
43186
|
"context": {
|
|
42593
43187
|
"type": "variable",
|
|
@@ -42595,8 +43189,8 @@
|
|
|
42595
43189
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
42596
43190
|
"scope": "default",
|
|
42597
43191
|
"line": {
|
|
42598
|
-
"start":
|
|
42599
|
-
"end":
|
|
43192
|
+
"start": 277,
|
|
43193
|
+
"end": 277
|
|
42600
43194
|
}
|
|
42601
43195
|
},
|
|
42602
43196
|
"group": [
|
|
@@ -42613,8 +43207,8 @@
|
|
|
42613
43207
|
{
|
|
42614
43208
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
42615
43209
|
"commentRange": {
|
|
42616
|
-
"start":
|
|
42617
|
-
"end":
|
|
43210
|
+
"start": 279,
|
|
43211
|
+
"end": 280
|
|
42618
43212
|
},
|
|
42619
43213
|
"context": {
|
|
42620
43214
|
"type": "variable",
|
|
@@ -42622,8 +43216,8 @@
|
|
|
42622
43216
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
42623
43217
|
"scope": "default",
|
|
42624
43218
|
"line": {
|
|
42625
|
-
"start":
|
|
42626
|
-
"end":
|
|
43219
|
+
"start": 281,
|
|
43220
|
+
"end": 281
|
|
42627
43221
|
}
|
|
42628
43222
|
},
|
|
42629
43223
|
"group": [
|
|
@@ -42640,8 +43234,8 @@
|
|
|
42640
43234
|
{
|
|
42641
43235
|
"description": "Font family across all components.\n",
|
|
42642
43236
|
"commentRange": {
|
|
42643
|
-
"start":
|
|
42644
|
-
"end":
|
|
43237
|
+
"start": 283,
|
|
43238
|
+
"end": 284
|
|
42645
43239
|
},
|
|
42646
43240
|
"context": {
|
|
42647
43241
|
"type": "variable",
|
|
@@ -42649,8 +43243,8 @@
|
|
|
42649
43243
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
42650
43244
|
"scope": "default",
|
|
42651
43245
|
"line": {
|
|
42652
|
-
"start":
|
|
42653
|
-
"end":
|
|
43246
|
+
"start": 285,
|
|
43247
|
+
"end": 285
|
|
42654
43248
|
}
|
|
42655
43249
|
},
|
|
42656
43250
|
"group": [
|
|
@@ -42667,8 +43261,8 @@
|
|
|
42667
43261
|
{
|
|
42668
43262
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
42669
43263
|
"commentRange": {
|
|
42670
|
-
"start":
|
|
42671
|
-
"end":
|
|
43264
|
+
"start": 287,
|
|
43265
|
+
"end": 288
|
|
42672
43266
|
},
|
|
42673
43267
|
"context": {
|
|
42674
43268
|
"type": "variable",
|
|
@@ -42676,8 +43270,8 @@
|
|
|
42676
43270
|
"value": "k-math-div( 28, 14 )",
|
|
42677
43271
|
"scope": "default",
|
|
42678
43272
|
"line": {
|
|
42679
|
-
"start":
|
|
42680
|
-
"end":
|
|
43273
|
+
"start": 289,
|
|
43274
|
+
"end": 289
|
|
42681
43275
|
}
|
|
42682
43276
|
},
|
|
42683
43277
|
"group": [
|