@progress/kendo-theme-classic 6.4.0-dev.2 → 6.4.0-dev.4

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 (37) hide show
  1. package/dist/all.css +73 -231
  2. package/dist/all.scss +290 -506
  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 +5 -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/treeview/_variables.scss +1 -1
package/dist/all.css CHANGED
@@ -30112,6 +30112,11 @@ kendo-sortable {
30112
30112
  margin: 0 -.5em -.5em 0;
30113
30113
  }
30114
30114
 
30115
+ .k-svg-icon.k-icon-modifier {
30116
+ width: 1em;
30117
+ height: 1em;
30118
+ }
30119
+
30115
30120
  .k-i-none::before {
30116
30121
  content: "";
30117
30122
  display: none;
@@ -30122,21 +30127,6 @@ kendo-sortable {
30122
30127
  cursor: pointer;
30123
30128
  }
30124
30129
 
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
30130
  .k-sprite {
30141
30131
  display: inline-block;
30142
30132
  width: 16px;
@@ -31002,11 +30992,6 @@ kendo-sortable {
31002
30992
  left: 0;
31003
30993
  }
31004
30994
 
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
30995
  [dir="rtl"] .k-listgroup-item-segmented > .k-link {
31011
30996
  margin-right: -8px;
31012
30997
  margin-left: 0;
@@ -31019,11 +31004,6 @@ kendo-sortable {
31019
31004
  border-left-width: 0;
31020
31005
  }
31021
31006
 
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
31007
  .k-noflexbox .k-listgroup,
31028
31008
  .k-noflexbox .k-listgroup > ul .k-listgroup-item,
31029
31009
  .k-noflexbox .k-listgroup-item > .k-link {
@@ -31253,7 +31233,7 @@ kendo-sortable {
31253
31233
 
31254
31234
  .k-table-header {
31255
31235
  padding-inline-end: var(--kendo-scrollbar-width);
31256
- border-width: 0 0 1px 0;
31236
+ border-width: 0 0 1px;
31257
31237
  border-style: solid;
31258
31238
  box-sizing: border-box;
31259
31239
  }
@@ -31375,7 +31355,7 @@ kendo-sortable {
31375
31355
 
31376
31356
  .k-table-footer {
31377
31357
  padding-inline-end: var(--kendo-scrollbar-width);
31378
- border-width: 1px 0 0 0;
31358
+ border-width: 1px 0 0;
31379
31359
  border-style: solid;
31380
31360
  box-sizing: border-box;
31381
31361
  }
@@ -32424,8 +32404,7 @@ kendo-badge-container {
32424
32404
  box-sizing: border-box;
32425
32405
  border-style: solid;
32426
32406
  display: inline-flex;
32427
- flex-direction: row;
32428
- flex-wrap: nowrap;
32407
+ flex-flow: row nowrap;
32429
32408
  position: relative;
32430
32409
  overflow: hidden;
32431
32410
  }
@@ -34594,7 +34573,7 @@ kendo-badge-container {
34594
34573
  .k-menu-vertical > .k-menu-item > .k-menu-link {
34595
34574
  padding-block: 4px;
34596
34575
  padding-inline: 8px;
34597
- padding-right: 32px;
34576
+ padding-inline-end: 32px;
34598
34577
  }
34599
34578
 
34600
34579
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
@@ -34771,7 +34750,7 @@ kendo-badge-container {
34771
34750
 
34772
34751
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
34773
34752
  top: 0;
34774
- left: 0;
34753
+ inset-inline-start: 0;
34775
34754
  height: 100%;
34776
34755
  width: 16px;
34777
34756
  border-right-width: 1px;
@@ -34779,7 +34758,7 @@ kendo-badge-container {
34779
34758
 
34780
34759
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
34781
34760
  top: 0;
34782
- right: 0;
34761
+ inset-inline-end: 0;
34783
34762
  height: 100%;
34784
34763
  width: 16px;
34785
34764
  border-left-width: 1px;
@@ -34787,7 +34766,7 @@ kendo-badge-container {
34787
34766
 
34788
34767
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
34789
34768
  top: 0;
34790
- left: 0;
34769
+ inset-inline-start: 0;
34791
34770
  width: 100%;
34792
34771
  height: 16px;
34793
34772
  border-bottom-width: 1px;
@@ -34795,29 +34774,12 @@ kendo-badge-container {
34795
34774
 
34796
34775
  .k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
34797
34776
  bottom: 0;
34798
- left: 0;
34777
+ inset-inline-start: 0;
34799
34778
  width: 100%;
34800
34779
  height: 16px;
34801
34780
  border-top-width: 1px;
34802
34781
  }
34803
34782
 
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
34783
  .k-menu:not(.k-context-menu) {
34822
34784
  border-color: #cacaca;
34823
34785
  color: #272727;
@@ -35273,8 +35235,8 @@ kendo-label > .k-label {
35273
35235
  border: 0;
35274
35236
  }
35275
35237
 
35276
- .k-form .k-label,
35277
- .k-form kendo-label,
35238
+ .k-form .k-form-field > .k-label,
35239
+ .k-form .k-form-field > kendo-label,
35278
35240
  .k-form .k-form-label {
35279
35241
  margin-bottom: 0px;
35280
35242
  display: flex;
@@ -36853,11 +36815,6 @@ select.k-picker-lg {
36853
36815
  opacity: .5;
36854
36816
  }
36855
36817
 
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
36818
  .k-item {
36862
36819
  cursor: default;
36863
36820
  }
@@ -37413,12 +37370,6 @@ select.k-picker-lg {
37413
37370
  cursor: default;
37414
37371
  }
37415
37372
 
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
37373
  .k-slider-wrap {
37423
37374
  width: 100%;
37424
37375
  height: 100%;
@@ -37498,39 +37449,15 @@ select.k-picker-lg {
37498
37449
 
37499
37450
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
37500
37451
  width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
37501
- left: calc(var(--kendo-slider-start, 0)*1%);
37452
+ inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
37502
37453
  }
37503
37454
 
37504
37455
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
37505
- left: calc(var(--kendo-slider-start, 0)*1%);
37456
+ inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
37506
37457
  }
37507
37458
 
37508
37459
  .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);
37460
+ inset-inline-start: calc(var(--kendo-slider-end, 0)*1%);
37534
37461
  }
37535
37462
 
37536
37463
  .k-slider-vertical .k-slider-track-wrap {
@@ -37654,7 +37581,7 @@ select.k-picker-lg {
37654
37581
 
37655
37582
  .k-slider-vertical .k-label {
37656
37583
  text-align: start;
37657
- left: 120%;
37584
+ inset-inline-start: 120%;
37658
37585
  top: 50%;
37659
37586
  transform: translateY(-50%);
37660
37587
  }
@@ -37668,20 +37595,8 @@ select.k-picker-lg {
37668
37595
  }
37669
37596
 
37670
37597
  .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;
37598
+ inset-inline-start: auto;
37599
+ inset-inline-end: 120%;
37685
37600
  }
37686
37601
 
37687
37602
  .k-slider-horizontal {
@@ -37762,50 +37677,23 @@ select.k-picker-lg {
37762
37677
  }
37763
37678
 
37764
37679
  .k-slider-horizontal .k-label {
37765
- left: 50%;
37680
+ inset-inline-start: 50%;
37766
37681
  bottom: -1.2em;
37767
37682
  transform: translateX(-50%);
37768
37683
  }
37769
37684
 
37770
37685
  .k-slider-horizontal .k-first .k-label {
37771
- left: 0;
37686
+ inset-inline-start: 0;
37772
37687
  }
37773
37688
 
37774
37689
  .k-slider-horizontal .k-last .k-label {
37775
- left: 100%;
37690
+ inset-inline-start: 100%;
37776
37691
  }
37777
37692
 
37778
37693
  .k-slider-horizontal .k-slider-topleft .k-label {
37779
37694
  top: -1.2em;
37780
37695
  }
37781
37696
 
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
37697
  .k-slider-track,
37810
37698
  .k-slider-selection {
37811
37699
  margin: 0;
@@ -37875,7 +37763,7 @@ select.k-picker-lg {
37875
37763
 
37876
37764
  .k-slider-tooltip .k-callout-n,
37877
37765
  .k-slider-tooltip .k-callout-s {
37878
- margin-left: -3px;
37766
+ margin-inline-start: -3px;
37879
37767
  }
37880
37768
 
37881
37769
  .k-slider-tooltip .k-callout-w,
@@ -37883,13 +37771,30 @@ select.k-picker-lg {
37883
37771
  margin-top: -3px;
37884
37772
  }
37885
37773
 
37774
+ .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 {
37775
+ transform: translate(50%, -50%);
37776
+ }
37777
+
37778
+ .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,
37779
+ .k-slider-rtl.k-slider-horizontal .k-draghandle:active,
37780
+ .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:active,
37781
+ [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:active,
37782
+ .k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,
37783
+ .k-rtl .k-slider-horizontal.k-slider .k-draghandle:active {
37784
+ transform: translate(50%, -50%) scale(1);
37785
+ }
37786
+
37787
+ .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 {
37788
+ transform: translateX(50%);
37789
+ }
37790
+
37886
37791
  .k-slider kendo-resize-sensor {
37887
37792
  position: absolute;
37888
37793
  }
37889
37794
 
37890
37795
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
37891
- padding-left: 7px;
37892
- padding-right: 7px;
37796
+ padding-inline-start: 7px;
37797
+ padding-inline-end: 7px;
37893
37798
  }
37894
37799
 
37895
37800
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
@@ -38410,17 +38315,6 @@ select.k-picker-lg {
38410
38315
  border-radius: 0;
38411
38316
  }
38412
38317
 
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
38318
  .k-rtl .k-calendar .k-content.k-scrollable,
38425
38319
  .k-rtl .k-calendar .k-calendar-content.k-scrollable,
38426
38320
  [dir="rtl"] .k-calendar .k-content.k-scrollable,
@@ -41714,7 +41608,8 @@ select.k-picker-lg {
41714
41608
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
41715
41609
  }
41716
41610
 
41717
- .k-window:focus, .k-window.k-focus {
41611
+ .k-window:focus,
41612
+ .k-window.k-focus {
41718
41613
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
41719
41614
  }
41720
41615
 
@@ -43449,11 +43344,6 @@ kendo-card-footer {
43449
43344
  box-sizing: border-box;
43450
43345
  }
43451
43346
 
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
43347
  .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
43348
  .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdownlist {
43459
43349
  display: flex;
@@ -43958,10 +43848,6 @@ kendo-card-footer {
43958
43848
  color: #d92800;
43959
43849
  }
43960
43850
 
43961
- .k-stepper .k-step-error .k-step-label {
43962
- color: #d92800;
43963
- }
43964
-
43965
43851
  .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
43852
  color: #d92800;
43967
43853
  }
@@ -44272,13 +44158,6 @@ kendo-card-footer {
44272
44158
  order: 0;
44273
44159
  }
44274
44160
 
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
44161
  .k-tabstrip-items-wrapper {
44283
44162
  border-color: #cacaca;
44284
44163
  color: #272727;
@@ -44413,6 +44292,7 @@ kendo-card-footer {
44413
44292
  }
44414
44293
 
44415
44294
  .k-wizard-vertical .k-wizard-steps {
44295
+ margin-left: 32px;
44416
44296
  flex: 1 0 0%;
44417
44297
  }
44418
44298
 
@@ -44420,10 +44300,6 @@ kendo-card-footer {
44420
44300
  flex: 1 1 0%;
44421
44301
  }
44422
44302
 
44423
- .k-wizard-vertical .k-wizard-steps {
44424
- margin-left: 32px;
44425
- }
44426
-
44427
44303
  .k-wizard-left {
44428
44304
  flex-direction: row-reverse;
44429
44305
  }
@@ -44979,11 +44855,6 @@ kendo-card-footer {
44979
44855
  flex-direction: row;
44980
44856
  }
44981
44857
 
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
44858
  .k-splitter-flex.k-splitter-vertical {
44988
44859
  flex-direction: column;
44989
44860
  }
@@ -45474,30 +45345,11 @@ kendo-card-footer {
45474
45345
  display: none;
45475
45346
  }
45476
45347
 
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
45348
  .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
45349
  [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
45490
45350
  border: 0;
45491
45351
  }
45492
45352
 
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
45353
  .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
45354
  [dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
45503
45355
  margin-left: .5em;
@@ -46111,7 +45963,8 @@ div.k-grid-footer {
46111
45963
  }
46112
45964
 
46113
45965
  .k-grid-filter-popup {
46114
- min-width: 200px;
45966
+ min-width: 230px;
45967
+ max-width: 320px;
46115
45968
  }
46116
45969
 
46117
45970
  .k-grid-column-menu-standalone a.k-grid-filter {
@@ -46777,7 +46630,8 @@ div.k-grid-norecords {
46777
46630
  }
46778
46631
 
46779
46632
  .k-filter-menu-popup {
46780
- width: 230px;
46633
+ min-width: 230px;
46634
+ max-width: 320px;
46781
46635
  }
46782
46636
 
46783
46637
  .k-filter-menu {
@@ -46822,7 +46676,8 @@ div.k-grid-norecords {
46822
46676
 
46823
46677
  .k-filter-menu.k-popup .k-filter-menu-container,
46824
46678
  .k-grid-filter-popup.k-popup .k-filter-menu-container {
46825
- width: 230px;
46679
+ min-width: 230px;
46680
+ max-width: 320px;
46826
46681
  }
46827
46682
 
46828
46683
  .k-popup .k-multicheck-wrap {
@@ -46865,13 +46720,13 @@ div.k-grid-norecords {
46865
46720
 
46866
46721
  .k-column-menu-popup,
46867
46722
  .k-grid-columnmenu-popup {
46868
- width: 230px;
46723
+ min-width: 230px;
46869
46724
  box-sizing: border-box;
46870
46725
  }
46871
46726
 
46872
46727
  .k-column-menu-popup.k-popup,
46873
46728
  .k-grid-columnmenu-popup.k-popup {
46874
- max-width: 100%;
46729
+ max-width: 320px;
46875
46730
  }
46876
46731
 
46877
46732
  .k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
@@ -47001,6 +46856,21 @@ div.k-grid-norecords {
47001
46856
  flex: 1 1 auto;
47002
46857
  }
47003
46858
 
46859
+ .k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,
46860
+ .k-rtl .k-grid-virtual .k-grid-content .k-grid-table,
46861
+ .k-rtl .k-grid-virtual .k-grid-content > .k-height-container,
46862
+ [dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table-wrap,
46863
+ [dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table,
46864
+ [dir="rtl"] .k-grid-virtual .k-grid-content > .k-height-container,
46865
+ .k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,
46866
+ .k-rtl.k-grid-virtual .k-grid-content .k-grid-table,
46867
+ .k-rtl.k-grid-virtual .k-grid-content > .k-height-container,
46868
+ [dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table-wrap,
46869
+ [dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table,
46870
+ [dir="rtl"].k-grid-virtual .k-grid-content > .k-height-container {
46871
+ float: right;
46872
+ }
46873
+
47004
46874
  .k-grid-header,
47005
46875
  .k-grid-header-wrap,
47006
46876
  .k-grouping-header,
@@ -50092,7 +49962,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50092
49962
  }
50093
49963
 
50094
49964
  .k-taskboard-card.k-taskboard-card-category {
50095
- border-left-width: 4px;
49965
+ border-inline-start-width: 4px;
50096
49966
  }
50097
49967
 
50098
49968
  .k-taskboard-card .k-card-header .k-card-body,
@@ -50127,12 +49997,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50127
49997
  position: relative;
50128
49998
  }
50129
49999
 
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
50000
  .k-taskboard-column {
50137
50001
  border-color: transparent;
50138
50002
  background-color: #f0f0f0;
@@ -50841,7 +50705,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
50841
50705
  }
50842
50706
 
50843
50707
  .ProseMirror-selectednode {
50844
- outline-color: #8cf;
50708
+ outline-color: #88ccff;
50845
50709
  }
50846
50710
 
50847
50711
  .k-ct-popup .k-selected {
@@ -53071,18 +52935,6 @@ kendo-scheduler .k-recurrence-editor {
53071
52935
  float: right;
53072
52936
  }
53073
52937
 
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
52938
  .k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
53087
52939
  border-right-width: 0;
53088
52940
  }
@@ -54566,6 +54418,7 @@ kendo-scheduler .k-recurrence-editor {
54566
54418
  border-style: solid;
54567
54419
  border-radius: 4px;
54568
54420
  z-index: 10;
54421
+ cursor: default;
54569
54422
  }
54570
54423
 
54571
54424
  .k-pdf-viewer {
@@ -54897,17 +54750,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
54897
54750
  }
54898
54751
  }
54899
54752
 
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
54753
  kendo-scrollview.k-scrollview-wrap,
54912
54754
  kendo-scrollview.k-scrollview,
54913
54755
  div.k-scrollview {