@progress/kendo-theme-material 7.1.0-dev.0 → 7.1.0-dev.10
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 +393 -43
- package/dist/all.scss +3114 -1647
- package/dist/meta/sassdoc-data.json +2900 -1660
- package/dist/meta/sassdoc-raw-data.json +1389 -818
- package/dist/meta/variables.json +592 -412
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -6
- package/scss/_variables.scss +0 -224
- package/scss/action-buttons/_theme.scss +2 -2
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_theme.scss +12 -1
- package/scss/breadcrumb/_variables.scss +2 -2
- package/scss/button/_theme.scss +3 -3
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +3 -3
- package/scss/chat/_variables.scss +2 -2
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +4 -4
- package/scss/chip/_theme.scss +16 -13
- package/scss/chip/_variables.scss +8 -8
- package/scss/core/_index.scss +4 -1
- package/scss/core/color-system/_functions.scss +101 -0
- package/scss/core/color-system/_palettes-legacy.scss +671 -0
- package/scss/core/color-system/_palettes.scss +297 -0
- package/scss/core/color-system/_swatch-legacy.scss +65 -0
- package/scss/core/color-system/_swatch.scss +426 -0
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dock-manager/_variables.scss +2 -2
- package/scss/draggable/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +20 -20
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +8 -8
- package/scss/grid/_theme.scss +67 -52
- package/scss/grid/_variables.scss +9 -6
- package/scss/index.scss +2 -0
- package/scss/input/_variables.scss +20 -7
- package/scss/list/_theme.scss +8 -0
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +5 -2
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +2 -2
- package/scss/panelbar/_variables.scss +12 -12
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +8 -8
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/prompt/_index.scss +37 -0
- package/scss/prompt/_layout.scss +6 -0
- package/scss/prompt/_theme.scss +6 -0
- package/scss/prompt/_variables.scss +66 -0
- package/scss/radio/_theme.scss +1 -1
- package/scss/scheduler/_theme.scss +12 -0
- package/scss/scheduler/_variables.scss +7 -7
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +7 -7
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_layout.scss +25 -0
- package/scss/table/_theme.scss +31 -16
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +5 -4
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +4 -4
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/core/color-system/_color-system-material.scss +0 -801
- package/scss/core/color-system/index.import.scss +0 -1
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"context": {
|
|
284
284
|
"type": "variable",
|
|
285
285
|
"name": "kendo-appbar-light-text",
|
|
286
|
-
"value": "k-contrast-color( $kendo-color-light )",
|
|
286
|
+
"value": "if($kendo-enable-color-system, k-color( on-light ), k-contrast-color( $kendo-color-light ))",
|
|
287
287
|
"scope": "default",
|
|
288
288
|
"line": {
|
|
289
289
|
"start": 40,
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"context": {
|
|
334
334
|
"type": "variable",
|
|
335
335
|
"name": "kendo-appbar-dark-text",
|
|
336
|
-
"value": "k-contrast-color( $kendo-color-dark )",
|
|
336
|
+
"value": "if($kendo-enable-color-system, k-color( on-dark ), k-contrast-color( $kendo-color-dark ))",
|
|
337
337
|
"scope": "default",
|
|
338
338
|
"line": {
|
|
339
339
|
"start": 47,
|
|
@@ -2683,7 +2683,7 @@
|
|
|
2683
2683
|
"context": {
|
|
2684
2684
|
"type": "variable",
|
|
2685
2685
|
"name": "kendo-breadcrumb-link-focus-bg",
|
|
2686
|
-
"value": "k-map-get( $theme, focus-bg )",
|
|
2686
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))",
|
|
2687
2687
|
"scope": "default",
|
|
2688
2688
|
"line": {
|
|
2689
2689
|
"start": 150,
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"context": {
|
|
2934
2934
|
"type": "variable",
|
|
2935
2935
|
"name": "kendo-breadcrumb-root-link-focus-bg",
|
|
2936
|
-
"value": "k-map-get( $theme, focus-bg )",
|
|
2936
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-map-get( $theme, focus-bg ))",
|
|
2937
2937
|
"scope": "default",
|
|
2938
2938
|
"line": {
|
|
2939
2939
|
"start": 183,
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
"context": {
|
|
4334
4334
|
"type": "variable",
|
|
4335
4335
|
"name": "kendo-button-disabled-bg",
|
|
4336
|
-
"value": "k-try-shade( $kendo-body-bg, 12% )",
|
|
4336
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .09 ), k-try-shade( $kendo-body-bg, 12% ))",
|
|
4337
4337
|
"scope": "default",
|
|
4338
4338
|
"line": {
|
|
4339
4339
|
"start": 193,
|
|
@@ -4358,7 +4358,7 @@
|
|
|
4358
4358
|
"context": {
|
|
4359
4359
|
"type": "variable",
|
|
4360
4360
|
"name": "kendo-button-disabled-text",
|
|
4361
|
-
"value": "$kendo-disabled-text",
|
|
4361
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, rgba ), .32 ), $kendo-disabled-text)",
|
|
4362
4362
|
"scope": "default",
|
|
4363
4363
|
"line": {
|
|
4364
4364
|
"start": 196,
|
|
@@ -4383,7 +4383,7 @@
|
|
|
4383
4383
|
"context": {
|
|
4384
4384
|
"type": "variable",
|
|
4385
4385
|
"name": "kendo-button-disabled-border",
|
|
4386
|
-
"value": "$kendo-button-disabled-bg",
|
|
4386
|
+
"value": "if($kendo-enable-color-system, transparent, $kendo-button-disabled-bg)",
|
|
4387
4387
|
"scope": "default",
|
|
4388
4388
|
"line": {
|
|
4389
4389
|
"start": 199,
|
|
@@ -6333,7 +6333,7 @@
|
|
|
6333
6333
|
"context": {
|
|
6334
6334
|
"type": "variable",
|
|
6335
6335
|
"name": "kendo-series-a",
|
|
6336
|
-
"value": "get-base-hue( purple, 500 )",
|
|
6336
|
+
"value": "if($kendo-enable-color-system, k-color( series-a ), get-base-hue( purple, 500 ))",
|
|
6337
6337
|
"scope": "default",
|
|
6338
6338
|
"line": {
|
|
6339
6339
|
"start": 8,
|
|
@@ -6358,7 +6358,7 @@
|
|
|
6358
6358
|
"context": {
|
|
6359
6359
|
"type": "variable",
|
|
6360
6360
|
"name": "kendo-series-b",
|
|
6361
|
-
"value": "get-base-hue( blue, 500 )",
|
|
6361
|
+
"value": "if($kendo-enable-color-system, k-color( series-b ), get-base-hue( blue, 500 ))",
|
|
6362
6362
|
"scope": "default",
|
|
6363
6363
|
"line": {
|
|
6364
6364
|
"start": 16,
|
|
@@ -6383,7 +6383,7 @@
|
|
|
6383
6383
|
"context": {
|
|
6384
6384
|
"type": "variable",
|
|
6385
6385
|
"name": "kendo-series-c",
|
|
6386
|
-
"value": "get-base-hue( teal, 500 )",
|
|
6386
|
+
"value": "if($kendo-enable-color-system, k-color( series-c ), get-base-hue( teal, 500 ))",
|
|
6387
6387
|
"scope": "default",
|
|
6388
6388
|
"line": {
|
|
6389
6389
|
"start": 24,
|
|
@@ -6408,7 +6408,7 @@
|
|
|
6408
6408
|
"context": {
|
|
6409
6409
|
"type": "variable",
|
|
6410
6410
|
"name": "kendo-series-d",
|
|
6411
|
-
"value": "get-base-hue( yellow, 500 )",
|
|
6411
|
+
"value": "if($kendo-enable-color-system, k-color( series-d ), get-base-hue( yellow, 500 ))",
|
|
6412
6412
|
"scope": "default",
|
|
6413
6413
|
"line": {
|
|
6414
6414
|
"start": 32,
|
|
@@ -6433,7 +6433,7 @@
|
|
|
6433
6433
|
"context": {
|
|
6434
6434
|
"type": "variable",
|
|
6435
6435
|
"name": "kendo-series-e",
|
|
6436
|
-
"value": "get-base-hue( red, 500 )",
|
|
6436
|
+
"value": "if($kendo-enable-color-system, k-color( series-e ), get-base-hue( red, 500 ))",
|
|
6437
6437
|
"scope": "default",
|
|
6438
6438
|
"line": {
|
|
6439
6439
|
"start": 40,
|
|
@@ -6458,7 +6458,7 @@
|
|
|
6458
6458
|
"context": {
|
|
6459
6459
|
"type": "variable",
|
|
6460
6460
|
"name": "kendo-series-f",
|
|
6461
|
-
"value": "get-base-hue( green, 500 )",
|
|
6461
|
+
"value": "if($kendo-enable-color-system, k-color( series-f ), get-base-hue( green, 500 ))",
|
|
6462
6462
|
"scope": "default",
|
|
6463
6463
|
"line": {
|
|
6464
6464
|
"start": 48,
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
"context": {
|
|
6509
6509
|
"type": "variable",
|
|
6510
6510
|
"name": "kendo-chart-major-lines",
|
|
6511
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
6511
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 )",
|
|
6512
6512
|
"scope": "default",
|
|
6513
6513
|
"line": {
|
|
6514
6514
|
"start": 103,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"context": {
|
|
6534
6534
|
"type": "variable",
|
|
6535
6535
|
"name": "kendo-chart-minor-lines",
|
|
6536
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )",
|
|
6536
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 )",
|
|
6537
6537
|
"scope": "default",
|
|
6538
6538
|
"line": {
|
|
6539
6539
|
"start": 107,
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"context": {
|
|
6859
6859
|
"type": "variable",
|
|
6860
6860
|
"name": "kendo-checkbox-border",
|
|
6861
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 )",
|
|
6861
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .54 )",
|
|
6862
6862
|
"scope": "default",
|
|
6863
6863
|
"line": {
|
|
6864
6864
|
"start": 67,
|
|
@@ -6983,7 +6983,7 @@
|
|
|
6983
6983
|
"context": {
|
|
6984
6984
|
"type": "variable",
|
|
6985
6985
|
"name": "kendo-checkbox-checked-text",
|
|
6986
|
-
"value": "k-contrast-color( $kendo-checkbox-checked-bg )",
|
|
6986
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg ))",
|
|
6987
6987
|
"scope": "default",
|
|
6988
6988
|
"line": {
|
|
6989
6989
|
"start": 84,
|
|
@@ -7258,7 +7258,7 @@
|
|
|
7258
7258
|
"context": {
|
|
7259
7259
|
"type": "variable",
|
|
7260
7260
|
"name": "kendo-checkbox-disabled-border",
|
|
7261
|
-
"value": "k-try-shade( $kendo-component-bg, 4 )",
|
|
7261
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 4 ))",
|
|
7262
7262
|
"scope": "default",
|
|
7263
7263
|
"line": {
|
|
7264
7264
|
"start": 120,
|
|
@@ -7308,7 +7308,7 @@
|
|
|
7308
7308
|
"context": {
|
|
7309
7309
|
"type": "variable",
|
|
7310
7310
|
"name": "kendo-checkbox-disabled-checked-text",
|
|
7311
|
-
"value": "k-contrast-color( $kendo-checkbox-disabled-checked-bg )",
|
|
7311
|
+
"value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))",
|
|
7312
7312
|
"scope": "default",
|
|
7313
7313
|
"line": {
|
|
7314
7314
|
"start": 128,
|
|
@@ -8233,7 +8233,7 @@
|
|
|
8233
8233
|
"context": {
|
|
8234
8234
|
"type": "variable",
|
|
8235
8235
|
"name": "kendo-chip-base-bg",
|
|
8236
|
-
"value": "if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black)",
|
|
8236
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black))",
|
|
8237
8237
|
"scope": "default",
|
|
8238
8238
|
"line": {
|
|
8239
8239
|
"start": 95,
|
|
@@ -8283,7 +8283,7 @@
|
|
|
8283
8283
|
"context": {
|
|
8284
8284
|
"type": "variable",
|
|
8285
8285
|
"name": "kendo-chip-solid-bg",
|
|
8286
|
-
"value": "if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% ))",
|
|
8286
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% )))",
|
|
8287
8287
|
"scope": "default",
|
|
8288
8288
|
"line": {
|
|
8289
8289
|
"start": 109,
|
|
@@ -8408,7 +8408,7 @@
|
|
|
8408
8408
|
"context": {
|
|
8409
8409
|
"type": "variable",
|
|
8410
8410
|
"name": "kendo-chip-solid-focus-bg",
|
|
8411
|
-
"value": "k-try-tint( $kendo-chip-base-bg, 80% )",
|
|
8411
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 80% ))",
|
|
8412
8412
|
"scope": "default",
|
|
8413
8413
|
"line": {
|
|
8414
8414
|
"start": 125,
|
|
@@ -8458,7 +8458,7 @@
|
|
|
8458
8458
|
"context": {
|
|
8459
8459
|
"type": "variable",
|
|
8460
8460
|
"name": "kendo-chip-solid-hover-bg",
|
|
8461
|
-
"value": "k-try-tint( $kendo-chip-base-bg, 84% )",
|
|
8461
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 84% ))",
|
|
8462
8462
|
"scope": "default",
|
|
8463
8463
|
"line": {
|
|
8464
8464
|
"start": 132,
|
|
@@ -8508,7 +8508,7 @@
|
|
|
8508
8508
|
"context": {
|
|
8509
8509
|
"type": "variable",
|
|
8510
8510
|
"name": "kendo-chip-solid-selected-bg",
|
|
8511
|
-
"value": "k-try-tint( $kendo-chip-base-bg, 76% )",
|
|
8511
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 76% ))",
|
|
8512
8512
|
"scope": "default",
|
|
8513
8513
|
"line": {
|
|
8514
8514
|
"start": 139,
|
|
@@ -8658,7 +8658,7 @@
|
|
|
8658
8658
|
"context": {
|
|
8659
8659
|
"type": "variable",
|
|
8660
8660
|
"name": "kendo-chip-outline-hover-bg",
|
|
8661
|
-
"value": "k-try-tint( $kendo-chip-base-bg, 92% )",
|
|
8661
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 92% ))",
|
|
8662
8662
|
"scope": "default",
|
|
8663
8663
|
"line": {
|
|
8664
8664
|
"start": 159,
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
"context": {
|
|
8684
8684
|
"type": "variable",
|
|
8685
8685
|
"name": "kendo-chip-outline-hover-text",
|
|
8686
|
-
"value": "k-contrast-color( $kendo-chip-outline-hover-bg )",
|
|
8686
|
+
"value": "if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg ))",
|
|
8687
8687
|
"scope": "default",
|
|
8688
8688
|
"line": {
|
|
8689
8689
|
"start": 162,
|
|
@@ -8708,7 +8708,7 @@
|
|
|
8708
8708
|
"context": {
|
|
8709
8709
|
"type": "variable",
|
|
8710
8710
|
"name": "kendo-chip-outline-selected-bg",
|
|
8711
|
-
"value": "k-try-tint( $kendo-chip-base-bg, 84% )",
|
|
8711
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 84% ))",
|
|
8712
8712
|
"scope": "default",
|
|
8713
8713
|
"line": {
|
|
8714
8714
|
"start": 166,
|
|
@@ -9850,62 +9850,35 @@
|
|
|
9850
9850
|
}
|
|
9851
9851
|
},
|
|
9852
9852
|
{
|
|
9853
|
-
"description": "The
|
|
9853
|
+
"description": "The global default Colors map.\n",
|
|
9854
9854
|
"commentRange": {
|
|
9855
|
-
"start":
|
|
9856
|
-
"end":
|
|
9857
|
-
},
|
|
9858
|
-
"context": {
|
|
9859
|
-
"type": "variable",
|
|
9860
|
-
"name": "kendo-color-white",
|
|
9861
|
-
"value": "#ffffff",
|
|
9862
|
-
"scope": "private",
|
|
9863
|
-
"line": {
|
|
9864
|
-
"start": 7,
|
|
9865
|
-
"end": 7
|
|
9866
|
-
}
|
|
9867
|
-
},
|
|
9868
|
-
"type": "Color",
|
|
9869
|
-
"group": [
|
|
9870
|
-
"color-system"
|
|
9871
|
-
],
|
|
9872
|
-
"access": "public",
|
|
9873
|
-
"file": {
|
|
9874
|
-
"path": "_variables.scss",
|
|
9875
|
-
"name": "_variables.scss"
|
|
9876
|
-
}
|
|
9877
|
-
},
|
|
9878
|
-
{
|
|
9879
|
-
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
9880
|
-
"commentRange": {
|
|
9881
|
-
"start": 9,
|
|
9882
|
-
"end": 12
|
|
9855
|
+
"start": 178,
|
|
9856
|
+
"end": 179
|
|
9883
9857
|
},
|
|
9884
9858
|
"context": {
|
|
9885
9859
|
"type": "variable",
|
|
9886
|
-
"name": "kendo-
|
|
9887
|
-
"value": "
|
|
9888
|
-
"scope": "
|
|
9860
|
+
"name": "kendo-colors",
|
|
9861
|
+
"value": "$_default-colors",
|
|
9862
|
+
"scope": "default",
|
|
9889
9863
|
"line": {
|
|
9890
|
-
"start":
|
|
9891
|
-
"end":
|
|
9864
|
+
"start": 180,
|
|
9865
|
+
"end": 180
|
|
9892
9866
|
}
|
|
9893
9867
|
},
|
|
9894
|
-
"type": "Color",
|
|
9895
9868
|
"group": [
|
|
9896
9869
|
"color-system"
|
|
9897
9870
|
],
|
|
9898
9871
|
"access": "public",
|
|
9899
9872
|
"file": {
|
|
9900
|
-
"path": "
|
|
9901
|
-
"name": "
|
|
9873
|
+
"path": "core/color-system/_swatch.scss",
|
|
9874
|
+
"name": "_swatch.scss"
|
|
9902
9875
|
}
|
|
9903
9876
|
},
|
|
9904
9877
|
{
|
|
9905
9878
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
9906
9879
|
"commentRange": {
|
|
9907
|
-
"start":
|
|
9908
|
-
"end":
|
|
9880
|
+
"start": 247,
|
|
9881
|
+
"end": 250
|
|
9909
9882
|
},
|
|
9910
9883
|
"context": {
|
|
9911
9884
|
"type": "variable",
|
|
@@ -9913,8 +9886,8 @@
|
|
|
9913
9886
|
"value": "material-color( $primary-palette, main )",
|
|
9914
9887
|
"scope": "default",
|
|
9915
9888
|
"line": {
|
|
9916
|
-
"start":
|
|
9917
|
-
"end":
|
|
9889
|
+
"start": 251,
|
|
9890
|
+
"end": 251
|
|
9918
9891
|
}
|
|
9919
9892
|
},
|
|
9920
9893
|
"group": [
|
|
@@ -9923,15 +9896,15 @@
|
|
|
9923
9896
|
"type": "Color",
|
|
9924
9897
|
"access": "public",
|
|
9925
9898
|
"file": {
|
|
9926
|
-
"path": "
|
|
9927
|
-
"name": "
|
|
9899
|
+
"path": "core/color-system/_swatch.scss",
|
|
9900
|
+
"name": "_swatch.scss"
|
|
9928
9901
|
}
|
|
9929
9902
|
},
|
|
9930
9903
|
{
|
|
9931
9904
|
"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",
|
|
9932
9905
|
"commentRange": {
|
|
9933
|
-
"start":
|
|
9934
|
-
"end":
|
|
9906
|
+
"start": 255,
|
|
9907
|
+
"end": 258
|
|
9935
9908
|
},
|
|
9936
9909
|
"context": {
|
|
9937
9910
|
"type": "variable",
|
|
@@ -9939,8 +9912,8 @@
|
|
|
9939
9912
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
9940
9913
|
"scope": "default",
|
|
9941
9914
|
"line": {
|
|
9942
|
-
"start":
|
|
9943
|
-
"end":
|
|
9915
|
+
"start": 259,
|
|
9916
|
+
"end": 259
|
|
9944
9917
|
}
|
|
9945
9918
|
},
|
|
9946
9919
|
"group": [
|
|
@@ -9949,15 +9922,15 @@
|
|
|
9949
9922
|
"type": "Color",
|
|
9950
9923
|
"access": "public",
|
|
9951
9924
|
"file": {
|
|
9952
|
-
"path": "
|
|
9953
|
-
"name": "
|
|
9925
|
+
"path": "core/color-system/_swatch.scss",
|
|
9926
|
+
"name": "_swatch.scss"
|
|
9954
9927
|
}
|
|
9955
9928
|
},
|
|
9956
9929
|
{
|
|
9957
9930
|
"description": "The secondary color of the theme.\n",
|
|
9958
9931
|
"commentRange": {
|
|
9959
|
-
"start":
|
|
9960
|
-
"end":
|
|
9932
|
+
"start": 261,
|
|
9933
|
+
"end": 263
|
|
9961
9934
|
},
|
|
9962
9935
|
"context": {
|
|
9963
9936
|
"type": "variable",
|
|
@@ -9965,8 +9938,8 @@
|
|
|
9965
9938
|
"value": "material-color( $secondary-palette, main )",
|
|
9966
9939
|
"scope": "default",
|
|
9967
9940
|
"line": {
|
|
9968
|
-
"start":
|
|
9969
|
-
"end":
|
|
9941
|
+
"start": 264,
|
|
9942
|
+
"end": 264
|
|
9970
9943
|
}
|
|
9971
9944
|
},
|
|
9972
9945
|
"group": [
|
|
@@ -9975,15 +9948,15 @@
|
|
|
9975
9948
|
"type": "Color",
|
|
9976
9949
|
"access": "public",
|
|
9977
9950
|
"file": {
|
|
9978
|
-
"path": "
|
|
9979
|
-
"name": "
|
|
9951
|
+
"path": "core/color-system/_swatch.scss",
|
|
9952
|
+
"name": "_swatch.scss"
|
|
9980
9953
|
}
|
|
9981
9954
|
},
|
|
9982
9955
|
{
|
|
9983
9956
|
"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",
|
|
9984
9957
|
"commentRange": {
|
|
9985
|
-
"start":
|
|
9986
|
-
"end":
|
|
9958
|
+
"start": 268,
|
|
9959
|
+
"end": 271
|
|
9987
9960
|
},
|
|
9988
9961
|
"context": {
|
|
9989
9962
|
"type": "variable",
|
|
@@ -9991,8 +9964,8 @@
|
|
|
9991
9964
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
9992
9965
|
"scope": "default",
|
|
9993
9966
|
"line": {
|
|
9994
|
-
"start":
|
|
9995
|
-
"end":
|
|
9967
|
+
"start": 272,
|
|
9968
|
+
"end": 272
|
|
9996
9969
|
}
|
|
9997
9970
|
},
|
|
9998
9971
|
"group": [
|
|
@@ -10001,15 +9974,15 @@
|
|
|
10001
9974
|
"type": "Color",
|
|
10002
9975
|
"access": "public",
|
|
10003
9976
|
"file": {
|
|
10004
|
-
"path": "
|
|
10005
|
-
"name": "
|
|
9977
|
+
"path": "core/color-system/_swatch.scss",
|
|
9978
|
+
"name": "_swatch.scss"
|
|
10006
9979
|
}
|
|
10007
9980
|
},
|
|
10008
9981
|
{
|
|
10009
9982
|
"description": "The tertiary color of the theme.\n",
|
|
10010
9983
|
"commentRange": {
|
|
10011
|
-
"start":
|
|
10012
|
-
"end":
|
|
9984
|
+
"start": 274,
|
|
9985
|
+
"end": 276
|
|
10013
9986
|
},
|
|
10014
9987
|
"context": {
|
|
10015
9988
|
"type": "variable",
|
|
@@ -10017,8 +9990,8 @@
|
|
|
10017
9990
|
"value": "material-color($tertiary-palette, main)",
|
|
10018
9991
|
"scope": "default",
|
|
10019
9992
|
"line": {
|
|
10020
|
-
"start":
|
|
10021
|
-
"end":
|
|
9993
|
+
"start": 277,
|
|
9994
|
+
"end": 277
|
|
10022
9995
|
}
|
|
10023
9996
|
},
|
|
10024
9997
|
"group": [
|
|
@@ -10027,15 +10000,15 @@
|
|
|
10027
10000
|
"type": "Color",
|
|
10028
10001
|
"access": "public",
|
|
10029
10002
|
"file": {
|
|
10030
|
-
"path": "
|
|
10031
|
-
"name": "
|
|
10003
|
+
"path": "core/color-system/_swatch.scss",
|
|
10004
|
+
"name": "_swatch.scss"
|
|
10032
10005
|
}
|
|
10033
10006
|
},
|
|
10034
10007
|
{
|
|
10035
10008
|
"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",
|
|
10036
10009
|
"commentRange": {
|
|
10037
|
-
"start":
|
|
10038
|
-
"end":
|
|
10010
|
+
"start": 281,
|
|
10011
|
+
"end": 284
|
|
10039
10012
|
},
|
|
10040
10013
|
"context": {
|
|
10041
10014
|
"type": "variable",
|
|
@@ -10043,8 +10016,8 @@
|
|
|
10043
10016
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
10044
10017
|
"scope": "default",
|
|
10045
10018
|
"line": {
|
|
10046
|
-
"start":
|
|
10047
|
-
"end":
|
|
10019
|
+
"start": 285,
|
|
10020
|
+
"end": 285
|
|
10048
10021
|
}
|
|
10049
10022
|
},
|
|
10050
10023
|
"group": [
|
|
@@ -10053,15 +10026,15 @@
|
|
|
10053
10026
|
"type": "Color",
|
|
10054
10027
|
"access": "public",
|
|
10055
10028
|
"file": {
|
|
10056
|
-
"path": "
|
|
10057
|
-
"name": "
|
|
10029
|
+
"path": "core/color-system/_swatch.scss",
|
|
10030
|
+
"name": "_swatch.scss"
|
|
10058
10031
|
}
|
|
10059
10032
|
},
|
|
10060
10033
|
{
|
|
10061
10034
|
"description": "The color for informational messages and states.\n",
|
|
10062
10035
|
"commentRange": {
|
|
10063
|
-
"start":
|
|
10064
|
-
"end":
|
|
10036
|
+
"start": 287,
|
|
10037
|
+
"end": 289
|
|
10065
10038
|
},
|
|
10066
10039
|
"context": {
|
|
10067
10040
|
"type": "variable",
|
|
@@ -10069,8 +10042,8 @@
|
|
|
10069
10042
|
"value": "#0058e9",
|
|
10070
10043
|
"scope": "default",
|
|
10071
10044
|
"line": {
|
|
10072
|
-
"start":
|
|
10073
|
-
"end":
|
|
10045
|
+
"start": 290,
|
|
10046
|
+
"end": 290
|
|
10074
10047
|
}
|
|
10075
10048
|
},
|
|
10076
10049
|
"group": [
|
|
@@ -10079,15 +10052,15 @@
|
|
|
10079
10052
|
"type": "Color",
|
|
10080
10053
|
"access": "public",
|
|
10081
10054
|
"file": {
|
|
10082
|
-
"path": "
|
|
10083
|
-
"name": "
|
|
10055
|
+
"path": "core/color-system/_swatch.scss",
|
|
10056
|
+
"name": "_swatch.scss"
|
|
10084
10057
|
}
|
|
10085
10058
|
},
|
|
10086
10059
|
{
|
|
10087
10060
|
"description": "The color for success messages and states.\n",
|
|
10088
10061
|
"commentRange": {
|
|
10089
|
-
"start":
|
|
10090
|
-
"end":
|
|
10062
|
+
"start": 294,
|
|
10063
|
+
"end": 296
|
|
10091
10064
|
},
|
|
10092
10065
|
"context": {
|
|
10093
10066
|
"type": "variable",
|
|
@@ -10095,8 +10068,8 @@
|
|
|
10095
10068
|
"value": "#37b400",
|
|
10096
10069
|
"scope": "default",
|
|
10097
10070
|
"line": {
|
|
10098
|
-
"start":
|
|
10099
|
-
"end":
|
|
10071
|
+
"start": 297,
|
|
10072
|
+
"end": 297
|
|
10100
10073
|
}
|
|
10101
10074
|
},
|
|
10102
10075
|
"group": [
|
|
@@ -10105,15 +10078,15 @@
|
|
|
10105
10078
|
"type": "Color",
|
|
10106
10079
|
"access": "public",
|
|
10107
10080
|
"file": {
|
|
10108
|
-
"path": "
|
|
10109
|
-
"name": "
|
|
10081
|
+
"path": "core/color-system/_swatch.scss",
|
|
10082
|
+
"name": "_swatch.scss"
|
|
10110
10083
|
}
|
|
10111
10084
|
},
|
|
10112
10085
|
{
|
|
10113
10086
|
"description": "The color for warning messages and states.\n",
|
|
10114
10087
|
"commentRange": {
|
|
10115
|
-
"start":
|
|
10116
|
-
"end":
|
|
10088
|
+
"start": 301,
|
|
10089
|
+
"end": 303
|
|
10117
10090
|
},
|
|
10118
10091
|
"context": {
|
|
10119
10092
|
"type": "variable",
|
|
@@ -10121,8 +10094,8 @@
|
|
|
10121
10094
|
"value": "#ffc000",
|
|
10122
10095
|
"scope": "default",
|
|
10123
10096
|
"line": {
|
|
10124
|
-
"start":
|
|
10125
|
-
"end":
|
|
10097
|
+
"start": 304,
|
|
10098
|
+
"end": 304
|
|
10126
10099
|
}
|
|
10127
10100
|
},
|
|
10128
10101
|
"group": [
|
|
@@ -10131,15 +10104,15 @@
|
|
|
10131
10104
|
"type": "Color",
|
|
10132
10105
|
"access": "public",
|
|
10133
10106
|
"file": {
|
|
10134
|
-
"path": "
|
|
10135
|
-
"name": "
|
|
10107
|
+
"path": "core/color-system/_swatch.scss",
|
|
10108
|
+
"name": "_swatch.scss"
|
|
10136
10109
|
}
|
|
10137
10110
|
},
|
|
10138
10111
|
{
|
|
10139
10112
|
"description": "The color for error messages and states.\n",
|
|
10140
10113
|
"commentRange": {
|
|
10141
|
-
"start":
|
|
10142
|
-
"end":
|
|
10114
|
+
"start": 308,
|
|
10115
|
+
"end": 310
|
|
10143
10116
|
},
|
|
10144
10117
|
"context": {
|
|
10145
10118
|
"type": "variable",
|
|
@@ -10147,8 +10120,8 @@
|
|
|
10147
10120
|
"value": "#f31700",
|
|
10148
10121
|
"scope": "default",
|
|
10149
10122
|
"line": {
|
|
10150
|
-
"start":
|
|
10151
|
-
"end":
|
|
10123
|
+
"start": 311,
|
|
10124
|
+
"end": 311
|
|
10152
10125
|
}
|
|
10153
10126
|
},
|
|
10154
10127
|
"group": [
|
|
@@ -10157,15 +10130,15 @@
|
|
|
10157
10130
|
"type": "Color",
|
|
10158
10131
|
"access": "public",
|
|
10159
10132
|
"file": {
|
|
10160
|
-
"path": "
|
|
10161
|
-
"name": "
|
|
10133
|
+
"path": "core/color-system/_swatch.scss",
|
|
10134
|
+
"name": "_swatch.scss"
|
|
10162
10135
|
}
|
|
10163
10136
|
},
|
|
10164
10137
|
{
|
|
10165
10138
|
"description": "The dark color of the theme.\n",
|
|
10166
10139
|
"commentRange": {
|
|
10167
|
-
"start":
|
|
10168
|
-
"end":
|
|
10140
|
+
"start": 315,
|
|
10141
|
+
"end": 317
|
|
10169
10142
|
},
|
|
10170
10143
|
"context": {
|
|
10171
10144
|
"type": "variable",
|
|
@@ -10173,8 +10146,8 @@
|
|
|
10173
10146
|
"value": "get-base-hue( gray, 800 )",
|
|
10174
10147
|
"scope": "default",
|
|
10175
10148
|
"line": {
|
|
10176
|
-
"start":
|
|
10177
|
-
"end":
|
|
10149
|
+
"start": 318,
|
|
10150
|
+
"end": 318
|
|
10178
10151
|
}
|
|
10179
10152
|
},
|
|
10180
10153
|
"group": [
|
|
@@ -10183,15 +10156,15 @@
|
|
|
10183
10156
|
"type": "Color",
|
|
10184
10157
|
"access": "public",
|
|
10185
10158
|
"file": {
|
|
10186
|
-
"path": "
|
|
10187
|
-
"name": "
|
|
10159
|
+
"path": "core/color-system/_swatch.scss",
|
|
10160
|
+
"name": "_swatch.scss"
|
|
10188
10161
|
}
|
|
10189
10162
|
},
|
|
10190
10163
|
{
|
|
10191
10164
|
"description": "The light color of the theme.\n",
|
|
10192
10165
|
"commentRange": {
|
|
10193
|
-
"start":
|
|
10194
|
-
"end":
|
|
10166
|
+
"start": 320,
|
|
10167
|
+
"end": 322
|
|
10195
10168
|
},
|
|
10196
10169
|
"context": {
|
|
10197
10170
|
"type": "variable",
|
|
@@ -10199,8 +10172,8 @@
|
|
|
10199
10172
|
"value": "get-base-hue( gray, 100 )",
|
|
10200
10173
|
"scope": "default",
|
|
10201
10174
|
"line": {
|
|
10202
|
-
"start":
|
|
10203
|
-
"end":
|
|
10175
|
+
"start": 323,
|
|
10176
|
+
"end": 323
|
|
10204
10177
|
}
|
|
10205
10178
|
},
|
|
10206
10179
|
"group": [
|
|
@@ -10209,15 +10182,15 @@
|
|
|
10209
10182
|
"type": "Color",
|
|
10210
10183
|
"access": "public",
|
|
10211
10184
|
"file": {
|
|
10212
|
-
"path": "
|
|
10213
|
-
"name": "
|
|
10185
|
+
"path": "core/color-system/_swatch.scss",
|
|
10186
|
+
"name": "_swatch.scss"
|
|
10214
10187
|
}
|
|
10215
10188
|
},
|
|
10216
10189
|
{
|
|
10217
10190
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
10218
10191
|
"commentRange": {
|
|
10219
|
-
"start":
|
|
10220
|
-
"end":
|
|
10192
|
+
"start": 325,
|
|
10193
|
+
"end": 326
|
|
10221
10194
|
},
|
|
10222
10195
|
"context": {
|
|
10223
10196
|
"type": "variable",
|
|
@@ -10225,8 +10198,8 @@
|
|
|
10225
10198
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
10226
10199
|
"scope": "default",
|
|
10227
10200
|
"line": {
|
|
10228
|
-
"start":
|
|
10229
|
-
"end":
|
|
10201
|
+
"start": 327,
|
|
10202
|
+
"end": 327
|
|
10230
10203
|
}
|
|
10231
10204
|
},
|
|
10232
10205
|
"group": [
|
|
@@ -10234,60 +10207,8 @@
|
|
|
10234
10207
|
],
|
|
10235
10208
|
"access": "public",
|
|
10236
10209
|
"file": {
|
|
10237
|
-
"path": "
|
|
10238
|
-
"name": "
|
|
10239
|
-
}
|
|
10240
|
-
},
|
|
10241
|
-
{
|
|
10242
|
-
"description": "The color white.\nNote: you cannot change this value.\n",
|
|
10243
|
-
"commentRange": {
|
|
10244
|
-
"start": 3,
|
|
10245
|
-
"end": 6
|
|
10246
|
-
},
|
|
10247
|
-
"context": {
|
|
10248
|
-
"type": "variable",
|
|
10249
|
-
"name": "kendo-color-white",
|
|
10250
|
-
"value": "#ffffff",
|
|
10251
|
-
"scope": "private",
|
|
10252
|
-
"line": {
|
|
10253
|
-
"start": 7,
|
|
10254
|
-
"end": 7
|
|
10255
|
-
}
|
|
10256
|
-
},
|
|
10257
|
-
"type": "Color",
|
|
10258
|
-
"group": [
|
|
10259
|
-
"color-system"
|
|
10260
|
-
],
|
|
10261
|
-
"access": "public",
|
|
10262
|
-
"file": {
|
|
10263
|
-
"path": "core/color-system/_color-system-material.scss",
|
|
10264
|
-
"name": "_color-system-material.scss"
|
|
10265
|
-
}
|
|
10266
|
-
},
|
|
10267
|
-
{
|
|
10268
|
-
"description": "The color black.\nNote: you cannot change this value.\n",
|
|
10269
|
-
"commentRange": {
|
|
10270
|
-
"start": 9,
|
|
10271
|
-
"end": 12
|
|
10272
|
-
},
|
|
10273
|
-
"context": {
|
|
10274
|
-
"type": "variable",
|
|
10275
|
-
"name": "kendo-color-black",
|
|
10276
|
-
"value": "#000000",
|
|
10277
|
-
"scope": "private",
|
|
10278
|
-
"line": {
|
|
10279
|
-
"start": 13,
|
|
10280
|
-
"end": 13
|
|
10281
|
-
}
|
|
10282
|
-
},
|
|
10283
|
-
"type": "Color",
|
|
10284
|
-
"group": [
|
|
10285
|
-
"color-system"
|
|
10286
|
-
],
|
|
10287
|
-
"access": "public",
|
|
10288
|
-
"file": {
|
|
10289
|
-
"path": "core/color-system/_color-system-material.scss",
|
|
10290
|
-
"name": "_color-system-material.scss"
|
|
10210
|
+
"path": "core/color-system/_swatch.scss",
|
|
10211
|
+
"name": "_swatch.scss"
|
|
10291
10212
|
}
|
|
10292
10213
|
},
|
|
10293
10214
|
{
|
|
@@ -11093,8 +11014,8 @@
|
|
|
11093
11014
|
{
|
|
11094
11015
|
"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",
|
|
11095
11016
|
"commentRange": {
|
|
11096
|
-
"start":
|
|
11097
|
-
"end":
|
|
11017
|
+
"start": 361,
|
|
11018
|
+
"end": 363
|
|
11098
11019
|
},
|
|
11099
11020
|
"context": {
|
|
11100
11021
|
"type": "variable",
|
|
@@ -11102,8 +11023,8 @@
|
|
|
11102
11023
|
"value": "k-map-get( $theme, component-bg )",
|
|
11103
11024
|
"scope": "default",
|
|
11104
11025
|
"line": {
|
|
11105
|
-
"start":
|
|
11106
|
-
"end":
|
|
11026
|
+
"start": 364,
|
|
11027
|
+
"end": 364
|
|
11107
11028
|
}
|
|
11108
11029
|
},
|
|
11109
11030
|
"group": [
|
|
@@ -11111,15 +11032,15 @@
|
|
|
11111
11032
|
],
|
|
11112
11033
|
"access": "public",
|
|
11113
11034
|
"file": {
|
|
11114
|
-
"path": "
|
|
11115
|
-
"name": "
|
|
11035
|
+
"path": "core/color-system/_swatch.scss",
|
|
11036
|
+
"name": "_swatch.scss"
|
|
11116
11037
|
}
|
|
11117
11038
|
},
|
|
11118
11039
|
{
|
|
11119
11040
|
"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",
|
|
11120
11041
|
"commentRange": {
|
|
11121
|
-
"start":
|
|
11122
|
-
"end":
|
|
11042
|
+
"start": 365,
|
|
11043
|
+
"end": 367
|
|
11123
11044
|
},
|
|
11124
11045
|
"context": {
|
|
11125
11046
|
"type": "variable",
|
|
@@ -11127,8 +11048,8 @@
|
|
|
11127
11048
|
"value": "k-map-get( $theme, component-text )",
|
|
11128
11049
|
"scope": "default",
|
|
11129
11050
|
"line": {
|
|
11130
|
-
"start":
|
|
11131
|
-
"end":
|
|
11051
|
+
"start": 368,
|
|
11052
|
+
"end": 368
|
|
11132
11053
|
}
|
|
11133
11054
|
},
|
|
11134
11055
|
"group": [
|
|
@@ -11136,15 +11057,15 @@
|
|
|
11136
11057
|
],
|
|
11137
11058
|
"access": "public",
|
|
11138
11059
|
"file": {
|
|
11139
|
-
"path": "
|
|
11140
|
-
"name": "
|
|
11060
|
+
"path": "core/color-system/_swatch.scss",
|
|
11061
|
+
"name": "_swatch.scss"
|
|
11141
11062
|
}
|
|
11142
11063
|
},
|
|
11143
11064
|
{
|
|
11144
11065
|
"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",
|
|
11145
11066
|
"commentRange": {
|
|
11146
|
-
"start":
|
|
11147
|
-
"end":
|
|
11067
|
+
"start": 369,
|
|
11068
|
+
"end": 371
|
|
11148
11069
|
},
|
|
11149
11070
|
"context": {
|
|
11150
11071
|
"type": "variable",
|
|
@@ -11152,8 +11073,8 @@
|
|
|
11152
11073
|
"value": "k-map-get( $theme, component-border )",
|
|
11153
11074
|
"scope": "default",
|
|
11154
11075
|
"line": {
|
|
11155
|
-
"start":
|
|
11156
|
-
"end":
|
|
11076
|
+
"start": 372,
|
|
11077
|
+
"end": 372
|
|
11157
11078
|
}
|
|
11158
11079
|
},
|
|
11159
11080
|
"group": [
|
|
@@ -11161,8 +11082,8 @@
|
|
|
11161
11082
|
],
|
|
11162
11083
|
"access": "public",
|
|
11163
11084
|
"file": {
|
|
11164
|
-
"path": "
|
|
11165
|
-
"name": "
|
|
11085
|
+
"path": "core/color-system/_swatch.scss",
|
|
11086
|
+
"name": "_swatch.scss"
|
|
11166
11087
|
}
|
|
11167
11088
|
},
|
|
11168
11089
|
{
|
|
@@ -12074,7 +11995,7 @@
|
|
|
12074
11995
|
"context": {
|
|
12075
11996
|
"type": "variable",
|
|
12076
11997
|
"name": "kendo-dock-indicator-hover-bg",
|
|
12077
|
-
"value": "k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )",
|
|
11998
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-color-mix( $kendo-color-white, $kendo-color-primary, 8% ))",
|
|
12078
11999
|
"scope": "default",
|
|
12079
12000
|
"line": {
|
|
12080
12001
|
"start": 94,
|
|
@@ -12199,7 +12120,7 @@
|
|
|
12199
12120
|
"context": {
|
|
12200
12121
|
"type": "variable",
|
|
12201
12122
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
12202
|
-
"value": "rgba( $kendo-color-primary, .16 )",
|
|
12123
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 ))",
|
|
12203
12124
|
"scope": "default",
|
|
12204
12125
|
"line": {
|
|
12205
12126
|
"start": 110,
|
|
@@ -12474,7 +12395,7 @@
|
|
|
12474
12395
|
"context": {
|
|
12475
12396
|
"type": "variable",
|
|
12476
12397
|
"name": "kendo-dropzone-bg",
|
|
12477
|
-
"value": "k-try-shade( $kendo-base-bg, 1 )",
|
|
12398
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 ))",
|
|
12478
12399
|
"scope": "default",
|
|
12479
12400
|
"line": {
|
|
12480
12401
|
"start": 28,
|
|
@@ -12574,7 +12495,7 @@
|
|
|
12574
12495
|
"context": {
|
|
12575
12496
|
"type": "variable",
|
|
12576
12497
|
"name": "kendo-dropzone-icon-text",
|
|
12577
|
-
"value": "k-try-tint( $kendo-dropzone-text, 4 )",
|
|
12498
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))",
|
|
12578
12499
|
"scope": "default",
|
|
12579
12500
|
"line": {
|
|
12580
12501
|
"start": 41,
|
|
@@ -12974,7 +12895,7 @@
|
|
|
12974
12895
|
"context": {
|
|
12975
12896
|
"type": "variable",
|
|
12976
12897
|
"name": "kendo-editor-highlighted-bg",
|
|
12977
|
-
"value": "k-color-mix($kendo-color-primary, #ffffff, 20%)",
|
|
12898
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))",
|
|
12978
12899
|
"scope": "default",
|
|
12979
12900
|
"line": {
|
|
12980
12901
|
"start": 32,
|
|
@@ -13974,7 +13895,7 @@
|
|
|
13974
13895
|
"context": {
|
|
13975
13896
|
"type": "variable",
|
|
13976
13897
|
"name": "kendo-file-manager-toolbar-bg",
|
|
13977
|
-
"value": "k-try-shade( $kendo-button-bg, .5 )",
|
|
13898
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 ))",
|
|
13978
13899
|
"scope": "default",
|
|
13979
13900
|
"line": {
|
|
13980
13901
|
"start": 33,
|
|
@@ -14674,7 +14595,7 @@
|
|
|
14674
14595
|
"context": {
|
|
14675
14596
|
"type": "variable",
|
|
14676
14597
|
"name": "kendo-file-manager-listview-item-icon-text",
|
|
14677
|
-
"value": "k-try-tint($kendo-file-manager-text, 4)",
|
|
14598
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))",
|
|
14678
14599
|
"scope": "default",
|
|
14679
14600
|
"line": {
|
|
14680
14601
|
"start": 122,
|
|
@@ -15124,7 +15045,7 @@
|
|
|
15124
15045
|
"context": {
|
|
15125
15046
|
"type": "variable",
|
|
15126
15047
|
"name": "kendo-file-manager-preview-icon-text",
|
|
15127
|
-
"value": "k-try-tint($kendo-file-manager-text, 4)",
|
|
15048
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))",
|
|
15128
15049
|
"scope": "default",
|
|
15129
15050
|
"line": {
|
|
15130
15051
|
"start": 179,
|
|
@@ -18868,17 +18789,17 @@
|
|
|
18868
18789
|
{
|
|
18869
18790
|
"description": "Background color of the grid row resize indicator\n",
|
|
18870
18791
|
"commentRange": {
|
|
18871
|
-
"start":
|
|
18872
|
-
"end":
|
|
18792
|
+
"start": 310,
|
|
18793
|
+
"end": 311
|
|
18873
18794
|
},
|
|
18874
18795
|
"context": {
|
|
18875
18796
|
"type": "variable",
|
|
18876
18797
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
18877
|
-
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .24 )",
|
|
18798
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .24 ))",
|
|
18878
18799
|
"scope": "default",
|
|
18879
18800
|
"line": {
|
|
18880
|
-
"start":
|
|
18881
|
-
"end":
|
|
18801
|
+
"start": 312,
|
|
18802
|
+
"end": 312
|
|
18882
18803
|
}
|
|
18883
18804
|
},
|
|
18884
18805
|
"group": [
|
|
@@ -18893,8 +18814,8 @@
|
|
|
18893
18814
|
{
|
|
18894
18815
|
"description": "Active background color of the grid row resize indicator\n",
|
|
18895
18816
|
"commentRange": {
|
|
18896
|
-
"start":
|
|
18897
|
-
"end":
|
|
18817
|
+
"start": 313,
|
|
18818
|
+
"end": 314
|
|
18898
18819
|
},
|
|
18899
18820
|
"context": {
|
|
18900
18821
|
"type": "variable",
|
|
@@ -18902,8 +18823,8 @@
|
|
|
18902
18823
|
"value": "$kendo-color-primary",
|
|
18903
18824
|
"scope": "default",
|
|
18904
18825
|
"line": {
|
|
18905
|
-
"start":
|
|
18906
|
-
"end":
|
|
18826
|
+
"start": 315,
|
|
18827
|
+
"end": 315
|
|
18907
18828
|
}
|
|
18908
18829
|
},
|
|
18909
18830
|
"group": [
|
|
@@ -18918,8 +18839,8 @@
|
|
|
18918
18839
|
{
|
|
18919
18840
|
"description": "Height of the grid row resize indicator\n",
|
|
18920
18841
|
"commentRange": {
|
|
18921
|
-
"start":
|
|
18922
|
-
"end":
|
|
18842
|
+
"start": 316,
|
|
18843
|
+
"end": 317
|
|
18923
18844
|
},
|
|
18924
18845
|
"context": {
|
|
18925
18846
|
"type": "variable",
|
|
@@ -18927,8 +18848,8 @@
|
|
|
18927
18848
|
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
18928
18849
|
"scope": "default",
|
|
18929
18850
|
"line": {
|
|
18930
|
-
"start":
|
|
18931
|
-
"end":
|
|
18851
|
+
"start": 318,
|
|
18852
|
+
"end": 318
|
|
18932
18853
|
}
|
|
18933
18854
|
},
|
|
18934
18855
|
"group": [
|
|
@@ -19474,7 +19395,7 @@
|
|
|
19474
19395
|
"context": {
|
|
19475
19396
|
"type": "variable",
|
|
19476
19397
|
"name": "kendo-input-bg",
|
|
19477
|
-
"value": "k-try-shade( $kendo-component-bg, .5 )",
|
|
19398
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 ))",
|
|
19478
19399
|
"scope": "default",
|
|
19479
19400
|
"line": {
|
|
19480
19401
|
"start": 102,
|
|
@@ -19524,7 +19445,7 @@
|
|
|
19524
19445
|
"context": {
|
|
19525
19446
|
"type": "variable",
|
|
19526
19447
|
"name": "kendo-input-border",
|
|
19527
|
-
"value": "rgba( $kendo-component-border, .38 )",
|
|
19448
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .44 ), rgba( $kendo-component-border, .38 ))",
|
|
19528
19449
|
"scope": "default",
|
|
19529
19450
|
"line": {
|
|
19530
19451
|
"start": 108,
|
|
@@ -19818,17 +19739,17 @@
|
|
|
19818
19739
|
{
|
|
19819
19740
|
"description": "The background color of the disabled Input components.\n",
|
|
19820
19741
|
"commentRange": {
|
|
19821
|
-
"start":
|
|
19822
|
-
"end":
|
|
19742
|
+
"start": 145,
|
|
19743
|
+
"end": 146
|
|
19823
19744
|
},
|
|
19824
19745
|
"context": {
|
|
19825
19746
|
"type": "variable",
|
|
19826
19747
|
"name": "kendo-input-disabled-bg",
|
|
19827
|
-
"value": "k-try-shade( $kendo-component-bg, .25 )",
|
|
19748
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), k-try-shade( $kendo-component-bg, .25 ))",
|
|
19828
19749
|
"scope": "default",
|
|
19829
19750
|
"line": {
|
|
19830
|
-
"start":
|
|
19831
|
-
"end":
|
|
19751
|
+
"start": 147,
|
|
19752
|
+
"end": 147
|
|
19832
19753
|
}
|
|
19833
19754
|
},
|
|
19834
19755
|
"group": [
|
|
@@ -19843,17 +19764,17 @@
|
|
|
19843
19764
|
{
|
|
19844
19765
|
"description": "The text color of the disabled Input components.\n",
|
|
19845
19766
|
"commentRange": {
|
|
19846
|
-
"start":
|
|
19847
|
-
"end":
|
|
19767
|
+
"start": 148,
|
|
19768
|
+
"end": 149
|
|
19848
19769
|
},
|
|
19849
19770
|
"context": {
|
|
19850
19771
|
"type": "variable",
|
|
19851
19772
|
"name": "kendo-input-disabled-text",
|
|
19852
|
-
"value": "$kendo-disabled-text",
|
|
19773
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .27 ), $kendo-disabled-text)",
|
|
19853
19774
|
"scope": "default",
|
|
19854
19775
|
"line": {
|
|
19855
|
-
"start":
|
|
19856
|
-
"end":
|
|
19776
|
+
"start": 150,
|
|
19777
|
+
"end": 150
|
|
19857
19778
|
}
|
|
19858
19779
|
},
|
|
19859
19780
|
"group": [
|
|
@@ -19868,17 +19789,17 @@
|
|
|
19868
19789
|
{
|
|
19869
19790
|
"description": "The border color of the disabled Input components.\n",
|
|
19870
19791
|
"commentRange": {
|
|
19871
|
-
"start":
|
|
19872
|
-
"end":
|
|
19792
|
+
"start": 151,
|
|
19793
|
+
"end": 152
|
|
19873
19794
|
},
|
|
19874
19795
|
"context": {
|
|
19875
19796
|
"type": "variable",
|
|
19876
19797
|
"name": "kendo-input-disabled-border",
|
|
19877
|
-
"value": "rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )",
|
|
19798
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) ))",
|
|
19878
19799
|
"scope": "default",
|
|
19879
19800
|
"line": {
|
|
19880
|
-
"start":
|
|
19881
|
-
"end":
|
|
19801
|
+
"start": 153,
|
|
19802
|
+
"end": 153
|
|
19882
19803
|
}
|
|
19883
19804
|
},
|
|
19884
19805
|
"group": [
|
|
@@ -19893,8 +19814,8 @@
|
|
|
19893
19814
|
{
|
|
19894
19815
|
"description": "The gradient of the disabled Input components.\n",
|
|
19895
19816
|
"commentRange": {
|
|
19896
|
-
"start":
|
|
19897
|
-
"end":
|
|
19817
|
+
"start": 154,
|
|
19818
|
+
"end": 155
|
|
19898
19819
|
},
|
|
19899
19820
|
"context": {
|
|
19900
19821
|
"type": "variable",
|
|
@@ -19902,8 +19823,8 @@
|
|
|
19902
19823
|
"value": "null",
|
|
19903
19824
|
"scope": "default",
|
|
19904
19825
|
"line": {
|
|
19905
|
-
"start":
|
|
19906
|
-
"end":
|
|
19826
|
+
"start": 156,
|
|
19827
|
+
"end": 156
|
|
19907
19828
|
}
|
|
19908
19829
|
},
|
|
19909
19830
|
"group": [
|
|
@@ -19918,8 +19839,8 @@
|
|
|
19918
19839
|
{
|
|
19919
19840
|
"description": "The shadow of the disabled Input components.\n",
|
|
19920
19841
|
"commentRange": {
|
|
19921
|
-
"start":
|
|
19922
|
-
"end":
|
|
19842
|
+
"start": 157,
|
|
19843
|
+
"end": 158
|
|
19923
19844
|
},
|
|
19924
19845
|
"context": {
|
|
19925
19846
|
"type": "variable",
|
|
@@ -19927,8 +19848,8 @@
|
|
|
19927
19848
|
"value": "null",
|
|
19928
19849
|
"scope": "default",
|
|
19929
19850
|
"line": {
|
|
19930
|
-
"start":
|
|
19931
|
-
"end":
|
|
19851
|
+
"start": 159,
|
|
19852
|
+
"end": 159
|
|
19932
19853
|
}
|
|
19933
19854
|
},
|
|
19934
19855
|
"group": [
|
|
@@ -19943,8 +19864,8 @@
|
|
|
19943
19864
|
{
|
|
19944
19865
|
"description": "The background color of the outline Input components.\n",
|
|
19945
19866
|
"commentRange": {
|
|
19946
|
-
"start":
|
|
19947
|
-
"end":
|
|
19867
|
+
"start": 161,
|
|
19868
|
+
"end": 162
|
|
19948
19869
|
},
|
|
19949
19870
|
"context": {
|
|
19950
19871
|
"type": "variable",
|
|
@@ -19952,8 +19873,8 @@
|
|
|
19952
19873
|
"value": "null",
|
|
19953
19874
|
"scope": "default",
|
|
19954
19875
|
"line": {
|
|
19955
|
-
"start":
|
|
19956
|
-
"end":
|
|
19876
|
+
"start": 163,
|
|
19877
|
+
"end": 163
|
|
19957
19878
|
}
|
|
19958
19879
|
},
|
|
19959
19880
|
"group": [
|
|
@@ -19968,8 +19889,8 @@
|
|
|
19968
19889
|
{
|
|
19969
19890
|
"description": "The text color of the outline Input components.\n",
|
|
19970
19891
|
"commentRange": {
|
|
19971
|
-
"start":
|
|
19972
|
-
"end":
|
|
19892
|
+
"start": 164,
|
|
19893
|
+
"end": 165
|
|
19973
19894
|
},
|
|
19974
19895
|
"context": {
|
|
19975
19896
|
"type": "variable",
|
|
@@ -19977,8 +19898,8 @@
|
|
|
19977
19898
|
"value": "$kendo-input-text",
|
|
19978
19899
|
"scope": "default",
|
|
19979
19900
|
"line": {
|
|
19980
|
-
"start":
|
|
19981
|
-
"end":
|
|
19901
|
+
"start": 166,
|
|
19902
|
+
"end": 166
|
|
19982
19903
|
}
|
|
19983
19904
|
},
|
|
19984
19905
|
"group": [
|
|
@@ -19993,8 +19914,8 @@
|
|
|
19993
19914
|
{
|
|
19994
19915
|
"description": "The border color of the outline Input components.\n",
|
|
19995
19916
|
"commentRange": {
|
|
19996
|
-
"start":
|
|
19997
|
-
"end":
|
|
19917
|
+
"start": 167,
|
|
19918
|
+
"end": 168
|
|
19998
19919
|
},
|
|
19999
19920
|
"context": {
|
|
20000
19921
|
"type": "variable",
|
|
@@ -20002,8 +19923,8 @@
|
|
|
20002
19923
|
"value": "$kendo-input-border",
|
|
20003
19924
|
"scope": "default",
|
|
20004
19925
|
"line": {
|
|
20005
|
-
"start":
|
|
20006
|
-
"end":
|
|
19926
|
+
"start": 169,
|
|
19927
|
+
"end": 169
|
|
20007
19928
|
}
|
|
20008
19929
|
},
|
|
20009
19930
|
"group": [
|
|
@@ -20018,8 +19939,8 @@
|
|
|
20018
19939
|
{
|
|
20019
19940
|
"description": "The background color of the outline hovered Input components.\n",
|
|
20020
19941
|
"commentRange": {
|
|
20021
|
-
"start":
|
|
20022
|
-
"end":
|
|
19942
|
+
"start": 171,
|
|
19943
|
+
"end": 172
|
|
20023
19944
|
},
|
|
20024
19945
|
"context": {
|
|
20025
19946
|
"type": "variable",
|
|
@@ -20027,8 +19948,8 @@
|
|
|
20027
19948
|
"value": "null",
|
|
20028
19949
|
"scope": "default",
|
|
20029
19950
|
"line": {
|
|
20030
|
-
"start":
|
|
20031
|
-
"end":
|
|
19951
|
+
"start": 173,
|
|
19952
|
+
"end": 173
|
|
20032
19953
|
}
|
|
20033
19954
|
},
|
|
20034
19955
|
"group": [
|
|
@@ -20043,8 +19964,8 @@
|
|
|
20043
19964
|
{
|
|
20044
19965
|
"description": "The text color of the outline hovered Input components.\n",
|
|
20045
19966
|
"commentRange": {
|
|
20046
|
-
"start":
|
|
20047
|
-
"end":
|
|
19967
|
+
"start": 174,
|
|
19968
|
+
"end": 175
|
|
20048
19969
|
},
|
|
20049
19970
|
"context": {
|
|
20050
19971
|
"type": "variable",
|
|
@@ -20052,8 +19973,8 @@
|
|
|
20052
19973
|
"value": "null",
|
|
20053
19974
|
"scope": "default",
|
|
20054
19975
|
"line": {
|
|
20055
|
-
"start":
|
|
20056
|
-
"end":
|
|
19976
|
+
"start": 176,
|
|
19977
|
+
"end": 176
|
|
20057
19978
|
}
|
|
20058
19979
|
},
|
|
20059
19980
|
"group": [
|
|
@@ -20068,8 +19989,8 @@
|
|
|
20068
19989
|
{
|
|
20069
19990
|
"description": "The border color of the outline hovered Input components.\n",
|
|
20070
19991
|
"commentRange": {
|
|
20071
|
-
"start":
|
|
20072
|
-
"end":
|
|
19992
|
+
"start": 177,
|
|
19993
|
+
"end": 178
|
|
20073
19994
|
},
|
|
20074
19995
|
"context": {
|
|
20075
19996
|
"type": "variable",
|
|
@@ -20077,8 +19998,8 @@
|
|
|
20077
19998
|
"value": "$kendo-input-hover-border",
|
|
20078
19999
|
"scope": "default",
|
|
20079
20000
|
"line": {
|
|
20080
|
-
"start":
|
|
20081
|
-
"end":
|
|
20001
|
+
"start": 179,
|
|
20002
|
+
"end": 179
|
|
20082
20003
|
}
|
|
20083
20004
|
},
|
|
20084
20005
|
"group": [
|
|
@@ -20093,8 +20014,8 @@
|
|
|
20093
20014
|
{
|
|
20094
20015
|
"description": "The background color of the outline focused Input components.\n",
|
|
20095
20016
|
"commentRange": {
|
|
20096
|
-
"start":
|
|
20097
|
-
"end":
|
|
20017
|
+
"start": 181,
|
|
20018
|
+
"end": 182
|
|
20098
20019
|
},
|
|
20099
20020
|
"context": {
|
|
20100
20021
|
"type": "variable",
|
|
@@ -20102,8 +20023,8 @@
|
|
|
20102
20023
|
"value": "null",
|
|
20103
20024
|
"scope": "default",
|
|
20104
20025
|
"line": {
|
|
20105
|
-
"start":
|
|
20106
|
-
"end":
|
|
20026
|
+
"start": 183,
|
|
20027
|
+
"end": 183
|
|
20107
20028
|
}
|
|
20108
20029
|
},
|
|
20109
20030
|
"group": [
|
|
@@ -20118,8 +20039,8 @@
|
|
|
20118
20039
|
{
|
|
20119
20040
|
"description": "The text color of the outline focused Input components.\n",
|
|
20120
20041
|
"commentRange": {
|
|
20121
|
-
"start":
|
|
20122
|
-
"end":
|
|
20042
|
+
"start": 184,
|
|
20043
|
+
"end": 185
|
|
20123
20044
|
},
|
|
20124
20045
|
"context": {
|
|
20125
20046
|
"type": "variable",
|
|
@@ -20127,8 +20048,8 @@
|
|
|
20127
20048
|
"value": "null",
|
|
20128
20049
|
"scope": "default",
|
|
20129
20050
|
"line": {
|
|
20130
|
-
"start":
|
|
20131
|
-
"end":
|
|
20051
|
+
"start": 186,
|
|
20052
|
+
"end": 186
|
|
20132
20053
|
}
|
|
20133
20054
|
},
|
|
20134
20055
|
"group": [
|
|
@@ -20143,8 +20064,8 @@
|
|
|
20143
20064
|
{
|
|
20144
20065
|
"description": "The border color of the outline focused Input components.\n",
|
|
20145
20066
|
"commentRange": {
|
|
20146
|
-
"start":
|
|
20147
|
-
"end":
|
|
20067
|
+
"start": 187,
|
|
20068
|
+
"end": 188
|
|
20148
20069
|
},
|
|
20149
20070
|
"context": {
|
|
20150
20071
|
"type": "variable",
|
|
@@ -20152,8 +20073,8 @@
|
|
|
20152
20073
|
"value": "$kendo-input-focus-border",
|
|
20153
20074
|
"scope": "default",
|
|
20154
20075
|
"line": {
|
|
20155
|
-
"start":
|
|
20156
|
-
"end":
|
|
20076
|
+
"start": 189,
|
|
20077
|
+
"end": 189
|
|
20157
20078
|
}
|
|
20158
20079
|
},
|
|
20159
20080
|
"group": [
|
|
@@ -20168,8 +20089,8 @@
|
|
|
20168
20089
|
{
|
|
20169
20090
|
"description": "The shadow of the outline focused Input components.\n",
|
|
20170
20091
|
"commentRange": {
|
|
20171
|
-
"start":
|
|
20172
|
-
"end":
|
|
20092
|
+
"start": 190,
|
|
20093
|
+
"end": 191
|
|
20173
20094
|
},
|
|
20174
20095
|
"context": {
|
|
20175
20096
|
"type": "variable",
|
|
@@ -20177,8 +20098,8 @@
|
|
|
20177
20098
|
"value": "$kendo-input-focus-shadow",
|
|
20178
20099
|
"scope": "default",
|
|
20179
20100
|
"line": {
|
|
20180
|
-
"start":
|
|
20181
|
-
"end":
|
|
20101
|
+
"start": 192,
|
|
20102
|
+
"end": 192
|
|
20182
20103
|
}
|
|
20183
20104
|
},
|
|
20184
20105
|
"group": [
|
|
@@ -20193,8 +20114,8 @@
|
|
|
20193
20114
|
{
|
|
20194
20115
|
"description": "The background color of the flat Input components.\n",
|
|
20195
20116
|
"commentRange": {
|
|
20196
|
-
"start":
|
|
20197
|
-
"end":
|
|
20117
|
+
"start": 194,
|
|
20118
|
+
"end": 195
|
|
20198
20119
|
},
|
|
20199
20120
|
"context": {
|
|
20200
20121
|
"type": "variable",
|
|
@@ -20202,8 +20123,8 @@
|
|
|
20202
20123
|
"value": "null",
|
|
20203
20124
|
"scope": "default",
|
|
20204
20125
|
"line": {
|
|
20205
|
-
"start":
|
|
20206
|
-
"end":
|
|
20126
|
+
"start": 196,
|
|
20127
|
+
"end": 196
|
|
20207
20128
|
}
|
|
20208
20129
|
},
|
|
20209
20130
|
"group": [
|
|
@@ -20218,8 +20139,8 @@
|
|
|
20218
20139
|
{
|
|
20219
20140
|
"description": "The text color of the flat Input components.\n",
|
|
20220
20141
|
"commentRange": {
|
|
20221
|
-
"start":
|
|
20222
|
-
"end":
|
|
20142
|
+
"start": 197,
|
|
20143
|
+
"end": 198
|
|
20223
20144
|
},
|
|
20224
20145
|
"context": {
|
|
20225
20146
|
"type": "variable",
|
|
@@ -20227,8 +20148,8 @@
|
|
|
20227
20148
|
"value": "$kendo-input-text",
|
|
20228
20149
|
"scope": "default",
|
|
20229
20150
|
"line": {
|
|
20230
|
-
"start":
|
|
20231
|
-
"end":
|
|
20151
|
+
"start": 199,
|
|
20152
|
+
"end": 199
|
|
20232
20153
|
}
|
|
20233
20154
|
},
|
|
20234
20155
|
"group": [
|
|
@@ -20243,8 +20164,8 @@
|
|
|
20243
20164
|
{
|
|
20244
20165
|
"description": "The border color of the flat Input components.\n",
|
|
20245
20166
|
"commentRange": {
|
|
20246
|
-
"start":
|
|
20247
|
-
"end":
|
|
20167
|
+
"start": 200,
|
|
20168
|
+
"end": 201
|
|
20248
20169
|
},
|
|
20249
20170
|
"context": {
|
|
20250
20171
|
"type": "variable",
|
|
@@ -20252,8 +20173,8 @@
|
|
|
20252
20173
|
"value": "$kendo-input-border",
|
|
20253
20174
|
"scope": "default",
|
|
20254
20175
|
"line": {
|
|
20255
|
-
"start":
|
|
20256
|
-
"end":
|
|
20176
|
+
"start": 202,
|
|
20177
|
+
"end": 202
|
|
20257
20178
|
}
|
|
20258
20179
|
},
|
|
20259
20180
|
"group": [
|
|
@@ -20268,8 +20189,8 @@
|
|
|
20268
20189
|
{
|
|
20269
20190
|
"description": "The background color of the flat hovered Input components.\n",
|
|
20270
20191
|
"commentRange": {
|
|
20271
|
-
"start":
|
|
20272
|
-
"end":
|
|
20192
|
+
"start": 204,
|
|
20193
|
+
"end": 205
|
|
20273
20194
|
},
|
|
20274
20195
|
"context": {
|
|
20275
20196
|
"type": "variable",
|
|
@@ -20277,8 +20198,8 @@
|
|
|
20277
20198
|
"value": "null",
|
|
20278
20199
|
"scope": "default",
|
|
20279
20200
|
"line": {
|
|
20280
|
-
"start":
|
|
20281
|
-
"end":
|
|
20201
|
+
"start": 206,
|
|
20202
|
+
"end": 206
|
|
20282
20203
|
}
|
|
20283
20204
|
},
|
|
20284
20205
|
"group": [
|
|
@@ -20293,8 +20214,8 @@
|
|
|
20293
20214
|
{
|
|
20294
20215
|
"description": "The text color of the flat hovered Input components.\n",
|
|
20295
20216
|
"commentRange": {
|
|
20296
|
-
"start":
|
|
20297
|
-
"end":
|
|
20217
|
+
"start": 207,
|
|
20218
|
+
"end": 208
|
|
20298
20219
|
},
|
|
20299
20220
|
"context": {
|
|
20300
20221
|
"type": "variable",
|
|
@@ -20302,8 +20223,8 @@
|
|
|
20302
20223
|
"value": "null",
|
|
20303
20224
|
"scope": "default",
|
|
20304
20225
|
"line": {
|
|
20305
|
-
"start":
|
|
20306
|
-
"end":
|
|
20226
|
+
"start": 209,
|
|
20227
|
+
"end": 209
|
|
20307
20228
|
}
|
|
20308
20229
|
},
|
|
20309
20230
|
"group": [
|
|
@@ -20318,8 +20239,8 @@
|
|
|
20318
20239
|
{
|
|
20319
20240
|
"description": "The border color of the flat hovered Input components.\n",
|
|
20320
20241
|
"commentRange": {
|
|
20321
|
-
"start":
|
|
20322
|
-
"end":
|
|
20242
|
+
"start": 210,
|
|
20243
|
+
"end": 211
|
|
20323
20244
|
},
|
|
20324
20245
|
"context": {
|
|
20325
20246
|
"type": "variable",
|
|
@@ -20327,8 +20248,8 @@
|
|
|
20327
20248
|
"value": "$kendo-input-hover-border",
|
|
20328
20249
|
"scope": "default",
|
|
20329
20250
|
"line": {
|
|
20330
|
-
"start":
|
|
20331
|
-
"end":
|
|
20251
|
+
"start": 212,
|
|
20252
|
+
"end": 212
|
|
20332
20253
|
}
|
|
20333
20254
|
},
|
|
20334
20255
|
"group": [
|
|
@@ -20343,8 +20264,8 @@
|
|
|
20343
20264
|
{
|
|
20344
20265
|
"description": "The background color of the flat focused Input components.\n",
|
|
20345
20266
|
"commentRange": {
|
|
20346
|
-
"start":
|
|
20347
|
-
"end":
|
|
20267
|
+
"start": 214,
|
|
20268
|
+
"end": 215
|
|
20348
20269
|
},
|
|
20349
20270
|
"context": {
|
|
20350
20271
|
"type": "variable",
|
|
@@ -20352,8 +20273,8 @@
|
|
|
20352
20273
|
"value": "null",
|
|
20353
20274
|
"scope": "default",
|
|
20354
20275
|
"line": {
|
|
20355
|
-
"start":
|
|
20356
|
-
"end":
|
|
20276
|
+
"start": 216,
|
|
20277
|
+
"end": 216
|
|
20357
20278
|
}
|
|
20358
20279
|
},
|
|
20359
20280
|
"group": [
|
|
@@ -20368,8 +20289,8 @@
|
|
|
20368
20289
|
{
|
|
20369
20290
|
"description": "The text color of the flat focused Input components.\n",
|
|
20370
20291
|
"commentRange": {
|
|
20371
|
-
"start":
|
|
20372
|
-
"end":
|
|
20292
|
+
"start": 217,
|
|
20293
|
+
"end": 218
|
|
20373
20294
|
},
|
|
20374
20295
|
"context": {
|
|
20375
20296
|
"type": "variable",
|
|
@@ -20377,8 +20298,8 @@
|
|
|
20377
20298
|
"value": "null",
|
|
20378
20299
|
"scope": "default",
|
|
20379
20300
|
"line": {
|
|
20380
|
-
"start":
|
|
20381
|
-
"end":
|
|
20301
|
+
"start": 219,
|
|
20302
|
+
"end": 219
|
|
20382
20303
|
}
|
|
20383
20304
|
},
|
|
20384
20305
|
"group": [
|
|
@@ -20393,8 +20314,8 @@
|
|
|
20393
20314
|
{
|
|
20394
20315
|
"description": "The border color of the flat focused Input components.\n",
|
|
20395
20316
|
"commentRange": {
|
|
20396
|
-
"start":
|
|
20397
|
-
"end":
|
|
20317
|
+
"start": 220,
|
|
20318
|
+
"end": 221
|
|
20398
20319
|
},
|
|
20399
20320
|
"context": {
|
|
20400
20321
|
"type": "variable",
|
|
@@ -20402,8 +20323,8 @@
|
|
|
20402
20323
|
"value": "$kendo-input-focus-border",
|
|
20403
20324
|
"scope": "default",
|
|
20404
20325
|
"line": {
|
|
20405
|
-
"start":
|
|
20406
|
-
"end":
|
|
20326
|
+
"start": 222,
|
|
20327
|
+
"end": 222
|
|
20407
20328
|
}
|
|
20408
20329
|
},
|
|
20409
20330
|
"group": [
|
|
@@ -20418,8 +20339,8 @@
|
|
|
20418
20339
|
{
|
|
20419
20340
|
"description": "The shadow of the flat focused Input components.\n",
|
|
20420
20341
|
"commentRange": {
|
|
20421
|
-
"start":
|
|
20422
|
-
"end":
|
|
20342
|
+
"start": 223,
|
|
20343
|
+
"end": 224
|
|
20423
20344
|
},
|
|
20424
20345
|
"context": {
|
|
20425
20346
|
"type": "variable",
|
|
@@ -20427,8 +20348,8 @@
|
|
|
20427
20348
|
"value": "$kendo-input-focus-shadow",
|
|
20428
20349
|
"scope": "default",
|
|
20429
20350
|
"line": {
|
|
20430
|
-
"start":
|
|
20431
|
-
"end":
|
|
20351
|
+
"start": 225,
|
|
20352
|
+
"end": 225
|
|
20432
20353
|
}
|
|
20433
20354
|
},
|
|
20434
20355
|
"group": [
|
|
@@ -20443,8 +20364,8 @@
|
|
|
20443
20364
|
{
|
|
20444
20365
|
"description": "The text color of the Input placeholder.\n",
|
|
20445
20366
|
"commentRange": {
|
|
20446
|
-
"start":
|
|
20447
|
-
"end":
|
|
20367
|
+
"start": 227,
|
|
20368
|
+
"end": 228
|
|
20448
20369
|
},
|
|
20449
20370
|
"context": {
|
|
20450
20371
|
"type": "variable",
|
|
@@ -20452,8 +20373,8 @@
|
|
|
20452
20373
|
"value": "$kendo-subtle-text",
|
|
20453
20374
|
"scope": "default",
|
|
20454
20375
|
"line": {
|
|
20455
|
-
"start":
|
|
20456
|
-
"end":
|
|
20376
|
+
"start": 229,
|
|
20377
|
+
"end": 229
|
|
20457
20378
|
}
|
|
20458
20379
|
},
|
|
20459
20380
|
"group": [
|
|
@@ -20468,8 +20389,8 @@
|
|
|
20468
20389
|
{
|
|
20469
20390
|
"description": "The opacity of the Input placeholder.\n",
|
|
20470
20391
|
"commentRange": {
|
|
20471
|
-
"start":
|
|
20472
|
-
"end":
|
|
20392
|
+
"start": 230,
|
|
20393
|
+
"end": 231
|
|
20473
20394
|
},
|
|
20474
20395
|
"context": {
|
|
20475
20396
|
"type": "variable",
|
|
@@ -20477,8 +20398,8 @@
|
|
|
20477
20398
|
"value": "1",
|
|
20478
20399
|
"scope": "default",
|
|
20479
20400
|
"line": {
|
|
20480
|
-
"start":
|
|
20481
|
-
"end":
|
|
20401
|
+
"start": 232,
|
|
20402
|
+
"end": 232
|
|
20482
20403
|
}
|
|
20483
20404
|
},
|
|
20484
20405
|
"group": [
|
|
@@ -20493,8 +20414,8 @@
|
|
|
20493
20414
|
{
|
|
20494
20415
|
"description": "The color of the Input clear value icon.\n",
|
|
20495
20416
|
"commentRange": {
|
|
20496
|
-
"start":
|
|
20497
|
-
"end":
|
|
20417
|
+
"start": 235,
|
|
20418
|
+
"end": 236
|
|
20498
20419
|
},
|
|
20499
20420
|
"context": {
|
|
20500
20421
|
"type": "variable",
|
|
@@ -20502,8 +20423,8 @@
|
|
|
20502
20423
|
"value": "null",
|
|
20503
20424
|
"scope": "default",
|
|
20504
20425
|
"line": {
|
|
20505
|
-
"start":
|
|
20506
|
-
"end":
|
|
20426
|
+
"start": 237,
|
|
20427
|
+
"end": 237
|
|
20507
20428
|
}
|
|
20508
20429
|
},
|
|
20509
20430
|
"group": [
|
|
@@ -20518,8 +20439,8 @@
|
|
|
20518
20439
|
{
|
|
20519
20440
|
"description": "The opacity of the Input clear value icon.\n",
|
|
20520
20441
|
"commentRange": {
|
|
20521
|
-
"start":
|
|
20522
|
-
"end":
|
|
20442
|
+
"start": 238,
|
|
20443
|
+
"end": 239
|
|
20523
20444
|
},
|
|
20524
20445
|
"context": {
|
|
20525
20446
|
"type": "variable",
|
|
@@ -20527,8 +20448,8 @@
|
|
|
20527
20448
|
"value": ".5",
|
|
20528
20449
|
"scope": "default",
|
|
20529
20450
|
"line": {
|
|
20530
|
-
"start":
|
|
20531
|
-
"end":
|
|
20451
|
+
"start": 240,
|
|
20452
|
+
"end": 240
|
|
20532
20453
|
}
|
|
20533
20454
|
},
|
|
20534
20455
|
"group": [
|
|
@@ -20543,8 +20464,8 @@
|
|
|
20543
20464
|
{
|
|
20544
20465
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
20545
20466
|
"commentRange": {
|
|
20546
|
-
"start":
|
|
20547
|
-
"end":
|
|
20467
|
+
"start": 241,
|
|
20468
|
+
"end": 242
|
|
20548
20469
|
},
|
|
20549
20470
|
"context": {
|
|
20550
20471
|
"type": "variable",
|
|
@@ -20552,8 +20473,8 @@
|
|
|
20552
20473
|
"value": "null",
|
|
20553
20474
|
"scope": "default",
|
|
20554
20475
|
"line": {
|
|
20555
|
-
"start":
|
|
20556
|
-
"end":
|
|
20476
|
+
"start": 243,
|
|
20477
|
+
"end": 243
|
|
20557
20478
|
}
|
|
20558
20479
|
},
|
|
20559
20480
|
"group": [
|
|
@@ -20568,8 +20489,8 @@
|
|
|
20568
20489
|
{
|
|
20569
20490
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
20570
20491
|
"commentRange": {
|
|
20571
|
-
"start":
|
|
20572
|
-
"end":
|
|
20492
|
+
"start": 244,
|
|
20493
|
+
"end": 245
|
|
20573
20494
|
},
|
|
20574
20495
|
"context": {
|
|
20575
20496
|
"type": "variable",
|
|
@@ -20577,8 +20498,8 @@
|
|
|
20577
20498
|
"value": "1",
|
|
20578
20499
|
"scope": "default",
|
|
20579
20500
|
"line": {
|
|
20580
|
-
"start":
|
|
20581
|
-
"end":
|
|
20501
|
+
"start": 246,
|
|
20502
|
+
"end": 246
|
|
20582
20503
|
}
|
|
20583
20504
|
},
|
|
20584
20505
|
"group": [
|
|
@@ -20593,8 +20514,8 @@
|
|
|
20593
20514
|
{
|
|
20594
20515
|
"description": "The vertical margin of the clear value icon.\n",
|
|
20595
20516
|
"commentRange": {
|
|
20596
|
-
"start":
|
|
20597
|
-
"end":
|
|
20517
|
+
"start": 248,
|
|
20518
|
+
"end": 249
|
|
20598
20519
|
},
|
|
20599
20520
|
"context": {
|
|
20600
20521
|
"type": "variable",
|
|
@@ -20602,8 +20523,8 @@
|
|
|
20602
20523
|
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
20603
20524
|
"scope": "default",
|
|
20604
20525
|
"line": {
|
|
20605
|
-
"start":
|
|
20606
|
-
"end":
|
|
20526
|
+
"start": 250,
|
|
20527
|
+
"end": 250
|
|
20607
20528
|
}
|
|
20608
20529
|
},
|
|
20609
20530
|
"group": [
|
|
@@ -20618,8 +20539,8 @@
|
|
|
20618
20539
|
{
|
|
20619
20540
|
"description": "The horizontal margin of the clear value icon.\n",
|
|
20620
20541
|
"commentRange": {
|
|
20621
|
-
"start":
|
|
20622
|
-
"end":
|
|
20542
|
+
"start": 251,
|
|
20543
|
+
"end": 252
|
|
20623
20544
|
},
|
|
20624
20545
|
"context": {
|
|
20625
20546
|
"type": "variable",
|
|
@@ -20627,8 +20548,8 @@
|
|
|
20627
20548
|
"value": "$kendo-input-values-margin-y",
|
|
20628
20549
|
"scope": "default",
|
|
20629
20550
|
"line": {
|
|
20630
|
-
"start":
|
|
20631
|
-
"end":
|
|
20551
|
+
"start": 253,
|
|
20552
|
+
"end": 253
|
|
20632
20553
|
}
|
|
20633
20554
|
},
|
|
20634
20555
|
"group": [
|
|
@@ -20643,8 +20564,8 @@
|
|
|
20643
20564
|
{
|
|
20644
20565
|
"description": "The width of the Input button.\n",
|
|
20645
20566
|
"commentRange": {
|
|
20646
|
-
"start":
|
|
20647
|
-
"end":
|
|
20567
|
+
"start": 255,
|
|
20568
|
+
"end": 256
|
|
20648
20569
|
},
|
|
20649
20570
|
"context": {
|
|
20650
20571
|
"type": "variable",
|
|
@@ -20652,8 +20573,8 @@
|
|
|
20652
20573
|
"value": "null",
|
|
20653
20574
|
"scope": "default",
|
|
20654
20575
|
"line": {
|
|
20655
|
-
"start":
|
|
20656
|
-
"end":
|
|
20576
|
+
"start": 257,
|
|
20577
|
+
"end": 257
|
|
20657
20578
|
}
|
|
20658
20579
|
},
|
|
20659
20580
|
"group": [
|
|
@@ -20668,8 +20589,8 @@
|
|
|
20668
20589
|
{
|
|
20669
20590
|
"description": "The border width of the Input button.\n",
|
|
20670
20591
|
"commentRange": {
|
|
20671
|
-
"start":
|
|
20672
|
-
"end":
|
|
20592
|
+
"start": 258,
|
|
20593
|
+
"end": 259
|
|
20673
20594
|
},
|
|
20674
20595
|
"context": {
|
|
20675
20596
|
"type": "variable",
|
|
@@ -20677,8 +20598,8 @@
|
|
|
20677
20598
|
"value": "1px",
|
|
20678
20599
|
"scope": "default",
|
|
20679
20600
|
"line": {
|
|
20680
|
-
"start":
|
|
20681
|
-
"end":
|
|
20601
|
+
"start": 260,
|
|
20602
|
+
"end": 260
|
|
20682
20603
|
}
|
|
20683
20604
|
},
|
|
20684
20605
|
"group": [
|
|
@@ -20693,8 +20614,8 @@
|
|
|
20693
20614
|
{
|
|
20694
20615
|
"description": "The width of the Input spinner button.\n",
|
|
20695
20616
|
"commentRange": {
|
|
20696
|
-
"start":
|
|
20697
|
-
"end":
|
|
20617
|
+
"start": 261,
|
|
20618
|
+
"end": 262
|
|
20698
20619
|
},
|
|
20699
20620
|
"context": {
|
|
20700
20621
|
"type": "variable",
|
|
@@ -20702,8 +20623,8 @@
|
|
|
20702
20623
|
"value": "null",
|
|
20703
20624
|
"scope": "default",
|
|
20704
20625
|
"line": {
|
|
20705
|
-
"start":
|
|
20706
|
-
"end":
|
|
20626
|
+
"start": 263,
|
|
20627
|
+
"end": 263
|
|
20707
20628
|
}
|
|
20708
20629
|
},
|
|
20709
20630
|
"group": [
|
|
@@ -20718,8 +20639,8 @@
|
|
|
20718
20639
|
{
|
|
20719
20640
|
"description": "The icon offset of the Input spinner button.\n",
|
|
20720
20641
|
"commentRange": {
|
|
20721
|
-
"start":
|
|
20722
|
-
"end":
|
|
20642
|
+
"start": 264,
|
|
20643
|
+
"end": 265
|
|
20723
20644
|
},
|
|
20724
20645
|
"context": {
|
|
20725
20646
|
"type": "variable",
|
|
@@ -20727,8 +20648,8 @@
|
|
|
20727
20648
|
"value": "null",
|
|
20728
20649
|
"scope": "default",
|
|
20729
20650
|
"line": {
|
|
20730
|
-
"start":
|
|
20731
|
-
"end":
|
|
20651
|
+
"start": 266,
|
|
20652
|
+
"end": 266
|
|
20732
20653
|
}
|
|
20733
20654
|
},
|
|
20734
20655
|
"group": [
|
|
@@ -20743,17 +20664,17 @@
|
|
|
20743
20664
|
{
|
|
20744
20665
|
"description": "The color of the Input separator.\n",
|
|
20745
20666
|
"commentRange": {
|
|
20746
|
-
"start":
|
|
20747
|
-
"end":
|
|
20667
|
+
"start": 268,
|
|
20668
|
+
"end": 269
|
|
20748
20669
|
},
|
|
20749
20670
|
"context": {
|
|
20750
20671
|
"type": "variable",
|
|
20751
|
-
"name": "kendo-input-separator-
|
|
20752
|
-
"value": "$kendo-
|
|
20672
|
+
"name": "kendo-input-separator-text",
|
|
20673
|
+
"value": "rgba( $kendo-component-border, .12 )",
|
|
20753
20674
|
"scope": "default",
|
|
20754
20675
|
"line": {
|
|
20755
|
-
"start":
|
|
20756
|
-
"end":
|
|
20676
|
+
"start": 270,
|
|
20677
|
+
"end": 270
|
|
20757
20678
|
}
|
|
20758
20679
|
},
|
|
20759
20680
|
"group": [
|
|
@@ -20768,8 +20689,8 @@
|
|
|
20768
20689
|
{
|
|
20769
20690
|
"description": "The opacity of the Input separator.\n",
|
|
20770
20691
|
"commentRange": {
|
|
20771
|
-
"start":
|
|
20772
|
-
"end":
|
|
20692
|
+
"start": 271,
|
|
20693
|
+
"end": 272
|
|
20773
20694
|
},
|
|
20774
20695
|
"context": {
|
|
20775
20696
|
"type": "variable",
|
|
@@ -20777,8 +20698,58 @@
|
|
|
20777
20698
|
"value": ".5",
|
|
20778
20699
|
"scope": "default",
|
|
20779
20700
|
"line": {
|
|
20780
|
-
"start":
|
|
20781
|
-
"end":
|
|
20701
|
+
"start": 273,
|
|
20702
|
+
"end": 273
|
|
20703
|
+
}
|
|
20704
|
+
},
|
|
20705
|
+
"group": [
|
|
20706
|
+
"input"
|
|
20707
|
+
],
|
|
20708
|
+
"access": "public",
|
|
20709
|
+
"file": {
|
|
20710
|
+
"path": "input/_variables.scss",
|
|
20711
|
+
"name": "_variables.scss"
|
|
20712
|
+
}
|
|
20713
|
+
},
|
|
20714
|
+
{
|
|
20715
|
+
"description": "The text color of the Input prefix.\n",
|
|
20716
|
+
"commentRange": {
|
|
20717
|
+
"start": 275,
|
|
20718
|
+
"end": 276
|
|
20719
|
+
},
|
|
20720
|
+
"context": {
|
|
20721
|
+
"type": "variable",
|
|
20722
|
+
"name": "kendo-input-prefix-text",
|
|
20723
|
+
"value": "$kendo-subtle-text",
|
|
20724
|
+
"scope": "default",
|
|
20725
|
+
"line": {
|
|
20726
|
+
"start": 277,
|
|
20727
|
+
"end": 277
|
|
20728
|
+
}
|
|
20729
|
+
},
|
|
20730
|
+
"group": [
|
|
20731
|
+
"input"
|
|
20732
|
+
],
|
|
20733
|
+
"access": "public",
|
|
20734
|
+
"file": {
|
|
20735
|
+
"path": "input/_variables.scss",
|
|
20736
|
+
"name": "_variables.scss"
|
|
20737
|
+
}
|
|
20738
|
+
},
|
|
20739
|
+
{
|
|
20740
|
+
"description": "The text color of the Input suffix.\n",
|
|
20741
|
+
"commentRange": {
|
|
20742
|
+
"start": 278,
|
|
20743
|
+
"end": 279
|
|
20744
|
+
},
|
|
20745
|
+
"context": {
|
|
20746
|
+
"type": "variable",
|
|
20747
|
+
"name": "kendo-input-suffix-text",
|
|
20748
|
+
"value": "$kendo-subtle-text",
|
|
20749
|
+
"scope": "default",
|
|
20750
|
+
"line": {
|
|
20751
|
+
"start": 280,
|
|
20752
|
+
"end": 280
|
|
20782
20753
|
}
|
|
20783
20754
|
},
|
|
20784
20755
|
"group": [
|
|
@@ -20793,8 +20764,8 @@
|
|
|
20793
20764
|
{
|
|
20794
20765
|
"description": "The border color of the invalid Input components.\n",
|
|
20795
20766
|
"commentRange": {
|
|
20796
|
-
"start":
|
|
20797
|
-
"end":
|
|
20767
|
+
"start": 282,
|
|
20768
|
+
"end": 283
|
|
20798
20769
|
},
|
|
20799
20770
|
"context": {
|
|
20800
20771
|
"type": "variable",
|
|
@@ -20802,8 +20773,8 @@
|
|
|
20802
20773
|
"value": "$kendo-invalid-border",
|
|
20803
20774
|
"scope": "default",
|
|
20804
20775
|
"line": {
|
|
20805
|
-
"start":
|
|
20806
|
-
"end":
|
|
20776
|
+
"start": 284,
|
|
20777
|
+
"end": 284
|
|
20807
20778
|
}
|
|
20808
20779
|
},
|
|
20809
20780
|
"group": [
|
|
@@ -20818,8 +20789,8 @@
|
|
|
20818
20789
|
{
|
|
20819
20790
|
"description": "The shadow of the invalid Input components.\n",
|
|
20820
20791
|
"commentRange": {
|
|
20821
|
-
"start":
|
|
20822
|
-
"end":
|
|
20792
|
+
"start": 285,
|
|
20793
|
+
"end": 286
|
|
20823
20794
|
},
|
|
20824
20795
|
"context": {
|
|
20825
20796
|
"type": "variable",
|
|
@@ -20827,8 +20798,58 @@
|
|
|
20827
20798
|
"value": "$kendo-invalid-shadow",
|
|
20828
20799
|
"scope": "default",
|
|
20829
20800
|
"line": {
|
|
20830
|
-
"start":
|
|
20831
|
-
"end":
|
|
20801
|
+
"start": 287,
|
|
20802
|
+
"end": 287
|
|
20803
|
+
}
|
|
20804
|
+
},
|
|
20805
|
+
"group": [
|
|
20806
|
+
"input"
|
|
20807
|
+
],
|
|
20808
|
+
"access": "public",
|
|
20809
|
+
"file": {
|
|
20810
|
+
"path": "input/_variables.scss",
|
|
20811
|
+
"name": "_variables.scss"
|
|
20812
|
+
}
|
|
20813
|
+
},
|
|
20814
|
+
{
|
|
20815
|
+
"description": "The border color of the valid Input components.\n",
|
|
20816
|
+
"commentRange": {
|
|
20817
|
+
"start": 289,
|
|
20818
|
+
"end": 290
|
|
20819
|
+
},
|
|
20820
|
+
"context": {
|
|
20821
|
+
"type": "variable",
|
|
20822
|
+
"name": "kendo-input-valid-border",
|
|
20823
|
+
"value": "$kendo-valid-border",
|
|
20824
|
+
"scope": "default",
|
|
20825
|
+
"line": {
|
|
20826
|
+
"start": 291,
|
|
20827
|
+
"end": 291
|
|
20828
|
+
}
|
|
20829
|
+
},
|
|
20830
|
+
"group": [
|
|
20831
|
+
"input"
|
|
20832
|
+
],
|
|
20833
|
+
"access": "public",
|
|
20834
|
+
"file": {
|
|
20835
|
+
"path": "input/_variables.scss",
|
|
20836
|
+
"name": "_variables.scss"
|
|
20837
|
+
}
|
|
20838
|
+
},
|
|
20839
|
+
{
|
|
20840
|
+
"description": "The shadow of the valid Input components.\n",
|
|
20841
|
+
"commentRange": {
|
|
20842
|
+
"start": 292,
|
|
20843
|
+
"end": 293
|
|
20844
|
+
},
|
|
20845
|
+
"context": {
|
|
20846
|
+
"type": "variable",
|
|
20847
|
+
"name": "kendo-input-valid-shadow",
|
|
20848
|
+
"value": "$kendo-valid-shadow",
|
|
20849
|
+
"scope": "default",
|
|
20850
|
+
"line": {
|
|
20851
|
+
"start": 294,
|
|
20852
|
+
"end": 294
|
|
20832
20853
|
}
|
|
20833
20854
|
},
|
|
20834
20855
|
"group": [
|
|
@@ -22549,7 +22570,7 @@
|
|
|
22549
22570
|
"context": {
|
|
22550
22571
|
"type": "variable",
|
|
22551
22572
|
"name": "kendo-listview-item-selected-bg",
|
|
22552
|
-
"value": "rgba( k-contrast-color( $kendo-listview-bg ), .04 )",
|
|
22573
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .04 ))",
|
|
22553
22574
|
"scope": "default",
|
|
22554
22575
|
"line": {
|
|
22555
22576
|
"start": 44,
|
|
@@ -22624,7 +22645,7 @@
|
|
|
22624
22645
|
"context": {
|
|
22625
22646
|
"type": "variable",
|
|
22626
22647
|
"name": "kendo-listview-item-focus-bg",
|
|
22627
|
-
"value": "rgba( k-contrast-color( $kendo-listview-bg ), .08 )",
|
|
22648
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .08 ))",
|
|
22628
22649
|
"scope": "default",
|
|
22629
22650
|
"line": {
|
|
22630
22651
|
"start": 54,
|
|
@@ -24341,15 +24362,15 @@
|
|
|
24341
24362
|
}
|
|
24342
24363
|
},
|
|
24343
24364
|
{
|
|
24344
|
-
"description": "The
|
|
24365
|
+
"description": "The row-gap between the elements in the Notification group.\n",
|
|
24345
24366
|
"commentRange": {
|
|
24346
24367
|
"start": 3,
|
|
24347
24368
|
"end": 4
|
|
24348
24369
|
},
|
|
24349
24370
|
"context": {
|
|
24350
24371
|
"type": "variable",
|
|
24351
|
-
"name": "kendo-notification-
|
|
24352
|
-
"value": "
|
|
24372
|
+
"name": "kendo-notification-group-gap",
|
|
24373
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
24353
24374
|
"scope": "default",
|
|
24354
24375
|
"line": {
|
|
24355
24376
|
"start": 5,
|
|
@@ -24365,11 +24386,36 @@
|
|
|
24365
24386
|
"name": "_variables.scss"
|
|
24366
24387
|
}
|
|
24367
24388
|
},
|
|
24389
|
+
{
|
|
24390
|
+
"description": "The horizontal padding of the Notification.\n",
|
|
24391
|
+
"commentRange": {
|
|
24392
|
+
"start": 7,
|
|
24393
|
+
"end": 8
|
|
24394
|
+
},
|
|
24395
|
+
"context": {
|
|
24396
|
+
"type": "variable",
|
|
24397
|
+
"name": "kendo-notification-padding-x",
|
|
24398
|
+
"value": "16px",
|
|
24399
|
+
"scope": "default",
|
|
24400
|
+
"line": {
|
|
24401
|
+
"start": 9,
|
|
24402
|
+
"end": 9
|
|
24403
|
+
}
|
|
24404
|
+
},
|
|
24405
|
+
"group": [
|
|
24406
|
+
"notification"
|
|
24407
|
+
],
|
|
24408
|
+
"access": "public",
|
|
24409
|
+
"file": {
|
|
24410
|
+
"path": "notification/_variables.scss",
|
|
24411
|
+
"name": "_variables.scss"
|
|
24412
|
+
}
|
|
24413
|
+
},
|
|
24368
24414
|
{
|
|
24369
24415
|
"description": "The vertical padding of the Notification.\n",
|
|
24370
24416
|
"commentRange": {
|
|
24371
|
-
"start":
|
|
24372
|
-
"end":
|
|
24417
|
+
"start": 10,
|
|
24418
|
+
"end": 11
|
|
24373
24419
|
},
|
|
24374
24420
|
"context": {
|
|
24375
24421
|
"type": "variable",
|
|
@@ -24377,8 +24423,8 @@
|
|
|
24377
24423
|
"value": "14px",
|
|
24378
24424
|
"scope": "default",
|
|
24379
24425
|
"line": {
|
|
24380
|
-
"start":
|
|
24381
|
-
"end":
|
|
24426
|
+
"start": 12,
|
|
24427
|
+
"end": 12
|
|
24382
24428
|
}
|
|
24383
24429
|
},
|
|
24384
24430
|
"group": [
|
|
@@ -24393,8 +24439,8 @@
|
|
|
24393
24439
|
{
|
|
24394
24440
|
"description": "The width of the border around the Notification.\n",
|
|
24395
24441
|
"commentRange": {
|
|
24396
|
-
"start":
|
|
24397
|
-
"end":
|
|
24442
|
+
"start": 13,
|
|
24443
|
+
"end": 14
|
|
24398
24444
|
},
|
|
24399
24445
|
"context": {
|
|
24400
24446
|
"type": "variable",
|
|
@@ -24402,8 +24448,8 @@
|
|
|
24402
24448
|
"value": "0px",
|
|
24403
24449
|
"scope": "default",
|
|
24404
24450
|
"line": {
|
|
24405
|
-
"start":
|
|
24406
|
-
"end":
|
|
24451
|
+
"start": 15,
|
|
24452
|
+
"end": 15
|
|
24407
24453
|
}
|
|
24408
24454
|
},
|
|
24409
24455
|
"group": [
|
|
@@ -24418,8 +24464,8 @@
|
|
|
24418
24464
|
{
|
|
24419
24465
|
"description": "The border radius of the Notification.\n",
|
|
24420
24466
|
"commentRange": {
|
|
24421
|
-
"start":
|
|
24422
|
-
"end":
|
|
24467
|
+
"start": 16,
|
|
24468
|
+
"end": 17
|
|
24423
24469
|
},
|
|
24424
24470
|
"context": {
|
|
24425
24471
|
"type": "variable",
|
|
@@ -24427,8 +24473,8 @@
|
|
|
24427
24473
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
24428
24474
|
"scope": "default",
|
|
24429
24475
|
"line": {
|
|
24430
|
-
"start":
|
|
24431
|
-
"end":
|
|
24476
|
+
"start": 18,
|
|
24477
|
+
"end": 18
|
|
24432
24478
|
}
|
|
24433
24479
|
},
|
|
24434
24480
|
"group": [
|
|
@@ -24443,8 +24489,8 @@
|
|
|
24443
24489
|
{
|
|
24444
24490
|
"description": "The font family of the Notification.\n",
|
|
24445
24491
|
"commentRange": {
|
|
24446
|
-
"start":
|
|
24447
|
-
"end":
|
|
24492
|
+
"start": 19,
|
|
24493
|
+
"end": 20
|
|
24448
24494
|
},
|
|
24449
24495
|
"context": {
|
|
24450
24496
|
"type": "variable",
|
|
@@ -24452,8 +24498,8 @@
|
|
|
24452
24498
|
"value": "$kendo-font-family",
|
|
24453
24499
|
"scope": "default",
|
|
24454
24500
|
"line": {
|
|
24455
|
-
"start":
|
|
24456
|
-
"end":
|
|
24501
|
+
"start": 21,
|
|
24502
|
+
"end": 21
|
|
24457
24503
|
}
|
|
24458
24504
|
},
|
|
24459
24505
|
"group": [
|
|
@@ -24468,8 +24514,8 @@
|
|
|
24468
24514
|
{
|
|
24469
24515
|
"description": "The font size of the Notification.\n",
|
|
24470
24516
|
"commentRange": {
|
|
24471
|
-
"start":
|
|
24472
|
-
"end":
|
|
24517
|
+
"start": 22,
|
|
24518
|
+
"end": 23
|
|
24473
24519
|
},
|
|
24474
24520
|
"context": {
|
|
24475
24521
|
"type": "variable",
|
|
@@ -24477,8 +24523,8 @@
|
|
|
24477
24523
|
"value": "$kendo-font-size-md",
|
|
24478
24524
|
"scope": "default",
|
|
24479
24525
|
"line": {
|
|
24480
|
-
"start":
|
|
24481
|
-
"end":
|
|
24526
|
+
"start": 24,
|
|
24527
|
+
"end": 24
|
|
24482
24528
|
}
|
|
24483
24529
|
},
|
|
24484
24530
|
"group": [
|
|
@@ -24493,8 +24539,8 @@
|
|
|
24493
24539
|
{
|
|
24494
24540
|
"description": "The line height of the Notification.\n",
|
|
24495
24541
|
"commentRange": {
|
|
24496
|
-
"start":
|
|
24497
|
-
"end":
|
|
24542
|
+
"start": 25,
|
|
24543
|
+
"end": 26
|
|
24498
24544
|
},
|
|
24499
24545
|
"context": {
|
|
24500
24546
|
"type": "variable",
|
|
@@ -24502,8 +24548,8 @@
|
|
|
24502
24548
|
"value": "k-math-div( 20, 14 )",
|
|
24503
24549
|
"scope": "default",
|
|
24504
24550
|
"line": {
|
|
24505
|
-
"start":
|
|
24506
|
-
"end":
|
|
24551
|
+
"start": 27,
|
|
24552
|
+
"end": 27
|
|
24507
24553
|
}
|
|
24508
24554
|
},
|
|
24509
24555
|
"group": [
|
|
@@ -24518,8 +24564,8 @@
|
|
|
24518
24564
|
{
|
|
24519
24565
|
"description": "The background color of the Notification.\n",
|
|
24520
24566
|
"commentRange": {
|
|
24521
|
-
"start":
|
|
24522
|
-
"end":
|
|
24567
|
+
"start": 28,
|
|
24568
|
+
"end": 29
|
|
24523
24569
|
},
|
|
24524
24570
|
"context": {
|
|
24525
24571
|
"type": "variable",
|
|
@@ -24527,8 +24573,8 @@
|
|
|
24527
24573
|
"value": "$kendo-component-bg",
|
|
24528
24574
|
"scope": "default",
|
|
24529
24575
|
"line": {
|
|
24530
|
-
"start":
|
|
24531
|
-
"end":
|
|
24576
|
+
"start": 30,
|
|
24577
|
+
"end": 30
|
|
24532
24578
|
}
|
|
24533
24579
|
},
|
|
24534
24580
|
"group": [
|
|
@@ -24543,8 +24589,8 @@
|
|
|
24543
24589
|
{
|
|
24544
24590
|
"description": "The text color of the Notification.\n",
|
|
24545
24591
|
"commentRange": {
|
|
24546
|
-
"start":
|
|
24547
|
-
"end":
|
|
24592
|
+
"start": 31,
|
|
24593
|
+
"end": 32
|
|
24548
24594
|
},
|
|
24549
24595
|
"context": {
|
|
24550
24596
|
"type": "variable",
|
|
@@ -24552,8 +24598,8 @@
|
|
|
24552
24598
|
"value": "$kendo-component-text",
|
|
24553
24599
|
"scope": "default",
|
|
24554
24600
|
"line": {
|
|
24555
|
-
"start":
|
|
24556
|
-
"end":
|
|
24601
|
+
"start": 33,
|
|
24602
|
+
"end": 33
|
|
24557
24603
|
}
|
|
24558
24604
|
},
|
|
24559
24605
|
"group": [
|
|
@@ -24568,8 +24614,8 @@
|
|
|
24568
24614
|
{
|
|
24569
24615
|
"description": "The border color of the Notification.\n",
|
|
24570
24616
|
"commentRange": {
|
|
24571
|
-
"start":
|
|
24572
|
-
"end":
|
|
24617
|
+
"start": 34,
|
|
24618
|
+
"end": 35
|
|
24573
24619
|
},
|
|
24574
24620
|
"context": {
|
|
24575
24621
|
"type": "variable",
|
|
@@ -24577,8 +24623,8 @@
|
|
|
24577
24623
|
"value": "$kendo-component-border",
|
|
24578
24624
|
"scope": "default",
|
|
24579
24625
|
"line": {
|
|
24580
|
-
"start":
|
|
24581
|
-
"end":
|
|
24626
|
+
"start": 36,
|
|
24627
|
+
"end": 36
|
|
24582
24628
|
}
|
|
24583
24629
|
},
|
|
24584
24630
|
"group": [
|
|
@@ -24593,8 +24639,8 @@
|
|
|
24593
24639
|
{
|
|
24594
24640
|
"description": "The box shadow of the Notification.\n",
|
|
24595
24641
|
"commentRange": {
|
|
24596
|
-
"start":
|
|
24597
|
-
"end":
|
|
24642
|
+
"start": 37,
|
|
24643
|
+
"end": 38
|
|
24598
24644
|
},
|
|
24599
24645
|
"context": {
|
|
24600
24646
|
"type": "variable",
|
|
@@ -24602,8 +24648,8 @@
|
|
|
24602
24648
|
"value": "$kendo-popup-shadow",
|
|
24603
24649
|
"scope": "default",
|
|
24604
24650
|
"line": {
|
|
24605
|
-
"start":
|
|
24606
|
-
"end":
|
|
24651
|
+
"start": 39,
|
|
24652
|
+
"end": 39
|
|
24607
24653
|
}
|
|
24608
24654
|
},
|
|
24609
24655
|
"group": [
|
|
@@ -24618,8 +24664,8 @@
|
|
|
24618
24664
|
{
|
|
24619
24665
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
24620
24666
|
"commentRange": {
|
|
24621
|
-
"start":
|
|
24622
|
-
"end":
|
|
24667
|
+
"start": 41,
|
|
24668
|
+
"end": 42
|
|
24623
24669
|
},
|
|
24624
24670
|
"context": {
|
|
24625
24671
|
"type": "variable",
|
|
@@ -24627,8 +24673,8 @@
|
|
|
24627
24673
|
"value": "$kendo-icon-spacing",
|
|
24628
24674
|
"scope": "default",
|
|
24629
24675
|
"line": {
|
|
24630
|
-
"start":
|
|
24631
|
-
"end":
|
|
24676
|
+
"start": 43,
|
|
24677
|
+
"end": 43
|
|
24632
24678
|
}
|
|
24633
24679
|
},
|
|
24634
24680
|
"group": [
|
|
@@ -24643,8 +24689,8 @@
|
|
|
24643
24689
|
{
|
|
24644
24690
|
"description": "The theme colors map for the Notification.\n",
|
|
24645
24691
|
"commentRange": {
|
|
24646
|
-
"start":
|
|
24647
|
-
"end":
|
|
24692
|
+
"start": 59,
|
|
24693
|
+
"end": 60
|
|
24648
24694
|
},
|
|
24649
24695
|
"context": {
|
|
24650
24696
|
"type": "variable",
|
|
@@ -24652,8 +24698,8 @@
|
|
|
24652
24698
|
"value": "$kendo-theme-colors",
|
|
24653
24699
|
"scope": "default",
|
|
24654
24700
|
"line": {
|
|
24655
|
-
"start":
|
|
24656
|
-
"end":
|
|
24701
|
+
"start": 61,
|
|
24702
|
+
"end": 61
|
|
24657
24703
|
}
|
|
24658
24704
|
},
|
|
24659
24705
|
"group": [
|
|
@@ -24668,8 +24714,8 @@
|
|
|
24668
24714
|
{
|
|
24669
24715
|
"description": "The generated theme colors map for the Notification.\n",
|
|
24670
24716
|
"commentRange": {
|
|
24671
|
-
"start":
|
|
24672
|
-
"end":
|
|
24717
|
+
"start": 62,
|
|
24718
|
+
"end": 63
|
|
24673
24719
|
},
|
|
24674
24720
|
"context": {
|
|
24675
24721
|
"type": "variable",
|
|
@@ -24677,8 +24723,8 @@
|
|
|
24677
24723
|
"value": "notification-theme( $kendo-notification-theme-colors )",
|
|
24678
24724
|
"scope": "default",
|
|
24679
24725
|
"line": {
|
|
24680
|
-
"start":
|
|
24681
|
-
"end":
|
|
24726
|
+
"start": 64,
|
|
24727
|
+
"end": 64
|
|
24682
24728
|
}
|
|
24683
24729
|
},
|
|
24684
24730
|
"group": [
|
|
@@ -25174,7 +25220,7 @@
|
|
|
25174
25220
|
"context": {
|
|
25175
25221
|
"type": "variable",
|
|
25176
25222
|
"name": "kendo-pager-text",
|
|
25177
|
-
"value": "if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )",
|
|
25223
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))",
|
|
25178
25224
|
"scope": "default",
|
|
25179
25225
|
"line": {
|
|
25180
25226
|
"start": 68,
|
|
@@ -25224,7 +25270,7 @@
|
|
|
25224
25270
|
"context": {
|
|
25225
25271
|
"type": "variable",
|
|
25226
25272
|
"name": "kendo-pager-focus-bg",
|
|
25227
|
-
"value": "k-try-shade( $kendo-pager-bg, .5 )",
|
|
25273
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 ))",
|
|
25228
25274
|
"scope": "default",
|
|
25229
25275
|
"line": {
|
|
25230
25276
|
"start": 75,
|
|
@@ -25999,7 +26045,7 @@
|
|
|
25999
26045
|
"context": {
|
|
26000
26046
|
"type": "variable",
|
|
26001
26047
|
"name": "kendo-pdf-viewer-toolbar-bg",
|
|
26002
|
-
"value": "k-try-shade( $kendo-button-bg, .25 )",
|
|
26048
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 ))",
|
|
26003
26049
|
"scope": "default",
|
|
26004
26050
|
"line": {
|
|
26005
26051
|
"start": 28,
|
|
@@ -26643,8 +26689,8 @@
|
|
|
26643
26689
|
{
|
|
26644
26690
|
"description": "The background color of the Picker components.\n",
|
|
26645
26691
|
"commentRange": {
|
|
26646
|
-
"start":
|
|
26647
|
-
"end":
|
|
26692
|
+
"start": 296,
|
|
26693
|
+
"end": 297
|
|
26648
26694
|
},
|
|
26649
26695
|
"context": {
|
|
26650
26696
|
"type": "variable",
|
|
@@ -26652,8 +26698,8 @@
|
|
|
26652
26698
|
"value": "$kendo-input-bg",
|
|
26653
26699
|
"scope": "default",
|
|
26654
26700
|
"line": {
|
|
26655
|
-
"start":
|
|
26656
|
-
"end":
|
|
26701
|
+
"start": 298,
|
|
26702
|
+
"end": 298
|
|
26657
26703
|
}
|
|
26658
26704
|
},
|
|
26659
26705
|
"group": [
|
|
@@ -26668,8 +26714,8 @@
|
|
|
26668
26714
|
{
|
|
26669
26715
|
"description": "The text color of the Picker components.\n",
|
|
26670
26716
|
"commentRange": {
|
|
26671
|
-
"start":
|
|
26672
|
-
"end":
|
|
26717
|
+
"start": 299,
|
|
26718
|
+
"end": 300
|
|
26673
26719
|
},
|
|
26674
26720
|
"context": {
|
|
26675
26721
|
"type": "variable",
|
|
@@ -26677,8 +26723,8 @@
|
|
|
26677
26723
|
"value": "$kendo-input-text",
|
|
26678
26724
|
"scope": "default",
|
|
26679
26725
|
"line": {
|
|
26680
|
-
"start":
|
|
26681
|
-
"end":
|
|
26726
|
+
"start": 301,
|
|
26727
|
+
"end": 301
|
|
26682
26728
|
}
|
|
26683
26729
|
},
|
|
26684
26730
|
"group": [
|
|
@@ -26693,8 +26739,8 @@
|
|
|
26693
26739
|
{
|
|
26694
26740
|
"description": "The border color of the Picker components.\n",
|
|
26695
26741
|
"commentRange": {
|
|
26696
|
-
"start":
|
|
26697
|
-
"end":
|
|
26742
|
+
"start": 302,
|
|
26743
|
+
"end": 303
|
|
26698
26744
|
},
|
|
26699
26745
|
"context": {
|
|
26700
26746
|
"type": "variable",
|
|
@@ -26702,8 +26748,8 @@
|
|
|
26702
26748
|
"value": "$kendo-input-border",
|
|
26703
26749
|
"scope": "default",
|
|
26704
26750
|
"line": {
|
|
26705
|
-
"start":
|
|
26706
|
-
"end":
|
|
26751
|
+
"start": 304,
|
|
26752
|
+
"end": 304
|
|
26707
26753
|
}
|
|
26708
26754
|
},
|
|
26709
26755
|
"group": [
|
|
@@ -26718,8 +26764,8 @@
|
|
|
26718
26764
|
{
|
|
26719
26765
|
"description": "The gradient of the Picker components.\n",
|
|
26720
26766
|
"commentRange": {
|
|
26721
|
-
"start":
|
|
26722
|
-
"end":
|
|
26767
|
+
"start": 305,
|
|
26768
|
+
"end": 306
|
|
26723
26769
|
},
|
|
26724
26770
|
"context": {
|
|
26725
26771
|
"type": "variable",
|
|
@@ -26727,8 +26773,8 @@
|
|
|
26727
26773
|
"value": "null",
|
|
26728
26774
|
"scope": "default",
|
|
26729
26775
|
"line": {
|
|
26730
|
-
"start":
|
|
26731
|
-
"end":
|
|
26776
|
+
"start": 307,
|
|
26777
|
+
"end": 307
|
|
26732
26778
|
}
|
|
26733
26779
|
},
|
|
26734
26780
|
"group": [
|
|
@@ -26743,8 +26789,8 @@
|
|
|
26743
26789
|
{
|
|
26744
26790
|
"description": "The shadow of the Picker components.\n",
|
|
26745
26791
|
"commentRange": {
|
|
26746
|
-
"start":
|
|
26747
|
-
"end":
|
|
26792
|
+
"start": 308,
|
|
26793
|
+
"end": 309
|
|
26748
26794
|
},
|
|
26749
26795
|
"context": {
|
|
26750
26796
|
"type": "variable",
|
|
@@ -26752,8 +26798,8 @@
|
|
|
26752
26798
|
"value": "$kendo-input-shadow",
|
|
26753
26799
|
"scope": "default",
|
|
26754
26800
|
"line": {
|
|
26755
|
-
"start":
|
|
26756
|
-
"end":
|
|
26801
|
+
"start": 310,
|
|
26802
|
+
"end": 310
|
|
26757
26803
|
}
|
|
26758
26804
|
},
|
|
26759
26805
|
"group": [
|
|
@@ -26768,8 +26814,8 @@
|
|
|
26768
26814
|
{
|
|
26769
26815
|
"description": "The background color of the hovered Picker components.\n",
|
|
26770
26816
|
"commentRange": {
|
|
26771
|
-
"start":
|
|
26772
|
-
"end":
|
|
26817
|
+
"start": 312,
|
|
26818
|
+
"end": 313
|
|
26773
26819
|
},
|
|
26774
26820
|
"context": {
|
|
26775
26821
|
"type": "variable",
|
|
@@ -26777,8 +26823,8 @@
|
|
|
26777
26823
|
"value": "$kendo-input-hover-bg",
|
|
26778
26824
|
"scope": "default",
|
|
26779
26825
|
"line": {
|
|
26780
|
-
"start":
|
|
26781
|
-
"end":
|
|
26826
|
+
"start": 314,
|
|
26827
|
+
"end": 314
|
|
26782
26828
|
}
|
|
26783
26829
|
},
|
|
26784
26830
|
"group": [
|
|
@@ -26793,8 +26839,8 @@
|
|
|
26793
26839
|
{
|
|
26794
26840
|
"description": "The text color of the hovered Picker components.\n",
|
|
26795
26841
|
"commentRange": {
|
|
26796
|
-
"start":
|
|
26797
|
-
"end":
|
|
26842
|
+
"start": 315,
|
|
26843
|
+
"end": 316
|
|
26798
26844
|
},
|
|
26799
26845
|
"context": {
|
|
26800
26846
|
"type": "variable",
|
|
@@ -26802,8 +26848,8 @@
|
|
|
26802
26848
|
"value": "$kendo-input-hover-text",
|
|
26803
26849
|
"scope": "default",
|
|
26804
26850
|
"line": {
|
|
26805
|
-
"start":
|
|
26806
|
-
"end":
|
|
26851
|
+
"start": 317,
|
|
26852
|
+
"end": 317
|
|
26807
26853
|
}
|
|
26808
26854
|
},
|
|
26809
26855
|
"group": [
|
|
@@ -26818,8 +26864,8 @@
|
|
|
26818
26864
|
{
|
|
26819
26865
|
"description": "The border color of the hovered Picker components.\n",
|
|
26820
26866
|
"commentRange": {
|
|
26821
|
-
"start":
|
|
26822
|
-
"end":
|
|
26867
|
+
"start": 318,
|
|
26868
|
+
"end": 319
|
|
26823
26869
|
},
|
|
26824
26870
|
"context": {
|
|
26825
26871
|
"type": "variable",
|
|
@@ -26827,8 +26873,8 @@
|
|
|
26827
26873
|
"value": "$kendo-input-hover-border",
|
|
26828
26874
|
"scope": "default",
|
|
26829
26875
|
"line": {
|
|
26830
|
-
"start":
|
|
26831
|
-
"end":
|
|
26876
|
+
"start": 320,
|
|
26877
|
+
"end": 320
|
|
26832
26878
|
}
|
|
26833
26879
|
},
|
|
26834
26880
|
"group": [
|
|
@@ -26843,8 +26889,8 @@
|
|
|
26843
26889
|
{
|
|
26844
26890
|
"description": "The gradient of the hovered Picker components.\n",
|
|
26845
26891
|
"commentRange": {
|
|
26846
|
-
"start":
|
|
26847
|
-
"end":
|
|
26892
|
+
"start": 321,
|
|
26893
|
+
"end": 322
|
|
26848
26894
|
},
|
|
26849
26895
|
"context": {
|
|
26850
26896
|
"type": "variable",
|
|
@@ -26852,8 +26898,8 @@
|
|
|
26852
26898
|
"value": "null",
|
|
26853
26899
|
"scope": "default",
|
|
26854
26900
|
"line": {
|
|
26855
|
-
"start":
|
|
26856
|
-
"end":
|
|
26901
|
+
"start": 323,
|
|
26902
|
+
"end": 323
|
|
26857
26903
|
}
|
|
26858
26904
|
},
|
|
26859
26905
|
"group": [
|
|
@@ -26868,8 +26914,8 @@
|
|
|
26868
26914
|
{
|
|
26869
26915
|
"description": "The shadow of the hovered Picker components.\n",
|
|
26870
26916
|
"commentRange": {
|
|
26871
|
-
"start":
|
|
26872
|
-
"end":
|
|
26917
|
+
"start": 324,
|
|
26918
|
+
"end": 325
|
|
26873
26919
|
},
|
|
26874
26920
|
"context": {
|
|
26875
26921
|
"type": "variable",
|
|
@@ -26877,8 +26923,8 @@
|
|
|
26877
26923
|
"value": "$kendo-input-hover-shadow",
|
|
26878
26924
|
"scope": "default",
|
|
26879
26925
|
"line": {
|
|
26880
|
-
"start":
|
|
26881
|
-
"end":
|
|
26926
|
+
"start": 326,
|
|
26927
|
+
"end": 326
|
|
26882
26928
|
}
|
|
26883
26929
|
},
|
|
26884
26930
|
"group": [
|
|
@@ -26893,8 +26939,8 @@
|
|
|
26893
26939
|
{
|
|
26894
26940
|
"description": "The background color of the focused Picker components.\n",
|
|
26895
26941
|
"commentRange": {
|
|
26896
|
-
"start":
|
|
26897
|
-
"end":
|
|
26942
|
+
"start": 328,
|
|
26943
|
+
"end": 329
|
|
26898
26944
|
},
|
|
26899
26945
|
"context": {
|
|
26900
26946
|
"type": "variable",
|
|
@@ -26902,8 +26948,8 @@
|
|
|
26902
26948
|
"value": "$kendo-input-focus-bg",
|
|
26903
26949
|
"scope": "default",
|
|
26904
26950
|
"line": {
|
|
26905
|
-
"start":
|
|
26906
|
-
"end":
|
|
26951
|
+
"start": 330,
|
|
26952
|
+
"end": 330
|
|
26907
26953
|
}
|
|
26908
26954
|
},
|
|
26909
26955
|
"group": [
|
|
@@ -26918,8 +26964,8 @@
|
|
|
26918
26964
|
{
|
|
26919
26965
|
"description": "The text color of the focused Picker components.\n",
|
|
26920
26966
|
"commentRange": {
|
|
26921
|
-
"start":
|
|
26922
|
-
"end":
|
|
26967
|
+
"start": 331,
|
|
26968
|
+
"end": 332
|
|
26923
26969
|
},
|
|
26924
26970
|
"context": {
|
|
26925
26971
|
"type": "variable",
|
|
@@ -26927,8 +26973,8 @@
|
|
|
26927
26973
|
"value": "$kendo-input-focus-text",
|
|
26928
26974
|
"scope": "default",
|
|
26929
26975
|
"line": {
|
|
26930
|
-
"start":
|
|
26931
|
-
"end":
|
|
26976
|
+
"start": 333,
|
|
26977
|
+
"end": 333
|
|
26932
26978
|
}
|
|
26933
26979
|
},
|
|
26934
26980
|
"group": [
|
|
@@ -26943,8 +26989,8 @@
|
|
|
26943
26989
|
{
|
|
26944
26990
|
"description": "The border color of the focused Picker components.\n",
|
|
26945
26991
|
"commentRange": {
|
|
26946
|
-
"start":
|
|
26947
|
-
"end":
|
|
26992
|
+
"start": 334,
|
|
26993
|
+
"end": 335
|
|
26948
26994
|
},
|
|
26949
26995
|
"context": {
|
|
26950
26996
|
"type": "variable",
|
|
@@ -26952,8 +26998,8 @@
|
|
|
26952
26998
|
"value": "$kendo-input-focus-border",
|
|
26953
26999
|
"scope": "default",
|
|
26954
27000
|
"line": {
|
|
26955
|
-
"start":
|
|
26956
|
-
"end":
|
|
27001
|
+
"start": 336,
|
|
27002
|
+
"end": 336
|
|
26957
27003
|
}
|
|
26958
27004
|
},
|
|
26959
27005
|
"group": [
|
|
@@ -26968,8 +27014,8 @@
|
|
|
26968
27014
|
{
|
|
26969
27015
|
"description": "The gradient of the focused Picker components.\n",
|
|
26970
27016
|
"commentRange": {
|
|
26971
|
-
"start":
|
|
26972
|
-
"end":
|
|
27017
|
+
"start": 337,
|
|
27018
|
+
"end": 338
|
|
26973
27019
|
},
|
|
26974
27020
|
"context": {
|
|
26975
27021
|
"type": "variable",
|
|
@@ -26977,8 +27023,8 @@
|
|
|
26977
27023
|
"value": "null",
|
|
26978
27024
|
"scope": "default",
|
|
26979
27025
|
"line": {
|
|
26980
|
-
"start":
|
|
26981
|
-
"end":
|
|
27026
|
+
"start": 339,
|
|
27027
|
+
"end": 339
|
|
26982
27028
|
}
|
|
26983
27029
|
},
|
|
26984
27030
|
"group": [
|
|
@@ -26993,8 +27039,8 @@
|
|
|
26993
27039
|
{
|
|
26994
27040
|
"description": "The shadow of the focused Picker components.\n",
|
|
26995
27041
|
"commentRange": {
|
|
26996
|
-
"start":
|
|
26997
|
-
"end":
|
|
27042
|
+
"start": 340,
|
|
27043
|
+
"end": 341
|
|
26998
27044
|
},
|
|
26999
27045
|
"context": {
|
|
27000
27046
|
"type": "variable",
|
|
@@ -27002,8 +27048,8 @@
|
|
|
27002
27048
|
"value": "$kendo-input-focus-shadow",
|
|
27003
27049
|
"scope": "default",
|
|
27004
27050
|
"line": {
|
|
27005
|
-
"start":
|
|
27006
|
-
"end":
|
|
27051
|
+
"start": 342,
|
|
27052
|
+
"end": 342
|
|
27007
27053
|
}
|
|
27008
27054
|
},
|
|
27009
27055
|
"group": [
|
|
@@ -27018,8 +27064,8 @@
|
|
|
27018
27064
|
{
|
|
27019
27065
|
"description": "The background color of the disabled Picker components.\n",
|
|
27020
27066
|
"commentRange": {
|
|
27021
|
-
"start":
|
|
27022
|
-
"end":
|
|
27067
|
+
"start": 344,
|
|
27068
|
+
"end": 345
|
|
27023
27069
|
},
|
|
27024
27070
|
"context": {
|
|
27025
27071
|
"type": "variable",
|
|
@@ -27027,8 +27073,8 @@
|
|
|
27027
27073
|
"value": "$kendo-input-disabled-bg",
|
|
27028
27074
|
"scope": "default",
|
|
27029
27075
|
"line": {
|
|
27030
|
-
"start":
|
|
27031
|
-
"end":
|
|
27076
|
+
"start": 346,
|
|
27077
|
+
"end": 346
|
|
27032
27078
|
}
|
|
27033
27079
|
},
|
|
27034
27080
|
"group": [
|
|
@@ -27043,8 +27089,8 @@
|
|
|
27043
27089
|
{
|
|
27044
27090
|
"description": "The text color of the disabled Picker components.\n",
|
|
27045
27091
|
"commentRange": {
|
|
27046
|
-
"start":
|
|
27047
|
-
"end":
|
|
27092
|
+
"start": 347,
|
|
27093
|
+
"end": 348
|
|
27048
27094
|
},
|
|
27049
27095
|
"context": {
|
|
27050
27096
|
"type": "variable",
|
|
@@ -27052,8 +27098,8 @@
|
|
|
27052
27098
|
"value": "$kendo-input-disabled-text",
|
|
27053
27099
|
"scope": "default",
|
|
27054
27100
|
"line": {
|
|
27055
|
-
"start":
|
|
27056
|
-
"end":
|
|
27101
|
+
"start": 349,
|
|
27102
|
+
"end": 349
|
|
27057
27103
|
}
|
|
27058
27104
|
},
|
|
27059
27105
|
"group": [
|
|
@@ -27068,8 +27114,8 @@
|
|
|
27068
27114
|
{
|
|
27069
27115
|
"description": "The border color of the disabled Picker components.\n",
|
|
27070
27116
|
"commentRange": {
|
|
27071
|
-
"start":
|
|
27072
|
-
"end":
|
|
27117
|
+
"start": 350,
|
|
27118
|
+
"end": 351
|
|
27073
27119
|
},
|
|
27074
27120
|
"context": {
|
|
27075
27121
|
"type": "variable",
|
|
@@ -27077,8 +27123,8 @@
|
|
|
27077
27123
|
"value": "$kendo-input-disabled-border",
|
|
27078
27124
|
"scope": "default",
|
|
27079
27125
|
"line": {
|
|
27080
|
-
"start":
|
|
27081
|
-
"end":
|
|
27126
|
+
"start": 352,
|
|
27127
|
+
"end": 352
|
|
27082
27128
|
}
|
|
27083
27129
|
},
|
|
27084
27130
|
"group": [
|
|
@@ -27093,8 +27139,8 @@
|
|
|
27093
27139
|
{
|
|
27094
27140
|
"description": "The gradient of the disabled Picker components.\n",
|
|
27095
27141
|
"commentRange": {
|
|
27096
|
-
"start":
|
|
27097
|
-
"end":
|
|
27142
|
+
"start": 353,
|
|
27143
|
+
"end": 354
|
|
27098
27144
|
},
|
|
27099
27145
|
"context": {
|
|
27100
27146
|
"type": "variable",
|
|
@@ -27102,8 +27148,8 @@
|
|
|
27102
27148
|
"value": "null",
|
|
27103
27149
|
"scope": "default",
|
|
27104
27150
|
"line": {
|
|
27105
|
-
"start":
|
|
27106
|
-
"end":
|
|
27151
|
+
"start": 355,
|
|
27152
|
+
"end": 355
|
|
27107
27153
|
}
|
|
27108
27154
|
},
|
|
27109
27155
|
"group": [
|
|
@@ -27118,8 +27164,8 @@
|
|
|
27118
27164
|
{
|
|
27119
27165
|
"description": "The shadow of the disabled Picker components.\n",
|
|
27120
27166
|
"commentRange": {
|
|
27121
|
-
"start":
|
|
27122
|
-
"end":
|
|
27167
|
+
"start": 356,
|
|
27168
|
+
"end": 357
|
|
27123
27169
|
},
|
|
27124
27170
|
"context": {
|
|
27125
27171
|
"type": "variable",
|
|
@@ -27127,8 +27173,8 @@
|
|
|
27127
27173
|
"value": "null",
|
|
27128
27174
|
"scope": "default",
|
|
27129
27175
|
"line": {
|
|
27130
|
-
"start":
|
|
27131
|
-
"end":
|
|
27176
|
+
"start": 358,
|
|
27177
|
+
"end": 358
|
|
27132
27178
|
}
|
|
27133
27179
|
},
|
|
27134
27180
|
"group": [
|
|
@@ -27143,8 +27189,8 @@
|
|
|
27143
27189
|
{
|
|
27144
27190
|
"description": "The background color of the outline Picker components.\n",
|
|
27145
27191
|
"commentRange": {
|
|
27146
|
-
"start":
|
|
27147
|
-
"end":
|
|
27192
|
+
"start": 360,
|
|
27193
|
+
"end": 361
|
|
27148
27194
|
},
|
|
27149
27195
|
"context": {
|
|
27150
27196
|
"type": "variable",
|
|
@@ -27152,8 +27198,8 @@
|
|
|
27152
27198
|
"value": "null",
|
|
27153
27199
|
"scope": "default",
|
|
27154
27200
|
"line": {
|
|
27155
|
-
"start":
|
|
27156
|
-
"end":
|
|
27201
|
+
"start": 362,
|
|
27202
|
+
"end": 362
|
|
27157
27203
|
}
|
|
27158
27204
|
},
|
|
27159
27205
|
"group": [
|
|
@@ -27168,8 +27214,8 @@
|
|
|
27168
27214
|
{
|
|
27169
27215
|
"description": "The text color of the outline Picker components.\n",
|
|
27170
27216
|
"commentRange": {
|
|
27171
|
-
"start":
|
|
27172
|
-
"end":
|
|
27217
|
+
"start": 363,
|
|
27218
|
+
"end": 364
|
|
27173
27219
|
},
|
|
27174
27220
|
"context": {
|
|
27175
27221
|
"type": "variable",
|
|
@@ -27177,8 +27223,8 @@
|
|
|
27177
27223
|
"value": "$kendo-picker-text",
|
|
27178
27224
|
"scope": "default",
|
|
27179
27225
|
"line": {
|
|
27180
|
-
"start":
|
|
27181
|
-
"end":
|
|
27226
|
+
"start": 365,
|
|
27227
|
+
"end": 365
|
|
27182
27228
|
}
|
|
27183
27229
|
},
|
|
27184
27230
|
"group": [
|
|
@@ -27193,8 +27239,8 @@
|
|
|
27193
27239
|
{
|
|
27194
27240
|
"description": "The border color of the outline Picker components.\n",
|
|
27195
27241
|
"commentRange": {
|
|
27196
|
-
"start":
|
|
27197
|
-
"end":
|
|
27242
|
+
"start": 366,
|
|
27243
|
+
"end": 367
|
|
27198
27244
|
},
|
|
27199
27245
|
"context": {
|
|
27200
27246
|
"type": "variable",
|
|
@@ -27202,8 +27248,8 @@
|
|
|
27202
27248
|
"value": "$kendo-picker-border",
|
|
27203
27249
|
"scope": "default",
|
|
27204
27250
|
"line": {
|
|
27205
|
-
"start":
|
|
27206
|
-
"end":
|
|
27251
|
+
"start": 368,
|
|
27252
|
+
"end": 368
|
|
27207
27253
|
}
|
|
27208
27254
|
},
|
|
27209
27255
|
"group": [
|
|
@@ -27218,8 +27264,8 @@
|
|
|
27218
27264
|
{
|
|
27219
27265
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
27220
27266
|
"commentRange": {
|
|
27221
|
-
"start":
|
|
27222
|
-
"end":
|
|
27267
|
+
"start": 370,
|
|
27268
|
+
"end": 371
|
|
27223
27269
|
},
|
|
27224
27270
|
"context": {
|
|
27225
27271
|
"type": "variable",
|
|
@@ -27227,8 +27273,8 @@
|
|
|
27227
27273
|
"value": "null",
|
|
27228
27274
|
"scope": "default",
|
|
27229
27275
|
"line": {
|
|
27230
|
-
"start":
|
|
27231
|
-
"end":
|
|
27276
|
+
"start": 372,
|
|
27277
|
+
"end": 372
|
|
27232
27278
|
}
|
|
27233
27279
|
},
|
|
27234
27280
|
"group": [
|
|
@@ -27243,8 +27289,8 @@
|
|
|
27243
27289
|
{
|
|
27244
27290
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
27245
27291
|
"commentRange": {
|
|
27246
|
-
"start":
|
|
27247
|
-
"end":
|
|
27292
|
+
"start": 373,
|
|
27293
|
+
"end": 374
|
|
27248
27294
|
},
|
|
27249
27295
|
"context": {
|
|
27250
27296
|
"type": "variable",
|
|
@@ -27252,8 +27298,8 @@
|
|
|
27252
27298
|
"value": "null",
|
|
27253
27299
|
"scope": "default",
|
|
27254
27300
|
"line": {
|
|
27255
|
-
"start":
|
|
27256
|
-
"end":
|
|
27301
|
+
"start": 375,
|
|
27302
|
+
"end": 375
|
|
27257
27303
|
}
|
|
27258
27304
|
},
|
|
27259
27305
|
"group": [
|
|
@@ -27268,8 +27314,8 @@
|
|
|
27268
27314
|
{
|
|
27269
27315
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
27270
27316
|
"commentRange": {
|
|
27271
|
-
"start":
|
|
27272
|
-
"end":
|
|
27317
|
+
"start": 376,
|
|
27318
|
+
"end": 377
|
|
27273
27319
|
},
|
|
27274
27320
|
"context": {
|
|
27275
27321
|
"type": "variable",
|
|
@@ -27277,8 +27323,8 @@
|
|
|
27277
27323
|
"value": "$kendo-picker-hover-border",
|
|
27278
27324
|
"scope": "default",
|
|
27279
27325
|
"line": {
|
|
27280
|
-
"start":
|
|
27281
|
-
"end":
|
|
27326
|
+
"start": 378,
|
|
27327
|
+
"end": 378
|
|
27282
27328
|
}
|
|
27283
27329
|
},
|
|
27284
27330
|
"group": [
|
|
@@ -27293,8 +27339,8 @@
|
|
|
27293
27339
|
{
|
|
27294
27340
|
"description": "The background color of the outline focused Picker components.\n",
|
|
27295
27341
|
"commentRange": {
|
|
27296
|
-
"start":
|
|
27297
|
-
"end":
|
|
27342
|
+
"start": 380,
|
|
27343
|
+
"end": 381
|
|
27298
27344
|
},
|
|
27299
27345
|
"context": {
|
|
27300
27346
|
"type": "variable",
|
|
@@ -27302,8 +27348,8 @@
|
|
|
27302
27348
|
"value": "nul",
|
|
27303
27349
|
"scope": "default",
|
|
27304
27350
|
"line": {
|
|
27305
|
-
"start":
|
|
27306
|
-
"end":
|
|
27351
|
+
"start": 382,
|
|
27352
|
+
"end": 382
|
|
27307
27353
|
}
|
|
27308
27354
|
},
|
|
27309
27355
|
"group": [
|
|
@@ -27318,8 +27364,8 @@
|
|
|
27318
27364
|
{
|
|
27319
27365
|
"description": "The text color of the outline focused Picker components.\n",
|
|
27320
27366
|
"commentRange": {
|
|
27321
|
-
"start":
|
|
27322
|
-
"end":
|
|
27367
|
+
"start": 383,
|
|
27368
|
+
"end": 384
|
|
27323
27369
|
},
|
|
27324
27370
|
"context": {
|
|
27325
27371
|
"type": "variable",
|
|
@@ -27327,8 +27373,8 @@
|
|
|
27327
27373
|
"value": "null",
|
|
27328
27374
|
"scope": "default",
|
|
27329
27375
|
"line": {
|
|
27330
|
-
"start":
|
|
27331
|
-
"end":
|
|
27376
|
+
"start": 385,
|
|
27377
|
+
"end": 385
|
|
27332
27378
|
}
|
|
27333
27379
|
},
|
|
27334
27380
|
"group": [
|
|
@@ -27343,8 +27389,8 @@
|
|
|
27343
27389
|
{
|
|
27344
27390
|
"description": "The border color of the outline focused Picker components.\n",
|
|
27345
27391
|
"commentRange": {
|
|
27346
|
-
"start":
|
|
27347
|
-
"end":
|
|
27392
|
+
"start": 386,
|
|
27393
|
+
"end": 387
|
|
27348
27394
|
},
|
|
27349
27395
|
"context": {
|
|
27350
27396
|
"type": "variable",
|
|
@@ -27352,8 +27398,8 @@
|
|
|
27352
27398
|
"value": "$kendo-picker-focus-border",
|
|
27353
27399
|
"scope": "default",
|
|
27354
27400
|
"line": {
|
|
27355
|
-
"start":
|
|
27356
|
-
"end":
|
|
27401
|
+
"start": 388,
|
|
27402
|
+
"end": 388
|
|
27357
27403
|
}
|
|
27358
27404
|
},
|
|
27359
27405
|
"group": [
|
|
@@ -27368,8 +27414,8 @@
|
|
|
27368
27414
|
{
|
|
27369
27415
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
27370
27416
|
"commentRange": {
|
|
27371
|
-
"start":
|
|
27372
|
-
"end":
|
|
27417
|
+
"start": 389,
|
|
27418
|
+
"end": 390
|
|
27373
27419
|
},
|
|
27374
27420
|
"context": {
|
|
27375
27421
|
"type": "variable",
|
|
@@ -27377,8 +27423,8 @@
|
|
|
27377
27423
|
"value": "null",
|
|
27378
27424
|
"scope": "default",
|
|
27379
27425
|
"line": {
|
|
27380
|
-
"start":
|
|
27381
|
-
"end":
|
|
27426
|
+
"start": 391,
|
|
27427
|
+
"end": 391
|
|
27382
27428
|
}
|
|
27383
27429
|
},
|
|
27384
27430
|
"group": [
|
|
@@ -27393,8 +27439,8 @@
|
|
|
27393
27439
|
{
|
|
27394
27440
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
27395
27441
|
"commentRange": {
|
|
27396
|
-
"start":
|
|
27397
|
-
"end":
|
|
27442
|
+
"start": 393,
|
|
27443
|
+
"end": 394
|
|
27398
27444
|
},
|
|
27399
27445
|
"context": {
|
|
27400
27446
|
"type": "variable",
|
|
@@ -27402,8 +27448,8 @@
|
|
|
27402
27448
|
"value": "null",
|
|
27403
27449
|
"scope": "default",
|
|
27404
27450
|
"line": {
|
|
27405
|
-
"start":
|
|
27406
|
-
"end":
|
|
27451
|
+
"start": 395,
|
|
27452
|
+
"end": 395
|
|
27407
27453
|
}
|
|
27408
27454
|
},
|
|
27409
27455
|
"group": [
|
|
@@ -27418,8 +27464,8 @@
|
|
|
27418
27464
|
{
|
|
27419
27465
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
27420
27466
|
"commentRange": {
|
|
27421
|
-
"start":
|
|
27422
|
-
"end":
|
|
27467
|
+
"start": 396,
|
|
27468
|
+
"end": 397
|
|
27423
27469
|
},
|
|
27424
27470
|
"context": {
|
|
27425
27471
|
"type": "variable",
|
|
@@ -27427,8 +27473,8 @@
|
|
|
27427
27473
|
"value": "null",
|
|
27428
27474
|
"scope": "default",
|
|
27429
27475
|
"line": {
|
|
27430
|
-
"start":
|
|
27431
|
-
"end":
|
|
27476
|
+
"start": 398,
|
|
27477
|
+
"end": 398
|
|
27432
27478
|
}
|
|
27433
27479
|
},
|
|
27434
27480
|
"group": [
|
|
@@ -27443,8 +27489,8 @@
|
|
|
27443
27489
|
{
|
|
27444
27490
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
27445
27491
|
"commentRange": {
|
|
27446
|
-
"start":
|
|
27447
|
-
"end":
|
|
27492
|
+
"start": 399,
|
|
27493
|
+
"end": 400
|
|
27448
27494
|
},
|
|
27449
27495
|
"context": {
|
|
27450
27496
|
"type": "variable",
|
|
@@ -27452,8 +27498,8 @@
|
|
|
27452
27498
|
"value": "null",
|
|
27453
27499
|
"scope": "default",
|
|
27454
27500
|
"line": {
|
|
27455
|
-
"start":
|
|
27456
|
-
"end":
|
|
27501
|
+
"start": 401,
|
|
27502
|
+
"end": 401
|
|
27457
27503
|
}
|
|
27458
27504
|
},
|
|
27459
27505
|
"group": [
|
|
@@ -27468,8 +27514,8 @@
|
|
|
27468
27514
|
{
|
|
27469
27515
|
"description": "The background color of the flat Picker components.\n",
|
|
27470
27516
|
"commentRange": {
|
|
27471
|
-
"start":
|
|
27472
|
-
"end":
|
|
27517
|
+
"start": 403,
|
|
27518
|
+
"end": 404
|
|
27473
27519
|
},
|
|
27474
27520
|
"context": {
|
|
27475
27521
|
"type": "variable",
|
|
@@ -27477,8 +27523,8 @@
|
|
|
27477
27523
|
"value": "null",
|
|
27478
27524
|
"scope": "default",
|
|
27479
27525
|
"line": {
|
|
27480
|
-
"start":
|
|
27481
|
-
"end":
|
|
27526
|
+
"start": 405,
|
|
27527
|
+
"end": 405
|
|
27482
27528
|
}
|
|
27483
27529
|
},
|
|
27484
27530
|
"group": [
|
|
@@ -27493,8 +27539,8 @@
|
|
|
27493
27539
|
{
|
|
27494
27540
|
"description": "The text color of the flat Picker components.\n",
|
|
27495
27541
|
"commentRange": {
|
|
27496
|
-
"start":
|
|
27497
|
-
"end":
|
|
27542
|
+
"start": 406,
|
|
27543
|
+
"end": 407
|
|
27498
27544
|
},
|
|
27499
27545
|
"context": {
|
|
27500
27546
|
"type": "variable",
|
|
@@ -27502,8 +27548,8 @@
|
|
|
27502
27548
|
"value": "$kendo-picker-text",
|
|
27503
27549
|
"scope": "default",
|
|
27504
27550
|
"line": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
27551
|
+
"start": 408,
|
|
27552
|
+
"end": 408
|
|
27507
27553
|
}
|
|
27508
27554
|
},
|
|
27509
27555
|
"group": [
|
|
@@ -27518,8 +27564,8 @@
|
|
|
27518
27564
|
{
|
|
27519
27565
|
"description": "The border color of the flat Picker components.\n",
|
|
27520
27566
|
"commentRange": {
|
|
27521
|
-
"start":
|
|
27522
|
-
"end":
|
|
27567
|
+
"start": 409,
|
|
27568
|
+
"end": 410
|
|
27523
27569
|
},
|
|
27524
27570
|
"context": {
|
|
27525
27571
|
"type": "variable",
|
|
@@ -27527,8 +27573,8 @@
|
|
|
27527
27573
|
"value": "$kendo-picker-border",
|
|
27528
27574
|
"scope": "default",
|
|
27529
27575
|
"line": {
|
|
27530
|
-
"start":
|
|
27531
|
-
"end":
|
|
27576
|
+
"start": 411,
|
|
27577
|
+
"end": 411
|
|
27532
27578
|
}
|
|
27533
27579
|
},
|
|
27534
27580
|
"group": [
|
|
@@ -27543,8 +27589,8 @@
|
|
|
27543
27589
|
{
|
|
27544
27590
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
27545
27591
|
"commentRange": {
|
|
27546
|
-
"start":
|
|
27547
|
-
"end":
|
|
27592
|
+
"start": 413,
|
|
27593
|
+
"end": 414
|
|
27548
27594
|
},
|
|
27549
27595
|
"context": {
|
|
27550
27596
|
"type": "variable",
|
|
@@ -27552,8 +27598,8 @@
|
|
|
27552
27598
|
"value": "null",
|
|
27553
27599
|
"scope": "default",
|
|
27554
27600
|
"line": {
|
|
27555
|
-
"start":
|
|
27556
|
-
"end":
|
|
27601
|
+
"start": 415,
|
|
27602
|
+
"end": 415
|
|
27557
27603
|
}
|
|
27558
27604
|
},
|
|
27559
27605
|
"group": [
|
|
@@ -27568,8 +27614,8 @@
|
|
|
27568
27614
|
{
|
|
27569
27615
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
27570
27616
|
"commentRange": {
|
|
27571
|
-
"start":
|
|
27572
|
-
"end":
|
|
27617
|
+
"start": 416,
|
|
27618
|
+
"end": 417
|
|
27573
27619
|
},
|
|
27574
27620
|
"context": {
|
|
27575
27621
|
"type": "variable",
|
|
@@ -27577,8 +27623,8 @@
|
|
|
27577
27623
|
"value": "null",
|
|
27578
27624
|
"scope": "default",
|
|
27579
27625
|
"line": {
|
|
27580
|
-
"start":
|
|
27581
|
-
"end":
|
|
27626
|
+
"start": 418,
|
|
27627
|
+
"end": 418
|
|
27582
27628
|
}
|
|
27583
27629
|
},
|
|
27584
27630
|
"group": [
|
|
@@ -27593,8 +27639,8 @@
|
|
|
27593
27639
|
{
|
|
27594
27640
|
"description": "The background color of the flat focused Picker components.\n",
|
|
27595
27641
|
"commentRange": {
|
|
27596
|
-
"start":
|
|
27597
|
-
"end":
|
|
27642
|
+
"start": 423,
|
|
27643
|
+
"end": 424
|
|
27598
27644
|
},
|
|
27599
27645
|
"context": {
|
|
27600
27646
|
"type": "variable",
|
|
@@ -27602,8 +27648,8 @@
|
|
|
27602
27648
|
"value": "null",
|
|
27603
27649
|
"scope": "default",
|
|
27604
27650
|
"line": {
|
|
27605
|
-
"start":
|
|
27606
|
-
"end":
|
|
27651
|
+
"start": 425,
|
|
27652
|
+
"end": 425
|
|
27607
27653
|
}
|
|
27608
27654
|
},
|
|
27609
27655
|
"group": [
|
|
@@ -27618,8 +27664,8 @@
|
|
|
27618
27664
|
{
|
|
27619
27665
|
"description": "The text color of the flat focused Picker components.\n",
|
|
27620
27666
|
"commentRange": {
|
|
27621
|
-
"start":
|
|
27622
|
-
"end":
|
|
27667
|
+
"start": 426,
|
|
27668
|
+
"end": 427
|
|
27623
27669
|
},
|
|
27624
27670
|
"context": {
|
|
27625
27671
|
"type": "variable",
|
|
@@ -27627,8 +27673,8 @@
|
|
|
27627
27673
|
"value": "null",
|
|
27628
27674
|
"scope": "default",
|
|
27629
27675
|
"line": {
|
|
27630
|
-
"start":
|
|
27631
|
-
"end":
|
|
27676
|
+
"start": 428,
|
|
27677
|
+
"end": 428
|
|
27632
27678
|
}
|
|
27633
27679
|
},
|
|
27634
27680
|
"group": [
|
|
@@ -27643,8 +27689,8 @@
|
|
|
27643
27689
|
{
|
|
27644
27690
|
"description": "The border color of the flat focused Picker components.\n",
|
|
27645
27691
|
"commentRange": {
|
|
27646
|
-
"start":
|
|
27647
|
-
"end":
|
|
27692
|
+
"start": 429,
|
|
27693
|
+
"end": 430
|
|
27648
27694
|
},
|
|
27649
27695
|
"context": {
|
|
27650
27696
|
"type": "variable",
|
|
@@ -27652,8 +27698,8 @@
|
|
|
27652
27698
|
"value": "$kendo-picker-focus-border",
|
|
27653
27699
|
"scope": "default",
|
|
27654
27700
|
"line": {
|
|
27655
|
-
"start":
|
|
27656
|
-
"end":
|
|
27701
|
+
"start": 431,
|
|
27702
|
+
"end": 431
|
|
27657
27703
|
}
|
|
27658
27704
|
},
|
|
27659
27705
|
"group": [
|
|
@@ -27668,8 +27714,8 @@
|
|
|
27668
27714
|
{
|
|
27669
27715
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
27670
27716
|
"commentRange": {
|
|
27671
|
-
"start":
|
|
27672
|
-
"end":
|
|
27717
|
+
"start": 432,
|
|
27718
|
+
"end": 433
|
|
27673
27719
|
},
|
|
27674
27720
|
"context": {
|
|
27675
27721
|
"type": "variable",
|
|
@@ -27677,8 +27723,8 @@
|
|
|
27677
27723
|
"value": "null",
|
|
27678
27724
|
"scope": "default",
|
|
27679
27725
|
"line": {
|
|
27680
|
-
"start":
|
|
27681
|
-
"end":
|
|
27726
|
+
"start": 434,
|
|
27727
|
+
"end": 434
|
|
27682
27728
|
}
|
|
27683
27729
|
},
|
|
27684
27730
|
"group": [
|
|
@@ -27693,8 +27739,8 @@
|
|
|
27693
27739
|
{
|
|
27694
27740
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
27695
27741
|
"commentRange": {
|
|
27696
|
-
"start":
|
|
27697
|
-
"end":
|
|
27742
|
+
"start": 436,
|
|
27743
|
+
"end": 437
|
|
27698
27744
|
},
|
|
27699
27745
|
"context": {
|
|
27700
27746
|
"type": "variable",
|
|
@@ -27702,8 +27748,8 @@
|
|
|
27702
27748
|
"value": "null",
|
|
27703
27749
|
"scope": "default",
|
|
27704
27750
|
"line": {
|
|
27705
|
-
"start":
|
|
27706
|
-
"end":
|
|
27751
|
+
"start": 438,
|
|
27752
|
+
"end": 438
|
|
27707
27753
|
}
|
|
27708
27754
|
},
|
|
27709
27755
|
"group": [
|
|
@@ -27718,8 +27764,8 @@
|
|
|
27718
27764
|
{
|
|
27719
27765
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
27720
27766
|
"commentRange": {
|
|
27721
|
-
"start":
|
|
27722
|
-
"end":
|
|
27767
|
+
"start": 439,
|
|
27768
|
+
"end": 440
|
|
27723
27769
|
},
|
|
27724
27770
|
"context": {
|
|
27725
27771
|
"type": "variable",
|
|
@@ -27727,8 +27773,8 @@
|
|
|
27727
27773
|
"value": "null",
|
|
27728
27774
|
"scope": "default",
|
|
27729
27775
|
"line": {
|
|
27730
|
-
"start":
|
|
27731
|
-
"end":
|
|
27776
|
+
"start": 441,
|
|
27777
|
+
"end": 441
|
|
27732
27778
|
}
|
|
27733
27779
|
},
|
|
27734
27780
|
"group": [
|
|
@@ -27743,8 +27789,8 @@
|
|
|
27743
27789
|
{
|
|
27744
27790
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
27745
27791
|
"commentRange": {
|
|
27746
|
-
"start":
|
|
27747
|
-
"end":
|
|
27792
|
+
"start": 442,
|
|
27793
|
+
"end": 443
|
|
27748
27794
|
},
|
|
27749
27795
|
"context": {
|
|
27750
27796
|
"type": "variable",
|
|
@@ -27752,8 +27798,8 @@
|
|
|
27752
27798
|
"value": "null",
|
|
27753
27799
|
"scope": "default",
|
|
27754
27800
|
"line": {
|
|
27755
|
-
"start":
|
|
27756
|
-
"end":
|
|
27801
|
+
"start": 444,
|
|
27802
|
+
"end": 444
|
|
27757
27803
|
}
|
|
27758
27804
|
},
|
|
27759
27805
|
"group": [
|
|
@@ -27768,8 +27814,8 @@
|
|
|
27768
27814
|
{
|
|
27769
27815
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
27770
27816
|
"commentRange": {
|
|
27771
|
-
"start":
|
|
27772
|
-
"end":
|
|
27817
|
+
"start": 419,
|
|
27818
|
+
"end": 420
|
|
27773
27819
|
},
|
|
27774
27820
|
"context": {
|
|
27775
27821
|
"type": "variable",
|
|
@@ -27777,8 +27823,8 @@
|
|
|
27777
27823
|
"value": "$kendo-picker-hover-border",
|
|
27778
27824
|
"scope": "default",
|
|
27779
27825
|
"line": {
|
|
27780
|
-
"start":
|
|
27781
|
-
"end":
|
|
27826
|
+
"start": 421,
|
|
27827
|
+
"end": 421
|
|
27782
27828
|
}
|
|
27783
27829
|
},
|
|
27784
27830
|
"group": [
|
|
@@ -28924,7 +28970,7 @@
|
|
|
28924
28970
|
"context": {
|
|
28925
28971
|
"type": "variable",
|
|
28926
28972
|
"name": "kendo-progressbar-bg",
|
|
28927
|
-
"value": "k-try-tint( $kendo-color-primary, 8 )",
|
|
28973
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 ))",
|
|
28928
28974
|
"scope": "default",
|
|
28929
28975
|
"line": {
|
|
28930
28976
|
"start": 27,
|
|
@@ -29290,6 +29336,506 @@
|
|
|
29290
29336
|
"name": "_variables.scss"
|
|
29291
29337
|
}
|
|
29292
29338
|
},
|
|
29339
|
+
{
|
|
29340
|
+
"description": "The text color of the Prompt.\n",
|
|
29341
|
+
"commentRange": {
|
|
29342
|
+
"start": 3,
|
|
29343
|
+
"end": 4
|
|
29344
|
+
},
|
|
29345
|
+
"context": {
|
|
29346
|
+
"type": "variable",
|
|
29347
|
+
"name": "kendo-prompt-text",
|
|
29348
|
+
"value": "$kendo-component-text",
|
|
29349
|
+
"scope": "default",
|
|
29350
|
+
"line": {
|
|
29351
|
+
"start": 5,
|
|
29352
|
+
"end": 5
|
|
29353
|
+
}
|
|
29354
|
+
},
|
|
29355
|
+
"group": [
|
|
29356
|
+
"prompt"
|
|
29357
|
+
],
|
|
29358
|
+
"access": "public",
|
|
29359
|
+
"file": {
|
|
29360
|
+
"path": "prompt/_variables.scss",
|
|
29361
|
+
"name": "_variables.scss"
|
|
29362
|
+
}
|
|
29363
|
+
},
|
|
29364
|
+
{
|
|
29365
|
+
"description": "The background color of the Prompt.\n",
|
|
29366
|
+
"commentRange": {
|
|
29367
|
+
"start": 6,
|
|
29368
|
+
"end": 7
|
|
29369
|
+
},
|
|
29370
|
+
"context": {
|
|
29371
|
+
"type": "variable",
|
|
29372
|
+
"name": "kendo-prompt-bg",
|
|
29373
|
+
"value": "$kendo-component-bg",
|
|
29374
|
+
"scope": "default",
|
|
29375
|
+
"line": {
|
|
29376
|
+
"start": 8,
|
|
29377
|
+
"end": 8
|
|
29378
|
+
}
|
|
29379
|
+
},
|
|
29380
|
+
"group": [
|
|
29381
|
+
"prompt"
|
|
29382
|
+
],
|
|
29383
|
+
"access": "public",
|
|
29384
|
+
"file": {
|
|
29385
|
+
"path": "prompt/_variables.scss",
|
|
29386
|
+
"name": "_variables.scss"
|
|
29387
|
+
}
|
|
29388
|
+
},
|
|
29389
|
+
{
|
|
29390
|
+
"description": "The border color of the Prompt.\n",
|
|
29391
|
+
"commentRange": {
|
|
29392
|
+
"start": 9,
|
|
29393
|
+
"end": 10
|
|
29394
|
+
},
|
|
29395
|
+
"context": {
|
|
29396
|
+
"type": "variable",
|
|
29397
|
+
"name": "kendo-prompt-border",
|
|
29398
|
+
"value": "$kendo-component-border",
|
|
29399
|
+
"scope": "default",
|
|
29400
|
+
"line": {
|
|
29401
|
+
"start": 11,
|
|
29402
|
+
"end": 11
|
|
29403
|
+
}
|
|
29404
|
+
},
|
|
29405
|
+
"group": [
|
|
29406
|
+
"prompt"
|
|
29407
|
+
],
|
|
29408
|
+
"access": "public",
|
|
29409
|
+
"file": {
|
|
29410
|
+
"path": "prompt/_variables.scss",
|
|
29411
|
+
"name": "_variables.scss"
|
|
29412
|
+
}
|
|
29413
|
+
},
|
|
29414
|
+
{
|
|
29415
|
+
"description": "The text color of the Prompt header.\n",
|
|
29416
|
+
"commentRange": {
|
|
29417
|
+
"start": 13,
|
|
29418
|
+
"end": 14
|
|
29419
|
+
},
|
|
29420
|
+
"context": {
|
|
29421
|
+
"type": "variable",
|
|
29422
|
+
"name": "kendo-prompt-header-text",
|
|
29423
|
+
"value": "$kendo-component-header-text",
|
|
29424
|
+
"scope": "default",
|
|
29425
|
+
"line": {
|
|
29426
|
+
"start": 15,
|
|
29427
|
+
"end": 15
|
|
29428
|
+
}
|
|
29429
|
+
},
|
|
29430
|
+
"group": [
|
|
29431
|
+
"prompt"
|
|
29432
|
+
],
|
|
29433
|
+
"access": "public",
|
|
29434
|
+
"file": {
|
|
29435
|
+
"path": "prompt/_variables.scss",
|
|
29436
|
+
"name": "_variables.scss"
|
|
29437
|
+
}
|
|
29438
|
+
},
|
|
29439
|
+
{
|
|
29440
|
+
"description": "The background color of the Prompt header.\n",
|
|
29441
|
+
"commentRange": {
|
|
29442
|
+
"start": 16,
|
|
29443
|
+
"end": 17
|
|
29444
|
+
},
|
|
29445
|
+
"context": {
|
|
29446
|
+
"type": "variable",
|
|
29447
|
+
"name": "kendo-prompt-header-bg",
|
|
29448
|
+
"value": "$kendo-component-bg",
|
|
29449
|
+
"scope": "default",
|
|
29450
|
+
"line": {
|
|
29451
|
+
"start": 18,
|
|
29452
|
+
"end": 18
|
|
29453
|
+
}
|
|
29454
|
+
},
|
|
29455
|
+
"group": [
|
|
29456
|
+
"prompt"
|
|
29457
|
+
],
|
|
29458
|
+
"access": "public",
|
|
29459
|
+
"file": {
|
|
29460
|
+
"path": "prompt/_variables.scss",
|
|
29461
|
+
"name": "_variables.scss"
|
|
29462
|
+
}
|
|
29463
|
+
},
|
|
29464
|
+
{
|
|
29465
|
+
"description": "The border color of the Prompt header.\n",
|
|
29466
|
+
"commentRange": {
|
|
29467
|
+
"start": 19,
|
|
29468
|
+
"end": 20
|
|
29469
|
+
},
|
|
29470
|
+
"context": {
|
|
29471
|
+
"type": "variable",
|
|
29472
|
+
"name": "kendo-prompt-header-border",
|
|
29473
|
+
"value": "$kendo-component-header-border",
|
|
29474
|
+
"scope": "default",
|
|
29475
|
+
"line": {
|
|
29476
|
+
"start": 21,
|
|
29477
|
+
"end": 21
|
|
29478
|
+
}
|
|
29479
|
+
},
|
|
29480
|
+
"group": [
|
|
29481
|
+
"prompt"
|
|
29482
|
+
],
|
|
29483
|
+
"access": "public",
|
|
29484
|
+
"file": {
|
|
29485
|
+
"path": "prompt/_variables.scss",
|
|
29486
|
+
"name": "_variables.scss"
|
|
29487
|
+
}
|
|
29488
|
+
},
|
|
29489
|
+
{
|
|
29490
|
+
"description": "The vertical padding of the Prompt content.\n",
|
|
29491
|
+
"commentRange": {
|
|
29492
|
+
"start": 23,
|
|
29493
|
+
"end": 24
|
|
29494
|
+
},
|
|
29495
|
+
"context": {
|
|
29496
|
+
"type": "variable",
|
|
29497
|
+
"name": "kendo-prompt-content-padding-y",
|
|
29498
|
+
"value": "k-map-get( $kendo-spacing, 4 )",
|
|
29499
|
+
"scope": "default",
|
|
29500
|
+
"line": {
|
|
29501
|
+
"start": 25,
|
|
29502
|
+
"end": 25
|
|
29503
|
+
}
|
|
29504
|
+
},
|
|
29505
|
+
"group": [
|
|
29506
|
+
"prompt"
|
|
29507
|
+
],
|
|
29508
|
+
"access": "public",
|
|
29509
|
+
"file": {
|
|
29510
|
+
"path": "prompt/_variables.scss",
|
|
29511
|
+
"name": "_variables.scss"
|
|
29512
|
+
}
|
|
29513
|
+
},
|
|
29514
|
+
{
|
|
29515
|
+
"description": "The horizontal padding of the Prompt content.\n",
|
|
29516
|
+
"commentRange": {
|
|
29517
|
+
"start": 26,
|
|
29518
|
+
"end": 27
|
|
29519
|
+
},
|
|
29520
|
+
"context": {
|
|
29521
|
+
"type": "variable",
|
|
29522
|
+
"name": "kendo-prompt-content-padding-x",
|
|
29523
|
+
"value": "k-map-get( $kendo-spacing, 4 )",
|
|
29524
|
+
"scope": "default",
|
|
29525
|
+
"line": {
|
|
29526
|
+
"start": 28,
|
|
29527
|
+
"end": 28
|
|
29528
|
+
}
|
|
29529
|
+
},
|
|
29530
|
+
"group": [
|
|
29531
|
+
"prompt"
|
|
29532
|
+
],
|
|
29533
|
+
"access": "public",
|
|
29534
|
+
"file": {
|
|
29535
|
+
"path": "prompt/_variables.scss",
|
|
29536
|
+
"name": "_variables.scss"
|
|
29537
|
+
}
|
|
29538
|
+
},
|
|
29539
|
+
{
|
|
29540
|
+
"description": "The spacing between the items of the Prompt content.\n",
|
|
29541
|
+
"commentRange": {
|
|
29542
|
+
"start": 29,
|
|
29543
|
+
"end": 30
|
|
29544
|
+
},
|
|
29545
|
+
"context": {
|
|
29546
|
+
"type": "variable",
|
|
29547
|
+
"name": "kendo-prompt-content-spacing",
|
|
29548
|
+
"value": "k-map-get( $kendo-spacing, 4 )",
|
|
29549
|
+
"scope": "default",
|
|
29550
|
+
"line": {
|
|
29551
|
+
"start": 31,
|
|
29552
|
+
"end": 31
|
|
29553
|
+
}
|
|
29554
|
+
},
|
|
29555
|
+
"group": [
|
|
29556
|
+
"prompt"
|
|
29557
|
+
],
|
|
29558
|
+
"access": "public",
|
|
29559
|
+
"file": {
|
|
29560
|
+
"path": "prompt/_variables.scss",
|
|
29561
|
+
"name": "_variables.scss"
|
|
29562
|
+
}
|
|
29563
|
+
},
|
|
29564
|
+
{
|
|
29565
|
+
"description": "The text color of the Prompt content.\n",
|
|
29566
|
+
"commentRange": {
|
|
29567
|
+
"start": 32,
|
|
29568
|
+
"end": 33
|
|
29569
|
+
},
|
|
29570
|
+
"context": {
|
|
29571
|
+
"type": "variable",
|
|
29572
|
+
"name": "kendo-prompt-content-text",
|
|
29573
|
+
"value": "$kendo-component-header-text",
|
|
29574
|
+
"scope": "default",
|
|
29575
|
+
"line": {
|
|
29576
|
+
"start": 34,
|
|
29577
|
+
"end": 34
|
|
29578
|
+
}
|
|
29579
|
+
},
|
|
29580
|
+
"group": [
|
|
29581
|
+
"prompt"
|
|
29582
|
+
],
|
|
29583
|
+
"access": "public",
|
|
29584
|
+
"file": {
|
|
29585
|
+
"path": "prompt/_variables.scss",
|
|
29586
|
+
"name": "_variables.scss"
|
|
29587
|
+
}
|
|
29588
|
+
},
|
|
29589
|
+
{
|
|
29590
|
+
"description": "The background color of the Prompt content.\n",
|
|
29591
|
+
"commentRange": {
|
|
29592
|
+
"start": 35,
|
|
29593
|
+
"end": 36
|
|
29594
|
+
},
|
|
29595
|
+
"context": {
|
|
29596
|
+
"type": "variable",
|
|
29597
|
+
"name": "kendo-prompt-content-bg",
|
|
29598
|
+
"value": "$kendo-component-header-bg",
|
|
29599
|
+
"scope": "default",
|
|
29600
|
+
"line": {
|
|
29601
|
+
"start": 37,
|
|
29602
|
+
"end": 37
|
|
29603
|
+
}
|
|
29604
|
+
},
|
|
29605
|
+
"group": [
|
|
29606
|
+
"prompt"
|
|
29607
|
+
],
|
|
29608
|
+
"access": "public",
|
|
29609
|
+
"file": {
|
|
29610
|
+
"path": "prompt/_variables.scss",
|
|
29611
|
+
"name": "_variables.scss"
|
|
29612
|
+
}
|
|
29613
|
+
},
|
|
29614
|
+
{
|
|
29615
|
+
"description": "The text border of the Prompt content.\n",
|
|
29616
|
+
"commentRange": {
|
|
29617
|
+
"start": 38,
|
|
29618
|
+
"end": 39
|
|
29619
|
+
},
|
|
29620
|
+
"context": {
|
|
29621
|
+
"type": "variable",
|
|
29622
|
+
"name": "kendo-prompt-content-border",
|
|
29623
|
+
"value": "$kendo-component-header-border",
|
|
29624
|
+
"scope": "default",
|
|
29625
|
+
"line": {
|
|
29626
|
+
"start": 40,
|
|
29627
|
+
"end": 40
|
|
29628
|
+
}
|
|
29629
|
+
},
|
|
29630
|
+
"group": [
|
|
29631
|
+
"prompt"
|
|
29632
|
+
],
|
|
29633
|
+
"access": "public",
|
|
29634
|
+
"file": {
|
|
29635
|
+
"path": "prompt/_variables.scss",
|
|
29636
|
+
"name": "_variables.scss"
|
|
29637
|
+
}
|
|
29638
|
+
},
|
|
29639
|
+
{
|
|
29640
|
+
"description": "The spacing between the items of the Prompt content expander.\n",
|
|
29641
|
+
"commentRange": {
|
|
29642
|
+
"start": 42,
|
|
29643
|
+
"end": 43
|
|
29644
|
+
},
|
|
29645
|
+
"context": {
|
|
29646
|
+
"type": "variable",
|
|
29647
|
+
"name": "kendo-prompt-expander-spacing",
|
|
29648
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29649
|
+
"scope": "default",
|
|
29650
|
+
"line": {
|
|
29651
|
+
"start": 44,
|
|
29652
|
+
"end": 44
|
|
29653
|
+
}
|
|
29654
|
+
},
|
|
29655
|
+
"group": [
|
|
29656
|
+
"prompt"
|
|
29657
|
+
],
|
|
29658
|
+
"access": "public",
|
|
29659
|
+
"file": {
|
|
29660
|
+
"path": "prompt/_variables.scss",
|
|
29661
|
+
"name": "_variables.scss"
|
|
29662
|
+
}
|
|
29663
|
+
},
|
|
29664
|
+
{
|
|
29665
|
+
"description": "The vertical padding of the Prompt suggestion container.\n",
|
|
29666
|
+
"commentRange": {
|
|
29667
|
+
"start": 46,
|
|
29668
|
+
"end": 47
|
|
29669
|
+
},
|
|
29670
|
+
"context": {
|
|
29671
|
+
"type": "variable",
|
|
29672
|
+
"name": "kendo-prompt-suggestion-padding-y",
|
|
29673
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29674
|
+
"scope": "default",
|
|
29675
|
+
"line": {
|
|
29676
|
+
"start": 48,
|
|
29677
|
+
"end": 48
|
|
29678
|
+
}
|
|
29679
|
+
},
|
|
29680
|
+
"group": [
|
|
29681
|
+
"prompt"
|
|
29682
|
+
],
|
|
29683
|
+
"access": "public",
|
|
29684
|
+
"file": {
|
|
29685
|
+
"path": "prompt/_variables.scss",
|
|
29686
|
+
"name": "_variables.scss"
|
|
29687
|
+
}
|
|
29688
|
+
},
|
|
29689
|
+
{
|
|
29690
|
+
"description": "The horizontal padding of the Prompt suggestion container.\n",
|
|
29691
|
+
"commentRange": {
|
|
29692
|
+
"start": 49,
|
|
29693
|
+
"end": 50
|
|
29694
|
+
},
|
|
29695
|
+
"context": {
|
|
29696
|
+
"type": "variable",
|
|
29697
|
+
"name": "kendo-prompt-suggestion-padding-x",
|
|
29698
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
29699
|
+
"scope": "default",
|
|
29700
|
+
"line": {
|
|
29701
|
+
"start": 51,
|
|
29702
|
+
"end": 51
|
|
29703
|
+
}
|
|
29704
|
+
},
|
|
29705
|
+
"group": [
|
|
29706
|
+
"prompt"
|
|
29707
|
+
],
|
|
29708
|
+
"access": "public",
|
|
29709
|
+
"file": {
|
|
29710
|
+
"path": "prompt/_variables.scss",
|
|
29711
|
+
"name": "_variables.scss"
|
|
29712
|
+
}
|
|
29713
|
+
},
|
|
29714
|
+
{
|
|
29715
|
+
"description": "The border radius of the Prompt suggestion container.\n",
|
|
29716
|
+
"commentRange": {
|
|
29717
|
+
"start": 52,
|
|
29718
|
+
"end": 53
|
|
29719
|
+
},
|
|
29720
|
+
"context": {
|
|
29721
|
+
"type": "variable",
|
|
29722
|
+
"name": "kendo-prompt-suggestion-border-radius",
|
|
29723
|
+
"value": "$kendo-border-radius-md",
|
|
29724
|
+
"scope": "default",
|
|
29725
|
+
"line": {
|
|
29726
|
+
"start": 54,
|
|
29727
|
+
"end": 54
|
|
29728
|
+
}
|
|
29729
|
+
},
|
|
29730
|
+
"group": [
|
|
29731
|
+
"prompt"
|
|
29732
|
+
],
|
|
29733
|
+
"access": "public",
|
|
29734
|
+
"file": {
|
|
29735
|
+
"path": "prompt/_variables.scss",
|
|
29736
|
+
"name": "_variables.scss"
|
|
29737
|
+
}
|
|
29738
|
+
},
|
|
29739
|
+
{
|
|
29740
|
+
"description": "The text color of the Prompt suggestion container.\n",
|
|
29741
|
+
"commentRange": {
|
|
29742
|
+
"start": 55,
|
|
29743
|
+
"end": 56
|
|
29744
|
+
},
|
|
29745
|
+
"context": {
|
|
29746
|
+
"type": "variable",
|
|
29747
|
+
"name": "kendo-prompt-suggestion-text",
|
|
29748
|
+
"value": "$kendo-component-text",
|
|
29749
|
+
"scope": "default",
|
|
29750
|
+
"line": {
|
|
29751
|
+
"start": 57,
|
|
29752
|
+
"end": 57
|
|
29753
|
+
}
|
|
29754
|
+
},
|
|
29755
|
+
"group": [
|
|
29756
|
+
"prompt"
|
|
29757
|
+
],
|
|
29758
|
+
"access": "public",
|
|
29759
|
+
"file": {
|
|
29760
|
+
"path": "prompt/_variables.scss",
|
|
29761
|
+
"name": "_variables.scss"
|
|
29762
|
+
}
|
|
29763
|
+
},
|
|
29764
|
+
{
|
|
29765
|
+
"description": "The background color of the Prompt suggestion container.\n",
|
|
29766
|
+
"commentRange": {
|
|
29767
|
+
"start": 58,
|
|
29768
|
+
"end": 59
|
|
29769
|
+
},
|
|
29770
|
+
"context": {
|
|
29771
|
+
"type": "variable",
|
|
29772
|
+
"name": "kendo-prompt-suggestion-bg",
|
|
29773
|
+
"value": "$kendo-body-bg",
|
|
29774
|
+
"scope": "default",
|
|
29775
|
+
"line": {
|
|
29776
|
+
"start": 60,
|
|
29777
|
+
"end": 60
|
|
29778
|
+
}
|
|
29779
|
+
},
|
|
29780
|
+
"group": [
|
|
29781
|
+
"prompt"
|
|
29782
|
+
],
|
|
29783
|
+
"access": "public",
|
|
29784
|
+
"file": {
|
|
29785
|
+
"path": "prompt/_variables.scss",
|
|
29786
|
+
"name": "_variables.scss"
|
|
29787
|
+
}
|
|
29788
|
+
},
|
|
29789
|
+
{
|
|
29790
|
+
"description": "The border color of the Prompt suggestion container.\n",
|
|
29791
|
+
"commentRange": {
|
|
29792
|
+
"start": 61,
|
|
29793
|
+
"end": 62
|
|
29794
|
+
},
|
|
29795
|
+
"context": {
|
|
29796
|
+
"type": "variable",
|
|
29797
|
+
"name": "kendo-prompt-suggestion-border",
|
|
29798
|
+
"value": "$kendo-component-border",
|
|
29799
|
+
"scope": "default",
|
|
29800
|
+
"line": {
|
|
29801
|
+
"start": 63,
|
|
29802
|
+
"end": 63
|
|
29803
|
+
}
|
|
29804
|
+
},
|
|
29805
|
+
"group": [
|
|
29806
|
+
"prompt"
|
|
29807
|
+
],
|
|
29808
|
+
"access": "public",
|
|
29809
|
+
"file": {
|
|
29810
|
+
"path": "prompt/_variables.scss",
|
|
29811
|
+
"name": "_variables.scss"
|
|
29812
|
+
}
|
|
29813
|
+
},
|
|
29814
|
+
{
|
|
29815
|
+
"description": "The elevation of the Prompt suggestion container.\n",
|
|
29816
|
+
"commentRange": {
|
|
29817
|
+
"start": 64,
|
|
29818
|
+
"end": 65
|
|
29819
|
+
},
|
|
29820
|
+
"context": {
|
|
29821
|
+
"type": "variable",
|
|
29822
|
+
"name": "kendo-prompt-suggestion-shadow",
|
|
29823
|
+
"value": "k-elevation(1)",
|
|
29824
|
+
"scope": "default",
|
|
29825
|
+
"line": {
|
|
29826
|
+
"start": 66,
|
|
29827
|
+
"end": 66
|
|
29828
|
+
}
|
|
29829
|
+
},
|
|
29830
|
+
"group": [
|
|
29831
|
+
"prompt"
|
|
29832
|
+
],
|
|
29833
|
+
"access": "public",
|
|
29834
|
+
"file": {
|
|
29835
|
+
"path": "prompt/_variables.scss",
|
|
29836
|
+
"name": "_variables.scss"
|
|
29837
|
+
}
|
|
29838
|
+
},
|
|
29293
29839
|
{
|
|
29294
29840
|
"description": "The border radius of the RadioButton.\n",
|
|
29295
29841
|
"commentRange": {
|
|
@@ -31490,36 +32036,11 @@
|
|
|
31490
32036
|
"name": "_variables.scss"
|
|
31491
32037
|
}
|
|
31492
32038
|
},
|
|
31493
|
-
{
|
|
31494
|
-
"description": "Color of shadows\n",
|
|
31495
|
-
"commentRange": {
|
|
31496
|
-
"start": 89,
|
|
31497
|
-
"end": 90
|
|
31498
|
-
},
|
|
31499
|
-
"context": {
|
|
31500
|
-
"type": "variable",
|
|
31501
|
-
"name": "elevation",
|
|
31502
|
-
"value": "k-map-get( $theme, elevation )",
|
|
31503
|
-
"scope": "default",
|
|
31504
|
-
"line": {
|
|
31505
|
-
"start": 91,
|
|
31506
|
-
"end": 91
|
|
31507
|
-
}
|
|
31508
|
-
},
|
|
31509
|
-
"group": [
|
|
31510
|
-
"shadows"
|
|
31511
|
-
],
|
|
31512
|
-
"access": "public",
|
|
31513
|
-
"file": {
|
|
31514
|
-
"path": "_variables.scss",
|
|
31515
|
-
"name": "_variables.scss"
|
|
31516
|
-
}
|
|
31517
|
-
},
|
|
31518
32039
|
{
|
|
31519
32040
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
31520
32041
|
"commentRange": {
|
|
31521
|
-
"start":
|
|
31522
|
-
"end":
|
|
32042
|
+
"start": 59,
|
|
32043
|
+
"end": 62
|
|
31523
32044
|
},
|
|
31524
32045
|
"context": {
|
|
31525
32046
|
"type": "variable",
|
|
@@ -31527,8 +32048,8 @@
|
|
|
31527
32048
|
"value": "k-elevation(1)",
|
|
31528
32049
|
"scope": "default",
|
|
31529
32050
|
"line": {
|
|
31530
|
-
"start":
|
|
31531
|
-
"end":
|
|
32051
|
+
"start": 63,
|
|
32052
|
+
"end": 63
|
|
31532
32053
|
}
|
|
31533
32054
|
},
|
|
31534
32055
|
"group": [
|
|
@@ -31544,8 +32065,8 @@
|
|
|
31544
32065
|
{
|
|
31545
32066
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
31546
32067
|
"commentRange": {
|
|
31547
|
-
"start":
|
|
31548
|
-
"end":
|
|
32068
|
+
"start": 64,
|
|
32069
|
+
"end": 67
|
|
31549
32070
|
},
|
|
31550
32071
|
"context": {
|
|
31551
32072
|
"type": "variable",
|
|
@@ -31553,8 +32074,8 @@
|
|
|
31553
32074
|
"value": "k-elevation(2)",
|
|
31554
32075
|
"scope": "default",
|
|
31555
32076
|
"line": {
|
|
31556
|
-
"start":
|
|
31557
|
-
"end":
|
|
32077
|
+
"start": 68,
|
|
32078
|
+
"end": 68
|
|
31558
32079
|
}
|
|
31559
32080
|
},
|
|
31560
32081
|
"group": [
|
|
@@ -31570,8 +32091,8 @@
|
|
|
31570
32091
|
{
|
|
31571
32092
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 3.\n",
|
|
31572
32093
|
"commentRange": {
|
|
31573
|
-
"start":
|
|
31574
|
-
"end":
|
|
32094
|
+
"start": 69,
|
|
32095
|
+
"end": 72
|
|
31575
32096
|
},
|
|
31576
32097
|
"context": {
|
|
31577
32098
|
"type": "variable",
|
|
@@ -31579,8 +32100,8 @@
|
|
|
31579
32100
|
"value": "k-elevation(3)",
|
|
31580
32101
|
"scope": "default",
|
|
31581
32102
|
"line": {
|
|
31582
|
-
"start":
|
|
31583
|
-
"end":
|
|
32103
|
+
"start": 73,
|
|
32104
|
+
"end": 73
|
|
31584
32105
|
}
|
|
31585
32106
|
},
|
|
31586
32107
|
"group": [
|
|
@@ -31596,8 +32117,8 @@
|
|
|
31596
32117
|
{
|
|
31597
32118
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 4.\n",
|
|
31598
32119
|
"commentRange": {
|
|
31599
|
-
"start":
|
|
31600
|
-
"end":
|
|
32120
|
+
"start": 74,
|
|
32121
|
+
"end": 77
|
|
31601
32122
|
},
|
|
31602
32123
|
"context": {
|
|
31603
32124
|
"type": "variable",
|
|
@@ -31605,8 +32126,8 @@
|
|
|
31605
32126
|
"value": "k-elevation(4)",
|
|
31606
32127
|
"scope": "default",
|
|
31607
32128
|
"line": {
|
|
31608
|
-
"start":
|
|
31609
|
-
"end":
|
|
32129
|
+
"start": 78,
|
|
32130
|
+
"end": 78
|
|
31610
32131
|
}
|
|
31611
32132
|
},
|
|
31612
32133
|
"group": [
|
|
@@ -31622,8 +32143,8 @@
|
|
|
31622
32143
|
{
|
|
31623
32144
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 6.\n",
|
|
31624
32145
|
"commentRange": {
|
|
31625
|
-
"start":
|
|
31626
|
-
"end":
|
|
32146
|
+
"start": 79,
|
|
32147
|
+
"end": 82
|
|
31627
32148
|
},
|
|
31628
32149
|
"context": {
|
|
31629
32150
|
"type": "variable",
|
|
@@ -31631,8 +32152,8 @@
|
|
|
31631
32152
|
"value": "k-elevation(5)",
|
|
31632
32153
|
"scope": "default",
|
|
31633
32154
|
"line": {
|
|
31634
|
-
"start":
|
|
31635
|
-
"end":
|
|
32155
|
+
"start": 83,
|
|
32156
|
+
"end": 83
|
|
31636
32157
|
}
|
|
31637
32158
|
},
|
|
31638
32159
|
"group": [
|
|
@@ -31648,8 +32169,8 @@
|
|
|
31648
32169
|
{
|
|
31649
32170
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 8.\n",
|
|
31650
32171
|
"commentRange": {
|
|
31651
|
-
"start":
|
|
31652
|
-
"end":
|
|
32172
|
+
"start": 84,
|
|
32173
|
+
"end": 87
|
|
31653
32174
|
},
|
|
31654
32175
|
"context": {
|
|
31655
32176
|
"type": "variable",
|
|
@@ -31657,8 +32178,8 @@
|
|
|
31657
32178
|
"value": "k-elevation(6)",
|
|
31658
32179
|
"scope": "default",
|
|
31659
32180
|
"line": {
|
|
31660
|
-
"start":
|
|
31661
|
-
"end":
|
|
32181
|
+
"start": 88,
|
|
32182
|
+
"end": 88
|
|
31662
32183
|
}
|
|
31663
32184
|
},
|
|
31664
32185
|
"group": [
|
|
@@ -31674,8 +32195,8 @@
|
|
|
31674
32195
|
{
|
|
31675
32196
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 12.\n",
|
|
31676
32197
|
"commentRange": {
|
|
31677
|
-
"start":
|
|
31678
|
-
"end":
|
|
32198
|
+
"start": 89,
|
|
32199
|
+
"end": 92
|
|
31679
32200
|
},
|
|
31680
32201
|
"context": {
|
|
31681
32202
|
"type": "variable",
|
|
@@ -31683,8 +32204,8 @@
|
|
|
31683
32204
|
"value": "k-elevation(7)",
|
|
31684
32205
|
"scope": "default",
|
|
31685
32206
|
"line": {
|
|
31686
|
-
"start":
|
|
31687
|
-
"end":
|
|
32207
|
+
"start": 93,
|
|
32208
|
+
"end": 93
|
|
31688
32209
|
}
|
|
31689
32210
|
},
|
|
31690
32211
|
"group": [
|
|
@@ -31700,8 +32221,8 @@
|
|
|
31700
32221
|
{
|
|
31701
32222
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 16.\n",
|
|
31702
32223
|
"commentRange": {
|
|
31703
|
-
"start":
|
|
31704
|
-
"end":
|
|
32224
|
+
"start": 94,
|
|
32225
|
+
"end": 97
|
|
31705
32226
|
},
|
|
31706
32227
|
"context": {
|
|
31707
32228
|
"type": "variable",
|
|
@@ -31709,8 +32230,8 @@
|
|
|
31709
32230
|
"value": "k-elevation(8)",
|
|
31710
32231
|
"scope": "default",
|
|
31711
32232
|
"line": {
|
|
31712
|
-
"start":
|
|
31713
|
-
"end":
|
|
32233
|
+
"start": 98,
|
|
32234
|
+
"end": 98
|
|
31714
32235
|
}
|
|
31715
32236
|
},
|
|
31716
32237
|
"group": [
|
|
@@ -31726,8 +32247,8 @@
|
|
|
31726
32247
|
{
|
|
31727
32248
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
31728
32249
|
"commentRange": {
|
|
31729
|
-
"start":
|
|
31730
|
-
"end":
|
|
32250
|
+
"start": 99,
|
|
32251
|
+
"end": 102
|
|
31731
32252
|
},
|
|
31732
32253
|
"context": {
|
|
31733
32254
|
"type": "variable",
|
|
@@ -31735,8 +32256,8 @@
|
|
|
31735
32256
|
"value": "k-elevation(9)",
|
|
31736
32257
|
"scope": "default",
|
|
31737
32258
|
"line": {
|
|
31738
|
-
"start":
|
|
31739
|
-
"end":
|
|
32259
|
+
"start": 103,
|
|
32260
|
+
"end": 103
|
|
31740
32261
|
}
|
|
31741
32262
|
},
|
|
31742
32263
|
"group": [
|
|
@@ -31749,6 +32270,31 @@
|
|
|
31749
32270
|
"name": "_variables.scss"
|
|
31750
32271
|
}
|
|
31751
32272
|
},
|
|
32273
|
+
{
|
|
32274
|
+
"description": "Color of shadows\n",
|
|
32275
|
+
"commentRange": {
|
|
32276
|
+
"start": 242,
|
|
32277
|
+
"end": 243
|
|
32278
|
+
},
|
|
32279
|
+
"context": {
|
|
32280
|
+
"type": "variable",
|
|
32281
|
+
"name": "elevation",
|
|
32282
|
+
"value": "k-map-get( $theme, elevation )",
|
|
32283
|
+
"scope": "default",
|
|
32284
|
+
"line": {
|
|
32285
|
+
"start": 244,
|
|
32286
|
+
"end": 244
|
|
32287
|
+
}
|
|
32288
|
+
},
|
|
32289
|
+
"group": [
|
|
32290
|
+
"shadows"
|
|
32291
|
+
],
|
|
32292
|
+
"access": "public",
|
|
32293
|
+
"file": {
|
|
32294
|
+
"path": "core/color-system/_swatch.scss",
|
|
32295
|
+
"name": "_swatch.scss"
|
|
32296
|
+
}
|
|
32297
|
+
},
|
|
31752
32298
|
{
|
|
31753
32299
|
"description": "The transform scale of the Skeleton text.\n",
|
|
31754
32300
|
"commentRange": {
|
|
@@ -31858,7 +32404,7 @@
|
|
|
31858
32404
|
"context": {
|
|
31859
32405
|
"type": "variable",
|
|
31860
32406
|
"name": "kendo-skeleton-item-bg",
|
|
31861
|
-
"value": "rgba( $kendo-color-inverse, .2 )",
|
|
32407
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 ))",
|
|
31862
32408
|
"scope": "default",
|
|
31863
32409
|
"line": {
|
|
31864
32410
|
"start": 20,
|
|
@@ -32283,7 +32829,7 @@
|
|
|
32283
32829
|
"context": {
|
|
32284
32830
|
"type": "variable",
|
|
32285
32831
|
"name": "kendo-switch-off-track-bg",
|
|
32286
|
-
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .38 )",
|
|
32832
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .38 )",
|
|
32287
32833
|
"scope": "default",
|
|
32288
32834
|
"line": {
|
|
32289
32835
|
"start": 33,
|
|
@@ -32708,7 +33254,7 @@
|
|
|
32708
33254
|
"context": {
|
|
32709
33255
|
"type": "variable",
|
|
32710
33256
|
"name": "kendo-switch-off-thumb-bg",
|
|
32711
|
-
"value": "if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )",
|
|
33257
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ))",
|
|
32712
33258
|
"scope": "default",
|
|
32713
33259
|
"line": {
|
|
32714
33260
|
"start": 88,
|
|
@@ -32908,7 +33454,7 @@
|
|
|
32908
33454
|
"context": {
|
|
32909
33455
|
"type": "variable",
|
|
32910
33456
|
"name": "kendo-switch-on-track-bg",
|
|
32911
|
-
"value": "rgba( $kendo-color-primary, .54 )",
|
|
33457
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 ))",
|
|
32912
33458
|
"scope": "default",
|
|
32913
33459
|
"line": {
|
|
32914
33460
|
"start": 115,
|
|
@@ -33833,7 +34379,7 @@
|
|
|
33833
34379
|
"context": {
|
|
33834
34380
|
"type": "variable",
|
|
33835
34381
|
"name": "kendo-table-header-text",
|
|
33836
|
-
"value": "if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )",
|
|
34382
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text ))",
|
|
33837
34383
|
"scope": "default",
|
|
33838
34384
|
"line": {
|
|
33839
34385
|
"start": 81,
|
|
@@ -34133,7 +34679,7 @@
|
|
|
34133
34679
|
"context": {
|
|
34134
34680
|
"type": "variable",
|
|
34135
34681
|
"name": "kendo-table-hover-bg",
|
|
34136
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .07 )",
|
|
34682
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( k-contrast-color( $kendo-table-bg ), .07 ))",
|
|
34137
34683
|
"scope": "default",
|
|
34138
34684
|
"line": {
|
|
34139
34685
|
"start": 125,
|
|
@@ -34308,7 +34854,7 @@
|
|
|
34308
34854
|
"context": {
|
|
34309
34855
|
"type": "variable",
|
|
34310
34856
|
"name": "kendo-table-selected-bg",
|
|
34311
|
-
"value": "rgba( k-contrast-color( $kendo-table-bg ), .04 )",
|
|
34857
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .12 ), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
|
|
34312
34858
|
"scope": "default",
|
|
34313
34859
|
"line": {
|
|
34314
34860
|
"start": 150,
|
|
@@ -35083,7 +35629,7 @@
|
|
|
35083
35629
|
"context": {
|
|
35084
35630
|
"type": "variable",
|
|
35085
35631
|
"name": "kendo-tile-layout-bg",
|
|
35086
|
-
"value": "if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)",
|
|
35632
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light))",
|
|
35087
35633
|
"scope": "default",
|
|
35088
35634
|
"line": {
|
|
35089
35635
|
"start": 8,
|
|
@@ -37133,7 +37679,7 @@
|
|
|
37133
37679
|
"context": {
|
|
37134
37680
|
"type": "variable",
|
|
37135
37681
|
"name": "kendo-treeview-item-hover-bg",
|
|
37136
|
-
"value": "rgba( $kendo-treeview-text, .07 )",
|
|
37682
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .07 ), rgba( $kendo-treeview-text, .07 ))",
|
|
37137
37683
|
"scope": "default",
|
|
37138
37684
|
"line": {
|
|
37139
37685
|
"start": 127,
|
|
@@ -37602,8 +38148,8 @@
|
|
|
37602
38148
|
{
|
|
37603
38149
|
"description": "Base font size across all components.\n",
|
|
37604
38150
|
"commentRange": {
|
|
37605
|
-
"start":
|
|
37606
|
-
"end":
|
|
38151
|
+
"start": 153,
|
|
38152
|
+
"end": 154
|
|
37607
38153
|
},
|
|
37608
38154
|
"context": {
|
|
37609
38155
|
"type": "variable",
|
|
@@ -37611,8 +38157,8 @@
|
|
|
37611
38157
|
"value": "14px",
|
|
37612
38158
|
"scope": "default",
|
|
37613
38159
|
"line": {
|
|
37614
|
-
"start":
|
|
37615
|
-
"end":
|
|
38160
|
+
"start": 155,
|
|
38161
|
+
"end": 155
|
|
37616
38162
|
}
|
|
37617
38163
|
},
|
|
37618
38164
|
"group": [
|
|
@@ -37627,8 +38173,8 @@
|
|
|
37627
38173
|
{
|
|
37628
38174
|
"description": "Font family for text.\n",
|
|
37629
38175
|
"commentRange": {
|
|
37630
|
-
"start":
|
|
37631
|
-
"end":
|
|
38176
|
+
"start": 170,
|
|
38177
|
+
"end": 171
|
|
37632
38178
|
},
|
|
37633
38179
|
"context": {
|
|
37634
38180
|
"type": "variable",
|
|
@@ -37636,8 +38182,8 @@
|
|
|
37636
38182
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37637
38183
|
"scope": "default",
|
|
37638
38184
|
"line": {
|
|
37639
|
-
"start":
|
|
37640
|
-
"end":
|
|
38185
|
+
"start": 172,
|
|
38186
|
+
"end": 172
|
|
37641
38187
|
}
|
|
37642
38188
|
},
|
|
37643
38189
|
"group": [
|
|
@@ -37652,8 +38198,8 @@
|
|
|
37652
38198
|
{
|
|
37653
38199
|
"description": "Font family across all components.\n",
|
|
37654
38200
|
"commentRange": {
|
|
37655
|
-
"start":
|
|
37656
|
-
"end":
|
|
38201
|
+
"start": 174,
|
|
38202
|
+
"end": 175
|
|
37657
38203
|
},
|
|
37658
38204
|
"context": {
|
|
37659
38205
|
"type": "variable",
|
|
@@ -37661,8 +38207,8 @@
|
|
|
37661
38207
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37662
38208
|
"scope": "default",
|
|
37663
38209
|
"line": {
|
|
37664
|
-
"start":
|
|
37665
|
-
"end":
|
|
38210
|
+
"start": 176,
|
|
38211
|
+
"end": 176
|
|
37666
38212
|
}
|
|
37667
38213
|
},
|
|
37668
38214
|
"group": [
|
|
@@ -37677,8 +38223,8 @@
|
|
|
37677
38223
|
{
|
|
37678
38224
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
37679
38225
|
"commentRange": {
|
|
37680
|
-
"start":
|
|
37681
|
-
"end":
|
|
38226
|
+
"start": 178,
|
|
38227
|
+
"end": 179
|
|
37682
38228
|
},
|
|
37683
38229
|
"context": {
|
|
37684
38230
|
"type": "variable",
|
|
@@ -37686,8 +38232,8 @@
|
|
|
37686
38232
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
37687
38233
|
"scope": "default",
|
|
37688
38234
|
"line": {
|
|
37689
|
-
"start":
|
|
37690
|
-
"end":
|
|
38235
|
+
"start": 180,
|
|
38236
|
+
"end": 180
|
|
37691
38237
|
}
|
|
37692
38238
|
},
|
|
37693
38239
|
"group": [
|
|
@@ -37702,8 +38248,8 @@
|
|
|
37702
38248
|
{
|
|
37703
38249
|
"description": "Font family across all components.\n",
|
|
37704
38250
|
"commentRange": {
|
|
37705
|
-
"start":
|
|
37706
|
-
"end":
|
|
38251
|
+
"start": 182,
|
|
38252
|
+
"end": 183
|
|
37707
38253
|
},
|
|
37708
38254
|
"context": {
|
|
37709
38255
|
"type": "variable",
|
|
@@ -37711,8 +38257,8 @@
|
|
|
37711
38257
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37712
38258
|
"scope": "default",
|
|
37713
38259
|
"line": {
|
|
37714
|
-
"start":
|
|
37715
|
-
"end":
|
|
38260
|
+
"start": 184,
|
|
38261
|
+
"end": 184
|
|
37716
38262
|
}
|
|
37717
38263
|
},
|
|
37718
38264
|
"group": [
|
|
@@ -37727,8 +38273,8 @@
|
|
|
37727
38273
|
{
|
|
37728
38274
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
37729
38275
|
"commentRange": {
|
|
37730
|
-
"start":
|
|
37731
|
-
"end":
|
|
38276
|
+
"start": 186,
|
|
38277
|
+
"end": 187
|
|
37732
38278
|
},
|
|
37733
38279
|
"context": {
|
|
37734
38280
|
"type": "variable",
|
|
@@ -37736,8 +38282,8 @@
|
|
|
37736
38282
|
"value": "k-math-div( 28, 14 )",
|
|
37737
38283
|
"scope": "default",
|
|
37738
38284
|
"line": {
|
|
37739
|
-
"start":
|
|
37740
|
-
"end":
|
|
38285
|
+
"start": 188,
|
|
38286
|
+
"end": 188
|
|
37741
38287
|
}
|
|
37742
38288
|
},
|
|
37743
38289
|
"group": [
|
|
@@ -37752,8 +38298,8 @@
|
|
|
37752
38298
|
{
|
|
37753
38299
|
"description": "Border radius for all components.\n",
|
|
37754
38300
|
"commentRange": {
|
|
37755
|
-
"start":
|
|
37756
|
-
"end":
|
|
38301
|
+
"start": 130,
|
|
38302
|
+
"end": 130
|
|
37757
38303
|
},
|
|
37758
38304
|
"context": {
|
|
37759
38305
|
"type": "variable",
|
|
@@ -37761,8 +38307,8 @@
|
|
|
37761
38307
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
37762
38308
|
"scope": "default",
|
|
37763
38309
|
"line": {
|
|
37764
|
-
"start":
|
|
37765
|
-
"end":
|
|
38310
|
+
"start": 131,
|
|
38311
|
+
"end": 131
|
|
37766
38312
|
}
|
|
37767
38313
|
},
|
|
37768
38314
|
"access": "public",
|
|
@@ -37777,8 +38323,8 @@
|
|
|
37777
38323
|
{
|
|
37778
38324
|
"description": "The background of the components' chrome area.\n",
|
|
37779
38325
|
"commentRange": {
|
|
37780
|
-
"start":
|
|
37781
|
-
"end":
|
|
38326
|
+
"start": 374,
|
|
38327
|
+
"end": 374
|
|
37782
38328
|
},
|
|
37783
38329
|
"context": {
|
|
37784
38330
|
"type": "variable",
|
|
@@ -37786,8 +38332,8 @@
|
|
|
37786
38332
|
"value": "k-map-get( $theme, base-bg )",
|
|
37787
38333
|
"scope": "default",
|
|
37788
38334
|
"line": {
|
|
37789
|
-
"start":
|
|
37790
|
-
"end":
|
|
38335
|
+
"start": 375,
|
|
38336
|
+
"end": 375
|
|
37791
38337
|
}
|
|
37792
38338
|
},
|
|
37793
38339
|
"access": "public",
|
|
@@ -37795,15 +38341,15 @@
|
|
|
37795
38341
|
"undefined"
|
|
37796
38342
|
],
|
|
37797
38343
|
"file": {
|
|
37798
|
-
"path": "
|
|
37799
|
-
"name": "
|
|
38344
|
+
"path": "core/color-system/_swatch.scss",
|
|
38345
|
+
"name": "_swatch.scss"
|
|
37800
38346
|
}
|
|
37801
38347
|
},
|
|
37802
38348
|
{
|
|
37803
38349
|
"description": "The text color of the components' chrome area.\n",
|
|
37804
38350
|
"commentRange": {
|
|
37805
|
-
"start":
|
|
37806
|
-
"end":
|
|
38351
|
+
"start": 376,
|
|
38352
|
+
"end": 376
|
|
37807
38353
|
},
|
|
37808
38354
|
"context": {
|
|
37809
38355
|
"type": "variable",
|
|
@@ -37811,8 +38357,8 @@
|
|
|
37811
38357
|
"value": "k-map-get( $theme, component-text )",
|
|
37812
38358
|
"scope": "default",
|
|
37813
38359
|
"line": {
|
|
37814
|
-
"start":
|
|
37815
|
-
"end":
|
|
38360
|
+
"start": 377,
|
|
38361
|
+
"end": 377
|
|
37816
38362
|
}
|
|
37817
38363
|
},
|
|
37818
38364
|
"access": "public",
|
|
@@ -37820,15 +38366,15 @@
|
|
|
37820
38366
|
"undefined"
|
|
37821
38367
|
],
|
|
37822
38368
|
"file": {
|
|
37823
|
-
"path": "
|
|
37824
|
-
"name": "
|
|
38369
|
+
"path": "core/color-system/_swatch.scss",
|
|
38370
|
+
"name": "_swatch.scss"
|
|
37825
38371
|
}
|
|
37826
38372
|
},
|
|
37827
38373
|
{
|
|
37828
38374
|
"description": "The border of the components' chrome area.\n",
|
|
37829
38375
|
"commentRange": {
|
|
37830
|
-
"start":
|
|
37831
|
-
"end":
|
|
38376
|
+
"start": 378,
|
|
38377
|
+
"end": 378
|
|
37832
38378
|
},
|
|
37833
38379
|
"context": {
|
|
37834
38380
|
"type": "variable",
|
|
@@ -37836,8 +38382,8 @@
|
|
|
37836
38382
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
37837
38383
|
"scope": "default",
|
|
37838
38384
|
"line": {
|
|
37839
|
-
"start":
|
|
37840
|
-
"end":
|
|
38385
|
+
"start": 379,
|
|
38386
|
+
"end": 379
|
|
37841
38387
|
}
|
|
37842
38388
|
},
|
|
37843
38389
|
"access": "public",
|
|
@@ -37845,15 +38391,15 @@
|
|
|
37845
38391
|
"undefined"
|
|
37846
38392
|
],
|
|
37847
38393
|
"file": {
|
|
37848
|
-
"path": "
|
|
37849
|
-
"name": "
|
|
38394
|
+
"path": "core/color-system/_swatch.scss",
|
|
38395
|
+
"name": "_swatch.scss"
|
|
37850
38396
|
}
|
|
37851
38397
|
},
|
|
37852
38398
|
{
|
|
37853
38399
|
"description": "The gradient background of the components' chrome area.\n",
|
|
37854
38400
|
"commentRange": {
|
|
37855
|
-
"start":
|
|
37856
|
-
"end":
|
|
38401
|
+
"start": 380,
|
|
38402
|
+
"end": 380
|
|
37857
38403
|
},
|
|
37858
38404
|
"context": {
|
|
37859
38405
|
"type": "variable",
|
|
@@ -37861,8 +38407,8 @@
|
|
|
37861
38407
|
"value": "null",
|
|
37862
38408
|
"scope": "default",
|
|
37863
38409
|
"line": {
|
|
37864
|
-
"start":
|
|
37865
|
-
"end":
|
|
38410
|
+
"start": 381,
|
|
38411
|
+
"end": 381
|
|
37866
38412
|
}
|
|
37867
38413
|
},
|
|
37868
38414
|
"access": "public",
|
|
@@ -37870,15 +38416,15 @@
|
|
|
37870
38416
|
"undefined"
|
|
37871
38417
|
],
|
|
37872
38418
|
"file": {
|
|
37873
|
-
"path": "
|
|
37874
|
-
"name": "
|
|
38419
|
+
"path": "core/color-system/_swatch.scss",
|
|
38420
|
+
"name": "_swatch.scss"
|
|
37875
38421
|
}
|
|
37876
38422
|
},
|
|
37877
38423
|
{
|
|
37878
38424
|
"description": "The background of hovered items.\n",
|
|
37879
38425
|
"commentRange": {
|
|
37880
|
-
"start":
|
|
37881
|
-
"end":
|
|
38426
|
+
"start": 383,
|
|
38427
|
+
"end": 383
|
|
37882
38428
|
},
|
|
37883
38429
|
"context": {
|
|
37884
38430
|
"type": "variable",
|
|
@@ -37886,8 +38432,8 @@
|
|
|
37886
38432
|
"value": "k-map-get( $theme, hover-bg )",
|
|
37887
38433
|
"scope": "default",
|
|
37888
38434
|
"line": {
|
|
37889
|
-
"start":
|
|
37890
|
-
"end":
|
|
38435
|
+
"start": 384,
|
|
38436
|
+
"end": 384
|
|
37891
38437
|
}
|
|
37892
38438
|
},
|
|
37893
38439
|
"access": "public",
|
|
@@ -37895,15 +38441,15 @@
|
|
|
37895
38441
|
"undefined"
|
|
37896
38442
|
],
|
|
37897
38443
|
"file": {
|
|
37898
|
-
"path": "
|
|
37899
|
-
"name": "
|
|
38444
|
+
"path": "core/color-system/_swatch.scss",
|
|
38445
|
+
"name": "_swatch.scss"
|
|
37900
38446
|
}
|
|
37901
38447
|
},
|
|
37902
38448
|
{
|
|
37903
38449
|
"description": "The text color of hovered items.\n",
|
|
37904
38450
|
"commentRange": {
|
|
37905
|
-
"start":
|
|
37906
|
-
"end":
|
|
38451
|
+
"start": 385,
|
|
38452
|
+
"end": 385
|
|
37907
38453
|
},
|
|
37908
38454
|
"context": {
|
|
37909
38455
|
"type": "variable",
|
|
@@ -37911,8 +38457,8 @@
|
|
|
37911
38457
|
"value": "$kendo-base-text",
|
|
37912
38458
|
"scope": "default",
|
|
37913
38459
|
"line": {
|
|
37914
|
-
"start":
|
|
37915
|
-
"end":
|
|
38460
|
+
"start": 386,
|
|
38461
|
+
"end": 386
|
|
37916
38462
|
}
|
|
37917
38463
|
},
|
|
37918
38464
|
"access": "public",
|
|
@@ -37920,15 +38466,15 @@
|
|
|
37920
38466
|
"undefined"
|
|
37921
38467
|
],
|
|
37922
38468
|
"file": {
|
|
37923
|
-
"path": "
|
|
37924
|
-
"name": "
|
|
38469
|
+
"path": "core/color-system/_swatch.scss",
|
|
38470
|
+
"name": "_swatch.scss"
|
|
37925
38471
|
}
|
|
37926
38472
|
},
|
|
37927
38473
|
{
|
|
37928
38474
|
"description": "The border color of hovered items.\n",
|
|
37929
38475
|
"commentRange": {
|
|
37930
|
-
"start":
|
|
37931
|
-
"end":
|
|
38476
|
+
"start": 387,
|
|
38477
|
+
"end": 387
|
|
37932
38478
|
},
|
|
37933
38479
|
"context": {
|
|
37934
38480
|
"type": "variable",
|
|
@@ -37936,8 +38482,8 @@
|
|
|
37936
38482
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
37937
38483
|
"scope": "default",
|
|
37938
38484
|
"line": {
|
|
37939
|
-
"start":
|
|
37940
|
-
"end":
|
|
38485
|
+
"start": 388,
|
|
38486
|
+
"end": 388
|
|
37941
38487
|
}
|
|
37942
38488
|
},
|
|
37943
38489
|
"access": "public",
|
|
@@ -37945,15 +38491,15 @@
|
|
|
37945
38491
|
"undefined"
|
|
37946
38492
|
],
|
|
37947
38493
|
"file": {
|
|
37948
|
-
"path": "
|
|
37949
|
-
"name": "
|
|
38494
|
+
"path": "core/color-system/_swatch.scss",
|
|
38495
|
+
"name": "_swatch.scss"
|
|
37950
38496
|
}
|
|
37951
38497
|
},
|
|
37952
38498
|
{
|
|
37953
38499
|
"description": "The gradient background of hovered items.\n",
|
|
37954
38500
|
"commentRange": {
|
|
37955
|
-
"start":
|
|
37956
|
-
"end":
|
|
38501
|
+
"start": 389,
|
|
38502
|
+
"end": 389
|
|
37957
38503
|
},
|
|
37958
38504
|
"context": {
|
|
37959
38505
|
"type": "variable",
|
|
@@ -37961,8 +38507,8 @@
|
|
|
37961
38507
|
"value": "null",
|
|
37962
38508
|
"scope": "default",
|
|
37963
38509
|
"line": {
|
|
37964
|
-
"start":
|
|
37965
|
-
"end":
|
|
38510
|
+
"start": 390,
|
|
38511
|
+
"end": 390
|
|
37966
38512
|
}
|
|
37967
38513
|
},
|
|
37968
38514
|
"access": "public",
|
|
@@ -37970,21 +38516,46 @@
|
|
|
37970
38516
|
"undefined"
|
|
37971
38517
|
],
|
|
37972
38518
|
"file": {
|
|
37973
|
-
"path": "
|
|
37974
|
-
"name": "
|
|
38519
|
+
"path": "core/color-system/_swatch.scss",
|
|
38520
|
+
"name": "_swatch.scss"
|
|
37975
38521
|
}
|
|
37976
38522
|
},
|
|
37977
38523
|
{
|
|
37978
38524
|
"description": "The background of selected items.\n",
|
|
37979
38525
|
"commentRange": {
|
|
37980
|
-
"start":
|
|
37981
|
-
"end":
|
|
38526
|
+
"start": 392,
|
|
38527
|
+
"end": 392
|
|
37982
38528
|
},
|
|
37983
38529
|
"context": {
|
|
37984
38530
|
"type": "variable",
|
|
37985
38531
|
"name": "kendo-selected-bg",
|
|
37986
38532
|
"value": "$kendo-color-secondary",
|
|
37987
38533
|
"scope": "default",
|
|
38534
|
+
"line": {
|
|
38535
|
+
"start": 393,
|
|
38536
|
+
"end": 393
|
|
38537
|
+
}
|
|
38538
|
+
},
|
|
38539
|
+
"access": "public",
|
|
38540
|
+
"group": [
|
|
38541
|
+
"undefined"
|
|
38542
|
+
],
|
|
38543
|
+
"file": {
|
|
38544
|
+
"path": "core/color-system/_swatch.scss",
|
|
38545
|
+
"name": "_swatch.scss"
|
|
38546
|
+
}
|
|
38547
|
+
},
|
|
38548
|
+
{
|
|
38549
|
+
"description": "The text color of selected items.\n",
|
|
38550
|
+
"commentRange": {
|
|
38551
|
+
"start": 394,
|
|
38552
|
+
"end": 394
|
|
38553
|
+
},
|
|
38554
|
+
"context": {
|
|
38555
|
+
"type": "variable",
|
|
38556
|
+
"name": "kendo-selected-text",
|
|
38557
|
+
"value": "$kendo-color-secondary-contrast",
|
|
38558
|
+
"scope": "default",
|
|
37988
38559
|
"line": {
|
|
37989
38560
|
"start": 395,
|
|
37990
38561
|
"end": 395
|
|
@@ -37995,20 +38566,20 @@
|
|
|
37995
38566
|
"undefined"
|
|
37996
38567
|
],
|
|
37997
38568
|
"file": {
|
|
37998
|
-
"path": "
|
|
37999
|
-
"name": "
|
|
38569
|
+
"path": "core/color-system/_swatch.scss",
|
|
38570
|
+
"name": "_swatch.scss"
|
|
38000
38571
|
}
|
|
38001
38572
|
},
|
|
38002
38573
|
{
|
|
38003
|
-
"description": "The
|
|
38574
|
+
"description": "The border color of selected items.\n",
|
|
38004
38575
|
"commentRange": {
|
|
38005
38576
|
"start": 396,
|
|
38006
38577
|
"end": 396
|
|
38007
38578
|
},
|
|
38008
38579
|
"context": {
|
|
38009
38580
|
"type": "variable",
|
|
38010
|
-
"name": "kendo-selected-
|
|
38011
|
-
"value": "$kendo-
|
|
38581
|
+
"name": "kendo-selected-border",
|
|
38582
|
+
"value": "rgba( $kendo-base-border, .1 )",
|
|
38012
38583
|
"scope": "default",
|
|
38013
38584
|
"line": {
|
|
38014
38585
|
"start": 397,
|
|
@@ -38020,20 +38591,20 @@
|
|
|
38020
38591
|
"undefined"
|
|
38021
38592
|
],
|
|
38022
38593
|
"file": {
|
|
38023
|
-
"path": "
|
|
38024
|
-
"name": "
|
|
38594
|
+
"path": "core/color-system/_swatch.scss",
|
|
38595
|
+
"name": "_swatch.scss"
|
|
38025
38596
|
}
|
|
38026
38597
|
},
|
|
38027
38598
|
{
|
|
38028
|
-
"description": "The
|
|
38599
|
+
"description": "The gradient background of selected items.\n",
|
|
38029
38600
|
"commentRange": {
|
|
38030
38601
|
"start": 398,
|
|
38031
38602
|
"end": 398
|
|
38032
38603
|
},
|
|
38033
38604
|
"context": {
|
|
38034
38605
|
"type": "variable",
|
|
38035
|
-
"name": "kendo-selected-
|
|
38036
|
-
"value": "
|
|
38606
|
+
"name": "kendo-selected-gradient",
|
|
38607
|
+
"value": "null",
|
|
38037
38608
|
"scope": "default",
|
|
38038
38609
|
"line": {
|
|
38039
38610
|
"start": 399,
|
|
@@ -38045,24 +38616,24 @@
|
|
|
38045
38616
|
"undefined"
|
|
38046
38617
|
],
|
|
38047
38618
|
"file": {
|
|
38048
|
-
"path": "
|
|
38049
|
-
"name": "
|
|
38619
|
+
"path": "core/color-system/_swatch.scss",
|
|
38620
|
+
"name": "_swatch.scss"
|
|
38050
38621
|
}
|
|
38051
38622
|
},
|
|
38052
38623
|
{
|
|
38053
|
-
"description": "
|
|
38624
|
+
"description": "Text color of disabled items.\n",
|
|
38054
38625
|
"commentRange": {
|
|
38055
|
-
"start":
|
|
38056
|
-
"end":
|
|
38626
|
+
"start": 406,
|
|
38627
|
+
"end": 406
|
|
38057
38628
|
},
|
|
38058
38629
|
"context": {
|
|
38059
38630
|
"type": "variable",
|
|
38060
|
-
"name": "kendo-
|
|
38061
|
-
"value": "
|
|
38631
|
+
"name": "kendo-disabled-text",
|
|
38632
|
+
"value": "k-map-get( $theme, disabled-text )",
|
|
38062
38633
|
"scope": "default",
|
|
38063
38634
|
"line": {
|
|
38064
|
-
"start":
|
|
38065
|
-
"end":
|
|
38635
|
+
"start": 407,
|
|
38636
|
+
"end": 407
|
|
38066
38637
|
}
|
|
38067
38638
|
},
|
|
38068
38639
|
"access": "public",
|
|
@@ -38070,8 +38641,8 @@
|
|
|
38070
38641
|
"undefined"
|
|
38071
38642
|
],
|
|
38072
38643
|
"file": {
|
|
38073
|
-
"path": "
|
|
38074
|
-
"name": "
|
|
38644
|
+
"path": "core/color-system/_swatch.scss",
|
|
38645
|
+
"name": "_swatch.scss"
|
|
38075
38646
|
}
|
|
38076
38647
|
},
|
|
38077
38648
|
{
|