@progress/kendo-theme-classic 6.4.0-dev.3 → 6.4.0-dev.5

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 (38) hide show
  1. package/dist/all.css +132 -242
  2. package/dist/all.scss +311 -526
  3. package/dist/meta/sassdoc-data.json +358 -358
  4. package/dist/meta/sassdoc-raw-data.json +177 -177
  5. package/dist/meta/variables.json +9 -1
  6. package/dist/meta/variables.scss +1 -1
  7. package/lib/swatches/classic-green-dark.json +1 -1
  8. package/lib/swatches/classic-green.json +1 -1
  9. package/lib/swatches/classic-lavender-dark.json +1 -1
  10. package/lib/swatches/classic-lavender.json +1 -1
  11. package/lib/swatches/classic-main-dark.json +1 -1
  12. package/lib/swatches/classic-main.json +1 -1
  13. package/lib/swatches/classic-metro-dark.json +1 -1
  14. package/lib/swatches/classic-metro.json +1 -1
  15. package/lib/swatches/classic-moonlight.json +1 -1
  16. package/lib/swatches/classic-opal-dark.json +1 -1
  17. package/lib/swatches/classic-opal.json +1 -1
  18. package/lib/swatches/classic-silver-dark.json +1 -1
  19. package/lib/swatches/classic-silver.json +1 -1
  20. package/lib/swatches/classic-uniform.json +1 -1
  21. package/package.json +5 -5
  22. package/scss/_variables.scss +1 -2
  23. package/scss/badge/_variables.scss +2 -2
  24. package/scss/button/_variables.scss +1 -1
  25. package/scss/calendar/_variables.scss +2 -2
  26. package/scss/chip/_variables.scss +1 -1
  27. package/scss/editor/_variables.scss +1 -1
  28. package/scss/fab/_variables.scss +4 -4
  29. package/scss/floating-label/_variables.scss +1 -1
  30. package/scss/grid/_variables.scss +2 -1
  31. package/scss/input/_variables.scss +2 -2
  32. package/scss/list/_variables.scss +3 -3
  33. package/scss/listbox/_index.scss +0 -1
  34. package/scss/menu/_variables.scss +1 -1
  35. package/scss/notification/_variables.scss +0 -1
  36. package/scss/signature/_variables.scss +1 -1
  37. package/scss/spreadsheet/_variables.scss +2 -0
  38. package/scss/treeview/_variables.scss +1 -1
package/dist/all.css CHANGED
@@ -25643,6 +25643,54 @@ kendo-sortable {
25643
25643
  fill: white !important;
25644
25644
  }
25645
25645
 
25646
+ .k-stroke-none {
25647
+ stroke: none;
25648
+ }
25649
+
25650
+ .\!k-stroke-none {
25651
+ stroke: none !important;
25652
+ }
25653
+
25654
+ .k-stroke-inherit {
25655
+ stroke: inherit;
25656
+ }
25657
+
25658
+ .\!k-stroke-inherit {
25659
+ stroke: inherit !important;
25660
+ }
25661
+
25662
+ .k-stroke-current {
25663
+ stroke: currentColor;
25664
+ }
25665
+
25666
+ .\!k-stroke-current {
25667
+ stroke: currentColor !important;
25668
+ }
25669
+
25670
+ .k-stroke-transparent {
25671
+ stroke: transparent;
25672
+ }
25673
+
25674
+ .\!k-stroke-transparent {
25675
+ stroke: transparent !important;
25676
+ }
25677
+
25678
+ .k-stroke-black {
25679
+ stroke: black;
25680
+ }
25681
+
25682
+ .\!k-stroke-black {
25683
+ stroke: black !important;
25684
+ }
25685
+
25686
+ .k-stroke-white {
25687
+ stroke: white;
25688
+ }
25689
+
25690
+ .\!k-stroke-white {
25691
+ stroke: white !important;
25692
+ }
25693
+
25646
25694
  .k-body,
25647
25695
  .k-typography {
25648
25696
  font-size: 14px;
@@ -30112,6 +30160,11 @@ kendo-sortable {
30112
30160
  margin: 0 -.5em -.5em 0;
30113
30161
  }
30114
30162
 
30163
+ .k-svg-icon.k-icon-modifier {
30164
+ width: 1em;
30165
+ height: 1em;
30166
+ }
30167
+
30115
30168
  .k-i-none::before {
30116
30169
  content: "";
30117
30170
  display: none;
@@ -30122,21 +30175,6 @@ kendo-sortable {
30122
30175
  cursor: pointer;
30123
30176
  }
30124
30177
 
30125
- .k-rtl .k-i-indent-increase,
30126
- .k-rtl .k-i-indent-decrease,
30127
- .k-rtl .k-i-caret-alt-right,
30128
- .k-rtl .k-i-caret-alt-left,
30129
- .k-rtl .k-svg-i-caret-alt-right,
30130
- .k-rtl .k-svg-i-caret-alt-left,
30131
- [dir="rtl"] .k-i-indent-increase,
30132
- [dir="rtl"] .k-i-indent-decrease,
30133
- [dir="rtl"] .k-i-caret-alt-right,
30134
- [dir="rtl"] .k-i-caret-alt-left,
30135
- [dir="rtl"] .k-svg-i-caret-alt-right,
30136
- [dir="rtl"] .k-svg-i-caret-alt-left {
30137
- transform: scaleX(-1);
30138
- }
30139
-
30140
30178
  .k-sprite {
30141
30179
  display: inline-block;
30142
30180
  width: 16px;
@@ -31002,11 +31040,6 @@ kendo-sortable {
31002
31040
  left: 0;
31003
31041
  }
31004
31042
 
31005
- [dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon,
31006
- [dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-svg-icon {
31007
- transform: scaleX(-1);
31008
- }
31009
-
31010
31043
  [dir="rtl"] .k-listgroup-item-segmented > .k-link {
31011
31044
  margin-right: -8px;
31012
31045
  margin-left: 0;
@@ -31019,11 +31052,6 @@ kendo-sortable {
31019
31052
  border-left-width: 0;
31020
31053
  }
31021
31054
 
31022
- [dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon,
31023
- [dir="rtl"] .k-listgroup-item-segmented > .k-select .k-svg-icon {
31024
- transform: scaleX(-1);
31025
- }
31026
-
31027
31055
  .k-noflexbox .k-listgroup,
31028
31056
  .k-noflexbox .k-listgroup > ul .k-listgroup-item,
31029
31057
  .k-noflexbox .k-listgroup-item > .k-link {
@@ -31253,7 +31281,7 @@ kendo-sortable {
31253
31281
 
31254
31282
  .k-table-header {
31255
31283
  padding-inline-end: var(--kendo-scrollbar-width);
31256
- border-width: 0 0 1px 0;
31284
+ border-width: 0 0 1px;
31257
31285
  border-style: solid;
31258
31286
  box-sizing: border-box;
31259
31287
  }
@@ -31375,7 +31403,7 @@ kendo-sortable {
31375
31403
 
31376
31404
  .k-table-footer {
31377
31405
  padding-inline-end: var(--kendo-scrollbar-width);
31378
- border-width: 1px 0 0 0;
31406
+ border-width: 1px 0 0;
31379
31407
  border-style: solid;
31380
31408
  box-sizing: border-box;
31381
31409
  }
@@ -32424,8 +32452,7 @@ kendo-badge-container {
32424
32452
  box-sizing: border-box;
32425
32453
  border-style: solid;
32426
32454
  display: inline-flex;
32427
- flex-direction: row;
32428
- flex-wrap: nowrap;
32455
+ flex-flow: row nowrap;
32429
32456
  position: relative;
32430
32457
  overflow: hidden;
32431
32458
  }
@@ -34594,7 +34621,7 @@ kendo-badge-container {
34594
34621
  .k-menu-vertical > .k-menu-item > .k-menu-link {
34595
34622
  padding-block: 4px;
34596
34623
  padding-inline: 8px;
34597
- padding-right: 32px;
34624
+ padding-inline-end: 32px;
34598
34625
  }
34599
34626
 
34600
34627
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
@@ -34771,7 +34798,7 @@ kendo-badge-container {
34771
34798
 
34772
34799
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
34773
34800
  top: 0;
34774
- left: 0;
34801
+ inset-inline-start: 0;
34775
34802
  height: 100%;
34776
34803
  width: 16px;
34777
34804
  border-right-width: 1px;
@@ -34779,7 +34806,7 @@ kendo-badge-container {
34779
34806
 
34780
34807
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
34781
34808
  top: 0;
34782
- right: 0;
34809
+ inset-inline-end: 0;
34783
34810
  height: 100%;
34784
34811
  width: 16px;
34785
34812
  border-left-width: 1px;
@@ -34787,7 +34814,7 @@ kendo-badge-container {
34787
34814
 
34788
34815
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
34789
34816
  top: 0;
34790
- left: 0;
34817
+ inset-inline-start: 0;
34791
34818
  width: 100%;
34792
34819
  height: 16px;
34793
34820
  border-bottom-width: 1px;
@@ -34795,29 +34822,12 @@ kendo-badge-container {
34795
34822
 
34796
34823
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
34797
34824
  bottom: 0;
34798
- left: 0;
34825
+ inset-inline-start: 0;
34799
34826
  width: 100%;
34800
34827
  height: 16px;
34801
34828
  border-top-width: 1px;
34802
34829
  }
34803
34830
 
34804
- .k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
34805
- [dir="rtl"] .k-menu-horizontal > .k-menu-item + .k-menu-item {
34806
- margin-left: 0;
34807
- }
34808
-
34809
- .k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
34810
- [dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
34811
- padding-right: 8px;
34812
- padding-left: 32px;
34813
- }
34814
-
34815
- .k-rtl .k-menu-group .k-menu-link,
34816
- [dir="rtl"] .k-menu-group .k-menu-link {
34817
- padding-right: 8px;
34818
- padding-left: 32px;
34819
- }
34820
-
34821
34831
  .k-menu:not(.k-context-menu) {
34822
34832
  border-color: #cacaca;
34823
34833
  color: #272727;
@@ -35273,8 +35283,8 @@ kendo-label > .k-label {
35273
35283
  border: 0;
35274
35284
  }
35275
35285
 
35276
- .k-form .k-label,
35277
- .k-form kendo-label,
35286
+ .k-form .k-form-field > .k-label,
35287
+ .k-form .k-form-field > kendo-label,
35278
35288
  .k-form .k-form-label {
35279
35289
  margin-bottom: 0px;
35280
35290
  display: flex;
@@ -36853,11 +36863,6 @@ select.k-picker-lg {
36853
36863
  opacity: .5;
36854
36864
  }
36855
36865
 
36856
- .k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
36857
- [dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
36858
- transform: scaleX(-1);
36859
- }
36860
-
36861
36866
  .k-item {
36862
36867
  cursor: default;
36863
36868
  }
@@ -37413,12 +37418,6 @@ select.k-picker-lg {
37413
37418
  cursor: default;
37414
37419
  }
37415
37420
 
37416
- .k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection,
37417
- [dir="rtl"] .k-slider .k-slider-selection, .k-slider[dir="rtl"] .k-slider-selection {
37418
- left: auto;
37419
- right: 0;
37420
- }
37421
-
37422
37421
  .k-slider-wrap {
37423
37422
  width: 100%;
37424
37423
  height: 100%;
@@ -37498,39 +37497,15 @@ select.k-picker-lg {
37498
37497
 
37499
37498
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
37500
37499
  width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
37501
- left: calc(var(--kendo-slider-start, 0)*1%);
37500
+ inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
37502
37501
  }
37503
37502
 
37504
37503
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
37505
- left: calc(var(--kendo-slider-start, 0)*1%);
37504
+ inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
37506
37505
  }
37507
37506
 
37508
37507
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
37509
- left: calc(var(--kendo-slider-end, 0)*1%);
37510
- }
37511
-
37512
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
37513
- left: unset;
37514
- right: calc(var(--kendo-slider-start, 0)*1%);
37515
- }
37516
-
37517
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
37518
- left: unset;
37519
- right: calc(var(--kendo-slider-start, 0)*1%);
37520
- }
37521
-
37522
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
37523
- left: unset;
37524
- right: calc(var(--kendo-slider-end, 0)*1%);
37525
- }
37526
-
37527
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
37528
- transform: translate(50%, -50%);
37529
- }
37530
-
37531
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus,
37532
- [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:active {
37533
- transform: translate(50%, -50%) scale(1);
37508
+ inset-inline-start: calc(var(--kendo-slider-end, 0)*1%);
37534
37509
  }
37535
37510
 
37536
37511
  .k-slider-vertical .k-slider-track-wrap {
@@ -37654,7 +37629,7 @@ select.k-picker-lg {
37654
37629
 
37655
37630
  .k-slider-vertical .k-label {
37656
37631
  text-align: start;
37657
- left: 120%;
37632
+ inset-inline-start: 120%;
37658
37633
  top: 50%;
37659
37634
  transform: translateY(-50%);
37660
37635
  }
@@ -37668,20 +37643,8 @@ select.k-picker-lg {
37668
37643
  }
37669
37644
 
37670
37645
  .k-slider-vertical .k-slider-topleft .k-label {
37671
- left: auto;
37672
- right: 120%;
37673
- }
37674
-
37675
- .k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label,
37676
- [dir="rtl"] .k-slider-vertical .k-label, .k-slider-vertical[dir="rtl"] .k-label {
37677
- left: auto;
37678
- right: 120%;
37679
- }
37680
-
37681
- .k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label,
37682
- [dir="rtl"] .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical[dir="rtl"] .k-slider-topleft .k-label {
37683
- left: 120%;
37684
- right: auto;
37646
+ inset-inline-start: auto;
37647
+ inset-inline-end: 120%;
37685
37648
  }
37686
37649
 
37687
37650
  .k-slider-horizontal {
@@ -37762,50 +37725,23 @@ select.k-picker-lg {
37762
37725
  }
37763
37726
 
37764
37727
  .k-slider-horizontal .k-label {
37765
- left: 50%;
37728
+ inset-inline-start: 50%;
37766
37729
  bottom: -1.2em;
37767
37730
  transform: translateX(-50%);
37768
37731
  }
37769
37732
 
37770
37733
  .k-slider-horizontal .k-first .k-label {
37771
- left: 0;
37734
+ inset-inline-start: 0;
37772
37735
  }
37773
37736
 
37774
37737
  .k-slider-horizontal .k-last .k-label {
37775
- left: 100%;
37738
+ inset-inline-start: 100%;
37776
37739
  }
37777
37740
 
37778
37741
  .k-slider-horizontal .k-slider-topleft .k-label {
37779
37742
  top: -1.2em;
37780
37743
  }
37781
37744
 
37782
- .k-rtl .k-slider-horizontal .k-slider-track,
37783
- .k-rtl .k-slider-horizontal .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track,
37784
- .k-slider-horizontal.k-rtl .k-slider-selection,
37785
- [dir="rtl"] .k-slider-horizontal .k-slider-track,
37786
- [dir="rtl"] .k-slider-horizontal .k-slider-selection, .k-slider-horizontal[dir="rtl"] .k-slider-track,
37787
- .k-slider-horizontal[dir="rtl"] .k-slider-selection {
37788
- right: 0;
37789
- left: auto;
37790
- }
37791
-
37792
- .k-rtl .k-slider-horizontal .k-button-increase .k-icon,
37793
- .k-rtl .k-slider-horizontal .k-button-increase .k-svg-icon,
37794
- .k-rtl .k-slider-horizontal .k-button-decrease .k-icon,
37795
- .k-rtl .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
37796
- .k-slider-horizontal.k-rtl .k-button-increase .k-svg-icon,
37797
- .k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
37798
- .k-slider-horizontal.k-rtl .k-button-decrease .k-svg-icon,
37799
- [dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
37800
- [dir="rtl"] .k-slider-horizontal .k-button-increase .k-svg-icon,
37801
- [dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon,
37802
- [dir="rtl"] .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
37803
- .k-slider-horizontal[dir="rtl"] .k-button-increase .k-svg-icon,
37804
- .k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon,
37805
- .k-slider-horizontal[dir="rtl"] .k-button-decrease .k-svg-icon {
37806
- transform: scaleX(-1);
37807
- }
37808
-
37809
37745
  .k-slider-track,
37810
37746
  .k-slider-selection {
37811
37747
  margin: 0;
@@ -37875,7 +37811,7 @@ select.k-picker-lg {
37875
37811
 
37876
37812
  .k-slider-tooltip .k-callout-n,
37877
37813
  .k-slider-tooltip .k-callout-s {
37878
- margin-left: -3px;
37814
+ margin-inline-start: -3px;
37879
37815
  }
37880
37816
 
37881
37817
  .k-slider-tooltip .k-callout-w,
@@ -37883,13 +37819,30 @@ select.k-picker-lg {
37883
37819
  margin-top: -3px;
37884
37820
  }
37885
37821
 
37822
+ .k-slider-rtl.k-slider-horizontal .k-draghandle, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle, .k-slider-horizontal.k-slider.k-rtl .k-draghandle, .k-rtl .k-slider-horizontal.k-slider .k-draghandle {
37823
+ transform: translate(50%, -50%);
37824
+ }
37825
+
37826
+ .k-slider-rtl.k-slider-horizontal .k-draghandle:focus, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:focus, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:focus, .k-slider-horizontal.k-slider.k-rtl .k-draghandle:focus, .k-rtl .k-slider-horizontal.k-slider .k-draghandle:focus,
37827
+ .k-slider-rtl.k-slider-horizontal .k-draghandle:active,
37828
+ .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:active,
37829
+ [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:active,
37830
+ .k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,
37831
+ .k-rtl .k-slider-horizontal.k-slider .k-draghandle:active {
37832
+ transform: translate(50%, -50%) scale(1);
37833
+ }
37834
+
37835
+ .k-slider-rtl.k-slider-horizontal .k-label, .k-slider-horizontal.k-slider[dir="rtl"] .k-label, [dir="rtl"] .k-slider-horizontal.k-slider .k-label, .k-slider-horizontal.k-slider.k-rtl .k-label, .k-rtl .k-slider-horizontal.k-slider .k-label {
37836
+ transform: translateX(50%);
37837
+ }
37838
+
37886
37839
  .k-slider kendo-resize-sensor {
37887
37840
  position: absolute;
37888
37841
  }
37889
37842
 
37890
37843
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
37891
- padding-left: 7px;
37892
- padding-right: 7px;
37844
+ padding-inline-start: 7px;
37845
+ padding-inline-end: 7px;
37893
37846
  }
37894
37847
 
37895
37848
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
@@ -38410,17 +38363,6 @@ select.k-picker-lg {
38410
38363
  border-radius: 0;
38411
38364
  }
38412
38365
 
38413
- .k-rtl .k-calendar .k-calendar-nav-prev,
38414
- .k-rtl .k-calendar .k-calendar-nav-next,
38415
- [dir="rtl"] .k-calendar .k-calendar-nav-prev,
38416
- [dir="rtl"] .k-calendar .k-calendar-nav-next,
38417
- .k-calendar.k-rtl .k-calendar-nav-prev,
38418
- .k-calendar.k-rtl .k-calendar-nav-next,
38419
- .k-calendar[dir="rtl"] .k-calendar-nav-prev,
38420
- .k-calendar[dir="rtl"] .k-calendar-nav-next {
38421
- transform: scaleX(-1);
38422
- }
38423
-
38424
38366
  .k-rtl .k-calendar .k-content.k-scrollable,
38425
38367
  .k-rtl .k-calendar .k-calendar-content.k-scrollable,
38426
38368
  [dir="rtl"] .k-calendar .k-content.k-scrollable,
@@ -41714,7 +41656,8 @@ select.k-picker-lg {
41714
41656
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
41715
41657
  }
41716
41658
 
41717
- .k-window:focus, .k-window.k-focus {
41659
+ .k-window:focus,
41660
+ .k-window.k-focus {
41718
41661
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
41719
41662
  }
41720
41663
 
@@ -43449,11 +43392,6 @@ kendo-card-footer {
43449
43392
  box-sizing: border-box;
43450
43393
  }
43451
43394
 
43452
- .k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
43453
- [dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
43454
- transform: scaleX(-1);
43455
- }
43456
-
43457
43395
  .k-pager-input, .k-pager-sizes, .k-pager-info, .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdown-list, .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdown,
43458
43396
  .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdownlist {
43459
43397
  display: flex;
@@ -43958,10 +43896,6 @@ kendo-card-footer {
43958
43896
  color: #d92800;
43959
43897
  }
43960
43898
 
43961
- .k-stepper .k-step-error .k-step-label {
43962
- color: #d92800;
43963
- }
43964
-
43965
43899
  .k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
43966
43900
  color: #d92800;
43967
43901
  }
@@ -44272,13 +44206,6 @@ kendo-card-footer {
44272
44206
  order: 0;
44273
44207
  }
44274
44208
 
44275
- .k-rtl .k-tabstrip .k-tabstrip-prev .k-button-icon,
44276
- .k-rtl .k-tabstrip .k-tabstrip-next .k-button-icon,
44277
- .k-tabstrip[dir="rtl"] .k-tabstrip-prev .k-button-icon,
44278
- .k-tabstrip[dir="rtl"] .k-tabstrip-next .k-button-icon {
44279
- transform: scaleX(-1);
44280
- }
44281
-
44282
44209
  .k-tabstrip-items-wrapper {
44283
44210
  border-color: #cacaca;
44284
44211
  color: #272727;
@@ -44413,6 +44340,7 @@ kendo-card-footer {
44413
44340
  }
44414
44341
 
44415
44342
  .k-wizard-vertical .k-wizard-steps {
44343
+ margin-left: 32px;
44416
44344
  flex: 1 0 0%;
44417
44345
  }
44418
44346
 
@@ -44420,10 +44348,6 @@ kendo-card-footer {
44420
44348
  flex: 1 1 0%;
44421
44349
  }
44422
44350
 
44423
- .k-wizard-vertical .k-wizard-steps {
44424
- margin-left: 32px;
44425
- }
44426
-
44427
44351
  .k-wizard-left {
44428
44352
  flex-direction: row-reverse;
44429
44353
  }
@@ -44979,11 +44903,6 @@ kendo-card-footer {
44979
44903
  flex-direction: row;
44980
44904
  }
44981
44905
 
44982
- .k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-next,
44983
- .k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-prev {
44984
- transform: scaleX(-1);
44985
- }
44986
-
44987
44906
  .k-splitter-flex.k-splitter-vertical {
44988
44907
  flex-direction: column;
44989
44908
  }
@@ -45474,30 +45393,11 @@ kendo-card-footer {
45474
45393
  display: none;
45475
45394
  }
45476
45395
 
45477
- .k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
45478
- .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
45479
- .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
45480
- .k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
45481
- .k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
45482
- [dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
45483
- [dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
45484
- [dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
45485
- transform: scaleX(-1);
45486
- }
45487
-
45488
45396
  .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
45489
45397
  [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
45490
45398
  border: 0;
45491
45399
  }
45492
45400
 
45493
- .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
45494
- .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
45495
- .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
45496
- [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
45497
- [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
45498
- transform: scaleX(-1);
45499
- }
45500
-
45501
45401
  .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
45502
45402
  [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
45503
45403
  margin-left: .5em;
@@ -46111,7 +46011,8 @@ div.k-grid-footer {
46111
46011
  }
46112
46012
 
46113
46013
  .k-grid-filter-popup {
46114
- min-width: 200px;
46014
+ min-width: 230px;
46015
+ max-width: 320px;
46115
46016
  }
46116
46017
 
46117
46018
  .k-grid-column-menu-standalone a.k-grid-filter {
@@ -46777,7 +46678,8 @@ div.k-grid-norecords {
46777
46678
  }
46778
46679
 
46779
46680
  .k-filter-menu-popup {
46780
- width: 230px;
46681
+ min-width: 230px;
46682
+ max-width: 320px;
46781
46683
  }
46782
46684
 
46783
46685
  .k-filter-menu {
@@ -46822,7 +46724,8 @@ div.k-grid-norecords {
46822
46724
 
46823
46725
  .k-filter-menu.k-popup .k-filter-menu-container,
46824
46726
  .k-grid-filter-popup.k-popup .k-filter-menu-container {
46825
- width: 230px;
46727
+ min-width: 230px;
46728
+ max-width: 320px;
46826
46729
  }
46827
46730
 
46828
46731
  .k-popup .k-multicheck-wrap {
@@ -46865,13 +46768,13 @@ div.k-grid-norecords {
46865
46768
 
46866
46769
  .k-column-menu-popup,
46867
46770
  .k-grid-columnmenu-popup {
46868
- width: 230px;
46771
+ min-width: 230px;
46869
46772
  box-sizing: border-box;
46870
46773
  }
46871
46774
 
46872
46775
  .k-column-menu-popup.k-popup,
46873
46776
  .k-grid-columnmenu-popup.k-popup {
46874
- max-width: 100%;
46777
+ max-width: 320px;
46875
46778
  }
46876
46779
 
46877
46780
  .k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
@@ -47001,6 +46904,21 @@ div.k-grid-norecords {
47001
46904
  flex: 1 1 auto;
47002
46905
  }
47003
46906
 
46907
+ .k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,
46908
+ .k-rtl .k-grid-virtual .k-grid-content .k-grid-table,
46909
+ .k-rtl .k-grid-virtual .k-grid-content > .k-height-container,
46910
+ [dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table-wrap,
46911
+ [dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table,
46912
+ [dir="rtl"] .k-grid-virtual .k-grid-content > .k-height-container,
46913
+ .k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,
46914
+ .k-rtl.k-grid-virtual .k-grid-content .k-grid-table,
46915
+ .k-rtl.k-grid-virtual .k-grid-content > .k-height-container,
46916
+ [dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table-wrap,
46917
+ [dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table,
46918
+ [dir="rtl"].k-grid-virtual .k-grid-content > .k-height-container {
46919
+ float: right;
46920
+ }
46921
+
47004
46922
  .k-grid-header,
47005
46923
  .k-grid-header-wrap,
47006
46924
  .k-grouping-header,
@@ -47686,9 +47604,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47686
47604
 
47687
47605
  .k-spreadsheet-name-editor {
47688
47606
  width: 10em;
47689
- border-width: 0 1px 0 0;
47690
- border-style: solid;
47691
- border-color: inherit;
47692
47607
  }
47693
47608
 
47694
47609
  .k-spreadsheet-formula-bar {
@@ -47697,6 +47612,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47697
47612
  flex-direction: row;
47698
47613
  align-items: center;
47699
47614
  flex: 1;
47615
+ gap: 4px;
47700
47616
  }
47701
47617
 
47702
47618
  .k-spreadsheet-formula-bar > .k-icon,
@@ -48269,12 +48185,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48269
48185
  }
48270
48186
 
48271
48187
  .k-spreadsheet-popup .k-spreadsheet-border-type-palette {
48272
- width: 12.5rem;
48273
- height: 5rem;
48274
- display: flex;
48275
- flex-flow: row wrap;
48276
- align-content: space-around;
48277
- justify-content: space-around;
48188
+ padding: 8px;
48189
+ display: grid;
48190
+ grid-template-columns: repeat(5, max-content);
48191
+ gap: 8px;
48278
48192
  }
48279
48193
 
48280
48194
  .k-spreadsheet-format-popup .k-item {
@@ -48303,6 +48217,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48303
48217
  overflow: hidden;
48304
48218
  }
48305
48219
 
48220
+ .k-spreadsheet-window .k-external-dropzone {
48221
+ margin-block-end: 16px;
48222
+ }
48223
+
48306
48224
  .k-spreadsheet-window .k-edit-form-container {
48307
48225
  width: auto;
48308
48226
  min-width: 0;
@@ -50092,7 +50010,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50092
50010
  }
50093
50011
 
50094
50012
  .k-taskboard-card.k-taskboard-card-category {
50095
- border-left-width: 4px;
50013
+ border-inline-start-width: 4px;
50096
50014
  }
50097
50015
 
50098
50016
  .k-taskboard-card .k-card-header .k-card-body,
@@ -50127,12 +50045,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50127
50045
  position: relative;
50128
50046
  }
50129
50047
 
50130
- .k-rtl .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category.k-rtl,
50131
- [dir="rtl"] .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category[dir="rtl"] {
50132
- border-left-width: 1px;
50133
- border-right-width: 4px;
50134
- }
50135
-
50136
50048
  .k-taskboard-column {
50137
50049
  border-color: transparent;
50138
50050
  background-color: #f0f0f0;
@@ -50841,7 +50753,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50841
50753
  }
50842
50754
 
50843
50755
  .ProseMirror-selectednode {
50844
- outline-color: #8cf;
50756
+ outline-color: #88ccff;
50845
50757
  }
50846
50758
 
50847
50759
  .k-ct-popup .k-selected {
@@ -53071,18 +52983,6 @@ kendo-scheduler .k-recurrence-editor {
53071
52983
  float: right;
53072
52984
  }
53073
52985
 
53074
- .k-rtl .k-scheduler .k-i-caret-alt-left,
53075
- .k-rtl .k-scheduler .k-i-caret-alt-right,
53076
- .k-rtl .k-scheduler .k-i-arrow-60-left,
53077
- .k-rtl .k-scheduler .k-i-arrow-60-right,
53078
- .k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-caret-alt-left,
53079
- .k-rtl.k-scheduler .k-i-caret-alt-right,
53080
- .k-rtl.k-scheduler .k-i-arrow-60-left,
53081
- .k-rtl.k-scheduler .k-i-arrow-60-right,
53082
- .k-rtl.k-scheduler .k-current-time-arrow-right {
53083
- transform: scaleX(-1);
53084
- }
53085
-
53086
52986
  .k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
53087
52987
  border-right-width: 0;
53088
52988
  }
@@ -53186,11 +53086,11 @@ kendo-scheduler .k-recurrence-editor {
53186
53086
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
53187
53087
  }
53188
53088
 
53189
- .k-event-inverse {
53089
+ .k-event.k-event-inverse {
53190
53090
  color: black;
53191
53091
  }
53192
53092
 
53193
- .k-event-ongoing {
53093
+ .k-event.k-event-ongoing {
53194
53094
  box-shadow: inset 0px 0px 0px 1px #ff0000;
53195
53095
  }
53196
53096
 
@@ -54566,6 +54466,7 @@ kendo-scheduler .k-recurrence-editor {
54566
54466
  border-style: solid;
54567
54467
  border-radius: 4px;
54568
54468
  z-index: 10;
54469
+ cursor: default;
54569
54470
  }
54570
54471
 
54571
54472
  .k-pdf-viewer {
@@ -54897,17 +54798,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
54897
54798
  }
54898
54799
  }
54899
54800
 
54900
- .k-rtl .k-scrollview-prev .k-icon,
54901
- .k-rtl .k-scrollview-prev .k-svg-icon,
54902
- .k-rtl .k-scrollview-next .k-icon,
54903
- .k-rtl .k-scrollview-next .k-svg-icon,
54904
- [dir="rtl"] .k-scrollview-prev .k-icon,
54905
- [dir="rtl"] .k-scrollview-prev .k-svg-icon,
54906
- [dir="rtl"] .k-scrollview-next .k-icon,
54907
- [dir="rtl"] .k-scrollview-next .k-svg-icon {
54908
- transform: scaleX(-1);
54909
- }
54910
-
54911
54801
  kendo-scrollview.k-scrollview-wrap,
54912
54802
  kendo-scrollview.k-scrollview,
54913
54803
  div.k-scrollview {