@progress/kendo-theme-bootstrap 13.2.0-dev.4 → 14.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +12322 -8866
- package/dist/meta/sassdoc-raw-data.json +5897 -4297
- package/dist/meta/variables.json +274 -2
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +4 -0
- package/scss/button/_variables.scss +5 -0
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_theme.scss +2 -67
- package/scss/scrollview/_variables.scss +8 -0
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/upload/_variables.scss +4 -0
package/dist/meta/variables.json
CHANGED
|
@@ -481,9 +481,17 @@
|
|
|
481
481
|
"type": "Number",
|
|
482
482
|
"value": "0.001"
|
|
483
483
|
},
|
|
484
|
-
"kendo-
|
|
484
|
+
"kendo-translucency-base": {
|
|
485
485
|
"type": "Number",
|
|
486
|
-
"value": "
|
|
486
|
+
"value": "0%"
|
|
487
|
+
},
|
|
488
|
+
"kendo-translucency-blur-base": {
|
|
489
|
+
"type": "Number",
|
|
490
|
+
"value": "6px"
|
|
491
|
+
},
|
|
492
|
+
"kendo-translucency-blur-step": {
|
|
493
|
+
"type": "Number",
|
|
494
|
+
"value": "2px"
|
|
487
495
|
},
|
|
488
496
|
"kendo-font-size": {
|
|
489
497
|
"type": "Number",
|
|
@@ -1602,6 +1610,10 @@
|
|
|
1602
1610
|
"type": "List",
|
|
1603
1611
|
"value": "(0 0 0 4px)"
|
|
1604
1612
|
},
|
|
1613
|
+
"kendo-message-box-border-radius": {
|
|
1614
|
+
"type": "Null",
|
|
1615
|
+
"value": "null"
|
|
1616
|
+
},
|
|
1605
1617
|
"kendo-message-box-font-size": {
|
|
1606
1618
|
"type": "String",
|
|
1607
1619
|
"value": "var(--kendo-font-size)"
|
|
@@ -2346,6 +2358,30 @@
|
|
|
2346
2358
|
"type": "String",
|
|
2347
2359
|
"value": "var(--kendo-spacing-2\\.5)"
|
|
2348
2360
|
},
|
|
2361
|
+
"kendo-table-sm-font-size": {
|
|
2362
|
+
"type": "String",
|
|
2363
|
+
"value": "var(--kendo-font-size)"
|
|
2364
|
+
},
|
|
2365
|
+
"kendo-table-sm-line-height": {
|
|
2366
|
+
"type": "String",
|
|
2367
|
+
"value": "var(--kendo-line-height)"
|
|
2368
|
+
},
|
|
2369
|
+
"kendo-table-md-font-size": {
|
|
2370
|
+
"type": "String",
|
|
2371
|
+
"value": "var(--kendo-font-size)"
|
|
2372
|
+
},
|
|
2373
|
+
"kendo-table-md-line-height": {
|
|
2374
|
+
"type": "String",
|
|
2375
|
+
"value": "var(--kendo-line-height)"
|
|
2376
|
+
},
|
|
2377
|
+
"kendo-table-lg-font-size": {
|
|
2378
|
+
"type": "String",
|
|
2379
|
+
"value": "var(--kendo-font-size)"
|
|
2380
|
+
},
|
|
2381
|
+
"kendo-table-lg-line-height": {
|
|
2382
|
+
"type": "String",
|
|
2383
|
+
"value": "var(--kendo-line-height)"
|
|
2384
|
+
},
|
|
2349
2385
|
"kendo-table-sizes": {
|
|
2350
2386
|
"type": "Map",
|
|
2351
2387
|
"value": "(sm: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-1)), md: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-2)), lg: (font-size: var(--kendo-font-size), line-height: var(--kendo-line-height), cell-padding-x: var(--kendo-spacing-2), cell-padding-y: var(--kendo-spacing-2\\.5)))",
|
|
@@ -2526,6 +2562,10 @@
|
|
|
2526
2562
|
"type": "String",
|
|
2527
2563
|
"value": "var(--kendo-line-height)"
|
|
2528
2564
|
},
|
|
2565
|
+
"kendo-suggestion-font-weight": {
|
|
2566
|
+
"type": "Null",
|
|
2567
|
+
"value": "null"
|
|
2568
|
+
},
|
|
2529
2569
|
"kendo-suggestion-border-radius": {
|
|
2530
2570
|
"type": "String",
|
|
2531
2571
|
"value": "var(--kendo-border-radius-full)"
|
|
@@ -3186,6 +3226,10 @@
|
|
|
3186
3226
|
"type": "Null",
|
|
3187
3227
|
"value": "null"
|
|
3188
3228
|
},
|
|
3229
|
+
"kendo-button-gap": {
|
|
3230
|
+
"type": "String",
|
|
3231
|
+
"value": "var(--kendo-spacing-2)"
|
|
3232
|
+
},
|
|
3189
3233
|
"kendo-button-xs-padding-x": {
|
|
3190
3234
|
"type": "String",
|
|
3191
3235
|
"value": "var(--kendo-spacing-0\\.5)"
|
|
@@ -4636,6 +4680,18 @@
|
|
|
4636
4680
|
"type": "Number",
|
|
4637
4681
|
"value": "1px"
|
|
4638
4682
|
},
|
|
4683
|
+
"kendo-listbox-scroller-padding-x": {
|
|
4684
|
+
"type": "Null",
|
|
4685
|
+
"value": "null"
|
|
4686
|
+
},
|
|
4687
|
+
"kendo-listbox-scroller-padding-y": {
|
|
4688
|
+
"type": "Null",
|
|
4689
|
+
"value": "null"
|
|
4690
|
+
},
|
|
4691
|
+
"kendo-listbox-border-radius": {
|
|
4692
|
+
"type": "Null",
|
|
4693
|
+
"value": "null"
|
|
4694
|
+
},
|
|
4639
4695
|
"kendo-progressbar-height": {
|
|
4640
4696
|
"type": "String",
|
|
4641
4697
|
"value": "var(--kendo-spacing-4)"
|
|
@@ -4708,6 +4764,10 @@
|
|
|
4708
4764
|
"type": "String",
|
|
4709
4765
|
"value": "inherit"
|
|
4710
4766
|
},
|
|
4767
|
+
"kendo-progressbar-chunk-border-radius": {
|
|
4768
|
+
"type": "Null",
|
|
4769
|
+
"value": "null"
|
|
4770
|
+
},
|
|
4711
4771
|
"kendo-circular-progressbar-arc-stroke": {
|
|
4712
4772
|
"type": "String",
|
|
4713
4773
|
"value": "var(--kendo-color-primary)"
|
|
@@ -5787,6 +5847,10 @@
|
|
|
5787
5847
|
"type": "Number",
|
|
5788
5848
|
"value": "1px"
|
|
5789
5849
|
},
|
|
5850
|
+
"kendo-toolbar-border-radius": {
|
|
5851
|
+
"type": "Null",
|
|
5852
|
+
"value": "null"
|
|
5853
|
+
},
|
|
5790
5854
|
"kendo-toolbar-font-family": {
|
|
5791
5855
|
"type": "String",
|
|
5792
5856
|
"value": "var(--kendo-font-family)"
|
|
@@ -5967,6 +6031,10 @@
|
|
|
5967
6031
|
"type": "String",
|
|
5968
6032
|
"value": "var(--kendo-font-size-sm)"
|
|
5969
6033
|
},
|
|
6034
|
+
"kendo-form-legend-font-weight": {
|
|
6035
|
+
"type": "Null",
|
|
6036
|
+
"value": "null"
|
|
6037
|
+
},
|
|
5970
6038
|
"kendo-form-legend-text-transform": {
|
|
5971
6039
|
"type": "String",
|
|
5972
6040
|
"value": "none"
|
|
@@ -5975,6 +6043,18 @@
|
|
|
5975
6043
|
"type": "String",
|
|
5976
6044
|
"value": "var(--kendo-spacing-2)"
|
|
5977
6045
|
},
|
|
6046
|
+
"kendo-label-font-size": {
|
|
6047
|
+
"type": "Null",
|
|
6048
|
+
"value": "null"
|
|
6049
|
+
},
|
|
6050
|
+
"kendo-label-font-weight": {
|
|
6051
|
+
"type": "Null",
|
|
6052
|
+
"value": "null"
|
|
6053
|
+
},
|
|
6054
|
+
"kendo-label-line-height": {
|
|
6055
|
+
"type": "Null",
|
|
6056
|
+
"value": "null"
|
|
6057
|
+
},
|
|
5978
6058
|
"kendo-form-hint-font-size": {
|
|
5979
6059
|
"type": "String",
|
|
5980
6060
|
"value": "var(--kendo-font-size-xs)"
|
|
@@ -6051,6 +6131,10 @@
|
|
|
6051
6131
|
"type": "String",
|
|
6052
6132
|
"value": "italic"
|
|
6053
6133
|
},
|
|
6134
|
+
"kendo-label-optional-font-weight": {
|
|
6135
|
+
"type": "Null",
|
|
6136
|
+
"value": "null"
|
|
6137
|
+
},
|
|
6054
6138
|
"kendo-fieldset-margin": {
|
|
6055
6139
|
"type": "String",
|
|
6056
6140
|
"value": "var(--kendo-spacing-7\\.5)"
|
|
@@ -8089,6 +8173,10 @@
|
|
|
8089
8173
|
"type": "Number",
|
|
8090
8174
|
"value": "1px"
|
|
8091
8175
|
},
|
|
8176
|
+
"kendo-dropzone-border-radius": {
|
|
8177
|
+
"type": "Null",
|
|
8178
|
+
"value": "null"
|
|
8179
|
+
},
|
|
8092
8180
|
"kendo-dropzone-min-height": {
|
|
8093
8181
|
"type": "Number",
|
|
8094
8182
|
"value": "220px"
|
|
@@ -8157,6 +8245,10 @@
|
|
|
8157
8245
|
"type": "Number",
|
|
8158
8246
|
"value": "1px"
|
|
8159
8247
|
},
|
|
8248
|
+
"kendo-upload-border-radius": {
|
|
8249
|
+
"type": "Null",
|
|
8250
|
+
"value": "null"
|
|
8251
|
+
},
|
|
8160
8252
|
"kendo-upload-font-family": {
|
|
8161
8253
|
"type": "String",
|
|
8162
8254
|
"value": "var(--kendo-font-family)"
|
|
@@ -8305,6 +8397,10 @@
|
|
|
8305
8397
|
"type": "Number",
|
|
8306
8398
|
"value": "0px"
|
|
8307
8399
|
},
|
|
8400
|
+
"kendo-appbar-border-radius": {
|
|
8401
|
+
"type": "Null",
|
|
8402
|
+
"value": "null"
|
|
8403
|
+
},
|
|
8308
8404
|
"kendo-appbar-zindex": {
|
|
8309
8405
|
"type": "Number",
|
|
8310
8406
|
"value": "1000"
|
|
@@ -8855,6 +8951,10 @@
|
|
|
8855
8951
|
"type": "String",
|
|
8856
8952
|
"value": "var(--kendo-spacing-4)"
|
|
8857
8953
|
},
|
|
8954
|
+
"kendo-actionsheet-titlebar-font-weight": {
|
|
8955
|
+
"type": "Null",
|
|
8956
|
+
"value": "null"
|
|
8957
|
+
},
|
|
8858
8958
|
"kendo-actionsheet-titlebar-bg": {
|
|
8859
8959
|
"type": "Null",
|
|
8860
8960
|
"value": "null"
|
|
@@ -8931,6 +9031,10 @@
|
|
|
8931
9031
|
"type": "String",
|
|
8932
9032
|
"value": "var(--kendo-spacing-3)"
|
|
8933
9033
|
},
|
|
9034
|
+
"kendo-actionsheet-item-border-radius": {
|
|
9035
|
+
"type": "Null",
|
|
9036
|
+
"value": "null"
|
|
9037
|
+
},
|
|
8934
9038
|
"kendo-actionsheet-item-title-font-weight": {
|
|
8935
9039
|
"type": "Null",
|
|
8936
9040
|
"value": "null"
|
|
@@ -9604,6 +9708,10 @@
|
|
|
9604
9708
|
"type": "List",
|
|
9605
9709
|
"value": "(1px 0px 0px 0px)"
|
|
9606
9710
|
},
|
|
9711
|
+
"kendo-bottom-nav-border-radius": {
|
|
9712
|
+
"type": "Null",
|
|
9713
|
+
"value": "null"
|
|
9714
|
+
},
|
|
9607
9715
|
"kendo-bottom-nav-font-family": {
|
|
9608
9716
|
"type": "String",
|
|
9609
9717
|
"value": "var(--kendo-font-family)"
|
|
@@ -10298,6 +10406,10 @@
|
|
|
10298
10406
|
"type": "String",
|
|
10299
10407
|
"value": "color-mix(in srgb, var(--kendo-color-on-app-surface) 65%, transparent)"
|
|
10300
10408
|
},
|
|
10409
|
+
"kendo-stepper-label-current-font-weight": {
|
|
10410
|
+
"type": "String",
|
|
10411
|
+
"value": "var(--kendo-font-weight-semibold)"
|
|
10412
|
+
},
|
|
10301
10413
|
"kendo-stepper-optional-label-text": {
|
|
10302
10414
|
"type": "String",
|
|
10303
10415
|
"value": "var(--kendo-color-subtle)"
|
|
@@ -10658,6 +10770,10 @@
|
|
|
10658
10770
|
"type": "Number",
|
|
10659
10771
|
"value": "1px"
|
|
10660
10772
|
},
|
|
10773
|
+
"kendo-expander-border-radius": {
|
|
10774
|
+
"type": "Null",
|
|
10775
|
+
"value": "null"
|
|
10776
|
+
},
|
|
10661
10777
|
"kendo-expander-font-family": {
|
|
10662
10778
|
"type": "String",
|
|
10663
10779
|
"value": "var(--kendo-font-family)"
|
|
@@ -10718,6 +10834,14 @@
|
|
|
10718
10834
|
"type": "List",
|
|
10719
10835
|
"value": "(inset 0 0 0 3px color-mix(in srgb, var(--kendo-color-on-app-surface) 15%, transparent))"
|
|
10720
10836
|
},
|
|
10837
|
+
"kendo-expander-title-font-weight": {
|
|
10838
|
+
"type": "Number",
|
|
10839
|
+
"value": "500"
|
|
10840
|
+
},
|
|
10841
|
+
"kendo-expander-title-text-transform": {
|
|
10842
|
+
"type": "String",
|
|
10843
|
+
"value": "uppercase"
|
|
10844
|
+
},
|
|
10721
10845
|
"kendo-expander-title-text": {
|
|
10722
10846
|
"type": "String",
|
|
10723
10847
|
"value": "var(--kendo-color-primary-on-surface)"
|
|
@@ -11230,6 +11354,10 @@
|
|
|
11230
11354
|
"type": "String",
|
|
11231
11355
|
"value": "var(--kendo-color-border)"
|
|
11232
11356
|
},
|
|
11357
|
+
"kendo-dock-manager-border-radius": {
|
|
11358
|
+
"type": "Null",
|
|
11359
|
+
"value": "null"
|
|
11360
|
+
},
|
|
11233
11361
|
"kendo-dock-manager-pane-header-padding-y": {
|
|
11234
11362
|
"type": "String",
|
|
11235
11363
|
"value": "var(--kendo-spacing-4)"
|
|
@@ -11438,6 +11566,10 @@
|
|
|
11438
11566
|
"type": "Number",
|
|
11439
11567
|
"value": "1px"
|
|
11440
11568
|
},
|
|
11569
|
+
"kendo-grid-border-radius": {
|
|
11570
|
+
"type": "Null",
|
|
11571
|
+
"value": "null"
|
|
11572
|
+
},
|
|
11441
11573
|
"kendo-grid-font-family": {
|
|
11442
11574
|
"type": "String",
|
|
11443
11575
|
"value": "var(--kendo-font-family)"
|
|
@@ -11474,6 +11606,18 @@
|
|
|
11474
11606
|
"type": "String",
|
|
11475
11607
|
"value": "var(--kendo-spacing-2)"
|
|
11476
11608
|
},
|
|
11609
|
+
"kendo-grid-grouping-header-bg": {
|
|
11610
|
+
"type": "String",
|
|
11611
|
+
"value": "var(--kendo-color-surface)"
|
|
11612
|
+
},
|
|
11613
|
+
"kendo-grid-grouping-header-text": {
|
|
11614
|
+
"type": "String",
|
|
11615
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
11616
|
+
},
|
|
11617
|
+
"kendo-grid-grouping-header-border": {
|
|
11618
|
+
"type": "String",
|
|
11619
|
+
"value": "var(--kendo-color-border)"
|
|
11620
|
+
},
|
|
11477
11621
|
"kendo-grid-cell-padding-x": {
|
|
11478
11622
|
"type": "String",
|
|
11479
11623
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -12118,10 +12262,18 @@
|
|
|
12118
12262
|
"type": "List",
|
|
12119
12263
|
"value": "(inset 0 0 0 3px color-mix(in srgb, var(--kendo-color-on-app-surface) 15%, transparent))"
|
|
12120
12264
|
},
|
|
12265
|
+
"kendo-listview-item-border-radius": {
|
|
12266
|
+
"type": "Null",
|
|
12267
|
+
"value": "null"
|
|
12268
|
+
},
|
|
12121
12269
|
"kendo-spreadsheet-border-width": {
|
|
12122
12270
|
"type": "Number",
|
|
12123
12271
|
"value": "1px"
|
|
12124
12272
|
},
|
|
12273
|
+
"kendo-spreadsheet-border-radius": {
|
|
12274
|
+
"type": "Null",
|
|
12275
|
+
"value": "null"
|
|
12276
|
+
},
|
|
12125
12277
|
"kendo-spreadsheet-font-family": {
|
|
12126
12278
|
"type": "String",
|
|
12127
12279
|
"value": "var(--kendo-font-family)"
|
|
@@ -12478,6 +12630,10 @@
|
|
|
12478
12630
|
"type": "Number",
|
|
12479
12631
|
"value": "1px"
|
|
12480
12632
|
},
|
|
12633
|
+
"kendo-pivotgrid-border-radius": {
|
|
12634
|
+
"type": "Null",
|
|
12635
|
+
"value": "null"
|
|
12636
|
+
},
|
|
12481
12637
|
"kendo-pivotgrid-icon-spacing": {
|
|
12482
12638
|
"type": "String",
|
|
12483
12639
|
"value": "var(--kendo-spacing-1)"
|
|
@@ -12766,6 +12922,10 @@
|
|
|
12766
12922
|
"type": "String",
|
|
12767
12923
|
"value": "var(--kendo-spacing-2)"
|
|
12768
12924
|
},
|
|
12925
|
+
"kendo-filter-border-radius": {
|
|
12926
|
+
"type": "Null",
|
|
12927
|
+
"value": "null"
|
|
12928
|
+
},
|
|
12769
12929
|
"kendo-filter-bottom-margin": {
|
|
12770
12930
|
"type": "Number",
|
|
12771
12931
|
"value": "2.1em"
|
|
@@ -12798,6 +12958,10 @@
|
|
|
12798
12958
|
"type": "Number",
|
|
12799
12959
|
"value": "1px"
|
|
12800
12960
|
},
|
|
12961
|
+
"kendo-file-manager-border-radius": {
|
|
12962
|
+
"type": "Null",
|
|
12963
|
+
"value": "null"
|
|
12964
|
+
},
|
|
12801
12965
|
"kendo-file-manager-font-family": {
|
|
12802
12966
|
"type": "String",
|
|
12803
12967
|
"value": "var(--kendo-font-family)"
|
|
@@ -13174,6 +13338,10 @@
|
|
|
13174
13338
|
"type": "Number",
|
|
13175
13339
|
"value": "1px"
|
|
13176
13340
|
},
|
|
13341
|
+
"kendo-taskboard-pane-border-radius": {
|
|
13342
|
+
"type": "Null",
|
|
13343
|
+
"value": "null"
|
|
13344
|
+
},
|
|
13177
13345
|
"kendo-taskboard-pane-bg": {
|
|
13178
13346
|
"type": "String",
|
|
13179
13347
|
"value": "var(--kendo-color-surface-alt)"
|
|
@@ -13306,6 +13474,10 @@
|
|
|
13306
13474
|
"type": "Number",
|
|
13307
13475
|
"value": "1px"
|
|
13308
13476
|
},
|
|
13477
|
+
"kendo-editor-border-radius": {
|
|
13478
|
+
"type": "Null",
|
|
13479
|
+
"value": "null"
|
|
13480
|
+
},
|
|
13309
13481
|
"kendo-editor-font-family": {
|
|
13310
13482
|
"type": "String",
|
|
13311
13483
|
"value": "var(--kendo-font-family)"
|
|
@@ -13418,6 +13590,10 @@
|
|
|
13418
13590
|
"type": "Number",
|
|
13419
13591
|
"value": "1px"
|
|
13420
13592
|
},
|
|
13593
|
+
"kendo-image-editor-border-radius": {
|
|
13594
|
+
"type": "Null",
|
|
13595
|
+
"value": "null"
|
|
13596
|
+
},
|
|
13421
13597
|
"kendo-image-editor-font-size": {
|
|
13422
13598
|
"type": "String",
|
|
13423
13599
|
"value": "var(--kendo-font-size)"
|
|
@@ -13526,6 +13702,10 @@
|
|
|
13526
13702
|
"type": "Number",
|
|
13527
13703
|
"value": "1px"
|
|
13528
13704
|
},
|
|
13705
|
+
"kendo-gantt-border-radius": {
|
|
13706
|
+
"type": "Null",
|
|
13707
|
+
"value": "null"
|
|
13708
|
+
},
|
|
13529
13709
|
"kendo-gantt-font-family": {
|
|
13530
13710
|
"type": "String",
|
|
13531
13711
|
"value": "var(--kendo-font-family)"
|
|
@@ -13814,6 +13994,10 @@
|
|
|
13814
13994
|
"type": "Number",
|
|
13815
13995
|
"value": "1px"
|
|
13816
13996
|
},
|
|
13997
|
+
"kendo-scheduler-border-radius": {
|
|
13998
|
+
"type": "Null",
|
|
13999
|
+
"value": "null"
|
|
14000
|
+
},
|
|
13817
14001
|
"kendo-scheduler-font-family": {
|
|
13818
14002
|
"type": "String",
|
|
13819
14003
|
"value": "var(--kendo-font-family)"
|
|
@@ -14130,6 +14314,10 @@
|
|
|
14130
14314
|
"type": "String",
|
|
14131
14315
|
"value": "var(--kendo-spacing-1)"
|
|
14132
14316
|
},
|
|
14317
|
+
"kendo-file-box-info-gap": {
|
|
14318
|
+
"type": "Null",
|
|
14319
|
+
"value": "null"
|
|
14320
|
+
},
|
|
14133
14321
|
"kendo-file-box-min-width": {
|
|
14134
14322
|
"type": "Number",
|
|
14135
14323
|
"value": "96px"
|
|
@@ -14178,6 +14366,10 @@
|
|
|
14178
14366
|
"type": "String",
|
|
14179
14367
|
"value": "color-mix(in srgb, var(--kendo-color-base-on-subtle) 8%, transparent)"
|
|
14180
14368
|
},
|
|
14369
|
+
"kendo-file-box-size-text": {
|
|
14370
|
+
"type": "Null",
|
|
14371
|
+
"value": "null"
|
|
14372
|
+
},
|
|
14181
14373
|
"kendo-file-box-wrapper-scroll-gradient": {
|
|
14182
14374
|
"type": "List",
|
|
14183
14375
|
"value": "(rgba(255, 255, 255, 0) 0%, var(--kendo-color-app-surface) 100%)"
|
|
@@ -14226,6 +14418,10 @@
|
|
|
14226
14418
|
"type": "Number",
|
|
14227
14419
|
"value": "1px"
|
|
14228
14420
|
},
|
|
14421
|
+
"kendo-chat-border-radius": {
|
|
14422
|
+
"type": "Null",
|
|
14423
|
+
"value": "null"
|
|
14424
|
+
},
|
|
14229
14425
|
"kendo-chat-font-family": {
|
|
14230
14426
|
"type": "String",
|
|
14231
14427
|
"value": "var(--kendo-font-family)"
|
|
@@ -14486,6 +14682,10 @@
|
|
|
14486
14682
|
"type": "Number",
|
|
14487
14683
|
"value": "1px"
|
|
14488
14684
|
},
|
|
14685
|
+
"kendo-media-player-border-radius": {
|
|
14686
|
+
"type": "Null",
|
|
14687
|
+
"value": "null"
|
|
14688
|
+
},
|
|
14489
14689
|
"kendo-media-player-font-family": {
|
|
14490
14690
|
"type": "String",
|
|
14491
14691
|
"value": "var(--kendo-font-family)"
|
|
@@ -14518,6 +14718,18 @@
|
|
|
14518
14718
|
"type": "String",
|
|
14519
14719
|
"value": "var(--kendo-spacing-2)"
|
|
14520
14720
|
},
|
|
14721
|
+
"kendo-media-player-titlebar-font-size": {
|
|
14722
|
+
"type": "Null",
|
|
14723
|
+
"value": "null"
|
|
14724
|
+
},
|
|
14725
|
+
"kendo-media-player-titlebar-font-weight": {
|
|
14726
|
+
"type": "Null",
|
|
14727
|
+
"value": "null"
|
|
14728
|
+
},
|
|
14729
|
+
"kendo-media-player-titlebar-line-height": {
|
|
14730
|
+
"type": "Null",
|
|
14731
|
+
"value": "null"
|
|
14732
|
+
},
|
|
14521
14733
|
"kendo-media-player-titlebar-text": {
|
|
14522
14734
|
"type": "String",
|
|
14523
14735
|
"value": "var(--kendo-color-surface-alt)"
|
|
@@ -14714,6 +14926,10 @@
|
|
|
14714
14926
|
"type": "Null",
|
|
14715
14927
|
"value": "null"
|
|
14716
14928
|
},
|
|
14929
|
+
"kendo-timeline-card-shadow": {
|
|
14930
|
+
"type": "Null",
|
|
14931
|
+
"value": "null"
|
|
14932
|
+
},
|
|
14717
14933
|
"kendo-timeline-event-width": {
|
|
14718
14934
|
"type": "Number",
|
|
14719
14935
|
"value": "400px"
|
|
@@ -14730,6 +14946,10 @@
|
|
|
14730
14946
|
"type": "Number",
|
|
14731
14947
|
"value": "1px"
|
|
14732
14948
|
},
|
|
14949
|
+
"kendo-pdf-viewer-border-radius": {
|
|
14950
|
+
"type": "Null",
|
|
14951
|
+
"value": "null"
|
|
14952
|
+
},
|
|
14733
14953
|
"kendo-pdf-viewer-font-family": {
|
|
14734
14954
|
"type": "String",
|
|
14735
14955
|
"value": "var(--kendo-font-family)"
|
|
@@ -14890,6 +15110,10 @@
|
|
|
14890
15110
|
"type": "Number",
|
|
14891
15111
|
"value": "1px"
|
|
14892
15112
|
},
|
|
15113
|
+
"kendo-scrollview-border-radius": {
|
|
15114
|
+
"type": "Null",
|
|
15115
|
+
"value": "null"
|
|
15116
|
+
},
|
|
14893
15117
|
"kendo-scrollview-font-family": {
|
|
14894
15118
|
"type": "String",
|
|
14895
15119
|
"value": "var(--kendo-font-family)"
|
|
@@ -14938,6 +15162,10 @@
|
|
|
14938
15162
|
"type": "List",
|
|
14939
15163
|
"value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-inverse) 13%, transparent))"
|
|
14940
15164
|
},
|
|
15165
|
+
"kendo-scrollview-pagebutton-primary-shadow": {
|
|
15166
|
+
"type": "Null",
|
|
15167
|
+
"value": "null"
|
|
15168
|
+
},
|
|
14941
15169
|
"kendo-scrollview-pager-offset": {
|
|
14942
15170
|
"type": "Number",
|
|
14943
15171
|
"value": "0"
|
|
@@ -15074,6 +15302,18 @@
|
|
|
15074
15302
|
"type": "String",
|
|
15075
15303
|
"value": "var(--kendo-elevation-1)"
|
|
15076
15304
|
},
|
|
15305
|
+
"kendo-prompt-footer-text": {
|
|
15306
|
+
"type": "Null",
|
|
15307
|
+
"value": "null"
|
|
15308
|
+
},
|
|
15309
|
+
"kendo-prompt-footer-bg": {
|
|
15310
|
+
"type": "Null",
|
|
15311
|
+
"value": "null"
|
|
15312
|
+
},
|
|
15313
|
+
"kendo-prompt-footer-border": {
|
|
15314
|
+
"type": "Null",
|
|
15315
|
+
"value": "null"
|
|
15316
|
+
},
|
|
15077
15317
|
"kendo-series-a": {
|
|
15078
15318
|
"type": "String",
|
|
15079
15319
|
"value": "var(--kendo-color-series-a)"
|
|
@@ -15318,6 +15558,10 @@
|
|
|
15318
15558
|
"type": "Number",
|
|
15319
15559
|
"value": "0px"
|
|
15320
15560
|
},
|
|
15561
|
+
"kendo-chart-border-radius": {
|
|
15562
|
+
"type": "Null",
|
|
15563
|
+
"value": "null"
|
|
15564
|
+
},
|
|
15321
15565
|
"kendo-chart-font-family": {
|
|
15322
15566
|
"type": "String",
|
|
15323
15567
|
"value": "var(--kendo-font-family)"
|
|
@@ -15474,6 +15718,10 @@
|
|
|
15474
15718
|
"type": "String",
|
|
15475
15719
|
"value": "var(--kendo-spacing-1)"
|
|
15476
15720
|
},
|
|
15721
|
+
"kendo-treemap-border-radius": {
|
|
15722
|
+
"type": "Null",
|
|
15723
|
+
"value": "null"
|
|
15724
|
+
},
|
|
15477
15725
|
"kendo-treemap-text": {
|
|
15478
15726
|
"type": "String",
|
|
15479
15727
|
"value": "var(--kendo-color-on-app-surface)"
|
|
@@ -15538,6 +15786,14 @@
|
|
|
15538
15786
|
"type": "String",
|
|
15539
15787
|
"value": "var(--kendo-spacing-4)"
|
|
15540
15788
|
},
|
|
15789
|
+
"kendo-chart-wizard-icon-area-border-width": {
|
|
15790
|
+
"type": "Null",
|
|
15791
|
+
"value": "null"
|
|
15792
|
+
},
|
|
15793
|
+
"kendo-chart-wizard-icon-area-border-color": {
|
|
15794
|
+
"type": "Null",
|
|
15795
|
+
"value": "null"
|
|
15796
|
+
},
|
|
15541
15797
|
"kendo-chart-wizard-icon-area-focus-shadow": {
|
|
15542
15798
|
"type": "List",
|
|
15543
15799
|
"value": "(inset 0 0 0 1px var(--kendo-color-primary-emphasis))"
|
|
@@ -15546,6 +15802,14 @@
|
|
|
15546
15802
|
"type": "List",
|
|
15547
15803
|
"value": "(inset 0 0 0 1px var(--kendo-color-primary))"
|
|
15548
15804
|
},
|
|
15805
|
+
"kendo-chart-wizard-icon-area-selected-border-color": {
|
|
15806
|
+
"type": "Null",
|
|
15807
|
+
"value": "null"
|
|
15808
|
+
},
|
|
15809
|
+
"kendo-chart-wizard-icon-area-selected-bg": {
|
|
15810
|
+
"type": "Null",
|
|
15811
|
+
"value": "null"
|
|
15812
|
+
},
|
|
15549
15813
|
"kendo-chart-wizard-chart-type-selected-color": {
|
|
15550
15814
|
"type": "String",
|
|
15551
15815
|
"value": "var(--kendo-color-primary)"
|
|
@@ -15984,6 +16248,10 @@
|
|
|
15984
16248
|
"type": "String",
|
|
15985
16249
|
"value": "var(--kendo-spacing-2)"
|
|
15986
16250
|
},
|
|
16251
|
+
"kendo-column-menu-item-wrapper-padding-y": {
|
|
16252
|
+
"type": "Null",
|
|
16253
|
+
"value": "null"
|
|
16254
|
+
},
|
|
15987
16255
|
"kendo-column-menu-font-size": {
|
|
15988
16256
|
"type": "String",
|
|
15989
16257
|
"value": "var(--kendo-font-size)"
|
|
@@ -16020,6 +16288,10 @@
|
|
|
16020
16288
|
"type": "String",
|
|
16021
16289
|
"value": "var(--kendo-font-family)"
|
|
16022
16290
|
},
|
|
16291
|
+
"kendo-column-list-item-border-radius": {
|
|
16292
|
+
"type": "Null",
|
|
16293
|
+
"value": "null"
|
|
16294
|
+
},
|
|
16023
16295
|
"kendo-column-menu-sizes": {
|
|
16024
16296
|
"type": "Map",
|
|
16025
16297
|
"value": "(sm: (padding-x: var(--kendo-spacing-4), padding-y: var(--kendo-spacing-1), font-size: var(--kendo-font-size-sm), line-height: 1.4285714285714286), md: (padding-x: var(--kendo-spacing-4), padding-y: var(--kendo-spacing-1), font-size: var(--kendo-font-size), line-height: var(--kendo-line-height)), lg: (padding-x: var(--kendo-spacing-4), padding-y: var(--kendo-spacing-2), font-size: var(--kendo-font-size-lg), line-height: var(--kendo-line-height)))",
|