@progress/kendo-theme-default 4.42.0-dev.0 → 4.42.1-dev.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.
package/dist/all.css CHANGED
@@ -1695,282 +1695,562 @@ hr.k-separator {
1695
1695
  }
1696
1696
 
1697
1697
  .k-rounded {
1698
+ border-radius: 4px;
1699
+ }
1700
+
1701
+ .\!k-rounded {
1698
1702
  border-radius: 4px !important;
1699
1703
  }
1700
1704
 
1701
1705
  .k-rounded-0 {
1706
+ border-radius: 0;
1707
+ }
1708
+
1709
+ .\!k-rounded-0 {
1702
1710
  border-radius: 0 !important;
1703
1711
  }
1704
1712
 
1705
1713
  .k-rounded-sm {
1714
+ border-radius: 1px;
1715
+ }
1716
+
1717
+ .\!k-rounded-sm {
1706
1718
  border-radius: 1px !important;
1707
1719
  }
1708
1720
 
1709
1721
  .k-rounded-md {
1722
+ border-radius: 2px;
1723
+ }
1724
+
1725
+ .\!k-rounded-md {
1710
1726
  border-radius: 2px !important;
1711
1727
  }
1712
1728
 
1713
1729
  .k-rounded-lg {
1730
+ border-radius: 4px;
1731
+ }
1732
+
1733
+ .\!k-rounded-lg {
1714
1734
  border-radius: 4px !important;
1715
1735
  }
1716
1736
 
1717
1737
  .k-rounded-circle {
1738
+ border-radius: 50%;
1739
+ }
1740
+
1741
+ .\!k-rounded-circle {
1718
1742
  border-radius: 50% !important;
1719
1743
  }
1720
1744
 
1721
1745
  .k-rounded-pill {
1746
+ border-radius: 9999px;
1747
+ }
1748
+
1749
+ .\!k-rounded-pill {
1722
1750
  border-radius: 9999px !important;
1723
1751
  }
1724
1752
 
1725
1753
  .k-rounded-top {
1754
+ border-top-left-radius: 4px;
1755
+ border-top-right-radius: 4px;
1756
+ }
1757
+
1758
+ .\!k-rounded-top {
1726
1759
  border-top-left-radius: 4px !important;
1727
1760
  border-top-right-radius: 4px !important;
1728
1761
  }
1729
1762
 
1730
1763
  .k-rounded-top-0 {
1764
+ border-top-left-radius: 0;
1765
+ border-top-right-radius: 0;
1766
+ }
1767
+
1768
+ .\!k-rounded-top-0 {
1731
1769
  border-top-left-radius: 0 !important;
1732
1770
  border-top-right-radius: 0 !important;
1733
1771
  }
1734
1772
 
1735
1773
  .k-rounded-top-sm {
1774
+ border-top-left-radius: 1px;
1775
+ border-top-right-radius: 1px;
1776
+ }
1777
+
1778
+ .\!k-rounded-top-sm {
1736
1779
  border-top-left-radius: 1px !important;
1737
1780
  border-top-right-radius: 1px !important;
1738
1781
  }
1739
1782
 
1740
1783
  .k-rounded-top-md {
1784
+ border-top-left-radius: 2px;
1785
+ border-top-right-radius: 2px;
1786
+ }
1787
+
1788
+ .\!k-rounded-top-md {
1741
1789
  border-top-left-radius: 2px !important;
1742
1790
  border-top-right-radius: 2px !important;
1743
1791
  }
1744
1792
 
1745
1793
  .k-rounded-top-lg {
1794
+ border-top-left-radius: 4px;
1795
+ border-top-right-radius: 4px;
1796
+ }
1797
+
1798
+ .\!k-rounded-top-lg {
1746
1799
  border-top-left-radius: 4px !important;
1747
1800
  border-top-right-radius: 4px !important;
1748
1801
  }
1749
1802
 
1750
1803
  .k-rounded-top-circle {
1804
+ border-top-left-radius: 50%;
1805
+ border-top-right-radius: 50%;
1806
+ }
1807
+
1808
+ .\!k-rounded-top-circle {
1751
1809
  border-top-left-radius: 50% !important;
1752
1810
  border-top-right-radius: 50% !important;
1753
1811
  }
1754
1812
 
1755
1813
  .k-rounded-top-pill {
1814
+ border-top-left-radius: 9999px;
1815
+ border-top-right-radius: 9999px;
1816
+ }
1817
+
1818
+ .\!k-rounded-top-pill {
1756
1819
  border-top-left-radius: 9999px !important;
1757
1820
  border-top-right-radius: 9999px !important;
1758
1821
  }
1759
1822
 
1760
1823
  .k-rounded-right {
1824
+ border-top-right-radius: 4px;
1825
+ border-bottom-right-radius: 4px;
1826
+ }
1827
+
1828
+ .\!k-rounded-right {
1761
1829
  border-top-right-radius: 4px !important;
1762
1830
  border-bottom-right-radius: 4px !important;
1763
1831
  }
1764
1832
 
1765
1833
  .k-rounded-right-0 {
1834
+ border-top-right-radius: 0;
1835
+ border-bottom-right-radius: 0;
1836
+ }
1837
+
1838
+ .\!k-rounded-right-0 {
1766
1839
  border-top-right-radius: 0 !important;
1767
1840
  border-bottom-right-radius: 0 !important;
1768
1841
  }
1769
1842
 
1770
1843
  .k-rounded-right-sm {
1844
+ border-top-right-radius: 1px;
1845
+ border-bottom-right-radius: 1px;
1846
+ }
1847
+
1848
+ .\!k-rounded-right-sm {
1771
1849
  border-top-right-radius: 1px !important;
1772
1850
  border-bottom-right-radius: 1px !important;
1773
1851
  }
1774
1852
 
1775
1853
  .k-rounded-right-md {
1854
+ border-top-right-radius: 2px;
1855
+ border-bottom-right-radius: 2px;
1856
+ }
1857
+
1858
+ .\!k-rounded-right-md {
1776
1859
  border-top-right-radius: 2px !important;
1777
1860
  border-bottom-right-radius: 2px !important;
1778
1861
  }
1779
1862
 
1780
1863
  .k-rounded-right-lg {
1864
+ border-top-right-radius: 4px;
1865
+ border-bottom-right-radius: 4px;
1866
+ }
1867
+
1868
+ .\!k-rounded-right-lg {
1781
1869
  border-top-right-radius: 4px !important;
1782
1870
  border-bottom-right-radius: 4px !important;
1783
1871
  }
1784
1872
 
1785
1873
  .k-rounded-right-circle {
1874
+ border-top-right-radius: 50%;
1875
+ border-bottom-right-radius: 50%;
1876
+ }
1877
+
1878
+ .\!k-rounded-right-circle {
1786
1879
  border-top-right-radius: 50% !important;
1787
1880
  border-bottom-right-radius: 50% !important;
1788
1881
  }
1789
1882
 
1790
1883
  .k-rounded-right-pill {
1884
+ border-top-right-radius: 9999px;
1885
+ border-bottom-right-radius: 9999px;
1886
+ }
1887
+
1888
+ .\!k-rounded-right-pill {
1791
1889
  border-top-right-radius: 9999px !important;
1792
1890
  border-bottom-right-radius: 9999px !important;
1793
1891
  }
1794
1892
 
1795
1893
  .k-rounded-bottom {
1894
+ border-bottom-left-radius: 4px;
1895
+ border-bottom-right-radius: 4px;
1896
+ }
1897
+
1898
+ .\!k-rounded-bottom {
1796
1899
  border-bottom-left-radius: 4px !important;
1797
1900
  border-bottom-right-radius: 4px !important;
1798
1901
  }
1799
1902
 
1800
1903
  .k-rounded-bottom-0 {
1904
+ border-bottom-left-radius: 0;
1905
+ border-bottom-right-radius: 0;
1906
+ }
1907
+
1908
+ .\!k-rounded-bottom-0 {
1801
1909
  border-bottom-left-radius: 0 !important;
1802
1910
  border-bottom-right-radius: 0 !important;
1803
1911
  }
1804
1912
 
1805
1913
  .k-rounded-bottom-sm {
1914
+ border-bottom-left-radius: 1px;
1915
+ border-bottom-right-radius: 1px;
1916
+ }
1917
+
1918
+ .\!k-rounded-bottom-sm {
1806
1919
  border-bottom-left-radius: 1px !important;
1807
1920
  border-bottom-right-radius: 1px !important;
1808
1921
  }
1809
1922
 
1810
1923
  .k-rounded-bottom-md {
1924
+ border-bottom-left-radius: 2px;
1925
+ border-bottom-right-radius: 2px;
1926
+ }
1927
+
1928
+ .\!k-rounded-bottom-md {
1811
1929
  border-bottom-left-radius: 2px !important;
1812
1930
  border-bottom-right-radius: 2px !important;
1813
1931
  }
1814
1932
 
1815
1933
  .k-rounded-bottom-lg {
1934
+ border-bottom-left-radius: 4px;
1935
+ border-bottom-right-radius: 4px;
1936
+ }
1937
+
1938
+ .\!k-rounded-bottom-lg {
1816
1939
  border-bottom-left-radius: 4px !important;
1817
1940
  border-bottom-right-radius: 4px !important;
1818
1941
  }
1819
1942
 
1820
1943
  .k-rounded-bottom-circle {
1944
+ border-bottom-left-radius: 50%;
1945
+ border-bottom-right-radius: 50%;
1946
+ }
1947
+
1948
+ .\!k-rounded-bottom-circle {
1821
1949
  border-bottom-left-radius: 50% !important;
1822
1950
  border-bottom-right-radius: 50% !important;
1823
1951
  }
1824
1952
 
1825
1953
  .k-rounded-bottom-pill {
1954
+ border-bottom-left-radius: 9999px;
1955
+ border-bottom-right-radius: 9999px;
1956
+ }
1957
+
1958
+ .\!k-rounded-bottom-pill {
1826
1959
  border-bottom-left-radius: 9999px !important;
1827
1960
  border-bottom-right-radius: 9999px !important;
1828
1961
  }
1829
1962
 
1830
1963
  .k-rounded-left {
1964
+ border-bottom-left-radius: 4px;
1965
+ border-top-left-radius: 4px;
1966
+ }
1967
+
1968
+ .\!k-rounded-left {
1831
1969
  border-bottom-left-radius: 4px !important;
1832
1970
  border-top-left-radius: 4px !important;
1833
1971
  }
1834
1972
 
1835
1973
  .k-rounded-left-0 {
1974
+ border-bottom-left-radius: 0;
1975
+ border-top-left-radius: 0;
1976
+ }
1977
+
1978
+ .\!k-rounded-left-0 {
1836
1979
  border-bottom-left-radius: 0 !important;
1837
1980
  border-top-left-radius: 0 !important;
1838
1981
  }
1839
1982
 
1840
1983
  .k-rounded-left-sm {
1984
+ border-bottom-left-radius: 1px;
1985
+ border-top-left-radius: 1px;
1986
+ }
1987
+
1988
+ .\!k-rounded-left-sm {
1841
1989
  border-bottom-left-radius: 1px !important;
1842
1990
  border-top-left-radius: 1px !important;
1843
1991
  }
1844
1992
 
1845
1993
  .k-rounded-left-md {
1994
+ border-bottom-left-radius: 2px;
1995
+ border-top-left-radius: 2px;
1996
+ }
1997
+
1998
+ .\!k-rounded-left-md {
1846
1999
  border-bottom-left-radius: 2px !important;
1847
2000
  border-top-left-radius: 2px !important;
1848
2001
  }
1849
2002
 
1850
2003
  .k-rounded-left-lg {
2004
+ border-bottom-left-radius: 4px;
2005
+ border-top-left-radius: 4px;
2006
+ }
2007
+
2008
+ .\!k-rounded-left-lg {
1851
2009
  border-bottom-left-radius: 4px !important;
1852
2010
  border-top-left-radius: 4px !important;
1853
2011
  }
1854
2012
 
1855
2013
  .k-rounded-left-circle {
2014
+ border-bottom-left-radius: 50%;
2015
+ border-top-left-radius: 50%;
2016
+ }
2017
+
2018
+ .\!k-rounded-left-circle {
1856
2019
  border-bottom-left-radius: 50% !important;
1857
2020
  border-top-left-radius: 50% !important;
1858
2021
  }
1859
2022
 
1860
2023
  .k-rounded-left-pill {
2024
+ border-bottom-left-radius: 9999px;
2025
+ border-top-left-radius: 9999px;
2026
+ }
2027
+
2028
+ .\!k-rounded-left-pill {
1861
2029
  border-bottom-left-radius: 9999px !important;
1862
2030
  border-top-left-radius: 9999px !important;
1863
2031
  }
1864
2032
 
1865
2033
  .k-rounded-top-left {
2034
+ border-top-left-radius: 4px;
2035
+ }
2036
+
2037
+ .\!k-rounded-top-left {
1866
2038
  border-top-left-radius: 4px !important;
1867
2039
  }
1868
2040
 
1869
2041
  .k-rounded-top-left-0 {
2042
+ border-top-left-radius: 0;
2043
+ }
2044
+
2045
+ .\!k-rounded-top-left-0 {
1870
2046
  border-top-left-radius: 0 !important;
1871
2047
  }
1872
2048
 
1873
2049
  .k-rounded-top-left-sm {
2050
+ border-top-left-radius: 1px;
2051
+ }
2052
+
2053
+ .\!k-rounded-top-left-sm {
1874
2054
  border-top-left-radius: 1px !important;
1875
2055
  }
1876
2056
 
1877
2057
  .k-rounded-top-left-md {
2058
+ border-top-left-radius: 2px;
2059
+ }
2060
+
2061
+ .\!k-rounded-top-left-md {
1878
2062
  border-top-left-radius: 2px !important;
1879
2063
  }
1880
2064
 
1881
2065
  .k-rounded-top-left-lg {
2066
+ border-top-left-radius: 4px;
2067
+ }
2068
+
2069
+ .\!k-rounded-top-left-lg {
1882
2070
  border-top-left-radius: 4px !important;
1883
2071
  }
1884
2072
 
1885
2073
  .k-rounded-top-left-circle {
2074
+ border-top-left-radius: 50%;
2075
+ }
2076
+
2077
+ .\!k-rounded-top-left-circle {
1886
2078
  border-top-left-radius: 50% !important;
1887
2079
  }
1888
2080
 
1889
2081
  .k-rounded-top-left-pill {
2082
+ border-top-left-radius: 9999px;
2083
+ }
2084
+
2085
+ .\!k-rounded-top-left-pill {
1890
2086
  border-top-left-radius: 9999px !important;
1891
2087
  }
1892
2088
 
1893
2089
  .k-rounded-top-right {
2090
+ border-top-right-radius: 4px;
2091
+ }
2092
+
2093
+ .\!k-rounded-top-right {
1894
2094
  border-top-right-radius: 4px !important;
1895
2095
  }
1896
2096
 
1897
2097
  .k-rounded-top-right-0 {
2098
+ border-top-right-radius: 0;
2099
+ }
2100
+
2101
+ .\!k-rounded-top-right-0 {
1898
2102
  border-top-right-radius: 0 !important;
1899
2103
  }
1900
2104
 
1901
2105
  .k-rounded-top-right-sm {
2106
+ border-top-right-radius: 1px;
2107
+ }
2108
+
2109
+ .\!k-rounded-top-right-sm {
1902
2110
  border-top-right-radius: 1px !important;
1903
2111
  }
1904
2112
 
1905
2113
  .k-rounded-top-right-md {
2114
+ border-top-right-radius: 2px;
2115
+ }
2116
+
2117
+ .\!k-rounded-top-right-md {
1906
2118
  border-top-right-radius: 2px !important;
1907
2119
  }
1908
2120
 
1909
2121
  .k-rounded-top-right-lg {
2122
+ border-top-right-radius: 4px;
2123
+ }
2124
+
2125
+ .\!k-rounded-top-right-lg {
1910
2126
  border-top-right-radius: 4px !important;
1911
2127
  }
1912
2128
 
1913
2129
  .k-rounded-top-right-circle {
2130
+ border-top-right-radius: 50%;
2131
+ }
2132
+
2133
+ .\!k-rounded-top-right-circle {
1914
2134
  border-top-right-radius: 50% !important;
1915
2135
  }
1916
2136
 
1917
2137
  .k-rounded-top-right-pill {
2138
+ border-top-right-radius: 9999px;
2139
+ }
2140
+
2141
+ .\!k-rounded-top-right-pill {
1918
2142
  border-top-right-radius: 9999px !important;
1919
2143
  }
1920
2144
 
1921
2145
  .k-rounded-bottom-left {
2146
+ border-bottom-left-radius: 4px;
2147
+ }
2148
+
2149
+ .\!k-rounded-bottom-left {
1922
2150
  border-bottom-left-radius: 4px !important;
1923
2151
  }
1924
2152
 
1925
2153
  .k-rounded-bottom-left-0 {
2154
+ border-bottom-left-radius: 0;
2155
+ }
2156
+
2157
+ .\!k-rounded-bottom-left-0 {
1926
2158
  border-bottom-left-radius: 0 !important;
1927
2159
  }
1928
2160
 
1929
2161
  .k-rounded-bottom-left-sm {
2162
+ border-bottom-left-radius: 1px;
2163
+ }
2164
+
2165
+ .\!k-rounded-bottom-left-sm {
1930
2166
  border-bottom-left-radius: 1px !important;
1931
2167
  }
1932
2168
 
1933
2169
  .k-rounded-bottom-left-md {
2170
+ border-bottom-left-radius: 2px;
2171
+ }
2172
+
2173
+ .\!k-rounded-bottom-left-md {
1934
2174
  border-bottom-left-radius: 2px !important;
1935
2175
  }
1936
2176
 
1937
2177
  .k-rounded-bottom-left-lg {
2178
+ border-bottom-left-radius: 4px;
2179
+ }
2180
+
2181
+ .\!k-rounded-bottom-left-lg {
1938
2182
  border-bottom-left-radius: 4px !important;
1939
2183
  }
1940
2184
 
1941
2185
  .k-rounded-bottom-left-circle {
2186
+ border-bottom-left-radius: 50%;
2187
+ }
2188
+
2189
+ .\!k-rounded-bottom-left-circle {
1942
2190
  border-bottom-left-radius: 50% !important;
1943
2191
  }
1944
2192
 
1945
2193
  .k-rounded-bottom-left-pill {
2194
+ border-bottom-left-radius: 9999px;
2195
+ }
2196
+
2197
+ .\!k-rounded-bottom-left-pill {
1946
2198
  border-bottom-left-radius: 9999px !important;
1947
2199
  }
1948
2200
 
1949
2201
  .k-rounded-bottom-right {
2202
+ border-bottom-right-radius: 4px;
2203
+ }
2204
+
2205
+ .\!k-rounded-bottom-right {
1950
2206
  border-bottom-right-radius: 4px !important;
1951
2207
  }
1952
2208
 
1953
2209
  .k-rounded-bottom-right-0 {
2210
+ border-bottom-right-radius: 0;
2211
+ }
2212
+
2213
+ .\!k-rounded-bottom-right-0 {
1954
2214
  border-bottom-right-radius: 0 !important;
1955
2215
  }
1956
2216
 
1957
2217
  .k-rounded-bottom-right-sm {
2218
+ border-bottom-right-radius: 1px;
2219
+ }
2220
+
2221
+ .\!k-rounded-bottom-right-sm {
1958
2222
  border-bottom-right-radius: 1px !important;
1959
2223
  }
1960
2224
 
1961
2225
  .k-rounded-bottom-right-md {
2226
+ border-bottom-right-radius: 2px;
2227
+ }
2228
+
2229
+ .\!k-rounded-bottom-right-md {
1962
2230
  border-bottom-right-radius: 2px !important;
1963
2231
  }
1964
2232
 
1965
2233
  .k-rounded-bottom-right-lg {
2234
+ border-bottom-right-radius: 4px;
2235
+ }
2236
+
2237
+ .\!k-rounded-bottom-right-lg {
1966
2238
  border-bottom-right-radius: 4px !important;
1967
2239
  }
1968
2240
 
1969
2241
  .k-rounded-bottom-right-circle {
2242
+ border-bottom-right-radius: 50%;
2243
+ }
2244
+
2245
+ .\!k-rounded-bottom-right-circle {
1970
2246
  border-bottom-right-radius: 50% !important;
1971
2247
  }
1972
2248
 
1973
2249
  .k-rounded-bottom-right-pill {
2250
+ border-bottom-right-radius: 9999px;
2251
+ }
2252
+
2253
+ .\!k-rounded-bottom-right-pill {
1974
2254
  border-bottom-right-radius: 9999px !important;
1975
2255
  }
1976
2256
 
@@ -11322,6 +11602,7 @@ kendo-badge-container {
11322
11602
  font-size: 14px;
11323
11603
  }
11324
11604
 
11605
+ .k-selection-multiple .k-chip.k-state-selected .k-selected-icon-wrapper,
11325
11606
  .k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
11326
11607
  width: 16px;
11327
11608
  visibility: visible;
@@ -11338,6 +11619,7 @@ kendo-badge-container {
11338
11619
  transition: width .2s, opacity .2s;
11339
11620
  }
11340
11621
 
11622
+ .k-selection-multiple :not(.k-chip-has-icon).k-state-selected .k-selected-icon-wrapper,
11341
11623
  .k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
11342
11624
  opacity: 1;
11343
11625
  }
@@ -11444,6 +11726,7 @@ kendo-badge-container {
11444
11726
  right: 4px;
11445
11727
  }
11446
11728
 
11729
+ .k-selection-multiple .k-chip-has-icon.k-state-selected .k-selected-icon-wrapper,
11447
11730
  .k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
11448
11731
  color: #ffffff;
11449
11732
  background-color: rgba(0, 0, 0, 0.44);
@@ -12481,7 +12764,9 @@ kendo-badge-container {
12481
12764
  border-style: solid;
12482
12765
  }
12483
12766
 
12484
- .k-input-icon {
12767
+ .k-input-icon,
12768
+ .k-input-validation-icon,
12769
+ .k-input-loading-icon {
12485
12770
  width: 24px;
12486
12771
  height: 28px;
12487
12772
  display: -ms-inline-flexbox;
@@ -12496,19 +12781,6 @@ kendo-badge-container {
12496
12781
  flex-shrink: 0;
12497
12782
  }
12498
12783
 
12499
- .k-ie9 .k-input-icon {
12500
- position: absolute;
12501
- height: 100%;
12502
- right: 0;
12503
- top: 0;
12504
- }
12505
-
12506
- .k-ie9 .k-rtl .k-input-icon, .k-ie9
12507
- [dir="rtl"] .k-input-icon {
12508
- left: 0;
12509
- right: auto;
12510
- }
12511
-
12512
12784
  .k-clear-value {
12513
12785
  width: 24px;
12514
12786
  height: 28px;
@@ -12883,10 +13155,6 @@ kendo-badge-container {
12883
13155
  border-width: 1px;
12884
13156
  }
12885
13157
 
12886
- .k-list-container .k-separator {
12887
- height: 0;
12888
- }
12889
-
12890
13158
  .k-virtual-content {
12891
13159
  overflow-y: scroll;
12892
13160
  -webkit-overflow-scrolling: touch;
@@ -13392,8 +13660,8 @@ kendo-label > .k-label {
13392
13660
  .k-form .k-maskedtextbox,
13393
13661
  .k-form .k-textbox-container,
13394
13662
  .k-form .k-floating-label-container {
13395
- display: -ms-flexbox;
13396
- display: flex;
13663
+ display: -ms-inline-flexbox;
13664
+ display: inline-flex;
13397
13665
  width: 100%;
13398
13666
  }
13399
13667
 
@@ -13455,6 +13723,7 @@ kendo-label > .k-label {
13455
13723
  margin-right: 10px;
13456
13724
  padding-top: 5px;
13457
13725
  width: 25%;
13726
+ text-align: end;
13458
13727
  -ms-flex-direction: column;
13459
13728
  flex-direction: column;
13460
13729
  -ms-flex-align: end;
@@ -15718,6 +15987,7 @@ kendo-label.k-radio-label > .k-label {
15718
15987
  }
15719
15988
 
15720
15989
  .k-actions-horizontal {
15990
+ width: 100%;
15721
15991
  -ms-flex-flow: row nowrap;
15722
15992
  flex-flow: row nowrap;
15723
15993
  }
@@ -17668,18 +17938,6 @@ textarea.k-textarea {
17668
17938
  height: 28px;
17669
17939
  }
17670
17940
 
17671
- .k-autocomplete .k-clear-value {
17672
- visibility: hidden;
17673
- }
17674
-
17675
- .k-autocomplete:hover .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete.k-state-focused .k-clear-value, .k-autocomplete.k-state-focus .k-clear-value {
17676
- visibility: visible;
17677
- }
17678
-
17679
- .k-autocomplete:focus-within .k-clear-value {
17680
- visibility: visible;
17681
- }
17682
-
17683
17941
  .k-autocomplete.k-header,
17684
17942
  .k-autocomplete {
17685
17943
  border-color: rgba(0, 0, 0, 0.08);
@@ -17907,23 +18165,10 @@ textarea.k-textarea {
17907
18165
  top: -2px;
17908
18166
  }
17909
18167
 
17910
- .k-numerictextbox .k-i-warning {
17911
- -ms-flex-item-align: center;
17912
- align-self: center;
17913
- margin-right: 0.5em;
17914
- }
17915
-
17916
18168
  .k-rtl .k-numerictextbox, .k-numerictextbox[dir="rtl"] {
17917
18169
  text-align: right;
17918
18170
  }
17919
18171
 
17920
- .k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning, .k-numerictextbox[dir="rtl"] .k-numeric-wrap .k-i-warning {
17921
- -ms-flex-item-align: center;
17922
- align-self: center;
17923
- margin-right: 0;
17924
- margin-left: 0.5em;
17925
- }
17926
-
17927
18172
  .k-rtl .k-numerictextbox .k-select, .k-numerictextbox[dir="rtl"] .k-select {
17928
18173
  border-radius: 2px 0 0 2px;
17929
18174
  border-width: 0 0px 0 0;
@@ -18476,20 +18721,6 @@ textarea.k-textarea {
18476
18721
  cursor: initial;
18477
18722
  }
18478
18723
 
18479
- .k-combobox .k-clear-value {
18480
- visibility: hidden;
18481
- }
18482
-
18483
- .k-combobox:hover .k-clear-value, .k-combobox.k-state-hover .k-clear-value, .k-combobox.k-state-focused .k-clear-value, .k-combobox.k-state-focus .k-clear-value,
18484
- .k-combobox .k-dropdown-wrap.k-state-hover .k-clear-value,
18485
- .k-combobox .k-dropdown-wrap.k-state-focused .k-clear-value {
18486
- visibility: visible;
18487
- }
18488
-
18489
- .k-combobox:focus-within .k-clear-value {
18490
- visibility: visible;
18491
- }
18492
-
18493
18724
  .k-combobox .k-select {
18494
18725
  border-radius: 0 2px 2px 0;
18495
18726
  padding: 0px 0px;
@@ -19270,24 +19501,10 @@ textarea.k-textarea {
19270
19501
  top: -2px;
19271
19502
  }
19272
19503
 
19273
- .k-dateinput .k-i-warning {
19274
- position: absolute;
19275
- right: 8px;
19276
- top: 50%;
19277
- -ms-transform: translateY(-50%);
19278
- transform: translateY(-50%);
19279
- overflow: visible;
19280
- }
19281
-
19282
19504
  .k-rtl .k-dateinput, .k-dateinput[dir="rtl"] {
19283
19505
  text-align: right;
19284
19506
  }
19285
19507
 
19286
- .k-rtl .k-dateinput .k-dateinput-wrap .k-i-warning, .k-dateinput[dir="rtl"] .k-dateinput-wrap .k-i-warning {
19287
- left: 8px;
19288
- right: auto;
19289
- }
19290
-
19291
19508
  .k-rtl .k-dateinput .k-select, .k-dateinput[dir="rtl"] .k-select {
19292
19509
  border-radius: 2px 0 0 2px;
19293
19510
  border-width: 0 0px 0 0;
@@ -19369,16 +19586,6 @@ textarea.k-textarea {
19369
19586
  cursor: pointer;
19370
19587
  }
19371
19588
 
19372
- .k-datepicker .k-i-warning,
19373
- .k-timepicker .k-i-warning {
19374
- position: absolute;
19375
- top: 50%;
19376
- right: calc(1.4285714286em + 12px);
19377
- -ms-transform: translateY(-50%);
19378
- transform: translateY(-50%);
19379
- overflow: visible;
19380
- }
19381
-
19382
19589
  .k-rtl .k-datepicker, .k-datepicker[dir="rtl"], .k-rtl
19383
19590
  .k-timepicker,
19384
19591
  .k-timepicker[dir="rtl"] {
@@ -19392,13 +19599,6 @@ textarea.k-textarea {
19392
19599
  border-width: 0 0px 0 0;
19393
19600
  }
19394
19601
 
19395
- .k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir="rtl"] .k-i-warning, .k-rtl
19396
- .k-timepicker .k-i-warning,
19397
- .k-timepicker[dir="rtl"] .k-i-warning {
19398
- right: auto;
19399
- left: calc(1.4285714286em + 12px);
19400
- }
19401
-
19402
19602
  .k-datetimepicker {
19403
19603
  width: 12.4em;
19404
19604
  border-width: 0;
@@ -19469,15 +19669,6 @@ textarea.k-textarea {
19469
19669
  box-sizing: border-box;
19470
19670
  }
19471
19671
 
19472
- .k-datetimepicker .k-i-warning {
19473
- position: absolute;
19474
- top: 50%;
19475
- right: calc(2.8571428572em + 20px);
19476
- -ms-transform: translateY(-50%);
19477
- transform: translateY(-50%);
19478
- overflow: visible;
19479
- }
19480
-
19481
19672
  .k-rtl .k-datetimepicker, .k-datetimepicker[dir="rtl"] {
19482
19673
  text-align: right;
19483
19674
  }
@@ -19487,11 +19678,6 @@ textarea.k-textarea {
19487
19678
  border-width: 0 0px 0 0;
19488
19679
  }
19489
19680
 
19490
- .k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir="rtl"] .k-i-warning {
19491
- right: auto;
19492
- left: calc(2.8571428572em + 20px);
19493
- }
19494
-
19495
19681
  .k-datetime-container .k-datetime-wrap {
19496
19682
  width: 288px;
19497
19683
  overflow: hidden;
@@ -20218,14 +20404,6 @@ textarea.k-textarea {
20218
20404
  cursor: pointer;
20219
20405
  }
20220
20406
 
20221
- .k-dropdown .k-dropdown-wrap .k-clear-value, .k-dropdowntree .k-dropdown-wrap .k-clear-value {
20222
- visibility: hidden;
20223
- }
20224
-
20225
- .k-dropdown .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdown .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdown .k-dropdown-wrap:hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap:hover .k-clear-value {
20226
- visibility: visible;
20227
- }
20228
-
20229
20407
  .k-dropdown.k-rtl, .k-rtl.k-dropdowntree,
20230
20408
  .k-dropdown[dir="rtl"],
20231
20409
  .k-dropdowntree[dir="rtl"],
@@ -20416,16 +20594,11 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
20416
20594
  }
20417
20595
 
20418
20596
  .k-multiselect .k-multiselect-wrap .k-clear-value, .k-dropdowntree .k-multiselect-wrap .k-clear-value {
20419
- visibility: hidden;
20420
20597
  position: absolute;
20421
20598
  top: 0;
20422
20599
  right: 0;
20423
20600
  }
20424
20601
 
20425
- .k-multiselect .k-multiselect-wrap:hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap:hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-focused .k-clear-value {
20426
- visibility: visible;
20427
- }
20428
-
20429
20602
  .k-multiselect .k-multiselect-wrap > .k-select, .k-dropdowntree .k-multiselect-wrap > .k-select {
20430
20603
  position: absolute;
20431
20604
  top: 0;
@@ -20448,10 +20621,6 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
20448
20621
  right: 20px;
20449
20622
  }
20450
20623
 
20451
- .k-multiselect.k-state-hover > .k-multiselect-wrap .k-clear-value, .k-state-hover.k-dropdowntree > .k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focused > .k-multiselect-wrap .k-clear-value, .k-state-focused.k-dropdowntree > .k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focus > .k-multiselect-wrap .k-clear-value, .k-state-focus.k-dropdowntree > .k-multiselect-wrap .k-clear-value {
20452
- visibility: visible;
20453
- }
20454
-
20455
20624
  .k-multiselect[dir="rtl"], .k-dropdowntree[dir="rtl"],
20456
20625
  .k-rtl .k-multiselect,
20457
20626
  .k-rtl .k-dropdowntree {
@@ -20886,6 +21055,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
20886
21055
  border-radius: 2px;
20887
21056
  border-width: 1px;
20888
21057
  border-style: solid;
21058
+ box-sizing: border-box;
20889
21059
  font-family: inherit;
20890
21060
  font-size: 14px;
20891
21061
  line-height: 1.4285714286;
@@ -22089,8 +22259,6 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
22089
22259
  height: auto;
22090
22260
  border-width: 0 0 0 1px;
22091
22261
  border-style: solid;
22092
- -ms-flex-negative: 0;
22093
- flex-shrink: 0;
22094
22262
  }
22095
22263
 
22096
22264
  .k-menu-vertical {
@@ -22485,6 +22653,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
22485
22653
  height: 100%;
22486
22654
  }
22487
22655
 
22656
+ .k-window-buttons,
22488
22657
  .k-window-buttongroup {
22489
22658
  border-bottom-right-radius: 0px;
22490
22659
  border-bottom-left-radius: 0px;
@@ -23446,13 +23615,6 @@ kendo-card-footer {
23446
23615
  gap: 8px;
23447
23616
  }
23448
23617
 
23449
- .k-card-actions > .k-button {
23450
- padding-left: 7px;
23451
- padding-right: 7px;
23452
- max-width: 100%;
23453
- white-space: normal;
23454
- }
23455
-
23456
23618
  .k-card-actions-start {
23457
23619
  -ms-flex-pack: start;
23458
23620
  justify-content: flex-start;
@@ -23478,44 +23640,11 @@ kendo-card-footer {
23478
23640
  flex-flow: column nowrap;
23479
23641
  }
23480
23642
 
23481
- .k-card-actions-stretched {
23482
- padding: 0;
23483
- gap: 0;
23484
- }
23485
-
23486
- .k-card-actions-stretched > .k-button,
23487
- .k-card-actions-stretched > .k-card-action {
23643
+ .k-card-actions-stretched > * {
23488
23644
  -ms-flex: 1 1 auto;
23489
23645
  flex: 1 1 auto;
23490
23646
  }
23491
23647
 
23492
- .k-card-actions-stretched .k-button {
23493
- border-radius: 0;
23494
- padding-top: 12px;
23495
- padding-bottom: 12px;
23496
- }
23497
-
23498
- .k-card .k-card-actions-stretched {
23499
- border-top-width: 1px;
23500
- }
23501
-
23502
- .k-card-horizontal > .k-card-actions-stretched {
23503
- border-top-width: 0;
23504
- border-inline-start-width: 1px;
23505
- }
23506
-
23507
- .k-card-vertical > .k-card-actions-stretched {
23508
- border-top-width: 1px;
23509
- }
23510
-
23511
- .k-card-actions-stretched.k-card-actions-horizontal > .k-card-action + .k-card-action {
23512
- border-inline-start-width: 1px;
23513
- }
23514
-
23515
- .k-card-actions-stretched.k-card-actions-vertical > .k-card-action + .k-card-action {
23516
- border-top-width: 1px;
23517
- }
23518
-
23519
23648
  .k-card-action {
23520
23649
  border-width: 0;
23521
23650
  border-style: solid;
@@ -23645,6 +23774,7 @@ kendo-card-footer {
23645
23774
  height: 20px;
23646
23775
  border-width: 1px 1px 0 0;
23647
23776
  border-style: solid;
23777
+ box-sizing: border-box;
23648
23778
  position: absolute;
23649
23779
  }
23650
23780
 
@@ -23680,20 +23810,6 @@ kendo-card-footer {
23680
23810
  box-shadow: none;
23681
23811
  }
23682
23812
 
23683
- .k-rtl .k-card-actions-stretched .k-card-action + .k-card-action,
23684
- [dir="rtl"] .k-card-actions-stretched .k-card-action + .k-card-action {
23685
- border-right-width: 1px;
23686
- border-left-width: 0;
23687
- }
23688
-
23689
- .k-rtl .k-card-horizontal > .k-card-actions-stretched,
23690
- .k-rtl .k-card-horizontal .k-card-actions-vertical,
23691
- [dir="rtl"] .k-card-horizontal > .k-card-actions-stretched,
23692
- [dir="rtl"] .k-card-horizontal .k-card-actions-vertical {
23693
- border-right-width: 1px;
23694
- border-left-width: 0;
23695
- }
23696
-
23697
23813
  .k-ie11 .k-card-body {
23698
23814
  -ms-flex: 1 1 auto;
23699
23815
  flex: 1 1 auto;
@@ -23724,7 +23840,8 @@ kendo-card-footer {
23724
23840
  color: #424242;
23725
23841
  }
23726
23842
 
23727
- .k-card-separator {
23843
+ .k-card-separator,
23844
+ .k-card .k-separator {
23728
23845
  border-color: rgba(0, 0, 0, 0.08);
23729
23846
  }
23730
23847
 
@@ -29132,10 +29249,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29132
29249
  padding: 0;
29133
29250
  }
29134
29251
 
29135
- .k-spreadsheet-popup .k-separator {
29136
- display: block;
29137
- }
29138
-
29139
29252
  .k-spreadsheet-popup .k-button {
29140
29253
  border-radius: 0;
29141
29254
  border-width: 0;
@@ -30047,6 +30160,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
30047
30160
  border-bottom-width: 0;
30048
30161
  }
30049
30162
 
30163
+ .k-pdf-export-shadow .k-pivotgrid {
30164
+ height: auto !important;
30165
+ }
30166
+
30167
+ .k-pdf-export-shadow .k-pivotgrid-values {
30168
+ height: auto;
30169
+ overflow: visible;
30170
+ }
30171
+
30172
+ .k-pdf-export-shadow .k-pivotgrid-column-headers .k-pivotgrid-table {
30173
+ padding-inline-end: 0;
30174
+ }
30175
+
30050
30176
  .k-pivot {
30051
30177
  border-width: 1px;
30052
30178
  border-style: solid;
@@ -31365,6 +31491,99 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31365
31491
  overflow: auto;
31366
31492
  }
31367
31493
 
31494
+ .k-editor-resize-handles-wrapper {
31495
+ position: absolute;
31496
+ visibility: hidden;
31497
+ }
31498
+
31499
+ .k-editor-resize-handle {
31500
+ width: 5px;
31501
+ height: 5px;
31502
+ border-width: 1px;
31503
+ border-style: solid;
31504
+ position: absolute;
31505
+ visibility: visible;
31506
+ z-index: 100;
31507
+ }
31508
+
31509
+ .k-editor-resize-handle.northwest {
31510
+ top: 0;
31511
+ left: 0;
31512
+ -ms-transform: translate(-50%, -50%);
31513
+ transform: translate(-50%, -50%);
31514
+ cursor: nw-resize;
31515
+ }
31516
+
31517
+ .k-editor-resize-handle.north {
31518
+ top: 0;
31519
+ left: 50%;
31520
+ -ms-transform: translate(-50%, -50%);
31521
+ transform: translate(-50%, -50%);
31522
+ cursor: n-resize;
31523
+ }
31524
+
31525
+ .k-editor-resize-handle.northeast {
31526
+ top: 0;
31527
+ right: 0;
31528
+ -ms-transform: translate(50%, -50%);
31529
+ transform: translate(50%, -50%);
31530
+ cursor: ne-resize;
31531
+ }
31532
+
31533
+ .k-editor-resize-handle.southwest {
31534
+ left: 0;
31535
+ bottom: 0;
31536
+ -ms-transform: translate(-50%, 50%);
31537
+ transform: translate(-50%, 50%);
31538
+ cursor: sw-resize;
31539
+ }
31540
+
31541
+ .k-editor-resize-handle.south {
31542
+ bottom: 0;
31543
+ left: 50%;
31544
+ -ms-transform: translate(-50%, 50%);
31545
+ transform: translate(-50%, 50%);
31546
+ cursor: s-resize;
31547
+ }
31548
+
31549
+ .k-editor-resize-handle.southeast {
31550
+ right: 0;
31551
+ bottom: 0;
31552
+ -ms-transform: translate(50%, 50%);
31553
+ transform: translate(50%, 50%);
31554
+ cursor: se-resize;
31555
+ }
31556
+
31557
+ .k-editor-resize-handle.west {
31558
+ top: 50%;
31559
+ left: 0;
31560
+ -ms-transform: translate(-50%, -50%);
31561
+ transform: translate(-50%, -50%);
31562
+ cursor: w-resize;
31563
+ }
31564
+
31565
+ .k-editor-resize-handle.east {
31566
+ top: 50%;
31567
+ right: 0;
31568
+ -ms-transform: translate(50%, -50%);
31569
+ transform: translate(50%, -50%);
31570
+ cursor: e-resize;
31571
+ }
31572
+
31573
+ .ProseMirror-selectednode {
31574
+ outline-width: 2px;
31575
+ outline-style: solid;
31576
+ }
31577
+
31578
+ .ProseMirror-hideselection {
31579
+ caret-color: transparent;
31580
+ }
31581
+
31582
+ .ProseMirror-hideselection *::selection,
31583
+ .ProseMirror-hideselection *::-moz-selection {
31584
+ background: transparent;
31585
+ }
31586
+
31368
31587
  .k-editor > .k-toolbar {
31369
31588
  border-width: 0 0 1px 0;
31370
31589
  -ms-flex-negative: 0;
@@ -31431,6 +31650,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31431
31650
  padding: 8px;
31432
31651
  width: 100%;
31433
31652
  height: 100%;
31653
+ position: relative;
31434
31654
  box-sizing: border-box;
31435
31655
  outline: none;
31436
31656
  white-space: pre-wrap;
@@ -31995,6 +32215,15 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31995
32215
  border-color: rgba(0, 0, 0, 0.08);
31996
32216
  }
31997
32217
 
32218
+ .k-editor-resize-handle {
32219
+ background-color: #ffffff;
32220
+ border-color: #000000;
32221
+ }
32222
+
32223
+ .ProseMirror-selectednode {
32224
+ outline-color: #8cf;
32225
+ }
32226
+
31998
32227
  .k-ct-popup .k-state-selected {
31999
32228
  border-color: rgba(0, 0, 0, 0.08);
32000
32229
  color: #ffffff;
@@ -35054,11 +35283,14 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
35054
35283
  }
35055
35284
 
35056
35285
  .k-message-box {
35057
- padding: 10px 16px;
35286
+ width: 100%;
35287
+ height: auto;
35288
+ padding: 4px 8px;
35289
+ box-sizing: border-box;
35058
35290
  border-width: 1px 0 0;
35059
35291
  border-style: solid;
35060
- -ms-flex: 0 0 auto;
35061
- flex: 0 0 auto;
35292
+ -ms-flex: none;
35293
+ flex: none;
35062
35294
  display: -ms-flexbox;
35063
35295
  display: flex;
35064
35296
  -ms-flex-flow: row nowrap;
@@ -35067,6 +35299,11 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
35067
35299
  align-items: center;
35068
35300
  }
35069
35301
 
35302
+ .k-message-box:focus, .k-message-box.k-state-focus, .k-message-box:focus-within {
35303
+ outline: 0;
35304
+ box-shadow: none;
35305
+ }
35306
+
35070
35307
  .k-message-box .k-input {
35071
35308
  padding: 0;
35072
35309
  }
@@ -35189,12 +35426,19 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
35189
35426
 
35190
35427
  .k-chat-toolbar,
35191
35428
  .k-chat .k-toolbar-box {
35429
+ padding: 8px 8px;
35192
35430
  width: 100%;
35431
+ border-width: 1px 0 0;
35193
35432
  box-sizing: border-box;
35433
+ -ms-flex: none;
35434
+ flex: none;
35194
35435
  overflow: hidden;
35195
35436
  position: relative;
35196
- -ms-flex: 0 0 auto;
35197
- flex: 0 0 auto;
35437
+ }
35438
+
35439
+ .k-chat-toolbar::before,
35440
+ .k-chat .k-toolbar-box::before {
35441
+ display: none;
35198
35442
  }
35199
35443
 
35200
35444
  .k-chat-toolbar .k-button-list,
@@ -35205,20 +35449,15 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
35205
35449
  flex-flow: row nowrap;
35206
35450
  overflow: hidden;
35207
35451
  scroll-behavior: smooth;
35208
- padding: 10px 16px;
35209
- }
35210
-
35211
- .k-chat-toolbar .k-button-list::after,
35212
- .k-chat .k-toolbar-box .k-button-list::after {
35213
- content: "";
35214
- padding-right: 16px;
35215
35452
  }
35216
35453
 
35217
- .k-chat-toolbar .k-button-list .k-button + .k-button,
35218
- .k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
35219
- margin-left: 20px;
35220
- -ms-flex-negative: 0;
35221
- flex-shrink: 0;
35454
+ .k-chat-toolbar .k-button,
35455
+ .k-chat .k-toolbar-box .k-button {
35456
+ border-color: transparent;
35457
+ color: inherit;
35458
+ background: none;
35459
+ -ms-flex: none;
35460
+ flex: none;
35222
35461
  }
35223
35462
 
35224
35463
  .k-chat-toolbar .k-scroll-button,
@@ -35240,15 +35479,6 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
35240
35479
  right: 0;
35241
35480
  }
35242
35481
 
35243
- .k-chat-toolbar .k-button,
35244
- .k-chat .k-toolbar-box .k-button {
35245
- border-width: 0;
35246
- color: inherit;
35247
- background: none;
35248
- -ms-flex-negative: 0;
35249
- flex-shrink: 0;
35250
- }
35251
-
35252
35482
  .k-rtl .k-message-group:not(.k-alt),
35253
35483
  [dir="rtl"] .k-message-group:not(.k-alt) {
35254
35484
  text-align: right;