@progress/kendo-theme-bootstrap 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 +156 -101
- package/dist/all.scss +10912 -1114
- package/dist/meta/sassdoc-data.json +1388 -524
- package/dist/meta/sassdoc-raw-data.json +702 -302
- package/dist/meta/variables.json +103 -7
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.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 +4 -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 +4 -1
- 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 +4 -1
- 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 +4 -1
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +5 -0
- package/scss/color-preview/_theme.scss +5 -0
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +5 -0
- package/scss/coloreditor/_theme.scss +5 -0
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +5 -0
- package/scss/colorgradient/_theme.scss +5 -0
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +5 -0
- package/scss/colorpalette/_theme.scss +5 -0
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +5 -0
- package/scss/combobox/_theme.scss +5 -0
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/dataviz/_theme.scss +5 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +5 -0
- package/scss/dateinput/_theme.scss +5 -0
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -0
- package/scss/datepicker/_theme.scss +5 -0
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +5 -0
- package/scss/daterangepicker/_theme.scss +5 -0
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +5 -0
- package/scss/datetimepicker/_theme.scss +5 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +5 -0
- package/scss/dialog/_theme.scss +3 -24
- 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 +11 -8
- package/scss/fab/_variables.scss +32 -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 +3 -5
- 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 +30 -1
- package/scss/grid/_variables.scss +47 -2
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +5 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +5 -0
- package/scss/imageeditor/_theme.scss +5 -0
- package/scss/index.scss +170 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +3 -1
- package/scss/input/_theme.scss +5 -0
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +5 -0
- package/scss/list/_theme.scss +5 -0
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +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 +3 -1
- 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 +4 -1
- 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 +2 -1
- 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 +3 -1
- 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/progressbar/_variables.scss +1 -1
- 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 +6 -0
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +5 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +4 -1
- 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 +4 -1
- 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 +3 -1
- package/scss/spreadsheet/_theme.scss +5 -25
- 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 +3 -1
- 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 +6 -1
- 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 +6 -1
- package/scss/treelist/_theme.scss +6 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +4 -1
- 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
|
@@ -4566,8 +4566,8 @@
|
|
|
4566
4566
|
{
|
|
4567
4567
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
4568
4568
|
"commentRange": {
|
|
4569
|
-
"start":
|
|
4570
|
-
"end":
|
|
4569
|
+
"start": 111,
|
|
4570
|
+
"end": 114
|
|
4571
4571
|
},
|
|
4572
4572
|
"context": {
|
|
4573
4573
|
"type": "variable",
|
|
@@ -4575,8 +4575,8 @@
|
|
|
4575
4575
|
"value": "$primary",
|
|
4576
4576
|
"scope": "default",
|
|
4577
4577
|
"line": {
|
|
4578
|
-
"start":
|
|
4579
|
-
"end":
|
|
4578
|
+
"start": 115,
|
|
4579
|
+
"end": 115
|
|
4580
4580
|
}
|
|
4581
4581
|
},
|
|
4582
4582
|
"group": [
|
|
@@ -4594,8 +4594,8 @@
|
|
|
4594
4594
|
{
|
|
4595
4595
|
"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",
|
|
4596
4596
|
"commentRange": {
|
|
4597
|
-
"start":
|
|
4598
|
-
"end":
|
|
4597
|
+
"start": 119,
|
|
4598
|
+
"end": 122
|
|
4599
4599
|
},
|
|
4600
4600
|
"context": {
|
|
4601
4601
|
"type": "variable",
|
|
@@ -4603,8 +4603,8 @@
|
|
|
4603
4603
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
4604
4604
|
"scope": "default",
|
|
4605
4605
|
"line": {
|
|
4606
|
-
"start":
|
|
4607
|
-
"end":
|
|
4606
|
+
"start": 123,
|
|
4607
|
+
"end": 123
|
|
4608
4608
|
}
|
|
4609
4609
|
},
|
|
4610
4610
|
"group": [
|
|
@@ -4622,8 +4622,8 @@
|
|
|
4622
4622
|
{
|
|
4623
4623
|
"description": "The secondary color of the theme.\n",
|
|
4624
4624
|
"commentRange": {
|
|
4625
|
-
"start":
|
|
4626
|
-
"end":
|
|
4625
|
+
"start": 125,
|
|
4626
|
+
"end": 127
|
|
4627
4627
|
},
|
|
4628
4628
|
"context": {
|
|
4629
4629
|
"type": "variable",
|
|
@@ -4631,8 +4631,8 @@
|
|
|
4631
4631
|
"value": "$secondary",
|
|
4632
4632
|
"scope": "default",
|
|
4633
4633
|
"line": {
|
|
4634
|
-
"start":
|
|
4635
|
-
"end":
|
|
4634
|
+
"start": 128,
|
|
4635
|
+
"end": 128
|
|
4636
4636
|
}
|
|
4637
4637
|
},
|
|
4638
4638
|
"group": [
|
|
@@ -4650,8 +4650,8 @@
|
|
|
4650
4650
|
{
|
|
4651
4651
|
"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",
|
|
4652
4652
|
"commentRange": {
|
|
4653
|
-
"start":
|
|
4654
|
-
"end":
|
|
4653
|
+
"start": 132,
|
|
4654
|
+
"end": 135
|
|
4655
4655
|
},
|
|
4656
4656
|
"context": {
|
|
4657
4657
|
"type": "variable",
|
|
@@ -4659,8 +4659,8 @@
|
|
|
4659
4659
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
4660
4660
|
"scope": "default",
|
|
4661
4661
|
"line": {
|
|
4662
|
-
"start":
|
|
4663
|
-
"end":
|
|
4662
|
+
"start": 136,
|
|
4663
|
+
"end": 136
|
|
4664
4664
|
}
|
|
4665
4665
|
},
|
|
4666
4666
|
"group": [
|
|
@@ -4678,8 +4678,8 @@
|
|
|
4678
4678
|
{
|
|
4679
4679
|
"description": "The tertiary color of the theme.\n",
|
|
4680
4680
|
"commentRange": {
|
|
4681
|
-
"start":
|
|
4682
|
-
"end":
|
|
4681
|
+
"start": 138,
|
|
4682
|
+
"end": 140
|
|
4683
4683
|
},
|
|
4684
4684
|
"context": {
|
|
4685
4685
|
"type": "variable",
|
|
@@ -4687,8 +4687,8 @@
|
|
|
4687
4687
|
"value": "$purple",
|
|
4688
4688
|
"scope": "default",
|
|
4689
4689
|
"line": {
|
|
4690
|
-
"start":
|
|
4691
|
-
"end":
|
|
4690
|
+
"start": 141,
|
|
4691
|
+
"end": 141
|
|
4692
4692
|
}
|
|
4693
4693
|
},
|
|
4694
4694
|
"group": [
|
|
@@ -4706,8 +4706,8 @@
|
|
|
4706
4706
|
{
|
|
4707
4707
|
"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",
|
|
4708
4708
|
"commentRange": {
|
|
4709
|
-
"start":
|
|
4710
|
-
"end":
|
|
4709
|
+
"start": 145,
|
|
4710
|
+
"end": 148
|
|
4711
4711
|
},
|
|
4712
4712
|
"context": {
|
|
4713
4713
|
"type": "variable",
|
|
@@ -4715,8 +4715,8 @@
|
|
|
4715
4715
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
4716
4716
|
"scope": "default",
|
|
4717
4717
|
"line": {
|
|
4718
|
-
"start":
|
|
4719
|
-
"end":
|
|
4718
|
+
"start": 149,
|
|
4719
|
+
"end": 149
|
|
4720
4720
|
}
|
|
4721
4721
|
},
|
|
4722
4722
|
"group": [
|
|
@@ -4734,8 +4734,8 @@
|
|
|
4734
4734
|
{
|
|
4735
4735
|
"description": "The color for informational messages and states.\n",
|
|
4736
4736
|
"commentRange": {
|
|
4737
|
-
"start":
|
|
4738
|
-
"end":
|
|
4737
|
+
"start": 151,
|
|
4738
|
+
"end": 153
|
|
4739
4739
|
},
|
|
4740
4740
|
"context": {
|
|
4741
4741
|
"type": "variable",
|
|
@@ -4743,8 +4743,8 @@
|
|
|
4743
4743
|
"value": "$info",
|
|
4744
4744
|
"scope": "default",
|
|
4745
4745
|
"line": {
|
|
4746
|
-
"start":
|
|
4747
|
-
"end":
|
|
4746
|
+
"start": 154,
|
|
4747
|
+
"end": 154
|
|
4748
4748
|
}
|
|
4749
4749
|
},
|
|
4750
4750
|
"group": [
|
|
@@ -4762,8 +4762,8 @@
|
|
|
4762
4762
|
{
|
|
4763
4763
|
"description": "The color for success messages and states.\n",
|
|
4764
4764
|
"commentRange": {
|
|
4765
|
-
"start":
|
|
4766
|
-
"end":
|
|
4765
|
+
"start": 158,
|
|
4766
|
+
"end": 160
|
|
4767
4767
|
},
|
|
4768
4768
|
"context": {
|
|
4769
4769
|
"type": "variable",
|
|
@@ -4771,8 +4771,8 @@
|
|
|
4771
4771
|
"value": "$success",
|
|
4772
4772
|
"scope": "default",
|
|
4773
4773
|
"line": {
|
|
4774
|
-
"start":
|
|
4775
|
-
"end":
|
|
4774
|
+
"start": 161,
|
|
4775
|
+
"end": 161
|
|
4776
4776
|
}
|
|
4777
4777
|
},
|
|
4778
4778
|
"group": [
|
|
@@ -4790,8 +4790,8 @@
|
|
|
4790
4790
|
{
|
|
4791
4791
|
"description": "The color for warning messages and states.\n",
|
|
4792
4792
|
"commentRange": {
|
|
4793
|
-
"start":
|
|
4794
|
-
"end":
|
|
4793
|
+
"start": 165,
|
|
4794
|
+
"end": 167
|
|
4795
4795
|
},
|
|
4796
4796
|
"context": {
|
|
4797
4797
|
"type": "variable",
|
|
@@ -4799,8 +4799,8 @@
|
|
|
4799
4799
|
"value": "$warning",
|
|
4800
4800
|
"scope": "default",
|
|
4801
4801
|
"line": {
|
|
4802
|
-
"start":
|
|
4803
|
-
"end":
|
|
4802
|
+
"start": 168,
|
|
4803
|
+
"end": 168
|
|
4804
4804
|
}
|
|
4805
4805
|
},
|
|
4806
4806
|
"group": [
|
|
@@ -4818,8 +4818,8 @@
|
|
|
4818
4818
|
{
|
|
4819
4819
|
"description": "The color for error messages and states.\n",
|
|
4820
4820
|
"commentRange": {
|
|
4821
|
-
"start":
|
|
4822
|
-
"end":
|
|
4821
|
+
"start": 172,
|
|
4822
|
+
"end": 174
|
|
4823
4823
|
},
|
|
4824
4824
|
"context": {
|
|
4825
4825
|
"type": "variable",
|
|
@@ -4827,8 +4827,8 @@
|
|
|
4827
4827
|
"value": "$danger",
|
|
4828
4828
|
"scope": "default",
|
|
4829
4829
|
"line": {
|
|
4830
|
-
"start":
|
|
4831
|
-
"end":
|
|
4830
|
+
"start": 175,
|
|
4831
|
+
"end": 175
|
|
4832
4832
|
}
|
|
4833
4833
|
},
|
|
4834
4834
|
"group": [
|
|
@@ -4846,8 +4846,8 @@
|
|
|
4846
4846
|
{
|
|
4847
4847
|
"description": "The dark color of the theme.\n",
|
|
4848
4848
|
"commentRange": {
|
|
4849
|
-
"start":
|
|
4850
|
-
"end":
|
|
4849
|
+
"start": 179,
|
|
4850
|
+
"end": 181
|
|
4851
4851
|
},
|
|
4852
4852
|
"context": {
|
|
4853
4853
|
"type": "variable",
|
|
@@ -4855,8 +4855,8 @@
|
|
|
4855
4855
|
"value": "$dark",
|
|
4856
4856
|
"scope": "default",
|
|
4857
4857
|
"line": {
|
|
4858
|
-
"start":
|
|
4859
|
-
"end":
|
|
4858
|
+
"start": 182,
|
|
4859
|
+
"end": 182
|
|
4860
4860
|
}
|
|
4861
4861
|
},
|
|
4862
4862
|
"group": [
|
|
@@ -4874,8 +4874,8 @@
|
|
|
4874
4874
|
{
|
|
4875
4875
|
"description": "The light color of the theme.\n",
|
|
4876
4876
|
"commentRange": {
|
|
4877
|
-
"start":
|
|
4878
|
-
"end":
|
|
4877
|
+
"start": 184,
|
|
4878
|
+
"end": 186
|
|
4879
4879
|
},
|
|
4880
4880
|
"context": {
|
|
4881
4881
|
"type": "variable",
|
|
@@ -4883,8 +4883,8 @@
|
|
|
4883
4883
|
"value": "$light",
|
|
4884
4884
|
"scope": "default",
|
|
4885
4885
|
"line": {
|
|
4886
|
-
"start":
|
|
4887
|
-
"end":
|
|
4886
|
+
"start": 187,
|
|
4887
|
+
"end": 187
|
|
4888
4888
|
}
|
|
4889
4889
|
},
|
|
4890
4890
|
"group": [
|
|
@@ -4902,8 +4902,8 @@
|
|
|
4902
4902
|
{
|
|
4903
4903
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
4904
4904
|
"commentRange": {
|
|
4905
|
-
"start":
|
|
4906
|
-
"end":
|
|
4905
|
+
"start": 189,
|
|
4906
|
+
"end": 190
|
|
4907
4907
|
},
|
|
4908
4908
|
"context": {
|
|
4909
4909
|
"type": "variable",
|
|
@@ -4911,8 +4911,8 @@
|
|
|
4911
4911
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
4912
4912
|
"scope": "default",
|
|
4913
4913
|
"line": {
|
|
4914
|
-
"start":
|
|
4915
|
-
"end":
|
|
4914
|
+
"start": 191,
|
|
4915
|
+
"end": 191
|
|
4916
4916
|
}
|
|
4917
4917
|
},
|
|
4918
4918
|
"group": [
|
|
@@ -4929,8 +4929,8 @@
|
|
|
4929
4929
|
{
|
|
4930
4930
|
"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",
|
|
4931
4931
|
"commentRange": {
|
|
4932
|
-
"start":
|
|
4933
|
-
"end":
|
|
4932
|
+
"start": 279,
|
|
4933
|
+
"end": 281
|
|
4934
4934
|
},
|
|
4935
4935
|
"context": {
|
|
4936
4936
|
"type": "variable",
|
|
@@ -4938,8 +4938,8 @@
|
|
|
4938
4938
|
"value": "$kendo-body-bg",
|
|
4939
4939
|
"scope": "default",
|
|
4940
4940
|
"line": {
|
|
4941
|
-
"start":
|
|
4942
|
-
"end":
|
|
4941
|
+
"start": 282,
|
|
4942
|
+
"end": 282
|
|
4943
4943
|
}
|
|
4944
4944
|
},
|
|
4945
4945
|
"group": [
|
|
@@ -4956,8 +4956,8 @@
|
|
|
4956
4956
|
{
|
|
4957
4957
|
"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",
|
|
4958
4958
|
"commentRange": {
|
|
4959
|
-
"start":
|
|
4960
|
-
"end":
|
|
4959
|
+
"start": 283,
|
|
4960
|
+
"end": 285
|
|
4961
4961
|
},
|
|
4962
4962
|
"context": {
|
|
4963
4963
|
"type": "variable",
|
|
@@ -4965,8 +4965,8 @@
|
|
|
4965
4965
|
"value": "$kendo-body-text",
|
|
4966
4966
|
"scope": "default",
|
|
4967
4967
|
"line": {
|
|
4968
|
-
"start":
|
|
4969
|
-
"end":
|
|
4968
|
+
"start": 286,
|
|
4969
|
+
"end": 286
|
|
4970
4970
|
}
|
|
4971
4971
|
},
|
|
4972
4972
|
"group": [
|
|
@@ -4983,8 +4983,8 @@
|
|
|
4983
4983
|
{
|
|
4984
4984
|
"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",
|
|
4985
4985
|
"commentRange": {
|
|
4986
|
-
"start":
|
|
4987
|
-
"end":
|
|
4986
|
+
"start": 287,
|
|
4987
|
+
"end": 289
|
|
4988
4988
|
},
|
|
4989
4989
|
"context": {
|
|
4990
4990
|
"type": "variable",
|
|
@@ -4992,8 +4992,8 @@
|
|
|
4992
4992
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
4993
4993
|
"scope": "default",
|
|
4994
4994
|
"line": {
|
|
4995
|
-
"start":
|
|
4996
|
-
"end":
|
|
4995
|
+
"start": 290,
|
|
4996
|
+
"end": 290
|
|
4997
4997
|
}
|
|
4998
4998
|
},
|
|
4999
4999
|
"group": [
|
|
@@ -5710,19 +5710,46 @@
|
|
|
5710
5710
|
"resolvedType": "Map"
|
|
5711
5711
|
},
|
|
5712
5712
|
{
|
|
5713
|
-
"description": "
|
|
5713
|
+
"description": "Size map for the FAB.\n",
|
|
5714
5714
|
"commentRange": {
|
|
5715
5715
|
"start": 92,
|
|
5716
5716
|
"end": 93
|
|
5717
5717
|
},
|
|
5718
|
+
"context": {
|
|
5719
|
+
"type": "variable",
|
|
5720
|
+
"name": "kendo-fab-sizes",
|
|
5721
|
+
"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)",
|
|
5722
|
+
"scope": "default",
|
|
5723
|
+
"line": {
|
|
5724
|
+
"start": 94,
|
|
5725
|
+
"end": 107
|
|
5726
|
+
}
|
|
5727
|
+
},
|
|
5728
|
+
"group": [
|
|
5729
|
+
"floating-action-button"
|
|
5730
|
+
],
|
|
5731
|
+
"access": "public",
|
|
5732
|
+
"file": {
|
|
5733
|
+
"path": "fab/_variables.scss",
|
|
5734
|
+
"name": "_variables.scss"
|
|
5735
|
+
},
|
|
5736
|
+
"resolvedValue": "(sm: (padding-x: 0.5rem, padding-y: 0.5rem), md: (padding-x: 1rem, padding-y: 1rem), lg: (padding-x: 1.5rem, padding-y: 1.5rem))",
|
|
5737
|
+
"resolvedType": "Map"
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"description": "The base shadow of the FAB.\n",
|
|
5741
|
+
"commentRange": {
|
|
5742
|
+
"start": 109,
|
|
5743
|
+
"end": 110
|
|
5744
|
+
},
|
|
5718
5745
|
"context": {
|
|
5719
5746
|
"type": "variable",
|
|
5720
5747
|
"name": "kendo-fab-shadow",
|
|
5721
5748
|
"value": "0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 )",
|
|
5722
5749
|
"scope": "default",
|
|
5723
5750
|
"line": {
|
|
5724
|
-
"start":
|
|
5725
|
-
"end":
|
|
5751
|
+
"start": 111,
|
|
5752
|
+
"end": 111
|
|
5726
5753
|
}
|
|
5727
5754
|
},
|
|
5728
5755
|
"group": [
|
|
@@ -5739,8 +5766,8 @@
|
|
|
5739
5766
|
{
|
|
5740
5767
|
"description": "The disabled shadow of the FAB.\n",
|
|
5741
5768
|
"commentRange": {
|
|
5742
|
-
"start":
|
|
5743
|
-
"end":
|
|
5769
|
+
"start": 112,
|
|
5770
|
+
"end": 113
|
|
5744
5771
|
},
|
|
5745
5772
|
"context": {
|
|
5746
5773
|
"type": "variable",
|
|
@@ -5748,8 +5775,8 @@
|
|
|
5748
5775
|
"value": "0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0px 3px 5px k-try-tint( rgba( black, .2 ), .5 )",
|
|
5749
5776
|
"scope": "default",
|
|
5750
5777
|
"line": {
|
|
5751
|
-
"start":
|
|
5752
|
-
"end":
|
|
5778
|
+
"start": 114,
|
|
5779
|
+
"end": 114
|
|
5753
5780
|
}
|
|
5754
5781
|
},
|
|
5755
5782
|
"group": [
|
|
@@ -5766,8 +5793,8 @@
|
|
|
5766
5793
|
{
|
|
5767
5794
|
"description": "The active shadow of the FAB.\n",
|
|
5768
5795
|
"commentRange": {
|
|
5769
|
-
"start":
|
|
5770
|
-
"end":
|
|
5796
|
+
"start": 115,
|
|
5797
|
+
"end": 116
|
|
5771
5798
|
},
|
|
5772
5799
|
"context": {
|
|
5773
5800
|
"type": "variable",
|
|
@@ -5775,8 +5802,8 @@
|
|
|
5775
5802
|
"value": "null",
|
|
5776
5803
|
"scope": "default",
|
|
5777
5804
|
"line": {
|
|
5778
|
-
"start":
|
|
5779
|
-
"end":
|
|
5805
|
+
"start": 117,
|
|
5806
|
+
"end": 117
|
|
5780
5807
|
}
|
|
5781
5808
|
},
|
|
5782
5809
|
"group": [
|
|
@@ -5790,11 +5817,65 @@
|
|
|
5790
5817
|
"resolvedValue": "null",
|
|
5791
5818
|
"resolvedType": "Null"
|
|
5792
5819
|
},
|
|
5820
|
+
{
|
|
5821
|
+
"description": "The outline style of the FAB.\n",
|
|
5822
|
+
"commentRange": {
|
|
5823
|
+
"start": 118,
|
|
5824
|
+
"end": 119
|
|
5825
|
+
},
|
|
5826
|
+
"context": {
|
|
5827
|
+
"type": "variable",
|
|
5828
|
+
"name": "kendo-fab-outline-style",
|
|
5829
|
+
"value": "solid",
|
|
5830
|
+
"scope": "default",
|
|
5831
|
+
"line": {
|
|
5832
|
+
"start": 120,
|
|
5833
|
+
"end": 120
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
"group": [
|
|
5837
|
+
"floating-action-button"
|
|
5838
|
+
],
|
|
5839
|
+
"access": "public",
|
|
5840
|
+
"file": {
|
|
5841
|
+
"path": "fab/_variables.scss",
|
|
5842
|
+
"name": "_variables.scss"
|
|
5843
|
+
},
|
|
5844
|
+
"resolvedValue": "solid",
|
|
5845
|
+
"resolvedType": "String"
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
"description": "The outline width of the FAB.\n",
|
|
5849
|
+
"commentRange": {
|
|
5850
|
+
"start": 121,
|
|
5851
|
+
"end": 122
|
|
5852
|
+
},
|
|
5853
|
+
"context": {
|
|
5854
|
+
"type": "variable",
|
|
5855
|
+
"name": "kendo-fab-outline-width",
|
|
5856
|
+
"value": "3px",
|
|
5857
|
+
"scope": "default",
|
|
5858
|
+
"line": {
|
|
5859
|
+
"start": 123,
|
|
5860
|
+
"end": 123
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
"group": [
|
|
5864
|
+
"floating-action-button"
|
|
5865
|
+
],
|
|
5866
|
+
"access": "public",
|
|
5867
|
+
"file": {
|
|
5868
|
+
"path": "fab/_variables.scss",
|
|
5869
|
+
"name": "_variables.scss"
|
|
5870
|
+
},
|
|
5871
|
+
"resolvedValue": "3px",
|
|
5872
|
+
"resolvedType": "Number"
|
|
5873
|
+
},
|
|
5793
5874
|
{
|
|
5794
5875
|
"description": "The base text color of the FAB item.\n",
|
|
5795
5876
|
"commentRange": {
|
|
5796
|
-
"start":
|
|
5797
|
-
"end":
|
|
5877
|
+
"start": 125,
|
|
5878
|
+
"end": 126
|
|
5798
5879
|
},
|
|
5799
5880
|
"context": {
|
|
5800
5881
|
"type": "variable",
|
|
@@ -5802,8 +5883,8 @@
|
|
|
5802
5883
|
"value": "$kendo-component-text",
|
|
5803
5884
|
"scope": "default",
|
|
5804
5885
|
"line": {
|
|
5805
|
-
"start":
|
|
5806
|
-
"end":
|
|
5886
|
+
"start": 127,
|
|
5887
|
+
"end": 127
|
|
5807
5888
|
}
|
|
5808
5889
|
},
|
|
5809
5890
|
"group": [
|
|
@@ -5820,8 +5901,8 @@
|
|
|
5820
5901
|
{
|
|
5821
5902
|
"description": "The base background color of the FAB item.\n",
|
|
5822
5903
|
"commentRange": {
|
|
5823
|
-
"start":
|
|
5824
|
-
"end":
|
|
5904
|
+
"start": 128,
|
|
5905
|
+
"end": 129
|
|
5825
5906
|
},
|
|
5826
5907
|
"context": {
|
|
5827
5908
|
"type": "variable",
|
|
@@ -5829,8 +5910,8 @@
|
|
|
5829
5910
|
"value": "$kendo-component-bg",
|
|
5830
5911
|
"scope": "default",
|
|
5831
5912
|
"line": {
|
|
5832
|
-
"start":
|
|
5833
|
-
"end":
|
|
5913
|
+
"start": 130,
|
|
5914
|
+
"end": 130
|
|
5834
5915
|
}
|
|
5835
5916
|
},
|
|
5836
5917
|
"group": [
|
|
@@ -5847,8 +5928,8 @@
|
|
|
5847
5928
|
{
|
|
5848
5929
|
"description": "The base border color of the FAB item.\n",
|
|
5849
5930
|
"commentRange": {
|
|
5850
|
-
"start":
|
|
5851
|
-
"end":
|
|
5931
|
+
"start": 131,
|
|
5932
|
+
"end": 132
|
|
5852
5933
|
},
|
|
5853
5934
|
"context": {
|
|
5854
5935
|
"type": "variable",
|
|
@@ -5856,8 +5937,8 @@
|
|
|
5856
5937
|
"value": "$kendo-component-border",
|
|
5857
5938
|
"scope": "default",
|
|
5858
5939
|
"line": {
|
|
5859
|
-
"start":
|
|
5860
|
-
"end":
|
|
5940
|
+
"start": 133,
|
|
5941
|
+
"end": 133
|
|
5861
5942
|
}
|
|
5862
5943
|
},
|
|
5863
5944
|
"group": [
|
|
@@ -5874,8 +5955,8 @@
|
|
|
5874
5955
|
{
|
|
5875
5956
|
"description": "The base text color of the FAB item icon.\n",
|
|
5876
5957
|
"commentRange": {
|
|
5877
|
-
"start":
|
|
5878
|
-
"end":
|
|
5958
|
+
"start": 135,
|
|
5959
|
+
"end": 136
|
|
5879
5960
|
},
|
|
5880
5961
|
"context": {
|
|
5881
5962
|
"type": "variable",
|
|
@@ -5883,8 +5964,8 @@
|
|
|
5883
5964
|
"value": "$kendo-button-text",
|
|
5884
5965
|
"scope": "default",
|
|
5885
5966
|
"line": {
|
|
5886
|
-
"start":
|
|
5887
|
-
"end":
|
|
5967
|
+
"start": 137,
|
|
5968
|
+
"end": 137
|
|
5888
5969
|
}
|
|
5889
5970
|
},
|
|
5890
5971
|
"group": [
|
|
@@ -5901,8 +5982,8 @@
|
|
|
5901
5982
|
{
|
|
5902
5983
|
"description": "The base background color of the FAB item icon.\n",
|
|
5903
5984
|
"commentRange": {
|
|
5904
|
-
"start":
|
|
5905
|
-
"end":
|
|
5985
|
+
"start": 138,
|
|
5986
|
+
"end": 139
|
|
5906
5987
|
},
|
|
5907
5988
|
"context": {
|
|
5908
5989
|
"type": "variable",
|
|
@@ -5910,8 +5991,8 @@
|
|
|
5910
5991
|
"value": "$kendo-button-bg",
|
|
5911
5992
|
"scope": "default",
|
|
5912
5993
|
"line": {
|
|
5913
|
-
"start":
|
|
5914
|
-
"end":
|
|
5994
|
+
"start": 140,
|
|
5995
|
+
"end": 140
|
|
5915
5996
|
}
|
|
5916
5997
|
},
|
|
5917
5998
|
"group": [
|
|
@@ -5928,8 +6009,8 @@
|
|
|
5928
6009
|
{
|
|
5929
6010
|
"description": "The base border color of the FAB item icon.\n",
|
|
5930
6011
|
"commentRange": {
|
|
5931
|
-
"start":
|
|
5932
|
-
"end":
|
|
6012
|
+
"start": 141,
|
|
6013
|
+
"end": 142
|
|
5933
6014
|
},
|
|
5934
6015
|
"context": {
|
|
5935
6016
|
"type": "variable",
|
|
@@ -5937,8 +6018,8 @@
|
|
|
5937
6018
|
"value": "$kendo-button-border",
|
|
5938
6019
|
"scope": "default",
|
|
5939
6020
|
"line": {
|
|
5940
|
-
"start":
|
|
5941
|
-
"end":
|
|
6021
|
+
"start": 143,
|
|
6022
|
+
"end": 143
|
|
5942
6023
|
}
|
|
5943
6024
|
},
|
|
5944
6025
|
"group": [
|
|
@@ -5955,8 +6036,8 @@
|
|
|
5955
6036
|
{
|
|
5956
6037
|
"description": "The base shadow of the FAB item.\n",
|
|
5957
6038
|
"commentRange": {
|
|
5958
|
-
"start":
|
|
5959
|
-
"end":
|
|
6039
|
+
"start": 145,
|
|
6040
|
+
"end": 146
|
|
5960
6041
|
},
|
|
5961
6042
|
"context": {
|
|
5962
6043
|
"type": "variable",
|
|
@@ -5964,8 +6045,8 @@
|
|
|
5964
6045
|
"value": "$kendo-fab-shadow",
|
|
5965
6046
|
"scope": "default",
|
|
5966
6047
|
"line": {
|
|
5967
|
-
"start":
|
|
5968
|
-
"end":
|
|
6048
|
+
"start": 147,
|
|
6049
|
+
"end": 147
|
|
5969
6050
|
}
|
|
5970
6051
|
},
|
|
5971
6052
|
"group": [
|
|
@@ -5982,8 +6063,8 @@
|
|
|
5982
6063
|
{
|
|
5983
6064
|
"description": "The disabled shadow of the FAB item.\n",
|
|
5984
6065
|
"commentRange": {
|
|
5985
|
-
"start":
|
|
5986
|
-
"end":
|
|
6066
|
+
"start": 148,
|
|
6067
|
+
"end": 149
|
|
5987
6068
|
},
|
|
5988
6069
|
"context": {
|
|
5989
6070
|
"type": "variable",
|
|
@@ -5991,8 +6072,8 @@
|
|
|
5991
6072
|
"value": "$kendo-fab-disabled-shadow",
|
|
5992
6073
|
"scope": "default",
|
|
5993
6074
|
"line": {
|
|
5994
|
-
"start":
|
|
5995
|
-
"end":
|
|
6075
|
+
"start": 150,
|
|
6076
|
+
"end": 150
|
|
5996
6077
|
}
|
|
5997
6078
|
},
|
|
5998
6079
|
"group": [
|
|
@@ -6009,8 +6090,8 @@
|
|
|
6009
6090
|
{
|
|
6010
6091
|
"description": "The active shadow of the FAB item.\n",
|
|
6011
6092
|
"commentRange": {
|
|
6012
|
-
"start":
|
|
6013
|
-
"end":
|
|
6093
|
+
"start": 151,
|
|
6094
|
+
"end": 152
|
|
6014
6095
|
},
|
|
6015
6096
|
"context": {
|
|
6016
6097
|
"type": "variable",
|
|
@@ -6018,8 +6099,8 @@
|
|
|
6018
6099
|
"value": "$kendo-fab-active-shadow",
|
|
6019
6100
|
"scope": "default",
|
|
6020
6101
|
"line": {
|
|
6021
|
-
"start":
|
|
6022
|
-
"end":
|
|
6102
|
+
"start": 153,
|
|
6103
|
+
"end": 153
|
|
6023
6104
|
}
|
|
6024
6105
|
},
|
|
6025
6106
|
"group": [
|
|
@@ -6033,6 +6114,87 @@
|
|
|
6033
6114
|
"resolvedValue": "null",
|
|
6034
6115
|
"resolvedType": "Null"
|
|
6035
6116
|
},
|
|
6117
|
+
{
|
|
6118
|
+
"description": "The outline style of the FAB item.\n",
|
|
6119
|
+
"commentRange": {
|
|
6120
|
+
"start": 154,
|
|
6121
|
+
"end": 155
|
|
6122
|
+
},
|
|
6123
|
+
"context": {
|
|
6124
|
+
"type": "variable",
|
|
6125
|
+
"name": "kendo-fab-item-outline-style",
|
|
6126
|
+
"value": "solid",
|
|
6127
|
+
"scope": "default",
|
|
6128
|
+
"line": {
|
|
6129
|
+
"start": 156,
|
|
6130
|
+
"end": 156
|
|
6131
|
+
}
|
|
6132
|
+
},
|
|
6133
|
+
"group": [
|
|
6134
|
+
"floating-action-button"
|
|
6135
|
+
],
|
|
6136
|
+
"access": "public",
|
|
6137
|
+
"file": {
|
|
6138
|
+
"path": "fab/_variables.scss",
|
|
6139
|
+
"name": "_variables.scss"
|
|
6140
|
+
},
|
|
6141
|
+
"resolvedValue": "solid",
|
|
6142
|
+
"resolvedType": "String"
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"description": "The outline width of the FAB item.\n",
|
|
6146
|
+
"commentRange": {
|
|
6147
|
+
"start": 157,
|
|
6148
|
+
"end": 158
|
|
6149
|
+
},
|
|
6150
|
+
"context": {
|
|
6151
|
+
"type": "variable",
|
|
6152
|
+
"name": "kendo-fab-item-outline-width",
|
|
6153
|
+
"value": "3px",
|
|
6154
|
+
"scope": "default",
|
|
6155
|
+
"line": {
|
|
6156
|
+
"start": 159,
|
|
6157
|
+
"end": 159
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
"group": [
|
|
6161
|
+
"floating-action-button"
|
|
6162
|
+
],
|
|
6163
|
+
"access": "public",
|
|
6164
|
+
"file": {
|
|
6165
|
+
"path": "fab/_variables.scss",
|
|
6166
|
+
"name": "_variables.scss"
|
|
6167
|
+
},
|
|
6168
|
+
"resolvedValue": "3px",
|
|
6169
|
+
"resolvedType": "Number"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"description": "The outline color of the FAB item.\n",
|
|
6173
|
+
"commentRange": {
|
|
6174
|
+
"start": 160,
|
|
6175
|
+
"end": 161
|
|
6176
|
+
},
|
|
6177
|
+
"context": {
|
|
6178
|
+
"type": "variable",
|
|
6179
|
+
"name": "kendo-fab-item-outline-color",
|
|
6180
|
+
"value": "$kendo-button-bg",
|
|
6181
|
+
"scope": "default",
|
|
6182
|
+
"line": {
|
|
6183
|
+
"start": 162,
|
|
6184
|
+
"end": 162
|
|
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": "#e4e7eb",
|
|
6196
|
+
"resolvedType": "Color"
|
|
6197
|
+
},
|
|
6036
6198
|
{
|
|
6037
6199
|
"description": "Horizontal padding of the grid.\n",
|
|
6038
6200
|
"commentRange": {
|
|
@@ -6360,8 +6522,8 @@
|
|
|
6360
6522
|
{
|
|
6361
6523
|
"description": "Background color of the grid component\n",
|
|
6362
6524
|
"commentRange": {
|
|
6363
|
-
"start":
|
|
6364
|
-
"end":
|
|
6525
|
+
"start": 139,
|
|
6526
|
+
"end": 140
|
|
6365
6527
|
},
|
|
6366
6528
|
"context": {
|
|
6367
6529
|
"type": "variable",
|
|
@@ -6369,8 +6531,8 @@
|
|
|
6369
6531
|
"value": "$kendo-table-bg",
|
|
6370
6532
|
"scope": "default",
|
|
6371
6533
|
"line": {
|
|
6372
|
-
"start":
|
|
6373
|
-
"end":
|
|
6534
|
+
"start": 141,
|
|
6535
|
+
"end": 141
|
|
6374
6536
|
}
|
|
6375
6537
|
},
|
|
6376
6538
|
"group": [
|
|
@@ -6387,8 +6549,8 @@
|
|
|
6387
6549
|
{
|
|
6388
6550
|
"description": "Text color of the grid component\n",
|
|
6389
6551
|
"commentRange": {
|
|
6390
|
-
"start":
|
|
6391
|
-
"end":
|
|
6552
|
+
"start": 142,
|
|
6553
|
+
"end": 143
|
|
6392
6554
|
},
|
|
6393
6555
|
"context": {
|
|
6394
6556
|
"type": "variable",
|
|
@@ -6396,8 +6558,8 @@
|
|
|
6396
6558
|
"value": "$kendo-table-text",
|
|
6397
6559
|
"scope": "default",
|
|
6398
6560
|
"line": {
|
|
6399
|
-
"start":
|
|
6400
|
-
"end":
|
|
6561
|
+
"start": 144,
|
|
6562
|
+
"end": 144
|
|
6401
6563
|
}
|
|
6402
6564
|
},
|
|
6403
6565
|
"group": [
|
|
@@ -6414,8 +6576,8 @@
|
|
|
6414
6576
|
{
|
|
6415
6577
|
"description": "Border color of the grid component\n",
|
|
6416
6578
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6579
|
+
"start": 145,
|
|
6580
|
+
"end": 146
|
|
6419
6581
|
},
|
|
6420
6582
|
"context": {
|
|
6421
6583
|
"type": "variable",
|
|
@@ -6423,8 +6585,8 @@
|
|
|
6423
6585
|
"value": "$kendo-table-border",
|
|
6424
6586
|
"scope": "default",
|
|
6425
6587
|
"line": {
|
|
6426
|
-
"start":
|
|
6427
|
-
"end":
|
|
6588
|
+
"start": 147,
|
|
6589
|
+
"end": 147
|
|
6428
6590
|
}
|
|
6429
6591
|
},
|
|
6430
6592
|
"group": [
|
|
@@ -6441,8 +6603,8 @@
|
|
|
6441
6603
|
{
|
|
6442
6604
|
"description": "Background color of grid header\n",
|
|
6443
6605
|
"commentRange": {
|
|
6444
|
-
"start":
|
|
6445
|
-
"end":
|
|
6606
|
+
"start": 149,
|
|
6607
|
+
"end": 150
|
|
6446
6608
|
},
|
|
6447
6609
|
"context": {
|
|
6448
6610
|
"type": "variable",
|
|
@@ -6450,8 +6612,8 @@
|
|
|
6450
6612
|
"value": "$kendo-table-header-bg",
|
|
6451
6613
|
"scope": "default",
|
|
6452
6614
|
"line": {
|
|
6453
|
-
"start":
|
|
6454
|
-
"end":
|
|
6615
|
+
"start": 151,
|
|
6616
|
+
"end": 151
|
|
6455
6617
|
}
|
|
6456
6618
|
},
|
|
6457
6619
|
"group": [
|
|
@@ -6468,8 +6630,8 @@
|
|
|
6468
6630
|
{
|
|
6469
6631
|
"description": "Text color of grid header\n",
|
|
6470
6632
|
"commentRange": {
|
|
6471
|
-
"start":
|
|
6472
|
-
"end":
|
|
6633
|
+
"start": 152,
|
|
6634
|
+
"end": 153
|
|
6473
6635
|
},
|
|
6474
6636
|
"context": {
|
|
6475
6637
|
"type": "variable",
|
|
@@ -6477,8 +6639,8 @@
|
|
|
6477
6639
|
"value": "$kendo-table-header-text",
|
|
6478
6640
|
"scope": "default",
|
|
6479
6641
|
"line": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6642
|
+
"start": 154,
|
|
6643
|
+
"end": 154
|
|
6482
6644
|
}
|
|
6483
6645
|
},
|
|
6484
6646
|
"group": [
|
|
@@ -6495,8 +6657,8 @@
|
|
|
6495
6657
|
{
|
|
6496
6658
|
"description": "Border color of grid header\n",
|
|
6497
6659
|
"commentRange": {
|
|
6498
|
-
"start":
|
|
6499
|
-
"end":
|
|
6660
|
+
"start": 155,
|
|
6661
|
+
"end": 156
|
|
6500
6662
|
},
|
|
6501
6663
|
"context": {
|
|
6502
6664
|
"type": "variable",
|
|
@@ -6504,8 +6666,8 @@
|
|
|
6504
6666
|
"value": "$kendo-table-header-border",
|
|
6505
6667
|
"scope": "default",
|
|
6506
6668
|
"line": {
|
|
6507
|
-
"start":
|
|
6508
|
-
"end":
|
|
6669
|
+
"start": 157,
|
|
6670
|
+
"end": 157
|
|
6509
6671
|
}
|
|
6510
6672
|
},
|
|
6511
6673
|
"group": [
|
|
@@ -6522,8 +6684,8 @@
|
|
|
6522
6684
|
{
|
|
6523
6685
|
"description": "Background gradient of grid header\n",
|
|
6524
6686
|
"commentRange": {
|
|
6525
|
-
"start":
|
|
6526
|
-
"end":
|
|
6687
|
+
"start": 158,
|
|
6688
|
+
"end": 159
|
|
6527
6689
|
},
|
|
6528
6690
|
"context": {
|
|
6529
6691
|
"type": "variable",
|
|
@@ -6531,8 +6693,8 @@
|
|
|
6531
6693
|
"value": "$kendo-table-header-gradient",
|
|
6532
6694
|
"scope": "default",
|
|
6533
6695
|
"line": {
|
|
6534
|
-
"start":
|
|
6535
|
-
"end":
|
|
6696
|
+
"start": 160,
|
|
6697
|
+
"end": 160
|
|
6536
6698
|
}
|
|
6537
6699
|
},
|
|
6538
6700
|
"group": [
|
|
@@ -6549,8 +6711,8 @@
|
|
|
6549
6711
|
{
|
|
6550
6712
|
"description": "Background color of grid footer\n",
|
|
6551
6713
|
"commentRange": {
|
|
6552
|
-
"start":
|
|
6553
|
-
"end":
|
|
6714
|
+
"start": 162,
|
|
6715
|
+
"end": 163
|
|
6554
6716
|
},
|
|
6555
6717
|
"context": {
|
|
6556
6718
|
"type": "variable",
|
|
@@ -6558,8 +6720,8 @@
|
|
|
6558
6720
|
"value": "$kendo-table-footer-bg",
|
|
6559
6721
|
"scope": "default",
|
|
6560
6722
|
"line": {
|
|
6561
|
-
"start":
|
|
6562
|
-
"end":
|
|
6723
|
+
"start": 164,
|
|
6724
|
+
"end": 164
|
|
6563
6725
|
}
|
|
6564
6726
|
},
|
|
6565
6727
|
"group": [
|
|
@@ -6576,8 +6738,8 @@
|
|
|
6576
6738
|
{
|
|
6577
6739
|
"description": "Text color of grid footer\n",
|
|
6578
6740
|
"commentRange": {
|
|
6579
|
-
"start":
|
|
6580
|
-
"end":
|
|
6741
|
+
"start": 165,
|
|
6742
|
+
"end": 166
|
|
6581
6743
|
},
|
|
6582
6744
|
"context": {
|
|
6583
6745
|
"type": "variable",
|
|
@@ -6585,8 +6747,8 @@
|
|
|
6585
6747
|
"value": "$kendo-table-footer-text",
|
|
6586
6748
|
"scope": "default",
|
|
6587
6749
|
"line": {
|
|
6588
|
-
"start":
|
|
6589
|
-
"end":
|
|
6750
|
+
"start": 167,
|
|
6751
|
+
"end": 167
|
|
6590
6752
|
}
|
|
6591
6753
|
},
|
|
6592
6754
|
"group": [
|
|
@@ -6603,8 +6765,8 @@
|
|
|
6603
6765
|
{
|
|
6604
6766
|
"description": "Border color of grid footer\n",
|
|
6605
6767
|
"commentRange": {
|
|
6606
|
-
"start":
|
|
6607
|
-
"end":
|
|
6768
|
+
"start": 168,
|
|
6769
|
+
"end": 169
|
|
6608
6770
|
},
|
|
6609
6771
|
"context": {
|
|
6610
6772
|
"type": "variable",
|
|
@@ -6612,8 +6774,8 @@
|
|
|
6612
6774
|
"value": "$kendo-table-footer-border",
|
|
6613
6775
|
"scope": "default",
|
|
6614
6776
|
"line": {
|
|
6615
|
-
"start":
|
|
6616
|
-
"end":
|
|
6777
|
+
"start": 170,
|
|
6778
|
+
"end": 170
|
|
6617
6779
|
}
|
|
6618
6780
|
},
|
|
6619
6781
|
"group": [
|
|
@@ -6630,8 +6792,8 @@
|
|
|
6630
6792
|
{
|
|
6631
6793
|
"description": "Background color of alternating rows in grid\n",
|
|
6632
6794
|
"commentRange": {
|
|
6633
|
-
"start":
|
|
6634
|
-
"end":
|
|
6795
|
+
"start": 172,
|
|
6796
|
+
"end": 173
|
|
6635
6797
|
},
|
|
6636
6798
|
"context": {
|
|
6637
6799
|
"type": "variable",
|
|
@@ -6639,8 +6801,8 @@
|
|
|
6639
6801
|
"value": "$kendo-table-alt-row-bg",
|
|
6640
6802
|
"scope": "default",
|
|
6641
6803
|
"line": {
|
|
6642
|
-
"start":
|
|
6643
|
-
"end":
|
|
6804
|
+
"start": 174,
|
|
6805
|
+
"end": 174
|
|
6644
6806
|
}
|
|
6645
6807
|
},
|
|
6646
6808
|
"group": [
|
|
@@ -6657,8 +6819,8 @@
|
|
|
6657
6819
|
{
|
|
6658
6820
|
"description": "Text color of alternating rows in grid\n",
|
|
6659
6821
|
"commentRange": {
|
|
6660
|
-
"start":
|
|
6661
|
-
"end":
|
|
6822
|
+
"start": 175,
|
|
6823
|
+
"end": 176
|
|
6662
6824
|
},
|
|
6663
6825
|
"context": {
|
|
6664
6826
|
"type": "variable",
|
|
@@ -6666,8 +6828,8 @@
|
|
|
6666
6828
|
"value": "$kendo-table-alt-row-text",
|
|
6667
6829
|
"scope": "default",
|
|
6668
6830
|
"line": {
|
|
6669
|
-
"start":
|
|
6670
|
-
"end":
|
|
6831
|
+
"start": 177,
|
|
6832
|
+
"end": 177
|
|
6671
6833
|
}
|
|
6672
6834
|
},
|
|
6673
6835
|
"group": [
|
|
@@ -6684,8 +6846,8 @@
|
|
|
6684
6846
|
{
|
|
6685
6847
|
"description": "Border color of alternating rows in grid\n",
|
|
6686
6848
|
"commentRange": {
|
|
6687
|
-
"start":
|
|
6688
|
-
"end":
|
|
6849
|
+
"start": 178,
|
|
6850
|
+
"end": 179
|
|
6689
6851
|
},
|
|
6690
6852
|
"context": {
|
|
6691
6853
|
"type": "variable",
|
|
@@ -6693,8 +6855,8 @@
|
|
|
6693
6855
|
"value": "$kendo-table-alt-row-border",
|
|
6694
6856
|
"scope": "default",
|
|
6695
6857
|
"line": {
|
|
6696
|
-
"start":
|
|
6697
|
-
"end":
|
|
6858
|
+
"start": 180,
|
|
6859
|
+
"end": 180
|
|
6698
6860
|
}
|
|
6699
6861
|
},
|
|
6700
6862
|
"group": [
|
|
@@ -6711,8 +6873,8 @@
|
|
|
6711
6873
|
{
|
|
6712
6874
|
"description": "Background color of hovered rows in grid\n",
|
|
6713
6875
|
"commentRange": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6876
|
+
"start": 182,
|
|
6877
|
+
"end": 183
|
|
6716
6878
|
},
|
|
6717
6879
|
"context": {
|
|
6718
6880
|
"type": "variable",
|
|
@@ -6720,8 +6882,8 @@
|
|
|
6720
6882
|
"value": "$kendo-table-hover-bg",
|
|
6721
6883
|
"scope": "default",
|
|
6722
6884
|
"line": {
|
|
6723
|
-
"start":
|
|
6724
|
-
"end":
|
|
6885
|
+
"start": 184,
|
|
6886
|
+
"end": 184
|
|
6725
6887
|
}
|
|
6726
6888
|
},
|
|
6727
6889
|
"group": [
|
|
@@ -6738,8 +6900,8 @@
|
|
|
6738
6900
|
{
|
|
6739
6901
|
"description": "Text color of hovered rows in grid\n",
|
|
6740
6902
|
"commentRange": {
|
|
6741
|
-
"start":
|
|
6742
|
-
"end":
|
|
6903
|
+
"start": 185,
|
|
6904
|
+
"end": 186
|
|
6743
6905
|
},
|
|
6744
6906
|
"context": {
|
|
6745
6907
|
"type": "variable",
|
|
@@ -6747,8 +6909,8 @@
|
|
|
6747
6909
|
"value": "$kendo-table-hover-text",
|
|
6748
6910
|
"scope": "default",
|
|
6749
6911
|
"line": {
|
|
6750
|
-
"start":
|
|
6751
|
-
"end":
|
|
6912
|
+
"start": 187,
|
|
6913
|
+
"end": 187
|
|
6752
6914
|
}
|
|
6753
6915
|
},
|
|
6754
6916
|
"group": [
|
|
@@ -6765,8 +6927,8 @@
|
|
|
6765
6927
|
{
|
|
6766
6928
|
"description": "Border color of hovered rows in grid\n",
|
|
6767
6929
|
"commentRange": {
|
|
6768
|
-
"start":
|
|
6769
|
-
"end":
|
|
6930
|
+
"start": 188,
|
|
6931
|
+
"end": 189
|
|
6770
6932
|
},
|
|
6771
6933
|
"context": {
|
|
6772
6934
|
"type": "variable",
|
|
@@ -6774,8 +6936,8 @@
|
|
|
6774
6936
|
"value": "$kendo-table-hover-border",
|
|
6775
6937
|
"scope": "default",
|
|
6776
6938
|
"line": {
|
|
6777
|
-
"start":
|
|
6778
|
-
"end":
|
|
6939
|
+
"start": 190,
|
|
6940
|
+
"end": 190
|
|
6779
6941
|
}
|
|
6780
6942
|
},
|
|
6781
6943
|
"group": [
|
|
@@ -6792,8 +6954,8 @@
|
|
|
6792
6954
|
{
|
|
6793
6955
|
"description": "Background color of selected rows in grid\n",
|
|
6794
6956
|
"commentRange": {
|
|
6795
|
-
"start":
|
|
6796
|
-
"end":
|
|
6957
|
+
"start": 192,
|
|
6958
|
+
"end": 193
|
|
6797
6959
|
},
|
|
6798
6960
|
"context": {
|
|
6799
6961
|
"type": "variable",
|
|
@@ -6801,8 +6963,8 @@
|
|
|
6801
6963
|
"value": "$kendo-table-selected-bg",
|
|
6802
6964
|
"scope": "default",
|
|
6803
6965
|
"line": {
|
|
6804
|
-
"start":
|
|
6805
|
-
"end":
|
|
6966
|
+
"start": 194,
|
|
6967
|
+
"end": 194
|
|
6806
6968
|
}
|
|
6807
6969
|
},
|
|
6808
6970
|
"group": [
|
|
@@ -6819,8 +6981,8 @@
|
|
|
6819
6981
|
{
|
|
6820
6982
|
"description": "Text color of selected rows in grid\n",
|
|
6821
6983
|
"commentRange": {
|
|
6822
|
-
"start":
|
|
6823
|
-
"end":
|
|
6984
|
+
"start": 195,
|
|
6985
|
+
"end": 196
|
|
6824
6986
|
},
|
|
6825
6987
|
"context": {
|
|
6826
6988
|
"type": "variable",
|
|
@@ -6828,8 +6990,8 @@
|
|
|
6828
6990
|
"value": "$kendo-table-selected-text",
|
|
6829
6991
|
"scope": "default",
|
|
6830
6992
|
"line": {
|
|
6831
|
-
"start":
|
|
6832
|
-
"end":
|
|
6993
|
+
"start": 197,
|
|
6994
|
+
"end": 197
|
|
6833
6995
|
}
|
|
6834
6996
|
},
|
|
6835
6997
|
"group": [
|
|
@@ -6846,8 +7008,8 @@
|
|
|
6846
7008
|
{
|
|
6847
7009
|
"description": "Border color of selected rows in grid\n",
|
|
6848
7010
|
"commentRange": {
|
|
6849
|
-
"start":
|
|
6850
|
-
"end":
|
|
7011
|
+
"start": 198,
|
|
7012
|
+
"end": 199
|
|
6851
7013
|
},
|
|
6852
7014
|
"context": {
|
|
6853
7015
|
"type": "variable",
|
|
@@ -6855,8 +7017,8 @@
|
|
|
6855
7017
|
"value": "$kendo-table-selected-border",
|
|
6856
7018
|
"scope": "default",
|
|
6857
7019
|
"line": {
|
|
6858
|
-
"start":
|
|
6859
|
-
"end":
|
|
7020
|
+
"start": 200,
|
|
7021
|
+
"end": 200
|
|
6860
7022
|
}
|
|
6861
7023
|
},
|
|
6862
7024
|
"group": [
|
|
@@ -6870,6 +7032,276 @@
|
|
|
6870
7032
|
"resolvedValue": "null",
|
|
6871
7033
|
"resolvedType": "Null"
|
|
6872
7034
|
},
|
|
7035
|
+
{
|
|
7036
|
+
"description": "Background color of the selection aggregates container\n",
|
|
7037
|
+
"commentRange": {
|
|
7038
|
+
"start": 202,
|
|
7039
|
+
"end": 203
|
|
7040
|
+
},
|
|
7041
|
+
"context": {
|
|
7042
|
+
"type": "variable",
|
|
7043
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
7044
|
+
"value": "$kendo-grid-header-bg",
|
|
7045
|
+
"scope": "default",
|
|
7046
|
+
"line": {
|
|
7047
|
+
"start": 204,
|
|
7048
|
+
"end": 204
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
"group": [
|
|
7052
|
+
"grid"
|
|
7053
|
+
],
|
|
7054
|
+
"access": "public",
|
|
7055
|
+
"file": {
|
|
7056
|
+
"path": "grid/_variables.scss",
|
|
7057
|
+
"name": "_variables.scss"
|
|
7058
|
+
},
|
|
7059
|
+
"resolvedValue": "#f8f9fa",
|
|
7060
|
+
"resolvedType": "Color"
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"description": "Text color of the selection aggregates container\n",
|
|
7064
|
+
"commentRange": {
|
|
7065
|
+
"start": 205,
|
|
7066
|
+
"end": 206
|
|
7067
|
+
},
|
|
7068
|
+
"context": {
|
|
7069
|
+
"type": "variable",
|
|
7070
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
7071
|
+
"value": "$kendo-grid-text",
|
|
7072
|
+
"scope": "default",
|
|
7073
|
+
"line": {
|
|
7074
|
+
"start": 207,
|
|
7075
|
+
"end": 207
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"group": [
|
|
7079
|
+
"grid"
|
|
7080
|
+
],
|
|
7081
|
+
"access": "public",
|
|
7082
|
+
"file": {
|
|
7083
|
+
"path": "grid/_variables.scss",
|
|
7084
|
+
"name": "_variables.scss"
|
|
7085
|
+
},
|
|
7086
|
+
"resolvedValue": "#212529",
|
|
7087
|
+
"resolvedType": "Color"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"description": "Border color of the selection aggregates container\n",
|
|
7091
|
+
"commentRange": {
|
|
7092
|
+
"start": 208,
|
|
7093
|
+
"end": 209
|
|
7094
|
+
},
|
|
7095
|
+
"context": {
|
|
7096
|
+
"type": "variable",
|
|
7097
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
7098
|
+
"value": "$kendo-grid-border",
|
|
7099
|
+
"scope": "default",
|
|
7100
|
+
"line": {
|
|
7101
|
+
"start": 210,
|
|
7102
|
+
"end": 210
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7105
|
+
"group": [
|
|
7106
|
+
"grid"
|
|
7107
|
+
],
|
|
7108
|
+
"access": "public",
|
|
7109
|
+
"file": {
|
|
7110
|
+
"path": "grid/_variables.scss",
|
|
7111
|
+
"name": "_variables.scss"
|
|
7112
|
+
},
|
|
7113
|
+
"resolvedValue": "#dee2e6",
|
|
7114
|
+
"resolvedType": "Color"
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
"description": "Border width of the selection aggregates container\n",
|
|
7118
|
+
"commentRange": {
|
|
7119
|
+
"start": 211,
|
|
7120
|
+
"end": 212
|
|
7121
|
+
},
|
|
7122
|
+
"context": {
|
|
7123
|
+
"type": "variable",
|
|
7124
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
7125
|
+
"value": "$kendo-grid-border-width",
|
|
7126
|
+
"scope": "default",
|
|
7127
|
+
"line": {
|
|
7128
|
+
"start": 213,
|
|
7129
|
+
"end": 213
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
"group": [
|
|
7133
|
+
"grid"
|
|
7134
|
+
],
|
|
7135
|
+
"access": "public",
|
|
7136
|
+
"file": {
|
|
7137
|
+
"path": "grid/_variables.scss",
|
|
7138
|
+
"name": "_variables.scss"
|
|
7139
|
+
},
|
|
7140
|
+
"resolvedValue": "1px",
|
|
7141
|
+
"resolvedType": "Number"
|
|
7142
|
+
},
|
|
7143
|
+
{
|
|
7144
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
7145
|
+
"commentRange": {
|
|
7146
|
+
"start": 214,
|
|
7147
|
+
"end": 215
|
|
7148
|
+
},
|
|
7149
|
+
"context": {
|
|
7150
|
+
"type": "variable",
|
|
7151
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
7152
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
7153
|
+
"scope": "default",
|
|
7154
|
+
"line": {
|
|
7155
|
+
"start": 216,
|
|
7156
|
+
"end": 216
|
|
7157
|
+
}
|
|
7158
|
+
},
|
|
7159
|
+
"group": [
|
|
7160
|
+
"grid"
|
|
7161
|
+
],
|
|
7162
|
+
"access": "public",
|
|
7163
|
+
"file": {
|
|
7164
|
+
"path": "grid/_variables.scss",
|
|
7165
|
+
"name": "_variables.scss"
|
|
7166
|
+
},
|
|
7167
|
+
"resolvedValue": "0.5rem",
|
|
7168
|
+
"resolvedType": "Number"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"description": "Line height of the selection aggregates container\n",
|
|
7172
|
+
"commentRange": {
|
|
7173
|
+
"start": 217,
|
|
7174
|
+
"end": 218
|
|
7175
|
+
},
|
|
7176
|
+
"context": {
|
|
7177
|
+
"type": "variable",
|
|
7178
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
7179
|
+
"value": "$kendo-grid-line-height",
|
|
7180
|
+
"scope": "default",
|
|
7181
|
+
"line": {
|
|
7182
|
+
"start": 219,
|
|
7183
|
+
"end": 219
|
|
7184
|
+
}
|
|
7185
|
+
},
|
|
7186
|
+
"group": [
|
|
7187
|
+
"grid"
|
|
7188
|
+
],
|
|
7189
|
+
"access": "public",
|
|
7190
|
+
"file": {
|
|
7191
|
+
"path": "grid/_variables.scss",
|
|
7192
|
+
"name": "_variables.scss"
|
|
7193
|
+
},
|
|
7194
|
+
"resolvedValue": "1.5",
|
|
7195
|
+
"resolvedType": "Number"
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
7199
|
+
"commentRange": {
|
|
7200
|
+
"start": 220,
|
|
7201
|
+
"end": 221
|
|
7202
|
+
},
|
|
7203
|
+
"context": {
|
|
7204
|
+
"type": "variable",
|
|
7205
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
7206
|
+
"value": "$kendo-font-weight-bold",
|
|
7207
|
+
"scope": "default",
|
|
7208
|
+
"line": {
|
|
7209
|
+
"start": 222,
|
|
7210
|
+
"end": 222
|
|
7211
|
+
}
|
|
7212
|
+
},
|
|
7213
|
+
"group": [
|
|
7214
|
+
"grid"
|
|
7215
|
+
],
|
|
7216
|
+
"access": "public",
|
|
7217
|
+
"file": {
|
|
7218
|
+
"path": "grid/_variables.scss",
|
|
7219
|
+
"name": "_variables.scss"
|
|
7220
|
+
},
|
|
7221
|
+
"resolvedValue": "700",
|
|
7222
|
+
"resolvedType": "Number"
|
|
7223
|
+
},
|
|
7224
|
+
{
|
|
7225
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
7226
|
+
"commentRange": {
|
|
7227
|
+
"start": 307,
|
|
7228
|
+
"end": 308
|
|
7229
|
+
},
|
|
7230
|
+
"context": {
|
|
7231
|
+
"type": "variable",
|
|
7232
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
7233
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
7234
|
+
"scope": "default",
|
|
7235
|
+
"line": {
|
|
7236
|
+
"start": 309,
|
|
7237
|
+
"end": 309
|
|
7238
|
+
}
|
|
7239
|
+
},
|
|
7240
|
+
"group": [
|
|
7241
|
+
"grid"
|
|
7242
|
+
],
|
|
7243
|
+
"access": "public",
|
|
7244
|
+
"file": {
|
|
7245
|
+
"path": "grid/_variables.scss",
|
|
7246
|
+
"name": "_variables.scss"
|
|
7247
|
+
},
|
|
7248
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
7249
|
+
"resolvedType": "Color"
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
7253
|
+
"commentRange": {
|
|
7254
|
+
"start": 310,
|
|
7255
|
+
"end": 311
|
|
7256
|
+
},
|
|
7257
|
+
"context": {
|
|
7258
|
+
"type": "variable",
|
|
7259
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
7260
|
+
"value": "$kendo-color-primary",
|
|
7261
|
+
"scope": "default",
|
|
7262
|
+
"line": {
|
|
7263
|
+
"start": 312,
|
|
7264
|
+
"end": 312
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7267
|
+
"group": [
|
|
7268
|
+
"grid"
|
|
7269
|
+
],
|
|
7270
|
+
"access": "public",
|
|
7271
|
+
"file": {
|
|
7272
|
+
"path": "grid/_variables.scss",
|
|
7273
|
+
"name": "_variables.scss"
|
|
7274
|
+
},
|
|
7275
|
+
"resolvedValue": "#0d6efd",
|
|
7276
|
+
"resolvedType": "Color"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"description": "Height of the grid row resize indicator\n",
|
|
7280
|
+
"commentRange": {
|
|
7281
|
+
"start": 313,
|
|
7282
|
+
"end": 314
|
|
7283
|
+
},
|
|
7284
|
+
"context": {
|
|
7285
|
+
"type": "variable",
|
|
7286
|
+
"name": "kendo-grid-row-resizer-height",
|
|
7287
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
7288
|
+
"scope": "default",
|
|
7289
|
+
"line": {
|
|
7290
|
+
"start": 315,
|
|
7291
|
+
"end": 315
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7294
|
+
"group": [
|
|
7295
|
+
"grid"
|
|
7296
|
+
],
|
|
7297
|
+
"access": "public",
|
|
7298
|
+
"file": {
|
|
7299
|
+
"path": "grid/_variables.scss",
|
|
7300
|
+
"name": "_variables.scss"
|
|
7301
|
+
},
|
|
7302
|
+
"resolvedValue": "0.125rem",
|
|
7303
|
+
"resolvedType": "Number"
|
|
7304
|
+
},
|
|
6873
7305
|
{
|
|
6874
7306
|
"description": "The default width of the Input components.\n",
|
|
6875
7307
|
"commentRange": {
|
|
@@ -14007,7 +14439,7 @@
|
|
|
14007
14439
|
"context": {
|
|
14008
14440
|
"type": "variable",
|
|
14009
14441
|
"name": "kendo-progressbar-animation-timing",
|
|
14010
|
-
"value": "progress-bar-animation-timing",
|
|
14442
|
+
"value": "$progress-bar-animation-timing",
|
|
14011
14443
|
"scope": "default",
|
|
14012
14444
|
"line": {
|
|
14013
14445
|
"start": 11,
|
|
@@ -14022,8 +14454,8 @@
|
|
|
14022
14454
|
"path": "progressbar/_variables.scss",
|
|
14023
14455
|
"name": "_variables.scss"
|
|
14024
14456
|
},
|
|
14025
|
-
"resolvedValue": "
|
|
14026
|
-
"resolvedType": "
|
|
14457
|
+
"resolvedValue": "1s linear infinite",
|
|
14458
|
+
"resolvedType": "List"
|
|
14027
14459
|
},
|
|
14028
14460
|
{
|
|
14029
14461
|
"description": "Border width of the progressbar.\n",
|
|
@@ -20454,8 +20886,8 @@
|
|
|
20454
20886
|
{
|
|
20455
20887
|
"description": "Base font size across all components.\n",
|
|
20456
20888
|
"commentRange": {
|
|
20457
|
-
"start":
|
|
20458
|
-
"end":
|
|
20889
|
+
"start": 210,
|
|
20890
|
+
"end": 211
|
|
20459
20891
|
},
|
|
20460
20892
|
"context": {
|
|
20461
20893
|
"type": "variable",
|
|
@@ -20463,8 +20895,8 @@
|
|
|
20463
20895
|
"value": "$font-size-base",
|
|
20464
20896
|
"scope": "default",
|
|
20465
20897
|
"line": {
|
|
20466
|
-
"start":
|
|
20467
|
-
"end":
|
|
20898
|
+
"start": 212,
|
|
20899
|
+
"end": 212
|
|
20468
20900
|
}
|
|
20469
20901
|
},
|
|
20470
20902
|
"group": [
|
|
@@ -20481,8 +20913,8 @@
|
|
|
20481
20913
|
{
|
|
20482
20914
|
"description": "Font family for text.\n",
|
|
20483
20915
|
"commentRange": {
|
|
20484
|
-
"start":
|
|
20485
|
-
"end":
|
|
20916
|
+
"start": 227,
|
|
20917
|
+
"end": 228
|
|
20486
20918
|
},
|
|
20487
20919
|
"context": {
|
|
20488
20920
|
"type": "variable",
|
|
@@ -20490,8 +20922,8 @@
|
|
|
20490
20922
|
"value": "$font-family-sans-serif",
|
|
20491
20923
|
"scope": "default",
|
|
20492
20924
|
"line": {
|
|
20493
|
-
"start":
|
|
20494
|
-
"end":
|
|
20925
|
+
"start": 229,
|
|
20926
|
+
"end": 229
|
|
20495
20927
|
}
|
|
20496
20928
|
},
|
|
20497
20929
|
"group": [
|
|
@@ -20508,8 +20940,8 @@
|
|
|
20508
20940
|
{
|
|
20509
20941
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
20510
20942
|
"commentRange": {
|
|
20511
|
-
"start":
|
|
20512
|
-
"end":
|
|
20943
|
+
"start": 231,
|
|
20944
|
+
"end": 232
|
|
20513
20945
|
},
|
|
20514
20946
|
"context": {
|
|
20515
20947
|
"type": "variable",
|
|
@@ -20517,8 +20949,8 @@
|
|
|
20517
20949
|
"value": "$font-family-monospace",
|
|
20518
20950
|
"scope": "default",
|
|
20519
20951
|
"line": {
|
|
20520
|
-
"start":
|
|
20521
|
-
"end":
|
|
20952
|
+
"start": 233,
|
|
20953
|
+
"end": 233
|
|
20522
20954
|
}
|
|
20523
20955
|
},
|
|
20524
20956
|
"group": [
|
|
@@ -20535,8 +20967,8 @@
|
|
|
20535
20967
|
{
|
|
20536
20968
|
"description": "Font family across all components.\n",
|
|
20537
20969
|
"commentRange": {
|
|
20538
|
-
"start":
|
|
20539
|
-
"end":
|
|
20970
|
+
"start": 235,
|
|
20971
|
+
"end": 236
|
|
20540
20972
|
},
|
|
20541
20973
|
"context": {
|
|
20542
20974
|
"type": "variable",
|
|
@@ -20544,8 +20976,8 @@
|
|
|
20544
20976
|
"value": "$kendo-font-family-sans-serif",
|
|
20545
20977
|
"scope": "default",
|
|
20546
20978
|
"line": {
|
|
20547
|
-
"start":
|
|
20548
|
-
"end":
|
|
20979
|
+
"start": 237,
|
|
20980
|
+
"end": 237
|
|
20549
20981
|
}
|
|
20550
20982
|
},
|
|
20551
20983
|
"group": [
|
|
@@ -20562,8 +20994,8 @@
|
|
|
20562
20994
|
{
|
|
20563
20995
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
20564
20996
|
"commentRange": {
|
|
20565
|
-
"start":
|
|
20566
|
-
"end":
|
|
20997
|
+
"start": 239,
|
|
20998
|
+
"end": 240
|
|
20567
20999
|
},
|
|
20568
21000
|
"context": {
|
|
20569
21001
|
"type": "variable",
|
|
@@ -20571,8 +21003,8 @@
|
|
|
20571
21003
|
"value": "$line-height-base",
|
|
20572
21004
|
"scope": "default",
|
|
20573
21005
|
"line": {
|
|
20574
|
-
"start":
|
|
20575
|
-
"end":
|
|
21006
|
+
"start": 241,
|
|
21007
|
+
"end": 241
|
|
20576
21008
|
}
|
|
20577
21009
|
},
|
|
20578
21010
|
"group": [
|
|
@@ -20589,8 +21021,8 @@
|
|
|
20589
21021
|
{
|
|
20590
21022
|
"description": "Border radius for all components.\n",
|
|
20591
21023
|
"commentRange": {
|
|
20592
|
-
"start":
|
|
20593
|
-
"end":
|
|
21024
|
+
"start": 86,
|
|
21025
|
+
"end": 86
|
|
20594
21026
|
},
|
|
20595
21027
|
"context": {
|
|
20596
21028
|
"type": "variable",
|
|
@@ -20598,8 +21030,8 @@
|
|
|
20598
21030
|
"value": "$border-radius",
|
|
20599
21031
|
"scope": "default",
|
|
20600
21032
|
"line": {
|
|
20601
|
-
"start":
|
|
20602
|
-
"end":
|
|
21033
|
+
"start": 87,
|
|
21034
|
+
"end": 87
|
|
20603
21035
|
}
|
|
20604
21036
|
},
|
|
20605
21037
|
"access": "public",
|
|
@@ -20616,8 +21048,8 @@
|
|
|
20616
21048
|
{
|
|
20617
21049
|
"description": "The background of the components' chrome area.\n",
|
|
20618
21050
|
"commentRange": {
|
|
20619
|
-
"start":
|
|
20620
|
-
"end":
|
|
21051
|
+
"start": 293,
|
|
21052
|
+
"end": 293
|
|
20621
21053
|
},
|
|
20622
21054
|
"context": {
|
|
20623
21055
|
"type": "variable",
|
|
@@ -20625,8 +21057,8 @@
|
|
|
20625
21057
|
"value": "$gray-100",
|
|
20626
21058
|
"scope": "default",
|
|
20627
21059
|
"line": {
|
|
20628
|
-
"start":
|
|
20629
|
-
"end":
|
|
21060
|
+
"start": 294,
|
|
21061
|
+
"end": 294
|
|
20630
21062
|
}
|
|
20631
21063
|
},
|
|
20632
21064
|
"access": "public",
|
|
@@ -20643,8 +21075,8 @@
|
|
|
20643
21075
|
{
|
|
20644
21076
|
"description": "The text color of the components' chrome area.\n",
|
|
20645
21077
|
"commentRange": {
|
|
20646
|
-
"start":
|
|
20647
|
-
"end":
|
|
21078
|
+
"start": 295,
|
|
21079
|
+
"end": 295
|
|
20648
21080
|
},
|
|
20649
21081
|
"context": {
|
|
20650
21082
|
"type": "variable",
|
|
@@ -20652,8 +21084,8 @@
|
|
|
20652
21084
|
"value": "$kendo-body-text",
|
|
20653
21085
|
"scope": "default",
|
|
20654
21086
|
"line": {
|
|
20655
|
-
"start":
|
|
20656
|
-
"end":
|
|
21087
|
+
"start": 296,
|
|
21088
|
+
"end": 296
|
|
20657
21089
|
}
|
|
20658
21090
|
},
|
|
20659
21091
|
"access": "public",
|
|
@@ -20670,8 +21102,8 @@
|
|
|
20670
21102
|
{
|
|
20671
21103
|
"description": "The border color of the components' chrome area.\n",
|
|
20672
21104
|
"commentRange": {
|
|
20673
|
-
"start":
|
|
20674
|
-
"end":
|
|
21105
|
+
"start": 297,
|
|
21106
|
+
"end": 297
|
|
20675
21107
|
},
|
|
20676
21108
|
"context": {
|
|
20677
21109
|
"type": "variable",
|
|
@@ -20679,8 +21111,8 @@
|
|
|
20679
21111
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
20680
21112
|
"scope": "default",
|
|
20681
21113
|
"line": {
|
|
20682
|
-
"start":
|
|
20683
|
-
"end":
|
|
21114
|
+
"start": 298,
|
|
21115
|
+
"end": 298
|
|
20684
21116
|
}
|
|
20685
21117
|
},
|
|
20686
21118
|
"access": "public",
|
|
@@ -20697,8 +21129,8 @@
|
|
|
20697
21129
|
{
|
|
20698
21130
|
"description": "The gradient background of the components' chrome area.\n",
|
|
20699
21131
|
"commentRange": {
|
|
20700
|
-
"start":
|
|
20701
|
-
"end":
|
|
21132
|
+
"start": 299,
|
|
21133
|
+
"end": 299
|
|
20702
21134
|
},
|
|
20703
21135
|
"context": {
|
|
20704
21136
|
"type": "variable",
|
|
@@ -20706,8 +21138,8 @@
|
|
|
20706
21138
|
"value": "null",
|
|
20707
21139
|
"scope": "default",
|
|
20708
21140
|
"line": {
|
|
20709
|
-
"start":
|
|
20710
|
-
"end":
|
|
21141
|
+
"start": 300,
|
|
21142
|
+
"end": 300
|
|
20711
21143
|
}
|
|
20712
21144
|
},
|
|
20713
21145
|
"access": "public",
|
|
@@ -20724,8 +21156,8 @@
|
|
|
20724
21156
|
{
|
|
20725
21157
|
"description": "The background of hovered items.\n",
|
|
20726
21158
|
"commentRange": {
|
|
20727
|
-
"start":
|
|
20728
|
-
"end":
|
|
21159
|
+
"start": 302,
|
|
21160
|
+
"end": 302
|
|
20729
21161
|
},
|
|
20730
21162
|
"context": {
|
|
20731
21163
|
"type": "variable",
|
|
@@ -20733,8 +21165,8 @@
|
|
|
20733
21165
|
"value": "$gray-200",
|
|
20734
21166
|
"scope": "default",
|
|
20735
21167
|
"line": {
|
|
20736
|
-
"start":
|
|
20737
|
-
"end":
|
|
21168
|
+
"start": 303,
|
|
21169
|
+
"end": 303
|
|
20738
21170
|
}
|
|
20739
21171
|
},
|
|
20740
21172
|
"access": "public",
|
|
@@ -20751,8 +21183,8 @@
|
|
|
20751
21183
|
{
|
|
20752
21184
|
"description": "The text color of hovered items.\n",
|
|
20753
21185
|
"commentRange": {
|
|
20754
|
-
"start":
|
|
20755
|
-
"end":
|
|
21186
|
+
"start": 304,
|
|
21187
|
+
"end": 304
|
|
20756
21188
|
},
|
|
20757
21189
|
"context": {
|
|
20758
21190
|
"type": "variable",
|
|
@@ -20760,8 +21192,8 @@
|
|
|
20760
21192
|
"value": "$kendo-base-text",
|
|
20761
21193
|
"scope": "default",
|
|
20762
21194
|
"line": {
|
|
20763
|
-
"start":
|
|
20764
|
-
"end":
|
|
21195
|
+
"start": 305,
|
|
21196
|
+
"end": 305
|
|
20765
21197
|
}
|
|
20766
21198
|
},
|
|
20767
21199
|
"access": "public",
|
|
@@ -20778,8 +21210,8 @@
|
|
|
20778
21210
|
{
|
|
20779
21211
|
"description": "The border color of hovered items.\n",
|
|
20780
21212
|
"commentRange": {
|
|
20781
|
-
"start":
|
|
20782
|
-
"end":
|
|
21213
|
+
"start": 306,
|
|
21214
|
+
"end": 306
|
|
20783
21215
|
},
|
|
20784
21216
|
"context": {
|
|
20785
21217
|
"type": "variable",
|
|
@@ -20787,8 +21219,8 @@
|
|
|
20787
21219
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
20788
21220
|
"scope": "default",
|
|
20789
21221
|
"line": {
|
|
20790
|
-
"start":
|
|
20791
|
-
"end":
|
|
21222
|
+
"start": 307,
|
|
21223
|
+
"end": 307
|
|
20792
21224
|
}
|
|
20793
21225
|
},
|
|
20794
21226
|
"access": "public",
|
|
@@ -20805,8 +21237,8 @@
|
|
|
20805
21237
|
{
|
|
20806
21238
|
"description": "The gradient background of hovered items.\n",
|
|
20807
21239
|
"commentRange": {
|
|
20808
|
-
"start":
|
|
20809
|
-
"end":
|
|
21240
|
+
"start": 308,
|
|
21241
|
+
"end": 308
|
|
20810
21242
|
},
|
|
20811
21243
|
"context": {
|
|
20812
21244
|
"type": "variable",
|
|
@@ -20814,8 +21246,8 @@
|
|
|
20814
21246
|
"value": "null",
|
|
20815
21247
|
"scope": "default",
|
|
20816
21248
|
"line": {
|
|
20817
|
-
"start":
|
|
20818
|
-
"end":
|
|
21249
|
+
"start": 309,
|
|
21250
|
+
"end": 309
|
|
20819
21251
|
}
|
|
20820
21252
|
},
|
|
20821
21253
|
"access": "public",
|
|
@@ -20832,8 +21264,8 @@
|
|
|
20832
21264
|
{
|
|
20833
21265
|
"description": "The background of selected items.\n",
|
|
20834
21266
|
"commentRange": {
|
|
20835
|
-
"start":
|
|
20836
|
-
"end":
|
|
21267
|
+
"start": 311,
|
|
21268
|
+
"end": 311
|
|
20837
21269
|
},
|
|
20838
21270
|
"context": {
|
|
20839
21271
|
"type": "variable",
|
|
@@ -20841,8 +21273,8 @@
|
|
|
20841
21273
|
"value": "$kendo-color-primary",
|
|
20842
21274
|
"scope": "default",
|
|
20843
21275
|
"line": {
|
|
20844
|
-
"start":
|
|
20845
|
-
"end":
|
|
21276
|
+
"start": 312,
|
|
21277
|
+
"end": 312
|
|
20846
21278
|
}
|
|
20847
21279
|
},
|
|
20848
21280
|
"access": "public",
|
|
@@ -20859,8 +21291,8 @@
|
|
|
20859
21291
|
{
|
|
20860
21292
|
"description": "The text color of selected items.\n",
|
|
20861
21293
|
"commentRange": {
|
|
20862
|
-
"start":
|
|
20863
|
-
"end":
|
|
21294
|
+
"start": 313,
|
|
21295
|
+
"end": 313
|
|
20864
21296
|
},
|
|
20865
21297
|
"context": {
|
|
20866
21298
|
"type": "variable",
|
|
@@ -20868,8 +21300,8 @@
|
|
|
20868
21300
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
20869
21301
|
"scope": "default",
|
|
20870
21302
|
"line": {
|
|
20871
|
-
"start":
|
|
20872
|
-
"end":
|
|
21303
|
+
"start": 314,
|
|
21304
|
+
"end": 314
|
|
20873
21305
|
}
|
|
20874
21306
|
},
|
|
20875
21307
|
"access": "public",
|
|
@@ -20886,8 +21318,8 @@
|
|
|
20886
21318
|
{
|
|
20887
21319
|
"description": "The border color of selected items.\n",
|
|
20888
21320
|
"commentRange": {
|
|
20889
|
-
"start":
|
|
20890
|
-
"end":
|
|
21321
|
+
"start": 315,
|
|
21322
|
+
"end": 315
|
|
20891
21323
|
},
|
|
20892
21324
|
"context": {
|
|
20893
21325
|
"type": "variable",
|
|
@@ -20895,8 +21327,8 @@
|
|
|
20895
21327
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
20896
21328
|
"scope": "default",
|
|
20897
21329
|
"line": {
|
|
20898
|
-
"start":
|
|
20899
|
-
"end":
|
|
21330
|
+
"start": 316,
|
|
21331
|
+
"end": 316
|
|
20900
21332
|
}
|
|
20901
21333
|
},
|
|
20902
21334
|
"access": "public",
|
|
@@ -20913,8 +21345,8 @@
|
|
|
20913
21345
|
{
|
|
20914
21346
|
"description": "The gradient background of selected items.\n",
|
|
20915
21347
|
"commentRange": {
|
|
20916
|
-
"start":
|
|
20917
|
-
"end":
|
|
21348
|
+
"start": 317,
|
|
21349
|
+
"end": 317
|
|
20918
21350
|
},
|
|
20919
21351
|
"context": {
|
|
20920
21352
|
"type": "variable",
|
|
@@ -20922,8 +21354,8 @@
|
|
|
20922
21354
|
"value": "null",
|
|
20923
21355
|
"scope": "default",
|
|
20924
21356
|
"line": {
|
|
20925
|
-
"start":
|
|
20926
|
-
"end":
|
|
21357
|
+
"start": 318,
|
|
21358
|
+
"end": 318
|
|
20927
21359
|
}
|
|
20928
21360
|
},
|
|
20929
21361
|
"access": "public",
|
|
@@ -21085,8 +21517,8 @@
|
|
|
21085
21517
|
{
|
|
21086
21518
|
"description": "Border radius for all components.\n",
|
|
21087
21519
|
"commentRange": {
|
|
21088
|
-
"start":
|
|
21089
|
-
"end":
|
|
21520
|
+
"start": 86,
|
|
21521
|
+
"end": 86
|
|
21090
21522
|
},
|
|
21091
21523
|
"context": {
|
|
21092
21524
|
"type": "variable",
|
|
@@ -21094,8 +21526,8 @@
|
|
|
21094
21526
|
"value": "$border-radius",
|
|
21095
21527
|
"scope": "default",
|
|
21096
21528
|
"line": {
|
|
21097
|
-
"start":
|
|
21098
|
-
"end":
|
|
21529
|
+
"start": 87,
|
|
21530
|
+
"end": 87
|
|
21099
21531
|
}
|
|
21100
21532
|
},
|
|
21101
21533
|
"access": "public",
|
|
@@ -21112,8 +21544,8 @@
|
|
|
21112
21544
|
{
|
|
21113
21545
|
"description": "The background of the components' chrome area.\n",
|
|
21114
21546
|
"commentRange": {
|
|
21115
|
-
"start":
|
|
21116
|
-
"end":
|
|
21547
|
+
"start": 293,
|
|
21548
|
+
"end": 293
|
|
21117
21549
|
},
|
|
21118
21550
|
"context": {
|
|
21119
21551
|
"type": "variable",
|
|
@@ -21121,8 +21553,8 @@
|
|
|
21121
21553
|
"value": "$gray-100",
|
|
21122
21554
|
"scope": "default",
|
|
21123
21555
|
"line": {
|
|
21124
|
-
"start":
|
|
21125
|
-
"end":
|
|
21556
|
+
"start": 294,
|
|
21557
|
+
"end": 294
|
|
21126
21558
|
}
|
|
21127
21559
|
},
|
|
21128
21560
|
"access": "public",
|
|
@@ -21139,8 +21571,8 @@
|
|
|
21139
21571
|
{
|
|
21140
21572
|
"description": "The text color of the components' chrome area.\n",
|
|
21141
21573
|
"commentRange": {
|
|
21142
|
-
"start":
|
|
21143
|
-
"end":
|
|
21574
|
+
"start": 295,
|
|
21575
|
+
"end": 295
|
|
21144
21576
|
},
|
|
21145
21577
|
"context": {
|
|
21146
21578
|
"type": "variable",
|
|
@@ -21148,8 +21580,8 @@
|
|
|
21148
21580
|
"value": "$kendo-body-text",
|
|
21149
21581
|
"scope": "default",
|
|
21150
21582
|
"line": {
|
|
21151
|
-
"start":
|
|
21152
|
-
"end":
|
|
21583
|
+
"start": 296,
|
|
21584
|
+
"end": 296
|
|
21153
21585
|
}
|
|
21154
21586
|
},
|
|
21155
21587
|
"access": "public",
|
|
@@ -21166,8 +21598,8 @@
|
|
|
21166
21598
|
{
|
|
21167
21599
|
"description": "The border color of the components' chrome area.\n",
|
|
21168
21600
|
"commentRange": {
|
|
21169
|
-
"start":
|
|
21170
|
-
"end":
|
|
21601
|
+
"start": 297,
|
|
21602
|
+
"end": 297
|
|
21171
21603
|
},
|
|
21172
21604
|
"context": {
|
|
21173
21605
|
"type": "variable",
|
|
@@ -21175,8 +21607,8 @@
|
|
|
21175
21607
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
21176
21608
|
"scope": "default",
|
|
21177
21609
|
"line": {
|
|
21178
|
-
"start":
|
|
21179
|
-
"end":
|
|
21610
|
+
"start": 298,
|
|
21611
|
+
"end": 298
|
|
21180
21612
|
}
|
|
21181
21613
|
},
|
|
21182
21614
|
"access": "public",
|
|
@@ -21193,8 +21625,8 @@
|
|
|
21193
21625
|
{
|
|
21194
21626
|
"description": "The gradient background of the components' chrome area.\n",
|
|
21195
21627
|
"commentRange": {
|
|
21196
|
-
"start":
|
|
21197
|
-
"end":
|
|
21628
|
+
"start": 299,
|
|
21629
|
+
"end": 299
|
|
21198
21630
|
},
|
|
21199
21631
|
"context": {
|
|
21200
21632
|
"type": "variable",
|
|
@@ -21202,8 +21634,8 @@
|
|
|
21202
21634
|
"value": "null",
|
|
21203
21635
|
"scope": "default",
|
|
21204
21636
|
"line": {
|
|
21205
|
-
"start":
|
|
21206
|
-
"end":
|
|
21637
|
+
"start": 300,
|
|
21638
|
+
"end": 300
|
|
21207
21639
|
}
|
|
21208
21640
|
},
|
|
21209
21641
|
"access": "public",
|
|
@@ -21220,8 +21652,8 @@
|
|
|
21220
21652
|
{
|
|
21221
21653
|
"description": "The background of hovered items.\n",
|
|
21222
21654
|
"commentRange": {
|
|
21223
|
-
"start":
|
|
21224
|
-
"end":
|
|
21655
|
+
"start": 302,
|
|
21656
|
+
"end": 302
|
|
21225
21657
|
},
|
|
21226
21658
|
"context": {
|
|
21227
21659
|
"type": "variable",
|
|
@@ -21229,8 +21661,8 @@
|
|
|
21229
21661
|
"value": "$gray-200",
|
|
21230
21662
|
"scope": "default",
|
|
21231
21663
|
"line": {
|
|
21232
|
-
"start":
|
|
21233
|
-
"end":
|
|
21664
|
+
"start": 303,
|
|
21665
|
+
"end": 303
|
|
21234
21666
|
}
|
|
21235
21667
|
},
|
|
21236
21668
|
"access": "public",
|
|
@@ -21247,8 +21679,8 @@
|
|
|
21247
21679
|
{
|
|
21248
21680
|
"description": "The text color of hovered items.\n",
|
|
21249
21681
|
"commentRange": {
|
|
21250
|
-
"start":
|
|
21251
|
-
"end":
|
|
21682
|
+
"start": 304,
|
|
21683
|
+
"end": 304
|
|
21252
21684
|
},
|
|
21253
21685
|
"context": {
|
|
21254
21686
|
"type": "variable",
|
|
@@ -21256,8 +21688,8 @@
|
|
|
21256
21688
|
"value": "$kendo-base-text",
|
|
21257
21689
|
"scope": "default",
|
|
21258
21690
|
"line": {
|
|
21259
|
-
"start":
|
|
21260
|
-
"end":
|
|
21691
|
+
"start": 305,
|
|
21692
|
+
"end": 305
|
|
21261
21693
|
}
|
|
21262
21694
|
},
|
|
21263
21695
|
"access": "public",
|
|
@@ -21274,8 +21706,8 @@
|
|
|
21274
21706
|
{
|
|
21275
21707
|
"description": "The border color of hovered items.\n",
|
|
21276
21708
|
"commentRange": {
|
|
21277
|
-
"start":
|
|
21278
|
-
"end":
|
|
21709
|
+
"start": 306,
|
|
21710
|
+
"end": 306
|
|
21279
21711
|
},
|
|
21280
21712
|
"context": {
|
|
21281
21713
|
"type": "variable",
|
|
@@ -21283,8 +21715,8 @@
|
|
|
21283
21715
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
21284
21716
|
"scope": "default",
|
|
21285
21717
|
"line": {
|
|
21286
|
-
"start":
|
|
21287
|
-
"end":
|
|
21718
|
+
"start": 307,
|
|
21719
|
+
"end": 307
|
|
21288
21720
|
}
|
|
21289
21721
|
},
|
|
21290
21722
|
"access": "public",
|
|
@@ -21301,8 +21733,8 @@
|
|
|
21301
21733
|
{
|
|
21302
21734
|
"description": "The gradient background of hovered items.\n",
|
|
21303
21735
|
"commentRange": {
|
|
21304
|
-
"start":
|
|
21305
|
-
"end":
|
|
21736
|
+
"start": 308,
|
|
21737
|
+
"end": 308
|
|
21306
21738
|
},
|
|
21307
21739
|
"context": {
|
|
21308
21740
|
"type": "variable",
|
|
@@ -21310,8 +21742,8 @@
|
|
|
21310
21742
|
"value": "null",
|
|
21311
21743
|
"scope": "default",
|
|
21312
21744
|
"line": {
|
|
21313
|
-
"start":
|
|
21314
|
-
"end":
|
|
21745
|
+
"start": 309,
|
|
21746
|
+
"end": 309
|
|
21315
21747
|
}
|
|
21316
21748
|
},
|
|
21317
21749
|
"access": "public",
|
|
@@ -21328,8 +21760,8 @@
|
|
|
21328
21760
|
{
|
|
21329
21761
|
"description": "The background of selected items.\n",
|
|
21330
21762
|
"commentRange": {
|
|
21331
|
-
"start":
|
|
21332
|
-
"end":
|
|
21763
|
+
"start": 311,
|
|
21764
|
+
"end": 311
|
|
21333
21765
|
},
|
|
21334
21766
|
"context": {
|
|
21335
21767
|
"type": "variable",
|
|
@@ -21337,8 +21769,8 @@
|
|
|
21337
21769
|
"value": "$kendo-color-primary",
|
|
21338
21770
|
"scope": "default",
|
|
21339
21771
|
"line": {
|
|
21340
|
-
"start":
|
|
21341
|
-
"end":
|
|
21772
|
+
"start": 312,
|
|
21773
|
+
"end": 312
|
|
21342
21774
|
}
|
|
21343
21775
|
},
|
|
21344
21776
|
"access": "public",
|
|
@@ -21355,8 +21787,8 @@
|
|
|
21355
21787
|
{
|
|
21356
21788
|
"description": "The text color of selected items.\n",
|
|
21357
21789
|
"commentRange": {
|
|
21358
|
-
"start":
|
|
21359
|
-
"end":
|
|
21790
|
+
"start": 313,
|
|
21791
|
+
"end": 313
|
|
21360
21792
|
},
|
|
21361
21793
|
"context": {
|
|
21362
21794
|
"type": "variable",
|
|
@@ -21364,8 +21796,8 @@
|
|
|
21364
21796
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
21365
21797
|
"scope": "default",
|
|
21366
21798
|
"line": {
|
|
21367
|
-
"start":
|
|
21368
|
-
"end":
|
|
21799
|
+
"start": 314,
|
|
21800
|
+
"end": 314
|
|
21369
21801
|
}
|
|
21370
21802
|
},
|
|
21371
21803
|
"access": "public",
|
|
@@ -21382,8 +21814,8 @@
|
|
|
21382
21814
|
{
|
|
21383
21815
|
"description": "The border color of selected items.\n",
|
|
21384
21816
|
"commentRange": {
|
|
21385
|
-
"start":
|
|
21386
|
-
"end":
|
|
21817
|
+
"start": 315,
|
|
21818
|
+
"end": 315
|
|
21387
21819
|
},
|
|
21388
21820
|
"context": {
|
|
21389
21821
|
"type": "variable",
|
|
@@ -21391,8 +21823,8 @@
|
|
|
21391
21823
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
21392
21824
|
"scope": "default",
|
|
21393
21825
|
"line": {
|
|
21394
|
-
"start":
|
|
21395
|
-
"end":
|
|
21826
|
+
"start": 316,
|
|
21827
|
+
"end": 316
|
|
21396
21828
|
}
|
|
21397
21829
|
},
|
|
21398
21830
|
"access": "public",
|
|
@@ -21409,8 +21841,8 @@
|
|
|
21409
21841
|
{
|
|
21410
21842
|
"description": "The gradient background of selected items.\n",
|
|
21411
21843
|
"commentRange": {
|
|
21412
|
-
"start":
|
|
21413
|
-
"end":
|
|
21844
|
+
"start": 317,
|
|
21845
|
+
"end": 317
|
|
21414
21846
|
},
|
|
21415
21847
|
"context": {
|
|
21416
21848
|
"type": "variable",
|
|
@@ -21418,8 +21850,8 @@
|
|
|
21418
21850
|
"value": "null",
|
|
21419
21851
|
"scope": "default",
|
|
21420
21852
|
"line": {
|
|
21421
|
-
"start":
|
|
21422
|
-
"end":
|
|
21853
|
+
"start": 318,
|
|
21854
|
+
"end": 318
|
|
21423
21855
|
}
|
|
21424
21856
|
},
|
|
21425
21857
|
"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": 111,
|
|
26585
|
+
"end": 114
|
|
26154
26586
|
},
|
|
26155
26587
|
"context": {
|
|
26156
26588
|
"type": "variable",
|
|
@@ -26158,8 +26590,8 @@
|
|
|
26158
26590
|
"value": "$primary",
|
|
26159
26591
|
"scope": "default",
|
|
26160
26592
|
"line": {
|
|
26161
|
-
"start":
|
|
26162
|
-
"end":
|
|
26593
|
+
"start": 115,
|
|
26594
|
+
"end": 115
|
|
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": 119,
|
|
26613
|
+
"end": 122
|
|
26182
26614
|
},
|
|
26183
26615
|
"context": {
|
|
26184
26616
|
"type": "variable",
|
|
@@ -26186,8 +26618,8 @@
|
|
|
26186
26618
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
26187
26619
|
"scope": "default",
|
|
26188
26620
|
"line": {
|
|
26189
|
-
"start":
|
|
26190
|
-
"end":
|
|
26621
|
+
"start": 123,
|
|
26622
|
+
"end": 123
|
|
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": 125,
|
|
26641
|
+
"end": 127
|
|
26210
26642
|
},
|
|
26211
26643
|
"context": {
|
|
26212
26644
|
"type": "variable",
|
|
@@ -26214,8 +26646,8 @@
|
|
|
26214
26646
|
"value": "$secondary",
|
|
26215
26647
|
"scope": "default",
|
|
26216
26648
|
"line": {
|
|
26217
|
-
"start":
|
|
26218
|
-
"end":
|
|
26649
|
+
"start": 128,
|
|
26650
|
+
"end": 128
|
|
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": 132,
|
|
26669
|
+
"end": 135
|
|
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": 136,
|
|
26678
|
+
"end": 136
|
|
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": 138,
|
|
26697
|
+
"end": 140
|
|
26266
26698
|
},
|
|
26267
26699
|
"context": {
|
|
26268
26700
|
"type": "variable",
|
|
@@ -26270,8 +26702,8 @@
|
|
|
26270
26702
|
"value": "$purple",
|
|
26271
26703
|
"scope": "default",
|
|
26272
26704
|
"line": {
|
|
26273
|
-
"start":
|
|
26274
|
-
"end":
|
|
26705
|
+
"start": 141,
|
|
26706
|
+
"end": 141
|
|
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": 145,
|
|
26725
|
+
"end": 148
|
|
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": 149,
|
|
26734
|
+
"end": 149
|
|
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": 151,
|
|
26753
|
+
"end": 153
|
|
26322
26754
|
},
|
|
26323
26755
|
"context": {
|
|
26324
26756
|
"type": "variable",
|
|
@@ -26326,8 +26758,8 @@
|
|
|
26326
26758
|
"value": "$info",
|
|
26327
26759
|
"scope": "default",
|
|
26328
26760
|
"line": {
|
|
26329
|
-
"start":
|
|
26330
|
-
"end":
|
|
26761
|
+
"start": 154,
|
|
26762
|
+
"end": 154
|
|
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": 158,
|
|
26781
|
+
"end": 160
|
|
26350
26782
|
},
|
|
26351
26783
|
"context": {
|
|
26352
26784
|
"type": "variable",
|
|
@@ -26354,8 +26786,8 @@
|
|
|
26354
26786
|
"value": "$success",
|
|
26355
26787
|
"scope": "default",
|
|
26356
26788
|
"line": {
|
|
26357
|
-
"start":
|
|
26358
|
-
"end":
|
|
26789
|
+
"start": 161,
|
|
26790
|
+
"end": 161
|
|
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": 165,
|
|
26809
|
+
"end": 167
|
|
26378
26810
|
},
|
|
26379
26811
|
"context": {
|
|
26380
26812
|
"type": "variable",
|
|
@@ -26382,8 +26814,8 @@
|
|
|
26382
26814
|
"value": "$warning",
|
|
26383
26815
|
"scope": "default",
|
|
26384
26816
|
"line": {
|
|
26385
|
-
"start":
|
|
26386
|
-
"end":
|
|
26817
|
+
"start": 168,
|
|
26818
|
+
"end": 168
|
|
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": 172,
|
|
26837
|
+
"end": 174
|
|
26406
26838
|
},
|
|
26407
26839
|
"context": {
|
|
26408
26840
|
"type": "variable",
|
|
@@ -26410,8 +26842,8 @@
|
|
|
26410
26842
|
"value": "$danger",
|
|
26411
26843
|
"scope": "default",
|
|
26412
26844
|
"line": {
|
|
26413
|
-
"start":
|
|
26414
|
-
"end":
|
|
26845
|
+
"start": 175,
|
|
26846
|
+
"end": 175
|
|
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": 179,
|
|
26865
|
+
"end": 181
|
|
26434
26866
|
},
|
|
26435
26867
|
"context": {
|
|
26436
26868
|
"type": "variable",
|
|
@@ -26438,8 +26870,8 @@
|
|
|
26438
26870
|
"value": "$dark",
|
|
26439
26871
|
"scope": "default",
|
|
26440
26872
|
"line": {
|
|
26441
|
-
"start":
|
|
26442
|
-
"end":
|
|
26873
|
+
"start": 182,
|
|
26874
|
+
"end": 182
|
|
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": 184,
|
|
26893
|
+
"end": 186
|
|
26462
26894
|
},
|
|
26463
26895
|
"context": {
|
|
26464
26896
|
"type": "variable",
|
|
@@ -26466,8 +26898,8 @@
|
|
|
26466
26898
|
"value": "$light",
|
|
26467
26899
|
"scope": "default",
|
|
26468
26900
|
"line": {
|
|
26469
|
-
"start":
|
|
26470
|
-
"end":
|
|
26901
|
+
"start": 187,
|
|
26902
|
+
"end": 187
|
|
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": 189,
|
|
26921
|
+
"end": 190
|
|
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": 191,
|
|
26930
|
+
"end": 191
|
|
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": 279,
|
|
26954
|
+
"end": 281
|
|
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": 282,
|
|
26963
|
+
"end": 282
|
|
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": 283,
|
|
26981
|
+
"end": 285
|
|
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": 286,
|
|
26990
|
+
"end": 286
|
|
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": 287,
|
|
27008
|
+
"end": 289
|
|
26577
27009
|
},
|
|
26578
27010
|
"context": {
|
|
26579
27011
|
"type": "variable",
|
|
@@ -26581,8 +27013,8 @@
|
|
|
26581
27013
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
26582
27014
|
"scope": "default",
|
|
26583
27015
|
"line": {
|
|
26584
|
-
"start":
|
|
26585
|
-
"end":
|
|
27016
|
+
"start": 290,
|
|
27017
|
+
"end": 290
|
|
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": 92,
|
|
27317
27749
|
"end": 93
|
|
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": 94,
|
|
27758
|
+
"end": 107
|
|
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: 0.5rem, padding-y: 0.5rem), md: (padding-x: 1rem, padding-y: 1rem), lg: (padding-x: 1.5rem, padding-y: 1.5rem))",
|
|
27770
|
+
"resolvedType": "Map"
|
|
27771
|
+
},
|
|
27772
|
+
{
|
|
27773
|
+
"description": "The base shadow of the FAB.\n",
|
|
27774
|
+
"commentRange": {
|
|
27775
|
+
"start": 109,
|
|
27776
|
+
"end": 110
|
|
27777
|
+
},
|
|
27319
27778
|
"context": {
|
|
27320
27779
|
"type": "variable",
|
|
27321
27780
|
"name": "kendo-fab-shadow",
|
|
27322
27781
|
"value": "0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 )",
|
|
27323
27782
|
"scope": "default",
|
|
27324
27783
|
"line": {
|
|
27325
|
-
"start":
|
|
27326
|
-
"end":
|
|
27784
|
+
"start": 111,
|
|
27785
|
+
"end": 111
|
|
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": 112,
|
|
27803
|
+
"end": 113
|
|
27345
27804
|
},
|
|
27346
27805
|
"context": {
|
|
27347
27806
|
"type": "variable",
|
|
@@ -27349,8 +27808,8 @@
|
|
|
27349
27808
|
"value": "0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0px 3px 5px k-try-tint( rgba( black, .2 ), .5 )",
|
|
27350
27809
|
"scope": "default",
|
|
27351
27810
|
"line": {
|
|
27352
|
-
"start":
|
|
27353
|
-
"end":
|
|
27811
|
+
"start": 114,
|
|
27812
|
+
"end": 114
|
|
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": 115,
|
|
27830
|
+
"end": 116
|
|
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": 117,
|
|
27839
|
+
"end": 117
|
|
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": 118,
|
|
27857
|
+
"end": 119
|
|
27858
|
+
},
|
|
27859
|
+
"context": {
|
|
27860
|
+
"type": "variable",
|
|
27861
|
+
"name": "kendo-fab-outline-style",
|
|
27862
|
+
"value": "solid",
|
|
27863
|
+
"scope": "default",
|
|
27864
|
+
"line": {
|
|
27865
|
+
"start": 120,
|
|
27866
|
+
"end": 120
|
|
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": 121,
|
|
27884
|
+
"end": 122
|
|
27885
|
+
},
|
|
27886
|
+
"context": {
|
|
27887
|
+
"type": "variable",
|
|
27888
|
+
"name": "kendo-fab-outline-width",
|
|
27889
|
+
"value": "3px",
|
|
27890
|
+
"scope": "default",
|
|
27891
|
+
"line": {
|
|
27892
|
+
"start": 123,
|
|
27893
|
+
"end": 123
|
|
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": "3px",
|
|
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": 125,
|
|
27911
|
+
"end": 126
|
|
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": 127,
|
|
27920
|
+
"end": 127
|
|
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": 128,
|
|
27938
|
+
"end": 129
|
|
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": 130,
|
|
27947
|
+
"end": 130
|
|
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": 131,
|
|
27965
|
+
"end": 132
|
|
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": 133,
|
|
27974
|
+
"end": 133
|
|
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": 135,
|
|
27992
|
+
"end": 136
|
|
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": 137,
|
|
28001
|
+
"end": 137
|
|
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": 138,
|
|
28019
|
+
"end": 139
|
|
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": 140,
|
|
28028
|
+
"end": 140
|
|
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": 141,
|
|
28046
|
+
"end": 142
|
|
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": 143,
|
|
28055
|
+
"end": 143
|
|
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": 145,
|
|
28073
|
+
"end": 146
|
|
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": 147,
|
|
28082
|
+
"end": 147
|
|
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": 148,
|
|
28100
|
+
"end": 149
|
|
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": 150,
|
|
28109
|
+
"end": 150
|
|
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": 151,
|
|
28127
|
+
"end": 152
|
|
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": 153,
|
|
28136
|
+
"end": 153
|
|
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": 154,
|
|
28154
|
+
"end": 155
|
|
28155
|
+
},
|
|
28156
|
+
"context": {
|
|
28157
|
+
"type": "variable",
|
|
28158
|
+
"name": "kendo-fab-item-outline-style",
|
|
28159
|
+
"value": "solid",
|
|
28160
|
+
"scope": "default",
|
|
28161
|
+
"line": {
|
|
28162
|
+
"start": 156,
|
|
28163
|
+
"end": 156
|
|
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": 157,
|
|
28181
|
+
"end": 158
|
|
28182
|
+
},
|
|
28183
|
+
"context": {
|
|
28184
|
+
"type": "variable",
|
|
28185
|
+
"name": "kendo-fab-item-outline-width",
|
|
28186
|
+
"value": "3px",
|
|
28187
|
+
"scope": "default",
|
|
28188
|
+
"line": {
|
|
28189
|
+
"start": 159,
|
|
28190
|
+
"end": 159
|
|
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": "3px",
|
|
28202
|
+
"resolvedType": "Number"
|
|
28203
|
+
},
|
|
28204
|
+
{
|
|
28205
|
+
"description": "The outline color of the FAB item.\n",
|
|
28206
|
+
"commentRange": {
|
|
28207
|
+
"start": 160,
|
|
28208
|
+
"end": 161
|
|
28209
|
+
},
|
|
28210
|
+
"context": {
|
|
28211
|
+
"type": "variable",
|
|
28212
|
+
"name": "kendo-fab-item-outline-color",
|
|
28213
|
+
"value": "$kendo-button-bg",
|
|
28214
|
+
"scope": "default",
|
|
28215
|
+
"line": {
|
|
28216
|
+
"start": 162,
|
|
28217
|
+
"end": 162
|
|
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": "#e4e7eb",
|
|
28229
|
+
"resolvedType": "Color"
|
|
27636
28230
|
}
|
|
27637
28231
|
]
|
|
27638
28232
|
},
|
|
@@ -27967,8 +28561,8 @@
|
|
|
27967
28561
|
{
|
|
27968
28562
|
"description": "Background color of the grid component\n",
|
|
27969
28563
|
"commentRange": {
|
|
27970
|
-
"start":
|
|
27971
|
-
"end":
|
|
28564
|
+
"start": 139,
|
|
28565
|
+
"end": 140
|
|
27972
28566
|
},
|
|
27973
28567
|
"context": {
|
|
27974
28568
|
"type": "variable",
|
|
@@ -27976,8 +28570,8 @@
|
|
|
27976
28570
|
"value": "$kendo-table-bg",
|
|
27977
28571
|
"scope": "default",
|
|
27978
28572
|
"line": {
|
|
27979
|
-
"start":
|
|
27980
|
-
"end":
|
|
28573
|
+
"start": 141,
|
|
28574
|
+
"end": 141
|
|
27981
28575
|
}
|
|
27982
28576
|
},
|
|
27983
28577
|
"group": [
|
|
@@ -27994,8 +28588,8 @@
|
|
|
27994
28588
|
{
|
|
27995
28589
|
"description": "Text color of the grid component\n",
|
|
27996
28590
|
"commentRange": {
|
|
27997
|
-
"start":
|
|
27998
|
-
"end":
|
|
28591
|
+
"start": 142,
|
|
28592
|
+
"end": 143
|
|
27999
28593
|
},
|
|
28000
28594
|
"context": {
|
|
28001
28595
|
"type": "variable",
|
|
@@ -28003,8 +28597,8 @@
|
|
|
28003
28597
|
"value": "$kendo-table-text",
|
|
28004
28598
|
"scope": "default",
|
|
28005
28599
|
"line": {
|
|
28006
|
-
"start":
|
|
28007
|
-
"end":
|
|
28600
|
+
"start": 144,
|
|
28601
|
+
"end": 144
|
|
28008
28602
|
}
|
|
28009
28603
|
},
|
|
28010
28604
|
"group": [
|
|
@@ -28021,8 +28615,8 @@
|
|
|
28021
28615
|
{
|
|
28022
28616
|
"description": "Border color of the grid component\n",
|
|
28023
28617
|
"commentRange": {
|
|
28024
|
-
"start":
|
|
28025
|
-
"end":
|
|
28618
|
+
"start": 145,
|
|
28619
|
+
"end": 146
|
|
28026
28620
|
},
|
|
28027
28621
|
"context": {
|
|
28028
28622
|
"type": "variable",
|
|
@@ -28030,8 +28624,8 @@
|
|
|
28030
28624
|
"value": "$kendo-table-border",
|
|
28031
28625
|
"scope": "default",
|
|
28032
28626
|
"line": {
|
|
28033
|
-
"start":
|
|
28034
|
-
"end":
|
|
28627
|
+
"start": 147,
|
|
28628
|
+
"end": 147
|
|
28035
28629
|
}
|
|
28036
28630
|
},
|
|
28037
28631
|
"group": [
|
|
@@ -28048,8 +28642,8 @@
|
|
|
28048
28642
|
{
|
|
28049
28643
|
"description": "Background color of grid header\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-header-bg",
|
|
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": "Text color of grid header\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-header-text",
|
|
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": "Border color of grid header\n",
|
|
28104
28698
|
"commentRange": {
|
|
28105
|
-
"start":
|
|
28106
|
-
"end":
|
|
28699
|
+
"start": 155,
|
|
28700
|
+
"end": 156
|
|
28107
28701
|
},
|
|
28108
28702
|
"context": {
|
|
28109
28703
|
"type": "variable",
|
|
@@ -28111,8 +28705,8 @@
|
|
|
28111
28705
|
"value": "$kendo-table-header-border",
|
|
28112
28706
|
"scope": "default",
|
|
28113
28707
|
"line": {
|
|
28114
|
-
"start":
|
|
28115
|
-
"end":
|
|
28708
|
+
"start": 157,
|
|
28709
|
+
"end": 157
|
|
28116
28710
|
}
|
|
28117
28711
|
},
|
|
28118
28712
|
"group": [
|
|
@@ -28129,8 +28723,8 @@
|
|
|
28129
28723
|
{
|
|
28130
28724
|
"description": "Background gradient of grid header\n",
|
|
28131
28725
|
"commentRange": {
|
|
28132
|
-
"start":
|
|
28133
|
-
"end":
|
|
28726
|
+
"start": 158,
|
|
28727
|
+
"end": 159
|
|
28134
28728
|
},
|
|
28135
28729
|
"context": {
|
|
28136
28730
|
"type": "variable",
|
|
@@ -28138,8 +28732,8 @@
|
|
|
28138
28732
|
"value": "$kendo-table-header-gradient",
|
|
28139
28733
|
"scope": "default",
|
|
28140
28734
|
"line": {
|
|
28141
|
-
"start":
|
|
28142
|
-
"end":
|
|
28735
|
+
"start": 160,
|
|
28736
|
+
"end": 160
|
|
28143
28737
|
}
|
|
28144
28738
|
},
|
|
28145
28739
|
"group": [
|
|
@@ -28156,8 +28750,8 @@
|
|
|
28156
28750
|
{
|
|
28157
28751
|
"description": "Background color of grid footer\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-footer-bg",
|
|
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": "Text color of grid footer\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-footer-text",
|
|
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": "Border color of grid footer\n",
|
|
28212
28806
|
"commentRange": {
|
|
28213
|
-
"start":
|
|
28214
|
-
"end":
|
|
28807
|
+
"start": 168,
|
|
28808
|
+
"end": 169
|
|
28215
28809
|
},
|
|
28216
28810
|
"context": {
|
|
28217
28811
|
"type": "variable",
|
|
@@ -28219,8 +28813,8 @@
|
|
|
28219
28813
|
"value": "$kendo-table-footer-border",
|
|
28220
28814
|
"scope": "default",
|
|
28221
28815
|
"line": {
|
|
28222
|
-
"start":
|
|
28223
|
-
"end":
|
|
28816
|
+
"start": 170,
|
|
28817
|
+
"end": 170
|
|
28224
28818
|
}
|
|
28225
28819
|
},
|
|
28226
28820
|
"group": [
|
|
@@ -28237,8 +28831,8 @@
|
|
|
28237
28831
|
{
|
|
28238
28832
|
"description": "Background color of alternating rows in grid\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-alt-row-bg",
|
|
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": "Text color of alternating rows in grid\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-alt-row-text",
|
|
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": "Border color of alternating rows in grid\n",
|
|
28293
28887
|
"commentRange": {
|
|
28294
|
-
"start":
|
|
28295
|
-
"end":
|
|
28888
|
+
"start": 178,
|
|
28889
|
+
"end": 179
|
|
28296
28890
|
},
|
|
28297
28891
|
"context": {
|
|
28298
28892
|
"type": "variable",
|
|
@@ -28300,8 +28894,8 @@
|
|
|
28300
28894
|
"value": "$kendo-table-alt-row-border",
|
|
28301
28895
|
"scope": "default",
|
|
28302
28896
|
"line": {
|
|
28303
|
-
"start":
|
|
28304
|
-
"end":
|
|
28897
|
+
"start": 180,
|
|
28898
|
+
"end": 180
|
|
28305
28899
|
}
|
|
28306
28900
|
},
|
|
28307
28901
|
"group": [
|
|
@@ -28318,8 +28912,8 @@
|
|
|
28318
28912
|
{
|
|
28319
28913
|
"description": "Background color of hovered 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-hover-bg",
|
|
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": "Text color of hovered 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-hover-text",
|
|
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": "Border color of hovered rows in grid\n",
|
|
28374
28968
|
"commentRange": {
|
|
28375
|
-
"start":
|
|
28376
|
-
"end":
|
|
28969
|
+
"start": 188,
|
|
28970
|
+
"end": 189
|
|
28377
28971
|
},
|
|
28378
28972
|
"context": {
|
|
28379
28973
|
"type": "variable",
|
|
@@ -28381,8 +28975,8 @@
|
|
|
28381
28975
|
"value": "$kendo-table-hover-border",
|
|
28382
28976
|
"scope": "default",
|
|
28383
28977
|
"line": {
|
|
28384
|
-
"start":
|
|
28385
|
-
"end":
|
|
28978
|
+
"start": 190,
|
|
28979
|
+
"end": 190
|
|
28386
28980
|
}
|
|
28387
28981
|
},
|
|
28388
28982
|
"group": [
|
|
@@ -28399,8 +28993,8 @@
|
|
|
28399
28993
|
{
|
|
28400
28994
|
"description": "Background color of selected 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-selected-bg",
|
|
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": "Text color of selected 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-selected-text",
|
|
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": "Border color of selected rows in grid\n",
|
|
28455
29049
|
"commentRange": {
|
|
28456
|
-
"start":
|
|
28457
|
-
"end":
|
|
29050
|
+
"start": 198,
|
|
29051
|
+
"end": 199
|
|
28458
29052
|
},
|
|
28459
29053
|
"context": {
|
|
28460
29054
|
"type": "variable",
|
|
@@ -28462,8 +29056,8 @@
|
|
|
28462
29056
|
"value": "$kendo-table-selected-border",
|
|
28463
29057
|
"scope": "default",
|
|
28464
29058
|
"line": {
|
|
28465
|
-
"start":
|
|
28466
|
-
"end":
|
|
29059
|
+
"start": 200,
|
|
29060
|
+
"end": 200
|
|
28467
29061
|
}
|
|
28468
29062
|
},
|
|
28469
29063
|
"group": [
|
|
@@ -28476,6 +29070,276 @@
|
|
|
28476
29070
|
},
|
|
28477
29071
|
"resolvedValue": "null",
|
|
28478
29072
|
"resolvedType": "Null"
|
|
29073
|
+
},
|
|
29074
|
+
{
|
|
29075
|
+
"description": "Background color of the selection aggregates container\n",
|
|
29076
|
+
"commentRange": {
|
|
29077
|
+
"start": 202,
|
|
29078
|
+
"end": 203
|
|
29079
|
+
},
|
|
29080
|
+
"context": {
|
|
29081
|
+
"type": "variable",
|
|
29082
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
29083
|
+
"value": "$kendo-grid-header-bg",
|
|
29084
|
+
"scope": "default",
|
|
29085
|
+
"line": {
|
|
29086
|
+
"start": 204,
|
|
29087
|
+
"end": 204
|
|
29088
|
+
}
|
|
29089
|
+
},
|
|
29090
|
+
"group": [
|
|
29091
|
+
"grid"
|
|
29092
|
+
],
|
|
29093
|
+
"access": "public",
|
|
29094
|
+
"file": {
|
|
29095
|
+
"path": "grid/_variables.scss",
|
|
29096
|
+
"name": "_variables.scss"
|
|
29097
|
+
},
|
|
29098
|
+
"resolvedValue": "#f8f9fa",
|
|
29099
|
+
"resolvedType": "Color"
|
|
29100
|
+
},
|
|
29101
|
+
{
|
|
29102
|
+
"description": "Text color of the selection aggregates container\n",
|
|
29103
|
+
"commentRange": {
|
|
29104
|
+
"start": 205,
|
|
29105
|
+
"end": 206
|
|
29106
|
+
},
|
|
29107
|
+
"context": {
|
|
29108
|
+
"type": "variable",
|
|
29109
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
29110
|
+
"value": "$kendo-grid-text",
|
|
29111
|
+
"scope": "default",
|
|
29112
|
+
"line": {
|
|
29113
|
+
"start": 207,
|
|
29114
|
+
"end": 207
|
|
29115
|
+
}
|
|
29116
|
+
},
|
|
29117
|
+
"group": [
|
|
29118
|
+
"grid"
|
|
29119
|
+
],
|
|
29120
|
+
"access": "public",
|
|
29121
|
+
"file": {
|
|
29122
|
+
"path": "grid/_variables.scss",
|
|
29123
|
+
"name": "_variables.scss"
|
|
29124
|
+
},
|
|
29125
|
+
"resolvedValue": "#212529",
|
|
29126
|
+
"resolvedType": "Color"
|
|
29127
|
+
},
|
|
29128
|
+
{
|
|
29129
|
+
"description": "Border color of the selection aggregates container\n",
|
|
29130
|
+
"commentRange": {
|
|
29131
|
+
"start": 208,
|
|
29132
|
+
"end": 209
|
|
29133
|
+
},
|
|
29134
|
+
"context": {
|
|
29135
|
+
"type": "variable",
|
|
29136
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
29137
|
+
"value": "$kendo-grid-border",
|
|
29138
|
+
"scope": "default",
|
|
29139
|
+
"line": {
|
|
29140
|
+
"start": 210,
|
|
29141
|
+
"end": 210
|
|
29142
|
+
}
|
|
29143
|
+
},
|
|
29144
|
+
"group": [
|
|
29145
|
+
"grid"
|
|
29146
|
+
],
|
|
29147
|
+
"access": "public",
|
|
29148
|
+
"file": {
|
|
29149
|
+
"path": "grid/_variables.scss",
|
|
29150
|
+
"name": "_variables.scss"
|
|
29151
|
+
},
|
|
29152
|
+
"resolvedValue": "#dee2e6",
|
|
29153
|
+
"resolvedType": "Color"
|
|
29154
|
+
},
|
|
29155
|
+
{
|
|
29156
|
+
"description": "Border width of the selection aggregates container\n",
|
|
29157
|
+
"commentRange": {
|
|
29158
|
+
"start": 211,
|
|
29159
|
+
"end": 212
|
|
29160
|
+
},
|
|
29161
|
+
"context": {
|
|
29162
|
+
"type": "variable",
|
|
29163
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
29164
|
+
"value": "$kendo-grid-border-width",
|
|
29165
|
+
"scope": "default",
|
|
29166
|
+
"line": {
|
|
29167
|
+
"start": 213,
|
|
29168
|
+
"end": 213
|
|
29169
|
+
}
|
|
29170
|
+
},
|
|
29171
|
+
"group": [
|
|
29172
|
+
"grid"
|
|
29173
|
+
],
|
|
29174
|
+
"access": "public",
|
|
29175
|
+
"file": {
|
|
29176
|
+
"path": "grid/_variables.scss",
|
|
29177
|
+
"name": "_variables.scss"
|
|
29178
|
+
},
|
|
29179
|
+
"resolvedValue": "1px",
|
|
29180
|
+
"resolvedType": "Number"
|
|
29181
|
+
},
|
|
29182
|
+
{
|
|
29183
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
29184
|
+
"commentRange": {
|
|
29185
|
+
"start": 214,
|
|
29186
|
+
"end": 215
|
|
29187
|
+
},
|
|
29188
|
+
"context": {
|
|
29189
|
+
"type": "variable",
|
|
29190
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
29191
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29192
|
+
"scope": "default",
|
|
29193
|
+
"line": {
|
|
29194
|
+
"start": 216,
|
|
29195
|
+
"end": 216
|
|
29196
|
+
}
|
|
29197
|
+
},
|
|
29198
|
+
"group": [
|
|
29199
|
+
"grid"
|
|
29200
|
+
],
|
|
29201
|
+
"access": "public",
|
|
29202
|
+
"file": {
|
|
29203
|
+
"path": "grid/_variables.scss",
|
|
29204
|
+
"name": "_variables.scss"
|
|
29205
|
+
},
|
|
29206
|
+
"resolvedValue": "0.5rem",
|
|
29207
|
+
"resolvedType": "Number"
|
|
29208
|
+
},
|
|
29209
|
+
{
|
|
29210
|
+
"description": "Line height of the selection aggregates container\n",
|
|
29211
|
+
"commentRange": {
|
|
29212
|
+
"start": 217,
|
|
29213
|
+
"end": 218
|
|
29214
|
+
},
|
|
29215
|
+
"context": {
|
|
29216
|
+
"type": "variable",
|
|
29217
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
29218
|
+
"value": "$kendo-grid-line-height",
|
|
29219
|
+
"scope": "default",
|
|
29220
|
+
"line": {
|
|
29221
|
+
"start": 219,
|
|
29222
|
+
"end": 219
|
|
29223
|
+
}
|
|
29224
|
+
},
|
|
29225
|
+
"group": [
|
|
29226
|
+
"grid"
|
|
29227
|
+
],
|
|
29228
|
+
"access": "public",
|
|
29229
|
+
"file": {
|
|
29230
|
+
"path": "grid/_variables.scss",
|
|
29231
|
+
"name": "_variables.scss"
|
|
29232
|
+
},
|
|
29233
|
+
"resolvedValue": "1.5",
|
|
29234
|
+
"resolvedType": "Number"
|
|
29235
|
+
},
|
|
29236
|
+
{
|
|
29237
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
29238
|
+
"commentRange": {
|
|
29239
|
+
"start": 220,
|
|
29240
|
+
"end": 221
|
|
29241
|
+
},
|
|
29242
|
+
"context": {
|
|
29243
|
+
"type": "variable",
|
|
29244
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
29245
|
+
"value": "$kendo-font-weight-bold",
|
|
29246
|
+
"scope": "default",
|
|
29247
|
+
"line": {
|
|
29248
|
+
"start": 222,
|
|
29249
|
+
"end": 222
|
|
29250
|
+
}
|
|
29251
|
+
},
|
|
29252
|
+
"group": [
|
|
29253
|
+
"grid"
|
|
29254
|
+
],
|
|
29255
|
+
"access": "public",
|
|
29256
|
+
"file": {
|
|
29257
|
+
"path": "grid/_variables.scss",
|
|
29258
|
+
"name": "_variables.scss"
|
|
29259
|
+
},
|
|
29260
|
+
"resolvedValue": "700",
|
|
29261
|
+
"resolvedType": "Number"
|
|
29262
|
+
},
|
|
29263
|
+
{
|
|
29264
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
29265
|
+
"commentRange": {
|
|
29266
|
+
"start": 307,
|
|
29267
|
+
"end": 308
|
|
29268
|
+
},
|
|
29269
|
+
"context": {
|
|
29270
|
+
"type": "variable",
|
|
29271
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
29272
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
29273
|
+
"scope": "default",
|
|
29274
|
+
"line": {
|
|
29275
|
+
"start": 309,
|
|
29276
|
+
"end": 309
|
|
29277
|
+
}
|
|
29278
|
+
},
|
|
29279
|
+
"group": [
|
|
29280
|
+
"grid"
|
|
29281
|
+
],
|
|
29282
|
+
"access": "public",
|
|
29283
|
+
"file": {
|
|
29284
|
+
"path": "grid/_variables.scss",
|
|
29285
|
+
"name": "_variables.scss"
|
|
29286
|
+
},
|
|
29287
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
29288
|
+
"resolvedType": "Color"
|
|
29289
|
+
},
|
|
29290
|
+
{
|
|
29291
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
29292
|
+
"commentRange": {
|
|
29293
|
+
"start": 310,
|
|
29294
|
+
"end": 311
|
|
29295
|
+
},
|
|
29296
|
+
"context": {
|
|
29297
|
+
"type": "variable",
|
|
29298
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
29299
|
+
"value": "$kendo-color-primary",
|
|
29300
|
+
"scope": "default",
|
|
29301
|
+
"line": {
|
|
29302
|
+
"start": 312,
|
|
29303
|
+
"end": 312
|
|
29304
|
+
}
|
|
29305
|
+
},
|
|
29306
|
+
"group": [
|
|
29307
|
+
"grid"
|
|
29308
|
+
],
|
|
29309
|
+
"access": "public",
|
|
29310
|
+
"file": {
|
|
29311
|
+
"path": "grid/_variables.scss",
|
|
29312
|
+
"name": "_variables.scss"
|
|
29313
|
+
},
|
|
29314
|
+
"resolvedValue": "#0d6efd",
|
|
29315
|
+
"resolvedType": "Color"
|
|
29316
|
+
},
|
|
29317
|
+
{
|
|
29318
|
+
"description": "Height 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-height",
|
|
29326
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
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": "0.125rem",
|
|
29342
|
+
"resolvedType": "Number"
|
|
28479
29343
|
}
|
|
28480
29344
|
]
|
|
28481
29345
|
},
|
|
@@ -35674,7 +36538,7 @@
|
|
|
35674
36538
|
"context": {
|
|
35675
36539
|
"type": "variable",
|
|
35676
36540
|
"name": "kendo-progressbar-animation-timing",
|
|
35677
|
-
"value": "progress-bar-animation-timing",
|
|
36541
|
+
"value": "$progress-bar-animation-timing",
|
|
35678
36542
|
"scope": "default",
|
|
35679
36543
|
"line": {
|
|
35680
36544
|
"start": 11,
|
|
@@ -35689,8 +36553,8 @@
|
|
|
35689
36553
|
"path": "progressbar/_variables.scss",
|
|
35690
36554
|
"name": "_variables.scss"
|
|
35691
36555
|
},
|
|
35692
|
-
"resolvedValue": "
|
|
35693
|
-
"resolvedType": "
|
|
36556
|
+
"resolvedValue": "1s linear infinite",
|
|
36557
|
+
"resolvedType": "List"
|
|
35694
36558
|
},
|
|
35695
36559
|
{
|
|
35696
36560
|
"description": "Border width of the progressbar.\n",
|
|
@@ -42169,8 +43033,8 @@
|
|
|
42169
43033
|
{
|
|
42170
43034
|
"description": "Base font size across all components.\n",
|
|
42171
43035
|
"commentRange": {
|
|
42172
|
-
"start":
|
|
42173
|
-
"end":
|
|
43036
|
+
"start": 210,
|
|
43037
|
+
"end": 211
|
|
42174
43038
|
},
|
|
42175
43039
|
"context": {
|
|
42176
43040
|
"type": "variable",
|
|
@@ -42178,8 +43042,8 @@
|
|
|
42178
43042
|
"value": "$font-size-base",
|
|
42179
43043
|
"scope": "default",
|
|
42180
43044
|
"line": {
|
|
42181
|
-
"start":
|
|
42182
|
-
"end":
|
|
43045
|
+
"start": 212,
|
|
43046
|
+
"end": 212
|
|
42183
43047
|
}
|
|
42184
43048
|
},
|
|
42185
43049
|
"group": [
|
|
@@ -42196,8 +43060,8 @@
|
|
|
42196
43060
|
{
|
|
42197
43061
|
"description": "Font family for text.\n",
|
|
42198
43062
|
"commentRange": {
|
|
42199
|
-
"start":
|
|
42200
|
-
"end":
|
|
43063
|
+
"start": 227,
|
|
43064
|
+
"end": 228
|
|
42201
43065
|
},
|
|
42202
43066
|
"context": {
|
|
42203
43067
|
"type": "variable",
|
|
@@ -42205,8 +43069,8 @@
|
|
|
42205
43069
|
"value": "$font-family-sans-serif",
|
|
42206
43070
|
"scope": "default",
|
|
42207
43071
|
"line": {
|
|
42208
|
-
"start":
|
|
42209
|
-
"end":
|
|
43072
|
+
"start": 229,
|
|
43073
|
+
"end": 229
|
|
42210
43074
|
}
|
|
42211
43075
|
},
|
|
42212
43076
|
"group": [
|
|
@@ -42223,8 +43087,8 @@
|
|
|
42223
43087
|
{
|
|
42224
43088
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
42225
43089
|
"commentRange": {
|
|
42226
|
-
"start":
|
|
42227
|
-
"end":
|
|
43090
|
+
"start": 231,
|
|
43091
|
+
"end": 232
|
|
42228
43092
|
},
|
|
42229
43093
|
"context": {
|
|
42230
43094
|
"type": "variable",
|
|
@@ -42232,8 +43096,8 @@
|
|
|
42232
43096
|
"value": "$font-family-monospace",
|
|
42233
43097
|
"scope": "default",
|
|
42234
43098
|
"line": {
|
|
42235
|
-
"start":
|
|
42236
|
-
"end":
|
|
43099
|
+
"start": 233,
|
|
43100
|
+
"end": 233
|
|
42237
43101
|
}
|
|
42238
43102
|
},
|
|
42239
43103
|
"group": [
|
|
@@ -42250,8 +43114,8 @@
|
|
|
42250
43114
|
{
|
|
42251
43115
|
"description": "Font family across all components.\n",
|
|
42252
43116
|
"commentRange": {
|
|
42253
|
-
"start":
|
|
42254
|
-
"end":
|
|
43117
|
+
"start": 235,
|
|
43118
|
+
"end": 236
|
|
42255
43119
|
},
|
|
42256
43120
|
"context": {
|
|
42257
43121
|
"type": "variable",
|
|
@@ -42259,8 +43123,8 @@
|
|
|
42259
43123
|
"value": "$kendo-font-family-sans-serif",
|
|
42260
43124
|
"scope": "default",
|
|
42261
43125
|
"line": {
|
|
42262
|
-
"start":
|
|
42263
|
-
"end":
|
|
43126
|
+
"start": 237,
|
|
43127
|
+
"end": 237
|
|
42264
43128
|
}
|
|
42265
43129
|
},
|
|
42266
43130
|
"group": [
|
|
@@ -42277,8 +43141,8 @@
|
|
|
42277
43141
|
{
|
|
42278
43142
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
42279
43143
|
"commentRange": {
|
|
42280
|
-
"start":
|
|
42281
|
-
"end":
|
|
43144
|
+
"start": 239,
|
|
43145
|
+
"end": 240
|
|
42282
43146
|
},
|
|
42283
43147
|
"context": {
|
|
42284
43148
|
"type": "variable",
|
|
@@ -42286,8 +43150,8 @@
|
|
|
42286
43150
|
"value": "$line-height-base",
|
|
42287
43151
|
"scope": "default",
|
|
42288
43152
|
"line": {
|
|
42289
|
-
"start":
|
|
42290
|
-
"end":
|
|
43153
|
+
"start": 241,
|
|
43154
|
+
"end": 241
|
|
42291
43155
|
}
|
|
42292
43156
|
},
|
|
42293
43157
|
"group": [
|