@progress/kendo-theme-default 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 +172 -135
- package/dist/all.scss +8637 -902
- package/dist/default-main-dark.scss +33 -28
- package/dist/meta/sassdoc-data.json +1830 -966
- package/dist/meta/sassdoc-raw-data.json +905 -505
- package/dist/meta/variables.json +101 -5
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +54 -29
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +16 -9
- package/scss/action-buttons/_theme.scss +7 -1
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +8 -4
- package/scss/action-sheet/_theme.scss +6 -1
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +14 -7
- package/scss/adaptive/_theme.scss +7 -1
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +6 -1
- package/scss/appbar/_theme.scss +6 -1
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +6 -1
- package/scss/autocomplete/_theme.scss +6 -1
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -1
- package/scss/avatar/_theme.scss +6 -1
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +6 -1
- package/scss/badge/_theme.scss +7 -1
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +7 -1
- package/scss/bottom-navigation/_theme.scss +6 -1
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +6 -1
- package/scss/breadcrumb/_theme.scss +6 -1
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +8 -9
- package/scss/button/_theme.scss +6 -1
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +12 -15
- package/scss/calendar/_theme.scss +7 -9
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +6 -1
- package/scss/captcha/_theme.scss +6 -1
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +9 -13
- package/scss/card/_theme.scss +6 -1
- package/scss/card/_variables.scss +2 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +9 -22
- package/scss/chat/_theme.scss +6 -1
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +6 -1
- package/scss/checkbox/_theme.scss +6 -1
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +6 -1
- package/scss/chip/_theme.scss +6 -1
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +6 -1
- package/scss/color-preview/_theme.scss +6 -1
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +6 -1
- package/scss/coloreditor/_theme.scss +6 -1
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +6 -1
- package/scss/colorgradient/_theme.scss +8 -3
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +6 -1
- package/scss/colorpalette/_theme.scss +6 -1
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +6 -1
- package/scss/colorpicker/_theme.scss +5 -1
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +6 -1
- package/scss/combobox/_theme.scss +6 -1
- package/scss/common/_base.scss +1 -1
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +15 -22
- package/scss/dataviz/_theme.scss +8 -3
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +6 -1
- package/scss/dateinput/_theme.scss +6 -1
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -1
- package/scss/datepicker/_theme.scss +6 -1
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +6 -1
- package/scss/daterangepicker/_theme.scss +9 -1
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +10 -10
- package/scss/datetimepicker/_theme.scss +6 -1
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +6 -1
- package/scss/dialog/_theme.scss +8 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +6 -1
- package/scss/draggable/_theme.scss +7 -2
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +6 -1
- package/scss/drawer/_theme.scss +6 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +9 -3
- package/scss/dropdowngrid/_theme.scss +6 -1
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +8 -2
- package/scss/dropdownlist/_theme.scss +6 -1
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +9 -2
- package/scss/dropdowntree/_theme.scss +6 -1
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/dropzone/_theme.scss +6 -1
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +12 -12
- package/scss/editor/_theme.scss +6 -1
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +6 -1
- package/scss/expansion-panel/_theme.scss +6 -1
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +21 -32
- package/scss/fab/_theme.scss +10 -9
- package/scss/fab/_variables.scss +32 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +6 -1
- package/scss/filemanager/_theme.scss +6 -1
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +7 -1
- package/scss/filter/_theme.scss +6 -1
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +6 -1
- package/scss/floating-label/_theme.scss +6 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +7 -3
- package/scss/forms/_theme.scss +6 -1
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +13 -10
- package/scss/gantt/_theme.scss +8 -1
- package/scss/grid/_index.scss +20 -0
- package/scss/grid/_layout.scss +70 -7
- package/scss/grid/_theme.scss +35 -5
- package/scss/grid/_variables.scss +47 -2
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +6 -1
- 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 +6 -1
- package/scss/imageeditor/_theme.scss +6 -1
- package/scss/index.scss +169 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +6 -6
- package/scss/input/_theme.scss +6 -1
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +6 -1
- package/scss/list/_theme.scss +6 -1
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +6 -1
- package/scss/listbox/_theme.scss +7 -1
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +7 -12
- package/scss/listgroup/_theme.scss +7 -1
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +7 -1
- package/scss/listview/_theme.scss +6 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +10 -23
- package/scss/loader/_theme.scss +6 -1
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +7 -2
- package/scss/map/_theme.scss +7 -1
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +6 -1
- package/scss/maskedtextbox/_theme.scss +6 -1
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +6 -1
- package/scss/mediaplayer/_theme.scss +6 -1
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +6 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +6 -1
- package/scss/menu-button/_theme.scss +11 -1
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +6 -1
- package/scss/messagebox/_theme.scss +6 -1
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +6 -1
- package/scss/multiselect/_theme.scss +6 -1
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +6 -1
- package/scss/notification/_theme.scss +6 -1
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +6 -1
- package/scss/numerictextbox/_theme.scss +6 -1
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +6 -1
- package/scss/orgchart/_theme.scss +6 -1
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +6 -1
- package/scss/overlay/_theme.scss +6 -1
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +6 -1
- package/scss/pager/_theme.scss +7 -1
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +6 -1
- package/scss/panelbar/_theme.scss +7 -1
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +7 -1
- package/scss/pdf-viewer/_theme.scss +7 -2
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +11 -35
- package/scss/pivotgrid/_theme.scss +11 -11
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +7 -4
- package/scss/popover/_theme.scss +6 -1
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +7 -5
- package/scss/popup/_theme.scss +6 -1
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +8 -10
- package/scss/progressbar/_theme.scss +7 -4
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +6 -1
- package/scss/radio/_theme.scss +6 -1
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +7 -1
- package/scss/rating/_theme.scss +7 -1
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +6 -1
- package/scss/responsivepanel/_theme.scss +6 -1
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +8 -1
- package/scss/ripple/_theme.scss +8 -1
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +10 -25
- package/scss/scheduler/_theme.scss +7 -16
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +6 -1
- package/scss/scroller/_theme.scss +6 -1
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/scrollview/_theme.scss +6 -1
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +6 -1
- package/scss/searchbox/_theme.scss +6 -1
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +6 -1
- package/scss/signature/_theme.scss +5 -1
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +9 -8
- package/scss/skeleton/_theme.scss +8 -5
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +12 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +7 -1
- package/scss/split-button/_theme.scss +6 -1
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +7 -1
- package/scss/splitter/_theme.scss +7 -1
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +12 -33
- package/scss/spreadsheet/_theme.scss +7 -21
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +8 -4
- package/scss/stepper/_theme.scss +6 -1
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +6 -1
- package/scss/switch/_theme.scss +6 -1
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +6 -1
- package/scss/table/_theme.scss +6 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +6 -1
- package/scss/tabstrip/_theme.scss +6 -1
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +8 -3
- package/scss/taskboard/_theme.scss +6 -1
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +6 -1
- package/scss/textarea/_theme.scss +6 -1
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +6 -1
- package/scss/textbox/_theme.scss +7 -1
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +6 -1
- package/scss/tilelayout/_theme.scss +6 -1
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +17 -1
- package/scss/timedurationpicker/_theme.scss +9 -3
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +7 -1
- package/scss/timeline/_theme.scss +7 -1
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +13 -2
- package/scss/timepicker/_theme.scss +7 -2
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +6 -3
- package/scss/timeselector/_theme.scss +6 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +8 -13
- package/scss/toolbar/_theme.scss +6 -17
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +6 -1
- package/scss/tooltip/_theme.scss +8 -1
- 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 +8 -1
- package/scss/treeview/_theme.scss +6 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +7 -1
- package/scss/typography/_theme.scss +7 -1
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +6 -1
- package/scss/upload/_theme.scss +7 -2
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +12 -2
- package/scss/validator/_theme.scss +11 -1
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +6 -1
- package/scss/virtual-scroller/_theme.scss +9 -1
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +7 -1
- package/scss/window/_theme.scss +6 -1
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +8 -1
- package/scss/wizard/_theme.scss +6 -1
|
@@ -4277,8 +4277,8 @@
|
|
|
4277
4277
|
{
|
|
4278
4278
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
4279
4279
|
"commentRange": {
|
|
4280
|
-
"start":
|
|
4281
|
-
"end":
|
|
4280
|
+
"start": 145,
|
|
4281
|
+
"end": 148
|
|
4282
4282
|
},
|
|
4283
4283
|
"context": {
|
|
4284
4284
|
"type": "variable",
|
|
@@ -4286,8 +4286,8 @@
|
|
|
4286
4286
|
"value": "#ff6358",
|
|
4287
4287
|
"scope": "default",
|
|
4288
4288
|
"line": {
|
|
4289
|
-
"start":
|
|
4290
|
-
"end":
|
|
4289
|
+
"start": 149,
|
|
4290
|
+
"end": 149
|
|
4291
4291
|
}
|
|
4292
4292
|
},
|
|
4293
4293
|
"group": [
|
|
@@ -4303,8 +4303,8 @@
|
|
|
4303
4303
|
{
|
|
4304
4304
|
"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",
|
|
4305
4305
|
"commentRange": {
|
|
4306
|
-
"start":
|
|
4307
|
-
"end":
|
|
4306
|
+
"start": 153,
|
|
4307
|
+
"end": 156
|
|
4308
4308
|
},
|
|
4309
4309
|
"context": {
|
|
4310
4310
|
"type": "variable",
|
|
@@ -4312,8 +4312,8 @@
|
|
|
4312
4312
|
"value": "k-contrast-legacy( $kendo-color-primary )",
|
|
4313
4313
|
"scope": "default",
|
|
4314
4314
|
"line": {
|
|
4315
|
-
"start":
|
|
4316
|
-
"end":
|
|
4315
|
+
"start": 157,
|
|
4316
|
+
"end": 157
|
|
4317
4317
|
}
|
|
4318
4318
|
},
|
|
4319
4319
|
"group": [
|
|
@@ -4329,8 +4329,8 @@
|
|
|
4329
4329
|
{
|
|
4330
4330
|
"description": "The secondary color of the theme.\n",
|
|
4331
4331
|
"commentRange": {
|
|
4332
|
-
"start":
|
|
4333
|
-
"end":
|
|
4332
|
+
"start": 159,
|
|
4333
|
+
"end": 161
|
|
4334
4334
|
},
|
|
4335
4335
|
"context": {
|
|
4336
4336
|
"type": "variable",
|
|
@@ -4338,8 +4338,8 @@
|
|
|
4338
4338
|
"value": "#666666",
|
|
4339
4339
|
"scope": "default",
|
|
4340
4340
|
"line": {
|
|
4341
|
-
"start":
|
|
4342
|
-
"end":
|
|
4341
|
+
"start": 162,
|
|
4342
|
+
"end": 162
|
|
4343
4343
|
}
|
|
4344
4344
|
},
|
|
4345
4345
|
"group": [
|
|
@@ -4355,8 +4355,8 @@
|
|
|
4355
4355
|
{
|
|
4356
4356
|
"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",
|
|
4357
4357
|
"commentRange": {
|
|
4358
|
-
"start":
|
|
4359
|
-
"end":
|
|
4358
|
+
"start": 166,
|
|
4359
|
+
"end": 169
|
|
4360
4360
|
},
|
|
4361
4361
|
"context": {
|
|
4362
4362
|
"type": "variable",
|
|
@@ -4364,8 +4364,8 @@
|
|
|
4364
4364
|
"value": "k-contrast-legacy( $kendo-color-secondary )",
|
|
4365
4365
|
"scope": "default",
|
|
4366
4366
|
"line": {
|
|
4367
|
-
"start":
|
|
4368
|
-
"end":
|
|
4367
|
+
"start": 170,
|
|
4368
|
+
"end": 170
|
|
4369
4369
|
}
|
|
4370
4370
|
},
|
|
4371
4371
|
"group": [
|
|
@@ -4381,8 +4381,8 @@
|
|
|
4381
4381
|
{
|
|
4382
4382
|
"description": "The tertiary color of the theme.\n",
|
|
4383
4383
|
"commentRange": {
|
|
4384
|
-
"start":
|
|
4385
|
-
"end":
|
|
4384
|
+
"start": 172,
|
|
4385
|
+
"end": 174
|
|
4386
4386
|
},
|
|
4387
4387
|
"context": {
|
|
4388
4388
|
"type": "variable",
|
|
@@ -4390,8 +4390,8 @@
|
|
|
4390
4390
|
"value": "#03a9f4",
|
|
4391
4391
|
"scope": "default",
|
|
4392
4392
|
"line": {
|
|
4393
|
-
"start":
|
|
4394
|
-
"end":
|
|
4393
|
+
"start": 175,
|
|
4394
|
+
"end": 175
|
|
4395
4395
|
}
|
|
4396
4396
|
},
|
|
4397
4397
|
"group": [
|
|
@@ -4407,8 +4407,8 @@
|
|
|
4407
4407
|
{
|
|
4408
4408
|
"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",
|
|
4409
4409
|
"commentRange": {
|
|
4410
|
-
"start":
|
|
4411
|
-
"end":
|
|
4410
|
+
"start": 179,
|
|
4411
|
+
"end": 182
|
|
4412
4412
|
},
|
|
4413
4413
|
"context": {
|
|
4414
4414
|
"type": "variable",
|
|
@@ -4416,8 +4416,8 @@
|
|
|
4416
4416
|
"value": "k-contrast-legacy( $kendo-color-tertiary )",
|
|
4417
4417
|
"scope": "default",
|
|
4418
4418
|
"line": {
|
|
4419
|
-
"start":
|
|
4420
|
-
"end":
|
|
4419
|
+
"start": 183,
|
|
4420
|
+
"end": 183
|
|
4421
4421
|
}
|
|
4422
4422
|
},
|
|
4423
4423
|
"group": [
|
|
@@ -4433,8 +4433,8 @@
|
|
|
4433
4433
|
{
|
|
4434
4434
|
"description": "The color for informational messages and states.\n",
|
|
4435
4435
|
"commentRange": {
|
|
4436
|
-
"start":
|
|
4437
|
-
"end":
|
|
4436
|
+
"start": 185,
|
|
4437
|
+
"end": 187
|
|
4438
4438
|
},
|
|
4439
4439
|
"context": {
|
|
4440
4440
|
"type": "variable",
|
|
@@ -4442,8 +4442,8 @@
|
|
|
4442
4442
|
"value": "#0058e9",
|
|
4443
4443
|
"scope": "default",
|
|
4444
4444
|
"line": {
|
|
4445
|
-
"start":
|
|
4446
|
-
"end":
|
|
4445
|
+
"start": 188,
|
|
4446
|
+
"end": 188
|
|
4447
4447
|
}
|
|
4448
4448
|
},
|
|
4449
4449
|
"group": [
|
|
@@ -4459,8 +4459,8 @@
|
|
|
4459
4459
|
{
|
|
4460
4460
|
"description": "The color for success messages and states.\n",
|
|
4461
4461
|
"commentRange": {
|
|
4462
|
-
"start":
|
|
4463
|
-
"end":
|
|
4462
|
+
"start": 192,
|
|
4463
|
+
"end": 194
|
|
4464
4464
|
},
|
|
4465
4465
|
"context": {
|
|
4466
4466
|
"type": "variable",
|
|
@@ -4468,8 +4468,8 @@
|
|
|
4468
4468
|
"value": "#37b400",
|
|
4469
4469
|
"scope": "default",
|
|
4470
4470
|
"line": {
|
|
4471
|
-
"start":
|
|
4472
|
-
"end":
|
|
4471
|
+
"start": 195,
|
|
4472
|
+
"end": 195
|
|
4473
4473
|
}
|
|
4474
4474
|
},
|
|
4475
4475
|
"group": [
|
|
@@ -4485,8 +4485,8 @@
|
|
|
4485
4485
|
{
|
|
4486
4486
|
"description": "The color for warning messages and states.\n",
|
|
4487
4487
|
"commentRange": {
|
|
4488
|
-
"start":
|
|
4489
|
-
"end":
|
|
4488
|
+
"start": 199,
|
|
4489
|
+
"end": 201
|
|
4490
4490
|
},
|
|
4491
4491
|
"context": {
|
|
4492
4492
|
"type": "variable",
|
|
@@ -4494,8 +4494,8 @@
|
|
|
4494
4494
|
"value": "#ffc000",
|
|
4495
4495
|
"scope": "default",
|
|
4496
4496
|
"line": {
|
|
4497
|
-
"start":
|
|
4498
|
-
"end":
|
|
4497
|
+
"start": 202,
|
|
4498
|
+
"end": 202
|
|
4499
4499
|
}
|
|
4500
4500
|
},
|
|
4501
4501
|
"group": [
|
|
@@ -4511,8 +4511,8 @@
|
|
|
4511
4511
|
{
|
|
4512
4512
|
"description": "The color for error messages and states.\n",
|
|
4513
4513
|
"commentRange": {
|
|
4514
|
-
"start":
|
|
4515
|
-
"end":
|
|
4514
|
+
"start": 206,
|
|
4515
|
+
"end": 208
|
|
4516
4516
|
},
|
|
4517
4517
|
"context": {
|
|
4518
4518
|
"type": "variable",
|
|
@@ -4520,8 +4520,8 @@
|
|
|
4520
4520
|
"value": "#f31700",
|
|
4521
4521
|
"scope": "default",
|
|
4522
4522
|
"line": {
|
|
4523
|
-
"start":
|
|
4524
|
-
"end":
|
|
4523
|
+
"start": 209,
|
|
4524
|
+
"end": 209
|
|
4525
4525
|
}
|
|
4526
4526
|
},
|
|
4527
4527
|
"group": [
|
|
@@ -4537,8 +4537,8 @@
|
|
|
4537
4537
|
{
|
|
4538
4538
|
"description": "The dark color of the theme.\n",
|
|
4539
4539
|
"commentRange": {
|
|
4540
|
-
"start":
|
|
4541
|
-
"end":
|
|
4540
|
+
"start": 213,
|
|
4541
|
+
"end": 215
|
|
4542
4542
|
},
|
|
4543
4543
|
"context": {
|
|
4544
4544
|
"type": "variable",
|
|
@@ -4546,8 +4546,8 @@
|
|
|
4546
4546
|
"value": "#424242",
|
|
4547
4547
|
"scope": "default",
|
|
4548
4548
|
"line": {
|
|
4549
|
-
"start":
|
|
4550
|
-
"end":
|
|
4549
|
+
"start": 216,
|
|
4550
|
+
"end": 216
|
|
4551
4551
|
}
|
|
4552
4552
|
},
|
|
4553
4553
|
"group": [
|
|
@@ -4563,8 +4563,8 @@
|
|
|
4563
4563
|
{
|
|
4564
4564
|
"description": "The light color of the theme.\n",
|
|
4565
4565
|
"commentRange": {
|
|
4566
|
-
"start":
|
|
4567
|
-
"end":
|
|
4566
|
+
"start": 218,
|
|
4567
|
+
"end": 220
|
|
4568
4568
|
},
|
|
4569
4569
|
"context": {
|
|
4570
4570
|
"type": "variable",
|
|
@@ -4572,8 +4572,8 @@
|
|
|
4572
4572
|
"value": "#ebebeb",
|
|
4573
4573
|
"scope": "default",
|
|
4574
4574
|
"line": {
|
|
4575
|
-
"start":
|
|
4576
|
-
"end":
|
|
4575
|
+
"start": 221,
|
|
4576
|
+
"end": 221
|
|
4577
4577
|
}
|
|
4578
4578
|
},
|
|
4579
4579
|
"group": [
|
|
@@ -4589,8 +4589,8 @@
|
|
|
4589
4589
|
{
|
|
4590
4590
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
4591
4591
|
"commentRange": {
|
|
4592
|
-
"start":
|
|
4593
|
-
"end":
|
|
4592
|
+
"start": 223,
|
|
4593
|
+
"end": 224
|
|
4594
4594
|
},
|
|
4595
4595
|
"context": {
|
|
4596
4596
|
"type": "variable",
|
|
@@ -4598,8 +4598,8 @@
|
|
|
4598
4598
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
4599
4599
|
"scope": "default",
|
|
4600
4600
|
"line": {
|
|
4601
|
-
"start":
|
|
4602
|
-
"end":
|
|
4601
|
+
"start": 225,
|
|
4602
|
+
"end": 225
|
|
4603
4603
|
}
|
|
4604
4604
|
},
|
|
4605
4605
|
"group": [
|
|
@@ -4614,8 +4614,8 @@
|
|
|
4614
4614
|
{
|
|
4615
4615
|
"description": "Icon size.\n",
|
|
4616
4616
|
"commentRange": {
|
|
4617
|
-
"start":
|
|
4618
|
-
"end":
|
|
4617
|
+
"start": 60,
|
|
4618
|
+
"end": 61
|
|
4619
4619
|
},
|
|
4620
4620
|
"context": {
|
|
4621
4621
|
"type": "variable",
|
|
@@ -4623,8 +4623,8 @@
|
|
|
4623
4623
|
"value": "16px",
|
|
4624
4624
|
"scope": "default",
|
|
4625
4625
|
"line": {
|
|
4626
|
-
"start":
|
|
4627
|
-
"end":
|
|
4626
|
+
"start": 62,
|
|
4627
|
+
"end": 62
|
|
4628
4628
|
}
|
|
4629
4629
|
},
|
|
4630
4630
|
"group": [
|
|
@@ -4639,8 +4639,8 @@
|
|
|
4639
4639
|
{
|
|
4640
4640
|
"description": "xtra small icon size.\n",
|
|
4641
4641
|
"commentRange": {
|
|
4642
|
-
"start":
|
|
4643
|
-
"end":
|
|
4642
|
+
"start": 63,
|
|
4643
|
+
"end": 64
|
|
4644
4644
|
},
|
|
4645
4645
|
"context": {
|
|
4646
4646
|
"type": "variable",
|
|
@@ -4648,8 +4648,8 @@
|
|
|
4648
4648
|
"value": "calc( #{$kendo-icon-size} * .75 )",
|
|
4649
4649
|
"scope": "default",
|
|
4650
4650
|
"line": {
|
|
4651
|
-
"start":
|
|
4652
|
-
"end":
|
|
4651
|
+
"start": 65,
|
|
4652
|
+
"end": 65
|
|
4653
4653
|
}
|
|
4654
4654
|
},
|
|
4655
4655
|
"group": [
|
|
@@ -4664,8 +4664,8 @@
|
|
|
4664
4664
|
{
|
|
4665
4665
|
"description": "Small icon size.\n",
|
|
4666
4666
|
"commentRange": {
|
|
4667
|
-
"start":
|
|
4668
|
-
"end":
|
|
4667
|
+
"start": 66,
|
|
4668
|
+
"end": 67
|
|
4669
4669
|
},
|
|
4670
4670
|
"context": {
|
|
4671
4671
|
"type": "variable",
|
|
@@ -4673,8 +4673,8 @@
|
|
|
4673
4673
|
"value": "calc( #{$kendo-icon-size} * .875 )",
|
|
4674
4674
|
"scope": "default",
|
|
4675
4675
|
"line": {
|
|
4676
|
-
"start":
|
|
4677
|
-
"end":
|
|
4676
|
+
"start": 68,
|
|
4677
|
+
"end": 68
|
|
4678
4678
|
}
|
|
4679
4679
|
},
|
|
4680
4680
|
"group": [
|
|
@@ -4689,8 +4689,8 @@
|
|
|
4689
4689
|
{
|
|
4690
4690
|
"description": "Medium icon size.\n",
|
|
4691
4691
|
"commentRange": {
|
|
4692
|
-
"start":
|
|
4693
|
-
"end":
|
|
4692
|
+
"start": 69,
|
|
4693
|
+
"end": 70
|
|
4694
4694
|
},
|
|
4695
4695
|
"context": {
|
|
4696
4696
|
"type": "variable",
|
|
@@ -4698,8 +4698,8 @@
|
|
|
4698
4698
|
"value": "$kendo-icon-size",
|
|
4699
4699
|
"scope": "default",
|
|
4700
4700
|
"line": {
|
|
4701
|
-
"start":
|
|
4702
|
-
"end":
|
|
4701
|
+
"start": 71,
|
|
4702
|
+
"end": 71
|
|
4703
4703
|
}
|
|
4704
4704
|
},
|
|
4705
4705
|
"group": [
|
|
@@ -4714,8 +4714,8 @@
|
|
|
4714
4714
|
{
|
|
4715
4715
|
"description": "Large icon size.\n",
|
|
4716
4716
|
"commentRange": {
|
|
4717
|
-
"start":
|
|
4718
|
-
"end":
|
|
4717
|
+
"start": 72,
|
|
4718
|
+
"end": 73
|
|
4719
4719
|
},
|
|
4720
4720
|
"context": {
|
|
4721
4721
|
"type": "variable",
|
|
@@ -4723,8 +4723,8 @@
|
|
|
4723
4723
|
"value": "calc( #{$kendo-icon-size} * 1.25 )",
|
|
4724
4724
|
"scope": "default",
|
|
4725
4725
|
"line": {
|
|
4726
|
-
"start":
|
|
4727
|
-
"end":
|
|
4726
|
+
"start": 74,
|
|
4727
|
+
"end": 74
|
|
4728
4728
|
}
|
|
4729
4729
|
},
|
|
4730
4730
|
"group": [
|
|
@@ -4739,8 +4739,8 @@
|
|
|
4739
4739
|
{
|
|
4740
4740
|
"description": "Extra large icon size.\n",
|
|
4741
4741
|
"commentRange": {
|
|
4742
|
-
"start":
|
|
4743
|
-
"end":
|
|
4742
|
+
"start": 75,
|
|
4743
|
+
"end": 76
|
|
4744
4744
|
},
|
|
4745
4745
|
"context": {
|
|
4746
4746
|
"type": "variable",
|
|
@@ -4748,8 +4748,8 @@
|
|
|
4748
4748
|
"value": "calc( #{$kendo-icon-size} * 1.5 )",
|
|
4749
4749
|
"scope": "default",
|
|
4750
4750
|
"line": {
|
|
4751
|
-
"start":
|
|
4752
|
-
"end":
|
|
4751
|
+
"start": 77,
|
|
4752
|
+
"end": 77
|
|
4753
4753
|
}
|
|
4754
4754
|
},
|
|
4755
4755
|
"group": [
|
|
@@ -4764,8 +4764,8 @@
|
|
|
4764
4764
|
{
|
|
4765
4765
|
"description": "Double extra large icon size.\n",
|
|
4766
4766
|
"commentRange": {
|
|
4767
|
-
"start":
|
|
4768
|
-
"end":
|
|
4767
|
+
"start": 78,
|
|
4768
|
+
"end": 79
|
|
4769
4769
|
},
|
|
4770
4770
|
"context": {
|
|
4771
4771
|
"type": "variable",
|
|
@@ -4773,8 +4773,8 @@
|
|
|
4773
4773
|
"value": "calc( #{$kendo-icon-size} * 2 )",
|
|
4774
4774
|
"scope": "default",
|
|
4775
4775
|
"line": {
|
|
4776
|
-
"start":
|
|
4777
|
-
"end":
|
|
4776
|
+
"start": 80,
|
|
4777
|
+
"end": 80
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
4780
|
"group": [
|
|
@@ -4789,8 +4789,8 @@
|
|
|
4789
4789
|
{
|
|
4790
4790
|
"description": "Triple extra large icon size.\n",
|
|
4791
4791
|
"commentRange": {
|
|
4792
|
-
"start":
|
|
4793
|
-
"end":
|
|
4792
|
+
"start": 81,
|
|
4793
|
+
"end": 82
|
|
4794
4794
|
},
|
|
4795
4795
|
"context": {
|
|
4796
4796
|
"type": "variable",
|
|
@@ -4798,8 +4798,8 @@
|
|
|
4798
4798
|
"value": "calc( #{$kendo-icon-size} * 3 )",
|
|
4799
4799
|
"scope": "default",
|
|
4800
4800
|
"line": {
|
|
4801
|
-
"start":
|
|
4802
|
-
"end":
|
|
4801
|
+
"start": 83,
|
|
4802
|
+
"end": 83
|
|
4803
4803
|
}
|
|
4804
4804
|
},
|
|
4805
4805
|
"group": [
|
|
@@ -4814,8 +4814,8 @@
|
|
|
4814
4814
|
{
|
|
4815
4815
|
"description": "Horizontal padding.\n",
|
|
4816
4816
|
"commentRange": {
|
|
4817
|
-
"start":
|
|
4818
|
-
"end":
|
|
4817
|
+
"start": 88,
|
|
4818
|
+
"end": 89
|
|
4819
4819
|
},
|
|
4820
4820
|
"context": {
|
|
4821
4821
|
"type": "variable",
|
|
@@ -4823,8 +4823,8 @@
|
|
|
4823
4823
|
"value": "8px",
|
|
4824
4824
|
"scope": "default",
|
|
4825
4825
|
"line": {
|
|
4826
|
-
"start":
|
|
4827
|
-
"end":
|
|
4826
|
+
"start": 90,
|
|
4827
|
+
"end": 90
|
|
4828
4828
|
}
|
|
4829
4829
|
},
|
|
4830
4830
|
"group": [
|
|
@@ -4839,8 +4839,8 @@
|
|
|
4839
4839
|
{
|
|
4840
4840
|
"description": "Vertical padding.\n",
|
|
4841
4841
|
"commentRange": {
|
|
4842
|
-
"start":
|
|
4843
|
-
"end":
|
|
4842
|
+
"start": 91,
|
|
4843
|
+
"end": 92
|
|
4844
4844
|
},
|
|
4845
4845
|
"context": {
|
|
4846
4846
|
"type": "variable",
|
|
@@ -4848,8 +4848,8 @@
|
|
|
4848
4848
|
"value": "4px",
|
|
4849
4849
|
"scope": "default",
|
|
4850
4850
|
"line": {
|
|
4851
|
-
"start":
|
|
4852
|
-
"end":
|
|
4851
|
+
"start": 93,
|
|
4852
|
+
"end": 93
|
|
4853
4853
|
}
|
|
4854
4854
|
},
|
|
4855
4855
|
"group": [
|
|
@@ -4864,8 +4864,8 @@
|
|
|
4864
4864
|
{
|
|
4865
4865
|
"description": "Small horizontal padding.\n",
|
|
4866
4866
|
"commentRange": {
|
|
4867
|
-
"start":
|
|
4868
|
-
"end":
|
|
4867
|
+
"start": 94,
|
|
4868
|
+
"end": 95
|
|
4869
4869
|
},
|
|
4870
4870
|
"context": {
|
|
4871
4871
|
"type": "variable",
|
|
@@ -4873,8 +4873,8 @@
|
|
|
4873
4873
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
4874
4874
|
"scope": "default",
|
|
4875
4875
|
"line": {
|
|
4876
|
-
"start":
|
|
4877
|
-
"end":
|
|
4876
|
+
"start": 96,
|
|
4877
|
+
"end": 96
|
|
4878
4878
|
}
|
|
4879
4879
|
},
|
|
4880
4880
|
"group": [
|
|
@@ -4889,8 +4889,8 @@
|
|
|
4889
4889
|
{
|
|
4890
4890
|
"description": "Small vertical padding.\n",
|
|
4891
4891
|
"commentRange": {
|
|
4892
|
-
"start":
|
|
4893
|
-
"end":
|
|
4892
|
+
"start": 97,
|
|
4893
|
+
"end": 98
|
|
4894
4894
|
},
|
|
4895
4895
|
"context": {
|
|
4896
4896
|
"type": "variable",
|
|
@@ -4898,8 +4898,8 @@
|
|
|
4898
4898
|
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
4899
4899
|
"scope": "default",
|
|
4900
4900
|
"line": {
|
|
4901
|
-
"start":
|
|
4902
|
-
"end":
|
|
4901
|
+
"start": 99,
|
|
4902
|
+
"end": 99
|
|
4903
4903
|
}
|
|
4904
4904
|
},
|
|
4905
4905
|
"group": [
|
|
@@ -4914,8 +4914,8 @@
|
|
|
4914
4914
|
{
|
|
4915
4915
|
"description": "Medium horizontal padding.\n",
|
|
4916
4916
|
"commentRange": {
|
|
4917
|
-
"start":
|
|
4918
|
-
"end":
|
|
4917
|
+
"start": 100,
|
|
4918
|
+
"end": 101
|
|
4919
4919
|
},
|
|
4920
4920
|
"context": {
|
|
4921
4921
|
"type": "variable",
|
|
@@ -4923,8 +4923,8 @@
|
|
|
4923
4923
|
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
4924
4924
|
"scope": "default",
|
|
4925
4925
|
"line": {
|
|
4926
|
-
"start":
|
|
4927
|
-
"end":
|
|
4926
|
+
"start": 102,
|
|
4927
|
+
"end": 102
|
|
4928
4928
|
}
|
|
4929
4929
|
},
|
|
4930
4930
|
"group": [
|
|
@@ -4939,8 +4939,8 @@
|
|
|
4939
4939
|
{
|
|
4940
4940
|
"description": "Medium vertical padding.\n",
|
|
4941
4941
|
"commentRange": {
|
|
4942
|
-
"start":
|
|
4943
|
-
"end":
|
|
4942
|
+
"start": 103,
|
|
4943
|
+
"end": 104
|
|
4944
4944
|
},
|
|
4945
4945
|
"context": {
|
|
4946
4946
|
"type": "variable",
|
|
@@ -4948,8 +4948,8 @@
|
|
|
4948
4948
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
4949
4949
|
"scope": "default",
|
|
4950
4950
|
"line": {
|
|
4951
|
-
"start":
|
|
4952
|
-
"end":
|
|
4951
|
+
"start": 105,
|
|
4952
|
+
"end": 105
|
|
4953
4953
|
}
|
|
4954
4954
|
},
|
|
4955
4955
|
"group": [
|
|
@@ -4964,8 +4964,8 @@
|
|
|
4964
4964
|
{
|
|
4965
4965
|
"description": "Large horizontal padding.\n",
|
|
4966
4966
|
"commentRange": {
|
|
4967
|
-
"start":
|
|
4968
|
-
"end":
|
|
4967
|
+
"start": 106,
|
|
4968
|
+
"end": 107
|
|
4969
4969
|
},
|
|
4970
4970
|
"context": {
|
|
4971
4971
|
"type": "variable",
|
|
@@ -4973,8 +4973,8 @@
|
|
|
4973
4973
|
"value": "k-map-get( $kendo-spacing, 3 )",
|
|
4974
4974
|
"scope": "default",
|
|
4975
4975
|
"line": {
|
|
4976
|
-
"start":
|
|
4977
|
-
"end":
|
|
4976
|
+
"start": 108,
|
|
4977
|
+
"end": 108
|
|
4978
4978
|
}
|
|
4979
4979
|
},
|
|
4980
4980
|
"group": [
|
|
@@ -4989,8 +4989,8 @@
|
|
|
4989
4989
|
{
|
|
4990
4990
|
"description": "Large vertical padding.\n",
|
|
4991
4991
|
"commentRange": {
|
|
4992
|
-
"start":
|
|
4993
|
-
"end":
|
|
4992
|
+
"start": 109,
|
|
4993
|
+
"end": 110
|
|
4994
4994
|
},
|
|
4995
4995
|
"context": {
|
|
4996
4996
|
"type": "variable",
|
|
@@ -4998,8 +4998,8 @@
|
|
|
4998
4998
|
"value": "k-map-get( $kendo-spacing, 1.5 )",
|
|
4999
4999
|
"scope": "default",
|
|
5000
5000
|
"line": {
|
|
5001
|
-
"start":
|
|
5002
|
-
"end":
|
|
5001
|
+
"start": 111,
|
|
5002
|
+
"end": 111
|
|
5003
5003
|
}
|
|
5004
5004
|
},
|
|
5005
5005
|
"group": [
|
|
@@ -5014,8 +5014,8 @@
|
|
|
5014
5014
|
{
|
|
5015
5015
|
"description": "Border radius for all components.\n",
|
|
5016
5016
|
"commentRange": {
|
|
5017
|
-
"start":
|
|
5018
|
-
"end":
|
|
5017
|
+
"start": 113,
|
|
5018
|
+
"end": 114
|
|
5019
5019
|
},
|
|
5020
5020
|
"context": {
|
|
5021
5021
|
"type": "variable",
|
|
@@ -5023,8 +5023,8 @@
|
|
|
5023
5023
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
5024
5024
|
"scope": "default",
|
|
5025
5025
|
"line": {
|
|
5026
|
-
"start":
|
|
5027
|
-
"end":
|
|
5026
|
+
"start": 115,
|
|
5027
|
+
"end": 115
|
|
5028
5028
|
}
|
|
5029
5029
|
},
|
|
5030
5030
|
"group": [
|
|
@@ -5039,8 +5039,8 @@
|
|
|
5039
5039
|
{
|
|
5040
5040
|
"description": "Small border radius.\n",
|
|
5041
5041
|
"commentRange": {
|
|
5042
|
-
"start":
|
|
5043
|
-
"end":
|
|
5042
|
+
"start": 116,
|
|
5043
|
+
"end": 117
|
|
5044
5044
|
},
|
|
5045
5045
|
"context": {
|
|
5046
5046
|
"type": "variable",
|
|
@@ -5048,8 +5048,8 @@
|
|
|
5048
5048
|
"value": "$kendo-border-radius - k-map-get( $kendo-spacing, 0.5 )",
|
|
5049
5049
|
"scope": "default",
|
|
5050
5050
|
"line": {
|
|
5051
|
-
"start":
|
|
5052
|
-
"end":
|
|
5051
|
+
"start": 118,
|
|
5052
|
+
"end": 118
|
|
5053
5053
|
}
|
|
5054
5054
|
},
|
|
5055
5055
|
"group": [
|
|
@@ -5064,8 +5064,8 @@
|
|
|
5064
5064
|
{
|
|
5065
5065
|
"description": "Medium border radius.\n",
|
|
5066
5066
|
"commentRange": {
|
|
5067
|
-
"start":
|
|
5068
|
-
"end":
|
|
5067
|
+
"start": 119,
|
|
5068
|
+
"end": 120
|
|
5069
5069
|
},
|
|
5070
5070
|
"context": {
|
|
5071
5071
|
"type": "variable",
|
|
@@ -5073,8 +5073,8 @@
|
|
|
5073
5073
|
"value": "$kendo-border-radius",
|
|
5074
5074
|
"scope": "default",
|
|
5075
5075
|
"line": {
|
|
5076
|
-
"start":
|
|
5077
|
-
"end":
|
|
5076
|
+
"start": 121,
|
|
5077
|
+
"end": 121
|
|
5078
5078
|
}
|
|
5079
5079
|
},
|
|
5080
5080
|
"group": [
|
|
@@ -5089,8 +5089,8 @@
|
|
|
5089
5089
|
{
|
|
5090
5090
|
"description": "Large border radius.\n",
|
|
5091
5091
|
"commentRange": {
|
|
5092
|
-
"start":
|
|
5093
|
-
"end":
|
|
5092
|
+
"start": 122,
|
|
5093
|
+
"end": 123
|
|
5094
5094
|
},
|
|
5095
5095
|
"context": {
|
|
5096
5096
|
"type": "variable",
|
|
@@ -5098,8 +5098,8 @@
|
|
|
5098
5098
|
"value": "$kendo-border-radius + k-map-get( $kendo-spacing, 0.5 )",
|
|
5099
5099
|
"scope": "default",
|
|
5100
5100
|
"line": {
|
|
5101
|
-
"start":
|
|
5102
|
-
"end":
|
|
5101
|
+
"start": 124,
|
|
5102
|
+
"end": 124
|
|
5103
5103
|
}
|
|
5104
5104
|
},
|
|
5105
5105
|
"group": [
|
|
@@ -5114,8 +5114,8 @@
|
|
|
5114
5114
|
{
|
|
5115
5115
|
"description": "Background color of the body.\n",
|
|
5116
5116
|
"commentRange": {
|
|
5117
|
-
"start":
|
|
5118
|
-
"end":
|
|
5117
|
+
"start": 323,
|
|
5118
|
+
"end": 324
|
|
5119
5119
|
},
|
|
5120
5120
|
"context": {
|
|
5121
5121
|
"type": "variable",
|
|
@@ -5123,8 +5123,8 @@
|
|
|
5123
5123
|
"value": "$kendo-color-white",
|
|
5124
5124
|
"scope": "default",
|
|
5125
5125
|
"line": {
|
|
5126
|
-
"start":
|
|
5127
|
-
"end":
|
|
5126
|
+
"start": 325,
|
|
5127
|
+
"end": 325
|
|
5128
5128
|
}
|
|
5129
5129
|
},
|
|
5130
5130
|
"group": [
|
|
@@ -5139,8 +5139,8 @@
|
|
|
5139
5139
|
{
|
|
5140
5140
|
"description": "Text color of the body.\n",
|
|
5141
5141
|
"commentRange": {
|
|
5142
|
-
"start":
|
|
5143
|
-
"end":
|
|
5142
|
+
"start": 326,
|
|
5143
|
+
"end": 327
|
|
5144
5144
|
},
|
|
5145
5145
|
"context": {
|
|
5146
5146
|
"type": "variable",
|
|
@@ -5148,8 +5148,8 @@
|
|
|
5148
5148
|
"value": "#424242",
|
|
5149
5149
|
"scope": "default",
|
|
5150
5150
|
"line": {
|
|
5151
|
-
"start":
|
|
5152
|
-
"end":
|
|
5151
|
+
"start": 328,
|
|
5152
|
+
"end": 328
|
|
5153
5153
|
}
|
|
5154
5154
|
},
|
|
5155
5155
|
"group": [
|
|
@@ -5164,8 +5164,8 @@
|
|
|
5164
5164
|
{
|
|
5165
5165
|
"description": "Subtle text color.\n",
|
|
5166
5166
|
"commentRange": {
|
|
5167
|
-
"start":
|
|
5168
|
-
"end":
|
|
5167
|
+
"start": 330,
|
|
5168
|
+
"end": 331
|
|
5169
5169
|
},
|
|
5170
5170
|
"context": {
|
|
5171
5171
|
"type": "variable",
|
|
@@ -5173,8 +5173,8 @@
|
|
|
5173
5173
|
"value": "#666666",
|
|
5174
5174
|
"scope": "default",
|
|
5175
5175
|
"line": {
|
|
5176
|
-
"start":
|
|
5177
|
-
"end":
|
|
5176
|
+
"start": 332,
|
|
5177
|
+
"end": 332
|
|
5178
5178
|
}
|
|
5179
5179
|
},
|
|
5180
5180
|
"group": [
|
|
@@ -5189,8 +5189,8 @@
|
|
|
5189
5189
|
{
|
|
5190
5190
|
"description": "Text color of the links.\n",
|
|
5191
5191
|
"commentRange": {
|
|
5192
|
-
"start":
|
|
5193
|
-
"end":
|
|
5192
|
+
"start": 339,
|
|
5193
|
+
"end": 340
|
|
5194
5194
|
},
|
|
5195
5195
|
"context": {
|
|
5196
5196
|
"type": "variable",
|
|
@@ -5198,8 +5198,8 @@
|
|
|
5198
5198
|
"value": "$kendo-color-primary",
|
|
5199
5199
|
"scope": "default",
|
|
5200
5200
|
"line": {
|
|
5201
|
-
"start":
|
|
5202
|
-
"end":
|
|
5201
|
+
"start": 341,
|
|
5202
|
+
"end": 341
|
|
5203
5203
|
}
|
|
5204
5204
|
},
|
|
5205
5205
|
"group": [
|
|
@@ -5214,8 +5214,8 @@
|
|
|
5214
5214
|
{
|
|
5215
5215
|
"description": "Text color of the links on hover.\n",
|
|
5216
5216
|
"commentRange": {
|
|
5217
|
-
"start":
|
|
5218
|
-
"end":
|
|
5217
|
+
"start": 342,
|
|
5218
|
+
"end": 343
|
|
5219
5219
|
},
|
|
5220
5220
|
"context": {
|
|
5221
5221
|
"type": "variable",
|
|
@@ -5223,8 +5223,8 @@
|
|
|
5223
5223
|
"value": "$kendo-color-primary-darker",
|
|
5224
5224
|
"scope": "default",
|
|
5225
5225
|
"line": {
|
|
5226
|
-
"start":
|
|
5227
|
-
"end":
|
|
5226
|
+
"start": 344,
|
|
5227
|
+
"end": 344
|
|
5228
5228
|
}
|
|
5229
5229
|
},
|
|
5230
5230
|
"group": [
|
|
@@ -5239,8 +5239,8 @@
|
|
|
5239
5239
|
{
|
|
5240
5240
|
"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",
|
|
5241
5241
|
"commentRange": {
|
|
5242
|
-
"start":
|
|
5243
|
-
"end":
|
|
5242
|
+
"start": 350,
|
|
5243
|
+
"end": 352
|
|
5244
5244
|
},
|
|
5245
5245
|
"context": {
|
|
5246
5246
|
"type": "variable",
|
|
@@ -5248,8 +5248,8 @@
|
|
|
5248
5248
|
"value": "$kendo-body-bg",
|
|
5249
5249
|
"scope": "default",
|
|
5250
5250
|
"line": {
|
|
5251
|
-
"start":
|
|
5252
|
-
"end":
|
|
5251
|
+
"start": 353,
|
|
5252
|
+
"end": 353
|
|
5253
5253
|
}
|
|
5254
5254
|
},
|
|
5255
5255
|
"group": [
|
|
@@ -5264,8 +5264,8 @@
|
|
|
5264
5264
|
{
|
|
5265
5265
|
"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",
|
|
5266
5266
|
"commentRange": {
|
|
5267
|
-
"start":
|
|
5268
|
-
"end":
|
|
5267
|
+
"start": 354,
|
|
5268
|
+
"end": 356
|
|
5269
5269
|
},
|
|
5270
5270
|
"context": {
|
|
5271
5271
|
"type": "variable",
|
|
@@ -5273,8 +5273,8 @@
|
|
|
5273
5273
|
"value": "$kendo-body-text",
|
|
5274
5274
|
"scope": "default",
|
|
5275
5275
|
"line": {
|
|
5276
|
-
"start":
|
|
5277
|
-
"end":
|
|
5276
|
+
"start": 357,
|
|
5277
|
+
"end": 357
|
|
5278
5278
|
}
|
|
5279
5279
|
},
|
|
5280
5280
|
"group": [
|
|
@@ -5289,8 +5289,8 @@
|
|
|
5289
5289
|
{
|
|
5290
5290
|
"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",
|
|
5291
5291
|
"commentRange": {
|
|
5292
|
-
"start":
|
|
5293
|
-
"end":
|
|
5292
|
+
"start": 358,
|
|
5293
|
+
"end": 360
|
|
5294
5294
|
},
|
|
5295
5295
|
"context": {
|
|
5296
5296
|
"type": "variable",
|
|
@@ -5298,8 +5298,8 @@
|
|
|
5298
5298
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
5299
5299
|
"scope": "default",
|
|
5300
5300
|
"line": {
|
|
5301
|
-
"start":
|
|
5302
|
-
"end":
|
|
5301
|
+
"start": 361,
|
|
5302
|
+
"end": 361
|
|
5303
5303
|
}
|
|
5304
5304
|
},
|
|
5305
5305
|
"group": [
|
|
@@ -5314,8 +5314,8 @@
|
|
|
5314
5314
|
{
|
|
5315
5315
|
"description": "Background color of the component header.\n",
|
|
5316
5316
|
"commentRange": {
|
|
5317
|
-
"start":
|
|
5318
|
-
"end":
|
|
5317
|
+
"start": 423,
|
|
5318
|
+
"end": 424
|
|
5319
5319
|
},
|
|
5320
5320
|
"context": {
|
|
5321
5321
|
"type": "variable",
|
|
@@ -5323,8 +5323,8 @@
|
|
|
5323
5323
|
"value": "$kendo-base-bg",
|
|
5324
5324
|
"scope": "default",
|
|
5325
5325
|
"line": {
|
|
5326
|
-
"start":
|
|
5327
|
-
"end":
|
|
5326
|
+
"start": 425,
|
|
5327
|
+
"end": 425
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
5330
5330
|
"group": [
|
|
@@ -5339,8 +5339,8 @@
|
|
|
5339
5339
|
{
|
|
5340
5340
|
"description": "Text color of the component header.\n",
|
|
5341
5341
|
"commentRange": {
|
|
5342
|
-
"start":
|
|
5343
|
-
"end":
|
|
5342
|
+
"start": 426,
|
|
5343
|
+
"end": 427
|
|
5344
5344
|
},
|
|
5345
5345
|
"context": {
|
|
5346
5346
|
"type": "variable",
|
|
@@ -5348,8 +5348,8 @@
|
|
|
5348
5348
|
"value": "$kendo-base-text",
|
|
5349
5349
|
"scope": "default",
|
|
5350
5350
|
"line": {
|
|
5351
|
-
"start":
|
|
5352
|
-
"end":
|
|
5351
|
+
"start": 428,
|
|
5352
|
+
"end": 428
|
|
5353
5353
|
}
|
|
5354
5354
|
},
|
|
5355
5355
|
"group": [
|
|
@@ -5364,8 +5364,8 @@
|
|
|
5364
5364
|
{
|
|
5365
5365
|
"description": "Border color of the component header.\n",
|
|
5366
5366
|
"commentRange": {
|
|
5367
|
-
"start":
|
|
5368
|
-
"end":
|
|
5367
|
+
"start": 429,
|
|
5368
|
+
"end": 430
|
|
5369
5369
|
},
|
|
5370
5370
|
"context": {
|
|
5371
5371
|
"type": "variable",
|
|
@@ -5373,8 +5373,8 @@
|
|
|
5373
5373
|
"value": "$kendo-base-border",
|
|
5374
5374
|
"scope": "default",
|
|
5375
5375
|
"line": {
|
|
5376
|
-
"start":
|
|
5377
|
-
"end":
|
|
5376
|
+
"start": 431,
|
|
5377
|
+
"end": 431
|
|
5378
5378
|
}
|
|
5379
5379
|
},
|
|
5380
5380
|
"group": [
|
|
@@ -5389,8 +5389,8 @@
|
|
|
5389
5389
|
{
|
|
5390
5390
|
"description": "Gradient of the component header.\n",
|
|
5391
5391
|
"commentRange": {
|
|
5392
|
-
"start":
|
|
5393
|
-
"end":
|
|
5392
|
+
"start": 432,
|
|
5393
|
+
"end": 433
|
|
5394
5394
|
},
|
|
5395
5395
|
"context": {
|
|
5396
5396
|
"type": "variable",
|
|
@@ -5398,8 +5398,8 @@
|
|
|
5398
5398
|
"value": "null",
|
|
5399
5399
|
"scope": "default",
|
|
5400
5400
|
"line": {
|
|
5401
|
-
"start":
|
|
5402
|
-
"end":
|
|
5401
|
+
"start": 434,
|
|
5402
|
+
"end": 434
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
"group": [
|
|
@@ -5414,8 +5414,8 @@
|
|
|
5414
5414
|
{
|
|
5415
5415
|
"description": "Background color of the invalid items.\n",
|
|
5416
5416
|
"commentRange": {
|
|
5417
|
-
"start":
|
|
5418
|
-
"end":
|
|
5417
|
+
"start": 437,
|
|
5418
|
+
"end": 438
|
|
5419
5419
|
},
|
|
5420
5420
|
"context": {
|
|
5421
5421
|
"type": "variable",
|
|
@@ -5423,8 +5423,8 @@
|
|
|
5423
5423
|
"value": "null",
|
|
5424
5424
|
"scope": "default",
|
|
5425
5425
|
"line": {
|
|
5426
|
-
"start":
|
|
5427
|
-
"end":
|
|
5426
|
+
"start": 439,
|
|
5427
|
+
"end": 439
|
|
5428
5428
|
}
|
|
5429
5429
|
},
|
|
5430
5430
|
"group": [
|
|
@@ -5439,8 +5439,8 @@
|
|
|
5439
5439
|
{
|
|
5440
5440
|
"description": "Text color of the invalid items.\n",
|
|
5441
5441
|
"commentRange": {
|
|
5442
|
-
"start":
|
|
5443
|
-
"end":
|
|
5442
|
+
"start": 440,
|
|
5443
|
+
"end": 441
|
|
5444
5444
|
},
|
|
5445
5445
|
"context": {
|
|
5446
5446
|
"type": "variable",
|
|
@@ -5448,8 +5448,8 @@
|
|
|
5448
5448
|
"value": "$kendo-color-error",
|
|
5449
5449
|
"scope": "default",
|
|
5450
5450
|
"line": {
|
|
5451
|
-
"start":
|
|
5452
|
-
"end":
|
|
5451
|
+
"start": 442,
|
|
5452
|
+
"end": 442
|
|
5453
5453
|
}
|
|
5454
5454
|
},
|
|
5455
5455
|
"group": [
|
|
@@ -5464,8 +5464,8 @@
|
|
|
5464
5464
|
{
|
|
5465
5465
|
"description": "Border color of the invalid items.\n",
|
|
5466
5466
|
"commentRange": {
|
|
5467
|
-
"start":
|
|
5468
|
-
"end":
|
|
5467
|
+
"start": 443,
|
|
5468
|
+
"end": 444
|
|
5469
5469
|
},
|
|
5470
5470
|
"context": {
|
|
5471
5471
|
"type": "variable",
|
|
@@ -5473,8 +5473,8 @@
|
|
|
5473
5473
|
"value": "$kendo-color-error",
|
|
5474
5474
|
"scope": "default",
|
|
5475
5475
|
"line": {
|
|
5476
|
-
"start":
|
|
5477
|
-
"end":
|
|
5476
|
+
"start": 445,
|
|
5477
|
+
"end": 445
|
|
5478
5478
|
}
|
|
5479
5479
|
},
|
|
5480
5480
|
"group": [
|
|
@@ -5489,8 +5489,8 @@
|
|
|
5489
5489
|
{
|
|
5490
5490
|
"description": "Shadow of the invalid items.\n",
|
|
5491
5491
|
"commentRange": {
|
|
5492
|
-
"start":
|
|
5493
|
-
"end":
|
|
5492
|
+
"start": 446,
|
|
5493
|
+
"end": 447
|
|
5494
5494
|
},
|
|
5495
5495
|
"context": {
|
|
5496
5496
|
"type": "variable",
|
|
@@ -5498,8 +5498,8 @@
|
|
|
5498
5498
|
"value": "null",
|
|
5499
5499
|
"scope": "default",
|
|
5500
5500
|
"line": {
|
|
5501
|
-
"start":
|
|
5502
|
-
"end":
|
|
5501
|
+
"start": 448,
|
|
5502
|
+
"end": 448
|
|
5503
5503
|
}
|
|
5504
5504
|
},
|
|
5505
5505
|
"group": [
|
|
@@ -6162,19 +6162,44 @@
|
|
|
6162
6162
|
}
|
|
6163
6163
|
},
|
|
6164
6164
|
{
|
|
6165
|
-
"description": "
|
|
6165
|
+
"description": "Size map for the FAB.\n",
|
|
6166
6166
|
"commentRange": {
|
|
6167
6167
|
"start": 93,
|
|
6168
6168
|
"end": 94
|
|
6169
6169
|
},
|
|
6170
|
+
"context": {
|
|
6171
|
+
"type": "variable",
|
|
6172
|
+
"name": "kendo-fab-sizes",
|
|
6173
|
+
"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)",
|
|
6174
|
+
"scope": "default",
|
|
6175
|
+
"line": {
|
|
6176
|
+
"start": 95,
|
|
6177
|
+
"end": 108
|
|
6178
|
+
}
|
|
6179
|
+
},
|
|
6180
|
+
"group": [
|
|
6181
|
+
"floating-action-button"
|
|
6182
|
+
],
|
|
6183
|
+
"access": "public",
|
|
6184
|
+
"file": {
|
|
6185
|
+
"path": "fab/_variables.scss",
|
|
6186
|
+
"name": "_variables.scss"
|
|
6187
|
+
}
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"description": "The base shadow of the FAB.\n",
|
|
6191
|
+
"commentRange": {
|
|
6192
|
+
"start": 110,
|
|
6193
|
+
"end": 111
|
|
6194
|
+
},
|
|
6170
6195
|
"context": {
|
|
6171
6196
|
"type": "variable",
|
|
6172
6197
|
"name": "kendo-fab-shadow",
|
|
6173
6198
|
"value": "0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)",
|
|
6174
6199
|
"scope": "default",
|
|
6175
6200
|
"line": {
|
|
6176
|
-
"start":
|
|
6177
|
-
"end":
|
|
6201
|
+
"start": 112,
|
|
6202
|
+
"end": 112
|
|
6178
6203
|
}
|
|
6179
6204
|
},
|
|
6180
6205
|
"group": [
|
|
@@ -6189,8 +6214,8 @@
|
|
|
6189
6214
|
{
|
|
6190
6215
|
"description": "The disabled shadow of the FAB.\n",
|
|
6191
6216
|
"commentRange": {
|
|
6192
|
-
"start":
|
|
6193
|
-
"end":
|
|
6217
|
+
"start": 113,
|
|
6218
|
+
"end": 114
|
|
6194
6219
|
},
|
|
6195
6220
|
"context": {
|
|
6196
6221
|
"type": "variable",
|
|
@@ -6198,8 +6223,8 @@
|
|
|
6198
6223
|
"value": "0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )",
|
|
6199
6224
|
"scope": "default",
|
|
6200
6225
|
"line": {
|
|
6201
|
-
"start":
|
|
6202
|
-
"end":
|
|
6226
|
+
"start": 115,
|
|
6227
|
+
"end": 115
|
|
6203
6228
|
}
|
|
6204
6229
|
},
|
|
6205
6230
|
"group": [
|
|
@@ -6214,8 +6239,8 @@
|
|
|
6214
6239
|
{
|
|
6215
6240
|
"description": "The active shadow of the FAB.\n",
|
|
6216
6241
|
"commentRange": {
|
|
6217
|
-
"start":
|
|
6218
|
-
"end":
|
|
6242
|
+
"start": 116,
|
|
6243
|
+
"end": 117
|
|
6219
6244
|
},
|
|
6220
6245
|
"context": {
|
|
6221
6246
|
"type": "variable",
|
|
@@ -6223,8 +6248,58 @@
|
|
|
6223
6248
|
"value": "null",
|
|
6224
6249
|
"scope": "default",
|
|
6225
6250
|
"line": {
|
|
6226
|
-
"start":
|
|
6227
|
-
"end":
|
|
6251
|
+
"start": 118,
|
|
6252
|
+
"end": 118
|
|
6253
|
+
}
|
|
6254
|
+
},
|
|
6255
|
+
"group": [
|
|
6256
|
+
"floating-action-button"
|
|
6257
|
+
],
|
|
6258
|
+
"access": "public",
|
|
6259
|
+
"file": {
|
|
6260
|
+
"path": "fab/_variables.scss",
|
|
6261
|
+
"name": "_variables.scss"
|
|
6262
|
+
}
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"description": "The outline style of the FAB.\n",
|
|
6266
|
+
"commentRange": {
|
|
6267
|
+
"start": 119,
|
|
6268
|
+
"end": 120
|
|
6269
|
+
},
|
|
6270
|
+
"context": {
|
|
6271
|
+
"type": "variable",
|
|
6272
|
+
"name": "kendo-fab-outline-style",
|
|
6273
|
+
"value": "solid",
|
|
6274
|
+
"scope": "default",
|
|
6275
|
+
"line": {
|
|
6276
|
+
"start": 121,
|
|
6277
|
+
"end": 121
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
6280
|
+
"group": [
|
|
6281
|
+
"floating-action-button"
|
|
6282
|
+
],
|
|
6283
|
+
"access": "public",
|
|
6284
|
+
"file": {
|
|
6285
|
+
"path": "fab/_variables.scss",
|
|
6286
|
+
"name": "_variables.scss"
|
|
6287
|
+
}
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"description": "The outline width of the FAB.\n",
|
|
6291
|
+
"commentRange": {
|
|
6292
|
+
"start": 122,
|
|
6293
|
+
"end": 123
|
|
6294
|
+
},
|
|
6295
|
+
"context": {
|
|
6296
|
+
"type": "variable",
|
|
6297
|
+
"name": "kendo-fab-outline-width",
|
|
6298
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
6299
|
+
"scope": "default",
|
|
6300
|
+
"line": {
|
|
6301
|
+
"start": 124,
|
|
6302
|
+
"end": 124
|
|
6228
6303
|
}
|
|
6229
6304
|
},
|
|
6230
6305
|
"group": [
|
|
@@ -6239,8 +6314,8 @@
|
|
|
6239
6314
|
{
|
|
6240
6315
|
"description": "The base text color of the FAB item.\n",
|
|
6241
6316
|
"commentRange": {
|
|
6242
|
-
"start":
|
|
6243
|
-
"end":
|
|
6317
|
+
"start": 126,
|
|
6318
|
+
"end": 127
|
|
6244
6319
|
},
|
|
6245
6320
|
"context": {
|
|
6246
6321
|
"type": "variable",
|
|
@@ -6248,8 +6323,8 @@
|
|
|
6248
6323
|
"value": "$kendo-component-text",
|
|
6249
6324
|
"scope": "default",
|
|
6250
6325
|
"line": {
|
|
6251
|
-
"start":
|
|
6252
|
-
"end":
|
|
6326
|
+
"start": 128,
|
|
6327
|
+
"end": 128
|
|
6253
6328
|
}
|
|
6254
6329
|
},
|
|
6255
6330
|
"group": [
|
|
@@ -6264,8 +6339,8 @@
|
|
|
6264
6339
|
{
|
|
6265
6340
|
"description": "The base background color of the FAB item.\n",
|
|
6266
6341
|
"commentRange": {
|
|
6267
|
-
"start":
|
|
6268
|
-
"end":
|
|
6342
|
+
"start": 129,
|
|
6343
|
+
"end": 130
|
|
6269
6344
|
},
|
|
6270
6345
|
"context": {
|
|
6271
6346
|
"type": "variable",
|
|
@@ -6273,8 +6348,8 @@
|
|
|
6273
6348
|
"value": "$kendo-component-bg",
|
|
6274
6349
|
"scope": "default",
|
|
6275
6350
|
"line": {
|
|
6276
|
-
"start":
|
|
6277
|
-
"end":
|
|
6351
|
+
"start": 131,
|
|
6352
|
+
"end": 131
|
|
6278
6353
|
}
|
|
6279
6354
|
},
|
|
6280
6355
|
"group": [
|
|
@@ -6289,8 +6364,8 @@
|
|
|
6289
6364
|
{
|
|
6290
6365
|
"description": "The base border color of the FAB item.\n",
|
|
6291
6366
|
"commentRange": {
|
|
6292
|
-
"start":
|
|
6293
|
-
"end":
|
|
6367
|
+
"start": 132,
|
|
6368
|
+
"end": 133
|
|
6294
6369
|
},
|
|
6295
6370
|
"context": {
|
|
6296
6371
|
"type": "variable",
|
|
@@ -6298,8 +6373,8 @@
|
|
|
6298
6373
|
"value": "$kendo-component-border",
|
|
6299
6374
|
"scope": "default",
|
|
6300
6375
|
"line": {
|
|
6301
|
-
"start":
|
|
6302
|
-
"end":
|
|
6376
|
+
"start": 134,
|
|
6377
|
+
"end": 134
|
|
6303
6378
|
}
|
|
6304
6379
|
},
|
|
6305
6380
|
"group": [
|
|
@@ -6314,8 +6389,8 @@
|
|
|
6314
6389
|
{
|
|
6315
6390
|
"description": "The base text color of the FAB item icon.\n",
|
|
6316
6391
|
"commentRange": {
|
|
6317
|
-
"start":
|
|
6318
|
-
"end":
|
|
6392
|
+
"start": 136,
|
|
6393
|
+
"end": 137
|
|
6319
6394
|
},
|
|
6320
6395
|
"context": {
|
|
6321
6396
|
"type": "variable",
|
|
@@ -6323,8 +6398,8 @@
|
|
|
6323
6398
|
"value": "$kendo-button-text",
|
|
6324
6399
|
"scope": "default",
|
|
6325
6400
|
"line": {
|
|
6326
|
-
"start":
|
|
6327
|
-
"end":
|
|
6401
|
+
"start": 138,
|
|
6402
|
+
"end": 138
|
|
6328
6403
|
}
|
|
6329
6404
|
},
|
|
6330
6405
|
"group": [
|
|
@@ -6339,8 +6414,8 @@
|
|
|
6339
6414
|
{
|
|
6340
6415
|
"description": "The base background color of the FAB item icon.\n",
|
|
6341
6416
|
"commentRange": {
|
|
6342
|
-
"start":
|
|
6343
|
-
"end":
|
|
6417
|
+
"start": 139,
|
|
6418
|
+
"end": 140
|
|
6344
6419
|
},
|
|
6345
6420
|
"context": {
|
|
6346
6421
|
"type": "variable",
|
|
@@ -6348,8 +6423,8 @@
|
|
|
6348
6423
|
"value": "$kendo-button-bg",
|
|
6349
6424
|
"scope": "default",
|
|
6350
6425
|
"line": {
|
|
6351
|
-
"start":
|
|
6352
|
-
"end":
|
|
6426
|
+
"start": 141,
|
|
6427
|
+
"end": 141
|
|
6353
6428
|
}
|
|
6354
6429
|
},
|
|
6355
6430
|
"group": [
|
|
@@ -6364,8 +6439,8 @@
|
|
|
6364
6439
|
{
|
|
6365
6440
|
"description": "The base border color of the FAB item icon.\n",
|
|
6366
6441
|
"commentRange": {
|
|
6367
|
-
"start":
|
|
6368
|
-
"end":
|
|
6442
|
+
"start": 142,
|
|
6443
|
+
"end": 143
|
|
6369
6444
|
},
|
|
6370
6445
|
"context": {
|
|
6371
6446
|
"type": "variable",
|
|
@@ -6373,8 +6448,8 @@
|
|
|
6373
6448
|
"value": "$kendo-button-border",
|
|
6374
6449
|
"scope": "default",
|
|
6375
6450
|
"line": {
|
|
6376
|
-
"start":
|
|
6377
|
-
"end":
|
|
6451
|
+
"start": 144,
|
|
6452
|
+
"end": 144
|
|
6378
6453
|
}
|
|
6379
6454
|
},
|
|
6380
6455
|
"group": [
|
|
@@ -6389,8 +6464,8 @@
|
|
|
6389
6464
|
{
|
|
6390
6465
|
"description": "The base shadow of the FAB item.\n",
|
|
6391
6466
|
"commentRange": {
|
|
6392
|
-
"start":
|
|
6393
|
-
"end":
|
|
6467
|
+
"start": 146,
|
|
6468
|
+
"end": 147
|
|
6394
6469
|
},
|
|
6395
6470
|
"context": {
|
|
6396
6471
|
"type": "variable",
|
|
@@ -6398,8 +6473,8 @@
|
|
|
6398
6473
|
"value": "$kendo-fab-shadow",
|
|
6399
6474
|
"scope": "default",
|
|
6400
6475
|
"line": {
|
|
6401
|
-
"start":
|
|
6402
|
-
"end":
|
|
6476
|
+
"start": 148,
|
|
6477
|
+
"end": 148
|
|
6403
6478
|
}
|
|
6404
6479
|
},
|
|
6405
6480
|
"group": [
|
|
@@ -6414,8 +6489,8 @@
|
|
|
6414
6489
|
{
|
|
6415
6490
|
"description": "The disabled shadow of the FAB item.\n",
|
|
6416
6491
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6492
|
+
"start": 149,
|
|
6493
|
+
"end": 150
|
|
6419
6494
|
},
|
|
6420
6495
|
"context": {
|
|
6421
6496
|
"type": "variable",
|
|
@@ -6423,8 +6498,8 @@
|
|
|
6423
6498
|
"value": "$kendo-fab-disabled-shadow",
|
|
6424
6499
|
"scope": "default",
|
|
6425
6500
|
"line": {
|
|
6426
|
-
"start":
|
|
6427
|
-
"end":
|
|
6501
|
+
"start": 151,
|
|
6502
|
+
"end": 151
|
|
6428
6503
|
}
|
|
6429
6504
|
},
|
|
6430
6505
|
"group": [
|
|
@@ -6439,8 +6514,8 @@
|
|
|
6439
6514
|
{
|
|
6440
6515
|
"description": "The active shadow of the FAB item.\n",
|
|
6441
6516
|
"commentRange": {
|
|
6442
|
-
"start":
|
|
6443
|
-
"end":
|
|
6517
|
+
"start": 152,
|
|
6518
|
+
"end": 153
|
|
6444
6519
|
},
|
|
6445
6520
|
"context": {
|
|
6446
6521
|
"type": "variable",
|
|
@@ -6448,8 +6523,83 @@
|
|
|
6448
6523
|
"value": "$kendo-fab-active-shadow",
|
|
6449
6524
|
"scope": "default",
|
|
6450
6525
|
"line": {
|
|
6451
|
-
"start":
|
|
6452
|
-
"end":
|
|
6526
|
+
"start": 154,
|
|
6527
|
+
"end": 154
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
"group": [
|
|
6531
|
+
"floating-action-button"
|
|
6532
|
+
],
|
|
6533
|
+
"access": "public",
|
|
6534
|
+
"file": {
|
|
6535
|
+
"path": "fab/_variables.scss",
|
|
6536
|
+
"name": "_variables.scss"
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"description": "The outline style of the FAB item.\n",
|
|
6541
|
+
"commentRange": {
|
|
6542
|
+
"start": 155,
|
|
6543
|
+
"end": 156
|
|
6544
|
+
},
|
|
6545
|
+
"context": {
|
|
6546
|
+
"type": "variable",
|
|
6547
|
+
"name": "kendo-fab-item-outline-style",
|
|
6548
|
+
"value": "solid",
|
|
6549
|
+
"scope": "default",
|
|
6550
|
+
"line": {
|
|
6551
|
+
"start": 157,
|
|
6552
|
+
"end": 157
|
|
6553
|
+
}
|
|
6554
|
+
},
|
|
6555
|
+
"group": [
|
|
6556
|
+
"floating-action-button"
|
|
6557
|
+
],
|
|
6558
|
+
"access": "public",
|
|
6559
|
+
"file": {
|
|
6560
|
+
"path": "fab/_variables.scss",
|
|
6561
|
+
"name": "_variables.scss"
|
|
6562
|
+
}
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"description": "The outline width of the FAB item.\n",
|
|
6566
|
+
"commentRange": {
|
|
6567
|
+
"start": 158,
|
|
6568
|
+
"end": 159
|
|
6569
|
+
},
|
|
6570
|
+
"context": {
|
|
6571
|
+
"type": "variable",
|
|
6572
|
+
"name": "kendo-fab-item-outline-width",
|
|
6573
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
6574
|
+
"scope": "default",
|
|
6575
|
+
"line": {
|
|
6576
|
+
"start": 160,
|
|
6577
|
+
"end": 160
|
|
6578
|
+
}
|
|
6579
|
+
},
|
|
6580
|
+
"group": [
|
|
6581
|
+
"floating-action-button"
|
|
6582
|
+
],
|
|
6583
|
+
"access": "public",
|
|
6584
|
+
"file": {
|
|
6585
|
+
"path": "fab/_variables.scss",
|
|
6586
|
+
"name": "_variables.scss"
|
|
6587
|
+
}
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
"description": "The outline color of the FAB item.\n",
|
|
6591
|
+
"commentRange": {
|
|
6592
|
+
"start": 161,
|
|
6593
|
+
"end": 162
|
|
6594
|
+
},
|
|
6595
|
+
"context": {
|
|
6596
|
+
"type": "variable",
|
|
6597
|
+
"name": "kendo-fab-item-outline-color",
|
|
6598
|
+
"value": "rgba(0, 0, 0, .08)",
|
|
6599
|
+
"scope": "default",
|
|
6600
|
+
"line": {
|
|
6601
|
+
"start": 163,
|
|
6602
|
+
"end": 163
|
|
6453
6603
|
}
|
|
6454
6604
|
},
|
|
6455
6605
|
"group": [
|
|
@@ -6764,8 +6914,8 @@
|
|
|
6764
6914
|
{
|
|
6765
6915
|
"description": "Background color of the grid component\n",
|
|
6766
6916
|
"commentRange": {
|
|
6767
|
-
"start":
|
|
6768
|
-
"end":
|
|
6917
|
+
"start": 139,
|
|
6918
|
+
"end": 140
|
|
6769
6919
|
},
|
|
6770
6920
|
"context": {
|
|
6771
6921
|
"type": "variable",
|
|
@@ -6773,8 +6923,8 @@
|
|
|
6773
6923
|
"value": "$kendo-table-bg",
|
|
6774
6924
|
"scope": "default",
|
|
6775
6925
|
"line": {
|
|
6776
|
-
"start":
|
|
6777
|
-
"end":
|
|
6926
|
+
"start": 141,
|
|
6927
|
+
"end": 141
|
|
6778
6928
|
}
|
|
6779
6929
|
},
|
|
6780
6930
|
"group": [
|
|
@@ -6789,8 +6939,8 @@
|
|
|
6789
6939
|
{
|
|
6790
6940
|
"description": "Text color of the grid component\n",
|
|
6791
6941
|
"commentRange": {
|
|
6792
|
-
"start":
|
|
6793
|
-
"end":
|
|
6942
|
+
"start": 142,
|
|
6943
|
+
"end": 143
|
|
6794
6944
|
},
|
|
6795
6945
|
"context": {
|
|
6796
6946
|
"type": "variable",
|
|
@@ -6798,9 +6948,9 @@
|
|
|
6798
6948
|
"value": "$kendo-table-text",
|
|
6799
6949
|
"scope": "default",
|
|
6800
6950
|
"line": {
|
|
6801
|
-
"start":
|
|
6802
|
-
"end":
|
|
6803
|
-
}
|
|
6951
|
+
"start": 144,
|
|
6952
|
+
"end": 144
|
|
6953
|
+
}
|
|
6804
6954
|
},
|
|
6805
6955
|
"group": [
|
|
6806
6956
|
"grid"
|
|
@@ -6814,8 +6964,8 @@
|
|
|
6814
6964
|
{
|
|
6815
6965
|
"description": "Border color of the grid component\n",
|
|
6816
6966
|
"commentRange": {
|
|
6817
|
-
"start":
|
|
6818
|
-
"end":
|
|
6967
|
+
"start": 145,
|
|
6968
|
+
"end": 146
|
|
6819
6969
|
},
|
|
6820
6970
|
"context": {
|
|
6821
6971
|
"type": "variable",
|
|
@@ -6823,8 +6973,8 @@
|
|
|
6823
6973
|
"value": "$kendo-table-border",
|
|
6824
6974
|
"scope": "default",
|
|
6825
6975
|
"line": {
|
|
6826
|
-
"start":
|
|
6827
|
-
"end":
|
|
6976
|
+
"start": 147,
|
|
6977
|
+
"end": 147
|
|
6828
6978
|
}
|
|
6829
6979
|
},
|
|
6830
6980
|
"group": [
|
|
@@ -6839,8 +6989,8 @@
|
|
|
6839
6989
|
{
|
|
6840
6990
|
"description": "Background color of grid header\n",
|
|
6841
6991
|
"commentRange": {
|
|
6842
|
-
"start":
|
|
6843
|
-
"end":
|
|
6992
|
+
"start": 149,
|
|
6993
|
+
"end": 150
|
|
6844
6994
|
},
|
|
6845
6995
|
"context": {
|
|
6846
6996
|
"type": "variable",
|
|
@@ -6848,8 +6998,8 @@
|
|
|
6848
6998
|
"value": "$kendo-table-header-bg",
|
|
6849
6999
|
"scope": "default",
|
|
6850
7000
|
"line": {
|
|
6851
|
-
"start":
|
|
6852
|
-
"end":
|
|
7001
|
+
"start": 151,
|
|
7002
|
+
"end": 151
|
|
6853
7003
|
}
|
|
6854
7004
|
},
|
|
6855
7005
|
"group": [
|
|
@@ -6864,8 +7014,8 @@
|
|
|
6864
7014
|
{
|
|
6865
7015
|
"description": "Text color of grid header\n",
|
|
6866
7016
|
"commentRange": {
|
|
6867
|
-
"start":
|
|
6868
|
-
"end":
|
|
7017
|
+
"start": 152,
|
|
7018
|
+
"end": 153
|
|
6869
7019
|
},
|
|
6870
7020
|
"context": {
|
|
6871
7021
|
"type": "variable",
|
|
@@ -6873,8 +7023,8 @@
|
|
|
6873
7023
|
"value": "$kendo-table-header-text",
|
|
6874
7024
|
"scope": "default",
|
|
6875
7025
|
"line": {
|
|
6876
|
-
"start":
|
|
6877
|
-
"end":
|
|
7026
|
+
"start": 154,
|
|
7027
|
+
"end": 154
|
|
6878
7028
|
}
|
|
6879
7029
|
},
|
|
6880
7030
|
"group": [
|
|
@@ -6889,8 +7039,8 @@
|
|
|
6889
7039
|
{
|
|
6890
7040
|
"description": "Border color of grid header\n",
|
|
6891
7041
|
"commentRange": {
|
|
6892
|
-
"start":
|
|
6893
|
-
"end":
|
|
7042
|
+
"start": 155,
|
|
7043
|
+
"end": 156
|
|
6894
7044
|
},
|
|
6895
7045
|
"context": {
|
|
6896
7046
|
"type": "variable",
|
|
@@ -6898,8 +7048,8 @@
|
|
|
6898
7048
|
"value": "$kendo-table-header-border",
|
|
6899
7049
|
"scope": "default",
|
|
6900
7050
|
"line": {
|
|
6901
|
-
"start":
|
|
6902
|
-
"end":
|
|
7051
|
+
"start": 157,
|
|
7052
|
+
"end": 157
|
|
6903
7053
|
}
|
|
6904
7054
|
},
|
|
6905
7055
|
"group": [
|
|
@@ -6914,8 +7064,8 @@
|
|
|
6914
7064
|
{
|
|
6915
7065
|
"description": "Background gradient of grid header\n",
|
|
6916
7066
|
"commentRange": {
|
|
6917
|
-
"start":
|
|
6918
|
-
"end":
|
|
7067
|
+
"start": 158,
|
|
7068
|
+
"end": 159
|
|
6919
7069
|
},
|
|
6920
7070
|
"context": {
|
|
6921
7071
|
"type": "variable",
|
|
@@ -6923,8 +7073,8 @@
|
|
|
6923
7073
|
"value": "$kendo-table-header-gradient",
|
|
6924
7074
|
"scope": "default",
|
|
6925
7075
|
"line": {
|
|
6926
|
-
"start":
|
|
6927
|
-
"end":
|
|
7076
|
+
"start": 160,
|
|
7077
|
+
"end": 160
|
|
6928
7078
|
}
|
|
6929
7079
|
},
|
|
6930
7080
|
"group": [
|
|
@@ -6939,8 +7089,8 @@
|
|
|
6939
7089
|
{
|
|
6940
7090
|
"description": "Background color of grid footer\n",
|
|
6941
7091
|
"commentRange": {
|
|
6942
|
-
"start":
|
|
6943
|
-
"end":
|
|
7092
|
+
"start": 162,
|
|
7093
|
+
"end": 163
|
|
6944
7094
|
},
|
|
6945
7095
|
"context": {
|
|
6946
7096
|
"type": "variable",
|
|
@@ -6948,8 +7098,8 @@
|
|
|
6948
7098
|
"value": "$kendo-grid-header-bg",
|
|
6949
7099
|
"scope": "default",
|
|
6950
7100
|
"line": {
|
|
6951
|
-
"start":
|
|
6952
|
-
"end":
|
|
7101
|
+
"start": 164,
|
|
7102
|
+
"end": 164
|
|
6953
7103
|
}
|
|
6954
7104
|
},
|
|
6955
7105
|
"group": [
|
|
@@ -6964,8 +7114,8 @@
|
|
|
6964
7114
|
{
|
|
6965
7115
|
"description": "Text color of grid footer\n",
|
|
6966
7116
|
"commentRange": {
|
|
6967
|
-
"start":
|
|
6968
|
-
"end":
|
|
7117
|
+
"start": 165,
|
|
7118
|
+
"end": 166
|
|
6969
7119
|
},
|
|
6970
7120
|
"context": {
|
|
6971
7121
|
"type": "variable",
|
|
@@ -6973,8 +7123,8 @@
|
|
|
6973
7123
|
"value": "$kendo-grid-header-text",
|
|
6974
7124
|
"scope": "default",
|
|
6975
7125
|
"line": {
|
|
6976
|
-
"start":
|
|
6977
|
-
"end":
|
|
7126
|
+
"start": 167,
|
|
7127
|
+
"end": 167
|
|
6978
7128
|
}
|
|
6979
7129
|
},
|
|
6980
7130
|
"group": [
|
|
@@ -6989,8 +7139,8 @@
|
|
|
6989
7139
|
{
|
|
6990
7140
|
"description": "Border color of grid footer\n",
|
|
6991
7141
|
"commentRange": {
|
|
6992
|
-
"start":
|
|
6993
|
-
"end":
|
|
7142
|
+
"start": 168,
|
|
7143
|
+
"end": 169
|
|
6994
7144
|
},
|
|
6995
7145
|
"context": {
|
|
6996
7146
|
"type": "variable",
|
|
@@ -6998,8 +7148,8 @@
|
|
|
6998
7148
|
"value": "$kendo-grid-header-border",
|
|
6999
7149
|
"scope": "default",
|
|
7000
7150
|
"line": {
|
|
7001
|
-
"start":
|
|
7002
|
-
"end":
|
|
7151
|
+
"start": 170,
|
|
7152
|
+
"end": 170
|
|
7003
7153
|
}
|
|
7004
7154
|
},
|
|
7005
7155
|
"group": [
|
|
@@ -7014,8 +7164,8 @@
|
|
|
7014
7164
|
{
|
|
7015
7165
|
"description": "Background color of alternating rows in grid\n",
|
|
7016
7166
|
"commentRange": {
|
|
7017
|
-
"start":
|
|
7018
|
-
"end":
|
|
7167
|
+
"start": 172,
|
|
7168
|
+
"end": 173
|
|
7019
7169
|
},
|
|
7020
7170
|
"context": {
|
|
7021
7171
|
"type": "variable",
|
|
@@ -7023,8 +7173,8 @@
|
|
|
7023
7173
|
"value": "$kendo-table-alt-row-bg",
|
|
7024
7174
|
"scope": "default",
|
|
7025
7175
|
"line": {
|
|
7026
|
-
"start":
|
|
7027
|
-
"end":
|
|
7176
|
+
"start": 174,
|
|
7177
|
+
"end": 174
|
|
7028
7178
|
}
|
|
7029
7179
|
},
|
|
7030
7180
|
"group": [
|
|
@@ -7039,8 +7189,8 @@
|
|
|
7039
7189
|
{
|
|
7040
7190
|
"description": "Text color of alternating rows in grid\n",
|
|
7041
7191
|
"commentRange": {
|
|
7042
|
-
"start":
|
|
7043
|
-
"end":
|
|
7192
|
+
"start": 175,
|
|
7193
|
+
"end": 176
|
|
7044
7194
|
},
|
|
7045
7195
|
"context": {
|
|
7046
7196
|
"type": "variable",
|
|
@@ -7048,8 +7198,258 @@
|
|
|
7048
7198
|
"value": "$kendo-table-alt-row-text",
|
|
7049
7199
|
"scope": "default",
|
|
7050
7200
|
"line": {
|
|
7051
|
-
"start":
|
|
7052
|
-
"end":
|
|
7201
|
+
"start": 177,
|
|
7202
|
+
"end": 177
|
|
7203
|
+
}
|
|
7204
|
+
},
|
|
7205
|
+
"group": [
|
|
7206
|
+
"grid"
|
|
7207
|
+
],
|
|
7208
|
+
"access": "public",
|
|
7209
|
+
"file": {
|
|
7210
|
+
"path": "grid/_variables.scss",
|
|
7211
|
+
"name": "_variables.scss"
|
|
7212
|
+
}
|
|
7213
|
+
},
|
|
7214
|
+
{
|
|
7215
|
+
"description": "Border color of alternating rows in grid\n",
|
|
7216
|
+
"commentRange": {
|
|
7217
|
+
"start": 178,
|
|
7218
|
+
"end": 179
|
|
7219
|
+
},
|
|
7220
|
+
"context": {
|
|
7221
|
+
"type": "variable",
|
|
7222
|
+
"name": "kendo-grid-alt-border",
|
|
7223
|
+
"value": "$kendo-table-alt-row-border",
|
|
7224
|
+
"scope": "default",
|
|
7225
|
+
"line": {
|
|
7226
|
+
"start": 180,
|
|
7227
|
+
"end": 180
|
|
7228
|
+
}
|
|
7229
|
+
},
|
|
7230
|
+
"group": [
|
|
7231
|
+
"grid"
|
|
7232
|
+
],
|
|
7233
|
+
"access": "public",
|
|
7234
|
+
"file": {
|
|
7235
|
+
"path": "grid/_variables.scss",
|
|
7236
|
+
"name": "_variables.scss"
|
|
7237
|
+
}
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"description": "Background color of hovered rows in grid\n",
|
|
7241
|
+
"commentRange": {
|
|
7242
|
+
"start": 182,
|
|
7243
|
+
"end": 183
|
|
7244
|
+
},
|
|
7245
|
+
"context": {
|
|
7246
|
+
"type": "variable",
|
|
7247
|
+
"name": "kendo-grid-hover-bg",
|
|
7248
|
+
"value": "$kendo-table-hover-bg",
|
|
7249
|
+
"scope": "default",
|
|
7250
|
+
"line": {
|
|
7251
|
+
"start": 184,
|
|
7252
|
+
"end": 184
|
|
7253
|
+
}
|
|
7254
|
+
},
|
|
7255
|
+
"group": [
|
|
7256
|
+
"grid"
|
|
7257
|
+
],
|
|
7258
|
+
"access": "public",
|
|
7259
|
+
"file": {
|
|
7260
|
+
"path": "grid/_variables.scss",
|
|
7261
|
+
"name": "_variables.scss"
|
|
7262
|
+
}
|
|
7263
|
+
},
|
|
7264
|
+
{
|
|
7265
|
+
"description": "Text color of hovered rows in grid\n",
|
|
7266
|
+
"commentRange": {
|
|
7267
|
+
"start": 185,
|
|
7268
|
+
"end": 186
|
|
7269
|
+
},
|
|
7270
|
+
"context": {
|
|
7271
|
+
"type": "variable",
|
|
7272
|
+
"name": "kendo-grid-hover-text",
|
|
7273
|
+
"value": "$kendo-table-hover-text",
|
|
7274
|
+
"scope": "default",
|
|
7275
|
+
"line": {
|
|
7276
|
+
"start": 187,
|
|
7277
|
+
"end": 187
|
|
7278
|
+
}
|
|
7279
|
+
},
|
|
7280
|
+
"group": [
|
|
7281
|
+
"grid"
|
|
7282
|
+
],
|
|
7283
|
+
"access": "public",
|
|
7284
|
+
"file": {
|
|
7285
|
+
"path": "grid/_variables.scss",
|
|
7286
|
+
"name": "_variables.scss"
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"description": "Border color of hovered rows in grid\n",
|
|
7291
|
+
"commentRange": {
|
|
7292
|
+
"start": 188,
|
|
7293
|
+
"end": 189
|
|
7294
|
+
},
|
|
7295
|
+
"context": {
|
|
7296
|
+
"type": "variable",
|
|
7297
|
+
"name": "kendo-grid-hover-border",
|
|
7298
|
+
"value": "$kendo-table-hover-border",
|
|
7299
|
+
"scope": "default",
|
|
7300
|
+
"line": {
|
|
7301
|
+
"start": 190,
|
|
7302
|
+
"end": 190
|
|
7303
|
+
}
|
|
7304
|
+
},
|
|
7305
|
+
"group": [
|
|
7306
|
+
"grid"
|
|
7307
|
+
],
|
|
7308
|
+
"access": "public",
|
|
7309
|
+
"file": {
|
|
7310
|
+
"path": "grid/_variables.scss",
|
|
7311
|
+
"name": "_variables.scss"
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
{
|
|
7315
|
+
"description": "Background color of selected rows in grid\n",
|
|
7316
|
+
"commentRange": {
|
|
7317
|
+
"start": 192,
|
|
7318
|
+
"end": 193
|
|
7319
|
+
},
|
|
7320
|
+
"context": {
|
|
7321
|
+
"type": "variable",
|
|
7322
|
+
"name": "kendo-grid-selected-bg",
|
|
7323
|
+
"value": "$kendo-table-selected-bg",
|
|
7324
|
+
"scope": "default",
|
|
7325
|
+
"line": {
|
|
7326
|
+
"start": 194,
|
|
7327
|
+
"end": 194
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
"group": [
|
|
7331
|
+
"grid"
|
|
7332
|
+
],
|
|
7333
|
+
"access": "public",
|
|
7334
|
+
"file": {
|
|
7335
|
+
"path": "grid/_variables.scss",
|
|
7336
|
+
"name": "_variables.scss"
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"description": "Text color of selected rows in grid\n",
|
|
7341
|
+
"commentRange": {
|
|
7342
|
+
"start": 195,
|
|
7343
|
+
"end": 196
|
|
7344
|
+
},
|
|
7345
|
+
"context": {
|
|
7346
|
+
"type": "variable",
|
|
7347
|
+
"name": "kendo-grid-selected-text",
|
|
7348
|
+
"value": "$kendo-table-selected-text",
|
|
7349
|
+
"scope": "default",
|
|
7350
|
+
"line": {
|
|
7351
|
+
"start": 197,
|
|
7352
|
+
"end": 197
|
|
7353
|
+
}
|
|
7354
|
+
},
|
|
7355
|
+
"group": [
|
|
7356
|
+
"grid"
|
|
7357
|
+
],
|
|
7358
|
+
"access": "public",
|
|
7359
|
+
"file": {
|
|
7360
|
+
"path": "grid/_variables.scss",
|
|
7361
|
+
"name": "_variables.scss"
|
|
7362
|
+
}
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"description": "Border color of selected rows in grid\n",
|
|
7366
|
+
"commentRange": {
|
|
7367
|
+
"start": 198,
|
|
7368
|
+
"end": 199
|
|
7369
|
+
},
|
|
7370
|
+
"context": {
|
|
7371
|
+
"type": "variable",
|
|
7372
|
+
"name": "kendo-grid-selected-border",
|
|
7373
|
+
"value": "$kendo-table-selected-border",
|
|
7374
|
+
"scope": "default",
|
|
7375
|
+
"line": {
|
|
7376
|
+
"start": 200,
|
|
7377
|
+
"end": 200
|
|
7378
|
+
}
|
|
7379
|
+
},
|
|
7380
|
+
"group": [
|
|
7381
|
+
"grid"
|
|
7382
|
+
],
|
|
7383
|
+
"access": "public",
|
|
7384
|
+
"file": {
|
|
7385
|
+
"path": "grid/_variables.scss",
|
|
7386
|
+
"name": "_variables.scss"
|
|
7387
|
+
}
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"description": "Background color of the selection aggregates container\n",
|
|
7391
|
+
"commentRange": {
|
|
7392
|
+
"start": 202,
|
|
7393
|
+
"end": 203
|
|
7394
|
+
},
|
|
7395
|
+
"context": {
|
|
7396
|
+
"type": "variable",
|
|
7397
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
7398
|
+
"value": "$kendo-grid-header-bg",
|
|
7399
|
+
"scope": "default",
|
|
7400
|
+
"line": {
|
|
7401
|
+
"start": 204,
|
|
7402
|
+
"end": 204
|
|
7403
|
+
}
|
|
7404
|
+
},
|
|
7405
|
+
"group": [
|
|
7406
|
+
"grid"
|
|
7407
|
+
],
|
|
7408
|
+
"access": "public",
|
|
7409
|
+
"file": {
|
|
7410
|
+
"path": "grid/_variables.scss",
|
|
7411
|
+
"name": "_variables.scss"
|
|
7412
|
+
}
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"description": "Text color of the selection aggregates container\n",
|
|
7416
|
+
"commentRange": {
|
|
7417
|
+
"start": 205,
|
|
7418
|
+
"end": 206
|
|
7419
|
+
},
|
|
7420
|
+
"context": {
|
|
7421
|
+
"type": "variable",
|
|
7422
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
7423
|
+
"value": "$kendo-grid-text",
|
|
7424
|
+
"scope": "default",
|
|
7425
|
+
"line": {
|
|
7426
|
+
"start": 207,
|
|
7427
|
+
"end": 207
|
|
7428
|
+
}
|
|
7429
|
+
},
|
|
7430
|
+
"group": [
|
|
7431
|
+
"grid"
|
|
7432
|
+
],
|
|
7433
|
+
"access": "public",
|
|
7434
|
+
"file": {
|
|
7435
|
+
"path": "grid/_variables.scss",
|
|
7436
|
+
"name": "_variables.scss"
|
|
7437
|
+
}
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"description": "Border color of the selection aggregates container\n",
|
|
7441
|
+
"commentRange": {
|
|
7442
|
+
"start": 208,
|
|
7443
|
+
"end": 209
|
|
7444
|
+
},
|
|
7445
|
+
"context": {
|
|
7446
|
+
"type": "variable",
|
|
7447
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
7448
|
+
"value": "$kendo-grid-border",
|
|
7449
|
+
"scope": "default",
|
|
7450
|
+
"line": {
|
|
7451
|
+
"start": 210,
|
|
7452
|
+
"end": 210
|
|
7053
7453
|
}
|
|
7054
7454
|
},
|
|
7055
7455
|
"group": [
|
|
@@ -7062,19 +7462,19 @@
|
|
|
7062
7462
|
}
|
|
7063
7463
|
},
|
|
7064
7464
|
{
|
|
7065
|
-
"description": "Border
|
|
7465
|
+
"description": "Border width of the selection aggregates container\n",
|
|
7066
7466
|
"commentRange": {
|
|
7067
|
-
"start":
|
|
7068
|
-
"end":
|
|
7467
|
+
"start": 211,
|
|
7468
|
+
"end": 212
|
|
7069
7469
|
},
|
|
7070
7470
|
"context": {
|
|
7071
7471
|
"type": "variable",
|
|
7072
|
-
"name": "kendo-grid-
|
|
7073
|
-
"value": "$kendo-
|
|
7472
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
7473
|
+
"value": "$kendo-grid-border-width",
|
|
7074
7474
|
"scope": "default",
|
|
7075
7475
|
"line": {
|
|
7076
|
-
"start":
|
|
7077
|
-
"end":
|
|
7476
|
+
"start": 213,
|
|
7477
|
+
"end": 213
|
|
7078
7478
|
}
|
|
7079
7479
|
},
|
|
7080
7480
|
"group": [
|
|
@@ -7087,19 +7487,19 @@
|
|
|
7087
7487
|
}
|
|
7088
7488
|
},
|
|
7089
7489
|
{
|
|
7090
|
-
"description": "
|
|
7490
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
7091
7491
|
"commentRange": {
|
|
7092
|
-
"start":
|
|
7093
|
-
"end":
|
|
7492
|
+
"start": 214,
|
|
7493
|
+
"end": 215
|
|
7094
7494
|
},
|
|
7095
7495
|
"context": {
|
|
7096
7496
|
"type": "variable",
|
|
7097
|
-
"name": "kendo-grid-
|
|
7098
|
-
"value": "$kendo-
|
|
7497
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
7498
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
7099
7499
|
"scope": "default",
|
|
7100
7500
|
"line": {
|
|
7101
|
-
"start":
|
|
7102
|
-
"end":
|
|
7501
|
+
"start": 216,
|
|
7502
|
+
"end": 216
|
|
7103
7503
|
}
|
|
7104
7504
|
},
|
|
7105
7505
|
"group": [
|
|
@@ -7112,19 +7512,19 @@
|
|
|
7112
7512
|
}
|
|
7113
7513
|
},
|
|
7114
7514
|
{
|
|
7115
|
-
"description": "
|
|
7515
|
+
"description": "Line height of the selection aggregates container\n",
|
|
7116
7516
|
"commentRange": {
|
|
7117
|
-
"start":
|
|
7118
|
-
"end":
|
|
7517
|
+
"start": 217,
|
|
7518
|
+
"end": 218
|
|
7119
7519
|
},
|
|
7120
7520
|
"context": {
|
|
7121
7521
|
"type": "variable",
|
|
7122
|
-
"name": "kendo-grid-
|
|
7123
|
-
"value": "$kendo-
|
|
7522
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
7523
|
+
"value": "$kendo-grid-line-height",
|
|
7124
7524
|
"scope": "default",
|
|
7125
7525
|
"line": {
|
|
7126
|
-
"start":
|
|
7127
|
-
"end":
|
|
7526
|
+
"start": 219,
|
|
7527
|
+
"end": 219
|
|
7128
7528
|
}
|
|
7129
7529
|
},
|
|
7130
7530
|
"group": [
|
|
@@ -7137,19 +7537,19 @@
|
|
|
7137
7537
|
}
|
|
7138
7538
|
},
|
|
7139
7539
|
{
|
|
7140
|
-
"description": "
|
|
7540
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
7141
7541
|
"commentRange": {
|
|
7142
|
-
"start":
|
|
7143
|
-
"end":
|
|
7542
|
+
"start": 220,
|
|
7543
|
+
"end": 221
|
|
7144
7544
|
},
|
|
7145
7545
|
"context": {
|
|
7146
7546
|
"type": "variable",
|
|
7147
|
-
"name": "kendo-grid-
|
|
7148
|
-
"value": "$kendo-
|
|
7547
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
7548
|
+
"value": "$kendo-font-weight-bold",
|
|
7149
7549
|
"scope": "default",
|
|
7150
7550
|
"line": {
|
|
7151
|
-
"start":
|
|
7152
|
-
"end":
|
|
7551
|
+
"start": 222,
|
|
7552
|
+
"end": 222
|
|
7153
7553
|
}
|
|
7154
7554
|
},
|
|
7155
7555
|
"group": [
|
|
@@ -7162,19 +7562,19 @@
|
|
|
7162
7562
|
}
|
|
7163
7563
|
},
|
|
7164
7564
|
{
|
|
7165
|
-
"description": "Background color of
|
|
7565
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
7166
7566
|
"commentRange": {
|
|
7167
|
-
"start":
|
|
7168
|
-
"end":
|
|
7567
|
+
"start": 307,
|
|
7568
|
+
"end": 308
|
|
7169
7569
|
},
|
|
7170
7570
|
"context": {
|
|
7171
7571
|
"type": "variable",
|
|
7172
|
-
"name": "kendo-grid-
|
|
7173
|
-
"value": "$kendo-
|
|
7572
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
7573
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
7174
7574
|
"scope": "default",
|
|
7175
7575
|
"line": {
|
|
7176
|
-
"start":
|
|
7177
|
-
"end":
|
|
7576
|
+
"start": 309,
|
|
7577
|
+
"end": 309
|
|
7178
7578
|
}
|
|
7179
7579
|
},
|
|
7180
7580
|
"group": [
|
|
@@ -7187,19 +7587,19 @@
|
|
|
7187
7587
|
}
|
|
7188
7588
|
},
|
|
7189
7589
|
{
|
|
7190
|
-
"description": "
|
|
7590
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
7191
7591
|
"commentRange": {
|
|
7192
|
-
"start":
|
|
7193
|
-
"end":
|
|
7592
|
+
"start": 310,
|
|
7593
|
+
"end": 311
|
|
7194
7594
|
},
|
|
7195
7595
|
"context": {
|
|
7196
7596
|
"type": "variable",
|
|
7197
|
-
"name": "kendo-grid-
|
|
7198
|
-
"value": "$kendo-
|
|
7597
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
7598
|
+
"value": "$kendo-color-primary",
|
|
7199
7599
|
"scope": "default",
|
|
7200
7600
|
"line": {
|
|
7201
|
-
"start":
|
|
7202
|
-
"end":
|
|
7601
|
+
"start": 312,
|
|
7602
|
+
"end": 312
|
|
7203
7603
|
}
|
|
7204
7604
|
},
|
|
7205
7605
|
"group": [
|
|
@@ -7212,19 +7612,19 @@
|
|
|
7212
7612
|
}
|
|
7213
7613
|
},
|
|
7214
7614
|
{
|
|
7215
|
-
"description": "
|
|
7615
|
+
"description": "Height of the grid row resize indicator\n",
|
|
7216
7616
|
"commentRange": {
|
|
7217
|
-
"start":
|
|
7218
|
-
"end":
|
|
7617
|
+
"start": 313,
|
|
7618
|
+
"end": 314
|
|
7219
7619
|
},
|
|
7220
7620
|
"context": {
|
|
7221
7621
|
"type": "variable",
|
|
7222
|
-
"name": "kendo-grid-
|
|
7223
|
-
"value": "$kendo-
|
|
7622
|
+
"name": "kendo-grid-row-resizer-height",
|
|
7623
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
7224
7624
|
"scope": "default",
|
|
7225
7625
|
"line": {
|
|
7226
|
-
"start":
|
|
7227
|
-
"end":
|
|
7626
|
+
"start": 315,
|
|
7627
|
+
"end": 315
|
|
7228
7628
|
}
|
|
7229
7629
|
},
|
|
7230
7630
|
"group": [
|
|
@@ -19864,8 +20264,8 @@
|
|
|
19864
20264
|
{
|
|
19865
20265
|
"description": "Base font size across all components.\n",
|
|
19866
20266
|
"commentRange": {
|
|
19867
|
-
"start":
|
|
19868
|
-
"end":
|
|
20267
|
+
"start": 244,
|
|
20268
|
+
"end": 245
|
|
19869
20269
|
},
|
|
19870
20270
|
"context": {
|
|
19871
20271
|
"type": "variable",
|
|
@@ -19873,8 +20273,8 @@
|
|
|
19873
20273
|
"value": "14px",
|
|
19874
20274
|
"scope": "default",
|
|
19875
20275
|
"line": {
|
|
19876
|
-
"start":
|
|
19877
|
-
"end":
|
|
20276
|
+
"start": 246,
|
|
20277
|
+
"end": 246
|
|
19878
20278
|
}
|
|
19879
20279
|
},
|
|
19880
20280
|
"group": [
|
|
@@ -19889,8 +20289,8 @@
|
|
|
19889
20289
|
{
|
|
19890
20290
|
"description": "Extra small font size across all components.\n",
|
|
19891
20291
|
"commentRange": {
|
|
19892
|
-
"start":
|
|
19893
|
-
"end":
|
|
20292
|
+
"start": 247,
|
|
20293
|
+
"end": 248
|
|
19894
20294
|
},
|
|
19895
20295
|
"context": {
|
|
19896
20296
|
"type": "variable",
|
|
@@ -19898,8 +20298,8 @@
|
|
|
19898
20298
|
"value": "10px",
|
|
19899
20299
|
"scope": "default",
|
|
19900
20300
|
"line": {
|
|
19901
|
-
"start":
|
|
19902
|
-
"end":
|
|
20301
|
+
"start": 249,
|
|
20302
|
+
"end": 249
|
|
19903
20303
|
}
|
|
19904
20304
|
},
|
|
19905
20305
|
"group": [
|
|
@@ -19914,8 +20314,8 @@
|
|
|
19914
20314
|
{
|
|
19915
20315
|
"description": "Small font size across all components.\n",
|
|
19916
20316
|
"commentRange": {
|
|
19917
|
-
"start":
|
|
19918
|
-
"end":
|
|
20317
|
+
"start": 250,
|
|
20318
|
+
"end": 251
|
|
19919
20319
|
},
|
|
19920
20320
|
"context": {
|
|
19921
20321
|
"type": "variable",
|
|
@@ -19923,8 +20323,8 @@
|
|
|
19923
20323
|
"value": "12px",
|
|
19924
20324
|
"scope": "default",
|
|
19925
20325
|
"line": {
|
|
19926
|
-
"start":
|
|
19927
|
-
"end":
|
|
20326
|
+
"start": 252,
|
|
20327
|
+
"end": 252
|
|
19928
20328
|
}
|
|
19929
20329
|
},
|
|
19930
20330
|
"group": [
|
|
@@ -19939,8 +20339,8 @@
|
|
|
19939
20339
|
{
|
|
19940
20340
|
"description": "Medium font size across all components.\n",
|
|
19941
20341
|
"commentRange": {
|
|
19942
|
-
"start":
|
|
19943
|
-
"end":
|
|
20342
|
+
"start": 253,
|
|
20343
|
+
"end": 254
|
|
19944
20344
|
},
|
|
19945
20345
|
"context": {
|
|
19946
20346
|
"type": "variable",
|
|
@@ -19948,8 +20348,8 @@
|
|
|
19948
20348
|
"value": "$kendo-font-size",
|
|
19949
20349
|
"scope": "default",
|
|
19950
20350
|
"line": {
|
|
19951
|
-
"start":
|
|
19952
|
-
"end":
|
|
20351
|
+
"start": 255,
|
|
20352
|
+
"end": 255
|
|
19953
20353
|
}
|
|
19954
20354
|
},
|
|
19955
20355
|
"group": [
|
|
@@ -19964,8 +20364,8 @@
|
|
|
19964
20364
|
{
|
|
19965
20365
|
"description": "Large font size across all components.\n",
|
|
19966
20366
|
"commentRange": {
|
|
19967
|
-
"start":
|
|
19968
|
-
"end":
|
|
20367
|
+
"start": 256,
|
|
20368
|
+
"end": 257
|
|
19969
20369
|
},
|
|
19970
20370
|
"context": {
|
|
19971
20371
|
"type": "variable",
|
|
@@ -19973,8 +20373,8 @@
|
|
|
19973
20373
|
"value": "16px",
|
|
19974
20374
|
"scope": "default",
|
|
19975
20375
|
"line": {
|
|
19976
|
-
"start":
|
|
19977
|
-
"end":
|
|
20376
|
+
"start": 258,
|
|
20377
|
+
"end": 258
|
|
19978
20378
|
}
|
|
19979
20379
|
},
|
|
19980
20380
|
"group": [
|
|
@@ -19989,8 +20389,8 @@
|
|
|
19989
20389
|
{
|
|
19990
20390
|
"description": "Extra large font size across all components.\n",
|
|
19991
20391
|
"commentRange": {
|
|
19992
|
-
"start":
|
|
19993
|
-
"end":
|
|
20392
|
+
"start": 259,
|
|
20393
|
+
"end": 260
|
|
19994
20394
|
},
|
|
19995
20395
|
"context": {
|
|
19996
20396
|
"type": "variable",
|
|
@@ -19998,8 +20398,8 @@
|
|
|
19998
20398
|
"value": "20px",
|
|
19999
20399
|
"scope": "default",
|
|
20000
20400
|
"line": {
|
|
20001
|
-
"start":
|
|
20002
|
-
"end":
|
|
20401
|
+
"start": 261,
|
|
20402
|
+
"end": 261
|
|
20003
20403
|
}
|
|
20004
20404
|
},
|
|
20005
20405
|
"group": [
|
|
@@ -20014,8 +20414,8 @@
|
|
|
20014
20414
|
{
|
|
20015
20415
|
"description": "Font family for text.\n",
|
|
20016
20416
|
"commentRange": {
|
|
20017
|
-
"start":
|
|
20018
|
-
"end":
|
|
20417
|
+
"start": 271,
|
|
20418
|
+
"end": 272
|
|
20019
20419
|
},
|
|
20020
20420
|
"context": {
|
|
20021
20421
|
"type": "variable",
|
|
@@ -20023,8 +20423,8 @@
|
|
|
20023
20423
|
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
20024
20424
|
"scope": "default",
|
|
20025
20425
|
"line": {
|
|
20026
|
-
"start":
|
|
20027
|
-
"end":
|
|
20426
|
+
"start": 273,
|
|
20427
|
+
"end": 273
|
|
20028
20428
|
}
|
|
20029
20429
|
},
|
|
20030
20430
|
"group": [
|
|
@@ -20039,8 +20439,8 @@
|
|
|
20039
20439
|
{
|
|
20040
20440
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
20041
20441
|
"commentRange": {
|
|
20042
|
-
"start":
|
|
20043
|
-
"end":
|
|
20442
|
+
"start": 275,
|
|
20443
|
+
"end": 276
|
|
20044
20444
|
},
|
|
20045
20445
|
"context": {
|
|
20046
20446
|
"type": "variable",
|
|
@@ -20048,8 +20448,8 @@
|
|
|
20048
20448
|
"value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
20049
20449
|
"scope": "default",
|
|
20050
20450
|
"line": {
|
|
20051
|
-
"start":
|
|
20052
|
-
"end":
|
|
20451
|
+
"start": 277,
|
|
20452
|
+
"end": 277
|
|
20053
20453
|
}
|
|
20054
20454
|
},
|
|
20055
20455
|
"group": [
|
|
@@ -20064,8 +20464,8 @@
|
|
|
20064
20464
|
{
|
|
20065
20465
|
"description": "Font family across all components.\n",
|
|
20066
20466
|
"commentRange": {
|
|
20067
|
-
"start":
|
|
20068
|
-
"end":
|
|
20467
|
+
"start": 279,
|
|
20468
|
+
"end": 280
|
|
20069
20469
|
},
|
|
20070
20470
|
"context": {
|
|
20071
20471
|
"type": "variable",
|
|
@@ -20073,8 +20473,8 @@
|
|
|
20073
20473
|
"value": "inherit",
|
|
20074
20474
|
"scope": "default",
|
|
20075
20475
|
"line": {
|
|
20076
|
-
"start":
|
|
20077
|
-
"end":
|
|
20476
|
+
"start": 281,
|
|
20477
|
+
"end": 281
|
|
20078
20478
|
}
|
|
20079
20479
|
},
|
|
20080
20480
|
"group": [
|
|
@@ -20089,8 +20489,8 @@
|
|
|
20089
20489
|
{
|
|
20090
20490
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
20091
20491
|
"commentRange": {
|
|
20092
|
-
"start":
|
|
20093
|
-
"end":
|
|
20492
|
+
"start": 283,
|
|
20493
|
+
"end": 284
|
|
20094
20494
|
},
|
|
20095
20495
|
"context": {
|
|
20096
20496
|
"type": "variable",
|
|
@@ -20098,8 +20498,8 @@
|
|
|
20098
20498
|
"value": "k-math-div( 20, 14 )",
|
|
20099
20499
|
"scope": "default",
|
|
20100
20500
|
"line": {
|
|
20101
|
-
"start":
|
|
20102
|
-
"end":
|
|
20501
|
+
"start": 285,
|
|
20502
|
+
"end": 285
|
|
20103
20503
|
}
|
|
20104
20504
|
},
|
|
20105
20505
|
"group": [
|
|
@@ -20114,8 +20514,8 @@
|
|
|
20114
20514
|
{
|
|
20115
20515
|
"description": "Extra small line height used along with $kendo-font-size-xs.\n",
|
|
20116
20516
|
"commentRange": {
|
|
20117
|
-
"start":
|
|
20118
|
-
"end":
|
|
20517
|
+
"start": 286,
|
|
20518
|
+
"end": 287
|
|
20119
20519
|
},
|
|
20120
20520
|
"context": {
|
|
20121
20521
|
"type": "variable",
|
|
@@ -20123,8 +20523,8 @@
|
|
|
20123
20523
|
"value": "1",
|
|
20124
20524
|
"scope": "default",
|
|
20125
20525
|
"line": {
|
|
20126
|
-
"start":
|
|
20127
|
-
"end":
|
|
20526
|
+
"start": 288,
|
|
20527
|
+
"end": 288
|
|
20128
20528
|
}
|
|
20129
20529
|
},
|
|
20130
20530
|
"group": [
|
|
@@ -20139,8 +20539,8 @@
|
|
|
20139
20539
|
{
|
|
20140
20540
|
"description": "Small line height used along with $kendo-font-size-sm.\n",
|
|
20141
20541
|
"commentRange": {
|
|
20142
|
-
"start":
|
|
20143
|
-
"end":
|
|
20542
|
+
"start": 289,
|
|
20543
|
+
"end": 290
|
|
20144
20544
|
},
|
|
20145
20545
|
"context": {
|
|
20146
20546
|
"type": "variable",
|
|
@@ -20148,8 +20548,8 @@
|
|
|
20148
20548
|
"value": "1.25",
|
|
20149
20549
|
"scope": "default",
|
|
20150
20550
|
"line": {
|
|
20151
|
-
"start":
|
|
20152
|
-
"end":
|
|
20551
|
+
"start": 291,
|
|
20552
|
+
"end": 291
|
|
20153
20553
|
}
|
|
20154
20554
|
},
|
|
20155
20555
|
"group": [
|
|
@@ -20164,8 +20564,8 @@
|
|
|
20164
20564
|
{
|
|
20165
20565
|
"description": "Medium line height used along with $kendo-font-size-md.\n",
|
|
20166
20566
|
"commentRange": {
|
|
20167
|
-
"start":
|
|
20168
|
-
"end":
|
|
20567
|
+
"start": 292,
|
|
20568
|
+
"end": 293
|
|
20169
20569
|
},
|
|
20170
20570
|
"context": {
|
|
20171
20571
|
"type": "variable",
|
|
@@ -20173,8 +20573,8 @@
|
|
|
20173
20573
|
"value": "$kendo-line-height",
|
|
20174
20574
|
"scope": "default",
|
|
20175
20575
|
"line": {
|
|
20176
|
-
"start":
|
|
20177
|
-
"end":
|
|
20576
|
+
"start": 294,
|
|
20577
|
+
"end": 294
|
|
20178
20578
|
}
|
|
20179
20579
|
},
|
|
20180
20580
|
"group": [
|
|
@@ -20189,8 +20589,8 @@
|
|
|
20189
20589
|
{
|
|
20190
20590
|
"description": "Large line height used along with $kendo-font-size-lg.\n",
|
|
20191
20591
|
"commentRange": {
|
|
20192
|
-
"start":
|
|
20193
|
-
"end":
|
|
20592
|
+
"start": 295,
|
|
20593
|
+
"end": 296
|
|
20194
20594
|
},
|
|
20195
20595
|
"context": {
|
|
20196
20596
|
"type": "variable",
|
|
@@ -20198,8 +20598,8 @@
|
|
|
20198
20598
|
"value": "1.5",
|
|
20199
20599
|
"scope": "default",
|
|
20200
20600
|
"line": {
|
|
20201
|
-
"start":
|
|
20202
|
-
"end":
|
|
20601
|
+
"start": 297,
|
|
20602
|
+
"end": 297
|
|
20203
20603
|
}
|
|
20204
20604
|
},
|
|
20205
20605
|
"group": [
|
|
@@ -20214,8 +20614,8 @@
|
|
|
20214
20614
|
{
|
|
20215
20615
|
"description": "Light font weight.\n",
|
|
20216
20616
|
"commentRange": {
|
|
20217
|
-
"start":
|
|
20218
|
-
"end":
|
|
20617
|
+
"start": 300,
|
|
20618
|
+
"end": 301
|
|
20219
20619
|
},
|
|
20220
20620
|
"context": {
|
|
20221
20621
|
"type": "variable",
|
|
@@ -20223,8 +20623,8 @@
|
|
|
20223
20623
|
"value": "300",
|
|
20224
20624
|
"scope": "default",
|
|
20225
20625
|
"line": {
|
|
20226
|
-
"start":
|
|
20227
|
-
"end":
|
|
20626
|
+
"start": 302,
|
|
20627
|
+
"end": 302
|
|
20228
20628
|
}
|
|
20229
20629
|
},
|
|
20230
20630
|
"group": [
|
|
@@ -20239,8 +20639,8 @@
|
|
|
20239
20639
|
{
|
|
20240
20640
|
"description": "Normal font weight.\n",
|
|
20241
20641
|
"commentRange": {
|
|
20242
|
-
"start":
|
|
20243
|
-
"end":
|
|
20642
|
+
"start": 303,
|
|
20643
|
+
"end": 304
|
|
20244
20644
|
},
|
|
20245
20645
|
"context": {
|
|
20246
20646
|
"type": "variable",
|
|
@@ -20248,8 +20648,8 @@
|
|
|
20248
20648
|
"value": "400",
|
|
20249
20649
|
"scope": "default",
|
|
20250
20650
|
"line": {
|
|
20251
|
-
"start":
|
|
20252
|
-
"end":
|
|
20651
|
+
"start": 305,
|
|
20652
|
+
"end": 305
|
|
20253
20653
|
}
|
|
20254
20654
|
},
|
|
20255
20655
|
"group": [
|
|
@@ -20264,8 +20664,8 @@
|
|
|
20264
20664
|
{
|
|
20265
20665
|
"description": "Medium font weight.\n",
|
|
20266
20666
|
"commentRange": {
|
|
20267
|
-
"start":
|
|
20268
|
-
"end":
|
|
20667
|
+
"start": 306,
|
|
20668
|
+
"end": 307
|
|
20269
20669
|
},
|
|
20270
20670
|
"context": {
|
|
20271
20671
|
"type": "variable",
|
|
@@ -20273,8 +20673,8 @@
|
|
|
20273
20673
|
"value": "500",
|
|
20274
20674
|
"scope": "default",
|
|
20275
20675
|
"line": {
|
|
20276
|
-
"start":
|
|
20277
|
-
"end":
|
|
20676
|
+
"start": 308,
|
|
20677
|
+
"end": 308
|
|
20278
20678
|
}
|
|
20279
20679
|
},
|
|
20280
20680
|
"group": [
|
|
@@ -20289,8 +20689,8 @@
|
|
|
20289
20689
|
{
|
|
20290
20690
|
"description": "Semibold font weight.\n",
|
|
20291
20691
|
"commentRange": {
|
|
20292
|
-
"start":
|
|
20293
|
-
"end":
|
|
20692
|
+
"start": 309,
|
|
20693
|
+
"end": 310
|
|
20294
20694
|
},
|
|
20295
20695
|
"context": {
|
|
20296
20696
|
"type": "variable",
|
|
@@ -20298,8 +20698,8 @@
|
|
|
20298
20698
|
"value": "600",
|
|
20299
20699
|
"scope": "default",
|
|
20300
20700
|
"line": {
|
|
20301
|
-
"start":
|
|
20302
|
-
"end":
|
|
20701
|
+
"start": 311,
|
|
20702
|
+
"end": 311
|
|
20303
20703
|
}
|
|
20304
20704
|
},
|
|
20305
20705
|
"group": [
|
|
@@ -20314,8 +20714,8 @@
|
|
|
20314
20714
|
{
|
|
20315
20715
|
"description": "Bold font weight.\n",
|
|
20316
20716
|
"commentRange": {
|
|
20317
|
-
"start":
|
|
20318
|
-
"end":
|
|
20717
|
+
"start": 312,
|
|
20718
|
+
"end": 313
|
|
20319
20719
|
},
|
|
20320
20720
|
"context": {
|
|
20321
20721
|
"type": "variable",
|
|
@@ -20323,8 +20723,8 @@
|
|
|
20323
20723
|
"value": "700",
|
|
20324
20724
|
"scope": "default",
|
|
20325
20725
|
"line": {
|
|
20326
|
-
"start":
|
|
20327
|
-
"end":
|
|
20726
|
+
"start": 314,
|
|
20727
|
+
"end": 314
|
|
20328
20728
|
}
|
|
20329
20729
|
},
|
|
20330
20730
|
"group": [
|
|
@@ -20339,8 +20739,8 @@
|
|
|
20339
20739
|
{
|
|
20340
20740
|
"description": "Letter spacing.\n",
|
|
20341
20741
|
"commentRange": {
|
|
20342
|
-
"start":
|
|
20343
|
-
"end":
|
|
20742
|
+
"start": 316,
|
|
20743
|
+
"end": 317
|
|
20344
20744
|
},
|
|
20345
20745
|
"context": {
|
|
20346
20746
|
"type": "variable",
|
|
@@ -20348,8 +20748,8 @@
|
|
|
20348
20748
|
"value": "null",
|
|
20349
20749
|
"scope": "default",
|
|
20350
20750
|
"line": {
|
|
20351
|
-
"start":
|
|
20352
|
-
"end":
|
|
20751
|
+
"start": 318,
|
|
20752
|
+
"end": 318
|
|
20353
20753
|
}
|
|
20354
20754
|
},
|
|
20355
20755
|
"group": [
|
|
@@ -20364,8 +20764,8 @@
|
|
|
20364
20764
|
{
|
|
20365
20765
|
"description": "The background of the components' chrome area.\n",
|
|
20366
20766
|
"commentRange": {
|
|
20367
|
-
"start":
|
|
20368
|
-
"end":
|
|
20767
|
+
"start": 364,
|
|
20768
|
+
"end": 364
|
|
20369
20769
|
},
|
|
20370
20770
|
"context": {
|
|
20371
20771
|
"type": "variable",
|
|
@@ -20373,8 +20773,8 @@
|
|
|
20373
20773
|
"value": "#fafafa",
|
|
20374
20774
|
"scope": "default",
|
|
20375
20775
|
"line": {
|
|
20376
|
-
"start":
|
|
20377
|
-
"end":
|
|
20776
|
+
"start": 365,
|
|
20777
|
+
"end": 365
|
|
20378
20778
|
}
|
|
20379
20779
|
},
|
|
20380
20780
|
"access": "public",
|
|
@@ -20389,8 +20789,8 @@
|
|
|
20389
20789
|
{
|
|
20390
20790
|
"description": "The text color of the components' chrome area.\n",
|
|
20391
20791
|
"commentRange": {
|
|
20392
|
-
"start":
|
|
20393
|
-
"end":
|
|
20792
|
+
"start": 366,
|
|
20793
|
+
"end": 366
|
|
20394
20794
|
},
|
|
20395
20795
|
"context": {
|
|
20396
20796
|
"type": "variable",
|
|
@@ -20398,8 +20798,8 @@
|
|
|
20398
20798
|
"value": "$kendo-body-text",
|
|
20399
20799
|
"scope": "default",
|
|
20400
20800
|
"line": {
|
|
20401
|
-
"start":
|
|
20402
|
-
"end":
|
|
20801
|
+
"start": 367,
|
|
20802
|
+
"end": 367
|
|
20403
20803
|
}
|
|
20404
20804
|
},
|
|
20405
20805
|
"access": "public",
|
|
@@ -20414,8 +20814,8 @@
|
|
|
20414
20814
|
{
|
|
20415
20815
|
"description": "The border color of the components' chrome area.\n",
|
|
20416
20816
|
"commentRange": {
|
|
20417
|
-
"start":
|
|
20418
|
-
"end":
|
|
20817
|
+
"start": 368,
|
|
20818
|
+
"end": 368
|
|
20419
20819
|
},
|
|
20420
20820
|
"context": {
|
|
20421
20821
|
"type": "variable",
|
|
@@ -20423,8 +20823,8 @@
|
|
|
20423
20823
|
"value": "rgba( black, .08 )",
|
|
20424
20824
|
"scope": "default",
|
|
20425
20825
|
"line": {
|
|
20426
|
-
"start":
|
|
20427
|
-
"end":
|
|
20826
|
+
"start": 369,
|
|
20827
|
+
"end": 369
|
|
20428
20828
|
}
|
|
20429
20829
|
},
|
|
20430
20830
|
"access": "public",
|
|
@@ -20439,8 +20839,8 @@
|
|
|
20439
20839
|
{
|
|
20440
20840
|
"description": "The gradient background of the components' chrome area.\n",
|
|
20441
20841
|
"commentRange": {
|
|
20442
|
-
"start":
|
|
20443
|
-
"end":
|
|
20842
|
+
"start": 370,
|
|
20843
|
+
"end": 370
|
|
20444
20844
|
},
|
|
20445
20845
|
"context": {
|
|
20446
20846
|
"type": "variable",
|
|
@@ -20448,8 +20848,8 @@
|
|
|
20448
20848
|
"value": "rgba( black, 0 ), rgba( black, .02 )",
|
|
20449
20849
|
"scope": "default",
|
|
20450
20850
|
"line": {
|
|
20451
|
-
"start":
|
|
20452
|
-
"end":
|
|
20851
|
+
"start": 371,
|
|
20852
|
+
"end": 371
|
|
20453
20853
|
}
|
|
20454
20854
|
},
|
|
20455
20855
|
"access": "public",
|
|
@@ -20464,8 +20864,8 @@
|
|
|
20464
20864
|
{
|
|
20465
20865
|
"description": "The background of hovered items.\n",
|
|
20466
20866
|
"commentRange": {
|
|
20467
|
-
"start":
|
|
20468
|
-
"end":
|
|
20867
|
+
"start": 373,
|
|
20868
|
+
"end": 373
|
|
20469
20869
|
},
|
|
20470
20870
|
"context": {
|
|
20471
20871
|
"type": "variable",
|
|
@@ -20473,8 +20873,8 @@
|
|
|
20473
20873
|
"value": "k-try-shade( $kendo-base-bg, .5 )",
|
|
20474
20874
|
"scope": "default",
|
|
20475
20875
|
"line": {
|
|
20476
|
-
"start":
|
|
20477
|
-
"end":
|
|
20876
|
+
"start": 374,
|
|
20877
|
+
"end": 374
|
|
20478
20878
|
}
|
|
20479
20879
|
},
|
|
20480
20880
|
"access": "public",
|
|
@@ -20489,8 +20889,8 @@
|
|
|
20489
20889
|
{
|
|
20490
20890
|
"description": "The text color of hovered items.\n",
|
|
20491
20891
|
"commentRange": {
|
|
20492
|
-
"start":
|
|
20493
|
-
"end":
|
|
20892
|
+
"start": 375,
|
|
20893
|
+
"end": 375
|
|
20494
20894
|
},
|
|
20495
20895
|
"context": {
|
|
20496
20896
|
"type": "variable",
|
|
@@ -20498,8 +20898,8 @@
|
|
|
20498
20898
|
"value": "$kendo-base-text",
|
|
20499
20899
|
"scope": "default",
|
|
20500
20900
|
"line": {
|
|
20501
|
-
"start":
|
|
20502
|
-
"end":
|
|
20901
|
+
"start": 376,
|
|
20902
|
+
"end": 376
|
|
20503
20903
|
}
|
|
20504
20904
|
},
|
|
20505
20905
|
"access": "public",
|
|
@@ -20514,8 +20914,8 @@
|
|
|
20514
20914
|
{
|
|
20515
20915
|
"description": "The border color of hovered items.\n",
|
|
20516
20916
|
"commentRange": {
|
|
20517
|
-
"start":
|
|
20518
|
-
"end":
|
|
20917
|
+
"start": 377,
|
|
20918
|
+
"end": 377
|
|
20519
20919
|
},
|
|
20520
20920
|
"context": {
|
|
20521
20921
|
"type": "variable",
|
|
@@ -20523,8 +20923,8 @@
|
|
|
20523
20923
|
"value": "$kendo-base-border",
|
|
20524
20924
|
"scope": "default",
|
|
20525
20925
|
"line": {
|
|
20526
|
-
"start":
|
|
20527
|
-
"end":
|
|
20926
|
+
"start": 378,
|
|
20927
|
+
"end": 378
|
|
20528
20928
|
}
|
|
20529
20929
|
},
|
|
20530
20930
|
"access": "public",
|
|
@@ -20539,8 +20939,8 @@
|
|
|
20539
20939
|
{
|
|
20540
20940
|
"description": "The gradient background of hovered items.\n",
|
|
20541
20941
|
"commentRange": {
|
|
20542
|
-
"start":
|
|
20543
|
-
"end":
|
|
20942
|
+
"start": 379,
|
|
20943
|
+
"end": 379
|
|
20544
20944
|
},
|
|
20545
20945
|
"context": {
|
|
20546
20946
|
"type": "variable",
|
|
@@ -20548,8 +20948,8 @@
|
|
|
20548
20948
|
"value": "$kendo-base-gradient",
|
|
20549
20949
|
"scope": "default",
|
|
20550
20950
|
"line": {
|
|
20551
|
-
"start":
|
|
20552
|
-
"end":
|
|
20951
|
+
"start": 380,
|
|
20952
|
+
"end": 380
|
|
20553
20953
|
}
|
|
20554
20954
|
},
|
|
20555
20955
|
"access": "public",
|
|
@@ -20564,8 +20964,8 @@
|
|
|
20564
20964
|
{
|
|
20565
20965
|
"description": "The background of selected items.\n",
|
|
20566
20966
|
"commentRange": {
|
|
20567
|
-
"start":
|
|
20568
|
-
"end":
|
|
20967
|
+
"start": 382,
|
|
20968
|
+
"end": 382
|
|
20569
20969
|
},
|
|
20570
20970
|
"context": {
|
|
20571
20971
|
"type": "variable",
|
|
@@ -20573,8 +20973,8 @@
|
|
|
20573
20973
|
"value": "$kendo-color-primary",
|
|
20574
20974
|
"scope": "default",
|
|
20575
20975
|
"line": {
|
|
20576
|
-
"start":
|
|
20577
|
-
"end":
|
|
20976
|
+
"start": 383,
|
|
20977
|
+
"end": 383
|
|
20578
20978
|
}
|
|
20579
20979
|
},
|
|
20580
20980
|
"access": "public",
|
|
@@ -20589,8 +20989,8 @@
|
|
|
20589
20989
|
{
|
|
20590
20990
|
"description": "The text color of selected items.\n",
|
|
20591
20991
|
"commentRange": {
|
|
20592
|
-
"start":
|
|
20593
|
-
"end":
|
|
20992
|
+
"start": 384,
|
|
20993
|
+
"end": 384
|
|
20594
20994
|
},
|
|
20595
20995
|
"context": {
|
|
20596
20996
|
"type": "variable",
|
|
@@ -20598,8 +20998,8 @@
|
|
|
20598
20998
|
"value": "k-contrast-legacy( $kendo-selected-bg )",
|
|
20599
20999
|
"scope": "default",
|
|
20600
21000
|
"line": {
|
|
20601
|
-
"start":
|
|
20602
|
-
"end":
|
|
21001
|
+
"start": 385,
|
|
21002
|
+
"end": 385
|
|
20603
21003
|
}
|
|
20604
21004
|
},
|
|
20605
21005
|
"access": "public",
|
|
@@ -20614,8 +21014,8 @@
|
|
|
20614
21014
|
{
|
|
20615
21015
|
"description": "The border color of selected items.\n",
|
|
20616
21016
|
"commentRange": {
|
|
20617
|
-
"start":
|
|
20618
|
-
"end":
|
|
21017
|
+
"start": 386,
|
|
21018
|
+
"end": 386
|
|
20619
21019
|
},
|
|
20620
21020
|
"context": {
|
|
20621
21021
|
"type": "variable",
|
|
@@ -20623,8 +21023,8 @@
|
|
|
20623
21023
|
"value": "$kendo-base-border",
|
|
20624
21024
|
"scope": "default",
|
|
20625
21025
|
"line": {
|
|
20626
|
-
"start":
|
|
20627
|
-
"end":
|
|
21026
|
+
"start": 387,
|
|
21027
|
+
"end": 387
|
|
20628
21028
|
}
|
|
20629
21029
|
},
|
|
20630
21030
|
"access": "public",
|
|
@@ -20639,8 +21039,8 @@
|
|
|
20639
21039
|
{
|
|
20640
21040
|
"description": "The gradient background of selected items.\n",
|
|
20641
21041
|
"commentRange": {
|
|
20642
|
-
"start":
|
|
20643
|
-
"end":
|
|
21042
|
+
"start": 388,
|
|
21043
|
+
"end": 388
|
|
20644
21044
|
},
|
|
20645
21045
|
"context": {
|
|
20646
21046
|
"type": "variable",
|
|
@@ -20648,8 +21048,8 @@
|
|
|
20648
21048
|
"value": "$kendo-base-gradient",
|
|
20649
21049
|
"scope": "default",
|
|
20650
21050
|
"line": {
|
|
20651
|
-
"start":
|
|
20652
|
-
"end":
|
|
21051
|
+
"start": 389,
|
|
21052
|
+
"end": 389
|
|
20653
21053
|
}
|
|
20654
21054
|
},
|
|
20655
21055
|
"access": "public",
|
|
@@ -20664,8 +21064,8 @@
|
|
|
20664
21064
|
{
|
|
20665
21065
|
"description": "The background of selected and hovered items.\n",
|
|
20666
21066
|
"commentRange": {
|
|
20667
|
-
"start":
|
|
20668
|
-
"end":
|
|
21067
|
+
"start": 391,
|
|
21068
|
+
"end": 391
|
|
20669
21069
|
},
|
|
20670
21070
|
"context": {
|
|
20671
21071
|
"type": "variable",
|
|
@@ -20673,8 +21073,8 @@
|
|
|
20673
21073
|
"value": "k-try-shade( $kendo-selected-bg, .5 )",
|
|
20674
21074
|
"scope": "default",
|
|
20675
21075
|
"line": {
|
|
20676
|
-
"start":
|
|
20677
|
-
"end":
|
|
21076
|
+
"start": 392,
|
|
21077
|
+
"end": 392
|
|
20678
21078
|
}
|
|
20679
21079
|
},
|
|
20680
21080
|
"access": "public",
|
|
@@ -20689,8 +21089,8 @@
|
|
|
20689
21089
|
{
|
|
20690
21090
|
"description": "The text color of selected and hovered items.\n",
|
|
20691
21091
|
"commentRange": {
|
|
20692
|
-
"start":
|
|
20693
|
-
"end":
|
|
21092
|
+
"start": 393,
|
|
21093
|
+
"end": 393
|
|
20694
21094
|
},
|
|
20695
21095
|
"context": {
|
|
20696
21096
|
"type": "variable",
|
|
@@ -20698,8 +21098,8 @@
|
|
|
20698
21098
|
"value": "$kendo-selected-text",
|
|
20699
21099
|
"scope": "default",
|
|
20700
21100
|
"line": {
|
|
20701
|
-
"start":
|
|
20702
|
-
"end":
|
|
21101
|
+
"start": 394,
|
|
21102
|
+
"end": 394
|
|
20703
21103
|
}
|
|
20704
21104
|
},
|
|
20705
21105
|
"access": "public",
|
|
@@ -20714,8 +21114,8 @@
|
|
|
20714
21114
|
{
|
|
20715
21115
|
"description": "The border of selected and hovered items.\n",
|
|
20716
21116
|
"commentRange": {
|
|
20717
|
-
"start":
|
|
20718
|
-
"end":
|
|
21117
|
+
"start": 395,
|
|
21118
|
+
"end": 395
|
|
20719
21119
|
},
|
|
20720
21120
|
"context": {
|
|
20721
21121
|
"type": "variable",
|
|
@@ -20723,8 +21123,8 @@
|
|
|
20723
21123
|
"value": "$kendo-base-border",
|
|
20724
21124
|
"scope": "default",
|
|
20725
21125
|
"line": {
|
|
20726
|
-
"start":
|
|
20727
|
-
"end":
|
|
21126
|
+
"start": 396,
|
|
21127
|
+
"end": 396
|
|
20728
21128
|
}
|
|
20729
21129
|
},
|
|
20730
21130
|
"access": "public",
|
|
@@ -20739,8 +21139,8 @@
|
|
|
20739
21139
|
{
|
|
20740
21140
|
"description": "The gradient of selected and hovered items.\n",
|
|
20741
21141
|
"commentRange": {
|
|
20742
|
-
"start":
|
|
20743
|
-
"end":
|
|
21142
|
+
"start": 397,
|
|
21143
|
+
"end": 397
|
|
20744
21144
|
},
|
|
20745
21145
|
"context": {
|
|
20746
21146
|
"type": "variable",
|
|
@@ -20748,8 +21148,8 @@
|
|
|
20748
21148
|
"value": "$kendo-base-gradient",
|
|
20749
21149
|
"scope": "default",
|
|
20750
21150
|
"line": {
|
|
20751
|
-
"start":
|
|
20752
|
-
"end":
|
|
21151
|
+
"start": 398,
|
|
21152
|
+
"end": 398
|
|
20753
21153
|
}
|
|
20754
21154
|
},
|
|
20755
21155
|
"access": "public",
|
|
@@ -20764,8 +21164,8 @@
|
|
|
20764
21164
|
{
|
|
20765
21165
|
"description": "Box shadow of focused items.\n",
|
|
20766
21166
|
"commentRange": {
|
|
20767
|
-
"start":
|
|
20768
|
-
"end":
|
|
21167
|
+
"start": 401,
|
|
21168
|
+
"end": 401
|
|
20769
21169
|
},
|
|
20770
21170
|
"context": {
|
|
20771
21171
|
"type": "variable",
|
|
@@ -20773,8 +21173,8 @@
|
|
|
20773
21173
|
"value": "inset 0 0 0 2px rgba(0, 0, 0, .13)",
|
|
20774
21174
|
"scope": "default",
|
|
20775
21175
|
"line": {
|
|
20776
|
-
"start":
|
|
20777
|
-
"end":
|
|
21176
|
+
"start": 402,
|
|
21177
|
+
"end": 402
|
|
20778
21178
|
}
|
|
20779
21179
|
},
|
|
20780
21180
|
"access": "public",
|
|
@@ -20789,8 +21189,8 @@
|
|
|
20789
21189
|
{
|
|
20790
21190
|
"description": "Transition used across all components.\n",
|
|
20791
21191
|
"commentRange": {
|
|
20792
|
-
"start":
|
|
20793
|
-
"end":
|
|
21192
|
+
"start": 404,
|
|
21193
|
+
"end": 404
|
|
20794
21194
|
},
|
|
20795
21195
|
"context": {
|
|
20796
21196
|
"type": "variable",
|
|
@@ -20798,8 +21198,8 @@
|
|
|
20798
21198
|
"value": "color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out",
|
|
20799
21199
|
"scope": "default",
|
|
20800
21200
|
"line": {
|
|
20801
|
-
"start":
|
|
20802
|
-
"end":
|
|
21201
|
+
"start": 405,
|
|
21202
|
+
"end": 405
|
|
20803
21203
|
}
|
|
20804
21204
|
},
|
|
20805
21205
|
"access": "public",
|
|
@@ -20814,8 +21214,8 @@
|
|
|
20814
21214
|
{
|
|
20815
21215
|
"description": "Text color of disabled items.\n",
|
|
20816
21216
|
"commentRange": {
|
|
20817
|
-
"start":
|
|
20818
|
-
"end":
|
|
21217
|
+
"start": 408,
|
|
21218
|
+
"end": 408
|
|
20819
21219
|
},
|
|
20820
21220
|
"context": {
|
|
20821
21221
|
"type": "variable",
|
|
@@ -20823,8 +21223,8 @@
|
|
|
20823
21223
|
"value": "#8f8f8f",
|
|
20824
21224
|
"scope": "default",
|
|
20825
21225
|
"line": {
|
|
20826
|
-
"start":
|
|
20827
|
-
"end":
|
|
21226
|
+
"start": 409,
|
|
21227
|
+
"end": 409
|
|
20828
21228
|
}
|
|
20829
21229
|
},
|
|
20830
21230
|
"access": "public",
|
|
@@ -20839,8 +21239,8 @@
|
|
|
20839
21239
|
{
|
|
20840
21240
|
"description": "Filter used for disabled items.\n",
|
|
20841
21241
|
"commentRange": {
|
|
20842
|
-
"start":
|
|
20843
|
-
"end":
|
|
21242
|
+
"start": 410,
|
|
21243
|
+
"end": 410
|
|
20844
21244
|
},
|
|
20845
21245
|
"context": {
|
|
20846
21246
|
"type": "variable",
|
|
@@ -20848,8 +21248,8 @@
|
|
|
20848
21248
|
"value": "grayscale(.1)",
|
|
20849
21249
|
"scope": "default",
|
|
20850
21250
|
"line": {
|
|
20851
|
-
"start":
|
|
20852
|
-
"end":
|
|
21251
|
+
"start": 411,
|
|
21252
|
+
"end": 411
|
|
20853
21253
|
}
|
|
20854
21254
|
},
|
|
20855
21255
|
"access": "public",
|
|
@@ -20864,8 +21264,8 @@
|
|
|
20864
21264
|
{
|
|
20865
21265
|
"description": "Opacity used for disabled items.\n",
|
|
20866
21266
|
"commentRange": {
|
|
20867
|
-
"start":
|
|
20868
|
-
"end":
|
|
21267
|
+
"start": 412,
|
|
21268
|
+
"end": 412
|
|
20869
21269
|
},
|
|
20870
21270
|
"context": {
|
|
20871
21271
|
"type": "variable",
|
|
@@ -20873,8 +21273,8 @@
|
|
|
20873
21273
|
"value": ".6",
|
|
20874
21274
|
"scope": "default",
|
|
20875
21275
|
"line": {
|
|
20876
|
-
"start":
|
|
20877
|
-
"end":
|
|
21276
|
+
"start": 413,
|
|
21277
|
+
"end": 413
|
|
20878
21278
|
}
|
|
20879
21279
|
},
|
|
20880
21280
|
"access": "public",
|