@progress/kendo-theme-bootstrap 6.2.1-dev.8 → 6.3.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +158 -103
- package/dist/all.scss +10914 -1116
- 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
|
@@ -4227,8 +4227,8 @@
|
|
|
4227
4227
|
{
|
|
4228
4228
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
4229
4229
|
"commentRange": {
|
|
4230
|
-
"start":
|
|
4231
|
-
"end":
|
|
4230
|
+
"start": 111,
|
|
4231
|
+
"end": 114
|
|
4232
4232
|
},
|
|
4233
4233
|
"context": {
|
|
4234
4234
|
"type": "variable",
|
|
@@ -4236,8 +4236,8 @@
|
|
|
4236
4236
|
"value": "$primary",
|
|
4237
4237
|
"scope": "default",
|
|
4238
4238
|
"line": {
|
|
4239
|
-
"start":
|
|
4240
|
-
"end":
|
|
4239
|
+
"start": 115,
|
|
4240
|
+
"end": 115
|
|
4241
4241
|
}
|
|
4242
4242
|
},
|
|
4243
4243
|
"group": [
|
|
@@ -4253,8 +4253,8 @@
|
|
|
4253
4253
|
{
|
|
4254
4254
|
"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",
|
|
4255
4255
|
"commentRange": {
|
|
4256
|
-
"start":
|
|
4257
|
-
"end":
|
|
4256
|
+
"start": 119,
|
|
4257
|
+
"end": 122
|
|
4258
4258
|
},
|
|
4259
4259
|
"context": {
|
|
4260
4260
|
"type": "variable",
|
|
@@ -4262,8 +4262,8 @@
|
|
|
4262
4262
|
"value": "k-contrast-color( $kendo-color-primary )",
|
|
4263
4263
|
"scope": "default",
|
|
4264
4264
|
"line": {
|
|
4265
|
-
"start":
|
|
4266
|
-
"end":
|
|
4265
|
+
"start": 123,
|
|
4266
|
+
"end": 123
|
|
4267
4267
|
}
|
|
4268
4268
|
},
|
|
4269
4269
|
"group": [
|
|
@@ -4279,8 +4279,8 @@
|
|
|
4279
4279
|
{
|
|
4280
4280
|
"description": "The secondary color of the theme.\n",
|
|
4281
4281
|
"commentRange": {
|
|
4282
|
-
"start":
|
|
4283
|
-
"end":
|
|
4282
|
+
"start": 125,
|
|
4283
|
+
"end": 127
|
|
4284
4284
|
},
|
|
4285
4285
|
"context": {
|
|
4286
4286
|
"type": "variable",
|
|
@@ -4288,8 +4288,8 @@
|
|
|
4288
4288
|
"value": "$secondary",
|
|
4289
4289
|
"scope": "default",
|
|
4290
4290
|
"line": {
|
|
4291
|
-
"start":
|
|
4292
|
-
"end":
|
|
4291
|
+
"start": 128,
|
|
4292
|
+
"end": 128
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
4295
4295
|
"group": [
|
|
@@ -4305,8 +4305,8 @@
|
|
|
4305
4305
|
{
|
|
4306
4306
|
"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",
|
|
4307
4307
|
"commentRange": {
|
|
4308
|
-
"start":
|
|
4309
|
-
"end":
|
|
4308
|
+
"start": 132,
|
|
4309
|
+
"end": 135
|
|
4310
4310
|
},
|
|
4311
4311
|
"context": {
|
|
4312
4312
|
"type": "variable",
|
|
@@ -4314,8 +4314,8 @@
|
|
|
4314
4314
|
"value": "k-contrast-color( $kendo-color-secondary )",
|
|
4315
4315
|
"scope": "default",
|
|
4316
4316
|
"line": {
|
|
4317
|
-
"start":
|
|
4318
|
-
"end":
|
|
4317
|
+
"start": 136,
|
|
4318
|
+
"end": 136
|
|
4319
4319
|
}
|
|
4320
4320
|
},
|
|
4321
4321
|
"group": [
|
|
@@ -4331,8 +4331,8 @@
|
|
|
4331
4331
|
{
|
|
4332
4332
|
"description": "The tertiary color of the theme.\n",
|
|
4333
4333
|
"commentRange": {
|
|
4334
|
-
"start":
|
|
4335
|
-
"end":
|
|
4334
|
+
"start": 138,
|
|
4335
|
+
"end": 140
|
|
4336
4336
|
},
|
|
4337
4337
|
"context": {
|
|
4338
4338
|
"type": "variable",
|
|
@@ -4340,8 +4340,8 @@
|
|
|
4340
4340
|
"value": "$purple",
|
|
4341
4341
|
"scope": "default",
|
|
4342
4342
|
"line": {
|
|
4343
|
-
"start":
|
|
4344
|
-
"end":
|
|
4343
|
+
"start": 141,
|
|
4344
|
+
"end": 141
|
|
4345
4345
|
}
|
|
4346
4346
|
},
|
|
4347
4347
|
"group": [
|
|
@@ -4357,8 +4357,8 @@
|
|
|
4357
4357
|
{
|
|
4358
4358
|
"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",
|
|
4359
4359
|
"commentRange": {
|
|
4360
|
-
"start":
|
|
4361
|
-
"end":
|
|
4360
|
+
"start": 145,
|
|
4361
|
+
"end": 148
|
|
4362
4362
|
},
|
|
4363
4363
|
"context": {
|
|
4364
4364
|
"type": "variable",
|
|
@@ -4366,8 +4366,8 @@
|
|
|
4366
4366
|
"value": "k-contrast-color( $kendo-color-tertiary )",
|
|
4367
4367
|
"scope": "default",
|
|
4368
4368
|
"line": {
|
|
4369
|
-
"start":
|
|
4370
|
-
"end":
|
|
4369
|
+
"start": 149,
|
|
4370
|
+
"end": 149
|
|
4371
4371
|
}
|
|
4372
4372
|
},
|
|
4373
4373
|
"group": [
|
|
@@ -4383,8 +4383,8 @@
|
|
|
4383
4383
|
{
|
|
4384
4384
|
"description": "The color for informational messages and states.\n",
|
|
4385
4385
|
"commentRange": {
|
|
4386
|
-
"start":
|
|
4387
|
-
"end":
|
|
4386
|
+
"start": 151,
|
|
4387
|
+
"end": 153
|
|
4388
4388
|
},
|
|
4389
4389
|
"context": {
|
|
4390
4390
|
"type": "variable",
|
|
@@ -4392,8 +4392,8 @@
|
|
|
4392
4392
|
"value": "$info",
|
|
4393
4393
|
"scope": "default",
|
|
4394
4394
|
"line": {
|
|
4395
|
-
"start":
|
|
4396
|
-
"end":
|
|
4395
|
+
"start": 154,
|
|
4396
|
+
"end": 154
|
|
4397
4397
|
}
|
|
4398
4398
|
},
|
|
4399
4399
|
"group": [
|
|
@@ -4409,8 +4409,8 @@
|
|
|
4409
4409
|
{
|
|
4410
4410
|
"description": "The color for success messages and states.\n",
|
|
4411
4411
|
"commentRange": {
|
|
4412
|
-
"start":
|
|
4413
|
-
"end":
|
|
4412
|
+
"start": 158,
|
|
4413
|
+
"end": 160
|
|
4414
4414
|
},
|
|
4415
4415
|
"context": {
|
|
4416
4416
|
"type": "variable",
|
|
@@ -4418,8 +4418,8 @@
|
|
|
4418
4418
|
"value": "$success",
|
|
4419
4419
|
"scope": "default",
|
|
4420
4420
|
"line": {
|
|
4421
|
-
"start":
|
|
4422
|
-
"end":
|
|
4421
|
+
"start": 161,
|
|
4422
|
+
"end": 161
|
|
4423
4423
|
}
|
|
4424
4424
|
},
|
|
4425
4425
|
"group": [
|
|
@@ -4435,8 +4435,8 @@
|
|
|
4435
4435
|
{
|
|
4436
4436
|
"description": "The color for warning messages and states.\n",
|
|
4437
4437
|
"commentRange": {
|
|
4438
|
-
"start":
|
|
4439
|
-
"end":
|
|
4438
|
+
"start": 165,
|
|
4439
|
+
"end": 167
|
|
4440
4440
|
},
|
|
4441
4441
|
"context": {
|
|
4442
4442
|
"type": "variable",
|
|
@@ -4444,8 +4444,8 @@
|
|
|
4444
4444
|
"value": "$warning",
|
|
4445
4445
|
"scope": "default",
|
|
4446
4446
|
"line": {
|
|
4447
|
-
"start":
|
|
4448
|
-
"end":
|
|
4447
|
+
"start": 168,
|
|
4448
|
+
"end": 168
|
|
4449
4449
|
}
|
|
4450
4450
|
},
|
|
4451
4451
|
"group": [
|
|
@@ -4461,8 +4461,8 @@
|
|
|
4461
4461
|
{
|
|
4462
4462
|
"description": "The color for error messages and states.\n",
|
|
4463
4463
|
"commentRange": {
|
|
4464
|
-
"start":
|
|
4465
|
-
"end":
|
|
4464
|
+
"start": 172,
|
|
4465
|
+
"end": 174
|
|
4466
4466
|
},
|
|
4467
4467
|
"context": {
|
|
4468
4468
|
"type": "variable",
|
|
@@ -4470,8 +4470,8 @@
|
|
|
4470
4470
|
"value": "$danger",
|
|
4471
4471
|
"scope": "default",
|
|
4472
4472
|
"line": {
|
|
4473
|
-
"start":
|
|
4474
|
-
"end":
|
|
4473
|
+
"start": 175,
|
|
4474
|
+
"end": 175
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
"group": [
|
|
@@ -4487,8 +4487,8 @@
|
|
|
4487
4487
|
{
|
|
4488
4488
|
"description": "The dark color of the theme.\n",
|
|
4489
4489
|
"commentRange": {
|
|
4490
|
-
"start":
|
|
4491
|
-
"end":
|
|
4490
|
+
"start": 179,
|
|
4491
|
+
"end": 181
|
|
4492
4492
|
},
|
|
4493
4493
|
"context": {
|
|
4494
4494
|
"type": "variable",
|
|
@@ -4496,8 +4496,8 @@
|
|
|
4496
4496
|
"value": "$dark",
|
|
4497
4497
|
"scope": "default",
|
|
4498
4498
|
"line": {
|
|
4499
|
-
"start":
|
|
4500
|
-
"end":
|
|
4499
|
+
"start": 182,
|
|
4500
|
+
"end": 182
|
|
4501
4501
|
}
|
|
4502
4502
|
},
|
|
4503
4503
|
"group": [
|
|
@@ -4513,8 +4513,8 @@
|
|
|
4513
4513
|
{
|
|
4514
4514
|
"description": "The light color of the theme.\n",
|
|
4515
4515
|
"commentRange": {
|
|
4516
|
-
"start":
|
|
4517
|
-
"end":
|
|
4516
|
+
"start": 184,
|
|
4517
|
+
"end": 186
|
|
4518
4518
|
},
|
|
4519
4519
|
"context": {
|
|
4520
4520
|
"type": "variable",
|
|
@@ -4522,8 +4522,8 @@
|
|
|
4522
4522
|
"value": "$light",
|
|
4523
4523
|
"scope": "default",
|
|
4524
4524
|
"line": {
|
|
4525
|
-
"start":
|
|
4526
|
-
"end":
|
|
4525
|
+
"start": 187,
|
|
4526
|
+
"end": 187
|
|
4527
4527
|
}
|
|
4528
4528
|
},
|
|
4529
4529
|
"group": [
|
|
@@ -4539,8 +4539,8 @@
|
|
|
4539
4539
|
{
|
|
4540
4540
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
4541
4541
|
"commentRange": {
|
|
4542
|
-
"start":
|
|
4543
|
-
"end":
|
|
4542
|
+
"start": 189,
|
|
4543
|
+
"end": 190
|
|
4544
4544
|
},
|
|
4545
4545
|
"context": {
|
|
4546
4546
|
"type": "variable",
|
|
@@ -4548,8 +4548,8 @@
|
|
|
4548
4548
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
4549
4549
|
"scope": "default",
|
|
4550
4550
|
"line": {
|
|
4551
|
-
"start":
|
|
4552
|
-
"end":
|
|
4551
|
+
"start": 191,
|
|
4552
|
+
"end": 191
|
|
4553
4553
|
}
|
|
4554
4554
|
},
|
|
4555
4555
|
"group": [
|
|
@@ -4564,8 +4564,8 @@
|
|
|
4564
4564
|
{
|
|
4565
4565
|
"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",
|
|
4566
4566
|
"commentRange": {
|
|
4567
|
-
"start":
|
|
4568
|
-
"end":
|
|
4567
|
+
"start": 279,
|
|
4568
|
+
"end": 281
|
|
4569
4569
|
},
|
|
4570
4570
|
"context": {
|
|
4571
4571
|
"type": "variable",
|
|
@@ -4573,8 +4573,8 @@
|
|
|
4573
4573
|
"value": "$kendo-body-bg",
|
|
4574
4574
|
"scope": "default",
|
|
4575
4575
|
"line": {
|
|
4576
|
-
"start":
|
|
4577
|
-
"end":
|
|
4576
|
+
"start": 282,
|
|
4577
|
+
"end": 282
|
|
4578
4578
|
}
|
|
4579
4579
|
},
|
|
4580
4580
|
"group": [
|
|
@@ -4589,8 +4589,8 @@
|
|
|
4589
4589
|
{
|
|
4590
4590
|
"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",
|
|
4591
4591
|
"commentRange": {
|
|
4592
|
-
"start":
|
|
4593
|
-
"end":
|
|
4592
|
+
"start": 283,
|
|
4593
|
+
"end": 285
|
|
4594
4594
|
},
|
|
4595
4595
|
"context": {
|
|
4596
4596
|
"type": "variable",
|
|
@@ -4598,8 +4598,8 @@
|
|
|
4598
4598
|
"value": "$kendo-body-text",
|
|
4599
4599
|
"scope": "default",
|
|
4600
4600
|
"line": {
|
|
4601
|
-
"start":
|
|
4602
|
-
"end":
|
|
4601
|
+
"start": 286,
|
|
4602
|
+
"end": 286
|
|
4603
4603
|
}
|
|
4604
4604
|
},
|
|
4605
4605
|
"group": [
|
|
@@ -4614,8 +4614,8 @@
|
|
|
4614
4614
|
{
|
|
4615
4615
|
"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",
|
|
4616
4616
|
"commentRange": {
|
|
4617
|
-
"start":
|
|
4618
|
-
"end":
|
|
4617
|
+
"start": 287,
|
|
4618
|
+
"end": 289
|
|
4619
4619
|
},
|
|
4620
4620
|
"context": {
|
|
4621
4621
|
"type": "variable",
|
|
@@ -4623,8 +4623,8 @@
|
|
|
4623
4623
|
"value": "if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 )",
|
|
4624
4624
|
"scope": "default",
|
|
4625
4625
|
"line": {
|
|
4626
|
-
"start":
|
|
4627
|
-
"end":
|
|
4626
|
+
"start": 290,
|
|
4627
|
+
"end": 290
|
|
4628
4628
|
}
|
|
4629
4629
|
},
|
|
4630
4630
|
"group": [
|
|
@@ -5287,19 +5287,44 @@
|
|
|
5287
5287
|
}
|
|
5288
5288
|
},
|
|
5289
5289
|
{
|
|
5290
|
-
"description": "
|
|
5290
|
+
"description": "Size map for the FAB.\n",
|
|
5291
5291
|
"commentRange": {
|
|
5292
5292
|
"start": 92,
|
|
5293
5293
|
"end": 93
|
|
5294
5294
|
},
|
|
5295
|
+
"context": {
|
|
5296
|
+
"type": "variable",
|
|
5297
|
+
"name": "kendo-fab-sizes",
|
|
5298
|
+
"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)",
|
|
5299
|
+
"scope": "default",
|
|
5300
|
+
"line": {
|
|
5301
|
+
"start": 94,
|
|
5302
|
+
"end": 107
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5305
|
+
"group": [
|
|
5306
|
+
"floating-action-button"
|
|
5307
|
+
],
|
|
5308
|
+
"access": "public",
|
|
5309
|
+
"file": {
|
|
5310
|
+
"path": "fab/_variables.scss",
|
|
5311
|
+
"name": "_variables.scss"
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"description": "The base shadow of the FAB.\n",
|
|
5316
|
+
"commentRange": {
|
|
5317
|
+
"start": 109,
|
|
5318
|
+
"end": 110
|
|
5319
|
+
},
|
|
5295
5320
|
"context": {
|
|
5296
5321
|
"type": "variable",
|
|
5297
5322
|
"name": "kendo-fab-shadow",
|
|
5298
5323
|
"value": "0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 )",
|
|
5299
5324
|
"scope": "default",
|
|
5300
5325
|
"line": {
|
|
5301
|
-
"start":
|
|
5302
|
-
"end":
|
|
5326
|
+
"start": 111,
|
|
5327
|
+
"end": 111
|
|
5303
5328
|
}
|
|
5304
5329
|
},
|
|
5305
5330
|
"group": [
|
|
@@ -5314,8 +5339,8 @@
|
|
|
5314
5339
|
{
|
|
5315
5340
|
"description": "The disabled shadow of the FAB.\n",
|
|
5316
5341
|
"commentRange": {
|
|
5317
|
-
"start":
|
|
5318
|
-
"end":
|
|
5342
|
+
"start": 112,
|
|
5343
|
+
"end": 113
|
|
5319
5344
|
},
|
|
5320
5345
|
"context": {
|
|
5321
5346
|
"type": "variable",
|
|
@@ -5323,8 +5348,8 @@
|
|
|
5323
5348
|
"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 )",
|
|
5324
5349
|
"scope": "default",
|
|
5325
5350
|
"line": {
|
|
5326
|
-
"start":
|
|
5327
|
-
"end":
|
|
5351
|
+
"start": 114,
|
|
5352
|
+
"end": 114
|
|
5328
5353
|
}
|
|
5329
5354
|
},
|
|
5330
5355
|
"group": [
|
|
@@ -5339,8 +5364,8 @@
|
|
|
5339
5364
|
{
|
|
5340
5365
|
"description": "The active shadow of the FAB.\n",
|
|
5341
5366
|
"commentRange": {
|
|
5342
|
-
"start":
|
|
5343
|
-
"end":
|
|
5367
|
+
"start": 115,
|
|
5368
|
+
"end": 116
|
|
5344
5369
|
},
|
|
5345
5370
|
"context": {
|
|
5346
5371
|
"type": "variable",
|
|
@@ -5348,8 +5373,58 @@
|
|
|
5348
5373
|
"value": "null",
|
|
5349
5374
|
"scope": "default",
|
|
5350
5375
|
"line": {
|
|
5351
|
-
"start":
|
|
5352
|
-
"end":
|
|
5376
|
+
"start": 117,
|
|
5377
|
+
"end": 117
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5380
|
+
"group": [
|
|
5381
|
+
"floating-action-button"
|
|
5382
|
+
],
|
|
5383
|
+
"access": "public",
|
|
5384
|
+
"file": {
|
|
5385
|
+
"path": "fab/_variables.scss",
|
|
5386
|
+
"name": "_variables.scss"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"description": "The outline style of the FAB.\n",
|
|
5391
|
+
"commentRange": {
|
|
5392
|
+
"start": 118,
|
|
5393
|
+
"end": 119
|
|
5394
|
+
},
|
|
5395
|
+
"context": {
|
|
5396
|
+
"type": "variable",
|
|
5397
|
+
"name": "kendo-fab-outline-style",
|
|
5398
|
+
"value": "solid",
|
|
5399
|
+
"scope": "default",
|
|
5400
|
+
"line": {
|
|
5401
|
+
"start": 120,
|
|
5402
|
+
"end": 120
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
"group": [
|
|
5406
|
+
"floating-action-button"
|
|
5407
|
+
],
|
|
5408
|
+
"access": "public",
|
|
5409
|
+
"file": {
|
|
5410
|
+
"path": "fab/_variables.scss",
|
|
5411
|
+
"name": "_variables.scss"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"description": "The outline width of the FAB.\n",
|
|
5416
|
+
"commentRange": {
|
|
5417
|
+
"start": 121,
|
|
5418
|
+
"end": 122
|
|
5419
|
+
},
|
|
5420
|
+
"context": {
|
|
5421
|
+
"type": "variable",
|
|
5422
|
+
"name": "kendo-fab-outline-width",
|
|
5423
|
+
"value": "3px",
|
|
5424
|
+
"scope": "default",
|
|
5425
|
+
"line": {
|
|
5426
|
+
"start": 123,
|
|
5427
|
+
"end": 123
|
|
5353
5428
|
}
|
|
5354
5429
|
},
|
|
5355
5430
|
"group": [
|
|
@@ -5364,8 +5439,8 @@
|
|
|
5364
5439
|
{
|
|
5365
5440
|
"description": "The base text color of the FAB item.\n",
|
|
5366
5441
|
"commentRange": {
|
|
5367
|
-
"start":
|
|
5368
|
-
"end":
|
|
5442
|
+
"start": 125,
|
|
5443
|
+
"end": 126
|
|
5369
5444
|
},
|
|
5370
5445
|
"context": {
|
|
5371
5446
|
"type": "variable",
|
|
@@ -5373,8 +5448,8 @@
|
|
|
5373
5448
|
"value": "$kendo-component-text",
|
|
5374
5449
|
"scope": "default",
|
|
5375
5450
|
"line": {
|
|
5376
|
-
"start":
|
|
5377
|
-
"end":
|
|
5451
|
+
"start": 127,
|
|
5452
|
+
"end": 127
|
|
5378
5453
|
}
|
|
5379
5454
|
},
|
|
5380
5455
|
"group": [
|
|
@@ -5389,8 +5464,8 @@
|
|
|
5389
5464
|
{
|
|
5390
5465
|
"description": "The base background color of the FAB item.\n",
|
|
5391
5466
|
"commentRange": {
|
|
5392
|
-
"start":
|
|
5393
|
-
"end":
|
|
5467
|
+
"start": 128,
|
|
5468
|
+
"end": 129
|
|
5394
5469
|
},
|
|
5395
5470
|
"context": {
|
|
5396
5471
|
"type": "variable",
|
|
@@ -5398,8 +5473,8 @@
|
|
|
5398
5473
|
"value": "$kendo-component-bg",
|
|
5399
5474
|
"scope": "default",
|
|
5400
5475
|
"line": {
|
|
5401
|
-
"start":
|
|
5402
|
-
"end":
|
|
5476
|
+
"start": 130,
|
|
5477
|
+
"end": 130
|
|
5403
5478
|
}
|
|
5404
5479
|
},
|
|
5405
5480
|
"group": [
|
|
@@ -5414,8 +5489,8 @@
|
|
|
5414
5489
|
{
|
|
5415
5490
|
"description": "The base border color of the FAB item.\n",
|
|
5416
5491
|
"commentRange": {
|
|
5417
|
-
"start":
|
|
5418
|
-
"end":
|
|
5492
|
+
"start": 131,
|
|
5493
|
+
"end": 132
|
|
5419
5494
|
},
|
|
5420
5495
|
"context": {
|
|
5421
5496
|
"type": "variable",
|
|
@@ -5423,8 +5498,8 @@
|
|
|
5423
5498
|
"value": "$kendo-component-border",
|
|
5424
5499
|
"scope": "default",
|
|
5425
5500
|
"line": {
|
|
5426
|
-
"start":
|
|
5427
|
-
"end":
|
|
5501
|
+
"start": 133,
|
|
5502
|
+
"end": 133
|
|
5428
5503
|
}
|
|
5429
5504
|
},
|
|
5430
5505
|
"group": [
|
|
@@ -5439,8 +5514,8 @@
|
|
|
5439
5514
|
{
|
|
5440
5515
|
"description": "The base text color of the FAB item icon.\n",
|
|
5441
5516
|
"commentRange": {
|
|
5442
|
-
"start":
|
|
5443
|
-
"end":
|
|
5517
|
+
"start": 135,
|
|
5518
|
+
"end": 136
|
|
5444
5519
|
},
|
|
5445
5520
|
"context": {
|
|
5446
5521
|
"type": "variable",
|
|
@@ -5448,8 +5523,8 @@
|
|
|
5448
5523
|
"value": "$kendo-button-text",
|
|
5449
5524
|
"scope": "default",
|
|
5450
5525
|
"line": {
|
|
5451
|
-
"start":
|
|
5452
|
-
"end":
|
|
5526
|
+
"start": 137,
|
|
5527
|
+
"end": 137
|
|
5453
5528
|
}
|
|
5454
5529
|
},
|
|
5455
5530
|
"group": [
|
|
@@ -5464,8 +5539,8 @@
|
|
|
5464
5539
|
{
|
|
5465
5540
|
"description": "The base background color of the FAB item icon.\n",
|
|
5466
5541
|
"commentRange": {
|
|
5467
|
-
"start":
|
|
5468
|
-
"end":
|
|
5542
|
+
"start": 138,
|
|
5543
|
+
"end": 139
|
|
5469
5544
|
},
|
|
5470
5545
|
"context": {
|
|
5471
5546
|
"type": "variable",
|
|
@@ -5473,8 +5548,8 @@
|
|
|
5473
5548
|
"value": "$kendo-button-bg",
|
|
5474
5549
|
"scope": "default",
|
|
5475
5550
|
"line": {
|
|
5476
|
-
"start":
|
|
5477
|
-
"end":
|
|
5551
|
+
"start": 140,
|
|
5552
|
+
"end": 140
|
|
5478
5553
|
}
|
|
5479
5554
|
},
|
|
5480
5555
|
"group": [
|
|
@@ -5489,8 +5564,8 @@
|
|
|
5489
5564
|
{
|
|
5490
5565
|
"description": "The base border color of the FAB item icon.\n",
|
|
5491
5566
|
"commentRange": {
|
|
5492
|
-
"start":
|
|
5493
|
-
"end":
|
|
5567
|
+
"start": 141,
|
|
5568
|
+
"end": 142
|
|
5494
5569
|
},
|
|
5495
5570
|
"context": {
|
|
5496
5571
|
"type": "variable",
|
|
@@ -5498,8 +5573,8 @@
|
|
|
5498
5573
|
"value": "$kendo-button-border",
|
|
5499
5574
|
"scope": "default",
|
|
5500
5575
|
"line": {
|
|
5501
|
-
"start":
|
|
5502
|
-
"end":
|
|
5576
|
+
"start": 143,
|
|
5577
|
+
"end": 143
|
|
5503
5578
|
}
|
|
5504
5579
|
},
|
|
5505
5580
|
"group": [
|
|
@@ -5514,8 +5589,8 @@
|
|
|
5514
5589
|
{
|
|
5515
5590
|
"description": "The base shadow of the FAB item.\n",
|
|
5516
5591
|
"commentRange": {
|
|
5517
|
-
"start":
|
|
5518
|
-
"end":
|
|
5592
|
+
"start": 145,
|
|
5593
|
+
"end": 146
|
|
5519
5594
|
},
|
|
5520
5595
|
"context": {
|
|
5521
5596
|
"type": "variable",
|
|
@@ -5523,8 +5598,8 @@
|
|
|
5523
5598
|
"value": "$kendo-fab-shadow",
|
|
5524
5599
|
"scope": "default",
|
|
5525
5600
|
"line": {
|
|
5526
|
-
"start":
|
|
5527
|
-
"end":
|
|
5601
|
+
"start": 147,
|
|
5602
|
+
"end": 147
|
|
5528
5603
|
}
|
|
5529
5604
|
},
|
|
5530
5605
|
"group": [
|
|
@@ -5539,8 +5614,8 @@
|
|
|
5539
5614
|
{
|
|
5540
5615
|
"description": "The disabled shadow of the FAB item.\n",
|
|
5541
5616
|
"commentRange": {
|
|
5542
|
-
"start":
|
|
5543
|
-
"end":
|
|
5617
|
+
"start": 148,
|
|
5618
|
+
"end": 149
|
|
5544
5619
|
},
|
|
5545
5620
|
"context": {
|
|
5546
5621
|
"type": "variable",
|
|
@@ -5548,8 +5623,8 @@
|
|
|
5548
5623
|
"value": "$kendo-fab-disabled-shadow",
|
|
5549
5624
|
"scope": "default",
|
|
5550
5625
|
"line": {
|
|
5551
|
-
"start":
|
|
5552
|
-
"end":
|
|
5626
|
+
"start": 150,
|
|
5627
|
+
"end": 150
|
|
5553
5628
|
}
|
|
5554
5629
|
},
|
|
5555
5630
|
"group": [
|
|
@@ -5564,8 +5639,8 @@
|
|
|
5564
5639
|
{
|
|
5565
5640
|
"description": "The active shadow of the FAB item.\n",
|
|
5566
5641
|
"commentRange": {
|
|
5567
|
-
"start":
|
|
5568
|
-
"end":
|
|
5642
|
+
"start": 151,
|
|
5643
|
+
"end": 152
|
|
5569
5644
|
},
|
|
5570
5645
|
"context": {
|
|
5571
5646
|
"type": "variable",
|
|
@@ -5573,8 +5648,83 @@
|
|
|
5573
5648
|
"value": "$kendo-fab-active-shadow",
|
|
5574
5649
|
"scope": "default",
|
|
5575
5650
|
"line": {
|
|
5576
|
-
"start":
|
|
5577
|
-
"end":
|
|
5651
|
+
"start": 153,
|
|
5652
|
+
"end": 153
|
|
5653
|
+
}
|
|
5654
|
+
},
|
|
5655
|
+
"group": [
|
|
5656
|
+
"floating-action-button"
|
|
5657
|
+
],
|
|
5658
|
+
"access": "public",
|
|
5659
|
+
"file": {
|
|
5660
|
+
"path": "fab/_variables.scss",
|
|
5661
|
+
"name": "_variables.scss"
|
|
5662
|
+
}
|
|
5663
|
+
},
|
|
5664
|
+
{
|
|
5665
|
+
"description": "The outline style of the FAB item.\n",
|
|
5666
|
+
"commentRange": {
|
|
5667
|
+
"start": 154,
|
|
5668
|
+
"end": 155
|
|
5669
|
+
},
|
|
5670
|
+
"context": {
|
|
5671
|
+
"type": "variable",
|
|
5672
|
+
"name": "kendo-fab-item-outline-style",
|
|
5673
|
+
"value": "solid",
|
|
5674
|
+
"scope": "default",
|
|
5675
|
+
"line": {
|
|
5676
|
+
"start": 156,
|
|
5677
|
+
"end": 156
|
|
5678
|
+
}
|
|
5679
|
+
},
|
|
5680
|
+
"group": [
|
|
5681
|
+
"floating-action-button"
|
|
5682
|
+
],
|
|
5683
|
+
"access": "public",
|
|
5684
|
+
"file": {
|
|
5685
|
+
"path": "fab/_variables.scss",
|
|
5686
|
+
"name": "_variables.scss"
|
|
5687
|
+
}
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"description": "The outline width of the FAB item.\n",
|
|
5691
|
+
"commentRange": {
|
|
5692
|
+
"start": 157,
|
|
5693
|
+
"end": 158
|
|
5694
|
+
},
|
|
5695
|
+
"context": {
|
|
5696
|
+
"type": "variable",
|
|
5697
|
+
"name": "kendo-fab-item-outline-width",
|
|
5698
|
+
"value": "3px",
|
|
5699
|
+
"scope": "default",
|
|
5700
|
+
"line": {
|
|
5701
|
+
"start": 159,
|
|
5702
|
+
"end": 159
|
|
5703
|
+
}
|
|
5704
|
+
},
|
|
5705
|
+
"group": [
|
|
5706
|
+
"floating-action-button"
|
|
5707
|
+
],
|
|
5708
|
+
"access": "public",
|
|
5709
|
+
"file": {
|
|
5710
|
+
"path": "fab/_variables.scss",
|
|
5711
|
+
"name": "_variables.scss"
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5714
|
+
{
|
|
5715
|
+
"description": "The outline color of the FAB item.\n",
|
|
5716
|
+
"commentRange": {
|
|
5717
|
+
"start": 160,
|
|
5718
|
+
"end": 161
|
|
5719
|
+
},
|
|
5720
|
+
"context": {
|
|
5721
|
+
"type": "variable",
|
|
5722
|
+
"name": "kendo-fab-item-outline-color",
|
|
5723
|
+
"value": "$kendo-button-bg",
|
|
5724
|
+
"scope": "default",
|
|
5725
|
+
"line": {
|
|
5726
|
+
"start": 162,
|
|
5727
|
+
"end": 162
|
|
5578
5728
|
}
|
|
5579
5729
|
},
|
|
5580
5730
|
"group": [
|
|
@@ -5889,8 +6039,8 @@
|
|
|
5889
6039
|
{
|
|
5890
6040
|
"description": "Background color of the grid component\n",
|
|
5891
6041
|
"commentRange": {
|
|
5892
|
-
"start":
|
|
5893
|
-
"end":
|
|
6042
|
+
"start": 139,
|
|
6043
|
+
"end": 140
|
|
5894
6044
|
},
|
|
5895
6045
|
"context": {
|
|
5896
6046
|
"type": "variable",
|
|
@@ -5898,8 +6048,8 @@
|
|
|
5898
6048
|
"value": "$kendo-table-bg",
|
|
5899
6049
|
"scope": "default",
|
|
5900
6050
|
"line": {
|
|
5901
|
-
"start":
|
|
5902
|
-
"end":
|
|
6051
|
+
"start": 141,
|
|
6052
|
+
"end": 141
|
|
5903
6053
|
}
|
|
5904
6054
|
},
|
|
5905
6055
|
"group": [
|
|
@@ -5914,8 +6064,8 @@
|
|
|
5914
6064
|
{
|
|
5915
6065
|
"description": "Text color of the grid component\n",
|
|
5916
6066
|
"commentRange": {
|
|
5917
|
-
"start":
|
|
5918
|
-
"end":
|
|
6067
|
+
"start": 142,
|
|
6068
|
+
"end": 143
|
|
5919
6069
|
},
|
|
5920
6070
|
"context": {
|
|
5921
6071
|
"type": "variable",
|
|
@@ -5923,8 +6073,8 @@
|
|
|
5923
6073
|
"value": "$kendo-table-text",
|
|
5924
6074
|
"scope": "default",
|
|
5925
6075
|
"line": {
|
|
5926
|
-
"start":
|
|
5927
|
-
"end":
|
|
6076
|
+
"start": 144,
|
|
6077
|
+
"end": 144
|
|
5928
6078
|
}
|
|
5929
6079
|
},
|
|
5930
6080
|
"group": [
|
|
@@ -5939,8 +6089,8 @@
|
|
|
5939
6089
|
{
|
|
5940
6090
|
"description": "Border color of the grid component\n",
|
|
5941
6091
|
"commentRange": {
|
|
5942
|
-
"start":
|
|
5943
|
-
"end":
|
|
6092
|
+
"start": 145,
|
|
6093
|
+
"end": 146
|
|
5944
6094
|
},
|
|
5945
6095
|
"context": {
|
|
5946
6096
|
"type": "variable",
|
|
@@ -5948,8 +6098,8 @@
|
|
|
5948
6098
|
"value": "$kendo-table-border",
|
|
5949
6099
|
"scope": "default",
|
|
5950
6100
|
"line": {
|
|
5951
|
-
"start":
|
|
5952
|
-
"end":
|
|
6101
|
+
"start": 147,
|
|
6102
|
+
"end": 147
|
|
5953
6103
|
}
|
|
5954
6104
|
},
|
|
5955
6105
|
"group": [
|
|
@@ -5964,8 +6114,8 @@
|
|
|
5964
6114
|
{
|
|
5965
6115
|
"description": "Background color of grid header\n",
|
|
5966
6116
|
"commentRange": {
|
|
5967
|
-
"start":
|
|
5968
|
-
"end":
|
|
6117
|
+
"start": 149,
|
|
6118
|
+
"end": 150
|
|
5969
6119
|
},
|
|
5970
6120
|
"context": {
|
|
5971
6121
|
"type": "variable",
|
|
@@ -5973,8 +6123,8 @@
|
|
|
5973
6123
|
"value": "$kendo-table-header-bg",
|
|
5974
6124
|
"scope": "default",
|
|
5975
6125
|
"line": {
|
|
5976
|
-
"start":
|
|
5977
|
-
"end":
|
|
6126
|
+
"start": 151,
|
|
6127
|
+
"end": 151
|
|
5978
6128
|
}
|
|
5979
6129
|
},
|
|
5980
6130
|
"group": [
|
|
@@ -5989,8 +6139,8 @@
|
|
|
5989
6139
|
{
|
|
5990
6140
|
"description": "Text color of grid header\n",
|
|
5991
6141
|
"commentRange": {
|
|
5992
|
-
"start":
|
|
5993
|
-
"end":
|
|
6142
|
+
"start": 152,
|
|
6143
|
+
"end": 153
|
|
5994
6144
|
},
|
|
5995
6145
|
"context": {
|
|
5996
6146
|
"type": "variable",
|
|
@@ -5998,8 +6148,258 @@
|
|
|
5998
6148
|
"value": "$kendo-table-header-text",
|
|
5999
6149
|
"scope": "default",
|
|
6000
6150
|
"line": {
|
|
6001
|
-
"start":
|
|
6002
|
-
"end":
|
|
6151
|
+
"start": 154,
|
|
6152
|
+
"end": 154
|
|
6153
|
+
}
|
|
6154
|
+
},
|
|
6155
|
+
"group": [
|
|
6156
|
+
"grid"
|
|
6157
|
+
],
|
|
6158
|
+
"access": "public",
|
|
6159
|
+
"file": {
|
|
6160
|
+
"path": "grid/_variables.scss",
|
|
6161
|
+
"name": "_variables.scss"
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"description": "Border color of grid header\n",
|
|
6166
|
+
"commentRange": {
|
|
6167
|
+
"start": 155,
|
|
6168
|
+
"end": 156
|
|
6169
|
+
},
|
|
6170
|
+
"context": {
|
|
6171
|
+
"type": "variable",
|
|
6172
|
+
"name": "kendo-grid-header-border",
|
|
6173
|
+
"value": "$kendo-table-header-border",
|
|
6174
|
+
"scope": "default",
|
|
6175
|
+
"line": {
|
|
6176
|
+
"start": 157,
|
|
6177
|
+
"end": 157
|
|
6178
|
+
}
|
|
6179
|
+
},
|
|
6180
|
+
"group": [
|
|
6181
|
+
"grid"
|
|
6182
|
+
],
|
|
6183
|
+
"access": "public",
|
|
6184
|
+
"file": {
|
|
6185
|
+
"path": "grid/_variables.scss",
|
|
6186
|
+
"name": "_variables.scss"
|
|
6187
|
+
}
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"description": "Background gradient of grid header\n",
|
|
6191
|
+
"commentRange": {
|
|
6192
|
+
"start": 158,
|
|
6193
|
+
"end": 159
|
|
6194
|
+
},
|
|
6195
|
+
"context": {
|
|
6196
|
+
"type": "variable",
|
|
6197
|
+
"name": "kendo-grid-header-gradient",
|
|
6198
|
+
"value": "$kendo-table-header-gradient",
|
|
6199
|
+
"scope": "default",
|
|
6200
|
+
"line": {
|
|
6201
|
+
"start": 160,
|
|
6202
|
+
"end": 160
|
|
6203
|
+
}
|
|
6204
|
+
},
|
|
6205
|
+
"group": [
|
|
6206
|
+
"grid"
|
|
6207
|
+
],
|
|
6208
|
+
"access": "public",
|
|
6209
|
+
"file": {
|
|
6210
|
+
"path": "grid/_variables.scss",
|
|
6211
|
+
"name": "_variables.scss"
|
|
6212
|
+
}
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"description": "Background color of grid footer\n",
|
|
6216
|
+
"commentRange": {
|
|
6217
|
+
"start": 162,
|
|
6218
|
+
"end": 163
|
|
6219
|
+
},
|
|
6220
|
+
"context": {
|
|
6221
|
+
"type": "variable",
|
|
6222
|
+
"name": "kendo-grid-footer-bg",
|
|
6223
|
+
"value": "$kendo-table-footer-bg",
|
|
6224
|
+
"scope": "default",
|
|
6225
|
+
"line": {
|
|
6226
|
+
"start": 164,
|
|
6227
|
+
"end": 164
|
|
6228
|
+
}
|
|
6229
|
+
},
|
|
6230
|
+
"group": [
|
|
6231
|
+
"grid"
|
|
6232
|
+
],
|
|
6233
|
+
"access": "public",
|
|
6234
|
+
"file": {
|
|
6235
|
+
"path": "grid/_variables.scss",
|
|
6236
|
+
"name": "_variables.scss"
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"description": "Text color of grid footer\n",
|
|
6241
|
+
"commentRange": {
|
|
6242
|
+
"start": 165,
|
|
6243
|
+
"end": 166
|
|
6244
|
+
},
|
|
6245
|
+
"context": {
|
|
6246
|
+
"type": "variable",
|
|
6247
|
+
"name": "kendo-grid-footer-text",
|
|
6248
|
+
"value": "$kendo-table-footer-text",
|
|
6249
|
+
"scope": "default",
|
|
6250
|
+
"line": {
|
|
6251
|
+
"start": 167,
|
|
6252
|
+
"end": 167
|
|
6253
|
+
}
|
|
6254
|
+
},
|
|
6255
|
+
"group": [
|
|
6256
|
+
"grid"
|
|
6257
|
+
],
|
|
6258
|
+
"access": "public",
|
|
6259
|
+
"file": {
|
|
6260
|
+
"path": "grid/_variables.scss",
|
|
6261
|
+
"name": "_variables.scss"
|
|
6262
|
+
}
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"description": "Border color of grid footer\n",
|
|
6266
|
+
"commentRange": {
|
|
6267
|
+
"start": 168,
|
|
6268
|
+
"end": 169
|
|
6269
|
+
},
|
|
6270
|
+
"context": {
|
|
6271
|
+
"type": "variable",
|
|
6272
|
+
"name": "kendo-grid-footer-border",
|
|
6273
|
+
"value": "$kendo-table-footer-border",
|
|
6274
|
+
"scope": "default",
|
|
6275
|
+
"line": {
|
|
6276
|
+
"start": 170,
|
|
6277
|
+
"end": 170
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
6280
|
+
"group": [
|
|
6281
|
+
"grid"
|
|
6282
|
+
],
|
|
6283
|
+
"access": "public",
|
|
6284
|
+
"file": {
|
|
6285
|
+
"path": "grid/_variables.scss",
|
|
6286
|
+
"name": "_variables.scss"
|
|
6287
|
+
}
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"description": "Background color of alternating rows in grid\n",
|
|
6291
|
+
"commentRange": {
|
|
6292
|
+
"start": 172,
|
|
6293
|
+
"end": 173
|
|
6294
|
+
},
|
|
6295
|
+
"context": {
|
|
6296
|
+
"type": "variable",
|
|
6297
|
+
"name": "kendo-grid-alt-bg",
|
|
6298
|
+
"value": "$kendo-table-alt-row-bg",
|
|
6299
|
+
"scope": "default",
|
|
6300
|
+
"line": {
|
|
6301
|
+
"start": 174,
|
|
6302
|
+
"end": 174
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6305
|
+
"group": [
|
|
6306
|
+
"grid"
|
|
6307
|
+
],
|
|
6308
|
+
"access": "public",
|
|
6309
|
+
"file": {
|
|
6310
|
+
"path": "grid/_variables.scss",
|
|
6311
|
+
"name": "_variables.scss"
|
|
6312
|
+
}
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"description": "Text color of alternating rows in grid\n",
|
|
6316
|
+
"commentRange": {
|
|
6317
|
+
"start": 175,
|
|
6318
|
+
"end": 176
|
|
6319
|
+
},
|
|
6320
|
+
"context": {
|
|
6321
|
+
"type": "variable",
|
|
6322
|
+
"name": "kendo-grid-alt-text",
|
|
6323
|
+
"value": "$kendo-table-alt-row-text",
|
|
6324
|
+
"scope": "default",
|
|
6325
|
+
"line": {
|
|
6326
|
+
"start": 177,
|
|
6327
|
+
"end": 177
|
|
6328
|
+
}
|
|
6329
|
+
},
|
|
6330
|
+
"group": [
|
|
6331
|
+
"grid"
|
|
6332
|
+
],
|
|
6333
|
+
"access": "public",
|
|
6334
|
+
"file": {
|
|
6335
|
+
"path": "grid/_variables.scss",
|
|
6336
|
+
"name": "_variables.scss"
|
|
6337
|
+
}
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"description": "Border color of alternating rows in grid\n",
|
|
6341
|
+
"commentRange": {
|
|
6342
|
+
"start": 178,
|
|
6343
|
+
"end": 179
|
|
6344
|
+
},
|
|
6345
|
+
"context": {
|
|
6346
|
+
"type": "variable",
|
|
6347
|
+
"name": "kendo-grid-alt-border",
|
|
6348
|
+
"value": "$kendo-table-alt-row-border",
|
|
6349
|
+
"scope": "default",
|
|
6350
|
+
"line": {
|
|
6351
|
+
"start": 180,
|
|
6352
|
+
"end": 180
|
|
6353
|
+
}
|
|
6354
|
+
},
|
|
6355
|
+
"group": [
|
|
6356
|
+
"grid"
|
|
6357
|
+
],
|
|
6358
|
+
"access": "public",
|
|
6359
|
+
"file": {
|
|
6360
|
+
"path": "grid/_variables.scss",
|
|
6361
|
+
"name": "_variables.scss"
|
|
6362
|
+
}
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"description": "Background color of hovered rows in grid\n",
|
|
6366
|
+
"commentRange": {
|
|
6367
|
+
"start": 182,
|
|
6368
|
+
"end": 183
|
|
6369
|
+
},
|
|
6370
|
+
"context": {
|
|
6371
|
+
"type": "variable",
|
|
6372
|
+
"name": "kendo-grid-hover-bg",
|
|
6373
|
+
"value": "$kendo-table-hover-bg",
|
|
6374
|
+
"scope": "default",
|
|
6375
|
+
"line": {
|
|
6376
|
+
"start": 184,
|
|
6377
|
+
"end": 184
|
|
6378
|
+
}
|
|
6379
|
+
},
|
|
6380
|
+
"group": [
|
|
6381
|
+
"grid"
|
|
6382
|
+
],
|
|
6383
|
+
"access": "public",
|
|
6384
|
+
"file": {
|
|
6385
|
+
"path": "grid/_variables.scss",
|
|
6386
|
+
"name": "_variables.scss"
|
|
6387
|
+
}
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"description": "Text color of hovered rows in grid\n",
|
|
6391
|
+
"commentRange": {
|
|
6392
|
+
"start": 185,
|
|
6393
|
+
"end": 186
|
|
6394
|
+
},
|
|
6395
|
+
"context": {
|
|
6396
|
+
"type": "variable",
|
|
6397
|
+
"name": "kendo-grid-hover-text",
|
|
6398
|
+
"value": "$kendo-table-hover-text",
|
|
6399
|
+
"scope": "default",
|
|
6400
|
+
"line": {
|
|
6401
|
+
"start": 187,
|
|
6402
|
+
"end": 187
|
|
6003
6403
|
}
|
|
6004
6404
|
},
|
|
6005
6405
|
"group": [
|
|
@@ -6012,19 +6412,19 @@
|
|
|
6012
6412
|
}
|
|
6013
6413
|
},
|
|
6014
6414
|
{
|
|
6015
|
-
"description": "Border color of grid
|
|
6415
|
+
"description": "Border color of hovered rows in grid\n",
|
|
6016
6416
|
"commentRange": {
|
|
6017
|
-
"start":
|
|
6018
|
-
"end":
|
|
6417
|
+
"start": 188,
|
|
6418
|
+
"end": 189
|
|
6019
6419
|
},
|
|
6020
6420
|
"context": {
|
|
6021
6421
|
"type": "variable",
|
|
6022
|
-
"name": "kendo-grid-
|
|
6023
|
-
"value": "$kendo-table-
|
|
6422
|
+
"name": "kendo-grid-hover-border",
|
|
6423
|
+
"value": "$kendo-table-hover-border",
|
|
6024
6424
|
"scope": "default",
|
|
6025
6425
|
"line": {
|
|
6026
|
-
"start":
|
|
6027
|
-
"end":
|
|
6426
|
+
"start": 190,
|
|
6427
|
+
"end": 190
|
|
6028
6428
|
}
|
|
6029
6429
|
},
|
|
6030
6430
|
"group": [
|
|
@@ -6037,19 +6437,19 @@
|
|
|
6037
6437
|
}
|
|
6038
6438
|
},
|
|
6039
6439
|
{
|
|
6040
|
-
"description": "Background
|
|
6440
|
+
"description": "Background color of selected rows in grid\n",
|
|
6041
6441
|
"commentRange": {
|
|
6042
|
-
"start":
|
|
6043
|
-
"end":
|
|
6442
|
+
"start": 192,
|
|
6443
|
+
"end": 193
|
|
6044
6444
|
},
|
|
6045
6445
|
"context": {
|
|
6046
6446
|
"type": "variable",
|
|
6047
|
-
"name": "kendo-grid-
|
|
6048
|
-
"value": "$kendo-table-
|
|
6447
|
+
"name": "kendo-grid-selected-bg",
|
|
6448
|
+
"value": "$kendo-table-selected-bg",
|
|
6049
6449
|
"scope": "default",
|
|
6050
6450
|
"line": {
|
|
6051
|
-
"start":
|
|
6052
|
-
"end":
|
|
6451
|
+
"start": 194,
|
|
6452
|
+
"end": 194
|
|
6053
6453
|
}
|
|
6054
6454
|
},
|
|
6055
6455
|
"group": [
|
|
@@ -6062,19 +6462,19 @@
|
|
|
6062
6462
|
}
|
|
6063
6463
|
},
|
|
6064
6464
|
{
|
|
6065
|
-
"description": "
|
|
6465
|
+
"description": "Text color of selected rows in grid\n",
|
|
6066
6466
|
"commentRange": {
|
|
6067
|
-
"start":
|
|
6068
|
-
"end":
|
|
6467
|
+
"start": 195,
|
|
6468
|
+
"end": 196
|
|
6069
6469
|
},
|
|
6070
6470
|
"context": {
|
|
6071
6471
|
"type": "variable",
|
|
6072
|
-
"name": "kendo-grid-
|
|
6073
|
-
"value": "$kendo-table-
|
|
6472
|
+
"name": "kendo-grid-selected-text",
|
|
6473
|
+
"value": "$kendo-table-selected-text",
|
|
6074
6474
|
"scope": "default",
|
|
6075
6475
|
"line": {
|
|
6076
|
-
"start":
|
|
6077
|
-
"end":
|
|
6476
|
+
"start": 197,
|
|
6477
|
+
"end": 197
|
|
6078
6478
|
}
|
|
6079
6479
|
},
|
|
6080
6480
|
"group": [
|
|
@@ -6087,19 +6487,19 @@
|
|
|
6087
6487
|
}
|
|
6088
6488
|
},
|
|
6089
6489
|
{
|
|
6090
|
-
"description": "
|
|
6490
|
+
"description": "Border color of selected rows in grid\n",
|
|
6091
6491
|
"commentRange": {
|
|
6092
|
-
"start":
|
|
6093
|
-
"end":
|
|
6492
|
+
"start": 198,
|
|
6493
|
+
"end": 199
|
|
6094
6494
|
},
|
|
6095
6495
|
"context": {
|
|
6096
6496
|
"type": "variable",
|
|
6097
|
-
"name": "kendo-grid-
|
|
6098
|
-
"value": "$kendo-table-
|
|
6497
|
+
"name": "kendo-grid-selected-border",
|
|
6498
|
+
"value": "$kendo-table-selected-border",
|
|
6099
6499
|
"scope": "default",
|
|
6100
6500
|
"line": {
|
|
6101
|
-
"start":
|
|
6102
|
-
"end":
|
|
6501
|
+
"start": 200,
|
|
6502
|
+
"end": 200
|
|
6103
6503
|
}
|
|
6104
6504
|
},
|
|
6105
6505
|
"group": [
|
|
@@ -6112,19 +6512,19 @@
|
|
|
6112
6512
|
}
|
|
6113
6513
|
},
|
|
6114
6514
|
{
|
|
6115
|
-
"description": "
|
|
6515
|
+
"description": "Background color of the selection aggregates container\n",
|
|
6116
6516
|
"commentRange": {
|
|
6117
|
-
"start":
|
|
6118
|
-
"end":
|
|
6517
|
+
"start": 202,
|
|
6518
|
+
"end": 203
|
|
6119
6519
|
},
|
|
6120
6520
|
"context": {
|
|
6121
6521
|
"type": "variable",
|
|
6122
|
-
"name": "kendo-grid-
|
|
6123
|
-
"value": "$kendo-
|
|
6522
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
6523
|
+
"value": "$kendo-grid-header-bg",
|
|
6124
6524
|
"scope": "default",
|
|
6125
6525
|
"line": {
|
|
6126
|
-
"start":
|
|
6127
|
-
"end":
|
|
6526
|
+
"start": 204,
|
|
6527
|
+
"end": 204
|
|
6128
6528
|
}
|
|
6129
6529
|
},
|
|
6130
6530
|
"group": [
|
|
@@ -6137,19 +6537,19 @@
|
|
|
6137
6537
|
}
|
|
6138
6538
|
},
|
|
6139
6539
|
{
|
|
6140
|
-
"description": "
|
|
6540
|
+
"description": "Text color of the selection aggregates container\n",
|
|
6141
6541
|
"commentRange": {
|
|
6142
|
-
"start":
|
|
6143
|
-
"end":
|
|
6542
|
+
"start": 205,
|
|
6543
|
+
"end": 206
|
|
6144
6544
|
},
|
|
6145
6545
|
"context": {
|
|
6146
6546
|
"type": "variable",
|
|
6147
|
-
"name": "kendo-grid-
|
|
6148
|
-
"value": "$kendo-
|
|
6547
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
6548
|
+
"value": "$kendo-grid-text",
|
|
6149
6549
|
"scope": "default",
|
|
6150
6550
|
"line": {
|
|
6151
|
-
"start":
|
|
6152
|
-
"end":
|
|
6551
|
+
"start": 207,
|
|
6552
|
+
"end": 207
|
|
6153
6553
|
}
|
|
6154
6554
|
},
|
|
6155
6555
|
"group": [
|
|
@@ -6162,19 +6562,19 @@
|
|
|
6162
6562
|
}
|
|
6163
6563
|
},
|
|
6164
6564
|
{
|
|
6165
|
-
"description": "
|
|
6565
|
+
"description": "Border color of the selection aggregates container\n",
|
|
6166
6566
|
"commentRange": {
|
|
6167
|
-
"start":
|
|
6168
|
-
"end":
|
|
6567
|
+
"start": 208,
|
|
6568
|
+
"end": 209
|
|
6169
6569
|
},
|
|
6170
6570
|
"context": {
|
|
6171
6571
|
"type": "variable",
|
|
6172
|
-
"name": "kendo-grid-
|
|
6173
|
-
"value": "$kendo-
|
|
6572
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
6573
|
+
"value": "$kendo-grid-border",
|
|
6174
6574
|
"scope": "default",
|
|
6175
6575
|
"line": {
|
|
6176
|
-
"start":
|
|
6177
|
-
"end":
|
|
6576
|
+
"start": 210,
|
|
6577
|
+
"end": 210
|
|
6178
6578
|
}
|
|
6179
6579
|
},
|
|
6180
6580
|
"group": [
|
|
@@ -6187,19 +6587,19 @@
|
|
|
6187
6587
|
}
|
|
6188
6588
|
},
|
|
6189
6589
|
{
|
|
6190
|
-
"description": "Border
|
|
6590
|
+
"description": "Border width of the selection aggregates container\n",
|
|
6191
6591
|
"commentRange": {
|
|
6192
|
-
"start":
|
|
6193
|
-
"end":
|
|
6592
|
+
"start": 211,
|
|
6593
|
+
"end": 212
|
|
6194
6594
|
},
|
|
6195
6595
|
"context": {
|
|
6196
6596
|
"type": "variable",
|
|
6197
|
-
"name": "kendo-grid-
|
|
6198
|
-
"value": "$kendo-
|
|
6597
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
6598
|
+
"value": "$kendo-grid-border-width",
|
|
6199
6599
|
"scope": "default",
|
|
6200
6600
|
"line": {
|
|
6201
|
-
"start":
|
|
6202
|
-
"end":
|
|
6601
|
+
"start": 213,
|
|
6602
|
+
"end": 213
|
|
6203
6603
|
}
|
|
6204
6604
|
},
|
|
6205
6605
|
"group": [
|
|
@@ -6212,19 +6612,19 @@
|
|
|
6212
6612
|
}
|
|
6213
6613
|
},
|
|
6214
6614
|
{
|
|
6215
|
-
"description": "
|
|
6615
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
6216
6616
|
"commentRange": {
|
|
6217
|
-
"start":
|
|
6218
|
-
"end":
|
|
6617
|
+
"start": 214,
|
|
6618
|
+
"end": 215
|
|
6219
6619
|
},
|
|
6220
6620
|
"context": {
|
|
6221
6621
|
"type": "variable",
|
|
6222
|
-
"name": "kendo-grid-
|
|
6223
|
-
"value": "$kendo-
|
|
6622
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
6623
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
6224
6624
|
"scope": "default",
|
|
6225
6625
|
"line": {
|
|
6226
|
-
"start":
|
|
6227
|
-
"end":
|
|
6626
|
+
"start": 216,
|
|
6627
|
+
"end": 216
|
|
6228
6628
|
}
|
|
6229
6629
|
},
|
|
6230
6630
|
"group": [
|
|
@@ -6237,19 +6637,19 @@
|
|
|
6237
6637
|
}
|
|
6238
6638
|
},
|
|
6239
6639
|
{
|
|
6240
|
-
"description": "
|
|
6640
|
+
"description": "Line height of the selection aggregates container\n",
|
|
6241
6641
|
"commentRange": {
|
|
6242
|
-
"start":
|
|
6243
|
-
"end":
|
|
6642
|
+
"start": 217,
|
|
6643
|
+
"end": 218
|
|
6244
6644
|
},
|
|
6245
6645
|
"context": {
|
|
6246
6646
|
"type": "variable",
|
|
6247
|
-
"name": "kendo-grid-
|
|
6248
|
-
"value": "$kendo-
|
|
6647
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
6648
|
+
"value": "$kendo-grid-line-height",
|
|
6249
6649
|
"scope": "default",
|
|
6250
6650
|
"line": {
|
|
6251
|
-
"start":
|
|
6252
|
-
"end":
|
|
6651
|
+
"start": 219,
|
|
6652
|
+
"end": 219
|
|
6253
6653
|
}
|
|
6254
6654
|
},
|
|
6255
6655
|
"group": [
|
|
@@ -6262,19 +6662,19 @@
|
|
|
6262
6662
|
}
|
|
6263
6663
|
},
|
|
6264
6664
|
{
|
|
6265
|
-
"description": "
|
|
6665
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
6266
6666
|
"commentRange": {
|
|
6267
|
-
"start":
|
|
6268
|
-
"end":
|
|
6667
|
+
"start": 220,
|
|
6668
|
+
"end": 221
|
|
6269
6669
|
},
|
|
6270
6670
|
"context": {
|
|
6271
6671
|
"type": "variable",
|
|
6272
|
-
"name": "kendo-grid-
|
|
6273
|
-
"value": "$kendo-
|
|
6672
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
6673
|
+
"value": "$kendo-font-weight-bold",
|
|
6274
6674
|
"scope": "default",
|
|
6275
6675
|
"line": {
|
|
6276
|
-
"start":
|
|
6277
|
-
"end":
|
|
6676
|
+
"start": 222,
|
|
6677
|
+
"end": 222
|
|
6278
6678
|
}
|
|
6279
6679
|
},
|
|
6280
6680
|
"group": [
|
|
@@ -6287,19 +6687,19 @@
|
|
|
6287
6687
|
}
|
|
6288
6688
|
},
|
|
6289
6689
|
{
|
|
6290
|
-
"description": "Background color of
|
|
6690
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
6291
6691
|
"commentRange": {
|
|
6292
|
-
"start":
|
|
6293
|
-
"end":
|
|
6692
|
+
"start": 307,
|
|
6693
|
+
"end": 308
|
|
6294
6694
|
},
|
|
6295
6695
|
"context": {
|
|
6296
6696
|
"type": "variable",
|
|
6297
|
-
"name": "kendo-grid-
|
|
6298
|
-
"value": "$kendo-
|
|
6697
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
6698
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
6299
6699
|
"scope": "default",
|
|
6300
6700
|
"line": {
|
|
6301
|
-
"start":
|
|
6302
|
-
"end":
|
|
6701
|
+
"start": 309,
|
|
6702
|
+
"end": 309
|
|
6303
6703
|
}
|
|
6304
6704
|
},
|
|
6305
6705
|
"group": [
|
|
@@ -6312,19 +6712,19 @@
|
|
|
6312
6712
|
}
|
|
6313
6713
|
},
|
|
6314
6714
|
{
|
|
6315
|
-
"description": "
|
|
6715
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
6316
6716
|
"commentRange": {
|
|
6317
|
-
"start":
|
|
6318
|
-
"end":
|
|
6717
|
+
"start": 310,
|
|
6718
|
+
"end": 311
|
|
6319
6719
|
},
|
|
6320
6720
|
"context": {
|
|
6321
6721
|
"type": "variable",
|
|
6322
|
-
"name": "kendo-grid-
|
|
6323
|
-
"value": "$kendo-
|
|
6722
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
6723
|
+
"value": "$kendo-color-primary",
|
|
6324
6724
|
"scope": "default",
|
|
6325
6725
|
"line": {
|
|
6326
|
-
"start":
|
|
6327
|
-
"end":
|
|
6726
|
+
"start": 312,
|
|
6727
|
+
"end": 312
|
|
6328
6728
|
}
|
|
6329
6729
|
},
|
|
6330
6730
|
"group": [
|
|
@@ -6337,19 +6737,19 @@
|
|
|
6337
6737
|
}
|
|
6338
6738
|
},
|
|
6339
6739
|
{
|
|
6340
|
-
"description": "
|
|
6740
|
+
"description": "Height of the grid row resize indicator\n",
|
|
6341
6741
|
"commentRange": {
|
|
6342
|
-
"start":
|
|
6343
|
-
"end":
|
|
6742
|
+
"start": 313,
|
|
6743
|
+
"end": 314
|
|
6344
6744
|
},
|
|
6345
6745
|
"context": {
|
|
6346
6746
|
"type": "variable",
|
|
6347
|
-
"name": "kendo-grid-
|
|
6348
|
-
"value": "$kendo-
|
|
6747
|
+
"name": "kendo-grid-row-resizer-height",
|
|
6748
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
6349
6749
|
"scope": "default",
|
|
6350
6750
|
"line": {
|
|
6351
|
-
"start":
|
|
6352
|
-
"end":
|
|
6751
|
+
"start": 315,
|
|
6752
|
+
"end": 315
|
|
6353
6753
|
}
|
|
6354
6754
|
},
|
|
6355
6755
|
"group": [
|
|
@@ -12970,7 +13370,7 @@
|
|
|
12970
13370
|
"context": {
|
|
12971
13371
|
"type": "variable",
|
|
12972
13372
|
"name": "kendo-progressbar-animation-timing",
|
|
12973
|
-
"value": "progress-bar-animation-timing",
|
|
13373
|
+
"value": "$progress-bar-animation-timing",
|
|
12974
13374
|
"scope": "default",
|
|
12975
13375
|
"line": {
|
|
12976
13376
|
"start": 11,
|
|
@@ -18939,8 +19339,8 @@
|
|
|
18939
19339
|
{
|
|
18940
19340
|
"description": "Base font size across all components.\n",
|
|
18941
19341
|
"commentRange": {
|
|
18942
|
-
"start":
|
|
18943
|
-
"end":
|
|
19342
|
+
"start": 210,
|
|
19343
|
+
"end": 211
|
|
18944
19344
|
},
|
|
18945
19345
|
"context": {
|
|
18946
19346
|
"type": "variable",
|
|
@@ -18948,8 +19348,8 @@
|
|
|
18948
19348
|
"value": "$font-size-base",
|
|
18949
19349
|
"scope": "default",
|
|
18950
19350
|
"line": {
|
|
18951
|
-
"start":
|
|
18952
|
-
"end":
|
|
19351
|
+
"start": 212,
|
|
19352
|
+
"end": 212
|
|
18953
19353
|
}
|
|
18954
19354
|
},
|
|
18955
19355
|
"group": [
|
|
@@ -18964,8 +19364,8 @@
|
|
|
18964
19364
|
{
|
|
18965
19365
|
"description": "Font family for text.\n",
|
|
18966
19366
|
"commentRange": {
|
|
18967
|
-
"start":
|
|
18968
|
-
"end":
|
|
19367
|
+
"start": 227,
|
|
19368
|
+
"end": 228
|
|
18969
19369
|
},
|
|
18970
19370
|
"context": {
|
|
18971
19371
|
"type": "variable",
|
|
@@ -18973,8 +19373,8 @@
|
|
|
18973
19373
|
"value": "$font-family-sans-serif",
|
|
18974
19374
|
"scope": "default",
|
|
18975
19375
|
"line": {
|
|
18976
|
-
"start":
|
|
18977
|
-
"end":
|
|
19376
|
+
"start": 229,
|
|
19377
|
+
"end": 229
|
|
18978
19378
|
}
|
|
18979
19379
|
},
|
|
18980
19380
|
"group": [
|
|
@@ -18989,8 +19389,8 @@
|
|
|
18989
19389
|
{
|
|
18990
19390
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
18991
19391
|
"commentRange": {
|
|
18992
|
-
"start":
|
|
18993
|
-
"end":
|
|
19392
|
+
"start": 231,
|
|
19393
|
+
"end": 232
|
|
18994
19394
|
},
|
|
18995
19395
|
"context": {
|
|
18996
19396
|
"type": "variable",
|
|
@@ -18998,8 +19398,8 @@
|
|
|
18998
19398
|
"value": "$font-family-monospace",
|
|
18999
19399
|
"scope": "default",
|
|
19000
19400
|
"line": {
|
|
19001
|
-
"start":
|
|
19002
|
-
"end":
|
|
19401
|
+
"start": 233,
|
|
19402
|
+
"end": 233
|
|
19003
19403
|
}
|
|
19004
19404
|
},
|
|
19005
19405
|
"group": [
|
|
@@ -19014,8 +19414,8 @@
|
|
|
19014
19414
|
{
|
|
19015
19415
|
"description": "Font family across all components.\n",
|
|
19016
19416
|
"commentRange": {
|
|
19017
|
-
"start":
|
|
19018
|
-
"end":
|
|
19417
|
+
"start": 235,
|
|
19418
|
+
"end": 236
|
|
19019
19419
|
},
|
|
19020
19420
|
"context": {
|
|
19021
19421
|
"type": "variable",
|
|
@@ -19023,8 +19423,8 @@
|
|
|
19023
19423
|
"value": "$kendo-font-family-sans-serif",
|
|
19024
19424
|
"scope": "default",
|
|
19025
19425
|
"line": {
|
|
19026
|
-
"start":
|
|
19027
|
-
"end":
|
|
19426
|
+
"start": 237,
|
|
19427
|
+
"end": 237
|
|
19028
19428
|
}
|
|
19029
19429
|
},
|
|
19030
19430
|
"group": [
|
|
@@ -19039,8 +19439,8 @@
|
|
|
19039
19439
|
{
|
|
19040
19440
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
19041
19441
|
"commentRange": {
|
|
19042
|
-
"start":
|
|
19043
|
-
"end":
|
|
19442
|
+
"start": 239,
|
|
19443
|
+
"end": 240
|
|
19044
19444
|
},
|
|
19045
19445
|
"context": {
|
|
19046
19446
|
"type": "variable",
|
|
@@ -19048,8 +19448,8 @@
|
|
|
19048
19448
|
"value": "$line-height-base",
|
|
19049
19449
|
"scope": "default",
|
|
19050
19450
|
"line": {
|
|
19051
|
-
"start":
|
|
19052
|
-
"end":
|
|
19451
|
+
"start": 241,
|
|
19452
|
+
"end": 241
|
|
19053
19453
|
}
|
|
19054
19454
|
},
|
|
19055
19455
|
"group": [
|
|
@@ -19064,8 +19464,8 @@
|
|
|
19064
19464
|
{
|
|
19065
19465
|
"description": "Border radius for all components.\n",
|
|
19066
19466
|
"commentRange": {
|
|
19067
|
-
"start":
|
|
19068
|
-
"end":
|
|
19467
|
+
"start": 86,
|
|
19468
|
+
"end": 86
|
|
19069
19469
|
},
|
|
19070
19470
|
"context": {
|
|
19071
19471
|
"type": "variable",
|
|
@@ -19073,8 +19473,8 @@
|
|
|
19073
19473
|
"value": "$border-radius",
|
|
19074
19474
|
"scope": "default",
|
|
19075
19475
|
"line": {
|
|
19076
|
-
"start":
|
|
19077
|
-
"end":
|
|
19476
|
+
"start": 87,
|
|
19477
|
+
"end": 87
|
|
19078
19478
|
}
|
|
19079
19479
|
},
|
|
19080
19480
|
"access": "public",
|
|
@@ -19089,8 +19489,8 @@
|
|
|
19089
19489
|
{
|
|
19090
19490
|
"description": "The background of the components' chrome area.\n",
|
|
19091
19491
|
"commentRange": {
|
|
19092
|
-
"start":
|
|
19093
|
-
"end":
|
|
19492
|
+
"start": 293,
|
|
19493
|
+
"end": 293
|
|
19094
19494
|
},
|
|
19095
19495
|
"context": {
|
|
19096
19496
|
"type": "variable",
|
|
@@ -19098,8 +19498,8 @@
|
|
|
19098
19498
|
"value": "$gray-100",
|
|
19099
19499
|
"scope": "default",
|
|
19100
19500
|
"line": {
|
|
19101
|
-
"start":
|
|
19102
|
-
"end":
|
|
19501
|
+
"start": 294,
|
|
19502
|
+
"end": 294
|
|
19103
19503
|
}
|
|
19104
19504
|
},
|
|
19105
19505
|
"access": "public",
|
|
@@ -19114,8 +19514,8 @@
|
|
|
19114
19514
|
{
|
|
19115
19515
|
"description": "The text color of the components' chrome area.\n",
|
|
19116
19516
|
"commentRange": {
|
|
19117
|
-
"start":
|
|
19118
|
-
"end":
|
|
19517
|
+
"start": 295,
|
|
19518
|
+
"end": 295
|
|
19119
19519
|
},
|
|
19120
19520
|
"context": {
|
|
19121
19521
|
"type": "variable",
|
|
@@ -19123,8 +19523,8 @@
|
|
|
19123
19523
|
"value": "$kendo-body-text",
|
|
19124
19524
|
"scope": "default",
|
|
19125
19525
|
"line": {
|
|
19126
|
-
"start":
|
|
19127
|
-
"end":
|
|
19526
|
+
"start": 296,
|
|
19527
|
+
"end": 296
|
|
19128
19528
|
}
|
|
19129
19529
|
},
|
|
19130
19530
|
"access": "public",
|
|
@@ -19139,8 +19539,8 @@
|
|
|
19139
19539
|
{
|
|
19140
19540
|
"description": "The border color of the components' chrome area.\n",
|
|
19141
19541
|
"commentRange": {
|
|
19142
|
-
"start":
|
|
19143
|
-
"end":
|
|
19542
|
+
"start": 297,
|
|
19543
|
+
"end": 297
|
|
19144
19544
|
},
|
|
19145
19545
|
"context": {
|
|
19146
19546
|
"type": "variable",
|
|
@@ -19148,8 +19548,8 @@
|
|
|
19148
19548
|
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
19149
19549
|
"scope": "default",
|
|
19150
19550
|
"line": {
|
|
19151
|
-
"start":
|
|
19152
|
-
"end":
|
|
19551
|
+
"start": 298,
|
|
19552
|
+
"end": 298
|
|
19153
19553
|
}
|
|
19154
19554
|
},
|
|
19155
19555
|
"access": "public",
|
|
@@ -19164,8 +19564,8 @@
|
|
|
19164
19564
|
{
|
|
19165
19565
|
"description": "The gradient background of the components' chrome area.\n",
|
|
19166
19566
|
"commentRange": {
|
|
19167
|
-
"start":
|
|
19168
|
-
"end":
|
|
19567
|
+
"start": 299,
|
|
19568
|
+
"end": 299
|
|
19169
19569
|
},
|
|
19170
19570
|
"context": {
|
|
19171
19571
|
"type": "variable",
|
|
@@ -19173,8 +19573,8 @@
|
|
|
19173
19573
|
"value": "null",
|
|
19174
19574
|
"scope": "default",
|
|
19175
19575
|
"line": {
|
|
19176
|
-
"start":
|
|
19177
|
-
"end":
|
|
19576
|
+
"start": 300,
|
|
19577
|
+
"end": 300
|
|
19178
19578
|
}
|
|
19179
19579
|
},
|
|
19180
19580
|
"access": "public",
|
|
@@ -19189,8 +19589,8 @@
|
|
|
19189
19589
|
{
|
|
19190
19590
|
"description": "The background of hovered items.\n",
|
|
19191
19591
|
"commentRange": {
|
|
19192
|
-
"start":
|
|
19193
|
-
"end":
|
|
19592
|
+
"start": 302,
|
|
19593
|
+
"end": 302
|
|
19194
19594
|
},
|
|
19195
19595
|
"context": {
|
|
19196
19596
|
"type": "variable",
|
|
@@ -19198,8 +19598,8 @@
|
|
|
19198
19598
|
"value": "$gray-200",
|
|
19199
19599
|
"scope": "default",
|
|
19200
19600
|
"line": {
|
|
19201
|
-
"start":
|
|
19202
|
-
"end":
|
|
19601
|
+
"start": 303,
|
|
19602
|
+
"end": 303
|
|
19203
19603
|
}
|
|
19204
19604
|
},
|
|
19205
19605
|
"access": "public",
|
|
@@ -19214,8 +19614,8 @@
|
|
|
19214
19614
|
{
|
|
19215
19615
|
"description": "The text color of hovered items.\n",
|
|
19216
19616
|
"commentRange": {
|
|
19217
|
-
"start":
|
|
19218
|
-
"end":
|
|
19617
|
+
"start": 304,
|
|
19618
|
+
"end": 304
|
|
19219
19619
|
},
|
|
19220
19620
|
"context": {
|
|
19221
19621
|
"type": "variable",
|
|
@@ -19223,8 +19623,8 @@
|
|
|
19223
19623
|
"value": "$kendo-base-text",
|
|
19224
19624
|
"scope": "default",
|
|
19225
19625
|
"line": {
|
|
19226
|
-
"start":
|
|
19227
|
-
"end":
|
|
19626
|
+
"start": 305,
|
|
19627
|
+
"end": 305
|
|
19228
19628
|
}
|
|
19229
19629
|
},
|
|
19230
19630
|
"access": "public",
|
|
@@ -19239,8 +19639,8 @@
|
|
|
19239
19639
|
{
|
|
19240
19640
|
"description": "The border color of hovered items.\n",
|
|
19241
19641
|
"commentRange": {
|
|
19242
|
-
"start":
|
|
19243
|
-
"end":
|
|
19642
|
+
"start": 306,
|
|
19643
|
+
"end": 306
|
|
19244
19644
|
},
|
|
19245
19645
|
"context": {
|
|
19246
19646
|
"type": "variable",
|
|
@@ -19248,8 +19648,8 @@
|
|
|
19248
19648
|
"value": "k-try-shade( $kendo-hover-bg, 1 )",
|
|
19249
19649
|
"scope": "default",
|
|
19250
19650
|
"line": {
|
|
19251
|
-
"start":
|
|
19252
|
-
"end":
|
|
19651
|
+
"start": 307,
|
|
19652
|
+
"end": 307
|
|
19253
19653
|
}
|
|
19254
19654
|
},
|
|
19255
19655
|
"access": "public",
|
|
@@ -19264,8 +19664,8 @@
|
|
|
19264
19664
|
{
|
|
19265
19665
|
"description": "The gradient background of hovered items.\n",
|
|
19266
19666
|
"commentRange": {
|
|
19267
|
-
"start":
|
|
19268
|
-
"end":
|
|
19667
|
+
"start": 308,
|
|
19668
|
+
"end": 308
|
|
19269
19669
|
},
|
|
19270
19670
|
"context": {
|
|
19271
19671
|
"type": "variable",
|
|
@@ -19273,8 +19673,8 @@
|
|
|
19273
19673
|
"value": "null",
|
|
19274
19674
|
"scope": "default",
|
|
19275
19675
|
"line": {
|
|
19276
|
-
"start":
|
|
19277
|
-
"end":
|
|
19676
|
+
"start": 309,
|
|
19677
|
+
"end": 309
|
|
19278
19678
|
}
|
|
19279
19679
|
},
|
|
19280
19680
|
"access": "public",
|
|
@@ -19289,8 +19689,8 @@
|
|
|
19289
19689
|
{
|
|
19290
19690
|
"description": "The background of selected items.\n",
|
|
19291
19691
|
"commentRange": {
|
|
19292
|
-
"start":
|
|
19293
|
-
"end":
|
|
19692
|
+
"start": 311,
|
|
19693
|
+
"end": 311
|
|
19294
19694
|
},
|
|
19295
19695
|
"context": {
|
|
19296
19696
|
"type": "variable",
|
|
@@ -19298,8 +19698,8 @@
|
|
|
19298
19698
|
"value": "$kendo-color-primary",
|
|
19299
19699
|
"scope": "default",
|
|
19300
19700
|
"line": {
|
|
19301
|
-
"start":
|
|
19302
|
-
"end":
|
|
19701
|
+
"start": 312,
|
|
19702
|
+
"end": 312
|
|
19303
19703
|
}
|
|
19304
19704
|
},
|
|
19305
19705
|
"access": "public",
|
|
@@ -19314,8 +19714,8 @@
|
|
|
19314
19714
|
{
|
|
19315
19715
|
"description": "The text color of selected items.\n",
|
|
19316
19716
|
"commentRange": {
|
|
19317
|
-
"start":
|
|
19318
|
-
"end":
|
|
19717
|
+
"start": 313,
|
|
19718
|
+
"end": 313
|
|
19319
19719
|
},
|
|
19320
19720
|
"context": {
|
|
19321
19721
|
"type": "variable",
|
|
@@ -19323,8 +19723,8 @@
|
|
|
19323
19723
|
"value": "k-contrast-color( $kendo-selected-bg )",
|
|
19324
19724
|
"scope": "default",
|
|
19325
19725
|
"line": {
|
|
19326
|
-
"start":
|
|
19327
|
-
"end":
|
|
19726
|
+
"start": 314,
|
|
19727
|
+
"end": 314
|
|
19328
19728
|
}
|
|
19329
19729
|
},
|
|
19330
19730
|
"access": "public",
|
|
@@ -19339,8 +19739,8 @@
|
|
|
19339
19739
|
{
|
|
19340
19740
|
"description": "The border color of selected items.\n",
|
|
19341
19741
|
"commentRange": {
|
|
19342
|
-
"start":
|
|
19343
|
-
"end":
|
|
19742
|
+
"start": 315,
|
|
19743
|
+
"end": 315
|
|
19344
19744
|
},
|
|
19345
19745
|
"context": {
|
|
19346
19746
|
"type": "variable",
|
|
@@ -19348,8 +19748,8 @@
|
|
|
19348
19748
|
"value": "k-try-shade( $kendo-selected-bg, 1 )",
|
|
19349
19749
|
"scope": "default",
|
|
19350
19750
|
"line": {
|
|
19351
|
-
"start":
|
|
19352
|
-
"end":
|
|
19751
|
+
"start": 316,
|
|
19752
|
+
"end": 316
|
|
19353
19753
|
}
|
|
19354
19754
|
},
|
|
19355
19755
|
"access": "public",
|
|
@@ -19364,8 +19764,8 @@
|
|
|
19364
19764
|
{
|
|
19365
19765
|
"description": "The gradient background of selected items.\n",
|
|
19366
19766
|
"commentRange": {
|
|
19367
|
-
"start":
|
|
19368
|
-
"end":
|
|
19767
|
+
"start": 317,
|
|
19768
|
+
"end": 317
|
|
19369
19769
|
},
|
|
19370
19770
|
"context": {
|
|
19371
19771
|
"type": "variable",
|
|
@@ -19373,8 +19773,8 @@
|
|
|
19373
19773
|
"value": "null",
|
|
19374
19774
|
"scope": "default",
|
|
19375
19775
|
"line": {
|
|
19376
|
-
"start":
|
|
19377
|
-
"end":
|
|
19776
|
+
"start": 318,
|
|
19777
|
+
"end": 318
|
|
19378
19778
|
}
|
|
19379
19779
|
},
|
|
19380
19780
|
"access": "public",
|