@progress/kendo-theme-default 6.4.0-dev.0 → 6.4.0-dev.1

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.
Files changed (35) hide show
  1. package/dist/all.css +176 -76
  2. package/dist/all.scss +214 -93
  3. package/dist/default-main-dark.scss +2 -2
  4. package/dist/meta/sassdoc-data.json +988 -1096
  5. package/dist/meta/sassdoc-raw-data.json +494 -544
  6. package/dist/meta/variables.json +16 -16
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +4 -4
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +4 -4
  20. package/scss/action-sheet/_layout.scss +11 -2
  21. package/scss/adaptive/_layout.scss +5 -8
  22. package/scss/drawer/_layout.scss +13 -3
  23. package/scss/drawer/_variables.scss +2 -0
  24. package/scss/fab/_layout.scss +3 -4
  25. package/scss/fab/_theme.scss +1 -1
  26. package/scss/fab/_variables.scss +5 -11
  27. package/scss/grid/_layout.scss +1 -0
  28. package/scss/icons/_layout.scss +10 -7
  29. package/scss/input/_layout.scss +6 -5
  30. package/scss/input/_variables.scss +0 -3
  31. package/scss/listbox/_layout.scss +2 -5
  32. package/scss/listgroup/_layout.scss +1 -1
  33. package/scss/pager/_layout.scss +1 -12
  34. package/scss/scrollview/_layout.scss +13 -2
  35. package/scss/spreadsheet/_layout.scss +2 -1
package/dist/all.css CHANGED
@@ -16790,6 +16790,102 @@ kendo-sortable {
16790
16790
  background-color: white !important;
16791
16791
  }
16792
16792
 
16793
+ .k-bg-center {
16794
+ background-position: center;
16795
+ }
16796
+
16797
+ .\!k-bg-center {
16798
+ background-position: center !important;
16799
+ }
16800
+
16801
+ .k-bg-top {
16802
+ background-position: top;
16803
+ }
16804
+
16805
+ .\!k-bg-top {
16806
+ background-position: top !important;
16807
+ }
16808
+
16809
+ .k-bg-right {
16810
+ background-position: right;
16811
+ }
16812
+
16813
+ .\!k-bg-right {
16814
+ background-position: right !important;
16815
+ }
16816
+
16817
+ .k-bg-bottom {
16818
+ background-position: bottom;
16819
+ }
16820
+
16821
+ .\!k-bg-bottom {
16822
+ background-position: bottom !important;
16823
+ }
16824
+
16825
+ .k-bg-left {
16826
+ background-position: left;
16827
+ }
16828
+
16829
+ .\!k-bg-left {
16830
+ background-position: left !important;
16831
+ }
16832
+
16833
+ .k-bg-top-left {
16834
+ background-position: top left;
16835
+ }
16836
+
16837
+ .\!k-bg-top-left {
16838
+ background-position: top left !important;
16839
+ }
16840
+
16841
+ .k-bg-top-right {
16842
+ background-position: top right;
16843
+ }
16844
+
16845
+ .\!k-bg-top-right {
16846
+ background-position: top right !important;
16847
+ }
16848
+
16849
+ .k-bg-bottom-left {
16850
+ background-position: bottom left;
16851
+ }
16852
+
16853
+ .\!k-bg-bottom-left {
16854
+ background-position: bottom left !important;
16855
+ }
16856
+
16857
+ .k-bg-bottom-right {
16858
+ background-position: bottom right;
16859
+ }
16860
+
16861
+ .\!k-bg-bottom-right {
16862
+ background-position: bottom right !important;
16863
+ }
16864
+
16865
+ .k-bg-auto {
16866
+ background-size: auto;
16867
+ }
16868
+
16869
+ .\!k-bg-auto {
16870
+ background-size: auto !important;
16871
+ }
16872
+
16873
+ .k-bg-cover {
16874
+ background-size: cover;
16875
+ }
16876
+
16877
+ .\!k-bg-cover {
16878
+ background-size: cover !important;
16879
+ }
16880
+
16881
+ .k-bg-contain {
16882
+ background-size: contain;
16883
+ }
16884
+
16885
+ .\!k-bg-contain {
16886
+ background-size: contain !important;
16887
+ }
16888
+
16793
16889
  .k-border-primary {
16794
16890
  border-color: #ff6358;
16795
16891
  }
@@ -30013,8 +30109,14 @@ kendo-sortable {
30013
30109
  .k-rtl .k-i-indent-decrease,
30014
30110
  .k-rtl .k-i-caret-alt-right,
30015
30111
  .k-rtl .k-i-caret-alt-left,
30112
+ .k-rtl .k-svg-i-caret-alt-right,
30113
+ .k-rtl .k-svg-i-caret-alt-left,
30114
+ [dir="rtl"] .k-i-indent-increase,
30115
+ [dir="rtl"] .k-i-indent-decrease,
30016
30116
  [dir="rtl"] .k-i-caret-alt-right,
30017
- [dir="rtl"] .k-i-caret-alt-left {
30117
+ [dir="rtl"] .k-i-caret-alt-left,
30118
+ [dir="rtl"] .k-svg-i-caret-alt-right,
30119
+ [dir="rtl"] .k-svg-i-caret-alt-left {
30018
30120
  transform: scaleX(-1);
30019
30121
  }
30020
30122
 
@@ -30795,7 +30897,7 @@ kendo-sortable {
30795
30897
  flex: 0 0 auto;
30796
30898
  position: absolute;
30797
30899
  top: 50%;
30798
- right: 0;
30900
+ inset-inline-end: 0;
30799
30901
  transform: translateY(-50%);
30800
30902
  }
30801
30903
 
@@ -35694,10 +35796,10 @@ kendo-label > .k-label {
35694
35796
  box-sizing: border-box;
35695
35797
  }
35696
35798
 
35697
- .k-input .k-input,
35698
- .k-input .k-picker,
35699
- .k-picker .k-input,
35700
- .k-picker .k-picker {
35799
+ .k-input > .k-input,
35800
+ .k-input > .k-picker,
35801
+ .k-picker > .k-input,
35802
+ .k-picker > .k-picker {
35701
35803
  border-width: 0 !important;
35702
35804
  color: inherit;
35703
35805
  background: none;
@@ -35908,6 +36010,7 @@ textarea.k-input-inner {
35908
36010
  flex-flow: row nowrap;
35909
36011
  align-items: center;
35910
36012
  justify-content: center;
36013
+ box-sizing: content-box;
35911
36014
  }
35912
36015
 
35913
36016
  .k-input-icon.k-svg-icon > svg,
@@ -36127,8 +36230,9 @@ textarea.k-input-inner {
36127
36230
  .k-picker-sm .k-input-prefix > .k-svg-icon,
36128
36231
  .k-picker-sm .k-input-suffix > .k-icon,
36129
36232
  .k-picker-sm .k-input-suffix > .k-svg-icon {
36130
- width: 20px;
36131
- height: 20px;
36233
+ padding-block: 2px;
36234
+ padding-inline: 2px;
36235
+ box-sizing: content-box;
36132
36236
  }
36133
36237
 
36134
36238
  .k-input-sm.k-icon-picker .k-input-inner,
@@ -36199,8 +36303,9 @@ select.k-picker-sm {
36199
36303
  .k-picker-md .k-input-prefix > .k-svg-icon,
36200
36304
  .k-picker-md .k-input-suffix > .k-icon,
36201
36305
  .k-picker-md .k-input-suffix > .k-svg-icon {
36202
- width: 24px;
36203
- height: 24px;
36306
+ padding-block: 4px;
36307
+ padding-inline: 4px;
36308
+ box-sizing: content-box;
36204
36309
  }
36205
36310
 
36206
36311
  .k-input-md.k-icon-picker .k-input-inner,
@@ -36271,8 +36376,9 @@ select.k-picker-md {
36271
36376
  .k-picker-lg .k-input-prefix > .k-svg-icon,
36272
36377
  .k-picker-lg .k-input-suffix > .k-icon,
36273
36378
  .k-picker-lg .k-input-suffix > .k-svg-icon {
36274
- width: 32px;
36275
- height: 32px;
36379
+ padding-block: 8px;
36380
+ padding-inline: 8px;
36381
+ box-sizing: content-box;
36276
36382
  }
36277
36383
 
36278
36384
  .k-input-lg.k-icon-picker .k-input-inner,
@@ -36719,9 +36825,8 @@ select.k-picker-lg {
36719
36825
  opacity: .5;
36720
36826
  }
36721
36827
 
36722
- .k-rtl .k-listbox.k-listbox-actions-left .k-listbox-actions, .k-rtl .k-listbox.k-listbox-actions-right .k-listbox-actions, .k-listbox[dir="rtl"].k-listbox-actions-left .k-listbox-actions, .k-listbox[dir="rtl"].k-listbox-actions-right .k-listbox-actions,
36723
- [dir="rtl"] .k-listbox.k-listbox-actions-left .k-listbox-actions,
36724
- [dir="rtl"] .k-listbox.k-listbox-actions-right .k-listbox-actions {
36828
+ .k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
36829
+ [dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
36725
36830
  transform: scaleX(-1);
36726
36831
  }
36727
36832
 
@@ -40558,8 +40663,9 @@ select.k-picker-lg {
40558
40663
  }
40559
40664
 
40560
40665
  .k-fab-icon {
40561
- width: 20px;
40562
- height: 20px;
40666
+ padding-inline: 2px;
40667
+ padding-block: 2px;
40668
+ box-sizing: content-box;
40563
40669
  }
40564
40670
 
40565
40671
  .k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
@@ -40639,10 +40745,8 @@ select.k-picker-lg {
40639
40745
  }
40640
40746
 
40641
40747
  .k-fab-item-icon {
40642
- width: 20px;
40643
- height: 20px;
40644
- padding-block: 8px;
40645
- padding-inline: 8px;
40748
+ padding-block: 10px;
40749
+ padding-inline: 10px;
40646
40750
  border-width: 0;
40647
40751
  border-radius: 50%;
40648
40752
  box-sizing: content-box;
@@ -41058,7 +41162,7 @@ select.k-picker-lg {
41058
41162
  color: #8e8e8e;
41059
41163
  }
41060
41164
 
41061
- .k-animation-container > .k-fab-popup {
41165
+ .k-fab-popup {
41062
41166
  box-shadow: none;
41063
41167
  }
41064
41168
 
@@ -41220,7 +41324,7 @@ select.k-picker-lg {
41220
41324
  border-width: 0px;
41221
41325
  border-top-width: 0;
41222
41326
  top: 0;
41223
- left: 50%;
41327
+ inset-inline-start: 50%;
41224
41328
  transform: translateX(-50%);
41225
41329
  }
41226
41330
 
@@ -41230,7 +41334,7 @@ select.k-picker-lg {
41230
41334
  border-width: 0px;
41231
41335
  border-bottom-width: 0;
41232
41336
  bottom: 0;
41233
- left: 50%;
41337
+ inset-inline-start: 50%;
41234
41338
  transform: translateX(-50%);
41235
41339
  }
41236
41340
 
@@ -41385,6 +41489,13 @@ select.k-picker-lg {
41385
41489
  align-items: center;
41386
41490
  }
41387
41491
 
41492
+ .k-rtl .k-actionsheet-top,
41493
+ .k-rtl .k-actionsheet-bottom,
41494
+ [dir="rtl"] .k-actionsheet-top,
41495
+ [dir="rtl"] .k-actionsheet-bottom {
41496
+ transform: translateX(50%);
41497
+ }
41498
+
41388
41499
  .k-actionsheet {
41389
41500
  border-color: rgba(0, 0, 0, 0.08);
41390
41501
  color: #424242;
@@ -41830,10 +41941,10 @@ kendo-drawer .k-drawer-wrapper {
41830
41941
 
41831
41942
  .k-drawer-item .k-svg-icon,
41832
41943
  .k-drawer-item .k-icon {
41833
- height: auto;
41834
- font-size: 16px;
41835
- line-height: 1.5;
41836
41944
  flex-shrink: 0;
41945
+ padding-inline: 0;
41946
+ padding-block: 4px;
41947
+ box-sizing: content-box;
41837
41948
  }
41838
41949
 
41839
41950
  .k-drawer-item .k-svg-icon.k-i-none,
@@ -41841,6 +41952,16 @@ kendo-drawer .k-drawer-wrapper {
41841
41952
  margin: 0;
41842
41953
  }
41843
41954
 
41955
+ .k-drawer-item .k-icon {
41956
+ height: auto;
41957
+ font-size: 16px;
41958
+ }
41959
+
41960
+ .k-drawer-item .k-svg-icon {
41961
+ width: 16px;
41962
+ height: 16px;
41963
+ }
41964
+
41844
41965
  .k-drawer-item .k-item-text {
41845
41966
  display: inline-block;
41846
41967
  white-space: nowrap;
@@ -43330,41 +43451,8 @@ kendo-card-footer {
43330
43451
  box-sizing: border-box;
43331
43452
  }
43332
43453
 
43333
- .k-rtl .k-pager .k-i-caret-alt-to-left,
43334
- .k-rtl .k-pager .k-i-caret-alt-to-right,
43335
- .k-rtl .k-pager .k-i-caret-alt-left,
43336
- .k-rtl .k-pager .k-i-caret-alt-right,
43337
- .k-rtl .k-pager .k-i-arrow-end-left,
43338
- .k-rtl .k-pager .k-i-arrow-60-left,
43339
- .k-rtl .k-pager .k-i-arrow-60-right,
43340
- .k-rtl .k-pager .k-i-arrow-end-right,
43341
- .k-rtl .k-pager .k-i-seek-w,
43342
- .k-rtl .k-pager .k-i-arrow-w,
43343
- .k-rtl .k-pager .k-i-arrow-e,
43344
- .k-rtl .k-pager .k-i-seek-e, .k-pager[dir="rtl"] .k-i-caret-alt-to-left,
43345
- .k-pager[dir="rtl"] .k-i-caret-alt-to-right,
43346
- .k-pager[dir="rtl"] .k-i-caret-alt-left,
43347
- .k-pager[dir="rtl"] .k-i-caret-alt-right,
43348
- .k-pager[dir="rtl"] .k-i-arrow-end-left,
43349
- .k-pager[dir="rtl"] .k-i-arrow-60-left,
43350
- .k-pager[dir="rtl"] .k-i-arrow-60-right,
43351
- .k-pager[dir="rtl"] .k-i-arrow-end-right,
43352
- .k-pager[dir="rtl"] .k-i-seek-w,
43353
- .k-pager[dir="rtl"] .k-i-arrow-w,
43354
- .k-pager[dir="rtl"] .k-i-arrow-e,
43355
- .k-pager[dir="rtl"] .k-i-seek-e,
43356
- [dir="rtl"] .k-pager .k-i-caret-alt-to-left,
43357
- [dir="rtl"] .k-pager .k-i-caret-alt-to-right,
43358
- [dir="rtl"] .k-pager .k-i-caret-alt-left,
43359
- [dir="rtl"] .k-pager .k-i-caret-alt-right,
43360
- [dir="rtl"] .k-pager .k-i-arrow-end-left,
43361
- [dir="rtl"] .k-pager .k-i-arrow-60-left,
43362
- [dir="rtl"] .k-pager .k-i-arrow-60-right,
43363
- [dir="rtl"] .k-pager .k-i-arrow-end-right,
43364
- [dir="rtl"] .k-pager .k-i-seek-w,
43365
- [dir="rtl"] .k-pager .k-i-arrow-w,
43366
- [dir="rtl"] .k-pager .k-i-arrow-e,
43367
- [dir="rtl"] .k-pager .k-i-seek-e {
43454
+ .k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
43455
+ [dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
43368
43456
  transform: scaleX(-1);
43369
43457
  }
43370
43458
 
@@ -45260,16 +45348,12 @@ kendo-card-footer {
45260
45348
  .k-scheduler-mobile .k-task {
45261
45349
  display: flex;
45262
45350
  align-items: center;
45351
+ gap: .5em;
45263
45352
  }
45264
45353
 
45265
45354
  .k-scheduler-mobile .k-task .k-scheduler-mark {
45266
45355
  border-radius: 50%;
45267
- }
45268
-
45269
- .k-scheduler-mobile .k-task .k-i-reload,
45270
- .k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
45271
- font-size: 1em;
45272
- margin-right: .5em;
45356
+ margin: 0;
45273
45357
  }
45274
45358
 
45275
45359
  .k-scheduler-mobile .k-task .k-scheduler-task-text {
@@ -45397,11 +45481,14 @@ kendo-card-footer {
45397
45481
  display: none;
45398
45482
  }
45399
45483
 
45400
- .k-rtl .k-pane-wrapper .k-header-cancel .k-i-arrow-chevron-left,
45401
- .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-i-arrow-chevron-right, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-i-arrow-chevron-left,
45402
- .k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-i-arrow-chevron-right,
45403
- [dir="rtl"] .k-pane-wrapper .k-header-cancel .k-i-arrow-chevron-left,
45404
- [dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-i-arrow-chevron-right {
45484
+ .k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
45485
+ .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
45486
+ .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
45487
+ .k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
45488
+ .k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
45489
+ [dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
45490
+ [dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
45491
+ [dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
45405
45492
  transform: scaleX(-1);
45406
45493
  }
45407
45494
 
@@ -45563,6 +45650,7 @@ kendo-card-footer {
45563
45650
 
45564
45651
  .k-grid .k-grid-header .k-table,
45565
45652
  .k-grid .k-grid-content .k-table,
45653
+ .k-grid .k-grid-content-locked .k-table,
45566
45654
  .k-grid .k-grid-footer .k-table {
45567
45655
  table-layout: fixed;
45568
45656
  }
@@ -47619,7 +47707,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47619
47707
  flex: 1;
47620
47708
  }
47621
47709
 
47622
- .k-spreadsheet-formula-bar > .k-i-formula-fx {
47710
+ .k-spreadsheet-formula-bar > .k-icon,
47711
+ .k-spreadsheet-formula-bar > .k-svg-icon {
47623
47712
  padding-block: 0;
47624
47713
  padding-inline: 4px;
47625
47714
  box-sizing: content-box;
@@ -54818,11 +54907,11 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
54818
54907
  }
54819
54908
 
54820
54909
  .k-scrollview-prev {
54821
- left: 0;
54910
+ inset-inline-start: 0;
54822
54911
  }
54823
54912
 
54824
54913
  .k-scrollview-next {
54825
- right: 0;
54914
+ inset-inline-end: 0;
54826
54915
  }
54827
54916
 
54828
54917
  .k-scrollview-animation {
@@ -54846,6 +54935,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
54846
54935
  }
54847
54936
  }
54848
54937
 
54938
+ .k-rtl .k-scrollview-prev .k-icon,
54939
+ .k-rtl .k-scrollview-prev .k-svg-icon,
54940
+ .k-rtl .k-scrollview-next .k-icon,
54941
+ .k-rtl .k-scrollview-next .k-svg-icon,
54942
+ [dir="rtl"] .k-scrollview-prev .k-icon,
54943
+ [dir="rtl"] .k-scrollview-prev .k-svg-icon,
54944
+ [dir="rtl"] .k-scrollview-next .k-icon,
54945
+ [dir="rtl"] .k-scrollview-next .k-svg-icon {
54946
+ transform: scaleX(-1);
54947
+ }
54948
+
54849
54949
  kendo-scrollview.k-scrollview-wrap,
54850
54950
  kendo-scrollview.k-scrollview,
54851
54951
  div.k-scrollview {