@progress/kendo-theme-material 7.1.0-dev.1 → 7.1.0-dev.11
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 +403 -43
- package/dist/all.scss +3117 -1644
- package/dist/meta/sassdoc-data.json +4803 -3617
- package/dist/meta/sassdoc-raw-data.json +1309 -763
- package/dist/meta/variables.json +588 -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 +1 -1
- 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,
|
|
@@ -25199,7 +25220,7 @@
|
|
|
25199
25220
|
"context": {
|
|
25200
25221
|
"type": "variable",
|
|
25201
25222
|
"name": "kendo-pager-text",
|
|
25202
|
-
"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 ))",
|
|
25203
25224
|
"scope": "default",
|
|
25204
25225
|
"line": {
|
|
25205
25226
|
"start": 68,
|
|
@@ -25249,7 +25270,7 @@
|
|
|
25249
25270
|
"context": {
|
|
25250
25271
|
"type": "variable",
|
|
25251
25272
|
"name": "kendo-pager-focus-bg",
|
|
25252
|
-
"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 ))",
|
|
25253
25274
|
"scope": "default",
|
|
25254
25275
|
"line": {
|
|
25255
25276
|
"start": 75,
|
|
@@ -26024,7 +26045,7 @@
|
|
|
26024
26045
|
"context": {
|
|
26025
26046
|
"type": "variable",
|
|
26026
26047
|
"name": "kendo-pdf-viewer-toolbar-bg",
|
|
26027
|
-
"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 ))",
|
|
26028
26049
|
"scope": "default",
|
|
26029
26050
|
"line": {
|
|
26030
26051
|
"start": 28,
|
|
@@ -26668,8 +26689,8 @@
|
|
|
26668
26689
|
{
|
|
26669
26690
|
"description": "The background color of the Picker components.\n",
|
|
26670
26691
|
"commentRange": {
|
|
26671
|
-
"start":
|
|
26672
|
-
"end":
|
|
26692
|
+
"start": 296,
|
|
26693
|
+
"end": 297
|
|
26673
26694
|
},
|
|
26674
26695
|
"context": {
|
|
26675
26696
|
"type": "variable",
|
|
@@ -26677,8 +26698,8 @@
|
|
|
26677
26698
|
"value": "$kendo-input-bg",
|
|
26678
26699
|
"scope": "default",
|
|
26679
26700
|
"line": {
|
|
26680
|
-
"start":
|
|
26681
|
-
"end":
|
|
26701
|
+
"start": 298,
|
|
26702
|
+
"end": 298
|
|
26682
26703
|
}
|
|
26683
26704
|
},
|
|
26684
26705
|
"group": [
|
|
@@ -26693,8 +26714,8 @@
|
|
|
26693
26714
|
{
|
|
26694
26715
|
"description": "The text color of the Picker components.\n",
|
|
26695
26716
|
"commentRange": {
|
|
26696
|
-
"start":
|
|
26697
|
-
"end":
|
|
26717
|
+
"start": 299,
|
|
26718
|
+
"end": 300
|
|
26698
26719
|
},
|
|
26699
26720
|
"context": {
|
|
26700
26721
|
"type": "variable",
|
|
@@ -26702,8 +26723,8 @@
|
|
|
26702
26723
|
"value": "$kendo-input-text",
|
|
26703
26724
|
"scope": "default",
|
|
26704
26725
|
"line": {
|
|
26705
|
-
"start":
|
|
26706
|
-
"end":
|
|
26726
|
+
"start": 301,
|
|
26727
|
+
"end": 301
|
|
26707
26728
|
}
|
|
26708
26729
|
},
|
|
26709
26730
|
"group": [
|
|
@@ -26718,8 +26739,8 @@
|
|
|
26718
26739
|
{
|
|
26719
26740
|
"description": "The border color of the Picker components.\n",
|
|
26720
26741
|
"commentRange": {
|
|
26721
|
-
"start":
|
|
26722
|
-
"end":
|
|
26742
|
+
"start": 302,
|
|
26743
|
+
"end": 303
|
|
26723
26744
|
},
|
|
26724
26745
|
"context": {
|
|
26725
26746
|
"type": "variable",
|
|
@@ -26727,8 +26748,8 @@
|
|
|
26727
26748
|
"value": "$kendo-input-border",
|
|
26728
26749
|
"scope": "default",
|
|
26729
26750
|
"line": {
|
|
26730
|
-
"start":
|
|
26731
|
-
"end":
|
|
26751
|
+
"start": 304,
|
|
26752
|
+
"end": 304
|
|
26732
26753
|
}
|
|
26733
26754
|
},
|
|
26734
26755
|
"group": [
|
|
@@ -26743,8 +26764,8 @@
|
|
|
26743
26764
|
{
|
|
26744
26765
|
"description": "The gradient of the Picker components.\n",
|
|
26745
26766
|
"commentRange": {
|
|
26746
|
-
"start":
|
|
26747
|
-
"end":
|
|
26767
|
+
"start": 305,
|
|
26768
|
+
"end": 306
|
|
26748
26769
|
},
|
|
26749
26770
|
"context": {
|
|
26750
26771
|
"type": "variable",
|
|
@@ -26752,8 +26773,8 @@
|
|
|
26752
26773
|
"value": "null",
|
|
26753
26774
|
"scope": "default",
|
|
26754
26775
|
"line": {
|
|
26755
|
-
"start":
|
|
26756
|
-
"end":
|
|
26776
|
+
"start": 307,
|
|
26777
|
+
"end": 307
|
|
26757
26778
|
}
|
|
26758
26779
|
},
|
|
26759
26780
|
"group": [
|
|
@@ -26768,8 +26789,8 @@
|
|
|
26768
26789
|
{
|
|
26769
26790
|
"description": "The shadow of the Picker components.\n",
|
|
26770
26791
|
"commentRange": {
|
|
26771
|
-
"start":
|
|
26772
|
-
"end":
|
|
26792
|
+
"start": 308,
|
|
26793
|
+
"end": 309
|
|
26773
26794
|
},
|
|
26774
26795
|
"context": {
|
|
26775
26796
|
"type": "variable",
|
|
@@ -26777,8 +26798,8 @@
|
|
|
26777
26798
|
"value": "$kendo-input-shadow",
|
|
26778
26799
|
"scope": "default",
|
|
26779
26800
|
"line": {
|
|
26780
|
-
"start":
|
|
26781
|
-
"end":
|
|
26801
|
+
"start": 310,
|
|
26802
|
+
"end": 310
|
|
26782
26803
|
}
|
|
26783
26804
|
},
|
|
26784
26805
|
"group": [
|
|
@@ -26793,8 +26814,8 @@
|
|
|
26793
26814
|
{
|
|
26794
26815
|
"description": "The background color of the hovered Picker components.\n",
|
|
26795
26816
|
"commentRange": {
|
|
26796
|
-
"start":
|
|
26797
|
-
"end":
|
|
26817
|
+
"start": 312,
|
|
26818
|
+
"end": 313
|
|
26798
26819
|
},
|
|
26799
26820
|
"context": {
|
|
26800
26821
|
"type": "variable",
|
|
@@ -26802,8 +26823,8 @@
|
|
|
26802
26823
|
"value": "$kendo-input-hover-bg",
|
|
26803
26824
|
"scope": "default",
|
|
26804
26825
|
"line": {
|
|
26805
|
-
"start":
|
|
26806
|
-
"end":
|
|
26826
|
+
"start": 314,
|
|
26827
|
+
"end": 314
|
|
26807
26828
|
}
|
|
26808
26829
|
},
|
|
26809
26830
|
"group": [
|
|
@@ -26818,8 +26839,8 @@
|
|
|
26818
26839
|
{
|
|
26819
26840
|
"description": "The text color of the hovered Picker components.\n",
|
|
26820
26841
|
"commentRange": {
|
|
26821
|
-
"start":
|
|
26822
|
-
"end":
|
|
26842
|
+
"start": 315,
|
|
26843
|
+
"end": 316
|
|
26823
26844
|
},
|
|
26824
26845
|
"context": {
|
|
26825
26846
|
"type": "variable",
|
|
@@ -26827,8 +26848,8 @@
|
|
|
26827
26848
|
"value": "$kendo-input-hover-text",
|
|
26828
26849
|
"scope": "default",
|
|
26829
26850
|
"line": {
|
|
26830
|
-
"start":
|
|
26831
|
-
"end":
|
|
26851
|
+
"start": 317,
|
|
26852
|
+
"end": 317
|
|
26832
26853
|
}
|
|
26833
26854
|
},
|
|
26834
26855
|
"group": [
|
|
@@ -26843,8 +26864,8 @@
|
|
|
26843
26864
|
{
|
|
26844
26865
|
"description": "The border color of the hovered Picker components.\n",
|
|
26845
26866
|
"commentRange": {
|
|
26846
|
-
"start":
|
|
26847
|
-
"end":
|
|
26867
|
+
"start": 318,
|
|
26868
|
+
"end": 319
|
|
26848
26869
|
},
|
|
26849
26870
|
"context": {
|
|
26850
26871
|
"type": "variable",
|
|
@@ -26852,8 +26873,8 @@
|
|
|
26852
26873
|
"value": "$kendo-input-hover-border",
|
|
26853
26874
|
"scope": "default",
|
|
26854
26875
|
"line": {
|
|
26855
|
-
"start":
|
|
26856
|
-
"end":
|
|
26876
|
+
"start": 320,
|
|
26877
|
+
"end": 320
|
|
26857
26878
|
}
|
|
26858
26879
|
},
|
|
26859
26880
|
"group": [
|
|
@@ -26868,8 +26889,8 @@
|
|
|
26868
26889
|
{
|
|
26869
26890
|
"description": "The gradient of the hovered Picker components.\n",
|
|
26870
26891
|
"commentRange": {
|
|
26871
|
-
"start":
|
|
26872
|
-
"end":
|
|
26892
|
+
"start": 321,
|
|
26893
|
+
"end": 322
|
|
26873
26894
|
},
|
|
26874
26895
|
"context": {
|
|
26875
26896
|
"type": "variable",
|
|
@@ -26877,8 +26898,8 @@
|
|
|
26877
26898
|
"value": "null",
|
|
26878
26899
|
"scope": "default",
|
|
26879
26900
|
"line": {
|
|
26880
|
-
"start":
|
|
26881
|
-
"end":
|
|
26901
|
+
"start": 323,
|
|
26902
|
+
"end": 323
|
|
26882
26903
|
}
|
|
26883
26904
|
},
|
|
26884
26905
|
"group": [
|
|
@@ -26893,8 +26914,8 @@
|
|
|
26893
26914
|
{
|
|
26894
26915
|
"description": "The shadow of the hovered Picker components.\n",
|
|
26895
26916
|
"commentRange": {
|
|
26896
|
-
"start":
|
|
26897
|
-
"end":
|
|
26917
|
+
"start": 324,
|
|
26918
|
+
"end": 325
|
|
26898
26919
|
},
|
|
26899
26920
|
"context": {
|
|
26900
26921
|
"type": "variable",
|
|
@@ -26902,8 +26923,8 @@
|
|
|
26902
26923
|
"value": "$kendo-input-hover-shadow",
|
|
26903
26924
|
"scope": "default",
|
|
26904
26925
|
"line": {
|
|
26905
|
-
"start":
|
|
26906
|
-
"end":
|
|
26926
|
+
"start": 326,
|
|
26927
|
+
"end": 326
|
|
26907
26928
|
}
|
|
26908
26929
|
},
|
|
26909
26930
|
"group": [
|
|
@@ -26918,8 +26939,8 @@
|
|
|
26918
26939
|
{
|
|
26919
26940
|
"description": "The background color of the focused Picker components.\n",
|
|
26920
26941
|
"commentRange": {
|
|
26921
|
-
"start":
|
|
26922
|
-
"end":
|
|
26942
|
+
"start": 328,
|
|
26943
|
+
"end": 329
|
|
26923
26944
|
},
|
|
26924
26945
|
"context": {
|
|
26925
26946
|
"type": "variable",
|
|
@@ -26927,8 +26948,8 @@
|
|
|
26927
26948
|
"value": "$kendo-input-focus-bg",
|
|
26928
26949
|
"scope": "default",
|
|
26929
26950
|
"line": {
|
|
26930
|
-
"start":
|
|
26931
|
-
"end":
|
|
26951
|
+
"start": 330,
|
|
26952
|
+
"end": 330
|
|
26932
26953
|
}
|
|
26933
26954
|
},
|
|
26934
26955
|
"group": [
|
|
@@ -26943,8 +26964,8 @@
|
|
|
26943
26964
|
{
|
|
26944
26965
|
"description": "The text color of the focused Picker components.\n",
|
|
26945
26966
|
"commentRange": {
|
|
26946
|
-
"start":
|
|
26947
|
-
"end":
|
|
26967
|
+
"start": 331,
|
|
26968
|
+
"end": 332
|
|
26948
26969
|
},
|
|
26949
26970
|
"context": {
|
|
26950
26971
|
"type": "variable",
|
|
@@ -26952,8 +26973,8 @@
|
|
|
26952
26973
|
"value": "$kendo-input-focus-text",
|
|
26953
26974
|
"scope": "default",
|
|
26954
26975
|
"line": {
|
|
26955
|
-
"start":
|
|
26956
|
-
"end":
|
|
26976
|
+
"start": 333,
|
|
26977
|
+
"end": 333
|
|
26957
26978
|
}
|
|
26958
26979
|
},
|
|
26959
26980
|
"group": [
|
|
@@ -26968,8 +26989,8 @@
|
|
|
26968
26989
|
{
|
|
26969
26990
|
"description": "The border color of the focused Picker components.\n",
|
|
26970
26991
|
"commentRange": {
|
|
26971
|
-
"start":
|
|
26972
|
-
"end":
|
|
26992
|
+
"start": 334,
|
|
26993
|
+
"end": 335
|
|
26973
26994
|
},
|
|
26974
26995
|
"context": {
|
|
26975
26996
|
"type": "variable",
|
|
@@ -26977,8 +26998,8 @@
|
|
|
26977
26998
|
"value": "$kendo-input-focus-border",
|
|
26978
26999
|
"scope": "default",
|
|
26979
27000
|
"line": {
|
|
26980
|
-
"start":
|
|
26981
|
-
"end":
|
|
27001
|
+
"start": 336,
|
|
27002
|
+
"end": 336
|
|
26982
27003
|
}
|
|
26983
27004
|
},
|
|
26984
27005
|
"group": [
|
|
@@ -26993,8 +27014,8 @@
|
|
|
26993
27014
|
{
|
|
26994
27015
|
"description": "The gradient of the focused Picker components.\n",
|
|
26995
27016
|
"commentRange": {
|
|
26996
|
-
"start":
|
|
26997
|
-
"end":
|
|
27017
|
+
"start": 337,
|
|
27018
|
+
"end": 338
|
|
26998
27019
|
},
|
|
26999
27020
|
"context": {
|
|
27000
27021
|
"type": "variable",
|
|
@@ -27002,8 +27023,8 @@
|
|
|
27002
27023
|
"value": "null",
|
|
27003
27024
|
"scope": "default",
|
|
27004
27025
|
"line": {
|
|
27005
|
-
"start":
|
|
27006
|
-
"end":
|
|
27026
|
+
"start": 339,
|
|
27027
|
+
"end": 339
|
|
27007
27028
|
}
|
|
27008
27029
|
},
|
|
27009
27030
|
"group": [
|
|
@@ -27018,8 +27039,8 @@
|
|
|
27018
27039
|
{
|
|
27019
27040
|
"description": "The shadow of the focused Picker components.\n",
|
|
27020
27041
|
"commentRange": {
|
|
27021
|
-
"start":
|
|
27022
|
-
"end":
|
|
27042
|
+
"start": 340,
|
|
27043
|
+
"end": 341
|
|
27023
27044
|
},
|
|
27024
27045
|
"context": {
|
|
27025
27046
|
"type": "variable",
|
|
@@ -27027,8 +27048,8 @@
|
|
|
27027
27048
|
"value": "$kendo-input-focus-shadow",
|
|
27028
27049
|
"scope": "default",
|
|
27029
27050
|
"line": {
|
|
27030
|
-
"start":
|
|
27031
|
-
"end":
|
|
27051
|
+
"start": 342,
|
|
27052
|
+
"end": 342
|
|
27032
27053
|
}
|
|
27033
27054
|
},
|
|
27034
27055
|
"group": [
|
|
@@ -27043,8 +27064,8 @@
|
|
|
27043
27064
|
{
|
|
27044
27065
|
"description": "The background color of the disabled Picker components.\n",
|
|
27045
27066
|
"commentRange": {
|
|
27046
|
-
"start":
|
|
27047
|
-
"end":
|
|
27067
|
+
"start": 344,
|
|
27068
|
+
"end": 345
|
|
27048
27069
|
},
|
|
27049
27070
|
"context": {
|
|
27050
27071
|
"type": "variable",
|
|
@@ -27052,8 +27073,8 @@
|
|
|
27052
27073
|
"value": "$kendo-input-disabled-bg",
|
|
27053
27074
|
"scope": "default",
|
|
27054
27075
|
"line": {
|
|
27055
|
-
"start":
|
|
27056
|
-
"end":
|
|
27076
|
+
"start": 346,
|
|
27077
|
+
"end": 346
|
|
27057
27078
|
}
|
|
27058
27079
|
},
|
|
27059
27080
|
"group": [
|
|
@@ -27068,8 +27089,8 @@
|
|
|
27068
27089
|
{
|
|
27069
27090
|
"description": "The text color of the disabled Picker components.\n",
|
|
27070
27091
|
"commentRange": {
|
|
27071
|
-
"start":
|
|
27072
|
-
"end":
|
|
27092
|
+
"start": 347,
|
|
27093
|
+
"end": 348
|
|
27073
27094
|
},
|
|
27074
27095
|
"context": {
|
|
27075
27096
|
"type": "variable",
|
|
@@ -27077,8 +27098,8 @@
|
|
|
27077
27098
|
"value": "$kendo-input-disabled-text",
|
|
27078
27099
|
"scope": "default",
|
|
27079
27100
|
"line": {
|
|
27080
|
-
"start":
|
|
27081
|
-
"end":
|
|
27101
|
+
"start": 349,
|
|
27102
|
+
"end": 349
|
|
27082
27103
|
}
|
|
27083
27104
|
},
|
|
27084
27105
|
"group": [
|
|
@@ -27093,8 +27114,8 @@
|
|
|
27093
27114
|
{
|
|
27094
27115
|
"description": "The border color of the disabled Picker components.\n",
|
|
27095
27116
|
"commentRange": {
|
|
27096
|
-
"start":
|
|
27097
|
-
"end":
|
|
27117
|
+
"start": 350,
|
|
27118
|
+
"end": 351
|
|
27098
27119
|
},
|
|
27099
27120
|
"context": {
|
|
27100
27121
|
"type": "variable",
|
|
@@ -27102,8 +27123,8 @@
|
|
|
27102
27123
|
"value": "$kendo-input-disabled-border",
|
|
27103
27124
|
"scope": "default",
|
|
27104
27125
|
"line": {
|
|
27105
|
-
"start":
|
|
27106
|
-
"end":
|
|
27126
|
+
"start": 352,
|
|
27127
|
+
"end": 352
|
|
27107
27128
|
}
|
|
27108
27129
|
},
|
|
27109
27130
|
"group": [
|
|
@@ -27118,8 +27139,8 @@
|
|
|
27118
27139
|
{
|
|
27119
27140
|
"description": "The gradient of the disabled Picker components.\n",
|
|
27120
27141
|
"commentRange": {
|
|
27121
|
-
"start":
|
|
27122
|
-
"end":
|
|
27142
|
+
"start": 353,
|
|
27143
|
+
"end": 354
|
|
27123
27144
|
},
|
|
27124
27145
|
"context": {
|
|
27125
27146
|
"type": "variable",
|
|
@@ -27127,8 +27148,8 @@
|
|
|
27127
27148
|
"value": "null",
|
|
27128
27149
|
"scope": "default",
|
|
27129
27150
|
"line": {
|
|
27130
|
-
"start":
|
|
27131
|
-
"end":
|
|
27151
|
+
"start": 355,
|
|
27152
|
+
"end": 355
|
|
27132
27153
|
}
|
|
27133
27154
|
},
|
|
27134
27155
|
"group": [
|
|
@@ -27143,8 +27164,8 @@
|
|
|
27143
27164
|
{
|
|
27144
27165
|
"description": "The shadow of the disabled Picker components.\n",
|
|
27145
27166
|
"commentRange": {
|
|
27146
|
-
"start":
|
|
27147
|
-
"end":
|
|
27167
|
+
"start": 356,
|
|
27168
|
+
"end": 357
|
|
27148
27169
|
},
|
|
27149
27170
|
"context": {
|
|
27150
27171
|
"type": "variable",
|
|
@@ -27152,8 +27173,8 @@
|
|
|
27152
27173
|
"value": "null",
|
|
27153
27174
|
"scope": "default",
|
|
27154
27175
|
"line": {
|
|
27155
|
-
"start":
|
|
27156
|
-
"end":
|
|
27176
|
+
"start": 358,
|
|
27177
|
+
"end": 358
|
|
27157
27178
|
}
|
|
27158
27179
|
},
|
|
27159
27180
|
"group": [
|
|
@@ -27168,8 +27189,8 @@
|
|
|
27168
27189
|
{
|
|
27169
27190
|
"description": "The background color of the outline Picker components.\n",
|
|
27170
27191
|
"commentRange": {
|
|
27171
|
-
"start":
|
|
27172
|
-
"end":
|
|
27192
|
+
"start": 360,
|
|
27193
|
+
"end": 361
|
|
27173
27194
|
},
|
|
27174
27195
|
"context": {
|
|
27175
27196
|
"type": "variable",
|
|
@@ -27177,8 +27198,8 @@
|
|
|
27177
27198
|
"value": "null",
|
|
27178
27199
|
"scope": "default",
|
|
27179
27200
|
"line": {
|
|
27180
|
-
"start":
|
|
27181
|
-
"end":
|
|
27201
|
+
"start": 362,
|
|
27202
|
+
"end": 362
|
|
27182
27203
|
}
|
|
27183
27204
|
},
|
|
27184
27205
|
"group": [
|
|
@@ -27193,8 +27214,8 @@
|
|
|
27193
27214
|
{
|
|
27194
27215
|
"description": "The text color of the outline Picker components.\n",
|
|
27195
27216
|
"commentRange": {
|
|
27196
|
-
"start":
|
|
27197
|
-
"end":
|
|
27217
|
+
"start": 363,
|
|
27218
|
+
"end": 364
|
|
27198
27219
|
},
|
|
27199
27220
|
"context": {
|
|
27200
27221
|
"type": "variable",
|
|
@@ -27202,8 +27223,8 @@
|
|
|
27202
27223
|
"value": "$kendo-picker-text",
|
|
27203
27224
|
"scope": "default",
|
|
27204
27225
|
"line": {
|
|
27205
|
-
"start":
|
|
27206
|
-
"end":
|
|
27226
|
+
"start": 365,
|
|
27227
|
+
"end": 365
|
|
27207
27228
|
}
|
|
27208
27229
|
},
|
|
27209
27230
|
"group": [
|
|
@@ -27218,8 +27239,8 @@
|
|
|
27218
27239
|
{
|
|
27219
27240
|
"description": "The border color of the outline Picker components.\n",
|
|
27220
27241
|
"commentRange": {
|
|
27221
|
-
"start":
|
|
27222
|
-
"end":
|
|
27242
|
+
"start": 366,
|
|
27243
|
+
"end": 367
|
|
27223
27244
|
},
|
|
27224
27245
|
"context": {
|
|
27225
27246
|
"type": "variable",
|
|
@@ -27227,8 +27248,8 @@
|
|
|
27227
27248
|
"value": "$kendo-picker-border",
|
|
27228
27249
|
"scope": "default",
|
|
27229
27250
|
"line": {
|
|
27230
|
-
"start":
|
|
27231
|
-
"end":
|
|
27251
|
+
"start": 368,
|
|
27252
|
+
"end": 368
|
|
27232
27253
|
}
|
|
27233
27254
|
},
|
|
27234
27255
|
"group": [
|
|
@@ -27243,8 +27264,8 @@
|
|
|
27243
27264
|
{
|
|
27244
27265
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
27245
27266
|
"commentRange": {
|
|
27246
|
-
"start":
|
|
27247
|
-
"end":
|
|
27267
|
+
"start": 370,
|
|
27268
|
+
"end": 371
|
|
27248
27269
|
},
|
|
27249
27270
|
"context": {
|
|
27250
27271
|
"type": "variable",
|
|
@@ -27252,8 +27273,8 @@
|
|
|
27252
27273
|
"value": "null",
|
|
27253
27274
|
"scope": "default",
|
|
27254
27275
|
"line": {
|
|
27255
|
-
"start":
|
|
27256
|
-
"end":
|
|
27276
|
+
"start": 372,
|
|
27277
|
+
"end": 372
|
|
27257
27278
|
}
|
|
27258
27279
|
},
|
|
27259
27280
|
"group": [
|
|
@@ -27268,8 +27289,8 @@
|
|
|
27268
27289
|
{
|
|
27269
27290
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
27270
27291
|
"commentRange": {
|
|
27271
|
-
"start":
|
|
27272
|
-
"end":
|
|
27292
|
+
"start": 373,
|
|
27293
|
+
"end": 374
|
|
27273
27294
|
},
|
|
27274
27295
|
"context": {
|
|
27275
27296
|
"type": "variable",
|
|
@@ -27277,8 +27298,8 @@
|
|
|
27277
27298
|
"value": "null",
|
|
27278
27299
|
"scope": "default",
|
|
27279
27300
|
"line": {
|
|
27280
|
-
"start":
|
|
27281
|
-
"end":
|
|
27301
|
+
"start": 375,
|
|
27302
|
+
"end": 375
|
|
27282
27303
|
}
|
|
27283
27304
|
},
|
|
27284
27305
|
"group": [
|
|
@@ -27293,8 +27314,8 @@
|
|
|
27293
27314
|
{
|
|
27294
27315
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
27295
27316
|
"commentRange": {
|
|
27296
|
-
"start":
|
|
27297
|
-
"end":
|
|
27317
|
+
"start": 376,
|
|
27318
|
+
"end": 377
|
|
27298
27319
|
},
|
|
27299
27320
|
"context": {
|
|
27300
27321
|
"type": "variable",
|
|
@@ -27302,8 +27323,8 @@
|
|
|
27302
27323
|
"value": "$kendo-picker-hover-border",
|
|
27303
27324
|
"scope": "default",
|
|
27304
27325
|
"line": {
|
|
27305
|
-
"start":
|
|
27306
|
-
"end":
|
|
27326
|
+
"start": 378,
|
|
27327
|
+
"end": 378
|
|
27307
27328
|
}
|
|
27308
27329
|
},
|
|
27309
27330
|
"group": [
|
|
@@ -27318,8 +27339,8 @@
|
|
|
27318
27339
|
{
|
|
27319
27340
|
"description": "The background color of the outline focused Picker components.\n",
|
|
27320
27341
|
"commentRange": {
|
|
27321
|
-
"start":
|
|
27322
|
-
"end":
|
|
27342
|
+
"start": 380,
|
|
27343
|
+
"end": 381
|
|
27323
27344
|
},
|
|
27324
27345
|
"context": {
|
|
27325
27346
|
"type": "variable",
|
|
@@ -27327,8 +27348,8 @@
|
|
|
27327
27348
|
"value": "nul",
|
|
27328
27349
|
"scope": "default",
|
|
27329
27350
|
"line": {
|
|
27330
|
-
"start":
|
|
27331
|
-
"end":
|
|
27351
|
+
"start": 382,
|
|
27352
|
+
"end": 382
|
|
27332
27353
|
}
|
|
27333
27354
|
},
|
|
27334
27355
|
"group": [
|
|
@@ -27343,8 +27364,8 @@
|
|
|
27343
27364
|
{
|
|
27344
27365
|
"description": "The text color of the outline focused Picker components.\n",
|
|
27345
27366
|
"commentRange": {
|
|
27346
|
-
"start":
|
|
27347
|
-
"end":
|
|
27367
|
+
"start": 383,
|
|
27368
|
+
"end": 384
|
|
27348
27369
|
},
|
|
27349
27370
|
"context": {
|
|
27350
27371
|
"type": "variable",
|
|
@@ -27352,8 +27373,8 @@
|
|
|
27352
27373
|
"value": "null",
|
|
27353
27374
|
"scope": "default",
|
|
27354
27375
|
"line": {
|
|
27355
|
-
"start":
|
|
27356
|
-
"end":
|
|
27376
|
+
"start": 385,
|
|
27377
|
+
"end": 385
|
|
27357
27378
|
}
|
|
27358
27379
|
},
|
|
27359
27380
|
"group": [
|
|
@@ -27368,8 +27389,8 @@
|
|
|
27368
27389
|
{
|
|
27369
27390
|
"description": "The border color of the outline focused Picker components.\n",
|
|
27370
27391
|
"commentRange": {
|
|
27371
|
-
"start":
|
|
27372
|
-
"end":
|
|
27392
|
+
"start": 386,
|
|
27393
|
+
"end": 387
|
|
27373
27394
|
},
|
|
27374
27395
|
"context": {
|
|
27375
27396
|
"type": "variable",
|
|
@@ -27377,8 +27398,8 @@
|
|
|
27377
27398
|
"value": "$kendo-picker-focus-border",
|
|
27378
27399
|
"scope": "default",
|
|
27379
27400
|
"line": {
|
|
27380
|
-
"start":
|
|
27381
|
-
"end":
|
|
27401
|
+
"start": 388,
|
|
27402
|
+
"end": 388
|
|
27382
27403
|
}
|
|
27383
27404
|
},
|
|
27384
27405
|
"group": [
|
|
@@ -27393,8 +27414,8 @@
|
|
|
27393
27414
|
{
|
|
27394
27415
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
27395
27416
|
"commentRange": {
|
|
27396
|
-
"start":
|
|
27397
|
-
"end":
|
|
27417
|
+
"start": 389,
|
|
27418
|
+
"end": 390
|
|
27398
27419
|
},
|
|
27399
27420
|
"context": {
|
|
27400
27421
|
"type": "variable",
|
|
@@ -27402,8 +27423,8 @@
|
|
|
27402
27423
|
"value": "null",
|
|
27403
27424
|
"scope": "default",
|
|
27404
27425
|
"line": {
|
|
27405
|
-
"start":
|
|
27406
|
-
"end":
|
|
27426
|
+
"start": 391,
|
|
27427
|
+
"end": 391
|
|
27407
27428
|
}
|
|
27408
27429
|
},
|
|
27409
27430
|
"group": [
|
|
@@ -27418,8 +27439,8 @@
|
|
|
27418
27439
|
{
|
|
27419
27440
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
27420
27441
|
"commentRange": {
|
|
27421
|
-
"start":
|
|
27422
|
-
"end":
|
|
27442
|
+
"start": 393,
|
|
27443
|
+
"end": 394
|
|
27423
27444
|
},
|
|
27424
27445
|
"context": {
|
|
27425
27446
|
"type": "variable",
|
|
@@ -27427,8 +27448,8 @@
|
|
|
27427
27448
|
"value": "null",
|
|
27428
27449
|
"scope": "default",
|
|
27429
27450
|
"line": {
|
|
27430
|
-
"start":
|
|
27431
|
-
"end":
|
|
27451
|
+
"start": 395,
|
|
27452
|
+
"end": 395
|
|
27432
27453
|
}
|
|
27433
27454
|
},
|
|
27434
27455
|
"group": [
|
|
@@ -27443,8 +27464,8 @@
|
|
|
27443
27464
|
{
|
|
27444
27465
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
27445
27466
|
"commentRange": {
|
|
27446
|
-
"start":
|
|
27447
|
-
"end":
|
|
27467
|
+
"start": 396,
|
|
27468
|
+
"end": 397
|
|
27448
27469
|
},
|
|
27449
27470
|
"context": {
|
|
27450
27471
|
"type": "variable",
|
|
@@ -27452,8 +27473,8 @@
|
|
|
27452
27473
|
"value": "null",
|
|
27453
27474
|
"scope": "default",
|
|
27454
27475
|
"line": {
|
|
27455
|
-
"start":
|
|
27456
|
-
"end":
|
|
27476
|
+
"start": 398,
|
|
27477
|
+
"end": 398
|
|
27457
27478
|
}
|
|
27458
27479
|
},
|
|
27459
27480
|
"group": [
|
|
@@ -27468,8 +27489,8 @@
|
|
|
27468
27489
|
{
|
|
27469
27490
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
27470
27491
|
"commentRange": {
|
|
27471
|
-
"start":
|
|
27472
|
-
"end":
|
|
27492
|
+
"start": 399,
|
|
27493
|
+
"end": 400
|
|
27473
27494
|
},
|
|
27474
27495
|
"context": {
|
|
27475
27496
|
"type": "variable",
|
|
@@ -27477,8 +27498,8 @@
|
|
|
27477
27498
|
"value": "null",
|
|
27478
27499
|
"scope": "default",
|
|
27479
27500
|
"line": {
|
|
27480
|
-
"start":
|
|
27481
|
-
"end":
|
|
27501
|
+
"start": 401,
|
|
27502
|
+
"end": 401
|
|
27482
27503
|
}
|
|
27483
27504
|
},
|
|
27484
27505
|
"group": [
|
|
@@ -27493,8 +27514,8 @@
|
|
|
27493
27514
|
{
|
|
27494
27515
|
"description": "The background color of the flat Picker components.\n",
|
|
27495
27516
|
"commentRange": {
|
|
27496
|
-
"start":
|
|
27497
|
-
"end":
|
|
27517
|
+
"start": 403,
|
|
27518
|
+
"end": 404
|
|
27498
27519
|
},
|
|
27499
27520
|
"context": {
|
|
27500
27521
|
"type": "variable",
|
|
@@ -27502,8 +27523,8 @@
|
|
|
27502
27523
|
"value": "null",
|
|
27503
27524
|
"scope": "default",
|
|
27504
27525
|
"line": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
27526
|
+
"start": 405,
|
|
27527
|
+
"end": 405
|
|
27507
27528
|
}
|
|
27508
27529
|
},
|
|
27509
27530
|
"group": [
|
|
@@ -27518,8 +27539,8 @@
|
|
|
27518
27539
|
{
|
|
27519
27540
|
"description": "The text color of the flat Picker components.\n",
|
|
27520
27541
|
"commentRange": {
|
|
27521
|
-
"start":
|
|
27522
|
-
"end":
|
|
27542
|
+
"start": 406,
|
|
27543
|
+
"end": 407
|
|
27523
27544
|
},
|
|
27524
27545
|
"context": {
|
|
27525
27546
|
"type": "variable",
|
|
@@ -27527,8 +27548,8 @@
|
|
|
27527
27548
|
"value": "$kendo-picker-text",
|
|
27528
27549
|
"scope": "default",
|
|
27529
27550
|
"line": {
|
|
27530
|
-
"start":
|
|
27531
|
-
"end":
|
|
27551
|
+
"start": 408,
|
|
27552
|
+
"end": 408
|
|
27532
27553
|
}
|
|
27533
27554
|
},
|
|
27534
27555
|
"group": [
|
|
@@ -27543,8 +27564,8 @@
|
|
|
27543
27564
|
{
|
|
27544
27565
|
"description": "The border color of the flat Picker components.\n",
|
|
27545
27566
|
"commentRange": {
|
|
27546
|
-
"start":
|
|
27547
|
-
"end":
|
|
27567
|
+
"start": 409,
|
|
27568
|
+
"end": 410
|
|
27548
27569
|
},
|
|
27549
27570
|
"context": {
|
|
27550
27571
|
"type": "variable",
|
|
@@ -27552,8 +27573,8 @@
|
|
|
27552
27573
|
"value": "$kendo-picker-border",
|
|
27553
27574
|
"scope": "default",
|
|
27554
27575
|
"line": {
|
|
27555
|
-
"start":
|
|
27556
|
-
"end":
|
|
27576
|
+
"start": 411,
|
|
27577
|
+
"end": 411
|
|
27557
27578
|
}
|
|
27558
27579
|
},
|
|
27559
27580
|
"group": [
|
|
@@ -27568,8 +27589,8 @@
|
|
|
27568
27589
|
{
|
|
27569
27590
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
27570
27591
|
"commentRange": {
|
|
27571
|
-
"start":
|
|
27572
|
-
"end":
|
|
27592
|
+
"start": 413,
|
|
27593
|
+
"end": 414
|
|
27573
27594
|
},
|
|
27574
27595
|
"context": {
|
|
27575
27596
|
"type": "variable",
|
|
@@ -27577,8 +27598,8 @@
|
|
|
27577
27598
|
"value": "null",
|
|
27578
27599
|
"scope": "default",
|
|
27579
27600
|
"line": {
|
|
27580
|
-
"start":
|
|
27581
|
-
"end":
|
|
27601
|
+
"start": 415,
|
|
27602
|
+
"end": 415
|
|
27582
27603
|
}
|
|
27583
27604
|
},
|
|
27584
27605
|
"group": [
|
|
@@ -27593,8 +27614,8 @@
|
|
|
27593
27614
|
{
|
|
27594
27615
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
27595
27616
|
"commentRange": {
|
|
27596
|
-
"start":
|
|
27597
|
-
"end":
|
|
27617
|
+
"start": 416,
|
|
27618
|
+
"end": 417
|
|
27598
27619
|
},
|
|
27599
27620
|
"context": {
|
|
27600
27621
|
"type": "variable",
|
|
@@ -27602,8 +27623,8 @@
|
|
|
27602
27623
|
"value": "null",
|
|
27603
27624
|
"scope": "default",
|
|
27604
27625
|
"line": {
|
|
27605
|
-
"start":
|
|
27606
|
-
"end":
|
|
27626
|
+
"start": 418,
|
|
27627
|
+
"end": 418
|
|
27607
27628
|
}
|
|
27608
27629
|
},
|
|
27609
27630
|
"group": [
|
|
@@ -27618,8 +27639,8 @@
|
|
|
27618
27639
|
{
|
|
27619
27640
|
"description": "The background color of the flat focused Picker components.\n",
|
|
27620
27641
|
"commentRange": {
|
|
27621
|
-
"start":
|
|
27622
|
-
"end":
|
|
27642
|
+
"start": 423,
|
|
27643
|
+
"end": 424
|
|
27623
27644
|
},
|
|
27624
27645
|
"context": {
|
|
27625
27646
|
"type": "variable",
|
|
@@ -27627,8 +27648,8 @@
|
|
|
27627
27648
|
"value": "null",
|
|
27628
27649
|
"scope": "default",
|
|
27629
27650
|
"line": {
|
|
27630
|
-
"start":
|
|
27631
|
-
"end":
|
|
27651
|
+
"start": 425,
|
|
27652
|
+
"end": 425
|
|
27632
27653
|
}
|
|
27633
27654
|
},
|
|
27634
27655
|
"group": [
|
|
@@ -27643,8 +27664,8 @@
|
|
|
27643
27664
|
{
|
|
27644
27665
|
"description": "The text color of the flat focused Picker components.\n",
|
|
27645
27666
|
"commentRange": {
|
|
27646
|
-
"start":
|
|
27647
|
-
"end":
|
|
27667
|
+
"start": 426,
|
|
27668
|
+
"end": 427
|
|
27648
27669
|
},
|
|
27649
27670
|
"context": {
|
|
27650
27671
|
"type": "variable",
|
|
@@ -27652,8 +27673,8 @@
|
|
|
27652
27673
|
"value": "null",
|
|
27653
27674
|
"scope": "default",
|
|
27654
27675
|
"line": {
|
|
27655
|
-
"start":
|
|
27656
|
-
"end":
|
|
27676
|
+
"start": 428,
|
|
27677
|
+
"end": 428
|
|
27657
27678
|
}
|
|
27658
27679
|
},
|
|
27659
27680
|
"group": [
|
|
@@ -27668,8 +27689,8 @@
|
|
|
27668
27689
|
{
|
|
27669
27690
|
"description": "The border color of the flat focused Picker components.\n",
|
|
27670
27691
|
"commentRange": {
|
|
27671
|
-
"start":
|
|
27672
|
-
"end":
|
|
27692
|
+
"start": 429,
|
|
27693
|
+
"end": 430
|
|
27673
27694
|
},
|
|
27674
27695
|
"context": {
|
|
27675
27696
|
"type": "variable",
|
|
@@ -27677,8 +27698,8 @@
|
|
|
27677
27698
|
"value": "$kendo-picker-focus-border",
|
|
27678
27699
|
"scope": "default",
|
|
27679
27700
|
"line": {
|
|
27680
|
-
"start":
|
|
27681
|
-
"end":
|
|
27701
|
+
"start": 431,
|
|
27702
|
+
"end": 431
|
|
27682
27703
|
}
|
|
27683
27704
|
},
|
|
27684
27705
|
"group": [
|
|
@@ -27693,8 +27714,8 @@
|
|
|
27693
27714
|
{
|
|
27694
27715
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
27695
27716
|
"commentRange": {
|
|
27696
|
-
"start":
|
|
27697
|
-
"end":
|
|
27717
|
+
"start": 432,
|
|
27718
|
+
"end": 433
|
|
27698
27719
|
},
|
|
27699
27720
|
"context": {
|
|
27700
27721
|
"type": "variable",
|
|
@@ -27702,8 +27723,8 @@
|
|
|
27702
27723
|
"value": "null",
|
|
27703
27724
|
"scope": "default",
|
|
27704
27725
|
"line": {
|
|
27705
|
-
"start":
|
|
27706
|
-
"end":
|
|
27726
|
+
"start": 434,
|
|
27727
|
+
"end": 434
|
|
27707
27728
|
}
|
|
27708
27729
|
},
|
|
27709
27730
|
"group": [
|
|
@@ -27718,8 +27739,8 @@
|
|
|
27718
27739
|
{
|
|
27719
27740
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
27720
27741
|
"commentRange": {
|
|
27721
|
-
"start":
|
|
27722
|
-
"end":
|
|
27742
|
+
"start": 436,
|
|
27743
|
+
"end": 437
|
|
27723
27744
|
},
|
|
27724
27745
|
"context": {
|
|
27725
27746
|
"type": "variable",
|
|
@@ -27727,8 +27748,8 @@
|
|
|
27727
27748
|
"value": "null",
|
|
27728
27749
|
"scope": "default",
|
|
27729
27750
|
"line": {
|
|
27730
|
-
"start":
|
|
27731
|
-
"end":
|
|
27751
|
+
"start": 438,
|
|
27752
|
+
"end": 438
|
|
27732
27753
|
}
|
|
27733
27754
|
},
|
|
27734
27755
|
"group": [
|
|
@@ -27743,8 +27764,8 @@
|
|
|
27743
27764
|
{
|
|
27744
27765
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
27745
27766
|
"commentRange": {
|
|
27746
|
-
"start":
|
|
27747
|
-
"end":
|
|
27767
|
+
"start": 439,
|
|
27768
|
+
"end": 440
|
|
27748
27769
|
},
|
|
27749
27770
|
"context": {
|
|
27750
27771
|
"type": "variable",
|
|
@@ -27752,8 +27773,8 @@
|
|
|
27752
27773
|
"value": "null",
|
|
27753
27774
|
"scope": "default",
|
|
27754
27775
|
"line": {
|
|
27755
|
-
"start":
|
|
27756
|
-
"end":
|
|
27776
|
+
"start": 441,
|
|
27777
|
+
"end": 441
|
|
27757
27778
|
}
|
|
27758
27779
|
},
|
|
27759
27780
|
"group": [
|
|
@@ -27768,8 +27789,8 @@
|
|
|
27768
27789
|
{
|
|
27769
27790
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
27770
27791
|
"commentRange": {
|
|
27771
|
-
"start":
|
|
27772
|
-
"end":
|
|
27792
|
+
"start": 442,
|
|
27793
|
+
"end": 443
|
|
27773
27794
|
},
|
|
27774
27795
|
"context": {
|
|
27775
27796
|
"type": "variable",
|
|
@@ -27777,8 +27798,8 @@
|
|
|
27777
27798
|
"value": "null",
|
|
27778
27799
|
"scope": "default",
|
|
27779
27800
|
"line": {
|
|
27780
|
-
"start":
|
|
27781
|
-
"end":
|
|
27801
|
+
"start": 444,
|
|
27802
|
+
"end": 444
|
|
27782
27803
|
}
|
|
27783
27804
|
},
|
|
27784
27805
|
"group": [
|
|
@@ -27793,8 +27814,8 @@
|
|
|
27793
27814
|
{
|
|
27794
27815
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
27795
27816
|
"commentRange": {
|
|
27796
|
-
"start":
|
|
27797
|
-
"end":
|
|
27817
|
+
"start": 419,
|
|
27818
|
+
"end": 420
|
|
27798
27819
|
},
|
|
27799
27820
|
"context": {
|
|
27800
27821
|
"type": "variable",
|
|
@@ -27802,8 +27823,8 @@
|
|
|
27802
27823
|
"value": "$kendo-picker-hover-border",
|
|
27803
27824
|
"scope": "default",
|
|
27804
27825
|
"line": {
|
|
27805
|
-
"start":
|
|
27806
|
-
"end":
|
|
27826
|
+
"start": 421,
|
|
27827
|
+
"end": 421
|
|
27807
27828
|
}
|
|
27808
27829
|
},
|
|
27809
27830
|
"group": [
|
|
@@ -28949,7 +28970,7 @@
|
|
|
28949
28970
|
"context": {
|
|
28950
28971
|
"type": "variable",
|
|
28951
28972
|
"name": "kendo-progressbar-bg",
|
|
28952
|
-
"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 ))",
|
|
28953
28974
|
"scope": "default",
|
|
28954
28975
|
"line": {
|
|
28955
28976
|
"start": 27,
|
|
@@ -29315,6 +29336,506 @@
|
|
|
29315
29336
|
"name": "_variables.scss"
|
|
29316
29337
|
}
|
|
29317
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
|
+
},
|
|
29318
29839
|
{
|
|
29319
29840
|
"description": "The border radius of the RadioButton.\n",
|
|
29320
29841
|
"commentRange": {
|
|
@@ -31515,36 +32036,11 @@
|
|
|
31515
32036
|
"name": "_variables.scss"
|
|
31516
32037
|
}
|
|
31517
32038
|
},
|
|
31518
|
-
{
|
|
31519
|
-
"description": "Color of shadows\n",
|
|
31520
|
-
"commentRange": {
|
|
31521
|
-
"start": 89,
|
|
31522
|
-
"end": 90
|
|
31523
|
-
},
|
|
31524
|
-
"context": {
|
|
31525
|
-
"type": "variable",
|
|
31526
|
-
"name": "elevation",
|
|
31527
|
-
"value": "k-map-get( $theme, elevation )",
|
|
31528
|
-
"scope": "default",
|
|
31529
|
-
"line": {
|
|
31530
|
-
"start": 91,
|
|
31531
|
-
"end": 91
|
|
31532
|
-
}
|
|
31533
|
-
},
|
|
31534
|
-
"group": [
|
|
31535
|
-
"shadows"
|
|
31536
|
-
],
|
|
31537
|
-
"access": "public",
|
|
31538
|
-
"file": {
|
|
31539
|
-
"path": "_variables.scss",
|
|
31540
|
-
"name": "_variables.scss"
|
|
31541
|
-
}
|
|
31542
|
-
},
|
|
31543
32039
|
{
|
|
31544
32040
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
31545
32041
|
"commentRange": {
|
|
31546
|
-
"start":
|
|
31547
|
-
"end":
|
|
32042
|
+
"start": 59,
|
|
32043
|
+
"end": 62
|
|
31548
32044
|
},
|
|
31549
32045
|
"context": {
|
|
31550
32046
|
"type": "variable",
|
|
@@ -31552,8 +32048,8 @@
|
|
|
31552
32048
|
"value": "k-elevation(1)",
|
|
31553
32049
|
"scope": "default",
|
|
31554
32050
|
"line": {
|
|
31555
|
-
"start":
|
|
31556
|
-
"end":
|
|
32051
|
+
"start": 63,
|
|
32052
|
+
"end": 63
|
|
31557
32053
|
}
|
|
31558
32054
|
},
|
|
31559
32055
|
"group": [
|
|
@@ -31569,8 +32065,8 @@
|
|
|
31569
32065
|
{
|
|
31570
32066
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
31571
32067
|
"commentRange": {
|
|
31572
|
-
"start":
|
|
31573
|
-
"end":
|
|
32068
|
+
"start": 64,
|
|
32069
|
+
"end": 67
|
|
31574
32070
|
},
|
|
31575
32071
|
"context": {
|
|
31576
32072
|
"type": "variable",
|
|
@@ -31578,8 +32074,8 @@
|
|
|
31578
32074
|
"value": "k-elevation(2)",
|
|
31579
32075
|
"scope": "default",
|
|
31580
32076
|
"line": {
|
|
31581
|
-
"start":
|
|
31582
|
-
"end":
|
|
32077
|
+
"start": 68,
|
|
32078
|
+
"end": 68
|
|
31583
32079
|
}
|
|
31584
32080
|
},
|
|
31585
32081
|
"group": [
|
|
@@ -31595,8 +32091,8 @@
|
|
|
31595
32091
|
{
|
|
31596
32092
|
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 3.\n",
|
|
31597
32093
|
"commentRange": {
|
|
31598
|
-
"start":
|
|
31599
|
-
"end":
|
|
32094
|
+
"start": 69,
|
|
32095
|
+
"end": 72
|
|
31600
32096
|
},
|
|
31601
32097
|
"context": {
|
|
31602
32098
|
"type": "variable",
|
|
@@ -31604,8 +32100,8 @@
|
|
|
31604
32100
|
"value": "k-elevation(3)",
|
|
31605
32101
|
"scope": "default",
|
|
31606
32102
|
"line": {
|
|
31607
|
-
"start":
|
|
31608
|
-
"end":
|
|
32103
|
+
"start": 73,
|
|
32104
|
+
"end": 73
|
|
31609
32105
|
}
|
|
31610
32106
|
},
|
|
31611
32107
|
"group": [
|
|
@@ -31621,8 +32117,8 @@
|
|
|
31621
32117
|
{
|
|
31622
32118
|
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 4.\n",
|
|
31623
32119
|
"commentRange": {
|
|
31624
|
-
"start":
|
|
31625
|
-
"end":
|
|
32120
|
+
"start": 74,
|
|
32121
|
+
"end": 77
|
|
31626
32122
|
},
|
|
31627
32123
|
"context": {
|
|
31628
32124
|
"type": "variable",
|
|
@@ -31630,8 +32126,8 @@
|
|
|
31630
32126
|
"value": "k-elevation(4)",
|
|
31631
32127
|
"scope": "default",
|
|
31632
32128
|
"line": {
|
|
31633
|
-
"start":
|
|
31634
|
-
"end":
|
|
32129
|
+
"start": 78,
|
|
32130
|
+
"end": 78
|
|
31635
32131
|
}
|
|
31636
32132
|
},
|
|
31637
32133
|
"group": [
|
|
@@ -31647,8 +32143,8 @@
|
|
|
31647
32143
|
{
|
|
31648
32144
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 6.\n",
|
|
31649
32145
|
"commentRange": {
|
|
31650
|
-
"start":
|
|
31651
|
-
"end":
|
|
32146
|
+
"start": 79,
|
|
32147
|
+
"end": 82
|
|
31652
32148
|
},
|
|
31653
32149
|
"context": {
|
|
31654
32150
|
"type": "variable",
|
|
@@ -31656,8 +32152,8 @@
|
|
|
31656
32152
|
"value": "k-elevation(5)",
|
|
31657
32153
|
"scope": "default",
|
|
31658
32154
|
"line": {
|
|
31659
|
-
"start":
|
|
31660
|
-
"end":
|
|
32155
|
+
"start": 83,
|
|
32156
|
+
"end": 83
|
|
31661
32157
|
}
|
|
31662
32158
|
},
|
|
31663
32159
|
"group": [
|
|
@@ -31673,8 +32169,8 @@
|
|
|
31673
32169
|
{
|
|
31674
32170
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 8.\n",
|
|
31675
32171
|
"commentRange": {
|
|
31676
|
-
"start":
|
|
31677
|
-
"end":
|
|
32172
|
+
"start": 84,
|
|
32173
|
+
"end": 87
|
|
31678
32174
|
},
|
|
31679
32175
|
"context": {
|
|
31680
32176
|
"type": "variable",
|
|
@@ -31682,8 +32178,8 @@
|
|
|
31682
32178
|
"value": "k-elevation(6)",
|
|
31683
32179
|
"scope": "default",
|
|
31684
32180
|
"line": {
|
|
31685
|
-
"start":
|
|
31686
|
-
"end":
|
|
32181
|
+
"start": 88,
|
|
32182
|
+
"end": 88
|
|
31687
32183
|
}
|
|
31688
32184
|
},
|
|
31689
32185
|
"group": [
|
|
@@ -31699,8 +32195,8 @@
|
|
|
31699
32195
|
{
|
|
31700
32196
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 12.\n",
|
|
31701
32197
|
"commentRange": {
|
|
31702
|
-
"start":
|
|
31703
|
-
"end":
|
|
32198
|
+
"start": 89,
|
|
32199
|
+
"end": 92
|
|
31704
32200
|
},
|
|
31705
32201
|
"context": {
|
|
31706
32202
|
"type": "variable",
|
|
@@ -31708,8 +32204,8 @@
|
|
|
31708
32204
|
"value": "k-elevation(7)",
|
|
31709
32205
|
"scope": "default",
|
|
31710
32206
|
"line": {
|
|
31711
|
-
"start":
|
|
31712
|
-
"end":
|
|
32207
|
+
"start": 93,
|
|
32208
|
+
"end": 93
|
|
31713
32209
|
}
|
|
31714
32210
|
},
|
|
31715
32211
|
"group": [
|
|
@@ -31725,8 +32221,8 @@
|
|
|
31725
32221
|
{
|
|
31726
32222
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 16.\n",
|
|
31727
32223
|
"commentRange": {
|
|
31728
|
-
"start":
|
|
31729
|
-
"end":
|
|
32224
|
+
"start": 94,
|
|
32225
|
+
"end": 97
|
|
31730
32226
|
},
|
|
31731
32227
|
"context": {
|
|
31732
32228
|
"type": "variable",
|
|
@@ -31734,8 +32230,8 @@
|
|
|
31734
32230
|
"value": "k-elevation(8)",
|
|
31735
32231
|
"scope": "default",
|
|
31736
32232
|
"line": {
|
|
31737
|
-
"start":
|
|
31738
|
-
"end":
|
|
32233
|
+
"start": 98,
|
|
32234
|
+
"end": 98
|
|
31739
32235
|
}
|
|
31740
32236
|
},
|
|
31741
32237
|
"group": [
|
|
@@ -31751,8 +32247,8 @@
|
|
|
31751
32247
|
{
|
|
31752
32248
|
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
31753
32249
|
"commentRange": {
|
|
31754
|
-
"start":
|
|
31755
|
-
"end":
|
|
32250
|
+
"start": 99,
|
|
32251
|
+
"end": 102
|
|
31756
32252
|
},
|
|
31757
32253
|
"context": {
|
|
31758
32254
|
"type": "variable",
|
|
@@ -31760,8 +32256,8 @@
|
|
|
31760
32256
|
"value": "k-elevation(9)",
|
|
31761
32257
|
"scope": "default",
|
|
31762
32258
|
"line": {
|
|
31763
|
-
"start":
|
|
31764
|
-
"end":
|
|
32259
|
+
"start": 103,
|
|
32260
|
+
"end": 103
|
|
31765
32261
|
}
|
|
31766
32262
|
},
|
|
31767
32263
|
"group": [
|
|
@@ -31774,6 +32270,31 @@
|
|
|
31774
32270
|
"name": "_variables.scss"
|
|
31775
32271
|
}
|
|
31776
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
|
+
},
|
|
31777
32298
|
{
|
|
31778
32299
|
"description": "The transform scale of the Skeleton text.\n",
|
|
31779
32300
|
"commentRange": {
|
|
@@ -31883,7 +32404,7 @@
|
|
|
31883
32404
|
"context": {
|
|
31884
32405
|
"type": "variable",
|
|
31885
32406
|
"name": "kendo-skeleton-item-bg",
|
|
31886
|
-
"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 ))",
|
|
31887
32408
|
"scope": "default",
|
|
31888
32409
|
"line": {
|
|
31889
32410
|
"start": 20,
|
|
@@ -32308,7 +32829,7 @@
|
|
|
32308
32829
|
"context": {
|
|
32309
32830
|
"type": "variable",
|
|
32310
32831
|
"name": "kendo-switch-off-track-bg",
|
|
32311
|
-
"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 )",
|
|
32312
32833
|
"scope": "default",
|
|
32313
32834
|
"line": {
|
|
32314
32835
|
"start": 33,
|
|
@@ -32733,7 +33254,7 @@
|
|
|
32733
33254
|
"context": {
|
|
32734
33255
|
"type": "variable",
|
|
32735
33256
|
"name": "kendo-switch-off-thumb-bg",
|
|
32736
|
-
"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 ))",
|
|
32737
33258
|
"scope": "default",
|
|
32738
33259
|
"line": {
|
|
32739
33260
|
"start": 88,
|
|
@@ -32933,7 +33454,7 @@
|
|
|
32933
33454
|
"context": {
|
|
32934
33455
|
"type": "variable",
|
|
32935
33456
|
"name": "kendo-switch-on-track-bg",
|
|
32936
|
-
"value": "rgba( $kendo-color-primary, .54 )",
|
|
33457
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 ))",
|
|
32937
33458
|
"scope": "default",
|
|
32938
33459
|
"line": {
|
|
32939
33460
|
"start": 115,
|
|
@@ -33858,7 +34379,7 @@
|
|
|
33858
34379
|
"context": {
|
|
33859
34380
|
"type": "variable",
|
|
33860
34381
|
"name": "kendo-table-header-text",
|
|
33861
|
-
"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 ))",
|
|
33862
34383
|
"scope": "default",
|
|
33863
34384
|
"line": {
|
|
33864
34385
|
"start": 81,
|
|
@@ -34158,7 +34679,7 @@
|
|
|
34158
34679
|
"context": {
|
|
34159
34680
|
"type": "variable",
|
|
34160
34681
|
"name": "kendo-table-hover-bg",
|
|
34161
|
-
"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 ))",
|
|
34162
34683
|
"scope": "default",
|
|
34163
34684
|
"line": {
|
|
34164
34685
|
"start": 125,
|
|
@@ -34333,7 +34854,7 @@
|
|
|
34333
34854
|
"context": {
|
|
34334
34855
|
"type": "variable",
|
|
34335
34856
|
"name": "kendo-table-selected-bg",
|
|
34336
|
-
"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 ))",
|
|
34337
34858
|
"scope": "default",
|
|
34338
34859
|
"line": {
|
|
34339
34860
|
"start": 150,
|
|
@@ -35108,7 +35629,7 @@
|
|
|
35108
35629
|
"context": {
|
|
35109
35630
|
"type": "variable",
|
|
35110
35631
|
"name": "kendo-tile-layout-bg",
|
|
35111
|
-
"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))",
|
|
35112
35633
|
"scope": "default",
|
|
35113
35634
|
"line": {
|
|
35114
35635
|
"start": 8,
|
|
@@ -37158,7 +37679,7 @@
|
|
|
37158
37679
|
"context": {
|
|
37159
37680
|
"type": "variable",
|
|
37160
37681
|
"name": "kendo-treeview-item-hover-bg",
|
|
37161
|
-
"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 ))",
|
|
37162
37683
|
"scope": "default",
|
|
37163
37684
|
"line": {
|
|
37164
37685
|
"start": 127,
|
|
@@ -37627,8 +38148,8 @@
|
|
|
37627
38148
|
{
|
|
37628
38149
|
"description": "Base font size across all components.\n",
|
|
37629
38150
|
"commentRange": {
|
|
37630
|
-
"start":
|
|
37631
|
-
"end":
|
|
38151
|
+
"start": 153,
|
|
38152
|
+
"end": 154
|
|
37632
38153
|
},
|
|
37633
38154
|
"context": {
|
|
37634
38155
|
"type": "variable",
|
|
@@ -37636,8 +38157,8 @@
|
|
|
37636
38157
|
"value": "14px",
|
|
37637
38158
|
"scope": "default",
|
|
37638
38159
|
"line": {
|
|
37639
|
-
"start":
|
|
37640
|
-
"end":
|
|
38160
|
+
"start": 155,
|
|
38161
|
+
"end": 155
|
|
37641
38162
|
}
|
|
37642
38163
|
},
|
|
37643
38164
|
"group": [
|
|
@@ -37652,8 +38173,8 @@
|
|
|
37652
38173
|
{
|
|
37653
38174
|
"description": "Font family for text.\n",
|
|
37654
38175
|
"commentRange": {
|
|
37655
|
-
"start":
|
|
37656
|
-
"end":
|
|
38176
|
+
"start": 170,
|
|
38177
|
+
"end": 171
|
|
37657
38178
|
},
|
|
37658
38179
|
"context": {
|
|
37659
38180
|
"type": "variable",
|
|
@@ -37661,8 +38182,8 @@
|
|
|
37661
38182
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37662
38183
|
"scope": "default",
|
|
37663
38184
|
"line": {
|
|
37664
|
-
"start":
|
|
37665
|
-
"end":
|
|
38185
|
+
"start": 172,
|
|
38186
|
+
"end": 172
|
|
37666
38187
|
}
|
|
37667
38188
|
},
|
|
37668
38189
|
"group": [
|
|
@@ -37677,8 +38198,8 @@
|
|
|
37677
38198
|
{
|
|
37678
38199
|
"description": "Font family across all components.\n",
|
|
37679
38200
|
"commentRange": {
|
|
37680
|
-
"start":
|
|
37681
|
-
"end":
|
|
38201
|
+
"start": 174,
|
|
38202
|
+
"end": 175
|
|
37682
38203
|
},
|
|
37683
38204
|
"context": {
|
|
37684
38205
|
"type": "variable",
|
|
@@ -37686,8 +38207,8 @@
|
|
|
37686
38207
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37687
38208
|
"scope": "default",
|
|
37688
38209
|
"line": {
|
|
37689
|
-
"start":
|
|
37690
|
-
"end":
|
|
38210
|
+
"start": 176,
|
|
38211
|
+
"end": 176
|
|
37691
38212
|
}
|
|
37692
38213
|
},
|
|
37693
38214
|
"group": [
|
|
@@ -37702,8 +38223,8 @@
|
|
|
37702
38223
|
{
|
|
37703
38224
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
37704
38225
|
"commentRange": {
|
|
37705
|
-
"start":
|
|
37706
|
-
"end":
|
|
38226
|
+
"start": 178,
|
|
38227
|
+
"end": 179
|
|
37707
38228
|
},
|
|
37708
38229
|
"context": {
|
|
37709
38230
|
"type": "variable",
|
|
@@ -37711,8 +38232,8 @@
|
|
|
37711
38232
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
37712
38233
|
"scope": "default",
|
|
37713
38234
|
"line": {
|
|
37714
|
-
"start":
|
|
37715
|
-
"end":
|
|
38235
|
+
"start": 180,
|
|
38236
|
+
"end": 180
|
|
37716
38237
|
}
|
|
37717
38238
|
},
|
|
37718
38239
|
"group": [
|
|
@@ -37727,8 +38248,8 @@
|
|
|
37727
38248
|
{
|
|
37728
38249
|
"description": "Font family across all components.\n",
|
|
37729
38250
|
"commentRange": {
|
|
37730
|
-
"start":
|
|
37731
|
-
"end":
|
|
38251
|
+
"start": 182,
|
|
38252
|
+
"end": 183
|
|
37732
38253
|
},
|
|
37733
38254
|
"context": {
|
|
37734
38255
|
"type": "variable",
|
|
@@ -37736,8 +38257,8 @@
|
|
|
37736
38257
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
37737
38258
|
"scope": "default",
|
|
37738
38259
|
"line": {
|
|
37739
|
-
"start":
|
|
37740
|
-
"end":
|
|
38260
|
+
"start": 184,
|
|
38261
|
+
"end": 184
|
|
37741
38262
|
}
|
|
37742
38263
|
},
|
|
37743
38264
|
"group": [
|
|
@@ -37752,8 +38273,8 @@
|
|
|
37752
38273
|
{
|
|
37753
38274
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
37754
38275
|
"commentRange": {
|
|
37755
|
-
"start":
|
|
37756
|
-
"end":
|
|
38276
|
+
"start": 186,
|
|
38277
|
+
"end": 187
|
|
37757
38278
|
},
|
|
37758
38279
|
"context": {
|
|
37759
38280
|
"type": "variable",
|
|
@@ -37761,8 +38282,8 @@
|
|
|
37761
38282
|
"value": "k-math-div( 28, 14 )",
|
|
37762
38283
|
"scope": "default",
|
|
37763
38284
|
"line": {
|
|
37764
|
-
"start":
|
|
37765
|
-
"end":
|
|
38285
|
+
"start": 188,
|
|
38286
|
+
"end": 188
|
|
37766
38287
|
}
|
|
37767
38288
|
},
|
|
37768
38289
|
"group": [
|
|
@@ -37777,8 +38298,8 @@
|
|
|
37777
38298
|
{
|
|
37778
38299
|
"description": "Border radius for all components.\n",
|
|
37779
38300
|
"commentRange": {
|
|
37780
|
-
"start":
|
|
37781
|
-
"end":
|
|
38301
|
+
"start": 130,
|
|
38302
|
+
"end": 130
|
|
37782
38303
|
},
|
|
37783
38304
|
"context": {
|
|
37784
38305
|
"type": "variable",
|
|
@@ -37786,8 +38307,8 @@
|
|
|
37786
38307
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
37787
38308
|
"scope": "default",
|
|
37788
38309
|
"line": {
|
|
37789
|
-
"start":
|
|
37790
|
-
"end":
|
|
38310
|
+
"start": 131,
|
|
38311
|
+
"end": 131
|
|
37791
38312
|
}
|
|
37792
38313
|
},
|
|
37793
38314
|
"access": "public",
|
|
@@ -37802,8 +38323,8 @@
|
|
|
37802
38323
|
{
|
|
37803
38324
|
"description": "The background of the components' chrome area.\n",
|
|
37804
38325
|
"commentRange": {
|
|
37805
|
-
"start":
|
|
37806
|
-
"end":
|
|
38326
|
+
"start": 374,
|
|
38327
|
+
"end": 374
|
|
37807
38328
|
},
|
|
37808
38329
|
"context": {
|
|
37809
38330
|
"type": "variable",
|
|
@@ -37811,8 +38332,8 @@
|
|
|
37811
38332
|
"value": "k-map-get( $theme, base-bg )",
|
|
37812
38333
|
"scope": "default",
|
|
37813
38334
|
"line": {
|
|
37814
|
-
"start":
|
|
37815
|
-
"end":
|
|
38335
|
+
"start": 375,
|
|
38336
|
+
"end": 375
|
|
37816
38337
|
}
|
|
37817
38338
|
},
|
|
37818
38339
|
"access": "public",
|
|
@@ -37820,15 +38341,15 @@
|
|
|
37820
38341
|
"undefined"
|
|
37821
38342
|
],
|
|
37822
38343
|
"file": {
|
|
37823
|
-
"path": "
|
|
37824
|
-
"name": "
|
|
38344
|
+
"path": "core/color-system/_swatch.scss",
|
|
38345
|
+
"name": "_swatch.scss"
|
|
37825
38346
|
}
|
|
37826
38347
|
},
|
|
37827
38348
|
{
|
|
37828
38349
|
"description": "The text color of the components' chrome area.\n",
|
|
37829
38350
|
"commentRange": {
|
|
37830
|
-
"start":
|
|
37831
|
-
"end":
|
|
38351
|
+
"start": 376,
|
|
38352
|
+
"end": 376
|
|
37832
38353
|
},
|
|
37833
38354
|
"context": {
|
|
37834
38355
|
"type": "variable",
|
|
@@ -37836,8 +38357,8 @@
|
|
|
37836
38357
|
"value": "k-map-get( $theme, component-text )",
|
|
37837
38358
|
"scope": "default",
|
|
37838
38359
|
"line": {
|
|
37839
|
-
"start":
|
|
37840
|
-
"end":
|
|
38360
|
+
"start": 377,
|
|
38361
|
+
"end": 377
|
|
37841
38362
|
}
|
|
37842
38363
|
},
|
|
37843
38364
|
"access": "public",
|
|
@@ -37845,15 +38366,15 @@
|
|
|
37845
38366
|
"undefined"
|
|
37846
38367
|
],
|
|
37847
38368
|
"file": {
|
|
37848
|
-
"path": "
|
|
37849
|
-
"name": "
|
|
38369
|
+
"path": "core/color-system/_swatch.scss",
|
|
38370
|
+
"name": "_swatch.scss"
|
|
37850
38371
|
}
|
|
37851
38372
|
},
|
|
37852
38373
|
{
|
|
37853
38374
|
"description": "The border of the components' chrome area.\n",
|
|
37854
38375
|
"commentRange": {
|
|
37855
|
-
"start":
|
|
37856
|
-
"end":
|
|
38376
|
+
"start": 378,
|
|
38377
|
+
"end": 378
|
|
37857
38378
|
},
|
|
37858
38379
|
"context": {
|
|
37859
38380
|
"type": "variable",
|
|
@@ -37861,8 +38382,8 @@
|
|
|
37861
38382
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
37862
38383
|
"scope": "default",
|
|
37863
38384
|
"line": {
|
|
37864
|
-
"start":
|
|
37865
|
-
"end":
|
|
38385
|
+
"start": 379,
|
|
38386
|
+
"end": 379
|
|
37866
38387
|
}
|
|
37867
38388
|
},
|
|
37868
38389
|
"access": "public",
|
|
@@ -37870,15 +38391,15 @@
|
|
|
37870
38391
|
"undefined"
|
|
37871
38392
|
],
|
|
37872
38393
|
"file": {
|
|
37873
|
-
"path": "
|
|
37874
|
-
"name": "
|
|
38394
|
+
"path": "core/color-system/_swatch.scss",
|
|
38395
|
+
"name": "_swatch.scss"
|
|
37875
38396
|
}
|
|
37876
38397
|
},
|
|
37877
38398
|
{
|
|
37878
38399
|
"description": "The gradient background of the components' chrome area.\n",
|
|
37879
38400
|
"commentRange": {
|
|
37880
|
-
"start":
|
|
37881
|
-
"end":
|
|
38401
|
+
"start": 380,
|
|
38402
|
+
"end": 380
|
|
37882
38403
|
},
|
|
37883
38404
|
"context": {
|
|
37884
38405
|
"type": "variable",
|
|
@@ -37886,8 +38407,8 @@
|
|
|
37886
38407
|
"value": "null",
|
|
37887
38408
|
"scope": "default",
|
|
37888
38409
|
"line": {
|
|
37889
|
-
"start":
|
|
37890
|
-
"end":
|
|
38410
|
+
"start": 381,
|
|
38411
|
+
"end": 381
|
|
37891
38412
|
}
|
|
37892
38413
|
},
|
|
37893
38414
|
"access": "public",
|
|
@@ -37895,15 +38416,15 @@
|
|
|
37895
38416
|
"undefined"
|
|
37896
38417
|
],
|
|
37897
38418
|
"file": {
|
|
37898
|
-
"path": "
|
|
37899
|
-
"name": "
|
|
38419
|
+
"path": "core/color-system/_swatch.scss",
|
|
38420
|
+
"name": "_swatch.scss"
|
|
37900
38421
|
}
|
|
37901
38422
|
},
|
|
37902
38423
|
{
|
|
37903
38424
|
"description": "The background of hovered items.\n",
|
|
37904
38425
|
"commentRange": {
|
|
37905
|
-
"start":
|
|
37906
|
-
"end":
|
|
38426
|
+
"start": 383,
|
|
38427
|
+
"end": 383
|
|
37907
38428
|
},
|
|
37908
38429
|
"context": {
|
|
37909
38430
|
"type": "variable",
|
|
@@ -37911,8 +38432,8 @@
|
|
|
37911
38432
|
"value": "k-map-get( $theme, hover-bg )",
|
|
37912
38433
|
"scope": "default",
|
|
37913
38434
|
"line": {
|
|
37914
|
-
"start":
|
|
37915
|
-
"end":
|
|
38435
|
+
"start": 384,
|
|
38436
|
+
"end": 384
|
|
37916
38437
|
}
|
|
37917
38438
|
},
|
|
37918
38439
|
"access": "public",
|
|
@@ -37920,15 +38441,15 @@
|
|
|
37920
38441
|
"undefined"
|
|
37921
38442
|
],
|
|
37922
38443
|
"file": {
|
|
37923
|
-
"path": "
|
|
37924
|
-
"name": "
|
|
38444
|
+
"path": "core/color-system/_swatch.scss",
|
|
38445
|
+
"name": "_swatch.scss"
|
|
37925
38446
|
}
|
|
37926
38447
|
},
|
|
37927
38448
|
{
|
|
37928
38449
|
"description": "The text color of hovered items.\n",
|
|
37929
38450
|
"commentRange": {
|
|
37930
|
-
"start":
|
|
37931
|
-
"end":
|
|
38451
|
+
"start": 385,
|
|
38452
|
+
"end": 385
|
|
37932
38453
|
},
|
|
37933
38454
|
"context": {
|
|
37934
38455
|
"type": "variable",
|
|
@@ -37936,8 +38457,8 @@
|
|
|
37936
38457
|
"value": "$kendo-base-text",
|
|
37937
38458
|
"scope": "default",
|
|
37938
38459
|
"line": {
|
|
37939
|
-
"start":
|
|
37940
|
-
"end":
|
|
38460
|
+
"start": 386,
|
|
38461
|
+
"end": 386
|
|
37941
38462
|
}
|
|
37942
38463
|
},
|
|
37943
38464
|
"access": "public",
|
|
@@ -37945,15 +38466,15 @@
|
|
|
37945
38466
|
"undefined"
|
|
37946
38467
|
],
|
|
37947
38468
|
"file": {
|
|
37948
|
-
"path": "
|
|
37949
|
-
"name": "
|
|
38469
|
+
"path": "core/color-system/_swatch.scss",
|
|
38470
|
+
"name": "_swatch.scss"
|
|
37950
38471
|
}
|
|
37951
38472
|
},
|
|
37952
38473
|
{
|
|
37953
38474
|
"description": "The border color of hovered items.\n",
|
|
37954
38475
|
"commentRange": {
|
|
37955
|
-
"start":
|
|
37956
|
-
"end":
|
|
38476
|
+
"start": 387,
|
|
38477
|
+
"end": 387
|
|
37957
38478
|
},
|
|
37958
38479
|
"context": {
|
|
37959
38480
|
"type": "variable",
|
|
@@ -37961,8 +38482,8 @@
|
|
|
37961
38482
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
37962
38483
|
"scope": "default",
|
|
37963
38484
|
"line": {
|
|
37964
|
-
"start":
|
|
37965
|
-
"end":
|
|
38485
|
+
"start": 388,
|
|
38486
|
+
"end": 388
|
|
37966
38487
|
}
|
|
37967
38488
|
},
|
|
37968
38489
|
"access": "public",
|
|
@@ -37970,15 +38491,15 @@
|
|
|
37970
38491
|
"undefined"
|
|
37971
38492
|
],
|
|
37972
38493
|
"file": {
|
|
37973
|
-
"path": "
|
|
37974
|
-
"name": "
|
|
38494
|
+
"path": "core/color-system/_swatch.scss",
|
|
38495
|
+
"name": "_swatch.scss"
|
|
37975
38496
|
}
|
|
37976
38497
|
},
|
|
37977
38498
|
{
|
|
37978
38499
|
"description": "The gradient background of hovered items.\n",
|
|
37979
38500
|
"commentRange": {
|
|
37980
|
-
"start":
|
|
37981
|
-
"end":
|
|
38501
|
+
"start": 389,
|
|
38502
|
+
"end": 389
|
|
37982
38503
|
},
|
|
37983
38504
|
"context": {
|
|
37984
38505
|
"type": "variable",
|
|
@@ -37986,8 +38507,8 @@
|
|
|
37986
38507
|
"value": "null",
|
|
37987
38508
|
"scope": "default",
|
|
37988
38509
|
"line": {
|
|
37989
|
-
"start":
|
|
37990
|
-
"end":
|
|
38510
|
+
"start": 390,
|
|
38511
|
+
"end": 390
|
|
37991
38512
|
}
|
|
37992
38513
|
},
|
|
37993
38514
|
"access": "public",
|
|
@@ -37995,21 +38516,46 @@
|
|
|
37995
38516
|
"undefined"
|
|
37996
38517
|
],
|
|
37997
38518
|
"file": {
|
|
37998
|
-
"path": "
|
|
37999
|
-
"name": "
|
|
38519
|
+
"path": "core/color-system/_swatch.scss",
|
|
38520
|
+
"name": "_swatch.scss"
|
|
38000
38521
|
}
|
|
38001
38522
|
},
|
|
38002
38523
|
{
|
|
38003
38524
|
"description": "The background of selected items.\n",
|
|
38004
38525
|
"commentRange": {
|
|
38005
|
-
"start":
|
|
38006
|
-
"end":
|
|
38526
|
+
"start": 392,
|
|
38527
|
+
"end": 392
|
|
38007
38528
|
},
|
|
38008
38529
|
"context": {
|
|
38009
38530
|
"type": "variable",
|
|
38010
38531
|
"name": "kendo-selected-bg",
|
|
38011
38532
|
"value": "$kendo-color-secondary",
|
|
38012
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",
|
|
38013
38559
|
"line": {
|
|
38014
38560
|
"start": 395,
|
|
38015
38561
|
"end": 395
|
|
@@ -38020,20 +38566,20 @@
|
|
|
38020
38566
|
"undefined"
|
|
38021
38567
|
],
|
|
38022
38568
|
"file": {
|
|
38023
|
-
"path": "
|
|
38024
|
-
"name": "
|
|
38569
|
+
"path": "core/color-system/_swatch.scss",
|
|
38570
|
+
"name": "_swatch.scss"
|
|
38025
38571
|
}
|
|
38026
38572
|
},
|
|
38027
38573
|
{
|
|
38028
|
-
"description": "The
|
|
38574
|
+
"description": "The border color of selected items.\n",
|
|
38029
38575
|
"commentRange": {
|
|
38030
38576
|
"start": 396,
|
|
38031
38577
|
"end": 396
|
|
38032
38578
|
},
|
|
38033
38579
|
"context": {
|
|
38034
38580
|
"type": "variable",
|
|
38035
|
-
"name": "kendo-selected-
|
|
38036
|
-
"value": "$kendo-
|
|
38581
|
+
"name": "kendo-selected-border",
|
|
38582
|
+
"value": "rgba( $kendo-base-border, .1 )",
|
|
38037
38583
|
"scope": "default",
|
|
38038
38584
|
"line": {
|
|
38039
38585
|
"start": 397,
|
|
@@ -38045,20 +38591,20 @@
|
|
|
38045
38591
|
"undefined"
|
|
38046
38592
|
],
|
|
38047
38593
|
"file": {
|
|
38048
|
-
"path": "
|
|
38049
|
-
"name": "
|
|
38594
|
+
"path": "core/color-system/_swatch.scss",
|
|
38595
|
+
"name": "_swatch.scss"
|
|
38050
38596
|
}
|
|
38051
38597
|
},
|
|
38052
38598
|
{
|
|
38053
|
-
"description": "The
|
|
38599
|
+
"description": "The gradient background of selected items.\n",
|
|
38054
38600
|
"commentRange": {
|
|
38055
38601
|
"start": 398,
|
|
38056
38602
|
"end": 398
|
|
38057
38603
|
},
|
|
38058
38604
|
"context": {
|
|
38059
38605
|
"type": "variable",
|
|
38060
|
-
"name": "kendo-selected-
|
|
38061
|
-
"value": "
|
|
38606
|
+
"name": "kendo-selected-gradient",
|
|
38607
|
+
"value": "null",
|
|
38062
38608
|
"scope": "default",
|
|
38063
38609
|
"line": {
|
|
38064
38610
|
"start": 399,
|
|
@@ -38070,24 +38616,24 @@
|
|
|
38070
38616
|
"undefined"
|
|
38071
38617
|
],
|
|
38072
38618
|
"file": {
|
|
38073
|
-
"path": "
|
|
38074
|
-
"name": "
|
|
38619
|
+
"path": "core/color-system/_swatch.scss",
|
|
38620
|
+
"name": "_swatch.scss"
|
|
38075
38621
|
}
|
|
38076
38622
|
},
|
|
38077
38623
|
{
|
|
38078
|
-
"description": "
|
|
38624
|
+
"description": "Text color of disabled items.\n",
|
|
38079
38625
|
"commentRange": {
|
|
38080
|
-
"start":
|
|
38081
|
-
"end":
|
|
38626
|
+
"start": 406,
|
|
38627
|
+
"end": 406
|
|
38082
38628
|
},
|
|
38083
38629
|
"context": {
|
|
38084
38630
|
"type": "variable",
|
|
38085
|
-
"name": "kendo-
|
|
38086
|
-
"value": "
|
|
38631
|
+
"name": "kendo-disabled-text",
|
|
38632
|
+
"value": "k-map-get( $theme, disabled-text )",
|
|
38087
38633
|
"scope": "default",
|
|
38088
38634
|
"line": {
|
|
38089
|
-
"start":
|
|
38090
|
-
"end":
|
|
38635
|
+
"start": 407,
|
|
38636
|
+
"end": 407
|
|
38091
38637
|
}
|
|
38092
38638
|
},
|
|
38093
38639
|
"access": "public",
|
|
@@ -38095,8 +38641,8 @@
|
|
|
38095
38641
|
"undefined"
|
|
38096
38642
|
],
|
|
38097
38643
|
"file": {
|
|
38098
|
-
"path": "
|
|
38099
|
-
"name": "
|
|
38644
|
+
"path": "core/color-system/_swatch.scss",
|
|
38645
|
+
"name": "_swatch.scss"
|
|
38100
38646
|
}
|
|
38101
38647
|
},
|
|
38102
38648
|
{
|