@progress/kendo-theme-material 5.0.0-beta.1 → 5.0.0-beta.2

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 (44) hide show
  1. package/dist/all.css +718 -586
  2. package/dist/all.scss +963 -804
  3. package/package.json +3 -3
  4. package/scss/avatar/index.md +0 -0
  5. package/scss/button/index.md +0 -0
  6. package/scss/checkbox/index.md +0 -0
  7. package/scss/chip/_index.scss +1 -0
  8. package/scss/chip/_variables.scss +10 -10
  9. package/scss/chip/index.md +0 -0
  10. package/scss/color-preview/_variables.scss +1 -0
  11. package/scss/colorpicker/_index.scss +1 -2
  12. package/scss/colorpicker/_variables.scss +1 -24
  13. package/scss/dateinput/_index.scss +0 -4
  14. package/scss/dateinput/_variables.scss +1 -1
  15. package/scss/datepicker/_index.scss +1 -3
  16. package/scss/datetimepicker/_index.scss +5 -3
  17. package/scss/datetimepicker/_variables.scss +2 -1
  18. package/scss/dropdowngrid/index.md +0 -0
  19. package/scss/filter/_index.scss +1 -1
  20. package/scss/gantt/_index.scss +1 -1
  21. package/scss/grid/_index.scss +1 -1
  22. package/scss/grid/_variables.scss +1 -1
  23. package/scss/index.scss +1 -1
  24. package/scss/input/_variables.scss +12 -22
  25. package/scss/list/index.md +0 -0
  26. package/scss/panelbar/_variables.scss +5 -0
  27. package/scss/pivotgrid/_variables.scss +0 -3
  28. package/scss/radio/index.md +0 -0
  29. package/scss/scheduler/_index.scss +1 -1
  30. package/scss/spreadsheet/_index.scss +1 -1
  31. package/scss/switch/index.md +0 -0
  32. package/scss/taskboard/_variables.scss +0 -2
  33. package/scss/timepicker/_index.scss +3 -3
  34. package/scss/timepicker/_variables.scss +1 -1
  35. package/scss/{datetime → timeselector}/_index.scss +2 -5
  36. package/scss/timeselector/_layout.scss +1 -0
  37. package/scss/timeselector/_theme.scss +19 -0
  38. package/scss/timeselector/_variables.scss +32 -0
  39. package/scss/treeview/_theme.scss +20 -20
  40. package/scss/treeview/_variables.scss +142 -46
  41. package/scss/utils/_border.scss +1 -2
  42. package/scss/datetime/_layout.scss +0 -38
  43. package/scss/datetime/_theme.scss +0 -61
  44. package/scss/datetime/_variables.scss +0 -53
package/dist/all.css CHANGED
@@ -1570,19 +1570,11 @@ kendo-sortable {
1570
1570
  border-radius: 0.375rem !important;
1571
1571
  }
1572
1572
 
1573
- .k-rounded-circle {
1574
- border-radius: 50%;
1575
- }
1576
-
1577
- .\!k-rounded-circle {
1578
- border-radius: 50% !important;
1579
- }
1580
-
1581
- .k-rounded-pill {
1573
+ .k-rounded-full {
1582
1574
  border-radius: 9999px;
1583
1575
  }
1584
1576
 
1585
- .\!k-rounded-pill {
1577
+ .\!k-rounded-full {
1586
1578
  border-radius: 9999px !important;
1587
1579
  }
1588
1580
 
@@ -1636,22 +1628,12 @@ kendo-sortable {
1636
1628
  border-top-right-radius: 0.375rem !important;
1637
1629
  }
1638
1630
 
1639
- .k-rounded-top-circle {
1640
- border-top-left-radius: 50%;
1641
- border-top-right-radius: 50%;
1642
- }
1643
-
1644
- .\!k-rounded-top-circle {
1645
- border-top-left-radius: 50% !important;
1646
- border-top-right-radius: 50% !important;
1647
- }
1648
-
1649
- .k-rounded-top-pill {
1631
+ .k-rounded-top-full {
1650
1632
  border-top-left-radius: 9999px;
1651
1633
  border-top-right-radius: 9999px;
1652
1634
  }
1653
1635
 
1654
- .\!k-rounded-top-pill {
1636
+ .\!k-rounded-top-full {
1655
1637
  border-top-left-radius: 9999px !important;
1656
1638
  border-top-right-radius: 9999px !important;
1657
1639
  }
@@ -1706,22 +1688,12 @@ kendo-sortable {
1706
1688
  border-bottom-right-radius: 0.375rem !important;
1707
1689
  }
1708
1690
 
1709
- .k-rounded-right-circle {
1710
- border-top-right-radius: 50%;
1711
- border-bottom-right-radius: 50%;
1712
- }
1713
-
1714
- .\!k-rounded-right-circle {
1715
- border-top-right-radius: 50% !important;
1716
- border-bottom-right-radius: 50% !important;
1717
- }
1718
-
1719
- .k-rounded-right-pill {
1691
+ .k-rounded-right-full {
1720
1692
  border-top-right-radius: 9999px;
1721
1693
  border-bottom-right-radius: 9999px;
1722
1694
  }
1723
1695
 
1724
- .\!k-rounded-right-pill {
1696
+ .\!k-rounded-right-full {
1725
1697
  border-top-right-radius: 9999px !important;
1726
1698
  border-bottom-right-radius: 9999px !important;
1727
1699
  }
@@ -1776,22 +1748,12 @@ kendo-sortable {
1776
1748
  border-bottom-right-radius: 0.375rem !important;
1777
1749
  }
1778
1750
 
1779
- .k-rounded-bottom-circle {
1780
- border-bottom-left-radius: 50%;
1781
- border-bottom-right-radius: 50%;
1782
- }
1783
-
1784
- .\!k-rounded-bottom-circle {
1785
- border-bottom-left-radius: 50% !important;
1786
- border-bottom-right-radius: 50% !important;
1787
- }
1788
-
1789
- .k-rounded-bottom-pill {
1751
+ .k-rounded-bottom-full {
1790
1752
  border-bottom-left-radius: 9999px;
1791
1753
  border-bottom-right-radius: 9999px;
1792
1754
  }
1793
1755
 
1794
- .\!k-rounded-bottom-pill {
1756
+ .\!k-rounded-bottom-full {
1795
1757
  border-bottom-left-radius: 9999px !important;
1796
1758
  border-bottom-right-radius: 9999px !important;
1797
1759
  }
@@ -1846,22 +1808,12 @@ kendo-sortable {
1846
1808
  border-top-left-radius: 0.375rem !important;
1847
1809
  }
1848
1810
 
1849
- .k-rounded-left-circle {
1850
- border-bottom-left-radius: 50%;
1851
- border-top-left-radius: 50%;
1852
- }
1853
-
1854
- .\!k-rounded-left-circle {
1855
- border-bottom-left-radius: 50% !important;
1856
- border-top-left-radius: 50% !important;
1857
- }
1858
-
1859
- .k-rounded-left-pill {
1811
+ .k-rounded-left-full {
1860
1812
  border-bottom-left-radius: 9999px;
1861
1813
  border-top-left-radius: 9999px;
1862
1814
  }
1863
1815
 
1864
- .\!k-rounded-left-pill {
1816
+ .\!k-rounded-left-full {
1865
1817
  border-bottom-left-radius: 9999px !important;
1866
1818
  border-top-left-radius: 9999px !important;
1867
1819
  }
@@ -1906,19 +1858,11 @@ kendo-sortable {
1906
1858
  border-top-left-radius: 0.375rem !important;
1907
1859
  }
1908
1860
 
1909
- .k-rounded-top-left-circle {
1910
- border-top-left-radius: 50%;
1911
- }
1912
-
1913
- .\!k-rounded-top-left-circle {
1914
- border-top-left-radius: 50% !important;
1915
- }
1916
-
1917
- .k-rounded-top-left-pill {
1861
+ .k-rounded-top-left-full {
1918
1862
  border-top-left-radius: 9999px;
1919
1863
  }
1920
1864
 
1921
- .\!k-rounded-top-left-pill {
1865
+ .\!k-rounded-top-left-full {
1922
1866
  border-top-left-radius: 9999px !important;
1923
1867
  }
1924
1868
 
@@ -1962,19 +1906,11 @@ kendo-sortable {
1962
1906
  border-top-right-radius: 0.375rem !important;
1963
1907
  }
1964
1908
 
1965
- .k-rounded-top-right-circle {
1966
- border-top-right-radius: 50%;
1967
- }
1968
-
1969
- .\!k-rounded-top-right-circle {
1970
- border-top-right-radius: 50% !important;
1971
- }
1972
-
1973
- .k-rounded-top-right-pill {
1909
+ .k-rounded-top-right-full {
1974
1910
  border-top-right-radius: 9999px;
1975
1911
  }
1976
1912
 
1977
- .\!k-rounded-top-right-pill {
1913
+ .\!k-rounded-top-right-full {
1978
1914
  border-top-right-radius: 9999px !important;
1979
1915
  }
1980
1916
 
@@ -2018,19 +1954,11 @@ kendo-sortable {
2018
1954
  border-bottom-left-radius: 0.375rem !important;
2019
1955
  }
2020
1956
 
2021
- .k-rounded-bottom-left-circle {
2022
- border-bottom-left-radius: 50%;
2023
- }
2024
-
2025
- .\!k-rounded-bottom-left-circle {
2026
- border-bottom-left-radius: 50% !important;
2027
- }
2028
-
2029
- .k-rounded-bottom-left-pill {
1957
+ .k-rounded-bottom-left-full {
2030
1958
  border-bottom-left-radius: 9999px;
2031
1959
  }
2032
1960
 
2033
- .\!k-rounded-bottom-left-pill {
1961
+ .\!k-rounded-bottom-left-full {
2034
1962
  border-bottom-left-radius: 9999px !important;
2035
1963
  }
2036
1964
 
@@ -2074,19 +2002,11 @@ kendo-sortable {
2074
2002
  border-bottom-right-radius: 0.375rem !important;
2075
2003
  }
2076
2004
 
2077
- .k-rounded-bottom-right-circle {
2078
- border-bottom-right-radius: 50%;
2079
- }
2080
-
2081
- .\!k-rounded-bottom-right-circle {
2082
- border-bottom-right-radius: 50% !important;
2083
- }
2084
-
2085
- .k-rounded-bottom-right-pill {
2005
+ .k-rounded-bottom-right-full {
2086
2006
  border-bottom-right-radius: 9999px;
2087
2007
  }
2088
2008
 
2089
- .\!k-rounded-bottom-right-pill {
2009
+ .\!k-rounded-bottom-right-full {
2090
2010
  border-bottom-right-radius: 9999px !important;
2091
2011
  }
2092
2012
 
@@ -2122,40 +2042,54 @@ kendo-sortable {
2122
2042
  display: none !important;
2123
2043
  }
2124
2044
 
2125
- .k-d-flex {
2045
+ .k-d-flex, .k-d-flex-row, .k-d-flex-col {
2126
2046
  display: flex;
2127
2047
  }
2128
2048
 
2049
+ .\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
2050
+ display: flex !important;
2051
+ }
2052
+
2129
2053
  .k-d-inline-flex {
2130
2054
  display: inline-flex;
2131
2055
  }
2132
2056
 
2133
- .k-d-flex-row {
2134
- display: flex;
2135
- flex-direction: row;
2057
+ .\!k-d-inline-flex {
2058
+ display: inline-flex !important;
2136
2059
  }
2137
2060
 
2138
- .k-d-flex-col {
2139
- display: flex;
2140
- flex-direction: column;
2061
+ .k-flex-row, .k-d-flex-row {
2062
+ flex-direction: row;
2141
2063
  }
2142
2064
 
2143
- .k-flex-row {
2144
- flex-direction: row;
2065
+ .\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
2066
+ flex-direction: row !important;
2145
2067
  }
2146
2068
 
2147
2069
  .k-flex-row-reverse {
2148
2070
  flex-direction: row-reverse;
2149
2071
  }
2150
2072
 
2151
- .k-flex-col, .k-flex-column {
2073
+ .\!k-flex-row-reverse {
2074
+ flex-direction: row-reverse !important;
2075
+ }
2076
+
2077
+ .k-flex-col, .k-d-flex-col, .k-flex-column {
2152
2078
  flex-direction: column;
2153
2079
  }
2154
2080
 
2081
+ .\!k-flex-col {
2082
+ flex-direction: column !important;
2083
+ }
2084
+
2155
2085
  .k-flex-col-reverse, .k-flex-column-reverse {
2156
2086
  flex-direction: column-reverse;
2157
2087
  }
2158
2088
 
2089
+ .\!k-flex-col-reverse {
2090
+ flex-direction: column-reverse;
2091
+ }
2092
+
2159
2093
  .k-flex-wrap {
2160
2094
  flex-wrap: wrap;
2161
2095
  }
@@ -10547,20 +10481,31 @@ kendo-sortable {
10547
10481
  .k-list {
10548
10482
  margin: 0;
10549
10483
  padding: 0;
10484
+ display: flex;
10485
+ flex-flow: column nowrap;
10550
10486
  outline: none;
10487
+ position: relative;
10488
+ overflow: hidden;
10551
10489
  }
10552
10490
 
10553
- .k-list-header {
10491
+ .k-popup > .k-list {
10492
+ height: 100%;
10493
+ border-width: 0;
10494
+ }
10495
+
10496
+ .k-list-group-sticky-header {
10554
10497
  border-width: 0;
10555
10498
  border-width: 0 0 1px;
10556
10499
  border-style: solid;
10557
10500
  white-space: nowrap;
10501
+ flex: none;
10558
10502
  overflow: hidden;
10559
10503
  text-overflow: ellipsis;
10560
10504
  }
10561
10505
 
10562
10506
  .k-list-content {
10563
10507
  border-color: inherit;
10508
+ flex: 1 1 auto;
10564
10509
  overflow: hidden;
10565
10510
  overflow-y: auto;
10566
10511
  -webkit-overflow-scrolling: touch;
@@ -10637,7 +10582,10 @@ kendo-sortable {
10637
10582
  }
10638
10583
 
10639
10584
  .k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
10640
- .k-virtual-list .k-list-group-item {
10585
+ .k-virtual-list .k-list-group-item,
10586
+ .k-virtual-content .k-list-item,
10587
+ .k-virtual-content .k-list-optionlabel,
10588
+ .k-virtual-content .k-list-group-item {
10641
10589
  position: absolute;
10642
10590
  width: 100%;
10643
10591
  }
@@ -10661,7 +10609,7 @@ kendo-sortable {
10661
10609
  line-height: 1.5;
10662
10610
  }
10663
10611
 
10664
- .k-list-sm .k-list-header {
10612
+ .k-list-sm .k-list-group-sticky-header {
10665
10613
  padding: 3px 12px;
10666
10614
  }
10667
10615
 
@@ -10678,7 +10626,7 @@ kendo-sortable {
10678
10626
  line-height: 1.5;
10679
10627
  }
10680
10628
 
10681
- .k-list-md .k-list-header {
10629
+ .k-list-md .k-list-group-sticky-header {
10682
10630
  padding: 4px 16px;
10683
10631
  }
10684
10632
 
@@ -10695,7 +10643,7 @@ kendo-sortable {
10695
10643
  line-height: 1.5;
10696
10644
  }
10697
10645
 
10698
- .k-list-lg .k-list-header {
10646
+ .k-list-lg .k-list-group-sticky-header {
10699
10647
  padding: 5px 20px;
10700
10648
  }
10701
10649
 
@@ -10723,7 +10671,7 @@ kendo-sortable {
10723
10671
  background-color: white;
10724
10672
  }
10725
10673
 
10726
- .k-list-header {
10674
+ .k-list-group-sticky-header {
10727
10675
  border-color: inherit;
10728
10676
  }
10729
10677
 
@@ -11578,14 +11526,14 @@ kendo-badge-container {
11578
11526
  z-index: 2;
11579
11527
  }
11580
11528
 
11581
- .k-button-group .k-group-start,
11582
- .k-button-group .k-button:first-child {
11529
+ .k-button-group .k-group-start:not(:only-child),
11530
+ .k-button-group .k-button:first-child:not(:only-child) {
11583
11531
  border-top-right-radius: 0;
11584
11532
  border-bottom-right-radius: 0;
11585
11533
  }
11586
11534
 
11587
- .k-button-group .k-group-end,
11588
- .k-button-group .k-button:last-child {
11535
+ .k-button-group .k-group-end:not(:only-child),
11536
+ .k-button-group .k-button:last-child:not(:only-child) {
11589
11537
  border-top-left-radius: 0;
11590
11538
  border-bottom-left-radius: 0;
11591
11539
  }
@@ -13330,13 +13278,12 @@ textarea.k-input-inner {
13330
13278
 
13331
13279
  .k-icon-picker .k-input-inner {
13332
13280
  padding: 8px;
13333
- width: calc(1.4285714286em + 16px);
13334
- height: calc(1.4285714286em + 16px);
13335
13281
  justify-content: center;
13336
13282
  }
13337
13283
 
13338
13284
  .k-input-prefix,
13339
13285
  .k-input-suffix {
13286
+ border-color: inherit;
13340
13287
  display: flex;
13341
13288
  flex-flow: row nowrap;
13342
13289
  align-items: center;
@@ -13348,12 +13295,21 @@ textarea.k-input-inner {
13348
13295
  flex-shrink: 0;
13349
13296
  }
13350
13297
 
13298
+ .k-input-separator {
13299
+ margin: 0;
13300
+ width: 0;
13301
+ height: 16px;
13302
+ border-width: 0 0 0 1px;
13303
+ border-style: solid;
13304
+ border-color: inherit;
13305
+ align-self: center;
13306
+ }
13307
+
13351
13308
  .k-input-icon,
13352
13309
  .k-input-validation-icon,
13353
13310
  .k-input-loading-icon {
13354
- width: 32px;
13355
- height: 36px;
13356
13311
  flex: none;
13312
+ align-self: center;
13357
13313
  display: inline-flex;
13358
13314
  flex-flow: row nowrap;
13359
13315
  align-items: center;
@@ -13361,10 +13317,9 @@ textarea.k-input-inner {
13361
13317
  }
13362
13318
 
13363
13319
  .k-clear-value {
13364
- width: 32px;
13365
- height: 36px;
13366
13320
  outline: 0;
13367
13321
  flex: none;
13322
+ align-self: center;
13368
13323
  display: inline-flex;
13369
13324
  align-items: center;
13370
13325
  justify-content: center;
@@ -13435,6 +13390,22 @@ textarea.k-input-inner {
13435
13390
  flex-flow: row nowrap;
13436
13391
  }
13437
13392
 
13393
+ .k-picker-wrap,
13394
+ .k-dropdown-wrap,
13395
+ .k-dateinput-wrap,
13396
+ .k-multiselect-wrap,
13397
+ .k-numeric-wrap {
13398
+ width: 100%;
13399
+ border-width: 0;
13400
+ border-color: inherit;
13401
+ box-sizing: border-box;
13402
+ flex: 1 1 auto;
13403
+ display: flex;
13404
+ flex-flow: row nowrap;
13405
+ overflow: hidden;
13406
+ position: relative;
13407
+ }
13408
+
13438
13409
  .k-input-flat,
13439
13410
  .k-picker-flat {
13440
13411
  border-radius: 0 !important;
@@ -13465,6 +13436,26 @@ textarea.k-input-inner {
13465
13436
  padding: 4px 8px;
13466
13437
  }
13467
13438
 
13439
+ .k-input-sm .k-input-icon,
13440
+ .k-input-sm .k-input-validation-icon,
13441
+ .k-input-sm .k-input-loading-icon,
13442
+ .k-input-sm .k-clear-value,
13443
+ .k-picker-sm .k-input-icon,
13444
+ .k-picker-sm .k-input-validation-icon,
13445
+ .k-picker-sm .k-input-loading-icon,
13446
+ .k-picker-sm .k-clear-value {
13447
+ width: 24px;
13448
+ height: 24px;
13449
+ }
13450
+
13451
+ .k-input-sm.k-icon-picker .k-input-inner,
13452
+ .k-picker-sm.k-icon-picker .k-input-inner {
13453
+ width: 1.4285714286em;
13454
+ height: 1.4285714286em;
13455
+ padding: 4px;
13456
+ box-sizing: content-box;
13457
+ }
13458
+
13468
13459
  .k-input-md,
13469
13460
  .k-picker-md {
13470
13461
  font-size: 14px;
@@ -13476,6 +13467,26 @@ textarea.k-input-inner {
13476
13467
  padding: 8px 16px;
13477
13468
  }
13478
13469
 
13470
+ .k-input-md .k-input-icon,
13471
+ .k-input-md .k-input-validation-icon,
13472
+ .k-input-md .k-input-loading-icon,
13473
+ .k-input-md .k-clear-value,
13474
+ .k-picker-md .k-input-icon,
13475
+ .k-picker-md .k-input-validation-icon,
13476
+ .k-picker-md .k-input-loading-icon,
13477
+ .k-picker-md .k-clear-value {
13478
+ width: 32px;
13479
+ height: 32px;
13480
+ }
13481
+
13482
+ .k-input-md.k-icon-picker .k-input-inner,
13483
+ .k-picker-md.k-icon-picker .k-input-inner {
13484
+ width: 1.4285714286em;
13485
+ height: 1.4285714286em;
13486
+ padding: 8px;
13487
+ box-sizing: content-box;
13488
+ }
13489
+
13479
13490
  .k-input-lg,
13480
13491
  .k-picker-lg {
13481
13492
  font-size: 14px;
@@ -13487,6 +13498,26 @@ textarea.k-input-inner {
13487
13498
  padding: 12px 24px;
13488
13499
  }
13489
13500
 
13501
+ .k-input-lg .k-input-icon,
13502
+ .k-input-lg .k-input-validation-icon,
13503
+ .k-input-lg .k-input-loading-icon,
13504
+ .k-input-lg .k-clear-value,
13505
+ .k-picker-lg .k-input-icon,
13506
+ .k-picker-lg .k-input-validation-icon,
13507
+ .k-picker-lg .k-input-loading-icon,
13508
+ .k-picker-lg .k-clear-value {
13509
+ width: 40px;
13510
+ height: 40px;
13511
+ }
13512
+
13513
+ .k-input-lg.k-icon-picker .k-input-inner,
13514
+ .k-picker-lg.k-icon-picker .k-input-inner {
13515
+ width: 1.4285714286em;
13516
+ height: 1.4285714286em;
13517
+ padding: 12px;
13518
+ box-sizing: content-box;
13519
+ }
13520
+
13490
13521
  @keyframes autoFillStart {
13491
13522
  from {
13492
13523
  }
@@ -13589,11 +13620,11 @@ textarea.k-input-inner {
13589
13620
  border-color: #3f51b5;
13590
13621
  }
13591
13622
 
13592
- .k-input:invalid, .k-input.k-invalid {
13623
+ .k-input:invalid, .k-input.k-invalid, .k-input.ng-invalid {
13593
13624
  border-color: #f31700;
13594
13625
  }
13595
13626
 
13596
- .k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon {
13627
+ .k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid .k-input-validation-icon {
13597
13628
  color: #f31700;
13598
13629
  }
13599
13630
 
@@ -13603,11 +13634,11 @@ textarea.k-input-inner {
13603
13634
  background-color: white;
13604
13635
  }
13605
13636
 
13606
- .k-picker:invalid, .k-picker.k-invalid {
13637
+ .k-picker:invalid, .k-picker.k-invalid, .k-picker.ng-invalid {
13607
13638
  border-color: #f31700;
13608
13639
  }
13609
13640
 
13610
- .k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon {
13641
+ .k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid .k-input-validation-icon {
13611
13642
  color: #f31700;
13612
13643
  }
13613
13644
 
@@ -13722,6 +13753,10 @@ textarea.k-input-inner {
13722
13753
  border-style: solid;
13723
13754
  }
13724
13755
 
13756
+ .k-data-table .k-table {
13757
+ table-layout: fixed;
13758
+ }
13759
+
13725
13760
  .k-table-thead,
13726
13761
  .k-table-tbody,
13727
13762
  .k-table-tfoot {
@@ -13778,7 +13813,7 @@ textarea.k-input-inner {
13778
13813
  width: 100%;
13779
13814
  max-width: none;
13780
13815
  border-width: 0;
13781
- display: table-row-group;
13816
+ display: table;
13782
13817
  border-collapse: collapse;
13783
13818
  border-spacing: 0;
13784
13819
  table-layout: fixed;
@@ -13787,10 +13822,11 @@ textarea.k-input-inner {
13787
13822
  outline: none;
13788
13823
  }
13789
13824
 
13790
- .k-table-list .k-table-row {
13825
+ .k-table-list .k-table-row,
13826
+ .k-table-list .k-table-group-row {
13791
13827
  width: 100%;
13792
13828
  box-sizing: border-box;
13793
- display: flex;
13829
+ display: table-row;
13794
13830
  position: relative;
13795
13831
  }
13796
13832
 
@@ -13803,6 +13839,23 @@ textarea.k-input-inner {
13803
13839
  vertical-align: middle;
13804
13840
  }
13805
13841
 
13842
+ .k-table-list .k-table-group-row::before {
13843
+ content: ".";
13844
+ padding: 0;
13845
+ width: 0;
13846
+ display: block;
13847
+ overflow: hidden;
13848
+ }
13849
+
13850
+ .k-table-list .k-table-group-row .k-table-th {
13851
+ width: 100%;
13852
+ border-color: inherit;
13853
+ color: inherit;
13854
+ background-color: inherit;
13855
+ position: absolute;
13856
+ top: 0;
13857
+ }
13858
+
13806
13859
  .k-table-list .k-table-spacer-td {
13807
13860
  padding: 0 !important;
13808
13861
  width: 0 !important;
@@ -13825,6 +13878,11 @@ textarea.k-input-inner {
13825
13878
  right: 0;
13826
13879
  }
13827
13880
 
13881
+ .k-virtual-table .k-table-row {
13882
+ position: absolute;
13883
+ width: 100%;
13884
+ }
13885
+
13828
13886
  .k-table-scroller {
13829
13887
  position: relative;
13830
13888
  overflow: auto;
@@ -13867,6 +13925,10 @@ textarea.k-input-inner {
13867
13925
  padding: 0 4px;
13868
13926
  }
13869
13927
 
13928
+ .k-table-sm .k-table-list .k-table-group-row::before {
13929
+ padding: 4px 0;
13930
+ }
13931
+
13870
13932
  .k-table-md {
13871
13933
  font-size: 14px;
13872
13934
  line-height: 1.4285714286;
@@ -13881,6 +13943,10 @@ textarea.k-input-inner {
13881
13943
  padding: 0 8px;
13882
13944
  }
13883
13945
 
13946
+ .k-table-md .k-table-list .k-table-group-row::before {
13947
+ padding: 8px 0;
13948
+ }
13949
+
13884
13950
  .k-table-lg {
13885
13951
  font-size: 14px;
13886
13952
  line-height: 1.4285714286;
@@ -13895,6 +13961,10 @@ textarea.k-input-inner {
13895
13961
  padding: 0 8px;
13896
13962
  }
13897
13963
 
13964
+ .k-table-lg .k-table-list .k-table-group-row::before {
13965
+ padding: 16px 0;
13966
+ }
13967
+
13898
13968
  .k-rtl.k-table,
13899
13969
  .k-rtl .k-table,
13900
13970
  [dir="rtl"].k-table,
@@ -14164,13 +14234,14 @@ textarea.k-input-inner {
14164
14234
  padding: 8px 8px;
14165
14235
  border-width: 1px;
14166
14236
  border-style: solid;
14167
- box-sizing: border-box;
14237
+ outline: 0;
14168
14238
  font-family: Roboto, "Helvetica Neue", sans-serif;
14169
14239
  font-size: 14px;
14170
14240
  line-height: normal;
14171
14241
  display: inline-flex;
14172
- justify-content: center;
14242
+ flex-flow: row nowrap;
14173
14243
  align-items: center;
14244
+ justify-content: center;
14174
14245
  gap: 8px;
14175
14246
  position: relative;
14176
14247
  overflow: hidden;
@@ -14180,20 +14251,103 @@ textarea.k-input-inner {
14180
14251
  user-select: none;
14181
14252
  }
14182
14253
 
14183
- .k-chip:focus, .k-chip.k-chip-focus {
14184
- outline: 0;
14254
+ .k-chip .k-selected-icon-wrapper {
14255
+ display: none !important;
14185
14256
  }
14186
14257
 
14187
14258
  .k-chip-content {
14188
14259
  min-width: 0;
14189
- display: inline-flex;
14260
+ display: flex;
14261
+ flex-flow: row nowrap;
14262
+ align-items: center;
14263
+ overflow: hidden;
14190
14264
  flex: 1 1 auto;
14265
+ }
14266
+
14267
+ .k-chip-content:first-child {
14268
+ margin-inline-start: 8px;
14269
+ }
14270
+
14271
+ .k-chip-content:last-child {
14272
+ margin-inline-end: 8px;
14273
+ }
14274
+
14275
+ .k-chip-text,
14276
+ .k-chip-label {
14191
14277
  white-space: nowrap;
14278
+ text-overflow: ellipsis;
14279
+ overflow: hidden;
14280
+ flex: 1 1 auto;
14192
14281
  }
14193
14282
 
14194
- .k-chip-icon,
14195
- .k-chip-remove-icon {
14283
+ .k-chip-avatar {
14284
+ border-radius: 50%;
14285
+ background-size: cover;
14286
+ background-position: center;
14287
+ flex: none;
14288
+ }
14289
+
14290
+ .k-chip-icon {
14291
+ font-size: inherit;
14292
+ display: flex;
14293
+ align-items: center;
14294
+ justify-content: center;
14295
+ flex: none;
14296
+ }
14297
+
14298
+ .k-ie .k-chip-icon {
14299
+ margin-right: 8px;
14300
+ }
14301
+
14302
+ .k-chip-actions {
14303
+ flex: none;
14304
+ display: flex;
14305
+ flex-flow: row nowrap;
14306
+ align-items: center;
14307
+ align-self: center;
14308
+ }
14309
+
14310
+ .k-chip-action {
14311
+ flex: none;
14312
+ display: flex;
14313
+ flex-flow: row nowrap;
14314
+ align-items: center;
14315
+ align-self: center;
14316
+ }
14317
+
14318
+ .k-remove-icon {
14196
14319
  font-size: inherit;
14320
+ display: flex;
14321
+ align-items: center;
14322
+ justify-content: center;
14323
+ flex: none;
14324
+ }
14325
+
14326
+ .k-ie .k-remove-icon {
14327
+ margin-right: 0;
14328
+ margin-left: 8px;
14329
+ }
14330
+
14331
+ .k-chip-list {
14332
+ min-width: 0px;
14333
+ display: inline-flex;
14334
+ flex-wrap: wrap;
14335
+ align-items: center;
14336
+ position: relative;
14337
+ }
14338
+
14339
+ .k-ie .k-chip.k-rtl .k-chip-icon,
14340
+ .k-ie .k-rtl .k-chip .k-chip-icon,
14341
+ .k-ie .k-chip[dir="rtl"] .k-chip-icon {
14342
+ margin-right: 0;
14343
+ margin-left: 8px;
14344
+ }
14345
+
14346
+ .k-ie .k-chip.k-rtl .k-remove-icon,
14347
+ .k-ie .k-rtl .k-chip .k-remove-icon,
14348
+ .k-ie .k-chip[dir="rtl"] .k-remove-icon {
14349
+ margin-left: 0;
14350
+ margin-right: 8px;
14197
14351
  }
14198
14352
 
14199
14353
  .k-chip-sm {
@@ -14203,6 +14357,12 @@ textarea.k-input-inner {
14203
14357
  line-height: normal;
14204
14358
  }
14205
14359
 
14360
+ .k-chip-avatar {
14361
+ width: 1em;
14362
+ height: 1em;
14363
+ flex-basis: 1em;
14364
+ }
14365
+
14206
14366
  .k-chip-md {
14207
14367
  height: calc(1em + 16px);
14208
14368
  padding: 7px;
@@ -14210,6 +14370,12 @@ textarea.k-input-inner {
14210
14370
  line-height: normal;
14211
14371
  }
14212
14372
 
14373
+ .k-chip-avatar {
14374
+ width: 1em;
14375
+ height: 1em;
14376
+ flex-basis: 1em;
14377
+ }
14378
+
14213
14379
  .k-chip-lg {
14214
14380
  height: calc(1em + 22px);
14215
14381
  padding: 10px;
@@ -14223,19 +14389,6 @@ textarea.k-input-inner {
14223
14389
  flex-basis: 1em;
14224
14390
  }
14225
14391
 
14226
- .k-chip-avatar .k-avatar-image > img {
14227
- vertical-align: top;
14228
- }
14229
-
14230
- .k-chip-list {
14231
- min-width: 0px;
14232
- display: inline-flex;
14233
- flex-wrap: wrap;
14234
- align-items: center;
14235
- position: relative;
14236
- box-sizing: border-box;
14237
- }
14238
-
14239
14392
  .k-chip-list-sm {
14240
14393
  gap: 4px;
14241
14394
  }
@@ -14249,113 +14402,113 @@ textarea.k-input-inner {
14249
14402
  }
14250
14403
 
14251
14404
  .k-chip-solid-base {
14252
- border-color: rgba(0, 0, 0, 0.3);
14253
- color: black;
14254
- background-color: rgba(0, 0, 0, 0.08);
14405
+ border-color: rgba(192, 192, 192, 0.961);
14406
+ color: rgba(0, 0, 0, 0.87);
14407
+ background-color: rgba(239, 239, 239, 0.9896);
14255
14408
  }
14256
14409
 
14257
14410
  .k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
14258
- background-color: rgba(0, 0, 0, 0.08);
14411
+ background-color: rgba(239, 239, 239, 0.9896);
14259
14412
  }
14260
14413
 
14261
14414
  .k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
14262
- background-color: rgba(0, 0, 0, 0.16);
14415
+ background-color: rgba(222, 222, 222, 0.9792);
14263
14416
  }
14264
14417
 
14265
14418
  .k-chip-solid-base.k-selected {
14266
- background-color: rgba(0, 0, 0, 0.24);
14419
+ background-color: rgba(205, 205, 205, 0.9688);
14267
14420
  }
14268
14421
 
14269
14422
  .k-chip-solid-error {
14270
- border-color: rgba(243, 23, 0, 0.3);
14423
+ border-color: #fbb9b3;
14271
14424
  color: #f31700;
14272
- background-color: rgba(243, 23, 0, 0.08);
14425
+ background-color: #feeceb;
14273
14426
  }
14274
14427
 
14275
14428
  .k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
14276
14429
  box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
14277
- background-color: rgba(243, 23, 0, 0.08);
14430
+ background-color: #feeceb;
14278
14431
  }
14279
14432
 
14280
14433
  .k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
14281
- background-color: rgba(243, 23, 0, 0.16);
14434
+ background-color: #fddad6;
14282
14435
  }
14283
14436
 
14284
14437
  .k-chip-solid-error.k-selected {
14285
- background-color: rgba(243, 23, 0, 0.24);
14438
+ background-color: #fcc7c2;
14286
14439
  }
14287
14440
 
14288
14441
  .k-chip-solid-info {
14289
- border-color: rgba(0, 88, 233, 0.3);
14442
+ border-color: #b3cdf8;
14290
14443
  color: #0058e9;
14291
- background-color: rgba(0, 88, 233, 0.08);
14444
+ background-color: #ebf2fd;
14292
14445
  }
14293
14446
 
14294
14447
  .k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
14295
14448
  box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
14296
- background-color: rgba(0, 88, 233, 0.08);
14449
+ background-color: #ebf2fd;
14297
14450
  }
14298
14451
 
14299
14452
  .k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
14300
- background-color: rgba(0, 88, 233, 0.16);
14453
+ background-color: #d6e4fb;
14301
14454
  }
14302
14455
 
14303
14456
  .k-chip-solid-info.k-selected {
14304
- background-color: rgba(0, 88, 233, 0.24);
14457
+ background-color: #c2d7fa;
14305
14458
  }
14306
14459
 
14307
14460
  .k-chip-solid-warning {
14308
- border-color: rgba(255, 192, 0, 0.3);
14461
+ border-color: #ffecb3;
14309
14462
  color: #ffc000;
14310
- background-color: rgba(255, 192, 0, 0.08);
14463
+ background-color: #fffaeb;
14311
14464
  }
14312
14465
 
14313
14466
  .k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
14314
14467
  box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
14315
- background-color: rgba(255, 192, 0, 0.08);
14468
+ background-color: #fffaeb;
14316
14469
  }
14317
14470
 
14318
14471
  .k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
14319
- background-color: rgba(255, 192, 0, 0.16);
14472
+ background-color: #fff5d6;
14320
14473
  }
14321
14474
 
14322
14475
  .k-chip-solid-warning.k-selected {
14323
- background-color: rgba(255, 192, 0, 0.24);
14476
+ background-color: #fff0c2;
14324
14477
  }
14325
14478
 
14326
14479
  .k-chip-solid-success {
14327
- border-color: rgba(55, 180, 0, 0.3);
14480
+ border-color: #c3e9b3;
14328
14481
  color: #37b400;
14329
- background-color: rgba(55, 180, 0, 0.08);
14482
+ background-color: #eff9eb;
14330
14483
  }
14331
14484
 
14332
14485
  .k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
14333
14486
  box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
14334
- background-color: rgba(55, 180, 0, 0.08);
14487
+ background-color: #eff9eb;
14335
14488
  }
14336
14489
 
14337
14490
  .k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
14338
- background-color: rgba(55, 180, 0, 0.16);
14491
+ background-color: #dff3d6;
14339
14492
  }
14340
14493
 
14341
14494
  .k-chip-solid-success.k-selected {
14342
- background-color: rgba(55, 180, 0, 0.24);
14495
+ background-color: #cfedc2;
14343
14496
  }
14344
14497
 
14345
14498
  .k-chip-outline-base {
14346
- border-color: black;
14347
- color: black;
14499
+ border-color: rgba(0, 0, 0, 0.87);
14500
+ color: rgba(0, 0, 0, 0.87);
14348
14501
  background-color: white;
14349
14502
  }
14350
14503
 
14351
14504
  .k-chip-outline-base:hover, .k-chip-outline-base.k-hover {
14352
14505
  color: white;
14353
- background-color: black;
14506
+ background-color: rgba(0, 0, 0, 0.87);
14354
14507
  }
14355
14508
 
14356
14509
  .k-chip-outline-base.k-selected {
14357
14510
  color: white;
14358
- background-color: black;
14511
+ background-color: rgba(0, 0, 0, 0.87);
14359
14512
  }
14360
14513
 
14361
14514
  .k-chip-outline-error {
@@ -14469,12 +14622,12 @@ textarea.k-input-inner {
14469
14622
  }
14470
14623
 
14471
14624
  .k-chip-outline-base:hover, .k-chip-outline-base.k-hover {
14472
- color: black;
14625
+ color: rgba(0, 0, 0, 0.87);
14473
14626
  background-color: rgba(0, 0, 0, 0.08);
14474
14627
  }
14475
14628
 
14476
14629
  .k-chip-outline-base.k-selected {
14477
- color: black;
14630
+ color: rgba(0, 0, 0, 0.87);
14478
14631
  background-color: rgba(0, 0, 0, 0.24);
14479
14632
  }
14480
14633
 
@@ -14539,6 +14692,8 @@ textarea.k-input-inner {
14539
14692
  }
14540
14693
 
14541
14694
  .k-color-preview {
14695
+ width: 100%;
14696
+ height: 100%;
14542
14697
  border-width: 1px;
14543
14698
  border-radius: 2px;
14544
14699
  border-style: solid;
@@ -14549,6 +14704,14 @@ textarea.k-input-inner {
14549
14704
  overflow: hidden;
14550
14705
  }
14551
14706
 
14707
+ .k-color-preview > .k-color-preview-mask {
14708
+ width: 100%;
14709
+ height: 100%;
14710
+ position: absolute;
14711
+ top: 0;
14712
+ left: 0;
14713
+ }
14714
+
14552
14715
  .k-color-preview::before {
14553
14716
  content: "";
14554
14717
  width: 100%;
@@ -14568,19 +14731,21 @@ textarea.k-input-inner {
14568
14731
  display: flex;
14569
14732
  flex-flow: column nowrap;
14570
14733
  align-items: center;
14734
+ justify-content: center;
14571
14735
  gap: 2px;
14572
14736
  }
14573
14737
 
14574
14738
  .k-icon-color-preview .k-color-preview-mask {
14575
14739
  width: 14px;
14576
14740
  height: 2px;
14741
+ position: static;
14577
14742
  }
14578
14743
 
14579
14744
  .k-icon-color-preview::before {
14580
14745
  display: none;
14581
14746
  }
14582
14747
 
14583
- .k-no-color::after {
14748
+ .k-no-color::before {
14584
14749
  content: "";
14585
14750
  width: 100%;
14586
14751
  height: 100%;
@@ -14603,10 +14768,11 @@ textarea.k-input-inner {
14603
14768
  border-color: rgba(0, 0, 0, 0.15);
14604
14769
  }
14605
14770
 
14606
- .k-no-color::after {
14771
+ .k-no-color::before {
14607
14772
  background-color: white;
14608
14773
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23f31700' stroke-width='1'/%3e%3c/svg%3e");
14609
14774
  background-size: 100% 100%;
14775
+ background-position: 0 0;
14610
14776
  }
14611
14777
 
14612
14778
  .k-loader {
@@ -17107,11 +17273,13 @@ kendo-label.k-radio-label > .k-label {
17107
17273
  }
17108
17274
 
17109
17275
  .k-slider .k-button-increase {
17276
+ position: absolute;
17110
17277
  right: 0;
17111
17278
  top: 0;
17112
17279
  }
17113
17280
 
17114
17281
  .k-slider .k-button-decrease {
17282
+ position: absolute;
17115
17283
  left: 0;
17116
17284
  top: 0;
17117
17285
  }
@@ -18371,6 +18539,250 @@ kendo-label.k-radio-label > .k-label {
18371
18539
  background-color: #4e5fbb;
18372
18540
  }
18373
18541
 
18542
+ .k-timeselector {
18543
+ border-width: 1px;
18544
+ border-style: solid;
18545
+ box-sizing: border-box;
18546
+ outline: 0;
18547
+ font-family: Roboto, "Helvetica Neue", sans-serif;
18548
+ font-size: 14px;
18549
+ line-height: 1.4285714286;
18550
+ position: relative;
18551
+ overflow: hidden;
18552
+ display: flex;
18553
+ flex-flow: column nowrap;
18554
+ -webkit-user-select: none;
18555
+ -ms-user-select: none;
18556
+ user-select: none;
18557
+ -webkit-touch-callout: none;
18558
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18559
+ }
18560
+
18561
+ .k-popup > .k-timeselector {
18562
+ border-width: 0;
18563
+ }
18564
+
18565
+ .k-time-header,
18566
+ .k-time-selector-header {
18567
+ padding: 4px 4px;
18568
+ box-sizing: border-box;
18569
+ display: flex;
18570
+ align-items: center;
18571
+ justify-content: space-between;
18572
+ flex: 0 0 auto;
18573
+ }
18574
+
18575
+ .k-time-header .k-title,
18576
+ .k-time-header .k-time-selector-header-title,
18577
+ .k-time-selector-header .k-title,
18578
+ .k-time-selector-header .k-time-selector-header-title {
18579
+ padding: 8px 16px;
18580
+ font-weight: bold;
18581
+ display: inline-block;
18582
+ }
18583
+
18584
+ .k-time-header .k-time-now,
18585
+ .k-time-selector-header .k-time-now {
18586
+ border-width: 0;
18587
+ line-height: inherit;
18588
+ cursor: pointer;
18589
+ }
18590
+
18591
+ .k-time-list-container {
18592
+ display: flex;
18593
+ position: relative;
18594
+ flex: 1 1 auto;
18595
+ }
18596
+
18597
+ .k-time-highlight,
18598
+ .k-time-list-highlight {
18599
+ width: 100%;
18600
+ height: 28px;
18601
+ border-width: 1px 0px;
18602
+ border-style: solid;
18603
+ box-sizing: border-box;
18604
+ position: absolute;
18605
+ top: calc(50% + 9px);
18606
+ left: 0;
18607
+ right: 0;
18608
+ transform: translateY(-50%);
18609
+ z-index: 1;
18610
+ }
18611
+
18612
+ .k-time-list-wrapper {
18613
+ min-width: 4em;
18614
+ height: 240px;
18615
+ box-sizing: content-box;
18616
+ display: inline-flex;
18617
+ flex-flow: column nowrap;
18618
+ align-items: stretch;
18619
+ overflow: hidden;
18620
+ position: relative;
18621
+ text-align: center;
18622
+ flex: 1 1 auto;
18623
+ }
18624
+
18625
+ .k-time-list-wrapper .k-title {
18626
+ font-size: 12px;
18627
+ line-height: 1.5;
18628
+ font-weight: bold;
18629
+ text-align: center;
18630
+ text-transform: capitalize;
18631
+ display: block;
18632
+ }
18633
+
18634
+ .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
18635
+ display: block;
18636
+ content: " ";
18637
+ position: absolute;
18638
+ width: 100%;
18639
+ left: 0;
18640
+ pointer-events: none;
18641
+ height: calc(50% - 14px);
18642
+ box-sizing: border-box;
18643
+ border-width: 0;
18644
+ border-style: solid;
18645
+ }
18646
+
18647
+ .k-time-list-wrapper.k-state-focused::before {
18648
+ top: 18px;
18649
+ }
18650
+
18651
+ .k-time-list-wrapper.k-state-focused::after {
18652
+ bottom: 0;
18653
+ }
18654
+
18655
+ .k-time-list {
18656
+ display: flex;
18657
+ flex-flow: row nowrap;
18658
+ align-items: stretch;
18659
+ flex: 1;
18660
+ position: relative;
18661
+ z-index: 1;
18662
+ overflow: hidden;
18663
+ }
18664
+
18665
+ .k-time-list::before, .k-time-list::after {
18666
+ display: block;
18667
+ position: absolute;
18668
+ content: " ";
18669
+ height: 0;
18670
+ line-height: 0;
18671
+ z-index: 1;
18672
+ width: 200%;
18673
+ left: -50%;
18674
+ }
18675
+
18676
+ .k-time-list::before {
18677
+ top: 0;
18678
+ }
18679
+
18680
+ .k-time-list::after {
18681
+ bottom: 0;
18682
+ }
18683
+
18684
+ .k-time-container,
18685
+ .k-time-list-content {
18686
+ position: relative;
18687
+ flex: 1 1 auto;
18688
+ display: block;
18689
+ overflow-x: hidden;
18690
+ overflow-y: scroll;
18691
+ padding-right: 100px;
18692
+ padding-left: 100px;
18693
+ margin-left: -100px;
18694
+ margin-right: -117px;
18695
+ }
18696
+
18697
+ .k-time-container > ul,
18698
+ .k-time-list-content > ul {
18699
+ height: auto;
18700
+ width: 4em;
18701
+ margin: auto;
18702
+ }
18703
+
18704
+ .k-rtl .k-time-container [dir="rtl"] .k-time-container, .k-rtl
18705
+ .k-time-list-content [dir="rtl"] .k-time-container, .k-rtl .k-time-container [dir="rtl"]
18706
+ .k-time-list-content, .k-rtl
18707
+ .k-time-list-content [dir="rtl"]
18708
+ .k-time-list-content {
18709
+ padding-right: 100px;
18710
+ padding-left: 100px;
18711
+ margin-left: -117px;
18712
+ margin-right: -100px;
18713
+ }
18714
+
18715
+ .k-time-container .k-scrollable-placeholder,
18716
+ .k-time-list-content .k-scrollable-placeholder {
18717
+ position: absolute;
18718
+ width: 1px;
18719
+ top: 0;
18720
+ right: 0;
18721
+ }
18722
+
18723
+ .k-time-list-item,
18724
+ .k-time-list .k-item {
18725
+ padding: 4px 16px;
18726
+ }
18727
+
18728
+ .k-time-separator {
18729
+ width: 0;
18730
+ height: 28px;
18731
+ align-self: center;
18732
+ display: inline-flex;
18733
+ justify-content: center;
18734
+ align-items: center;
18735
+ position: relative;
18736
+ z-index: 11;
18737
+ top: 9px;
18738
+ }
18739
+
18740
+ .k-timeselector {
18741
+ border-color: rgba(0, 0, 0, 0.12);
18742
+ color: rgba(0, 0, 0, 0.87);
18743
+ background-color: white;
18744
+ }
18745
+
18746
+ .k-time-header .k-time-now,
18747
+ .k-time-selector-header .k-time-now {
18748
+ color: #e51a5f;
18749
+ }
18750
+
18751
+ .k-time-header .k-time-now:hover,
18752
+ .k-time-selector-header .k-time-now:hover {
18753
+ color: #c2185b;
18754
+ }
18755
+
18756
+ .k-time-list-wrapper .k-title {
18757
+ color: rgba(0, 0, 0, 0.54);
18758
+ }
18759
+
18760
+ .k-time-list-wrapper.k-state-focused .k-title {
18761
+ color: rgba(0, 0, 0, 0.87);
18762
+ }
18763
+
18764
+ .k-time-list::before, .k-time-list::after {
18765
+ box-shadow: 0 0 3em 1.5em white;
18766
+ }
18767
+
18768
+ .k-time-list .k-item:hover {
18769
+ color: #3f51b5;
18770
+ }
18771
+
18772
+ .k-time-container {
18773
+ background: transparent;
18774
+ }
18775
+
18776
+ .k-time-highlight {
18777
+ border-color: rgba(0, 0, 0, 0.12);
18778
+ background-color: white;
18779
+ }
18780
+
18781
+ .k-time-list .k-item:hover {
18782
+ color: rgba(0, 0, 0, 0.87);
18783
+ background-color: rgba(0, 0, 0, 0.04);
18784
+ }
18785
+
18374
18786
  .k-captcha {
18375
18787
  width: 335px;
18376
18788
  box-sizing: border-box;
@@ -18782,311 +19194,6 @@ kendo-label.k-radio-label > .k-label {
18782
19194
  width: min-content;
18783
19195
  }
18784
19196
 
18785
- .k-datetime-container .k-datetime-wrap {
18786
- width: 320px;
18787
- overflow: hidden;
18788
- }
18789
-
18790
- .k-datetime-container .k-datetime-buttongroup {
18791
- padding: 16px;
18792
- }
18793
-
18794
- .k-datetime-container .k-datetime-selector {
18795
- display: flex;
18796
- transition: transform .2s;
18797
- }
18798
-
18799
- .k-datetime-container .k-datetime-calendar-wrap,
18800
- .k-datetime-container .k-datetime-time-wrap {
18801
- text-align: center;
18802
- flex: 0 0 320px;
18803
- }
18804
-
18805
- .k-datetime-container .k-timeselector {
18806
- outline: none;
18807
- }
18808
-
18809
- .k-datetime-container .k-time-list-container {
18810
- justify-content: center;
18811
- }
18812
-
18813
- .k-datetime-container .k-time-tab .k-datetime-selector {
18814
- transform: translateX(-100%);
18815
- }
18816
-
18817
- .k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
18818
- [dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
18819
- transform: translateX(100%);
18820
- }
18821
-
18822
- .k-time-header {
18823
- display: flex;
18824
- align-items: center;
18825
- justify-content: space-between;
18826
- padding: 8px 32px;
18827
- line-height: 2em;
18828
- }
18829
-
18830
- .k-time-header .k-title {
18831
- font-weight: bold;
18832
- }
18833
-
18834
- .k-time-header .k-time-now {
18835
- border-width: 0;
18836
- line-height: inherit;
18837
- cursor: pointer;
18838
- }
18839
-
18840
- .k-time-list-wrapper {
18841
- display: inline-block;
18842
- overflow: hidden;
18843
- box-sizing: content-box;
18844
- overflow-x: hidden;
18845
- overflow-y: auto;
18846
- position: relative;
18847
- padding: 20px 0;
18848
- text-align: center;
18849
- min-width: 4em;
18850
- height: 200px;
18851
- flex: 1 1 auto;
18852
- }
18853
-
18854
- .k-time-list-wrapper .k-title {
18855
- display: block;
18856
- text-align: center;
18857
- font-size: 10px;
18858
- position: absolute;
18859
- text-transform: capitalize;
18860
- font-weight: bold;
18861
- min-width: 100%;
18862
- height: 1.5em;
18863
- line-height: 1.5em;
18864
- margin-top: -20px;
18865
- z-index: 12;
18866
- }
18867
-
18868
- .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
18869
- display: block;
18870
- content: " ";
18871
- position: absolute;
18872
- width: 100%;
18873
- left: 0;
18874
- pointer-events: none;
18875
- height: calc(50% - 1em);
18876
- box-sizing: border-box;
18877
- border-width: 0;
18878
- border-style: solid;
18879
- }
18880
-
18881
- .k-time-list-wrapper.k-state-focused::before {
18882
- top: 0;
18883
- }
18884
-
18885
- .k-time-list-wrapper.k-state-focused::after {
18886
- bottom: 0;
18887
- }
18888
-
18889
- .k-time-container {
18890
- position: absolute;
18891
- display: block;
18892
- overflow-x: hidden;
18893
- overflow-y: scroll;
18894
- line-height: 2;
18895
- left: 0;
18896
- right: 0;
18897
- top: 20px;
18898
- bottom: 20px;
18899
- padding-right: 100px;
18900
- padding-left: 100px;
18901
- margin-left: -100px;
18902
- margin-right: -117px;
18903
- }
18904
-
18905
- .k-time-container > ul {
18906
- height: auto;
18907
- width: 4em;
18908
- margin: auto;
18909
- }
18910
-
18911
- .k-rtl .k-time-container, .k-time-container.k-rtl,
18912
- [dir="rtl"] .k-time-container, .k-time-container[dir="rtl"] {
18913
- padding-right: 100px;
18914
- padding-left: 100px;
18915
- margin-left: -117px;
18916
- margin-right: -100px;
18917
- }
18918
-
18919
- .k-time-list-container {
18920
- display: flex;
18921
- position: relative;
18922
- }
18923
-
18924
- .k-time-list {
18925
- position: absolute;
18926
- display: flex;
18927
- z-index: 10;
18928
- outline: 0;
18929
- bottom: 0;
18930
- right: 0;
18931
- left: 0;
18932
- top: 0;
18933
- }
18934
-
18935
- .k-time-list::before, .k-time-list::after {
18936
- display: block;
18937
- position: absolute;
18938
- content: " ";
18939
- height: 0;
18940
- line-height: 0;
18941
- z-index: 1;
18942
- width: 200%;
18943
- left: -50%;
18944
- }
18945
-
18946
- .k-time-list::before {
18947
- top: 0;
18948
- }
18949
-
18950
- .k-time-list::after {
18951
- bottom: 0;
18952
- }
18953
-
18954
- .k-time-list .k-item {
18955
- padding: 4px 16px;
18956
- min-height: calc(2em + 2px);
18957
- line-height: calc(2em + 2px);
18958
- }
18959
-
18960
- .k-time-highlight {
18961
- position: absolute;
18962
- top: 50%;
18963
- left: 0;
18964
- right: 0;
18965
- transform: translateY(-50%);
18966
- width: 100%;
18967
- height: calc(1.4285714286em + 16px);
18968
- z-index: 1;
18969
- border-width: 1px 0;
18970
- border-style: solid;
18971
- }
18972
-
18973
- .k-time-container .k-scrollable-placeholder {
18974
- position: absolute;
18975
- width: 1px;
18976
- top: 0;
18977
- right: 0;
18978
- }
18979
-
18980
- .k-time-separator {
18981
- width: 0;
18982
- height: 100%;
18983
- display: inline-flex;
18984
- align-self: center;
18985
- justify-content: center;
18986
- z-index: 11;
18987
- }
18988
-
18989
- .k-timeselector .k-time-header,
18990
- .k-datetime-wrap .k-time-header {
18991
- padding: 8px 18px;
18992
- }
18993
-
18994
- .k-timeselector .k-time-header .k-title,
18995
- .k-datetime-wrap .k-time-header .k-title {
18996
- font-weight: bold;
18997
- }
18998
-
18999
- .k-timeselector .k-time-header .k-time-now,
19000
- .k-datetime-wrap .k-time-header .k-time-now {
19001
- cursor: pointer;
19002
- text-transform: uppercase;
19003
- font-weight: bold;
19004
- padding: 0;
19005
- min-width: auto;
19006
- }
19007
-
19008
- .k-timeselector .k-time-list-wrapper .k-title,
19009
- .k-datetime-wrap .k-time-list-wrapper .k-title {
19010
- text-transform: uppercase;
19011
- z-index: 99;
19012
- }
19013
-
19014
- .k-timeselector .k-time-list-container .k-time-separator,
19015
- .k-datetime-wrap .k-time-list-container .k-time-separator {
19016
- display: none;
19017
- }
19018
-
19019
- .k-time-header .k-time-now {
19020
- color: #e51a5f;
19021
- background: transparent;
19022
- }
19023
-
19024
- .k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
19025
- color: #c2185b;
19026
- }
19027
-
19028
- .k-time-list-wrapper .k-title {
19029
- color: rgba(0, 0, 0, 0.54);
19030
- }
19031
-
19032
- .k-time-list-wrapper.k-state-focused .k-title {
19033
- color: rgba(0, 0, 0, 0.87);
19034
- }
19035
-
19036
- .k-time-list::before, .k-time-list::after {
19037
- box-shadow: 0 0 3em 1.5em white;
19038
- }
19039
-
19040
- .k-time-list .k-item:hover {
19041
- color: #3f51b5;
19042
- }
19043
-
19044
- .k-time-container {
19045
- background: transparent;
19046
- }
19047
-
19048
- .k-datetime-container .k-date-tab .k-datetime-buttongroup,
19049
- .k-datetime-container .k-date-tab .k-datetime-selector {
19050
- background-color: white;
19051
- }
19052
-
19053
- .k-timeselector,
19054
- .k-datetime-wrap {
19055
- border-color: inherit;
19056
- }
19057
-
19058
- .k-timeselector .k-time-header .k-time-now::before,
19059
- .k-datetime-wrap .k-time-header .k-time-now::before {
19060
- opacity: 0;
19061
- }
19062
-
19063
- .k-timeselector .k-time-list-wrapper .k-time-list .k-item:hover,
19064
- .k-datetime-wrap .k-time-list-wrapper .k-time-list .k-item:hover {
19065
- border-color: rgba(0, 0, 0, 0.15);
19066
- color: rgba(0, 0, 0, 0.87);
19067
- background-color: rgba(0, 0, 0, 0.04);
19068
- }
19069
-
19070
- .k-timeselector .k-time-list-wrapper .k-time-list::before, .k-timeselector .k-time-list-wrapper .k-time-list::after,
19071
- .k-datetime-wrap .k-time-list-wrapper .k-time-list::before,
19072
- .k-datetime-wrap .k-time-list-wrapper .k-time-list::after {
19073
- box-shadow: 0 0 3em 3em white;
19074
- }
19075
-
19076
- .k-time-container {
19077
- background: transparent;
19078
- }
19079
-
19080
- .k-time-highlight {
19081
- background-color: white;
19082
- border-color: rgba(0, 0, 0, 0.12);
19083
- }
19084
-
19085
- .k-datetime-container .k-date-tab .k-datetime-buttongroup,
19086
- .k-datetime-container .k-date-tab .k-datetime-selector {
19087
- background-color: white;
19088
- }
19089
-
19090
19197
  .k-dropdowngrid-popup {
19091
19198
  overflow: hidden;
19092
19199
  }
@@ -19386,8 +19493,6 @@ kendo-label.k-radio-label > .k-label {
19386
19493
  box-sizing: border-box;
19387
19494
  outline: 0;
19388
19495
  font-family: Roboto, "Helvetica Neue", sans-serif;
19389
- font-size: 14px;
19390
- line-height: 1.4285714286;
19391
19496
  display: block;
19392
19497
  cursor: default;
19393
19498
  overflow: auto;
@@ -19396,15 +19501,15 @@ kendo-label.k-radio-label > .k-label {
19396
19501
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19397
19502
  }
19398
19503
 
19399
- .k-treeview > .k-group {
19504
+ .k-treeview > .k-treeview-group {
19400
19505
  outline: 0;
19401
19506
  -webkit-touch-callout: none;
19402
19507
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19403
19508
  }
19404
19509
 
19405
19510
  .k-treeview .k-content,
19406
- .k-treeview > .k-group,
19407
- .k-treeview .k-item > .k-group {
19511
+ .k-treeview > .k-treeview-group,
19512
+ .k-treeview .k-treeview-item > .k-treeview-group {
19408
19513
  margin: 0;
19409
19514
  padding: 0;
19410
19515
  background: none;
@@ -19413,21 +19518,21 @@ kendo-label.k-radio-label > .k-label {
19413
19518
  }
19414
19519
 
19415
19520
  .k-treeview .k-content.ng-animating,
19416
- .k-treeview > .k-group.ng-animating,
19417
- .k-treeview .k-item > .k-group.ng-animating {
19521
+ .k-treeview > .k-treeview-group.ng-animating,
19522
+ .k-treeview .k-treeview-item > .k-treeview-group.ng-animating {
19418
19523
  overflow: hidden;
19419
19524
  }
19420
19525
 
19421
- .k-treeview .k-top,
19422
- .k-treeview .k-mid,
19423
- .k-treeview .k-bot {
19526
+ .k-treeview .k-treeview-top,
19527
+ .k-treeview .k-treeview-mid,
19528
+ .k-treeview .k-treeview-bot {
19424
19529
  display: flex;
19425
19530
  flex-direction: row;
19426
19531
  align-items: center;
19427
19532
  align-content: center;
19428
19533
  }
19429
19534
 
19430
- .k-treeview .k-item {
19535
+ .k-treeview .k-treeview-item {
19431
19536
  outline-style: none;
19432
19537
  margin: 0;
19433
19538
  padding: 0 0 0 16px;
@@ -19435,9 +19540,8 @@ kendo-label.k-radio-label > .k-label {
19435
19540
  display: block;
19436
19541
  }
19437
19542
 
19438
- .k-treeview .k-in {
19543
+ .k-treeview .k-treeview-leaf {
19439
19544
  margin: 0;
19440
- padding: 6px 8px;
19441
19545
  border: 0px solid transparent;
19442
19546
  text-decoration: none;
19443
19547
  display: inline-flex;
@@ -19447,7 +19551,7 @@ kendo-label.k-radio-label > .k-label {
19447
19551
  position: relative;
19448
19552
  }
19449
19553
 
19450
- .k-treeview .k-in.k-state-focused {
19554
+ .k-treeview .k-treeview-leaf.k-state-focused {
19451
19555
  z-index: 1;
19452
19556
  }
19453
19557
 
@@ -19489,14 +19593,14 @@ kendo-label.k-radio-label > .k-label {
19489
19593
  z-index: 1000;
19490
19594
  }
19491
19595
 
19492
- .k-treeview .k-in .k-icon,
19493
- .k-treeview .k-in .k-image,
19494
- .k-treeview .k-in .k-sprite {
19596
+ .k-treeview .k-treeview-leaf .k-icon,
19597
+ .k-treeview .k-treeview-leaf .k-image,
19598
+ .k-treeview .k-treeview-leaf .k-sprite {
19495
19599
  margin-right: 8px;
19496
19600
  }
19497
19601
 
19498
- .k-rtl .k-treeview .k-item,
19499
- .k-treeview[dir="rtl"] .k-item {
19602
+ .k-rtl .k-treeview .k-treeview-item,
19603
+ .k-treeview[dir="rtl"] .k-treeview-item {
19500
19604
  padding-left: 0;
19501
19605
  padding-right: 16px;
19502
19606
  }
@@ -19534,30 +19638,57 @@ kendo-label.k-radio-label > .k-label {
19534
19638
  margin-left: 8px;
19535
19639
  }
19536
19640
 
19537
- .k-rtl .k-treeview .k-in .k-icon,
19538
- .k-rtl .k-treeview .k-in .k-image,
19539
- .k-rtl .k-treeview .k-in .k-sprite,
19540
- .k-treeview[dir="rtl"] .k-in .k-icon,
19541
- .k-treeview[dir="rtl"] .k-in .k-image,
19542
- .k-treeview[dir="rtl"] .k-in .k-sprite {
19641
+ .k-rtl .k-treeview .k-treeview-leaf .k-icon,
19642
+ .k-rtl .k-treeview .k-treeview-leaf .k-image,
19643
+ .k-rtl .k-treeview .k-treeview-leaf .k-sprite,
19644
+ .k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
19645
+ .k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
19646
+ .k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite {
19543
19647
  margin-left: 8px;
19544
19648
  margin-right: 0;
19545
19649
  }
19546
19650
 
19651
+ .k-treeview-sm {
19652
+ font-size: 12px;
19653
+ line-height: 2;
19654
+ }
19655
+
19656
+ .k-treeview-sm .k-treeview-leaf {
19657
+ padding: 2px 4px;
19658
+ }
19659
+
19660
+ .k-treeview-md {
19661
+ font-size: 14px;
19662
+ line-height: 2;
19663
+ }
19664
+
19665
+ .k-treeview-md .k-treeview-leaf {
19666
+ padding: 4px 8px;
19667
+ }
19668
+
19669
+ .k-treeview-lg {
19670
+ font-size: 16px;
19671
+ line-height: 2;
19672
+ }
19673
+
19674
+ .k-treeview-lg .k-treeview-leaf {
19675
+ padding: 8px 12px;
19676
+ }
19677
+
19547
19678
  .k-treeview {
19548
19679
  color: rgba(0, 0, 0, 0.87);
19549
19680
  }
19550
19681
 
19551
- .k-treeview .k-in:hover,
19552
- .k-treeview .k-in.k-state-hover {
19682
+ .k-treeview .k-treeview-leaf:hover,
19683
+ .k-treeview .k-treeview-leaf.k-hover {
19553
19684
  background-color: rgba(0, 0, 0, 0.07);
19554
19685
  }
19555
19686
 
19556
- .k-treeview .k-in.k-state-selected {
19687
+ .k-treeview .k-treeview-leaf.k-selected {
19557
19688
  color: #e51a5f;
19558
19689
  }
19559
19690
 
19560
- .k-treeview .k-in.k-state-focused {
19691
+ .k-treeview .k-treeview-leaf.k-focus {
19561
19692
  background-color: rgba(0, 0, 0, 0.07);
19562
19693
  }
19563
19694
 
@@ -19755,24 +19886,28 @@ kendo-label.k-radio-label > .k-label {
19755
19886
  }
19756
19887
 
19757
19888
  .k-switch-sm[dir="rtl"] .k-switch-label-on,
19758
- [dir="rtl"] .k-switch-sm .k-switch-label-on {
19889
+ [dir="rtl"] .k-switch-sm .k-switch-label-on,
19890
+ .k-rtl .k-switch-sm .k-switch-label-on {
19759
19891
  left: auto;
19760
19892
  right: 0px;
19761
19893
  }
19762
19894
 
19763
19895
  .k-switch-sm[dir="rtl"] .k-switch-label-off,
19764
- [dir="rtl"] .k-switch-sm .k-switch-label-off {
19896
+ [dir="rtl"] .k-switch-sm .k-switch-label-off,
19897
+ .k-rtl .k-switch-sm .k-switch-label-off {
19765
19898
  right: auto;
19766
19899
  left: 0px;
19767
19900
  }
19768
19901
 
19769
19902
  .k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
19770
- [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
19903
+ [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
19904
+ .k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
19771
19905
  left: 4px;
19772
19906
  }
19773
19907
 
19774
19908
  .k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
19775
- [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
19909
+ [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
19910
+ .k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
19776
19911
  left: calc(100% - 4px);
19777
19912
  }
19778
19913
 
@@ -19808,24 +19943,28 @@ kendo-label.k-radio-label > .k-label {
19808
19943
  }
19809
19944
 
19810
19945
  .k-switch-md[dir="rtl"] .k-switch-label-on,
19811
- [dir="rtl"] .k-switch-md .k-switch-label-on {
19946
+ [dir="rtl"] .k-switch-md .k-switch-label-on,
19947
+ .k-rtl .k-switch-md .k-switch-label-on {
19812
19948
  left: auto;
19813
19949
  right: 0px;
19814
19950
  }
19815
19951
 
19816
19952
  .k-switch-md[dir="rtl"] .k-switch-label-off,
19817
- [dir="rtl"] .k-switch-md .k-switch-label-off {
19953
+ [dir="rtl"] .k-switch-md .k-switch-label-off,
19954
+ .k-rtl .k-switch-md .k-switch-label-off {
19818
19955
  right: auto;
19819
19956
  left: 0px;
19820
19957
  }
19821
19958
 
19822
19959
  .k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
19823
- [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap {
19960
+ [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
19961
+ .k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
19824
19962
  left: 7px;
19825
19963
  }
19826
19964
 
19827
19965
  .k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
19828
- [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap {
19966
+ [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
19967
+ .k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
19829
19968
  left: calc(100% - 7px);
19830
19969
  }
19831
19970
 
@@ -19861,29 +20000,34 @@ kendo-label.k-radio-label > .k-label {
19861
20000
  }
19862
20001
 
19863
20002
  .k-switch-lg[dir="rtl"] .k-switch-label-on,
19864
- [dir="rtl"] .k-switch-lg .k-switch-label-on {
20003
+ [dir="rtl"] .k-switch-lg .k-switch-label-on,
20004
+ .k-rtl .k-switch-lg .k-switch-label-on {
19865
20005
  left: auto;
19866
20006
  right: 0px;
19867
20007
  }
19868
20008
 
19869
20009
  .k-switch-lg[dir="rtl"] .k-switch-label-off,
19870
- [dir="rtl"] .k-switch-lg .k-switch-label-off {
20010
+ [dir="rtl"] .k-switch-lg .k-switch-label-off,
20011
+ .k-rtl .k-switch-lg .k-switch-label-off {
19871
20012
  right: auto;
19872
20013
  left: 0px;
19873
20014
  }
19874
20015
 
19875
20016
  .k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
19876
- [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20017
+ [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
20018
+ .k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
19877
20019
  left: 10px;
19878
20020
  }
19879
20021
 
19880
20022
  .k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
19881
- [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20023
+ [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
20024
+ .k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
19882
20025
  left: calc(100% - 10px);
19883
20026
  }
19884
20027
 
19885
20028
  .k-switch[dir="rtl"] .k-switch-thumb,
19886
- [dir="rtl"] .k-switch .k-switch-thumb {
20029
+ [dir="rtl"] .k-switch .k-switch-thumb,
20030
+ .k-rtl .k-switch .k-switch-thumb {
19887
20031
  transform: translate(50%, -50%);
19888
20032
  }
19889
20033
 
@@ -26361,7 +26505,7 @@ kendo-card-footer {
26361
26505
  }
26362
26506
 
26363
26507
  .k-grouping-header {
26364
- padding: 14px 14px;
26508
+ padding: 8px 8px;
26365
26509
  border-width: 0 0 1px;
26366
26510
  border-style: solid;
26367
26511
  border-color: inherit;
@@ -26382,11 +26526,11 @@ kendo-card-footer {
26382
26526
  display: flex;
26383
26527
  flex-flow: row wrap;
26384
26528
  align-items: center;
26385
- gap: 14px;
26529
+ gap: 8px;
26386
26530
  }
26387
26531
 
26388
26532
  .k-grouping-header-flex::before {
26389
- margin-left: -14px;
26533
+ margin-left: -8px;
26390
26534
  }
26391
26535
 
26392
26536
  .k-grouping-header-flex .k-group-indicator {
@@ -26394,8 +26538,8 @@ kendo-card-footer {
26394
26538
  }
26395
26539
 
26396
26540
  .k-grid .k-indicator-container {
26397
- margin: -14px 0;
26398
- padding: 14px 0;
26541
+ margin: -8px 0;
26542
+ padding: 8px 0;
26399
26543
  }
26400
26544
 
26401
26545
  .k-grid .k-indicator-container:last-child {
@@ -26446,10 +26590,6 @@ kendo-card-footer {
26446
26590
  opacity: 1;
26447
26591
  }
26448
26592
 
26449
- .k-group-indicator {
26450
- margin-right: 4px;
26451
- }
26452
-
26453
26593
  .k-group-indicator + .k-group-indicator {
26454
26594
  margin-left: 4px;
26455
26595
  }
@@ -26458,7 +26598,7 @@ kendo-card-footer {
26458
26598
  width: 12px;
26459
26599
  height: 36px;
26460
26600
  position: absolute;
26461
- top: calc(0.7142857143em + 4px);
26601
+ top: calc(0.7142857143em - 2px);
26462
26602
  box-sizing: content-box;
26463
26603
  }
26464
26604
 
@@ -26699,21 +26839,6 @@ div.k-grid-footer {
26699
26839
  flex: 1 1 auto;
26700
26840
  }
26701
26841
 
26702
- .k-filtercell > span > .k-widget,
26703
- .k-filtercell > span > .k-textbox,
26704
- .k-filtercell .k-filtercell-wrapper > .k-widget,
26705
- .k-filtercell .k-filtercell-wrapper > .k-textbox {
26706
- width: 100%;
26707
- }
26708
-
26709
- .k-filtercell > span .k-colorpicker,
26710
- .k-filtercell > span .k-dropdown-operator,
26711
- .k-filtercell .k-filtercell-wrapper .k-colorpicker,
26712
- .k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
26713
- width: min-content;
26714
- flex: none;
26715
- }
26716
-
26717
26842
  .k-filtercell > span > .k-button,
26718
26843
  .k-filtercell .k-filtercell-wrapper > .k-button {
26719
26844
  flex: none;
@@ -27433,7 +27558,7 @@ div.k-grid-norecords {
27433
27558
  .k-grouping-dropclue {
27434
27559
  width: 0;
27435
27560
  height: 36px;
27436
- top: calc(0.7142857143em + 4px);
27561
+ top: calc(0.7142857143em - 2px);
27437
27562
  border-style: solid;
27438
27563
  border-width: 0 2px 0 0;
27439
27564
  }
@@ -28109,7 +28234,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
28109
28234
  display: block;
28110
28235
  }
28111
28236
 
28112
- .k-listview-content.k-d-flex::after,
28237
+ .k-listview-content.k-d-flex::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex-col::after,
28113
28238
  .k-listview-content.k-d-grid::after {
28114
28239
  display: none;
28115
28240
  }
@@ -29513,19 +29638,19 @@ thead.k-grid-header > tr:not(:only-child) > th {
29513
29638
  user-select: none;
29514
29639
  }
29515
29640
 
29516
- .k-flex-row .k-pivotgrid-configurator-button,
29641
+ .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
29517
29642
  .k-flex-row-reverse .k-pivotgrid-configurator-button {
29518
29643
  display: flex;
29519
29644
  align-items: center;
29520
29645
  }
29521
29646
 
29522
- .k-flex-row .k-pivotgrid-configurator-button span,
29647
+ .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
29523
29648
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
29524
29649
  -ms-writing-mode: tb-rl;
29525
29650
  writing-mode: vertical-rl;
29526
29651
  }
29527
29652
 
29528
- .k-flex-row .k-pivotgrid-configurator-button .k-icon,
29653
+ .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
29529
29654
  .k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
29530
29655
  vertical-align: baseline;
29531
29656
  }
@@ -29534,7 +29659,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29534
29659
  transform: rotate(-180deg);
29535
29660
  }
29536
29661
 
29537
- .k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
29662
+ .k-flex-col .k-pivotgrid-configurator-button, .k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
29538
29663
  .k-flex-col-reverse .k-pivotgrid-configurator-button,
29539
29664
  .k-flex-column-reverse .k-pivotgrid-configurator-button {
29540
29665
  text-align: center;
@@ -29546,7 +29671,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29546
29671
  z-index: 2;
29547
29672
  }
29548
29673
 
29549
- .k-flex-row .k-pivotgrid-configurator-overlay {
29674
+ .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
29550
29675
  right: calc(2em + 10px);
29551
29676
  }
29552
29677
 
@@ -29554,7 +29679,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29554
29679
  left: calc(2em + 10px);
29555
29680
  }
29556
29681
 
29557
- .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29682
+ .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29558
29683
  bottom: calc(2em + 10px);
29559
29684
  }
29560
29685
 
@@ -29596,6 +29721,13 @@ thead.k-grid-header > tr:not(:only-child) > th {
29596
29721
  flex-basis: 50%;
29597
29722
  }
29598
29723
 
29724
+ .k-pivotgrid-configurator-content .k-row-fields,
29725
+ .k-pivotgrid-configurator-content .k-column-fields,
29726
+ .k-pivotgrid-configurator-content .k-filter-fields {
29727
+ margin-top: 8px;
29728
+ flex-wrap: wrap;
29729
+ }
29730
+
29599
29731
  .k-pivotgrid-configurator-content .k-value-fields {
29600
29732
  margin: 8px 0px;
29601
29733
  display: flex;
@@ -29621,19 +29753,11 @@ thead.k-grid-header > tr:not(:only-child) > th {
29621
29753
  text-align: center;
29622
29754
  }
29623
29755
 
29624
- .k-pivotgrid-configurator-content .k-chip-content {
29625
- padding-inline-end: 4px;
29626
- }
29627
-
29628
29756
  .k-pivotgrid-configurator-content .k-treeview {
29629
29757
  padding: 0px 16px;
29630
29758
  overflow: auto;
29631
29759
  }
29632
29760
 
29633
- .k-pivotgrid-configurator-actions {
29634
- padding: 12px 8px;
29635
- }
29636
-
29637
29761
  .k-calculated-field {
29638
29762
  padding: 16px 16px;
29639
29763
  border-width: 1px;
@@ -29693,7 +29817,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29693
29817
  min-width: 320px;
29694
29818
  }
29695
29819
 
29696
- .k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
29820
+ .k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
29697
29821
  .k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
29698
29822
  border-right-width: 0;
29699
29823
  border-left-width: 0;
@@ -29747,7 +29871,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29747
29871
  overflow-y: auto;
29748
29872
  }
29749
29873
 
29750
- .k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
29874
+ .k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
29751
29875
  .k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
29752
29876
  .k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
29753
29877
  border-top-width: 0;
@@ -30122,7 +30246,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
30122
30246
  border-color: rgba(0, 0, 0, 0.12);
30123
30247
  }
30124
30248
 
30125
- .k-flex-row .k-pivotgrid-configurator-overlay {
30249
+ .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
30126
30250
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
30127
30251
  }
30128
30252
 
@@ -30130,7 +30254,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
30130
30254
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
30131
30255
  }
30132
30256
 
30133
- .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
30257
+ .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
30134
30258
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
30135
30259
  }
30136
30260
 
@@ -30506,7 +30630,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
30506
30630
  left: 0;
30507
30631
  }
30508
30632
 
30509
- .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
30633
+ .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30634
+ .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
30510
30635
  content: "";
30511
30636
  position: absolute;
30512
30637
  width: 1px;
@@ -30518,6 +30643,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
30518
30643
  .k-filter .k-filter-group-main::before,
30519
30644
  .k-filter .k-filter-group-main > .k-filter-toolbar::before,
30520
30645
  .k-filter .k-filter-group-main > .k-filter-toolbar::after,
30646
+ .k-filter .k-filter-group-main > * > .k-filter-toolbar::before,
30647
+ .k-filter .k-filter-group-main > * > .k-filter-toolbar::after,
30521
30648
  .k-filter .k-filter-lines .k-filter-item:last-child::before {
30522
30649
  display: none;
30523
30650
  }
@@ -30543,8 +30670,11 @@ thead.k-grid-header > tr:not(:only-child) > th {
30543
30670
  right: 0;
30544
30671
  }
30545
30672
 
30546
- .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30547
- [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
30673
+ .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30674
+ .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30675
+ .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
30676
+ [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30677
+ [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
30548
30678
  left: auto;
30549
30679
  right: -8px;
30550
30680
  }
@@ -30563,7 +30693,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
30563
30693
 
30564
30694
  .k-filter .k-filter-item::before,
30565
30695
  .k-filter .k-filter-toolbar::before,
30566
- .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
30696
+ .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
30697
+ .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
30567
30698
  background-color: rgba(0, 0, 0, 0.12);
30568
30699
  }
30569
30700
 
@@ -30879,10 +31010,6 @@ thead.k-grid-header > tr:not(:only-child) > th {
30879
31010
  gap: 8px 0;
30880
31011
  }
30881
31012
 
30882
- .k-taskboard-column-new {
30883
- max-height: calc(1.4285714286em + 34px);
30884
- }
30885
-
30886
31013
  .k-taskboard-column-new .k-taskboard-column-header,
30887
31014
  .k-taskboard-column-edit .k-taskboard-column-header {
30888
31015
  font-weight: inherit;
@@ -35686,7 +35813,7 @@ kendo-scheduler .k-event .k-event-actions,
35686
35813
 
35687
35814
  kendo-scrollview.k-scrollview-wrap,
35688
35815
  kendo-scrollview.k-scrollview,
35689
- .k-widget.k-scrollview {
35816
+ .k-scrollview {
35690
35817
  border-width: 1px;
35691
35818
  border-style: solid;
35692
35819
  box-sizing: border-box;
@@ -35750,6 +35877,11 @@ kendo-scrollview.k-scrollview,
35750
35877
  flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
35751
35878
  }
35752
35879
 
35880
+ [dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
35881
+ .k-rtl .k-scrollview-wrap.k-scrollview-animate {
35882
+ transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35883
+ }
35884
+
35753
35885
  kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
35754
35886
  kendo-scrollview.k-scrollview kendo-scrollview-pager,
35755
35887
  .k-scrollview-nav-wrap {