@progress/kendo-theme-classic 6.2.1-dev.8 → 6.3.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 +170 -133
- package/dist/all.scss +9758 -899
- package/dist/meta/sassdoc-data.json +1382 -518
- package/dist/meta/sassdoc-raw-data.json +702 -302
- package/dist/meta/variables.json +101 -5
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.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 +5 -0
- package/scss/action-buttons/_theme.scss +5 -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 +5 -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 +5 -0
- package/scss/button/_theme.scss +5 -0
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +5 -0
- package/scss/calendar/_theme.scss +5 -0
- 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/card/_variables.scss +3 -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 +5 -0
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +5 -0
- package/scss/chip/_theme.scss +5 -0
- 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 -0
- package/scss/dialog/_theme.scss +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- package/scss/fab/_theme.scss +5 -0
- package/scss/fab/_variables.scss +33 -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 +5 -0
- package/scss/floating-label/_theme.scss +5 -0
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +5 -0
- package/scss/forms/_theme.scss +5 -0
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +5 -0
- package/scss/gantt/_theme.scss +5 -0
- package/scss/grid/_index.scss +20 -0
- package/scss/grid/_layout.scss +5 -0
- package/scss/grid/_theme.scss +5 -0
- 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 +170 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- package/scss/menu/_theme.scss +5 -0
- 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 -0
- package/scss/pager/_theme.scss +5 -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 +5 -0
- package/scss/pivotgrid/_theme.scss +5 -0
- 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 -0
- package/scss/progressbar/_theme.scss +5 -0
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +5 -0
- package/scss/radio/_theme.scss +5 -0
- 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 +5 -0
- package/scss/scheduler/_theme.scss +5 -0
- 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 +5 -0
- package/scss/slider/_theme.scss +5 -0
- 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 +5 -0
- package/scss/spreadsheet/_theme.scss +5 -0
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +5 -0
- package/scss/stepper/_theme.scss +5 -0
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +5 -0
- package/scss/switch/_theme.scss +5 -0
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +5 -0
- package/scss/table/_theme.scss +5 -0
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +5 -0
- 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 +5 -0
- package/scss/timeline/_theme.scss +5 -0
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +5 -0
- package/scss/timepicker/_theme.scss +5 -0
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +5 -0
- package/scss/timeselector/_theme.scss +5 -0
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +5 -0
- package/scss/toolbar/_theme.scss +5 -0
- 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 +5 -0
- package/scss/treelist/_theme.scss +5 -0
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +5 -0
- package/scss/treeview/_theme.scss +5 -0
- 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 -0
- 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": 109,
|
|
4624
|
+
"end": 112
|
|
4625
4625
|
},
|
|
4626
4626
|
"context": {
|
|
4627
4627
|
"type": "variable",
|
|
@@ -4629,8 +4629,8 @@
|
|
|
4629
4629
|
"value": "#f35800",
|
|
4630
4630
|
"scope": "default",
|
|
4631
4631
|
"line": {
|
|
4632
|
-
"start":
|
|
4633
|
-
"end":
|
|
4632
|
+
"start": 113,
|
|
4633
|
+
"end": 113
|
|
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": 117,
|
|
4652
|
+
"end": 120
|
|
4653
4653
|
},
|
|
4654
4654
|
"context": {
|
|
4655
4655
|
"type": "variable",
|
|
@@ -4657,8 +4657,8 @@
|
|
|
4657
4657
|
"value": "k-contrast-legacy( $kendo-color-primary )",
|
|
4658
4658
|
"scope": "default",
|
|
4659
4659
|
"line": {
|
|
4660
|
-
"start":
|
|
4661
|
-
"end":
|
|
4660
|
+
"start": 121,
|
|
4661
|
+
"end": 121
|
|
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": 123,
|
|
4680
|
+
"end": 125
|
|
4681
4681
|
},
|
|
4682
4682
|
"context": {
|
|
4683
4683
|
"type": "variable",
|
|
@@ -4685,8 +4685,8 @@
|
|
|
4685
4685
|
"value": "#e9e9e9",
|
|
4686
4686
|
"scope": "default",
|
|
4687
4687
|
"line": {
|
|
4688
|
-
"start":
|
|
4689
|
-
"end":
|
|
4688
|
+
"start": 126,
|
|
4689
|
+
"end": 126
|
|
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": 130,
|
|
4708
|
+
"end": 133
|
|
4709
4709
|
},
|
|
4710
4710
|
"context": {
|
|
4711
4711
|
"type": "variable",
|
|
@@ -4713,8 +4713,8 @@
|
|
|
4713
4713
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
4714
4714
|
"scope": "default",
|
|
4715
4715
|
"line": {
|
|
4716
|
-
"start":
|
|
4717
|
-
"end":
|
|
4716
|
+
"start": 134,
|
|
4717
|
+
"end": 134
|
|
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": 136,
|
|
4736
|
+
"end": 138
|
|
4737
4737
|
},
|
|
4738
4738
|
"context": {
|
|
4739
4739
|
"type": "variable",
|
|
@@ -4741,8 +4741,8 @@
|
|
|
4741
4741
|
"value": "#03a9f4",
|
|
4742
4742
|
"scope": "default",
|
|
4743
4743
|
"line": {
|
|
4744
|
-
"start":
|
|
4745
|
-
"end":
|
|
4744
|
+
"start": 139,
|
|
4745
|
+
"end": 139
|
|
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": 143,
|
|
4764
|
+
"end": 146
|
|
4765
4765
|
},
|
|
4766
4766
|
"context": {
|
|
4767
4767
|
"type": "variable",
|
|
@@ -4769,8 +4769,8 @@
|
|
|
4769
4769
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
4770
4770
|
"scope": "default",
|
|
4771
4771
|
"line": {
|
|
4772
|
-
"start":
|
|
4773
|
-
"end":
|
|
4772
|
+
"start": 147,
|
|
4773
|
+
"end": 147
|
|
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": 149,
|
|
4792
|
+
"end": 151
|
|
4793
4793
|
},
|
|
4794
4794
|
"context": {
|
|
4795
4795
|
"type": "variable",
|
|
@@ -4797,8 +4797,8 @@
|
|
|
4797
4797
|
"value": "#2498bc",
|
|
4798
4798
|
"scope": "default",
|
|
4799
4799
|
"line": {
|
|
4800
|
-
"start":
|
|
4801
|
-
"end":
|
|
4800
|
+
"start": 152,
|
|
4801
|
+
"end": 152
|
|
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": 156,
|
|
4820
|
+
"end": 158
|
|
4821
4821
|
},
|
|
4822
4822
|
"context": {
|
|
4823
4823
|
"type": "variable",
|
|
@@ -4825,8 +4825,8 @@
|
|
|
4825
4825
|
"value": "#3ea44e",
|
|
4826
4826
|
"scope": "default",
|
|
4827
4827
|
"line": {
|
|
4828
|
-
"start":
|
|
4829
|
-
"end":
|
|
4828
|
+
"start": 159,
|
|
4829
|
+
"end": 159
|
|
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": 163,
|
|
4848
|
+
"end": 165
|
|
4849
4849
|
},
|
|
4850
4850
|
"context": {
|
|
4851
4851
|
"type": "variable",
|
|
@@ -4853,8 +4853,8 @@
|
|
|
4853
4853
|
"value": "#ff9800",
|
|
4854
4854
|
"scope": "default",
|
|
4855
4855
|
"line": {
|
|
4856
|
-
"start":
|
|
4857
|
-
"end":
|
|
4856
|
+
"start": 166,
|
|
4857
|
+
"end": 166
|
|
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": 170,
|
|
4876
|
+
"end": 172
|
|
4877
4877
|
},
|
|
4878
4878
|
"context": {
|
|
4879
4879
|
"type": "variable",
|
|
@@ -4881,8 +4881,8 @@
|
|
|
4881
4881
|
"value": "#d92800",
|
|
4882
4882
|
"scope": "default",
|
|
4883
4883
|
"line": {
|
|
4884
|
-
"start":
|
|
4885
|
-
"end":
|
|
4884
|
+
"start": 173,
|
|
4885
|
+
"end": 173
|
|
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": 177,
|
|
4904
|
+
"end": 179
|
|
4905
4905
|
},
|
|
4906
4906
|
"context": {
|
|
4907
4907
|
"type": "variable",
|
|
@@ -4909,8 +4909,8 @@
|
|
|
4909
4909
|
"value": "#404040",
|
|
4910
4910
|
"scope": "default",
|
|
4911
4911
|
"line": {
|
|
4912
|
-
"start":
|
|
4913
|
-
"end":
|
|
4912
|
+
"start": 180,
|
|
4913
|
+
"end": 180
|
|
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": 182,
|
|
4932
|
+
"end": 184
|
|
4933
4933
|
},
|
|
4934
4934
|
"context": {
|
|
4935
4935
|
"type": "variable",
|
|
@@ -4937,8 +4937,8 @@
|
|
|
4937
4937
|
"value": "#ebebeb",
|
|
4938
4938
|
"scope": "default",
|
|
4939
4939
|
"line": {
|
|
4940
|
-
"start":
|
|
4941
|
-
"end":
|
|
4940
|
+
"start": 185,
|
|
4941
|
+
"end": 185
|
|
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": 187,
|
|
4960
|
+
"end": 188
|
|
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": 189,
|
|
4969
|
+
"end": 189
|
|
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": 285,
|
|
4987
|
+
"end": 287
|
|
4988
4988
|
},
|
|
4989
4989
|
"context": {
|
|
4990
4990
|
"type": "variable",
|
|
@@ -4992,8 +4992,8 @@
|
|
|
4992
4992
|
"value": "$kendo-body-bg",
|
|
4993
4993
|
"scope": "default",
|
|
4994
4994
|
"line": {
|
|
4995
|
-
"start":
|
|
4996
|
-
"end":
|
|
4995
|
+
"start": 288,
|
|
4996
|
+
"end": 288
|
|
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": 289,
|
|
5014
|
+
"end": 291
|
|
5015
5015
|
},
|
|
5016
5016
|
"context": {
|
|
5017
5017
|
"type": "variable",
|
|
@@ -5019,8 +5019,8 @@
|
|
|
5019
5019
|
"value": "$kendo-body-text",
|
|
5020
5020
|
"scope": "default",
|
|
5021
5021
|
"line": {
|
|
5022
|
-
"start":
|
|
5023
|
-
"end":
|
|
5022
|
+
"start": 292,
|
|
5023
|
+
"end": 292
|
|
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": 293,
|
|
5041
|
+
"end": 295
|
|
5042
5042
|
},
|
|
5043
5043
|
"context": {
|
|
5044
5044
|
"type": "variable",
|
|
@@ -5046,8 +5046,8 @@
|
|
|
5046
5046
|
"value": "$kendo-base-border",
|
|
5047
5047
|
"scope": "default",
|
|
5048
5048
|
"line": {
|
|
5049
|
-
"start":
|
|
5050
|
-
"end":
|
|
5049
|
+
"start": 296,
|
|
5050
|
+
"end": 296
|
|
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": "0 6px 10px rgba( black, .14 ), 0 1px 18px rgba( black, .12 ), 0 3px 5px rgba( black, .2 )",
|
|
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": "0 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0 3px 5px k-try-tint( rgba( black, .2 ), .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": "null",
|
|
5830
5857
|
"scope": "default",
|
|
5831
5858
|
"line": {
|
|
5832
|
-
"start":
|
|
5833
|
-
"end":
|
|
5859
|
+
"start": 118,
|
|
5860
|
+
"end": 118
|
|
5834
5861
|
}
|
|
5835
5862
|
},
|
|
5836
5863
|
"group": [
|
|
@@ -5844,11 +5871,65 @@
|
|
|
5844
5871
|
"resolvedValue": "null",
|
|
5845
5872
|
"resolvedType": "Null"
|
|
5846
5873
|
},
|
|
5874
|
+
{
|
|
5875
|
+
"description": "The outline style of the FAB.\n",
|
|
5876
|
+
"commentRange": {
|
|
5877
|
+
"start": 119,
|
|
5878
|
+
"end": 120
|
|
5879
|
+
},
|
|
5880
|
+
"context": {
|
|
5881
|
+
"type": "variable",
|
|
5882
|
+
"name": "kendo-fab-outline-style",
|
|
5883
|
+
"value": "solid",
|
|
5884
|
+
"scope": "default",
|
|
5885
|
+
"line": {
|
|
5886
|
+
"start": 121,
|
|
5887
|
+
"end": 121
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
"group": [
|
|
5891
|
+
"floating-action-button"
|
|
5892
|
+
],
|
|
5893
|
+
"access": "public",
|
|
5894
|
+
"file": {
|
|
5895
|
+
"path": "fab/_variables.scss",
|
|
5896
|
+
"name": "_variables.scss"
|
|
5897
|
+
},
|
|
5898
|
+
"resolvedValue": "solid",
|
|
5899
|
+
"resolvedType": "String"
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
"description": "The outline width of the FAB.\n",
|
|
5903
|
+
"commentRange": {
|
|
5904
|
+
"start": 122,
|
|
5905
|
+
"end": 123
|
|
5906
|
+
},
|
|
5907
|
+
"context": {
|
|
5908
|
+
"type": "variable",
|
|
5909
|
+
"name": "kendo-fab-outline-width",
|
|
5910
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
5911
|
+
"scope": "default",
|
|
5912
|
+
"line": {
|
|
5913
|
+
"start": 124,
|
|
5914
|
+
"end": 124
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
"group": [
|
|
5918
|
+
"floating-action-button"
|
|
5919
|
+
],
|
|
5920
|
+
"access": "public",
|
|
5921
|
+
"file": {
|
|
5922
|
+
"path": "fab/_variables.scss",
|
|
5923
|
+
"name": "_variables.scss"
|
|
5924
|
+
},
|
|
5925
|
+
"resolvedValue": "2px",
|
|
5926
|
+
"resolvedType": "Number"
|
|
5927
|
+
},
|
|
5847
5928
|
{
|
|
5848
5929
|
"description": "The base text color of the FAB item.\n",
|
|
5849
5930
|
"commentRange": {
|
|
5850
|
-
"start":
|
|
5851
|
-
"end":
|
|
5931
|
+
"start": 127,
|
|
5932
|
+
"end": 128
|
|
5852
5933
|
},
|
|
5853
5934
|
"context": {
|
|
5854
5935
|
"type": "variable",
|
|
@@ -5856,8 +5937,8 @@
|
|
|
5856
5937
|
"value": "$kendo-component-text",
|
|
5857
5938
|
"scope": "default",
|
|
5858
5939
|
"line": {
|
|
5859
|
-
"start":
|
|
5860
|
-
"end":
|
|
5940
|
+
"start": 129,
|
|
5941
|
+
"end": 129
|
|
5861
5942
|
}
|
|
5862
5943
|
},
|
|
5863
5944
|
"group": [
|
|
@@ -5874,8 +5955,8 @@
|
|
|
5874
5955
|
{
|
|
5875
5956
|
"description": "The base background color of the FAB item.\n",
|
|
5876
5957
|
"commentRange": {
|
|
5877
|
-
"start":
|
|
5878
|
-
"end":
|
|
5958
|
+
"start": 130,
|
|
5959
|
+
"end": 131
|
|
5879
5960
|
},
|
|
5880
5961
|
"context": {
|
|
5881
5962
|
"type": "variable",
|
|
@@ -5883,8 +5964,8 @@
|
|
|
5883
5964
|
"value": "$kendo-component-bg",
|
|
5884
5965
|
"scope": "default",
|
|
5885
5966
|
"line": {
|
|
5886
|
-
"start":
|
|
5887
|
-
"end":
|
|
5967
|
+
"start": 132,
|
|
5968
|
+
"end": 132
|
|
5888
5969
|
}
|
|
5889
5970
|
},
|
|
5890
5971
|
"group": [
|
|
@@ -5901,8 +5982,8 @@
|
|
|
5901
5982
|
{
|
|
5902
5983
|
"description": "The base border color of the FAB item.\n",
|
|
5903
5984
|
"commentRange": {
|
|
5904
|
-
"start":
|
|
5905
|
-
"end":
|
|
5985
|
+
"start": 133,
|
|
5986
|
+
"end": 134
|
|
5906
5987
|
},
|
|
5907
5988
|
"context": {
|
|
5908
5989
|
"type": "variable",
|
|
@@ -5910,8 +5991,8 @@
|
|
|
5910
5991
|
"value": "$kendo-component-border",
|
|
5911
5992
|
"scope": "default",
|
|
5912
5993
|
"line": {
|
|
5913
|
-
"start":
|
|
5914
|
-
"end":
|
|
5994
|
+
"start": 135,
|
|
5995
|
+
"end": 135
|
|
5915
5996
|
}
|
|
5916
5997
|
},
|
|
5917
5998
|
"group": [
|
|
@@ -5928,8 +6009,8 @@
|
|
|
5928
6009
|
{
|
|
5929
6010
|
"description": "The base text color of the FAB item icon.\n",
|
|
5930
6011
|
"commentRange": {
|
|
5931
|
-
"start":
|
|
5932
|
-
"end":
|
|
6012
|
+
"start": 137,
|
|
6013
|
+
"end": 138
|
|
5933
6014
|
},
|
|
5934
6015
|
"context": {
|
|
5935
6016
|
"type": "variable",
|
|
@@ -5937,8 +6018,8 @@
|
|
|
5937
6018
|
"value": "$kendo-button-text",
|
|
5938
6019
|
"scope": "default",
|
|
5939
6020
|
"line": {
|
|
5940
|
-
"start":
|
|
5941
|
-
"end":
|
|
6021
|
+
"start": 139,
|
|
6022
|
+
"end": 139
|
|
5942
6023
|
}
|
|
5943
6024
|
},
|
|
5944
6025
|
"group": [
|
|
@@ -5955,8 +6036,8 @@
|
|
|
5955
6036
|
{
|
|
5956
6037
|
"description": "The base background color of the FAB item icon.\n",
|
|
5957
6038
|
"commentRange": {
|
|
5958
|
-
"start":
|
|
5959
|
-
"end":
|
|
6039
|
+
"start": 140,
|
|
6040
|
+
"end": 141
|
|
5960
6041
|
},
|
|
5961
6042
|
"context": {
|
|
5962
6043
|
"type": "variable",
|
|
@@ -5964,8 +6045,8 @@
|
|
|
5964
6045
|
"value": "$kendo-button-bg",
|
|
5965
6046
|
"scope": "default",
|
|
5966
6047
|
"line": {
|
|
5967
|
-
"start":
|
|
5968
|
-
"end":
|
|
6048
|
+
"start": 142,
|
|
6049
|
+
"end": 142
|
|
5969
6050
|
}
|
|
5970
6051
|
},
|
|
5971
6052
|
"group": [
|
|
@@ -5982,8 +6063,8 @@
|
|
|
5982
6063
|
{
|
|
5983
6064
|
"description": "The base border color of the FAB item icon.\n",
|
|
5984
6065
|
"commentRange": {
|
|
5985
|
-
"start":
|
|
5986
|
-
"end":
|
|
6066
|
+
"start": 143,
|
|
6067
|
+
"end": 144
|
|
5987
6068
|
},
|
|
5988
6069
|
"context": {
|
|
5989
6070
|
"type": "variable",
|
|
@@ -5991,8 +6072,8 @@
|
|
|
5991
6072
|
"value": "$kendo-button-border",
|
|
5992
6073
|
"scope": "default",
|
|
5993
6074
|
"line": {
|
|
5994
|
-
"start":
|
|
5995
|
-
"end":
|
|
6075
|
+
"start": 145,
|
|
6076
|
+
"end": 145
|
|
5996
6077
|
}
|
|
5997
6078
|
},
|
|
5998
6079
|
"group": [
|
|
@@ -6009,8 +6090,8 @@
|
|
|
6009
6090
|
{
|
|
6010
6091
|
"description": "The base shadow of the FAB item.\n",
|
|
6011
6092
|
"commentRange": {
|
|
6012
|
-
"start":
|
|
6013
|
-
"end":
|
|
6093
|
+
"start": 147,
|
|
6094
|
+
"end": 148
|
|
6014
6095
|
},
|
|
6015
6096
|
"context": {
|
|
6016
6097
|
"type": "variable",
|
|
@@ -6018,8 +6099,8 @@
|
|
|
6018
6099
|
"value": "$kendo-fab-shadow",
|
|
6019
6100
|
"scope": "default",
|
|
6020
6101
|
"line": {
|
|
6021
|
-
"start":
|
|
6022
|
-
"end":
|
|
6102
|
+
"start": 149,
|
|
6103
|
+
"end": 149
|
|
6023
6104
|
}
|
|
6024
6105
|
},
|
|
6025
6106
|
"group": [
|
|
@@ -6036,8 +6117,8 @@
|
|
|
6036
6117
|
{
|
|
6037
6118
|
"description": "The disabled shadow of the FAB item.\n",
|
|
6038
6119
|
"commentRange": {
|
|
6039
|
-
"start":
|
|
6040
|
-
"end":
|
|
6120
|
+
"start": 150,
|
|
6121
|
+
"end": 151
|
|
6041
6122
|
},
|
|
6042
6123
|
"context": {
|
|
6043
6124
|
"type": "variable",
|
|
@@ -6045,8 +6126,8 @@
|
|
|
6045
6126
|
"value": "$kendo-fab-disabled-shadow",
|
|
6046
6127
|
"scope": "default",
|
|
6047
6128
|
"line": {
|
|
6048
|
-
"start":
|
|
6049
|
-
"end":
|
|
6129
|
+
"start": 152,
|
|
6130
|
+
"end": 152
|
|
6050
6131
|
}
|
|
6051
6132
|
},
|
|
6052
6133
|
"group": [
|
|
@@ -6063,8 +6144,8 @@
|
|
|
6063
6144
|
{
|
|
6064
6145
|
"description": "The active shadow of the FAB item.\n",
|
|
6065
6146
|
"commentRange": {
|
|
6066
|
-
"start":
|
|
6067
|
-
"end":
|
|
6147
|
+
"start": 153,
|
|
6148
|
+
"end": 154
|
|
6068
6149
|
},
|
|
6069
6150
|
"context": {
|
|
6070
6151
|
"type": "variable",
|
|
@@ -6072,8 +6153,8 @@
|
|
|
6072
6153
|
"value": "$kendo-fab-active-shadow",
|
|
6073
6154
|
"scope": "default",
|
|
6074
6155
|
"line": {
|
|
6075
|
-
"start":
|
|
6076
|
-
"end":
|
|
6156
|
+
"start": 155,
|
|
6157
|
+
"end": 155
|
|
6077
6158
|
}
|
|
6078
6159
|
},
|
|
6079
6160
|
"group": [
|
|
@@ -6087,6 +6168,87 @@
|
|
|
6087
6168
|
"resolvedValue": "null",
|
|
6088
6169
|
"resolvedType": "Null"
|
|
6089
6170
|
},
|
|
6171
|
+
{
|
|
6172
|
+
"description": "The outline style of the FAB item.\n",
|
|
6173
|
+
"commentRange": {
|
|
6174
|
+
"start": 156,
|
|
6175
|
+
"end": 157
|
|
6176
|
+
},
|
|
6177
|
+
"context": {
|
|
6178
|
+
"type": "variable",
|
|
6179
|
+
"name": "kendo-fab-item-outline-style",
|
|
6180
|
+
"value": "solid",
|
|
6181
|
+
"scope": "default",
|
|
6182
|
+
"line": {
|
|
6183
|
+
"start": 158,
|
|
6184
|
+
"end": 158
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
6187
|
+
"group": [
|
|
6188
|
+
"floating-action-button"
|
|
6189
|
+
],
|
|
6190
|
+
"access": "public",
|
|
6191
|
+
"file": {
|
|
6192
|
+
"path": "fab/_variables.scss",
|
|
6193
|
+
"name": "_variables.scss"
|
|
6194
|
+
},
|
|
6195
|
+
"resolvedValue": "solid",
|
|
6196
|
+
"resolvedType": "String"
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"description": "The outline width of the FAB item.\n",
|
|
6200
|
+
"commentRange": {
|
|
6201
|
+
"start": 159,
|
|
6202
|
+
"end": 160
|
|
6203
|
+
},
|
|
6204
|
+
"context": {
|
|
6205
|
+
"type": "variable",
|
|
6206
|
+
"name": "kendo-fab-item-outline-width",
|
|
6207
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
6208
|
+
"scope": "default",
|
|
6209
|
+
"line": {
|
|
6210
|
+
"start": 161,
|
|
6211
|
+
"end": 161
|
|
6212
|
+
}
|
|
6213
|
+
},
|
|
6214
|
+
"group": [
|
|
6215
|
+
"floating-action-button"
|
|
6216
|
+
],
|
|
6217
|
+
"access": "public",
|
|
6218
|
+
"file": {
|
|
6219
|
+
"path": "fab/_variables.scss",
|
|
6220
|
+
"name": "_variables.scss"
|
|
6221
|
+
},
|
|
6222
|
+
"resolvedValue": "2px",
|
|
6223
|
+
"resolvedType": "Number"
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
"description": "The outline color of the FAB item.\n",
|
|
6227
|
+
"commentRange": {
|
|
6228
|
+
"start": 162,
|
|
6229
|
+
"end": 163
|
|
6230
|
+
},
|
|
6231
|
+
"context": {
|
|
6232
|
+
"type": "variable",
|
|
6233
|
+
"name": "kendo-fab-item-outline-color",
|
|
6234
|
+
"value": "rgba(0, 0, 0, .08)",
|
|
6235
|
+
"scope": "default",
|
|
6236
|
+
"line": {
|
|
6237
|
+
"start": 164,
|
|
6238
|
+
"end": 164
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6241
|
+
"group": [
|
|
6242
|
+
"floating-action-button"
|
|
6243
|
+
],
|
|
6244
|
+
"access": "public",
|
|
6245
|
+
"file": {
|
|
6246
|
+
"path": "fab/_variables.scss",
|
|
6247
|
+
"name": "_variables.scss"
|
|
6248
|
+
},
|
|
6249
|
+
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
6250
|
+
"resolvedType": "Color"
|
|
6251
|
+
},
|
|
6090
6252
|
{
|
|
6091
6253
|
"description": "Horizontal padding of the grid.\n",
|
|
6092
6254
|
"commentRange": {
|
|
@@ -6468,8 +6630,8 @@
|
|
|
6468
6630
|
{
|
|
6469
6631
|
"description": "Background color of the grid component\n",
|
|
6470
6632
|
"commentRange": {
|
|
6471
|
-
"start":
|
|
6472
|
-
"end":
|
|
6633
|
+
"start": 146,
|
|
6634
|
+
"end": 147
|
|
6473
6635
|
},
|
|
6474
6636
|
"context": {
|
|
6475
6637
|
"type": "variable",
|
|
@@ -6477,8 +6639,8 @@
|
|
|
6477
6639
|
"value": "$kendo-table-bg",
|
|
6478
6640
|
"scope": "default",
|
|
6479
6641
|
"line": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6642
|
+
"start": 148,
|
|
6643
|
+
"end": 148
|
|
6482
6644
|
}
|
|
6483
6645
|
},
|
|
6484
6646
|
"group": [
|
|
@@ -6495,8 +6657,8 @@
|
|
|
6495
6657
|
{
|
|
6496
6658
|
"description": "Text color of the grid component\n",
|
|
6497
6659
|
"commentRange": {
|
|
6498
|
-
"start":
|
|
6499
|
-
"end":
|
|
6660
|
+
"start": 149,
|
|
6661
|
+
"end": 150
|
|
6500
6662
|
},
|
|
6501
6663
|
"context": {
|
|
6502
6664
|
"type": "variable",
|
|
@@ -6504,8 +6666,8 @@
|
|
|
6504
6666
|
"value": "$kendo-table-text",
|
|
6505
6667
|
"scope": "default",
|
|
6506
6668
|
"line": {
|
|
6507
|
-
"start":
|
|
6508
|
-
"end":
|
|
6669
|
+
"start": 151,
|
|
6670
|
+
"end": 151
|
|
6509
6671
|
}
|
|
6510
6672
|
},
|
|
6511
6673
|
"group": [
|
|
@@ -6522,8 +6684,8 @@
|
|
|
6522
6684
|
{
|
|
6523
6685
|
"description": "Border color of the grid component\n",
|
|
6524
6686
|
"commentRange": {
|
|
6525
|
-
"start":
|
|
6526
|
-
"end":
|
|
6687
|
+
"start": 152,
|
|
6688
|
+
"end": 153
|
|
6527
6689
|
},
|
|
6528
6690
|
"context": {
|
|
6529
6691
|
"type": "variable",
|
|
@@ -6531,8 +6693,8 @@
|
|
|
6531
6693
|
"value": "$kendo-table-border",
|
|
6532
6694
|
"scope": "default",
|
|
6533
6695
|
"line": {
|
|
6534
|
-
"start":
|
|
6535
|
-
"end":
|
|
6696
|
+
"start": 154,
|
|
6697
|
+
"end": 154
|
|
6536
6698
|
}
|
|
6537
6699
|
},
|
|
6538
6700
|
"group": [
|
|
@@ -6549,8 +6711,8 @@
|
|
|
6549
6711
|
{
|
|
6550
6712
|
"description": "Background color of grid header\n",
|
|
6551
6713
|
"commentRange": {
|
|
6552
|
-
"start":
|
|
6553
|
-
"end":
|
|
6714
|
+
"start": 156,
|
|
6715
|
+
"end": 157
|
|
6554
6716
|
},
|
|
6555
6717
|
"context": {
|
|
6556
6718
|
"type": "variable",
|
|
@@ -6558,8 +6720,8 @@
|
|
|
6558
6720
|
"value": "$kendo-table-header-bg",
|
|
6559
6721
|
"scope": "default",
|
|
6560
6722
|
"line": {
|
|
6561
|
-
"start":
|
|
6562
|
-
"end":
|
|
6723
|
+
"start": 158,
|
|
6724
|
+
"end": 158
|
|
6563
6725
|
}
|
|
6564
6726
|
},
|
|
6565
6727
|
"group": [
|
|
@@ -6576,8 +6738,8 @@
|
|
|
6576
6738
|
{
|
|
6577
6739
|
"description": "Text color of grid header\n",
|
|
6578
6740
|
"commentRange": {
|
|
6579
|
-
"start":
|
|
6580
|
-
"end":
|
|
6741
|
+
"start": 159,
|
|
6742
|
+
"end": 160
|
|
6581
6743
|
},
|
|
6582
6744
|
"context": {
|
|
6583
6745
|
"type": "variable",
|
|
@@ -6585,8 +6747,8 @@
|
|
|
6585
6747
|
"value": "$kendo-table-header-text",
|
|
6586
6748
|
"scope": "default",
|
|
6587
6749
|
"line": {
|
|
6588
|
-
"start":
|
|
6589
|
-
"end":
|
|
6750
|
+
"start": 161,
|
|
6751
|
+
"end": 161
|
|
6590
6752
|
}
|
|
6591
6753
|
},
|
|
6592
6754
|
"group": [
|
|
@@ -6603,8 +6765,8 @@
|
|
|
6603
6765
|
{
|
|
6604
6766
|
"description": "Border color of grid header\n",
|
|
6605
6767
|
"commentRange": {
|
|
6606
|
-
"start":
|
|
6607
|
-
"end":
|
|
6768
|
+
"start": 162,
|
|
6769
|
+
"end": 163
|
|
6608
6770
|
},
|
|
6609
6771
|
"context": {
|
|
6610
6772
|
"type": "variable",
|
|
@@ -6612,8 +6774,8 @@
|
|
|
6612
6774
|
"value": "$kendo-table-header-border",
|
|
6613
6775
|
"scope": "default",
|
|
6614
6776
|
"line": {
|
|
6615
|
-
"start":
|
|
6616
|
-
"end":
|
|
6777
|
+
"start": 164,
|
|
6778
|
+
"end": 164
|
|
6617
6779
|
}
|
|
6618
6780
|
},
|
|
6619
6781
|
"group": [
|
|
@@ -6630,8 +6792,8 @@
|
|
|
6630
6792
|
{
|
|
6631
6793
|
"description": "Background gradient of grid header\n",
|
|
6632
6794
|
"commentRange": {
|
|
6633
|
-
"start":
|
|
6634
|
-
"end":
|
|
6795
|
+
"start": 165,
|
|
6796
|
+
"end": 166
|
|
6635
6797
|
},
|
|
6636
6798
|
"context": {
|
|
6637
6799
|
"type": "variable",
|
|
@@ -6639,8 +6801,8 @@
|
|
|
6639
6801
|
"value": "$kendo-table-header-gradient",
|
|
6640
6802
|
"scope": "default",
|
|
6641
6803
|
"line": {
|
|
6642
|
-
"start":
|
|
6643
|
-
"end":
|
|
6804
|
+
"start": 167,
|
|
6805
|
+
"end": 167
|
|
6644
6806
|
}
|
|
6645
6807
|
},
|
|
6646
6808
|
"group": [
|
|
@@ -6657,8 +6819,8 @@
|
|
|
6657
6819
|
{
|
|
6658
6820
|
"description": "Background color of grid footer\n",
|
|
6659
6821
|
"commentRange": {
|
|
6660
|
-
"start":
|
|
6661
|
-
"end":
|
|
6822
|
+
"start": 169,
|
|
6823
|
+
"end": 170
|
|
6662
6824
|
},
|
|
6663
6825
|
"context": {
|
|
6664
6826
|
"type": "variable",
|
|
@@ -6666,8 +6828,8 @@
|
|
|
6666
6828
|
"value": "$kendo-table-footer-bg",
|
|
6667
6829
|
"scope": "default",
|
|
6668
6830
|
"line": {
|
|
6669
|
-
"start":
|
|
6670
|
-
"end":
|
|
6831
|
+
"start": 171,
|
|
6832
|
+
"end": 171
|
|
6671
6833
|
}
|
|
6672
6834
|
},
|
|
6673
6835
|
"group": [
|
|
@@ -6684,8 +6846,8 @@
|
|
|
6684
6846
|
{
|
|
6685
6847
|
"description": "Text color of grid footer\n",
|
|
6686
6848
|
"commentRange": {
|
|
6687
|
-
"start":
|
|
6688
|
-
"end":
|
|
6849
|
+
"start": 172,
|
|
6850
|
+
"end": 173
|
|
6689
6851
|
},
|
|
6690
6852
|
"context": {
|
|
6691
6853
|
"type": "variable",
|
|
@@ -6693,8 +6855,8 @@
|
|
|
6693
6855
|
"value": "$kendo-table-footer-text",
|
|
6694
6856
|
"scope": "default",
|
|
6695
6857
|
"line": {
|
|
6696
|
-
"start":
|
|
6697
|
-
"end":
|
|
6858
|
+
"start": 174,
|
|
6859
|
+
"end": 174
|
|
6698
6860
|
}
|
|
6699
6861
|
},
|
|
6700
6862
|
"group": [
|
|
@@ -6711,8 +6873,8 @@
|
|
|
6711
6873
|
{
|
|
6712
6874
|
"description": "Border color of grid footer\n",
|
|
6713
6875
|
"commentRange": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6876
|
+
"start": 175,
|
|
6877
|
+
"end": 176
|
|
6716
6878
|
},
|
|
6717
6879
|
"context": {
|
|
6718
6880
|
"type": "variable",
|
|
@@ -6720,8 +6882,8 @@
|
|
|
6720
6882
|
"value": "$kendo-table-footer-border",
|
|
6721
6883
|
"scope": "default",
|
|
6722
6884
|
"line": {
|
|
6723
|
-
"start":
|
|
6724
|
-
"end":
|
|
6885
|
+
"start": 177,
|
|
6886
|
+
"end": 177
|
|
6725
6887
|
}
|
|
6726
6888
|
},
|
|
6727
6889
|
"group": [
|
|
@@ -6738,8 +6900,8 @@
|
|
|
6738
6900
|
{
|
|
6739
6901
|
"description": "Background color of alternating rows in grid\n",
|
|
6740
6902
|
"commentRange": {
|
|
6741
|
-
"start":
|
|
6742
|
-
"end":
|
|
6903
|
+
"start": 179,
|
|
6904
|
+
"end": 180
|
|
6743
6905
|
},
|
|
6744
6906
|
"context": {
|
|
6745
6907
|
"type": "variable",
|
|
@@ -6747,8 +6909,8 @@
|
|
|
6747
6909
|
"value": "$kendo-table-alt-row-bg",
|
|
6748
6910
|
"scope": "default",
|
|
6749
6911
|
"line": {
|
|
6750
|
-
"start":
|
|
6751
|
-
"end":
|
|
6912
|
+
"start": 181,
|
|
6913
|
+
"end": 181
|
|
6752
6914
|
}
|
|
6753
6915
|
},
|
|
6754
6916
|
"group": [
|
|
@@ -6765,8 +6927,8 @@
|
|
|
6765
6927
|
{
|
|
6766
6928
|
"description": "Text color of alternating rows in grid\n",
|
|
6767
6929
|
"commentRange": {
|
|
6768
|
-
"start":
|
|
6769
|
-
"end":
|
|
6930
|
+
"start": 182,
|
|
6931
|
+
"end": 183
|
|
6770
6932
|
},
|
|
6771
6933
|
"context": {
|
|
6772
6934
|
"type": "variable",
|
|
@@ -6774,8 +6936,8 @@
|
|
|
6774
6936
|
"value": "$kendo-table-alt-row-text",
|
|
6775
6937
|
"scope": "default",
|
|
6776
6938
|
"line": {
|
|
6777
|
-
"start":
|
|
6778
|
-
"end":
|
|
6939
|
+
"start": 184,
|
|
6940
|
+
"end": 184
|
|
6779
6941
|
}
|
|
6780
6942
|
},
|
|
6781
6943
|
"group": [
|
|
@@ -6792,8 +6954,8 @@
|
|
|
6792
6954
|
{
|
|
6793
6955
|
"description": "Border color of alternating rows in grid\n",
|
|
6794
6956
|
"commentRange": {
|
|
6795
|
-
"start":
|
|
6796
|
-
"end":
|
|
6957
|
+
"start": 185,
|
|
6958
|
+
"end": 186
|
|
6797
6959
|
},
|
|
6798
6960
|
"context": {
|
|
6799
6961
|
"type": "variable",
|
|
@@ -6801,8 +6963,8 @@
|
|
|
6801
6963
|
"value": "$kendo-table-alt-row-border",
|
|
6802
6964
|
"scope": "default",
|
|
6803
6965
|
"line": {
|
|
6804
|
-
"start":
|
|
6805
|
-
"end":
|
|
6966
|
+
"start": 187,
|
|
6967
|
+
"end": 187
|
|
6806
6968
|
}
|
|
6807
6969
|
},
|
|
6808
6970
|
"group": [
|
|
@@ -6819,8 +6981,8 @@
|
|
|
6819
6981
|
{
|
|
6820
6982
|
"description": "Background color of hovered rows in grid\n",
|
|
6821
6983
|
"commentRange": {
|
|
6822
|
-
"start":
|
|
6823
|
-
"end":
|
|
6984
|
+
"start": 189,
|
|
6985
|
+
"end": 190
|
|
6824
6986
|
},
|
|
6825
6987
|
"context": {
|
|
6826
6988
|
"type": "variable",
|
|
@@ -6828,8 +6990,8 @@
|
|
|
6828
6990
|
"value": "$kendo-table-hover-bg",
|
|
6829
6991
|
"scope": "default",
|
|
6830
6992
|
"line": {
|
|
6831
|
-
"start":
|
|
6832
|
-
"end":
|
|
6993
|
+
"start": 191,
|
|
6994
|
+
"end": 191
|
|
6833
6995
|
}
|
|
6834
6996
|
},
|
|
6835
6997
|
"group": [
|
|
@@ -6846,8 +7008,8 @@
|
|
|
6846
7008
|
{
|
|
6847
7009
|
"description": "Text color of hovered rows in grid\n",
|
|
6848
7010
|
"commentRange": {
|
|
6849
|
-
"start":
|
|
6850
|
-
"end":
|
|
7011
|
+
"start": 192,
|
|
7012
|
+
"end": 193
|
|
6851
7013
|
},
|
|
6852
7014
|
"context": {
|
|
6853
7015
|
"type": "variable",
|
|
@@ -6855,8 +7017,8 @@
|
|
|
6855
7017
|
"value": "$kendo-table-hover-text",
|
|
6856
7018
|
"scope": "default",
|
|
6857
7019
|
"line": {
|
|
6858
|
-
"start":
|
|
6859
|
-
"end":
|
|
7020
|
+
"start": 194,
|
|
7021
|
+
"end": 194
|
|
6860
7022
|
}
|
|
6861
7023
|
},
|
|
6862
7024
|
"group": [
|
|
@@ -6873,8 +7035,8 @@
|
|
|
6873
7035
|
{
|
|
6874
7036
|
"description": "Border color of hovered rows in grid\n",
|
|
6875
7037
|
"commentRange": {
|
|
6876
|
-
"start":
|
|
6877
|
-
"end":
|
|
7038
|
+
"start": 195,
|
|
7039
|
+
"end": 196
|
|
6878
7040
|
},
|
|
6879
7041
|
"context": {
|
|
6880
7042
|
"type": "variable",
|
|
@@ -6882,8 +7044,8 @@
|
|
|
6882
7044
|
"value": "$kendo-table-hover-border",
|
|
6883
7045
|
"scope": "default",
|
|
6884
7046
|
"line": {
|
|
6885
|
-
"start":
|
|
6886
|
-
"end":
|
|
7047
|
+
"start": 197,
|
|
7048
|
+
"end": 197
|
|
6887
7049
|
}
|
|
6888
7050
|
},
|
|
6889
7051
|
"group": [
|
|
@@ -6900,8 +7062,8 @@
|
|
|
6900
7062
|
{
|
|
6901
7063
|
"description": "Background color of selected rows in grid\n",
|
|
6902
7064
|
"commentRange": {
|
|
6903
|
-
"start":
|
|
6904
|
-
"end":
|
|
7065
|
+
"start": 199,
|
|
7066
|
+
"end": 200
|
|
6905
7067
|
},
|
|
6906
7068
|
"context": {
|
|
6907
7069
|
"type": "variable",
|
|
@@ -6909,8 +7071,8 @@
|
|
|
6909
7071
|
"value": "$kendo-table-selected-bg",
|
|
6910
7072
|
"scope": "default",
|
|
6911
7073
|
"line": {
|
|
6912
|
-
"start":
|
|
6913
|
-
"end":
|
|
7074
|
+
"start": 201,
|
|
7075
|
+
"end": 201
|
|
6914
7076
|
}
|
|
6915
7077
|
},
|
|
6916
7078
|
"group": [
|
|
@@ -6927,8 +7089,8 @@
|
|
|
6927
7089
|
{
|
|
6928
7090
|
"description": "Text color of selected rows in grid\n",
|
|
6929
7091
|
"commentRange": {
|
|
6930
|
-
"start":
|
|
6931
|
-
"end":
|
|
7092
|
+
"start": 202,
|
|
7093
|
+
"end": 203
|
|
6932
7094
|
},
|
|
6933
7095
|
"context": {
|
|
6934
7096
|
"type": "variable",
|
|
@@ -6936,8 +7098,8 @@
|
|
|
6936
7098
|
"value": "$kendo-table-selected-text",
|
|
6937
7099
|
"scope": "default",
|
|
6938
7100
|
"line": {
|
|
6939
|
-
"start":
|
|
6940
|
-
"end":
|
|
7101
|
+
"start": 204,
|
|
7102
|
+
"end": 204
|
|
6941
7103
|
}
|
|
6942
7104
|
},
|
|
6943
7105
|
"group": [
|
|
@@ -6954,8 +7116,8 @@
|
|
|
6954
7116
|
{
|
|
6955
7117
|
"description": "Border color of selected rows in grid\n",
|
|
6956
7118
|
"commentRange": {
|
|
6957
|
-
"start":
|
|
6958
|
-
"end":
|
|
7119
|
+
"start": 205,
|
|
7120
|
+
"end": 206
|
|
6959
7121
|
},
|
|
6960
7122
|
"context": {
|
|
6961
7123
|
"type": "variable",
|
|
@@ -6963,8 +7125,8 @@
|
|
|
6963
7125
|
"value": "$kendo-table-selected-border",
|
|
6964
7126
|
"scope": "default",
|
|
6965
7127
|
"line": {
|
|
6966
|
-
"start":
|
|
6967
|
-
"end":
|
|
7128
|
+
"start": 207,
|
|
7129
|
+
"end": 207
|
|
6968
7130
|
}
|
|
6969
7131
|
},
|
|
6970
7132
|
"group": [
|
|
@@ -6978,6 +7140,276 @@
|
|
|
6978
7140
|
"resolvedValue": "null",
|
|
6979
7141
|
"resolvedType": "Null"
|
|
6980
7142
|
},
|
|
7143
|
+
{
|
|
7144
|
+
"description": "Background color of the selection aggregates container\n",
|
|
7145
|
+
"commentRange": {
|
|
7146
|
+
"start": 209,
|
|
7147
|
+
"end": 210
|
|
7148
|
+
},
|
|
7149
|
+
"context": {
|
|
7150
|
+
"type": "variable",
|
|
7151
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
7152
|
+
"value": "$kendo-grid-header-bg",
|
|
7153
|
+
"scope": "default",
|
|
7154
|
+
"line": {
|
|
7155
|
+
"start": 211,
|
|
7156
|
+
"end": 211
|
|
7157
|
+
}
|
|
7158
|
+
},
|
|
7159
|
+
"group": [
|
|
7160
|
+
"grid"
|
|
7161
|
+
],
|
|
7162
|
+
"access": "public",
|
|
7163
|
+
"file": {
|
|
7164
|
+
"path": "grid/_variables.scss",
|
|
7165
|
+
"name": "_variables.scss"
|
|
7166
|
+
},
|
|
7167
|
+
"resolvedValue": "#f0f0f0",
|
|
7168
|
+
"resolvedType": "Color"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"description": "Text color of the selection aggregates container\n",
|
|
7172
|
+
"commentRange": {
|
|
7173
|
+
"start": 212,
|
|
7174
|
+
"end": 213
|
|
7175
|
+
},
|
|
7176
|
+
"context": {
|
|
7177
|
+
"type": "variable",
|
|
7178
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
7179
|
+
"value": "$kendo-grid-text",
|
|
7180
|
+
"scope": "default",
|
|
7181
|
+
"line": {
|
|
7182
|
+
"start": 214,
|
|
7183
|
+
"end": 214
|
|
7184
|
+
}
|
|
7185
|
+
},
|
|
7186
|
+
"group": [
|
|
7187
|
+
"grid"
|
|
7188
|
+
],
|
|
7189
|
+
"access": "public",
|
|
7190
|
+
"file": {
|
|
7191
|
+
"path": "grid/_variables.scss",
|
|
7192
|
+
"name": "_variables.scss"
|
|
7193
|
+
},
|
|
7194
|
+
"resolvedValue": "#272727",
|
|
7195
|
+
"resolvedType": "Color"
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
"description": "Border color of the selection aggregates container\n",
|
|
7199
|
+
"commentRange": {
|
|
7200
|
+
"start": 215,
|
|
7201
|
+
"end": 216
|
|
7202
|
+
},
|
|
7203
|
+
"context": {
|
|
7204
|
+
"type": "variable",
|
|
7205
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
7206
|
+
"value": "$kendo-grid-border",
|
|
7207
|
+
"scope": "default",
|
|
7208
|
+
"line": {
|
|
7209
|
+
"start": 217,
|
|
7210
|
+
"end": 217
|
|
7211
|
+
}
|
|
7212
|
+
},
|
|
7213
|
+
"group": [
|
|
7214
|
+
"grid"
|
|
7215
|
+
],
|
|
7216
|
+
"access": "public",
|
|
7217
|
+
"file": {
|
|
7218
|
+
"path": "grid/_variables.scss",
|
|
7219
|
+
"name": "_variables.scss"
|
|
7220
|
+
},
|
|
7221
|
+
"resolvedValue": "#cacaca",
|
|
7222
|
+
"resolvedType": "Color"
|
|
7223
|
+
},
|
|
7224
|
+
{
|
|
7225
|
+
"description": "Border width of the selection aggregates container\n",
|
|
7226
|
+
"commentRange": {
|
|
7227
|
+
"start": 218,
|
|
7228
|
+
"end": 219
|
|
7229
|
+
},
|
|
7230
|
+
"context": {
|
|
7231
|
+
"type": "variable",
|
|
7232
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
7233
|
+
"value": "$kendo-grid-border-width",
|
|
7234
|
+
"scope": "default",
|
|
7235
|
+
"line": {
|
|
7236
|
+
"start": 220,
|
|
7237
|
+
"end": 220
|
|
7238
|
+
}
|
|
7239
|
+
},
|
|
7240
|
+
"group": [
|
|
7241
|
+
"grid"
|
|
7242
|
+
],
|
|
7243
|
+
"access": "public",
|
|
7244
|
+
"file": {
|
|
7245
|
+
"path": "grid/_variables.scss",
|
|
7246
|
+
"name": "_variables.scss"
|
|
7247
|
+
},
|
|
7248
|
+
"resolvedValue": "1px",
|
|
7249
|
+
"resolvedType": "Number"
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
7253
|
+
"commentRange": {
|
|
7254
|
+
"start": 221,
|
|
7255
|
+
"end": 222
|
|
7256
|
+
},
|
|
7257
|
+
"context": {
|
|
7258
|
+
"type": "variable",
|
|
7259
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
7260
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
7261
|
+
"scope": "default",
|
|
7262
|
+
"line": {
|
|
7263
|
+
"start": 223,
|
|
7264
|
+
"end": 223
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7267
|
+
"group": [
|
|
7268
|
+
"grid"
|
|
7269
|
+
],
|
|
7270
|
+
"access": "public",
|
|
7271
|
+
"file": {
|
|
7272
|
+
"path": "grid/_variables.scss",
|
|
7273
|
+
"name": "_variables.scss"
|
|
7274
|
+
},
|
|
7275
|
+
"resolvedValue": "8px",
|
|
7276
|
+
"resolvedType": "Number"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"description": "Line height of the selection aggregates container\n",
|
|
7280
|
+
"commentRange": {
|
|
7281
|
+
"start": 224,
|
|
7282
|
+
"end": 225
|
|
7283
|
+
},
|
|
7284
|
+
"context": {
|
|
7285
|
+
"type": "variable",
|
|
7286
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
7287
|
+
"value": "$kendo-grid-line-height",
|
|
7288
|
+
"scope": "default",
|
|
7289
|
+
"line": {
|
|
7290
|
+
"start": 226,
|
|
7291
|
+
"end": 226
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7294
|
+
"group": [
|
|
7295
|
+
"grid"
|
|
7296
|
+
],
|
|
7297
|
+
"access": "public",
|
|
7298
|
+
"file": {
|
|
7299
|
+
"path": "grid/_variables.scss",
|
|
7300
|
+
"name": "_variables.scss"
|
|
7301
|
+
},
|
|
7302
|
+
"resolvedValue": "1.4285714286",
|
|
7303
|
+
"resolvedType": "Number"
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
7307
|
+
"commentRange": {
|
|
7308
|
+
"start": 227,
|
|
7309
|
+
"end": 228
|
|
7310
|
+
},
|
|
7311
|
+
"context": {
|
|
7312
|
+
"type": "variable",
|
|
7313
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
7314
|
+
"value": "$kendo-font-weight-bold",
|
|
7315
|
+
"scope": "default",
|
|
7316
|
+
"line": {
|
|
7317
|
+
"start": 229,
|
|
7318
|
+
"end": 229
|
|
7319
|
+
}
|
|
7320
|
+
},
|
|
7321
|
+
"group": [
|
|
7322
|
+
"grid"
|
|
7323
|
+
],
|
|
7324
|
+
"access": "public",
|
|
7325
|
+
"file": {
|
|
7326
|
+
"path": "grid/_variables.scss",
|
|
7327
|
+
"name": "_variables.scss"
|
|
7328
|
+
},
|
|
7329
|
+
"resolvedValue": "700",
|
|
7330
|
+
"resolvedType": "Number"
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
7334
|
+
"commentRange": {
|
|
7335
|
+
"start": 313,
|
|
7336
|
+
"end": 314
|
|
7337
|
+
},
|
|
7338
|
+
"context": {
|
|
7339
|
+
"type": "variable",
|
|
7340
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
7341
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
7342
|
+
"scope": "default",
|
|
7343
|
+
"line": {
|
|
7344
|
+
"start": 315,
|
|
7345
|
+
"end": 315
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
"group": [
|
|
7349
|
+
"grid"
|
|
7350
|
+
],
|
|
7351
|
+
"access": "public",
|
|
7352
|
+
"file": {
|
|
7353
|
+
"path": "grid/_variables.scss",
|
|
7354
|
+
"name": "_variables.scss"
|
|
7355
|
+
},
|
|
7356
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
7357
|
+
"resolvedType": "Color"
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
7361
|
+
"commentRange": {
|
|
7362
|
+
"start": 316,
|
|
7363
|
+
"end": 317
|
|
7364
|
+
},
|
|
7365
|
+
"context": {
|
|
7366
|
+
"type": "variable",
|
|
7367
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
7368
|
+
"value": "$kendo-color-primary",
|
|
7369
|
+
"scope": "default",
|
|
7370
|
+
"line": {
|
|
7371
|
+
"start": 318,
|
|
7372
|
+
"end": 318
|
|
7373
|
+
}
|
|
7374
|
+
},
|
|
7375
|
+
"group": [
|
|
7376
|
+
"grid"
|
|
7377
|
+
],
|
|
7378
|
+
"access": "public",
|
|
7379
|
+
"file": {
|
|
7380
|
+
"path": "grid/_variables.scss",
|
|
7381
|
+
"name": "_variables.scss"
|
|
7382
|
+
},
|
|
7383
|
+
"resolvedValue": "#f35800",
|
|
7384
|
+
"resolvedType": "Color"
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"description": "Height of the grid row resize indicator\n",
|
|
7388
|
+
"commentRange": {
|
|
7389
|
+
"start": 319,
|
|
7390
|
+
"end": 320
|
|
7391
|
+
},
|
|
7392
|
+
"context": {
|
|
7393
|
+
"type": "variable",
|
|
7394
|
+
"name": "kendo-grid-row-resizer-height",
|
|
7395
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
7396
|
+
"scope": "default",
|
|
7397
|
+
"line": {
|
|
7398
|
+
"start": 321,
|
|
7399
|
+
"end": 321
|
|
7400
|
+
}
|
|
7401
|
+
},
|
|
7402
|
+
"group": [
|
|
7403
|
+
"grid"
|
|
7404
|
+
],
|
|
7405
|
+
"access": "public",
|
|
7406
|
+
"file": {
|
|
7407
|
+
"path": "grid/_variables.scss",
|
|
7408
|
+
"name": "_variables.scss"
|
|
7409
|
+
},
|
|
7410
|
+
"resolvedValue": "2px",
|
|
7411
|
+
"resolvedType": "Number"
|
|
7412
|
+
},
|
|
6981
7413
|
{
|
|
6982
7414
|
"description": "The default width of the Input components.\n",
|
|
6983
7415
|
"commentRange": {
|
|
@@ -20616,8 +21048,8 @@
|
|
|
20616
21048
|
{
|
|
20617
21049
|
"description": "Base font size across all components.\n",
|
|
20618
21050
|
"commentRange": {
|
|
20619
|
-
"start":
|
|
20620
|
-
"end":
|
|
21051
|
+
"start": 208,
|
|
21052
|
+
"end": 209
|
|
20621
21053
|
},
|
|
20622
21054
|
"context": {
|
|
20623
21055
|
"type": "variable",
|
|
@@ -20625,8 +21057,8 @@
|
|
|
20625
21057
|
"value": "14px",
|
|
20626
21058
|
"scope": "default",
|
|
20627
21059
|
"line": {
|
|
20628
|
-
"start":
|
|
20629
|
-
"end":
|
|
21060
|
+
"start": 210,
|
|
21061
|
+
"end": 210
|
|
20630
21062
|
}
|
|
20631
21063
|
},
|
|
20632
21064
|
"group": [
|
|
@@ -20643,8 +21075,8 @@
|
|
|
20643
21075
|
{
|
|
20644
21076
|
"description": "Font family for text.\n",
|
|
20645
21077
|
"commentRange": {
|
|
20646
|
-
"start":
|
|
20647
|
-
"end":
|
|
21078
|
+
"start": 225,
|
|
21079
|
+
"end": 226
|
|
20648
21080
|
},
|
|
20649
21081
|
"context": {
|
|
20650
21082
|
"type": "variable",
|
|
@@ -20652,8 +21084,8 @@
|
|
|
20652
21084
|
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
20653
21085
|
"scope": "default",
|
|
20654
21086
|
"line": {
|
|
20655
|
-
"start":
|
|
20656
|
-
"end":
|
|
21087
|
+
"start": 227,
|
|
21088
|
+
"end": 227
|
|
20657
21089
|
}
|
|
20658
21090
|
},
|
|
20659
21091
|
"group": [
|
|
@@ -20670,8 +21102,8 @@
|
|
|
20670
21102
|
{
|
|
20671
21103
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
20672
21104
|
"commentRange": {
|
|
20673
|
-
"start":
|
|
20674
|
-
"end":
|
|
21105
|
+
"start": 229,
|
|
21106
|
+
"end": 230
|
|
20675
21107
|
},
|
|
20676
21108
|
"context": {
|
|
20677
21109
|
"type": "variable",
|
|
@@ -20679,8 +21111,8 @@
|
|
|
20679
21111
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
20680
21112
|
"scope": "default",
|
|
20681
21113
|
"line": {
|
|
20682
|
-
"start":
|
|
20683
|
-
"end":
|
|
21114
|
+
"start": 231,
|
|
21115
|
+
"end": 231
|
|
20684
21116
|
}
|
|
20685
21117
|
},
|
|
20686
21118
|
"group": [
|
|
@@ -20697,8 +21129,8 @@
|
|
|
20697
21129
|
{
|
|
20698
21130
|
"description": "Font family across all components.\n",
|
|
20699
21131
|
"commentRange": {
|
|
20700
|
-
"start":
|
|
20701
|
-
"end":
|
|
21132
|
+
"start": 233,
|
|
21133
|
+
"end": 234
|
|
20702
21134
|
},
|
|
20703
21135
|
"context": {
|
|
20704
21136
|
"type": "variable",
|
|
@@ -20706,8 +21138,8 @@
|
|
|
20706
21138
|
"value": "inherit",
|
|
20707
21139
|
"scope": "default",
|
|
20708
21140
|
"line": {
|
|
20709
|
-
"start":
|
|
20710
|
-
"end":
|
|
21141
|
+
"start": 235,
|
|
21142
|
+
"end": 235
|
|
20711
21143
|
}
|
|
20712
21144
|
},
|
|
20713
21145
|
"group": [
|
|
@@ -20724,8 +21156,8 @@
|
|
|
20724
21156
|
{
|
|
20725
21157
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
20726
21158
|
"commentRange": {
|
|
20727
|
-
"start":
|
|
20728
|
-
"end":
|
|
21159
|
+
"start": 237,
|
|
21160
|
+
"end": 238
|
|
20729
21161
|
},
|
|
20730
21162
|
"context": {
|
|
20731
21163
|
"type": "variable",
|
|
@@ -20733,8 +21165,8 @@
|
|
|
20733
21165
|
"value": "k-math-div( 20, 14 )",
|
|
20734
21166
|
"scope": "default",
|
|
20735
21167
|
"line": {
|
|
20736
|
-
"start":
|
|
20737
|
-
"end":
|
|
21168
|
+
"start": 239,
|
|
21169
|
+
"end": 239
|
|
20738
21170
|
}
|
|
20739
21171
|
},
|
|
20740
21172
|
"group": [
|
|
@@ -20751,8 +21183,8 @@
|
|
|
20751
21183
|
{
|
|
20752
21184
|
"description": "Border radius for all components.\n",
|
|
20753
21185
|
"commentRange": {
|
|
20754
|
-
"start":
|
|
20755
|
-
"end":
|
|
21186
|
+
"start": 84,
|
|
21187
|
+
"end": 84
|
|
20756
21188
|
},
|
|
20757
21189
|
"context": {
|
|
20758
21190
|
"type": "variable",
|
|
@@ -20760,8 +21192,8 @@
|
|
|
20760
21192
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
20761
21193
|
"scope": "default",
|
|
20762
21194
|
"line": {
|
|
20763
|
-
"start":
|
|
20764
|
-
"end":
|
|
21195
|
+
"start": 85,
|
|
21196
|
+
"end": 85
|
|
20765
21197
|
}
|
|
20766
21198
|
},
|
|
20767
21199
|
"access": "public",
|
|
@@ -20778,8 +21210,8 @@
|
|
|
20778
21210
|
{
|
|
20779
21211
|
"description": "The background of the components' chrome area.\n",
|
|
20780
21212
|
"commentRange": {
|
|
20781
|
-
"start":
|
|
20782
|
-
"end":
|
|
21213
|
+
"start": 276,
|
|
21214
|
+
"end": 276
|
|
20783
21215
|
},
|
|
20784
21216
|
"context": {
|
|
20785
21217
|
"type": "variable",
|
|
@@ -20787,8 +21219,8 @@
|
|
|
20787
21219
|
"value": "#f0f0f0",
|
|
20788
21220
|
"scope": "default",
|
|
20789
21221
|
"line": {
|
|
20790
|
-
"start":
|
|
20791
|
-
"end":
|
|
21222
|
+
"start": 277,
|
|
21223
|
+
"end": 277
|
|
20792
21224
|
}
|
|
20793
21225
|
},
|
|
20794
21226
|
"access": "public",
|
|
@@ -20805,8 +21237,8 @@
|
|
|
20805
21237
|
{
|
|
20806
21238
|
"description": "The text color of the components' chrome area.\n",
|
|
20807
21239
|
"commentRange": {
|
|
20808
|
-
"start":
|
|
20809
|
-
"end":
|
|
21240
|
+
"start": 278,
|
|
21241
|
+
"end": 278
|
|
20810
21242
|
},
|
|
20811
21243
|
"context": {
|
|
20812
21244
|
"type": "variable",
|
|
@@ -20814,8 +21246,8 @@
|
|
|
20814
21246
|
"value": "$kendo-body-text",
|
|
20815
21247
|
"scope": "default",
|
|
20816
21248
|
"line": {
|
|
20817
|
-
"start":
|
|
20818
|
-
"end":
|
|
21249
|
+
"start": 279,
|
|
21250
|
+
"end": 279
|
|
20819
21251
|
}
|
|
20820
21252
|
},
|
|
20821
21253
|
"access": "public",
|
|
@@ -20832,8 +21264,8 @@
|
|
|
20832
21264
|
{
|
|
20833
21265
|
"description": "The border color of the components' chrome area.\n",
|
|
20834
21266
|
"commentRange": {
|
|
20835
|
-
"start":
|
|
20836
|
-
"end":
|
|
21267
|
+
"start": 280,
|
|
21268
|
+
"end": 280
|
|
20837
21269
|
},
|
|
20838
21270
|
"context": {
|
|
20839
21271
|
"type": "variable",
|
|
@@ -20841,8 +21273,8 @@
|
|
|
20841
21273
|
"value": "k-try-shade( $kendo-base-bg, 2 )",
|
|
20842
21274
|
"scope": "default",
|
|
20843
21275
|
"line": {
|
|
20844
|
-
"start":
|
|
20845
|
-
"end":
|
|
21276
|
+
"start": 281,
|
|
21277
|
+
"end": 281
|
|
20846
21278
|
}
|
|
20847
21279
|
},
|
|
20848
21280
|
"access": "public",
|
|
@@ -20859,8 +21291,8 @@
|
|
|
20859
21291
|
{
|
|
20860
21292
|
"description": "The gradient background of the components' chrome area.\n",
|
|
20861
21293
|
"commentRange": {
|
|
20862
|
-
"start":
|
|
20863
|
-
"end":
|
|
21294
|
+
"start": 282,
|
|
21295
|
+
"end": 282
|
|
20864
21296
|
},
|
|
20865
21297
|
"context": {
|
|
20866
21298
|
"type": "variable",
|
|
@@ -20868,8 +21300,8 @@
|
|
|
20868
21300
|
"value": "rgba( white, .1 ), rgba( white, 0 )",
|
|
20869
21301
|
"scope": "default",
|
|
20870
21302
|
"line": {
|
|
20871
|
-
"start":
|
|
20872
|
-
"end":
|
|
21303
|
+
"start": 283,
|
|
21304
|
+
"end": 283
|
|
20873
21305
|
}
|
|
20874
21306
|
},
|
|
20875
21307
|
"access": "public",
|
|
@@ -20886,8 +21318,8 @@
|
|
|
20886
21318
|
{
|
|
20887
21319
|
"description": "The background of hovered items.\n",
|
|
20888
21320
|
"commentRange": {
|
|
20889
|
-
"start":
|
|
20890
|
-
"end":
|
|
21321
|
+
"start": 298,
|
|
21322
|
+
"end": 298
|
|
20891
21323
|
},
|
|
20892
21324
|
"context": {
|
|
20893
21325
|
"type": "variable",
|
|
@@ -20895,8 +21327,8 @@
|
|
|
20895
21327
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
20896
21328
|
"scope": "default",
|
|
20897
21329
|
"line": {
|
|
20898
|
-
"start":
|
|
20899
|
-
"end":
|
|
21330
|
+
"start": 299,
|
|
21331
|
+
"end": 299
|
|
20900
21332
|
}
|
|
20901
21333
|
},
|
|
20902
21334
|
"access": "public",
|
|
@@ -20913,8 +21345,8 @@
|
|
|
20913
21345
|
{
|
|
20914
21346
|
"description": "The text color of hovered items.\n",
|
|
20915
21347
|
"commentRange": {
|
|
20916
|
-
"start":
|
|
20917
|
-
"end":
|
|
21348
|
+
"start": 300,
|
|
21349
|
+
"end": 300
|
|
20918
21350
|
},
|
|
20919
21351
|
"context": {
|
|
20920
21352
|
"type": "variable",
|
|
@@ -20922,8 +21354,8 @@
|
|
|
20922
21354
|
"value": "$kendo-base-text",
|
|
20923
21355
|
"scope": "default",
|
|
20924
21356
|
"line": {
|
|
20925
|
-
"start":
|
|
20926
|
-
"end":
|
|
21357
|
+
"start": 301,
|
|
21358
|
+
"end": 301
|
|
20927
21359
|
}
|
|
20928
21360
|
},
|
|
20929
21361
|
"access": "public",
|
|
@@ -20940,8 +21372,8 @@
|
|
|
20940
21372
|
{
|
|
20941
21373
|
"description": "The border color of hovered items.\n",
|
|
20942
21374
|
"commentRange": {
|
|
20943
|
-
"start":
|
|
20944
|
-
"end":
|
|
21375
|
+
"start": 302,
|
|
21376
|
+
"end": 302
|
|
20945
21377
|
},
|
|
20946
21378
|
"context": {
|
|
20947
21379
|
"type": "variable",
|
|
@@ -20949,8 +21381,8 @@
|
|
|
20949
21381
|
"value": "k-try-shade( $kendo-hover-bg, 2 )",
|
|
20950
21382
|
"scope": "default",
|
|
20951
21383
|
"line": {
|
|
20952
|
-
"start":
|
|
20953
|
-
"end":
|
|
21384
|
+
"start": 303,
|
|
21385
|
+
"end": 303
|
|
20954
21386
|
}
|
|
20955
21387
|
},
|
|
20956
21388
|
"access": "public",
|
|
@@ -20967,8 +21399,8 @@
|
|
|
20967
21399
|
{
|
|
20968
21400
|
"description": "The gradient background of hovered items.\n",
|
|
20969
21401
|
"commentRange": {
|
|
20970
|
-
"start":
|
|
20971
|
-
"end":
|
|
21402
|
+
"start": 304,
|
|
21403
|
+
"end": 304
|
|
20972
21404
|
},
|
|
20973
21405
|
"context": {
|
|
20974
21406
|
"type": "variable",
|
|
@@ -20976,8 +21408,8 @@
|
|
|
20976
21408
|
"value": "$kendo-base-gradient",
|
|
20977
21409
|
"scope": "default",
|
|
20978
21410
|
"line": {
|
|
20979
|
-
"start":
|
|
20980
|
-
"end":
|
|
21411
|
+
"start": 305,
|
|
21412
|
+
"end": 305
|
|
20981
21413
|
}
|
|
20982
21414
|
},
|
|
20983
21415
|
"access": "public",
|
|
@@ -20994,8 +21426,8 @@
|
|
|
20994
21426
|
{
|
|
20995
21427
|
"description": "The background of selected items.\n",
|
|
20996
21428
|
"commentRange": {
|
|
20997
|
-
"start":
|
|
20998
|
-
"end":
|
|
21429
|
+
"start": 307,
|
|
21430
|
+
"end": 307
|
|
20999
21431
|
},
|
|
21000
21432
|
"context": {
|
|
21001
21433
|
"type": "variable",
|
|
@@ -21003,8 +21435,8 @@
|
|
|
21003
21435
|
"value": "$kendo-color-primary",
|
|
21004
21436
|
"scope": "default",
|
|
21005
21437
|
"line": {
|
|
21006
|
-
"start":
|
|
21007
|
-
"end":
|
|
21438
|
+
"start": 308,
|
|
21439
|
+
"end": 308
|
|
21008
21440
|
}
|
|
21009
21441
|
},
|
|
21010
21442
|
"access": "public",
|
|
@@ -21021,8 +21453,8 @@
|
|
|
21021
21453
|
{
|
|
21022
21454
|
"description": "The text color of selected items.\n",
|
|
21023
21455
|
"commentRange": {
|
|
21024
|
-
"start":
|
|
21025
|
-
"end":
|
|
21456
|
+
"start": 309,
|
|
21457
|
+
"end": 309
|
|
21026
21458
|
},
|
|
21027
21459
|
"context": {
|
|
21028
21460
|
"type": "variable",
|
|
@@ -21030,8 +21462,8 @@
|
|
|
21030
21462
|
"value": "k-contrast-legacy( $kendo-selected-bg )",
|
|
21031
21463
|
"scope": "default",
|
|
21032
21464
|
"line": {
|
|
21033
|
-
"start":
|
|
21034
|
-
"end":
|
|
21465
|
+
"start": 310,
|
|
21466
|
+
"end": 310
|
|
21035
21467
|
}
|
|
21036
21468
|
},
|
|
21037
21469
|
"access": "public",
|
|
@@ -21048,8 +21480,8 @@
|
|
|
21048
21480
|
{
|
|
21049
21481
|
"description": "The border color of selected items.\n",
|
|
21050
21482
|
"commentRange": {
|
|
21051
|
-
"start":
|
|
21052
|
-
"end":
|
|
21483
|
+
"start": 311,
|
|
21484
|
+
"end": 311
|
|
21053
21485
|
},
|
|
21054
21486
|
"context": {
|
|
21055
21487
|
"type": "variable",
|
|
@@ -21057,8 +21489,8 @@
|
|
|
21057
21489
|
"value": "k-try-shade( $kendo-selected-bg, 2 )",
|
|
21058
21490
|
"scope": "default",
|
|
21059
21491
|
"line": {
|
|
21060
|
-
"start":
|
|
21061
|
-
"end":
|
|
21492
|
+
"start": 312,
|
|
21493
|
+
"end": 312
|
|
21062
21494
|
}
|
|
21063
21495
|
},
|
|
21064
21496
|
"access": "public",
|
|
@@ -21075,8 +21507,8 @@
|
|
|
21075
21507
|
{
|
|
21076
21508
|
"description": "The gradient background of selected items.\n",
|
|
21077
21509
|
"commentRange": {
|
|
21078
|
-
"start":
|
|
21079
|
-
"end":
|
|
21510
|
+
"start": 313,
|
|
21511
|
+
"end": 313
|
|
21080
21512
|
},
|
|
21081
21513
|
"context": {
|
|
21082
21514
|
"type": "variable",
|
|
@@ -21084,8 +21516,8 @@
|
|
|
21084
21516
|
"value": "$kendo-base-gradient",
|
|
21085
21517
|
"scope": "default",
|
|
21086
21518
|
"line": {
|
|
21087
|
-
"start":
|
|
21088
|
-
"end":
|
|
21519
|
+
"start": 314,
|
|
21520
|
+
"end": 314
|
|
21089
21521
|
}
|
|
21090
21522
|
},
|
|
21091
21523
|
"access": "public",
|
|
@@ -21139,8 +21571,8 @@
|
|
|
21139
21571
|
{
|
|
21140
21572
|
"description": "Border radius for all components.\n",
|
|
21141
21573
|
"commentRange": {
|
|
21142
|
-
"start":
|
|
21143
|
-
"end":
|
|
21574
|
+
"start": 84,
|
|
21575
|
+
"end": 84
|
|
21144
21576
|
},
|
|
21145
21577
|
"context": {
|
|
21146
21578
|
"type": "variable",
|
|
@@ -21148,8 +21580,8 @@
|
|
|
21148
21580
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
21149
21581
|
"scope": "default",
|
|
21150
21582
|
"line": {
|
|
21151
|
-
"start":
|
|
21152
|
-
"end":
|
|
21583
|
+
"start": 85,
|
|
21584
|
+
"end": 85
|
|
21153
21585
|
}
|
|
21154
21586
|
},
|
|
21155
21587
|
"access": "public",
|
|
@@ -21166,8 +21598,8 @@
|
|
|
21166
21598
|
{
|
|
21167
21599
|
"description": "The background of the components' chrome area.\n",
|
|
21168
21600
|
"commentRange": {
|
|
21169
|
-
"start":
|
|
21170
|
-
"end":
|
|
21601
|
+
"start": 276,
|
|
21602
|
+
"end": 276
|
|
21171
21603
|
},
|
|
21172
21604
|
"context": {
|
|
21173
21605
|
"type": "variable",
|
|
@@ -21175,8 +21607,8 @@
|
|
|
21175
21607
|
"value": "#f0f0f0",
|
|
21176
21608
|
"scope": "default",
|
|
21177
21609
|
"line": {
|
|
21178
|
-
"start":
|
|
21179
|
-
"end":
|
|
21610
|
+
"start": 277,
|
|
21611
|
+
"end": 277
|
|
21180
21612
|
}
|
|
21181
21613
|
},
|
|
21182
21614
|
"access": "public",
|
|
@@ -21193,8 +21625,8 @@
|
|
|
21193
21625
|
{
|
|
21194
21626
|
"description": "The text color of the components' chrome area.\n",
|
|
21195
21627
|
"commentRange": {
|
|
21196
|
-
"start":
|
|
21197
|
-
"end":
|
|
21628
|
+
"start": 278,
|
|
21629
|
+
"end": 278
|
|
21198
21630
|
},
|
|
21199
21631
|
"context": {
|
|
21200
21632
|
"type": "variable",
|
|
@@ -21202,8 +21634,8 @@
|
|
|
21202
21634
|
"value": "$kendo-body-text",
|
|
21203
21635
|
"scope": "default",
|
|
21204
21636
|
"line": {
|
|
21205
|
-
"start":
|
|
21206
|
-
"end":
|
|
21637
|
+
"start": 279,
|
|
21638
|
+
"end": 279
|
|
21207
21639
|
}
|
|
21208
21640
|
},
|
|
21209
21641
|
"access": "public",
|
|
@@ -21220,8 +21652,8 @@
|
|
|
21220
21652
|
{
|
|
21221
21653
|
"description": "The border color of the components' chrome area.\n",
|
|
21222
21654
|
"commentRange": {
|
|
21223
|
-
"start":
|
|
21224
|
-
"end":
|
|
21655
|
+
"start": 280,
|
|
21656
|
+
"end": 280
|
|
21225
21657
|
},
|
|
21226
21658
|
"context": {
|
|
21227
21659
|
"type": "variable",
|
|
@@ -21229,8 +21661,8 @@
|
|
|
21229
21661
|
"value": "k-try-shade( $kendo-base-bg, 2 )",
|
|
21230
21662
|
"scope": "default",
|
|
21231
21663
|
"line": {
|
|
21232
|
-
"start":
|
|
21233
|
-
"end":
|
|
21664
|
+
"start": 281,
|
|
21665
|
+
"end": 281
|
|
21234
21666
|
}
|
|
21235
21667
|
},
|
|
21236
21668
|
"access": "public",
|
|
@@ -21247,8 +21679,8 @@
|
|
|
21247
21679
|
{
|
|
21248
21680
|
"description": "The gradient background of the components' chrome area.\n",
|
|
21249
21681
|
"commentRange": {
|
|
21250
|
-
"start":
|
|
21251
|
-
"end":
|
|
21682
|
+
"start": 282,
|
|
21683
|
+
"end": 282
|
|
21252
21684
|
},
|
|
21253
21685
|
"context": {
|
|
21254
21686
|
"type": "variable",
|
|
@@ -21256,8 +21688,8 @@
|
|
|
21256
21688
|
"value": "rgba( white, .1 ), rgba( white, 0 )",
|
|
21257
21689
|
"scope": "default",
|
|
21258
21690
|
"line": {
|
|
21259
|
-
"start":
|
|
21260
|
-
"end":
|
|
21691
|
+
"start": 283,
|
|
21692
|
+
"end": 283
|
|
21261
21693
|
}
|
|
21262
21694
|
},
|
|
21263
21695
|
"access": "public",
|
|
@@ -21274,8 +21706,8 @@
|
|
|
21274
21706
|
{
|
|
21275
21707
|
"description": "The background of hovered items.\n",
|
|
21276
21708
|
"commentRange": {
|
|
21277
|
-
"start":
|
|
21278
|
-
"end":
|
|
21709
|
+
"start": 298,
|
|
21710
|
+
"end": 298
|
|
21279
21711
|
},
|
|
21280
21712
|
"context": {
|
|
21281
21713
|
"type": "variable",
|
|
@@ -21283,8 +21715,8 @@
|
|
|
21283
21715
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
21284
21716
|
"scope": "default",
|
|
21285
21717
|
"line": {
|
|
21286
|
-
"start":
|
|
21287
|
-
"end":
|
|
21718
|
+
"start": 299,
|
|
21719
|
+
"end": 299
|
|
21288
21720
|
}
|
|
21289
21721
|
},
|
|
21290
21722
|
"access": "public",
|
|
@@ -21301,8 +21733,8 @@
|
|
|
21301
21733
|
{
|
|
21302
21734
|
"description": "The text color of hovered items.\n",
|
|
21303
21735
|
"commentRange": {
|
|
21304
|
-
"start":
|
|
21305
|
-
"end":
|
|
21736
|
+
"start": 300,
|
|
21737
|
+
"end": 300
|
|
21306
21738
|
},
|
|
21307
21739
|
"context": {
|
|
21308
21740
|
"type": "variable",
|
|
@@ -21310,8 +21742,8 @@
|
|
|
21310
21742
|
"value": "$kendo-base-text",
|
|
21311
21743
|
"scope": "default",
|
|
21312
21744
|
"line": {
|
|
21313
|
-
"start":
|
|
21314
|
-
"end":
|
|
21745
|
+
"start": 301,
|
|
21746
|
+
"end": 301
|
|
21315
21747
|
}
|
|
21316
21748
|
},
|
|
21317
21749
|
"access": "public",
|
|
@@ -21328,8 +21760,8 @@
|
|
|
21328
21760
|
{
|
|
21329
21761
|
"description": "The border color of hovered items.\n",
|
|
21330
21762
|
"commentRange": {
|
|
21331
|
-
"start":
|
|
21332
|
-
"end":
|
|
21763
|
+
"start": 302,
|
|
21764
|
+
"end": 302
|
|
21333
21765
|
},
|
|
21334
21766
|
"context": {
|
|
21335
21767
|
"type": "variable",
|
|
@@ -21337,8 +21769,8 @@
|
|
|
21337
21769
|
"value": "k-try-shade( $kendo-hover-bg, 2 )",
|
|
21338
21770
|
"scope": "default",
|
|
21339
21771
|
"line": {
|
|
21340
|
-
"start":
|
|
21341
|
-
"end":
|
|
21772
|
+
"start": 303,
|
|
21773
|
+
"end": 303
|
|
21342
21774
|
}
|
|
21343
21775
|
},
|
|
21344
21776
|
"access": "public",
|
|
@@ -21355,8 +21787,8 @@
|
|
|
21355
21787
|
{
|
|
21356
21788
|
"description": "The gradient background of hovered items.\n",
|
|
21357
21789
|
"commentRange": {
|
|
21358
|
-
"start":
|
|
21359
|
-
"end":
|
|
21790
|
+
"start": 304,
|
|
21791
|
+
"end": 304
|
|
21360
21792
|
},
|
|
21361
21793
|
"context": {
|
|
21362
21794
|
"type": "variable",
|
|
@@ -21364,8 +21796,8 @@
|
|
|
21364
21796
|
"value": "$kendo-base-gradient",
|
|
21365
21797
|
"scope": "default",
|
|
21366
21798
|
"line": {
|
|
21367
|
-
"start":
|
|
21368
|
-
"end":
|
|
21799
|
+
"start": 305,
|
|
21800
|
+
"end": 305
|
|
21369
21801
|
}
|
|
21370
21802
|
},
|
|
21371
21803
|
"access": "public",
|
|
@@ -21382,8 +21814,8 @@
|
|
|
21382
21814
|
{
|
|
21383
21815
|
"description": "The background of selected items.\n",
|
|
21384
21816
|
"commentRange": {
|
|
21385
|
-
"start":
|
|
21386
|
-
"end":
|
|
21817
|
+
"start": 307,
|
|
21818
|
+
"end": 307
|
|
21387
21819
|
},
|
|
21388
21820
|
"context": {
|
|
21389
21821
|
"type": "variable",
|
|
@@ -21391,8 +21823,8 @@
|
|
|
21391
21823
|
"value": "$kendo-color-primary",
|
|
21392
21824
|
"scope": "default",
|
|
21393
21825
|
"line": {
|
|
21394
|
-
"start":
|
|
21395
|
-
"end":
|
|
21826
|
+
"start": 308,
|
|
21827
|
+
"end": 308
|
|
21396
21828
|
}
|
|
21397
21829
|
},
|
|
21398
21830
|
"access": "public",
|
|
@@ -21409,8 +21841,8 @@
|
|
|
21409
21841
|
{
|
|
21410
21842
|
"description": "The text color of selected items.\n",
|
|
21411
21843
|
"commentRange": {
|
|
21412
|
-
"start":
|
|
21413
|
-
"end":
|
|
21844
|
+
"start": 309,
|
|
21845
|
+
"end": 309
|
|
21414
21846
|
},
|
|
21415
21847
|
"context": {
|
|
21416
21848
|
"type": "variable",
|
|
@@ -21418,8 +21850,8 @@
|
|
|
21418
21850
|
"value": "k-contrast-legacy( $kendo-selected-bg )",
|
|
21419
21851
|
"scope": "default",
|
|
21420
21852
|
"line": {
|
|
21421
|
-
"start":
|
|
21422
|
-
"end":
|
|
21853
|
+
"start": 310,
|
|
21854
|
+
"end": 310
|
|
21423
21855
|
}
|
|
21424
21856
|
},
|
|
21425
21857
|
"access": "public",
|
|
@@ -21436,8 +21868,8 @@
|
|
|
21436
21868
|
{
|
|
21437
21869
|
"description": "The border color of selected items.\n",
|
|
21438
21870
|
"commentRange": {
|
|
21439
|
-
"start":
|
|
21440
|
-
"end":
|
|
21871
|
+
"start": 311,
|
|
21872
|
+
"end": 311
|
|
21441
21873
|
},
|
|
21442
21874
|
"context": {
|
|
21443
21875
|
"type": "variable",
|
|
@@ -21445,8 +21877,8 @@
|
|
|
21445
21877
|
"value": "k-try-shade( $kendo-selected-bg, 2 )",
|
|
21446
21878
|
"scope": "default",
|
|
21447
21879
|
"line": {
|
|
21448
|
-
"start":
|
|
21449
|
-
"end":
|
|
21880
|
+
"start": 312,
|
|
21881
|
+
"end": 312
|
|
21450
21882
|
}
|
|
21451
21883
|
},
|
|
21452
21884
|
"access": "public",
|
|
@@ -21463,8 +21895,8 @@
|
|
|
21463
21895
|
{
|
|
21464
21896
|
"description": "The gradient background of selected items.\n",
|
|
21465
21897
|
"commentRange": {
|
|
21466
|
-
"start":
|
|
21467
|
-
"end":
|
|
21898
|
+
"start": 313,
|
|
21899
|
+
"end": 313
|
|
21468
21900
|
},
|
|
21469
21901
|
"context": {
|
|
21470
21902
|
"type": "variable",
|
|
@@ -21472,8 +21904,8 @@
|
|
|
21472
21904
|
"value": "$kendo-base-gradient",
|
|
21473
21905
|
"scope": "default",
|
|
21474
21906
|
"line": {
|
|
21475
|
-
"start":
|
|
21476
|
-
"end":
|
|
21907
|
+
"start": 314,
|
|
21908
|
+
"end": 314
|
|
21477
21909
|
}
|
|
21478
21910
|
},
|
|
21479
21911
|
"access": "public",
|
|
@@ -26149,8 +26581,8 @@
|
|
|
26149
26581
|
{
|
|
26150
26582
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
26151
26583
|
"commentRange": {
|
|
26152
|
-
"start":
|
|
26153
|
-
"end":
|
|
26584
|
+
"start": 109,
|
|
26585
|
+
"end": 112
|
|
26154
26586
|
},
|
|
26155
26587
|
"context": {
|
|
26156
26588
|
"type": "variable",
|
|
@@ -26158,8 +26590,8 @@
|
|
|
26158
26590
|
"value": "#f35800",
|
|
26159
26591
|
"scope": "default",
|
|
26160
26592
|
"line": {
|
|
26161
|
-
"start":
|
|
26162
|
-
"end":
|
|
26593
|
+
"start": 113,
|
|
26594
|
+
"end": 113
|
|
26163
26595
|
}
|
|
26164
26596
|
},
|
|
26165
26597
|
"group": [
|
|
@@ -26177,8 +26609,8 @@
|
|
|
26177
26609
|
{
|
|
26178
26610
|
"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",
|
|
26179
26611
|
"commentRange": {
|
|
26180
|
-
"start":
|
|
26181
|
-
"end":
|
|
26612
|
+
"start": 117,
|
|
26613
|
+
"end": 120
|
|
26182
26614
|
},
|
|
26183
26615
|
"context": {
|
|
26184
26616
|
"type": "variable",
|
|
@@ -26186,8 +26618,8 @@
|
|
|
26186
26618
|
"value": "k-contrast-legacy( $kendo-color-primary )",
|
|
26187
26619
|
"scope": "default",
|
|
26188
26620
|
"line": {
|
|
26189
|
-
"start":
|
|
26190
|
-
"end":
|
|
26621
|
+
"start": 121,
|
|
26622
|
+
"end": 121
|
|
26191
26623
|
}
|
|
26192
26624
|
},
|
|
26193
26625
|
"group": [
|
|
@@ -26205,8 +26637,8 @@
|
|
|
26205
26637
|
{
|
|
26206
26638
|
"description": "The secondary color of the theme.\n",
|
|
26207
26639
|
"commentRange": {
|
|
26208
|
-
"start":
|
|
26209
|
-
"end":
|
|
26640
|
+
"start": 123,
|
|
26641
|
+
"end": 125
|
|
26210
26642
|
},
|
|
26211
26643
|
"context": {
|
|
26212
26644
|
"type": "variable",
|
|
@@ -26214,8 +26646,8 @@
|
|
|
26214
26646
|
"value": "#e9e9e9",
|
|
26215
26647
|
"scope": "default",
|
|
26216
26648
|
"line": {
|
|
26217
|
-
"start":
|
|
26218
|
-
"end":
|
|
26649
|
+
"start": 126,
|
|
26650
|
+
"end": 126
|
|
26219
26651
|
}
|
|
26220
26652
|
},
|
|
26221
26653
|
"group": [
|
|
@@ -26233,8 +26665,8 @@
|
|
|
26233
26665
|
{
|
|
26234
26666
|
"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",
|
|
26235
26667
|
"commentRange": {
|
|
26236
|
-
"start":
|
|
26237
|
-
"end":
|
|
26668
|
+
"start": 130,
|
|
26669
|
+
"end": 133
|
|
26238
26670
|
},
|
|
26239
26671
|
"context": {
|
|
26240
26672
|
"type": "variable",
|
|
@@ -26242,8 +26674,8 @@
|
|
|
26242
26674
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
26243
26675
|
"scope": "default",
|
|
26244
26676
|
"line": {
|
|
26245
|
-
"start":
|
|
26246
|
-
"end":
|
|
26677
|
+
"start": 134,
|
|
26678
|
+
"end": 134
|
|
26247
26679
|
}
|
|
26248
26680
|
},
|
|
26249
26681
|
"group": [
|
|
@@ -26261,8 +26693,8 @@
|
|
|
26261
26693
|
{
|
|
26262
26694
|
"description": "The tertiary color of the theme.\n",
|
|
26263
26695
|
"commentRange": {
|
|
26264
|
-
"start":
|
|
26265
|
-
"end":
|
|
26696
|
+
"start": 136,
|
|
26697
|
+
"end": 138
|
|
26266
26698
|
},
|
|
26267
26699
|
"context": {
|
|
26268
26700
|
"type": "variable",
|
|
@@ -26270,8 +26702,8 @@
|
|
|
26270
26702
|
"value": "#03a9f4",
|
|
26271
26703
|
"scope": "default",
|
|
26272
26704
|
"line": {
|
|
26273
|
-
"start":
|
|
26274
|
-
"end":
|
|
26705
|
+
"start": 139,
|
|
26706
|
+
"end": 139
|
|
26275
26707
|
}
|
|
26276
26708
|
},
|
|
26277
26709
|
"group": [
|
|
@@ -26289,8 +26721,8 @@
|
|
|
26289
26721
|
{
|
|
26290
26722
|
"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",
|
|
26291
26723
|
"commentRange": {
|
|
26292
|
-
"start":
|
|
26293
|
-
"end":
|
|
26724
|
+
"start": 143,
|
|
26725
|
+
"end": 146
|
|
26294
26726
|
},
|
|
26295
26727
|
"context": {
|
|
26296
26728
|
"type": "variable",
|
|
@@ -26298,8 +26730,8 @@
|
|
|
26298
26730
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
26299
26731
|
"scope": "default",
|
|
26300
26732
|
"line": {
|
|
26301
|
-
"start":
|
|
26302
|
-
"end":
|
|
26733
|
+
"start": 147,
|
|
26734
|
+
"end": 147
|
|
26303
26735
|
}
|
|
26304
26736
|
},
|
|
26305
26737
|
"group": [
|
|
@@ -26317,8 +26749,8 @@
|
|
|
26317
26749
|
{
|
|
26318
26750
|
"description": "The color for informational messages and states.\n",
|
|
26319
26751
|
"commentRange": {
|
|
26320
|
-
"start":
|
|
26321
|
-
"end":
|
|
26752
|
+
"start": 149,
|
|
26753
|
+
"end": 151
|
|
26322
26754
|
},
|
|
26323
26755
|
"context": {
|
|
26324
26756
|
"type": "variable",
|
|
@@ -26326,8 +26758,8 @@
|
|
|
26326
26758
|
"value": "#2498bc",
|
|
26327
26759
|
"scope": "default",
|
|
26328
26760
|
"line": {
|
|
26329
|
-
"start":
|
|
26330
|
-
"end":
|
|
26761
|
+
"start": 152,
|
|
26762
|
+
"end": 152
|
|
26331
26763
|
}
|
|
26332
26764
|
},
|
|
26333
26765
|
"group": [
|
|
@@ -26345,8 +26777,8 @@
|
|
|
26345
26777
|
{
|
|
26346
26778
|
"description": "The color for success messages and states.\n",
|
|
26347
26779
|
"commentRange": {
|
|
26348
|
-
"start":
|
|
26349
|
-
"end":
|
|
26780
|
+
"start": 156,
|
|
26781
|
+
"end": 158
|
|
26350
26782
|
},
|
|
26351
26783
|
"context": {
|
|
26352
26784
|
"type": "variable",
|
|
@@ -26354,8 +26786,8 @@
|
|
|
26354
26786
|
"value": "#3ea44e",
|
|
26355
26787
|
"scope": "default",
|
|
26356
26788
|
"line": {
|
|
26357
|
-
"start":
|
|
26358
|
-
"end":
|
|
26789
|
+
"start": 159,
|
|
26790
|
+
"end": 159
|
|
26359
26791
|
}
|
|
26360
26792
|
},
|
|
26361
26793
|
"group": [
|
|
@@ -26373,8 +26805,8 @@
|
|
|
26373
26805
|
{
|
|
26374
26806
|
"description": "The color for warning messages and states.\n",
|
|
26375
26807
|
"commentRange": {
|
|
26376
|
-
"start":
|
|
26377
|
-
"end":
|
|
26808
|
+
"start": 163,
|
|
26809
|
+
"end": 165
|
|
26378
26810
|
},
|
|
26379
26811
|
"context": {
|
|
26380
26812
|
"type": "variable",
|
|
@@ -26382,8 +26814,8 @@
|
|
|
26382
26814
|
"value": "#ff9800",
|
|
26383
26815
|
"scope": "default",
|
|
26384
26816
|
"line": {
|
|
26385
|
-
"start":
|
|
26386
|
-
"end":
|
|
26817
|
+
"start": 166,
|
|
26818
|
+
"end": 166
|
|
26387
26819
|
}
|
|
26388
26820
|
},
|
|
26389
26821
|
"group": [
|
|
@@ -26401,8 +26833,8 @@
|
|
|
26401
26833
|
{
|
|
26402
26834
|
"description": "The color for error messages and states.\n",
|
|
26403
26835
|
"commentRange": {
|
|
26404
|
-
"start":
|
|
26405
|
-
"end":
|
|
26836
|
+
"start": 170,
|
|
26837
|
+
"end": 172
|
|
26406
26838
|
},
|
|
26407
26839
|
"context": {
|
|
26408
26840
|
"type": "variable",
|
|
@@ -26410,8 +26842,8 @@
|
|
|
26410
26842
|
"value": "#d92800",
|
|
26411
26843
|
"scope": "default",
|
|
26412
26844
|
"line": {
|
|
26413
|
-
"start":
|
|
26414
|
-
"end":
|
|
26845
|
+
"start": 173,
|
|
26846
|
+
"end": 173
|
|
26415
26847
|
}
|
|
26416
26848
|
},
|
|
26417
26849
|
"group": [
|
|
@@ -26429,8 +26861,8 @@
|
|
|
26429
26861
|
{
|
|
26430
26862
|
"description": "The dark color of the theme.\n",
|
|
26431
26863
|
"commentRange": {
|
|
26432
|
-
"start":
|
|
26433
|
-
"end":
|
|
26864
|
+
"start": 177,
|
|
26865
|
+
"end": 179
|
|
26434
26866
|
},
|
|
26435
26867
|
"context": {
|
|
26436
26868
|
"type": "variable",
|
|
@@ -26438,8 +26870,8 @@
|
|
|
26438
26870
|
"value": "#404040",
|
|
26439
26871
|
"scope": "default",
|
|
26440
26872
|
"line": {
|
|
26441
|
-
"start":
|
|
26442
|
-
"end":
|
|
26873
|
+
"start": 180,
|
|
26874
|
+
"end": 180
|
|
26443
26875
|
}
|
|
26444
26876
|
},
|
|
26445
26877
|
"group": [
|
|
@@ -26457,8 +26889,8 @@
|
|
|
26457
26889
|
{
|
|
26458
26890
|
"description": "The light color of the theme.\n",
|
|
26459
26891
|
"commentRange": {
|
|
26460
|
-
"start":
|
|
26461
|
-
"end":
|
|
26892
|
+
"start": 182,
|
|
26893
|
+
"end": 184
|
|
26462
26894
|
},
|
|
26463
26895
|
"context": {
|
|
26464
26896
|
"type": "variable",
|
|
@@ -26466,8 +26898,8 @@
|
|
|
26466
26898
|
"value": "#ebebeb",
|
|
26467
26899
|
"scope": "default",
|
|
26468
26900
|
"line": {
|
|
26469
|
-
"start":
|
|
26470
|
-
"end":
|
|
26901
|
+
"start": 185,
|
|
26902
|
+
"end": 185
|
|
26471
26903
|
}
|
|
26472
26904
|
},
|
|
26473
26905
|
"group": [
|
|
@@ -26485,8 +26917,8 @@
|
|
|
26485
26917
|
{
|
|
26486
26918
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
26487
26919
|
"commentRange": {
|
|
26488
|
-
"start":
|
|
26489
|
-
"end":
|
|
26920
|
+
"start": 187,
|
|
26921
|
+
"end": 188
|
|
26490
26922
|
},
|
|
26491
26923
|
"context": {
|
|
26492
26924
|
"type": "variable",
|
|
@@ -26494,8 +26926,8 @@
|
|
|
26494
26926
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
26495
26927
|
"scope": "default",
|
|
26496
26928
|
"line": {
|
|
26497
|
-
"start":
|
|
26498
|
-
"end":
|
|
26929
|
+
"start": 189,
|
|
26930
|
+
"end": 189
|
|
26499
26931
|
}
|
|
26500
26932
|
},
|
|
26501
26933
|
"group": [
|
|
@@ -26518,8 +26950,8 @@
|
|
|
26518
26950
|
{
|
|
26519
26951
|
"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",
|
|
26520
26952
|
"commentRange": {
|
|
26521
|
-
"start":
|
|
26522
|
-
"end":
|
|
26953
|
+
"start": 285,
|
|
26954
|
+
"end": 287
|
|
26523
26955
|
},
|
|
26524
26956
|
"context": {
|
|
26525
26957
|
"type": "variable",
|
|
@@ -26527,8 +26959,8 @@
|
|
|
26527
26959
|
"value": "$kendo-body-bg",
|
|
26528
26960
|
"scope": "default",
|
|
26529
26961
|
"line": {
|
|
26530
|
-
"start":
|
|
26531
|
-
"end":
|
|
26962
|
+
"start": 288,
|
|
26963
|
+
"end": 288
|
|
26532
26964
|
}
|
|
26533
26965
|
},
|
|
26534
26966
|
"group": [
|
|
@@ -26545,8 +26977,8 @@
|
|
|
26545
26977
|
{
|
|
26546
26978
|
"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",
|
|
26547
26979
|
"commentRange": {
|
|
26548
|
-
"start":
|
|
26549
|
-
"end":
|
|
26980
|
+
"start": 289,
|
|
26981
|
+
"end": 291
|
|
26550
26982
|
},
|
|
26551
26983
|
"context": {
|
|
26552
26984
|
"type": "variable",
|
|
@@ -26554,8 +26986,8 @@
|
|
|
26554
26986
|
"value": "$kendo-body-text",
|
|
26555
26987
|
"scope": "default",
|
|
26556
26988
|
"line": {
|
|
26557
|
-
"start":
|
|
26558
|
-
"end":
|
|
26989
|
+
"start": 292,
|
|
26990
|
+
"end": 292
|
|
26559
26991
|
}
|
|
26560
26992
|
},
|
|
26561
26993
|
"group": [
|
|
@@ -26572,8 +27004,8 @@
|
|
|
26572
27004
|
{
|
|
26573
27005
|
"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",
|
|
26574
27006
|
"commentRange": {
|
|
26575
|
-
"start":
|
|
26576
|
-
"end":
|
|
27007
|
+
"start": 293,
|
|
27008
|
+
"end": 295
|
|
26577
27009
|
},
|
|
26578
27010
|
"context": {
|
|
26579
27011
|
"type": "variable",
|
|
@@ -26581,8 +27013,8 @@
|
|
|
26581
27013
|
"value": "$kendo-base-border",
|
|
26582
27014
|
"scope": "default",
|
|
26583
27015
|
"line": {
|
|
26584
|
-
"start":
|
|
26585
|
-
"end":
|
|
27016
|
+
"start": 296,
|
|
27017
|
+
"end": 296
|
|
26586
27018
|
}
|
|
26587
27019
|
},
|
|
26588
27020
|
"group": [
|
|
@@ -27311,19 +27743,46 @@
|
|
|
27311
27743
|
"resolvedType": "Map"
|
|
27312
27744
|
},
|
|
27313
27745
|
{
|
|
27314
|
-
"description": "
|
|
27746
|
+
"description": "Size map for the FAB.\n",
|
|
27315
27747
|
"commentRange": {
|
|
27316
27748
|
"start": 93,
|
|
27317
27749
|
"end": 94
|
|
27318
27750
|
},
|
|
27751
|
+
"context": {
|
|
27752
|
+
"type": "variable",
|
|
27753
|
+
"name": "kendo-fab-sizes",
|
|
27754
|
+
"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)",
|
|
27755
|
+
"scope": "default",
|
|
27756
|
+
"line": {
|
|
27757
|
+
"start": 95,
|
|
27758
|
+
"end": 108
|
|
27759
|
+
}
|
|
27760
|
+
},
|
|
27761
|
+
"group": [
|
|
27762
|
+
"floating-action-button"
|
|
27763
|
+
],
|
|
27764
|
+
"access": "public",
|
|
27765
|
+
"file": {
|
|
27766
|
+
"path": "fab/_variables.scss",
|
|
27767
|
+
"name": "_variables.scss"
|
|
27768
|
+
},
|
|
27769
|
+
"resolvedValue": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))",
|
|
27770
|
+
"resolvedType": "Map"
|
|
27771
|
+
},
|
|
27772
|
+
{
|
|
27773
|
+
"description": "The base shadow of the FAB.\n",
|
|
27774
|
+
"commentRange": {
|
|
27775
|
+
"start": 110,
|
|
27776
|
+
"end": 111
|
|
27777
|
+
},
|
|
27319
27778
|
"context": {
|
|
27320
27779
|
"type": "variable",
|
|
27321
27780
|
"name": "kendo-fab-shadow",
|
|
27322
27781
|
"value": "0 6px 10px rgba( black, .14 ), 0 1px 18px rgba( black, .12 ), 0 3px 5px rgba( black, .2 )",
|
|
27323
27782
|
"scope": "default",
|
|
27324
27783
|
"line": {
|
|
27325
|
-
"start":
|
|
27326
|
-
"end":
|
|
27784
|
+
"start": 112,
|
|
27785
|
+
"end": 112
|
|
27327
27786
|
}
|
|
27328
27787
|
},
|
|
27329
27788
|
"group": [
|
|
@@ -27340,8 +27799,8 @@
|
|
|
27340
27799
|
{
|
|
27341
27800
|
"description": "The disabled shadow of the FAB.\n",
|
|
27342
27801
|
"commentRange": {
|
|
27343
|
-
"start":
|
|
27344
|
-
"end":
|
|
27802
|
+
"start": 113,
|
|
27803
|
+
"end": 114
|
|
27345
27804
|
},
|
|
27346
27805
|
"context": {
|
|
27347
27806
|
"type": "variable",
|
|
@@ -27349,8 +27808,8 @@
|
|
|
27349
27808
|
"value": "0 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0 3px 5px k-try-tint( rgba( black, .2 ), .5 )",
|
|
27350
27809
|
"scope": "default",
|
|
27351
27810
|
"line": {
|
|
27352
|
-
"start":
|
|
27353
|
-
"end":
|
|
27811
|
+
"start": 115,
|
|
27812
|
+
"end": 115
|
|
27354
27813
|
}
|
|
27355
27814
|
},
|
|
27356
27815
|
"group": [
|
|
@@ -27367,8 +27826,8 @@
|
|
|
27367
27826
|
{
|
|
27368
27827
|
"description": "The active shadow of the FAB.\n",
|
|
27369
27828
|
"commentRange": {
|
|
27370
|
-
"start":
|
|
27371
|
-
"end":
|
|
27829
|
+
"start": 116,
|
|
27830
|
+
"end": 117
|
|
27372
27831
|
},
|
|
27373
27832
|
"context": {
|
|
27374
27833
|
"type": "variable",
|
|
@@ -27376,8 +27835,8 @@
|
|
|
27376
27835
|
"value": "null",
|
|
27377
27836
|
"scope": "default",
|
|
27378
27837
|
"line": {
|
|
27379
|
-
"start":
|
|
27380
|
-
"end":
|
|
27838
|
+
"start": 118,
|
|
27839
|
+
"end": 118
|
|
27381
27840
|
}
|
|
27382
27841
|
},
|
|
27383
27842
|
"group": [
|
|
@@ -27391,11 +27850,65 @@
|
|
|
27391
27850
|
"resolvedValue": "null",
|
|
27392
27851
|
"resolvedType": "Null"
|
|
27393
27852
|
},
|
|
27853
|
+
{
|
|
27854
|
+
"description": "The outline style of the FAB.\n",
|
|
27855
|
+
"commentRange": {
|
|
27856
|
+
"start": 119,
|
|
27857
|
+
"end": 120
|
|
27858
|
+
},
|
|
27859
|
+
"context": {
|
|
27860
|
+
"type": "variable",
|
|
27861
|
+
"name": "kendo-fab-outline-style",
|
|
27862
|
+
"value": "solid",
|
|
27863
|
+
"scope": "default",
|
|
27864
|
+
"line": {
|
|
27865
|
+
"start": 121,
|
|
27866
|
+
"end": 121
|
|
27867
|
+
}
|
|
27868
|
+
},
|
|
27869
|
+
"group": [
|
|
27870
|
+
"floating-action-button"
|
|
27871
|
+
],
|
|
27872
|
+
"access": "public",
|
|
27873
|
+
"file": {
|
|
27874
|
+
"path": "fab/_variables.scss",
|
|
27875
|
+
"name": "_variables.scss"
|
|
27876
|
+
},
|
|
27877
|
+
"resolvedValue": "solid",
|
|
27878
|
+
"resolvedType": "String"
|
|
27879
|
+
},
|
|
27880
|
+
{
|
|
27881
|
+
"description": "The outline width of the FAB.\n",
|
|
27882
|
+
"commentRange": {
|
|
27883
|
+
"start": 122,
|
|
27884
|
+
"end": 123
|
|
27885
|
+
},
|
|
27886
|
+
"context": {
|
|
27887
|
+
"type": "variable",
|
|
27888
|
+
"name": "kendo-fab-outline-width",
|
|
27889
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
27890
|
+
"scope": "default",
|
|
27891
|
+
"line": {
|
|
27892
|
+
"start": 124,
|
|
27893
|
+
"end": 124
|
|
27894
|
+
}
|
|
27895
|
+
},
|
|
27896
|
+
"group": [
|
|
27897
|
+
"floating-action-button"
|
|
27898
|
+
],
|
|
27899
|
+
"access": "public",
|
|
27900
|
+
"file": {
|
|
27901
|
+
"path": "fab/_variables.scss",
|
|
27902
|
+
"name": "_variables.scss"
|
|
27903
|
+
},
|
|
27904
|
+
"resolvedValue": "2px",
|
|
27905
|
+
"resolvedType": "Number"
|
|
27906
|
+
},
|
|
27394
27907
|
{
|
|
27395
27908
|
"description": "The base text color of the FAB item.\n",
|
|
27396
27909
|
"commentRange": {
|
|
27397
|
-
"start":
|
|
27398
|
-
"end":
|
|
27910
|
+
"start": 127,
|
|
27911
|
+
"end": 128
|
|
27399
27912
|
},
|
|
27400
27913
|
"context": {
|
|
27401
27914
|
"type": "variable",
|
|
@@ -27403,8 +27916,8 @@
|
|
|
27403
27916
|
"value": "$kendo-component-text",
|
|
27404
27917
|
"scope": "default",
|
|
27405
27918
|
"line": {
|
|
27406
|
-
"start":
|
|
27407
|
-
"end":
|
|
27919
|
+
"start": 129,
|
|
27920
|
+
"end": 129
|
|
27408
27921
|
}
|
|
27409
27922
|
},
|
|
27410
27923
|
"group": [
|
|
@@ -27421,8 +27934,8 @@
|
|
|
27421
27934
|
{
|
|
27422
27935
|
"description": "The base background color of the FAB item.\n",
|
|
27423
27936
|
"commentRange": {
|
|
27424
|
-
"start":
|
|
27425
|
-
"end":
|
|
27937
|
+
"start": 130,
|
|
27938
|
+
"end": 131
|
|
27426
27939
|
},
|
|
27427
27940
|
"context": {
|
|
27428
27941
|
"type": "variable",
|
|
@@ -27430,8 +27943,8 @@
|
|
|
27430
27943
|
"value": "$kendo-component-bg",
|
|
27431
27944
|
"scope": "default",
|
|
27432
27945
|
"line": {
|
|
27433
|
-
"start":
|
|
27434
|
-
"end":
|
|
27946
|
+
"start": 132,
|
|
27947
|
+
"end": 132
|
|
27435
27948
|
}
|
|
27436
27949
|
},
|
|
27437
27950
|
"group": [
|
|
@@ -27448,8 +27961,8 @@
|
|
|
27448
27961
|
{
|
|
27449
27962
|
"description": "The base border color of the FAB item.\n",
|
|
27450
27963
|
"commentRange": {
|
|
27451
|
-
"start":
|
|
27452
|
-
"end":
|
|
27964
|
+
"start": 133,
|
|
27965
|
+
"end": 134
|
|
27453
27966
|
},
|
|
27454
27967
|
"context": {
|
|
27455
27968
|
"type": "variable",
|
|
@@ -27457,8 +27970,8 @@
|
|
|
27457
27970
|
"value": "$kendo-component-border",
|
|
27458
27971
|
"scope": "default",
|
|
27459
27972
|
"line": {
|
|
27460
|
-
"start":
|
|
27461
|
-
"end":
|
|
27973
|
+
"start": 135,
|
|
27974
|
+
"end": 135
|
|
27462
27975
|
}
|
|
27463
27976
|
},
|
|
27464
27977
|
"group": [
|
|
@@ -27475,8 +27988,8 @@
|
|
|
27475
27988
|
{
|
|
27476
27989
|
"description": "The base text color of the FAB item icon.\n",
|
|
27477
27990
|
"commentRange": {
|
|
27478
|
-
"start":
|
|
27479
|
-
"end":
|
|
27991
|
+
"start": 137,
|
|
27992
|
+
"end": 138
|
|
27480
27993
|
},
|
|
27481
27994
|
"context": {
|
|
27482
27995
|
"type": "variable",
|
|
@@ -27484,8 +27997,8 @@
|
|
|
27484
27997
|
"value": "$kendo-button-text",
|
|
27485
27998
|
"scope": "default",
|
|
27486
27999
|
"line": {
|
|
27487
|
-
"start":
|
|
27488
|
-
"end":
|
|
28000
|
+
"start": 139,
|
|
28001
|
+
"end": 139
|
|
27489
28002
|
}
|
|
27490
28003
|
},
|
|
27491
28004
|
"group": [
|
|
@@ -27502,8 +28015,8 @@
|
|
|
27502
28015
|
{
|
|
27503
28016
|
"description": "The base background color of the FAB item icon.\n",
|
|
27504
28017
|
"commentRange": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
28018
|
+
"start": 140,
|
|
28019
|
+
"end": 141
|
|
27507
28020
|
},
|
|
27508
28021
|
"context": {
|
|
27509
28022
|
"type": "variable",
|
|
@@ -27511,8 +28024,8 @@
|
|
|
27511
28024
|
"value": "$kendo-button-bg",
|
|
27512
28025
|
"scope": "default",
|
|
27513
28026
|
"line": {
|
|
27514
|
-
"start":
|
|
27515
|
-
"end":
|
|
28027
|
+
"start": 142,
|
|
28028
|
+
"end": 142
|
|
27516
28029
|
}
|
|
27517
28030
|
},
|
|
27518
28031
|
"group": [
|
|
@@ -27529,8 +28042,8 @@
|
|
|
27529
28042
|
{
|
|
27530
28043
|
"description": "The base border color of the FAB item icon.\n",
|
|
27531
28044
|
"commentRange": {
|
|
27532
|
-
"start":
|
|
27533
|
-
"end":
|
|
28045
|
+
"start": 143,
|
|
28046
|
+
"end": 144
|
|
27534
28047
|
},
|
|
27535
28048
|
"context": {
|
|
27536
28049
|
"type": "variable",
|
|
@@ -27538,8 +28051,8 @@
|
|
|
27538
28051
|
"value": "$kendo-button-border",
|
|
27539
28052
|
"scope": "default",
|
|
27540
28053
|
"line": {
|
|
27541
|
-
"start":
|
|
27542
|
-
"end":
|
|
28054
|
+
"start": 145,
|
|
28055
|
+
"end": 145
|
|
27543
28056
|
}
|
|
27544
28057
|
},
|
|
27545
28058
|
"group": [
|
|
@@ -27556,8 +28069,8 @@
|
|
|
27556
28069
|
{
|
|
27557
28070
|
"description": "The base shadow of the FAB item.\n",
|
|
27558
28071
|
"commentRange": {
|
|
27559
|
-
"start":
|
|
27560
|
-
"end":
|
|
28072
|
+
"start": 147,
|
|
28073
|
+
"end": 148
|
|
27561
28074
|
},
|
|
27562
28075
|
"context": {
|
|
27563
28076
|
"type": "variable",
|
|
@@ -27565,8 +28078,8 @@
|
|
|
27565
28078
|
"value": "$kendo-fab-shadow",
|
|
27566
28079
|
"scope": "default",
|
|
27567
28080
|
"line": {
|
|
27568
|
-
"start":
|
|
27569
|
-
"end":
|
|
28081
|
+
"start": 149,
|
|
28082
|
+
"end": 149
|
|
27570
28083
|
}
|
|
27571
28084
|
},
|
|
27572
28085
|
"group": [
|
|
@@ -27583,8 +28096,8 @@
|
|
|
27583
28096
|
{
|
|
27584
28097
|
"description": "The disabled shadow of the FAB item.\n",
|
|
27585
28098
|
"commentRange": {
|
|
27586
|
-
"start":
|
|
27587
|
-
"end":
|
|
28099
|
+
"start": 150,
|
|
28100
|
+
"end": 151
|
|
27588
28101
|
},
|
|
27589
28102
|
"context": {
|
|
27590
28103
|
"type": "variable",
|
|
@@ -27592,8 +28105,8 @@
|
|
|
27592
28105
|
"value": "$kendo-fab-disabled-shadow",
|
|
27593
28106
|
"scope": "default",
|
|
27594
28107
|
"line": {
|
|
27595
|
-
"start":
|
|
27596
|
-
"end":
|
|
28108
|
+
"start": 152,
|
|
28109
|
+
"end": 152
|
|
27597
28110
|
}
|
|
27598
28111
|
},
|
|
27599
28112
|
"group": [
|
|
@@ -27610,8 +28123,8 @@
|
|
|
27610
28123
|
{
|
|
27611
28124
|
"description": "The active shadow of the FAB item.\n",
|
|
27612
28125
|
"commentRange": {
|
|
27613
|
-
"start":
|
|
27614
|
-
"end":
|
|
28126
|
+
"start": 153,
|
|
28127
|
+
"end": 154
|
|
27615
28128
|
},
|
|
27616
28129
|
"context": {
|
|
27617
28130
|
"type": "variable",
|
|
@@ -27619,8 +28132,8 @@
|
|
|
27619
28132
|
"value": "$kendo-fab-active-shadow",
|
|
27620
28133
|
"scope": "default",
|
|
27621
28134
|
"line": {
|
|
27622
|
-
"start":
|
|
27623
|
-
"end":
|
|
28135
|
+
"start": 155,
|
|
28136
|
+
"end": 155
|
|
27624
28137
|
}
|
|
27625
28138
|
},
|
|
27626
28139
|
"group": [
|
|
@@ -27633,6 +28146,87 @@
|
|
|
27633
28146
|
},
|
|
27634
28147
|
"resolvedValue": "null",
|
|
27635
28148
|
"resolvedType": "Null"
|
|
28149
|
+
},
|
|
28150
|
+
{
|
|
28151
|
+
"description": "The outline style of the FAB item.\n",
|
|
28152
|
+
"commentRange": {
|
|
28153
|
+
"start": 156,
|
|
28154
|
+
"end": 157
|
|
28155
|
+
},
|
|
28156
|
+
"context": {
|
|
28157
|
+
"type": "variable",
|
|
28158
|
+
"name": "kendo-fab-item-outline-style",
|
|
28159
|
+
"value": "solid",
|
|
28160
|
+
"scope": "default",
|
|
28161
|
+
"line": {
|
|
28162
|
+
"start": 158,
|
|
28163
|
+
"end": 158
|
|
28164
|
+
}
|
|
28165
|
+
},
|
|
28166
|
+
"group": [
|
|
28167
|
+
"floating-action-button"
|
|
28168
|
+
],
|
|
28169
|
+
"access": "public",
|
|
28170
|
+
"file": {
|
|
28171
|
+
"path": "fab/_variables.scss",
|
|
28172
|
+
"name": "_variables.scss"
|
|
28173
|
+
},
|
|
28174
|
+
"resolvedValue": "solid",
|
|
28175
|
+
"resolvedType": "String"
|
|
28176
|
+
},
|
|
28177
|
+
{
|
|
28178
|
+
"description": "The outline width of the FAB item.\n",
|
|
28179
|
+
"commentRange": {
|
|
28180
|
+
"start": 159,
|
|
28181
|
+
"end": 160
|
|
28182
|
+
},
|
|
28183
|
+
"context": {
|
|
28184
|
+
"type": "variable",
|
|
28185
|
+
"name": "kendo-fab-item-outline-width",
|
|
28186
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
28187
|
+
"scope": "default",
|
|
28188
|
+
"line": {
|
|
28189
|
+
"start": 161,
|
|
28190
|
+
"end": 161
|
|
28191
|
+
}
|
|
28192
|
+
},
|
|
28193
|
+
"group": [
|
|
28194
|
+
"floating-action-button"
|
|
28195
|
+
],
|
|
28196
|
+
"access": "public",
|
|
28197
|
+
"file": {
|
|
28198
|
+
"path": "fab/_variables.scss",
|
|
28199
|
+
"name": "_variables.scss"
|
|
28200
|
+
},
|
|
28201
|
+
"resolvedValue": "2px",
|
|
28202
|
+
"resolvedType": "Number"
|
|
28203
|
+
},
|
|
28204
|
+
{
|
|
28205
|
+
"description": "The outline color of the FAB item.\n",
|
|
28206
|
+
"commentRange": {
|
|
28207
|
+
"start": 162,
|
|
28208
|
+
"end": 163
|
|
28209
|
+
},
|
|
28210
|
+
"context": {
|
|
28211
|
+
"type": "variable",
|
|
28212
|
+
"name": "kendo-fab-item-outline-color",
|
|
28213
|
+
"value": "rgba(0, 0, 0, .08)",
|
|
28214
|
+
"scope": "default",
|
|
28215
|
+
"line": {
|
|
28216
|
+
"start": 164,
|
|
28217
|
+
"end": 164
|
|
28218
|
+
}
|
|
28219
|
+
},
|
|
28220
|
+
"group": [
|
|
28221
|
+
"floating-action-button"
|
|
28222
|
+
],
|
|
28223
|
+
"access": "public",
|
|
28224
|
+
"file": {
|
|
28225
|
+
"path": "fab/_variables.scss",
|
|
28226
|
+
"name": "_variables.scss"
|
|
28227
|
+
},
|
|
28228
|
+
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
28229
|
+
"resolvedType": "Color"
|
|
27636
28230
|
}
|
|
27637
28231
|
]
|
|
27638
28232
|
},
|
|
@@ -28021,8 +28615,8 @@
|
|
|
28021
28615
|
{
|
|
28022
28616
|
"description": "Background color of the grid component\n",
|
|
28023
28617
|
"commentRange": {
|
|
28024
|
-
"start":
|
|
28025
|
-
"end":
|
|
28618
|
+
"start": 146,
|
|
28619
|
+
"end": 147
|
|
28026
28620
|
},
|
|
28027
28621
|
"context": {
|
|
28028
28622
|
"type": "variable",
|
|
@@ -28030,8 +28624,8 @@
|
|
|
28030
28624
|
"value": "$kendo-table-bg",
|
|
28031
28625
|
"scope": "default",
|
|
28032
28626
|
"line": {
|
|
28033
|
-
"start":
|
|
28034
|
-
"end":
|
|
28627
|
+
"start": 148,
|
|
28628
|
+
"end": 148
|
|
28035
28629
|
}
|
|
28036
28630
|
},
|
|
28037
28631
|
"group": [
|
|
@@ -28048,8 +28642,8 @@
|
|
|
28048
28642
|
{
|
|
28049
28643
|
"description": "Text color of the grid component\n",
|
|
28050
28644
|
"commentRange": {
|
|
28051
|
-
"start":
|
|
28052
|
-
"end":
|
|
28645
|
+
"start": 149,
|
|
28646
|
+
"end": 150
|
|
28053
28647
|
},
|
|
28054
28648
|
"context": {
|
|
28055
28649
|
"type": "variable",
|
|
@@ -28057,8 +28651,8 @@
|
|
|
28057
28651
|
"value": "$kendo-table-text",
|
|
28058
28652
|
"scope": "default",
|
|
28059
28653
|
"line": {
|
|
28060
|
-
"start":
|
|
28061
|
-
"end":
|
|
28654
|
+
"start": 151,
|
|
28655
|
+
"end": 151
|
|
28062
28656
|
}
|
|
28063
28657
|
},
|
|
28064
28658
|
"group": [
|
|
@@ -28075,8 +28669,8 @@
|
|
|
28075
28669
|
{
|
|
28076
28670
|
"description": "Border color of the grid component\n",
|
|
28077
28671
|
"commentRange": {
|
|
28078
|
-
"start":
|
|
28079
|
-
"end":
|
|
28672
|
+
"start": 152,
|
|
28673
|
+
"end": 153
|
|
28080
28674
|
},
|
|
28081
28675
|
"context": {
|
|
28082
28676
|
"type": "variable",
|
|
@@ -28084,8 +28678,8 @@
|
|
|
28084
28678
|
"value": "$kendo-table-border",
|
|
28085
28679
|
"scope": "default",
|
|
28086
28680
|
"line": {
|
|
28087
|
-
"start":
|
|
28088
|
-
"end":
|
|
28681
|
+
"start": 154,
|
|
28682
|
+
"end": 154
|
|
28089
28683
|
}
|
|
28090
28684
|
},
|
|
28091
28685
|
"group": [
|
|
@@ -28102,8 +28696,8 @@
|
|
|
28102
28696
|
{
|
|
28103
28697
|
"description": "Background color of grid header\n",
|
|
28104
28698
|
"commentRange": {
|
|
28105
|
-
"start":
|
|
28106
|
-
"end":
|
|
28699
|
+
"start": 156,
|
|
28700
|
+
"end": 157
|
|
28107
28701
|
},
|
|
28108
28702
|
"context": {
|
|
28109
28703
|
"type": "variable",
|
|
@@ -28111,8 +28705,8 @@
|
|
|
28111
28705
|
"value": "$kendo-table-header-bg",
|
|
28112
28706
|
"scope": "default",
|
|
28113
28707
|
"line": {
|
|
28114
|
-
"start":
|
|
28115
|
-
"end":
|
|
28708
|
+
"start": 158,
|
|
28709
|
+
"end": 158
|
|
28116
28710
|
}
|
|
28117
28711
|
},
|
|
28118
28712
|
"group": [
|
|
@@ -28129,8 +28723,8 @@
|
|
|
28129
28723
|
{
|
|
28130
28724
|
"description": "Text color of grid header\n",
|
|
28131
28725
|
"commentRange": {
|
|
28132
|
-
"start":
|
|
28133
|
-
"end":
|
|
28726
|
+
"start": 159,
|
|
28727
|
+
"end": 160
|
|
28134
28728
|
},
|
|
28135
28729
|
"context": {
|
|
28136
28730
|
"type": "variable",
|
|
@@ -28138,8 +28732,8 @@
|
|
|
28138
28732
|
"value": "$kendo-table-header-text",
|
|
28139
28733
|
"scope": "default",
|
|
28140
28734
|
"line": {
|
|
28141
|
-
"start":
|
|
28142
|
-
"end":
|
|
28735
|
+
"start": 161,
|
|
28736
|
+
"end": 161
|
|
28143
28737
|
}
|
|
28144
28738
|
},
|
|
28145
28739
|
"group": [
|
|
@@ -28156,8 +28750,8 @@
|
|
|
28156
28750
|
{
|
|
28157
28751
|
"description": "Border color of grid header\n",
|
|
28158
28752
|
"commentRange": {
|
|
28159
|
-
"start":
|
|
28160
|
-
"end":
|
|
28753
|
+
"start": 162,
|
|
28754
|
+
"end": 163
|
|
28161
28755
|
},
|
|
28162
28756
|
"context": {
|
|
28163
28757
|
"type": "variable",
|
|
@@ -28165,8 +28759,8 @@
|
|
|
28165
28759
|
"value": "$kendo-table-header-border",
|
|
28166
28760
|
"scope": "default",
|
|
28167
28761
|
"line": {
|
|
28168
|
-
"start":
|
|
28169
|
-
"end":
|
|
28762
|
+
"start": 164,
|
|
28763
|
+
"end": 164
|
|
28170
28764
|
}
|
|
28171
28765
|
},
|
|
28172
28766
|
"group": [
|
|
@@ -28183,8 +28777,8 @@
|
|
|
28183
28777
|
{
|
|
28184
28778
|
"description": "Background gradient of grid header\n",
|
|
28185
28779
|
"commentRange": {
|
|
28186
|
-
"start":
|
|
28187
|
-
"end":
|
|
28780
|
+
"start": 165,
|
|
28781
|
+
"end": 166
|
|
28188
28782
|
},
|
|
28189
28783
|
"context": {
|
|
28190
28784
|
"type": "variable",
|
|
@@ -28192,8 +28786,8 @@
|
|
|
28192
28786
|
"value": "$kendo-table-header-gradient",
|
|
28193
28787
|
"scope": "default",
|
|
28194
28788
|
"line": {
|
|
28195
|
-
"start":
|
|
28196
|
-
"end":
|
|
28789
|
+
"start": 167,
|
|
28790
|
+
"end": 167
|
|
28197
28791
|
}
|
|
28198
28792
|
},
|
|
28199
28793
|
"group": [
|
|
@@ -28210,8 +28804,8 @@
|
|
|
28210
28804
|
{
|
|
28211
28805
|
"description": "Background color of grid footer\n",
|
|
28212
28806
|
"commentRange": {
|
|
28213
|
-
"start":
|
|
28214
|
-
"end":
|
|
28807
|
+
"start": 169,
|
|
28808
|
+
"end": 170
|
|
28215
28809
|
},
|
|
28216
28810
|
"context": {
|
|
28217
28811
|
"type": "variable",
|
|
@@ -28219,8 +28813,8 @@
|
|
|
28219
28813
|
"value": "$kendo-table-footer-bg",
|
|
28220
28814
|
"scope": "default",
|
|
28221
28815
|
"line": {
|
|
28222
|
-
"start":
|
|
28223
|
-
"end":
|
|
28816
|
+
"start": 171,
|
|
28817
|
+
"end": 171
|
|
28224
28818
|
}
|
|
28225
28819
|
},
|
|
28226
28820
|
"group": [
|
|
@@ -28237,8 +28831,8 @@
|
|
|
28237
28831
|
{
|
|
28238
28832
|
"description": "Text color of grid footer\n",
|
|
28239
28833
|
"commentRange": {
|
|
28240
|
-
"start":
|
|
28241
|
-
"end":
|
|
28834
|
+
"start": 172,
|
|
28835
|
+
"end": 173
|
|
28242
28836
|
},
|
|
28243
28837
|
"context": {
|
|
28244
28838
|
"type": "variable",
|
|
@@ -28246,8 +28840,8 @@
|
|
|
28246
28840
|
"value": "$kendo-table-footer-text",
|
|
28247
28841
|
"scope": "default",
|
|
28248
28842
|
"line": {
|
|
28249
|
-
"start":
|
|
28250
|
-
"end":
|
|
28843
|
+
"start": 174,
|
|
28844
|
+
"end": 174
|
|
28251
28845
|
}
|
|
28252
28846
|
},
|
|
28253
28847
|
"group": [
|
|
@@ -28264,8 +28858,8 @@
|
|
|
28264
28858
|
{
|
|
28265
28859
|
"description": "Border color of grid footer\n",
|
|
28266
28860
|
"commentRange": {
|
|
28267
|
-
"start":
|
|
28268
|
-
"end":
|
|
28861
|
+
"start": 175,
|
|
28862
|
+
"end": 176
|
|
28269
28863
|
},
|
|
28270
28864
|
"context": {
|
|
28271
28865
|
"type": "variable",
|
|
@@ -28273,8 +28867,8 @@
|
|
|
28273
28867
|
"value": "$kendo-table-footer-border",
|
|
28274
28868
|
"scope": "default",
|
|
28275
28869
|
"line": {
|
|
28276
|
-
"start":
|
|
28277
|
-
"end":
|
|
28870
|
+
"start": 177,
|
|
28871
|
+
"end": 177
|
|
28278
28872
|
}
|
|
28279
28873
|
},
|
|
28280
28874
|
"group": [
|
|
@@ -28291,8 +28885,8 @@
|
|
|
28291
28885
|
{
|
|
28292
28886
|
"description": "Background color of alternating rows in grid\n",
|
|
28293
28887
|
"commentRange": {
|
|
28294
|
-
"start":
|
|
28295
|
-
"end":
|
|
28888
|
+
"start": 179,
|
|
28889
|
+
"end": 180
|
|
28296
28890
|
},
|
|
28297
28891
|
"context": {
|
|
28298
28892
|
"type": "variable",
|
|
@@ -28300,8 +28894,8 @@
|
|
|
28300
28894
|
"value": "$kendo-table-alt-row-bg",
|
|
28301
28895
|
"scope": "default",
|
|
28302
28896
|
"line": {
|
|
28303
|
-
"start":
|
|
28304
|
-
"end":
|
|
28897
|
+
"start": 181,
|
|
28898
|
+
"end": 181
|
|
28305
28899
|
}
|
|
28306
28900
|
},
|
|
28307
28901
|
"group": [
|
|
@@ -28318,8 +28912,8 @@
|
|
|
28318
28912
|
{
|
|
28319
28913
|
"description": "Text color of alternating rows in grid\n",
|
|
28320
28914
|
"commentRange": {
|
|
28321
|
-
"start":
|
|
28322
|
-
"end":
|
|
28915
|
+
"start": 182,
|
|
28916
|
+
"end": 183
|
|
28323
28917
|
},
|
|
28324
28918
|
"context": {
|
|
28325
28919
|
"type": "variable",
|
|
@@ -28327,8 +28921,8 @@
|
|
|
28327
28921
|
"value": "$kendo-table-alt-row-text",
|
|
28328
28922
|
"scope": "default",
|
|
28329
28923
|
"line": {
|
|
28330
|
-
"start":
|
|
28331
|
-
"end":
|
|
28924
|
+
"start": 184,
|
|
28925
|
+
"end": 184
|
|
28332
28926
|
}
|
|
28333
28927
|
},
|
|
28334
28928
|
"group": [
|
|
@@ -28345,8 +28939,8 @@
|
|
|
28345
28939
|
{
|
|
28346
28940
|
"description": "Border color of alternating rows in grid\n",
|
|
28347
28941
|
"commentRange": {
|
|
28348
|
-
"start":
|
|
28349
|
-
"end":
|
|
28942
|
+
"start": 185,
|
|
28943
|
+
"end": 186
|
|
28350
28944
|
},
|
|
28351
28945
|
"context": {
|
|
28352
28946
|
"type": "variable",
|
|
@@ -28354,8 +28948,8 @@
|
|
|
28354
28948
|
"value": "$kendo-table-alt-row-border",
|
|
28355
28949
|
"scope": "default",
|
|
28356
28950
|
"line": {
|
|
28357
|
-
"start":
|
|
28358
|
-
"end":
|
|
28951
|
+
"start": 187,
|
|
28952
|
+
"end": 187
|
|
28359
28953
|
}
|
|
28360
28954
|
},
|
|
28361
28955
|
"group": [
|
|
@@ -28372,8 +28966,8 @@
|
|
|
28372
28966
|
{
|
|
28373
28967
|
"description": "Background color of hovered rows in grid\n",
|
|
28374
28968
|
"commentRange": {
|
|
28375
|
-
"start":
|
|
28376
|
-
"end":
|
|
28969
|
+
"start": 189,
|
|
28970
|
+
"end": 190
|
|
28377
28971
|
},
|
|
28378
28972
|
"context": {
|
|
28379
28973
|
"type": "variable",
|
|
@@ -28381,8 +28975,8 @@
|
|
|
28381
28975
|
"value": "$kendo-table-hover-bg",
|
|
28382
28976
|
"scope": "default",
|
|
28383
28977
|
"line": {
|
|
28384
|
-
"start":
|
|
28385
|
-
"end":
|
|
28978
|
+
"start": 191,
|
|
28979
|
+
"end": 191
|
|
28386
28980
|
}
|
|
28387
28981
|
},
|
|
28388
28982
|
"group": [
|
|
@@ -28399,8 +28993,8 @@
|
|
|
28399
28993
|
{
|
|
28400
28994
|
"description": "Text color of hovered rows in grid\n",
|
|
28401
28995
|
"commentRange": {
|
|
28402
|
-
"start":
|
|
28403
|
-
"end":
|
|
28996
|
+
"start": 192,
|
|
28997
|
+
"end": 193
|
|
28404
28998
|
},
|
|
28405
28999
|
"context": {
|
|
28406
29000
|
"type": "variable",
|
|
@@ -28408,8 +29002,8 @@
|
|
|
28408
29002
|
"value": "$kendo-table-hover-text",
|
|
28409
29003
|
"scope": "default",
|
|
28410
29004
|
"line": {
|
|
28411
|
-
"start":
|
|
28412
|
-
"end":
|
|
29005
|
+
"start": 194,
|
|
29006
|
+
"end": 194
|
|
28413
29007
|
}
|
|
28414
29008
|
},
|
|
28415
29009
|
"group": [
|
|
@@ -28426,8 +29020,8 @@
|
|
|
28426
29020
|
{
|
|
28427
29021
|
"description": "Border color of hovered rows in grid\n",
|
|
28428
29022
|
"commentRange": {
|
|
28429
|
-
"start":
|
|
28430
|
-
"end":
|
|
29023
|
+
"start": 195,
|
|
29024
|
+
"end": 196
|
|
28431
29025
|
},
|
|
28432
29026
|
"context": {
|
|
28433
29027
|
"type": "variable",
|
|
@@ -28435,8 +29029,8 @@
|
|
|
28435
29029
|
"value": "$kendo-table-hover-border",
|
|
28436
29030
|
"scope": "default",
|
|
28437
29031
|
"line": {
|
|
28438
|
-
"start":
|
|
28439
|
-
"end":
|
|
29032
|
+
"start": 197,
|
|
29033
|
+
"end": 197
|
|
28440
29034
|
}
|
|
28441
29035
|
},
|
|
28442
29036
|
"group": [
|
|
@@ -28453,8 +29047,8 @@
|
|
|
28453
29047
|
{
|
|
28454
29048
|
"description": "Background color of selected rows in grid\n",
|
|
28455
29049
|
"commentRange": {
|
|
28456
|
-
"start":
|
|
28457
|
-
"end":
|
|
29050
|
+
"start": 199,
|
|
29051
|
+
"end": 200
|
|
28458
29052
|
},
|
|
28459
29053
|
"context": {
|
|
28460
29054
|
"type": "variable",
|
|
@@ -28462,8 +29056,8 @@
|
|
|
28462
29056
|
"value": "$kendo-table-selected-bg",
|
|
28463
29057
|
"scope": "default",
|
|
28464
29058
|
"line": {
|
|
28465
|
-
"start":
|
|
28466
|
-
"end":
|
|
29059
|
+
"start": 201,
|
|
29060
|
+
"end": 201
|
|
28467
29061
|
}
|
|
28468
29062
|
},
|
|
28469
29063
|
"group": [
|
|
@@ -28480,8 +29074,8 @@
|
|
|
28480
29074
|
{
|
|
28481
29075
|
"description": "Text color of selected rows in grid\n",
|
|
28482
29076
|
"commentRange": {
|
|
28483
|
-
"start":
|
|
28484
|
-
"end":
|
|
29077
|
+
"start": 202,
|
|
29078
|
+
"end": 203
|
|
28485
29079
|
},
|
|
28486
29080
|
"context": {
|
|
28487
29081
|
"type": "variable",
|
|
@@ -28489,8 +29083,8 @@
|
|
|
28489
29083
|
"value": "$kendo-table-selected-text",
|
|
28490
29084
|
"scope": "default",
|
|
28491
29085
|
"line": {
|
|
28492
|
-
"start":
|
|
28493
|
-
"end":
|
|
29086
|
+
"start": 204,
|
|
29087
|
+
"end": 204
|
|
28494
29088
|
}
|
|
28495
29089
|
},
|
|
28496
29090
|
"group": [
|
|
@@ -28507,8 +29101,8 @@
|
|
|
28507
29101
|
{
|
|
28508
29102
|
"description": "Border color of selected rows in grid\n",
|
|
28509
29103
|
"commentRange": {
|
|
28510
|
-
"start":
|
|
28511
|
-
"end":
|
|
29104
|
+
"start": 205,
|
|
29105
|
+
"end": 206
|
|
28512
29106
|
},
|
|
28513
29107
|
"context": {
|
|
28514
29108
|
"type": "variable",
|
|
@@ -28516,8 +29110,8 @@
|
|
|
28516
29110
|
"value": "$kendo-table-selected-border",
|
|
28517
29111
|
"scope": "default",
|
|
28518
29112
|
"line": {
|
|
28519
|
-
"start":
|
|
28520
|
-
"end":
|
|
29113
|
+
"start": 207,
|
|
29114
|
+
"end": 207
|
|
28521
29115
|
}
|
|
28522
29116
|
},
|
|
28523
29117
|
"group": [
|
|
@@ -28530,6 +29124,276 @@
|
|
|
28530
29124
|
},
|
|
28531
29125
|
"resolvedValue": "null",
|
|
28532
29126
|
"resolvedType": "Null"
|
|
29127
|
+
},
|
|
29128
|
+
{
|
|
29129
|
+
"description": "Background color of the selection aggregates container\n",
|
|
29130
|
+
"commentRange": {
|
|
29131
|
+
"start": 209,
|
|
29132
|
+
"end": 210
|
|
29133
|
+
},
|
|
29134
|
+
"context": {
|
|
29135
|
+
"type": "variable",
|
|
29136
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
29137
|
+
"value": "$kendo-grid-header-bg",
|
|
29138
|
+
"scope": "default",
|
|
29139
|
+
"line": {
|
|
29140
|
+
"start": 211,
|
|
29141
|
+
"end": 211
|
|
29142
|
+
}
|
|
29143
|
+
},
|
|
29144
|
+
"group": [
|
|
29145
|
+
"grid"
|
|
29146
|
+
],
|
|
29147
|
+
"access": "public",
|
|
29148
|
+
"file": {
|
|
29149
|
+
"path": "grid/_variables.scss",
|
|
29150
|
+
"name": "_variables.scss"
|
|
29151
|
+
},
|
|
29152
|
+
"resolvedValue": "#f0f0f0",
|
|
29153
|
+
"resolvedType": "Color"
|
|
29154
|
+
},
|
|
29155
|
+
{
|
|
29156
|
+
"description": "Text color of the selection aggregates container\n",
|
|
29157
|
+
"commentRange": {
|
|
29158
|
+
"start": 212,
|
|
29159
|
+
"end": 213
|
|
29160
|
+
},
|
|
29161
|
+
"context": {
|
|
29162
|
+
"type": "variable",
|
|
29163
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
29164
|
+
"value": "$kendo-grid-text",
|
|
29165
|
+
"scope": "default",
|
|
29166
|
+
"line": {
|
|
29167
|
+
"start": 214,
|
|
29168
|
+
"end": 214
|
|
29169
|
+
}
|
|
29170
|
+
},
|
|
29171
|
+
"group": [
|
|
29172
|
+
"grid"
|
|
29173
|
+
],
|
|
29174
|
+
"access": "public",
|
|
29175
|
+
"file": {
|
|
29176
|
+
"path": "grid/_variables.scss",
|
|
29177
|
+
"name": "_variables.scss"
|
|
29178
|
+
},
|
|
29179
|
+
"resolvedValue": "#272727",
|
|
29180
|
+
"resolvedType": "Color"
|
|
29181
|
+
},
|
|
29182
|
+
{
|
|
29183
|
+
"description": "Border color of the selection aggregates container\n",
|
|
29184
|
+
"commentRange": {
|
|
29185
|
+
"start": 215,
|
|
29186
|
+
"end": 216
|
|
29187
|
+
},
|
|
29188
|
+
"context": {
|
|
29189
|
+
"type": "variable",
|
|
29190
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
29191
|
+
"value": "$kendo-grid-border",
|
|
29192
|
+
"scope": "default",
|
|
29193
|
+
"line": {
|
|
29194
|
+
"start": 217,
|
|
29195
|
+
"end": 217
|
|
29196
|
+
}
|
|
29197
|
+
},
|
|
29198
|
+
"group": [
|
|
29199
|
+
"grid"
|
|
29200
|
+
],
|
|
29201
|
+
"access": "public",
|
|
29202
|
+
"file": {
|
|
29203
|
+
"path": "grid/_variables.scss",
|
|
29204
|
+
"name": "_variables.scss"
|
|
29205
|
+
},
|
|
29206
|
+
"resolvedValue": "#cacaca",
|
|
29207
|
+
"resolvedType": "Color"
|
|
29208
|
+
},
|
|
29209
|
+
{
|
|
29210
|
+
"description": "Border width of the selection aggregates container\n",
|
|
29211
|
+
"commentRange": {
|
|
29212
|
+
"start": 218,
|
|
29213
|
+
"end": 219
|
|
29214
|
+
},
|
|
29215
|
+
"context": {
|
|
29216
|
+
"type": "variable",
|
|
29217
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
29218
|
+
"value": "$kendo-grid-border-width",
|
|
29219
|
+
"scope": "default",
|
|
29220
|
+
"line": {
|
|
29221
|
+
"start": 220,
|
|
29222
|
+
"end": 220
|
|
29223
|
+
}
|
|
29224
|
+
},
|
|
29225
|
+
"group": [
|
|
29226
|
+
"grid"
|
|
29227
|
+
],
|
|
29228
|
+
"access": "public",
|
|
29229
|
+
"file": {
|
|
29230
|
+
"path": "grid/_variables.scss",
|
|
29231
|
+
"name": "_variables.scss"
|
|
29232
|
+
},
|
|
29233
|
+
"resolvedValue": "1px",
|
|
29234
|
+
"resolvedType": "Number"
|
|
29235
|
+
},
|
|
29236
|
+
{
|
|
29237
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
29238
|
+
"commentRange": {
|
|
29239
|
+
"start": 221,
|
|
29240
|
+
"end": 222
|
|
29241
|
+
},
|
|
29242
|
+
"context": {
|
|
29243
|
+
"type": "variable",
|
|
29244
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
29245
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29246
|
+
"scope": "default",
|
|
29247
|
+
"line": {
|
|
29248
|
+
"start": 223,
|
|
29249
|
+
"end": 223
|
|
29250
|
+
}
|
|
29251
|
+
},
|
|
29252
|
+
"group": [
|
|
29253
|
+
"grid"
|
|
29254
|
+
],
|
|
29255
|
+
"access": "public",
|
|
29256
|
+
"file": {
|
|
29257
|
+
"path": "grid/_variables.scss",
|
|
29258
|
+
"name": "_variables.scss"
|
|
29259
|
+
},
|
|
29260
|
+
"resolvedValue": "8px",
|
|
29261
|
+
"resolvedType": "Number"
|
|
29262
|
+
},
|
|
29263
|
+
{
|
|
29264
|
+
"description": "Line height of the selection aggregates container\n",
|
|
29265
|
+
"commentRange": {
|
|
29266
|
+
"start": 224,
|
|
29267
|
+
"end": 225
|
|
29268
|
+
},
|
|
29269
|
+
"context": {
|
|
29270
|
+
"type": "variable",
|
|
29271
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
29272
|
+
"value": "$kendo-grid-line-height",
|
|
29273
|
+
"scope": "default",
|
|
29274
|
+
"line": {
|
|
29275
|
+
"start": 226,
|
|
29276
|
+
"end": 226
|
|
29277
|
+
}
|
|
29278
|
+
},
|
|
29279
|
+
"group": [
|
|
29280
|
+
"grid"
|
|
29281
|
+
],
|
|
29282
|
+
"access": "public",
|
|
29283
|
+
"file": {
|
|
29284
|
+
"path": "grid/_variables.scss",
|
|
29285
|
+
"name": "_variables.scss"
|
|
29286
|
+
},
|
|
29287
|
+
"resolvedValue": "1.4285714286",
|
|
29288
|
+
"resolvedType": "Number"
|
|
29289
|
+
},
|
|
29290
|
+
{
|
|
29291
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
29292
|
+
"commentRange": {
|
|
29293
|
+
"start": 227,
|
|
29294
|
+
"end": 228
|
|
29295
|
+
},
|
|
29296
|
+
"context": {
|
|
29297
|
+
"type": "variable",
|
|
29298
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
29299
|
+
"value": "$kendo-font-weight-bold",
|
|
29300
|
+
"scope": "default",
|
|
29301
|
+
"line": {
|
|
29302
|
+
"start": 229,
|
|
29303
|
+
"end": 229
|
|
29304
|
+
}
|
|
29305
|
+
},
|
|
29306
|
+
"group": [
|
|
29307
|
+
"grid"
|
|
29308
|
+
],
|
|
29309
|
+
"access": "public",
|
|
29310
|
+
"file": {
|
|
29311
|
+
"path": "grid/_variables.scss",
|
|
29312
|
+
"name": "_variables.scss"
|
|
29313
|
+
},
|
|
29314
|
+
"resolvedValue": "700",
|
|
29315
|
+
"resolvedType": "Number"
|
|
29316
|
+
},
|
|
29317
|
+
{
|
|
29318
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
29319
|
+
"commentRange": {
|
|
29320
|
+
"start": 313,
|
|
29321
|
+
"end": 314
|
|
29322
|
+
},
|
|
29323
|
+
"context": {
|
|
29324
|
+
"type": "variable",
|
|
29325
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
29326
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
29327
|
+
"scope": "default",
|
|
29328
|
+
"line": {
|
|
29329
|
+
"start": 315,
|
|
29330
|
+
"end": 315
|
|
29331
|
+
}
|
|
29332
|
+
},
|
|
29333
|
+
"group": [
|
|
29334
|
+
"grid"
|
|
29335
|
+
],
|
|
29336
|
+
"access": "public",
|
|
29337
|
+
"file": {
|
|
29338
|
+
"path": "grid/_variables.scss",
|
|
29339
|
+
"name": "_variables.scss"
|
|
29340
|
+
},
|
|
29341
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
29342
|
+
"resolvedType": "Color"
|
|
29343
|
+
},
|
|
29344
|
+
{
|
|
29345
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
29346
|
+
"commentRange": {
|
|
29347
|
+
"start": 316,
|
|
29348
|
+
"end": 317
|
|
29349
|
+
},
|
|
29350
|
+
"context": {
|
|
29351
|
+
"type": "variable",
|
|
29352
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
29353
|
+
"value": "$kendo-color-primary",
|
|
29354
|
+
"scope": "default",
|
|
29355
|
+
"line": {
|
|
29356
|
+
"start": 318,
|
|
29357
|
+
"end": 318
|
|
29358
|
+
}
|
|
29359
|
+
},
|
|
29360
|
+
"group": [
|
|
29361
|
+
"grid"
|
|
29362
|
+
],
|
|
29363
|
+
"access": "public",
|
|
29364
|
+
"file": {
|
|
29365
|
+
"path": "grid/_variables.scss",
|
|
29366
|
+
"name": "_variables.scss"
|
|
29367
|
+
},
|
|
29368
|
+
"resolvedValue": "#f35800",
|
|
29369
|
+
"resolvedType": "Color"
|
|
29370
|
+
},
|
|
29371
|
+
{
|
|
29372
|
+
"description": "Height of the grid row resize indicator\n",
|
|
29373
|
+
"commentRange": {
|
|
29374
|
+
"start": 319,
|
|
29375
|
+
"end": 320
|
|
29376
|
+
},
|
|
29377
|
+
"context": {
|
|
29378
|
+
"type": "variable",
|
|
29379
|
+
"name": "kendo-grid-row-resizer-height",
|
|
29380
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
29381
|
+
"scope": "default",
|
|
29382
|
+
"line": {
|
|
29383
|
+
"start": 321,
|
|
29384
|
+
"end": 321
|
|
29385
|
+
}
|
|
29386
|
+
},
|
|
29387
|
+
"group": [
|
|
29388
|
+
"grid"
|
|
29389
|
+
],
|
|
29390
|
+
"access": "public",
|
|
29391
|
+
"file": {
|
|
29392
|
+
"path": "grid/_variables.scss",
|
|
29393
|
+
"name": "_variables.scss"
|
|
29394
|
+
},
|
|
29395
|
+
"resolvedValue": "2px",
|
|
29396
|
+
"resolvedType": "Number"
|
|
28533
29397
|
}
|
|
28534
29398
|
]
|
|
28535
29399
|
},
|
|
@@ -42277,8 +43141,8 @@
|
|
|
42277
43141
|
{
|
|
42278
43142
|
"description": "Base font size across all components.\n",
|
|
42279
43143
|
"commentRange": {
|
|
42280
|
-
"start":
|
|
42281
|
-
"end":
|
|
43144
|
+
"start": 208,
|
|
43145
|
+
"end": 209
|
|
42282
43146
|
},
|
|
42283
43147
|
"context": {
|
|
42284
43148
|
"type": "variable",
|
|
@@ -42286,8 +43150,8 @@
|
|
|
42286
43150
|
"value": "14px",
|
|
42287
43151
|
"scope": "default",
|
|
42288
43152
|
"line": {
|
|
42289
|
-
"start":
|
|
42290
|
-
"end":
|
|
43153
|
+
"start": 210,
|
|
43154
|
+
"end": 210
|
|
42291
43155
|
}
|
|
42292
43156
|
},
|
|
42293
43157
|
"group": [
|
|
@@ -42304,8 +43168,8 @@
|
|
|
42304
43168
|
{
|
|
42305
43169
|
"description": "Font family for text.\n",
|
|
42306
43170
|
"commentRange": {
|
|
42307
|
-
"start":
|
|
42308
|
-
"end":
|
|
43171
|
+
"start": 225,
|
|
43172
|
+
"end": 226
|
|
42309
43173
|
},
|
|
42310
43174
|
"context": {
|
|
42311
43175
|
"type": "variable",
|
|
@@ -42313,8 +43177,8 @@
|
|
|
42313
43177
|
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
42314
43178
|
"scope": "default",
|
|
42315
43179
|
"line": {
|
|
42316
|
-
"start":
|
|
42317
|
-
"end":
|
|
43180
|
+
"start": 227,
|
|
43181
|
+
"end": 227
|
|
42318
43182
|
}
|
|
42319
43183
|
},
|
|
42320
43184
|
"group": [
|
|
@@ -42331,8 +43195,8 @@
|
|
|
42331
43195
|
{
|
|
42332
43196
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
42333
43197
|
"commentRange": {
|
|
42334
|
-
"start":
|
|
42335
|
-
"end":
|
|
43198
|
+
"start": 229,
|
|
43199
|
+
"end": 230
|
|
42336
43200
|
},
|
|
42337
43201
|
"context": {
|
|
42338
43202
|
"type": "variable",
|
|
@@ -42340,8 +43204,8 @@
|
|
|
42340
43204
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
42341
43205
|
"scope": "default",
|
|
42342
43206
|
"line": {
|
|
42343
|
-
"start":
|
|
42344
|
-
"end":
|
|
43207
|
+
"start": 231,
|
|
43208
|
+
"end": 231
|
|
42345
43209
|
}
|
|
42346
43210
|
},
|
|
42347
43211
|
"group": [
|
|
@@ -42358,8 +43222,8 @@
|
|
|
42358
43222
|
{
|
|
42359
43223
|
"description": "Font family across all components.\n",
|
|
42360
43224
|
"commentRange": {
|
|
42361
|
-
"start":
|
|
42362
|
-
"end":
|
|
43225
|
+
"start": 233,
|
|
43226
|
+
"end": 234
|
|
42363
43227
|
},
|
|
42364
43228
|
"context": {
|
|
42365
43229
|
"type": "variable",
|
|
@@ -42367,8 +43231,8 @@
|
|
|
42367
43231
|
"value": "inherit",
|
|
42368
43232
|
"scope": "default",
|
|
42369
43233
|
"line": {
|
|
42370
|
-
"start":
|
|
42371
|
-
"end":
|
|
43234
|
+
"start": 235,
|
|
43235
|
+
"end": 235
|
|
42372
43236
|
}
|
|
42373
43237
|
},
|
|
42374
43238
|
"group": [
|
|
@@ -42385,8 +43249,8 @@
|
|
|
42385
43249
|
{
|
|
42386
43250
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
42387
43251
|
"commentRange": {
|
|
42388
|
-
"start":
|
|
42389
|
-
"end":
|
|
43252
|
+
"start": 237,
|
|
43253
|
+
"end": 238
|
|
42390
43254
|
},
|
|
42391
43255
|
"context": {
|
|
42392
43256
|
"type": "variable",
|
|
@@ -42394,8 +43258,8 @@
|
|
|
42394
43258
|
"value": "k-math-div( 20, 14 )",
|
|
42395
43259
|
"scope": "default",
|
|
42396
43260
|
"line": {
|
|
42397
|
-
"start":
|
|
42398
|
-
"end":
|
|
43261
|
+
"start": 239,
|
|
43262
|
+
"end": 239
|
|
42399
43263
|
}
|
|
42400
43264
|
},
|
|
42401
43265
|
"group": [
|