@progress/kendo-theme-bootstrap 4.42.0 → 4.42.1-dev.0

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
@@ -1709,282 +1709,562 @@ hr.k-separator {
1709
1709
  }
1710
1710
 
1711
1711
  .k-rounded {
1712
+ border-radius: 0.25rem;
1713
+ }
1714
+
1715
+ .\!k-rounded {
1712
1716
  border-radius: 0.25rem !important;
1713
1717
  }
1714
1718
 
1715
1719
  .k-rounded-0 {
1720
+ border-radius: 0;
1721
+ }
1722
+
1723
+ .\!k-rounded-0 {
1716
1724
  border-radius: 0 !important;
1717
1725
  }
1718
1726
 
1719
1727
  .k-rounded-sm {
1720
- border-radius: 0.0625rem !important;
1728
+ border-radius: 0.2rem;
1729
+ }
1730
+
1731
+ .\!k-rounded-sm {
1732
+ border-radius: 0.2rem !important;
1721
1733
  }
1722
1734
 
1723
1735
  .k-rounded-md {
1724
- border-radius: 0.125rem !important;
1736
+ border-radius: 0.25rem;
1725
1737
  }
1726
1738
 
1727
- .k-rounded-lg {
1739
+ .\!k-rounded-md {
1728
1740
  border-radius: 0.25rem !important;
1729
1741
  }
1730
1742
 
1743
+ .k-rounded-lg {
1744
+ border-radius: 0.3rem;
1745
+ }
1746
+
1747
+ .\!k-rounded-lg {
1748
+ border-radius: 0.3rem !important;
1749
+ }
1750
+
1731
1751
  .k-rounded-circle {
1752
+ border-radius: 50%;
1753
+ }
1754
+
1755
+ .\!k-rounded-circle {
1732
1756
  border-radius: 50% !important;
1733
1757
  }
1734
1758
 
1735
1759
  .k-rounded-pill {
1760
+ border-radius: 9999px;
1761
+ }
1762
+
1763
+ .\!k-rounded-pill {
1736
1764
  border-radius: 9999px !important;
1737
1765
  }
1738
1766
 
1739
1767
  .k-rounded-top {
1768
+ border-top-left-radius: 0.25rem;
1769
+ border-top-right-radius: 0.25rem;
1770
+ }
1771
+
1772
+ .\!k-rounded-top {
1740
1773
  border-top-left-radius: 0.25rem !important;
1741
1774
  border-top-right-radius: 0.25rem !important;
1742
1775
  }
1743
1776
 
1744
1777
  .k-rounded-top-0 {
1778
+ border-top-left-radius: 0;
1779
+ border-top-right-radius: 0;
1780
+ }
1781
+
1782
+ .\!k-rounded-top-0 {
1745
1783
  border-top-left-radius: 0 !important;
1746
1784
  border-top-right-radius: 0 !important;
1747
1785
  }
1748
1786
 
1749
1787
  .k-rounded-top-sm {
1750
- border-top-left-radius: 0.0625rem !important;
1751
- border-top-right-radius: 0.0625rem !important;
1788
+ border-top-left-radius: 0.2rem;
1789
+ border-top-right-radius: 0.2rem;
1790
+ }
1791
+
1792
+ .\!k-rounded-top-sm {
1793
+ border-top-left-radius: 0.2rem !important;
1794
+ border-top-right-radius: 0.2rem !important;
1752
1795
  }
1753
1796
 
1754
1797
  .k-rounded-top-md {
1755
- border-top-left-radius: 0.125rem !important;
1756
- border-top-right-radius: 0.125rem !important;
1798
+ border-top-left-radius: 0.25rem;
1799
+ border-top-right-radius: 0.25rem;
1757
1800
  }
1758
1801
 
1759
- .k-rounded-top-lg {
1802
+ .\!k-rounded-top-md {
1760
1803
  border-top-left-radius: 0.25rem !important;
1761
1804
  border-top-right-radius: 0.25rem !important;
1762
1805
  }
1763
1806
 
1807
+ .k-rounded-top-lg {
1808
+ border-top-left-radius: 0.3rem;
1809
+ border-top-right-radius: 0.3rem;
1810
+ }
1811
+
1812
+ .\!k-rounded-top-lg {
1813
+ border-top-left-radius: 0.3rem !important;
1814
+ border-top-right-radius: 0.3rem !important;
1815
+ }
1816
+
1764
1817
  .k-rounded-top-circle {
1818
+ border-top-left-radius: 50%;
1819
+ border-top-right-radius: 50%;
1820
+ }
1821
+
1822
+ .\!k-rounded-top-circle {
1765
1823
  border-top-left-radius: 50% !important;
1766
1824
  border-top-right-radius: 50% !important;
1767
1825
  }
1768
1826
 
1769
1827
  .k-rounded-top-pill {
1828
+ border-top-left-radius: 9999px;
1829
+ border-top-right-radius: 9999px;
1830
+ }
1831
+
1832
+ .\!k-rounded-top-pill {
1770
1833
  border-top-left-radius: 9999px !important;
1771
1834
  border-top-right-radius: 9999px !important;
1772
1835
  }
1773
1836
 
1774
1837
  .k-rounded-right {
1838
+ border-top-right-radius: 0.25rem;
1839
+ border-bottom-right-radius: 0.25rem;
1840
+ }
1841
+
1842
+ .\!k-rounded-right {
1775
1843
  border-top-right-radius: 0.25rem !important;
1776
1844
  border-bottom-right-radius: 0.25rem !important;
1777
1845
  }
1778
1846
 
1779
1847
  .k-rounded-right-0 {
1848
+ border-top-right-radius: 0;
1849
+ border-bottom-right-radius: 0;
1850
+ }
1851
+
1852
+ .\!k-rounded-right-0 {
1780
1853
  border-top-right-radius: 0 !important;
1781
1854
  border-bottom-right-radius: 0 !important;
1782
1855
  }
1783
1856
 
1784
1857
  .k-rounded-right-sm {
1785
- border-top-right-radius: 0.0625rem !important;
1786
- border-bottom-right-radius: 0.0625rem !important;
1858
+ border-top-right-radius: 0.2rem;
1859
+ border-bottom-right-radius: 0.2rem;
1860
+ }
1861
+
1862
+ .\!k-rounded-right-sm {
1863
+ border-top-right-radius: 0.2rem !important;
1864
+ border-bottom-right-radius: 0.2rem !important;
1787
1865
  }
1788
1866
 
1789
1867
  .k-rounded-right-md {
1790
- border-top-right-radius: 0.125rem !important;
1791
- border-bottom-right-radius: 0.125rem !important;
1868
+ border-top-right-radius: 0.25rem;
1869
+ border-bottom-right-radius: 0.25rem;
1792
1870
  }
1793
1871
 
1794
- .k-rounded-right-lg {
1872
+ .\!k-rounded-right-md {
1795
1873
  border-top-right-radius: 0.25rem !important;
1796
1874
  border-bottom-right-radius: 0.25rem !important;
1797
1875
  }
1798
1876
 
1877
+ .k-rounded-right-lg {
1878
+ border-top-right-radius: 0.3rem;
1879
+ border-bottom-right-radius: 0.3rem;
1880
+ }
1881
+
1882
+ .\!k-rounded-right-lg {
1883
+ border-top-right-radius: 0.3rem !important;
1884
+ border-bottom-right-radius: 0.3rem !important;
1885
+ }
1886
+
1799
1887
  .k-rounded-right-circle {
1888
+ border-top-right-radius: 50%;
1889
+ border-bottom-right-radius: 50%;
1890
+ }
1891
+
1892
+ .\!k-rounded-right-circle {
1800
1893
  border-top-right-radius: 50% !important;
1801
1894
  border-bottom-right-radius: 50% !important;
1802
1895
  }
1803
1896
 
1804
1897
  .k-rounded-right-pill {
1898
+ border-top-right-radius: 9999px;
1899
+ border-bottom-right-radius: 9999px;
1900
+ }
1901
+
1902
+ .\!k-rounded-right-pill {
1805
1903
  border-top-right-radius: 9999px !important;
1806
1904
  border-bottom-right-radius: 9999px !important;
1807
1905
  }
1808
1906
 
1809
1907
  .k-rounded-bottom {
1908
+ border-bottom-left-radius: 0.25rem;
1909
+ border-bottom-right-radius: 0.25rem;
1910
+ }
1911
+
1912
+ .\!k-rounded-bottom {
1810
1913
  border-bottom-left-radius: 0.25rem !important;
1811
1914
  border-bottom-right-radius: 0.25rem !important;
1812
1915
  }
1813
1916
 
1814
1917
  .k-rounded-bottom-0 {
1918
+ border-bottom-left-radius: 0;
1919
+ border-bottom-right-radius: 0;
1920
+ }
1921
+
1922
+ .\!k-rounded-bottom-0 {
1815
1923
  border-bottom-left-radius: 0 !important;
1816
1924
  border-bottom-right-radius: 0 !important;
1817
1925
  }
1818
1926
 
1819
1927
  .k-rounded-bottom-sm {
1820
- border-bottom-left-radius: 0.0625rem !important;
1821
- border-bottom-right-radius: 0.0625rem !important;
1928
+ border-bottom-left-radius: 0.2rem;
1929
+ border-bottom-right-radius: 0.2rem;
1930
+ }
1931
+
1932
+ .\!k-rounded-bottom-sm {
1933
+ border-bottom-left-radius: 0.2rem !important;
1934
+ border-bottom-right-radius: 0.2rem !important;
1822
1935
  }
1823
1936
 
1824
1937
  .k-rounded-bottom-md {
1825
- border-bottom-left-radius: 0.125rem !important;
1826
- border-bottom-right-radius: 0.125rem !important;
1938
+ border-bottom-left-radius: 0.25rem;
1939
+ border-bottom-right-radius: 0.25rem;
1827
1940
  }
1828
1941
 
1829
- .k-rounded-bottom-lg {
1942
+ .\!k-rounded-bottom-md {
1830
1943
  border-bottom-left-radius: 0.25rem !important;
1831
1944
  border-bottom-right-radius: 0.25rem !important;
1832
1945
  }
1833
1946
 
1947
+ .k-rounded-bottom-lg {
1948
+ border-bottom-left-radius: 0.3rem;
1949
+ border-bottom-right-radius: 0.3rem;
1950
+ }
1951
+
1952
+ .\!k-rounded-bottom-lg {
1953
+ border-bottom-left-radius: 0.3rem !important;
1954
+ border-bottom-right-radius: 0.3rem !important;
1955
+ }
1956
+
1834
1957
  .k-rounded-bottom-circle {
1958
+ border-bottom-left-radius: 50%;
1959
+ border-bottom-right-radius: 50%;
1960
+ }
1961
+
1962
+ .\!k-rounded-bottom-circle {
1835
1963
  border-bottom-left-radius: 50% !important;
1836
1964
  border-bottom-right-radius: 50% !important;
1837
1965
  }
1838
1966
 
1839
1967
  .k-rounded-bottom-pill {
1968
+ border-bottom-left-radius: 9999px;
1969
+ border-bottom-right-radius: 9999px;
1970
+ }
1971
+
1972
+ .\!k-rounded-bottom-pill {
1840
1973
  border-bottom-left-radius: 9999px !important;
1841
1974
  border-bottom-right-radius: 9999px !important;
1842
1975
  }
1843
1976
 
1844
1977
  .k-rounded-left {
1978
+ border-bottom-left-radius: 0.25rem;
1979
+ border-top-left-radius: 0.25rem;
1980
+ }
1981
+
1982
+ .\!k-rounded-left {
1845
1983
  border-bottom-left-radius: 0.25rem !important;
1846
1984
  border-top-left-radius: 0.25rem !important;
1847
1985
  }
1848
1986
 
1849
1987
  .k-rounded-left-0 {
1988
+ border-bottom-left-radius: 0;
1989
+ border-top-left-radius: 0;
1990
+ }
1991
+
1992
+ .\!k-rounded-left-0 {
1850
1993
  border-bottom-left-radius: 0 !important;
1851
1994
  border-top-left-radius: 0 !important;
1852
1995
  }
1853
1996
 
1854
1997
  .k-rounded-left-sm {
1855
- border-bottom-left-radius: 0.0625rem !important;
1856
- border-top-left-radius: 0.0625rem !important;
1998
+ border-bottom-left-radius: 0.2rem;
1999
+ border-top-left-radius: 0.2rem;
2000
+ }
2001
+
2002
+ .\!k-rounded-left-sm {
2003
+ border-bottom-left-radius: 0.2rem !important;
2004
+ border-top-left-radius: 0.2rem !important;
1857
2005
  }
1858
2006
 
1859
2007
  .k-rounded-left-md {
1860
- border-bottom-left-radius: 0.125rem !important;
1861
- border-top-left-radius: 0.125rem !important;
2008
+ border-bottom-left-radius: 0.25rem;
2009
+ border-top-left-radius: 0.25rem;
1862
2010
  }
1863
2011
 
1864
- .k-rounded-left-lg {
2012
+ .\!k-rounded-left-md {
1865
2013
  border-bottom-left-radius: 0.25rem !important;
1866
2014
  border-top-left-radius: 0.25rem !important;
1867
2015
  }
1868
2016
 
2017
+ .k-rounded-left-lg {
2018
+ border-bottom-left-radius: 0.3rem;
2019
+ border-top-left-radius: 0.3rem;
2020
+ }
2021
+
2022
+ .\!k-rounded-left-lg {
2023
+ border-bottom-left-radius: 0.3rem !important;
2024
+ border-top-left-radius: 0.3rem !important;
2025
+ }
2026
+
1869
2027
  .k-rounded-left-circle {
2028
+ border-bottom-left-radius: 50%;
2029
+ border-top-left-radius: 50%;
2030
+ }
2031
+
2032
+ .\!k-rounded-left-circle {
1870
2033
  border-bottom-left-radius: 50% !important;
1871
2034
  border-top-left-radius: 50% !important;
1872
2035
  }
1873
2036
 
1874
2037
  .k-rounded-left-pill {
2038
+ border-bottom-left-radius: 9999px;
2039
+ border-top-left-radius: 9999px;
2040
+ }
2041
+
2042
+ .\!k-rounded-left-pill {
1875
2043
  border-bottom-left-radius: 9999px !important;
1876
2044
  border-top-left-radius: 9999px !important;
1877
2045
  }
1878
2046
 
1879
2047
  .k-rounded-top-left {
2048
+ border-top-left-radius: 0.25rem;
2049
+ }
2050
+
2051
+ .\!k-rounded-top-left {
1880
2052
  border-top-left-radius: 0.25rem !important;
1881
2053
  }
1882
2054
 
1883
2055
  .k-rounded-top-left-0 {
2056
+ border-top-left-radius: 0;
2057
+ }
2058
+
2059
+ .\!k-rounded-top-left-0 {
1884
2060
  border-top-left-radius: 0 !important;
1885
2061
  }
1886
2062
 
1887
2063
  .k-rounded-top-left-sm {
1888
- border-top-left-radius: 0.0625rem !important;
2064
+ border-top-left-radius: 0.2rem;
2065
+ }
2066
+
2067
+ .\!k-rounded-top-left-sm {
2068
+ border-top-left-radius: 0.2rem !important;
1889
2069
  }
1890
2070
 
1891
2071
  .k-rounded-top-left-md {
1892
- border-top-left-radius: 0.125rem !important;
2072
+ border-top-left-radius: 0.25rem;
1893
2073
  }
1894
2074
 
1895
- .k-rounded-top-left-lg {
2075
+ .\!k-rounded-top-left-md {
1896
2076
  border-top-left-radius: 0.25rem !important;
1897
2077
  }
1898
2078
 
2079
+ .k-rounded-top-left-lg {
2080
+ border-top-left-radius: 0.3rem;
2081
+ }
2082
+
2083
+ .\!k-rounded-top-left-lg {
2084
+ border-top-left-radius: 0.3rem !important;
2085
+ }
2086
+
1899
2087
  .k-rounded-top-left-circle {
2088
+ border-top-left-radius: 50%;
2089
+ }
2090
+
2091
+ .\!k-rounded-top-left-circle {
1900
2092
  border-top-left-radius: 50% !important;
1901
2093
  }
1902
2094
 
1903
2095
  .k-rounded-top-left-pill {
2096
+ border-top-left-radius: 9999px;
2097
+ }
2098
+
2099
+ .\!k-rounded-top-left-pill {
1904
2100
  border-top-left-radius: 9999px !important;
1905
2101
  }
1906
2102
 
1907
2103
  .k-rounded-top-right {
2104
+ border-top-right-radius: 0.25rem;
2105
+ }
2106
+
2107
+ .\!k-rounded-top-right {
1908
2108
  border-top-right-radius: 0.25rem !important;
1909
2109
  }
1910
2110
 
1911
2111
  .k-rounded-top-right-0 {
2112
+ border-top-right-radius: 0;
2113
+ }
2114
+
2115
+ .\!k-rounded-top-right-0 {
1912
2116
  border-top-right-radius: 0 !important;
1913
2117
  }
1914
2118
 
1915
2119
  .k-rounded-top-right-sm {
1916
- border-top-right-radius: 0.0625rem !important;
2120
+ border-top-right-radius: 0.2rem;
2121
+ }
2122
+
2123
+ .\!k-rounded-top-right-sm {
2124
+ border-top-right-radius: 0.2rem !important;
1917
2125
  }
1918
2126
 
1919
2127
  .k-rounded-top-right-md {
1920
- border-top-right-radius: 0.125rem !important;
2128
+ border-top-right-radius: 0.25rem;
1921
2129
  }
1922
2130
 
1923
- .k-rounded-top-right-lg {
2131
+ .\!k-rounded-top-right-md {
1924
2132
  border-top-right-radius: 0.25rem !important;
1925
2133
  }
1926
2134
 
2135
+ .k-rounded-top-right-lg {
2136
+ border-top-right-radius: 0.3rem;
2137
+ }
2138
+
2139
+ .\!k-rounded-top-right-lg {
2140
+ border-top-right-radius: 0.3rem !important;
2141
+ }
2142
+
1927
2143
  .k-rounded-top-right-circle {
2144
+ border-top-right-radius: 50%;
2145
+ }
2146
+
2147
+ .\!k-rounded-top-right-circle {
1928
2148
  border-top-right-radius: 50% !important;
1929
2149
  }
1930
2150
 
1931
2151
  .k-rounded-top-right-pill {
2152
+ border-top-right-radius: 9999px;
2153
+ }
2154
+
2155
+ .\!k-rounded-top-right-pill {
1932
2156
  border-top-right-radius: 9999px !important;
1933
2157
  }
1934
2158
 
1935
2159
  .k-rounded-bottom-left {
2160
+ border-bottom-left-radius: 0.25rem;
2161
+ }
2162
+
2163
+ .\!k-rounded-bottom-left {
1936
2164
  border-bottom-left-radius: 0.25rem !important;
1937
2165
  }
1938
2166
 
1939
2167
  .k-rounded-bottom-left-0 {
2168
+ border-bottom-left-radius: 0;
2169
+ }
2170
+
2171
+ .\!k-rounded-bottom-left-0 {
1940
2172
  border-bottom-left-radius: 0 !important;
1941
2173
  }
1942
2174
 
1943
2175
  .k-rounded-bottom-left-sm {
1944
- border-bottom-left-radius: 0.0625rem !important;
2176
+ border-bottom-left-radius: 0.2rem;
2177
+ }
2178
+
2179
+ .\!k-rounded-bottom-left-sm {
2180
+ border-bottom-left-radius: 0.2rem !important;
1945
2181
  }
1946
2182
 
1947
2183
  .k-rounded-bottom-left-md {
1948
- border-bottom-left-radius: 0.125rem !important;
2184
+ border-bottom-left-radius: 0.25rem;
1949
2185
  }
1950
2186
 
1951
- .k-rounded-bottom-left-lg {
2187
+ .\!k-rounded-bottom-left-md {
1952
2188
  border-bottom-left-radius: 0.25rem !important;
1953
2189
  }
1954
2190
 
2191
+ .k-rounded-bottom-left-lg {
2192
+ border-bottom-left-radius: 0.3rem;
2193
+ }
2194
+
2195
+ .\!k-rounded-bottom-left-lg {
2196
+ border-bottom-left-radius: 0.3rem !important;
2197
+ }
2198
+
1955
2199
  .k-rounded-bottom-left-circle {
2200
+ border-bottom-left-radius: 50%;
2201
+ }
2202
+
2203
+ .\!k-rounded-bottom-left-circle {
1956
2204
  border-bottom-left-radius: 50% !important;
1957
2205
  }
1958
2206
 
1959
2207
  .k-rounded-bottom-left-pill {
2208
+ border-bottom-left-radius: 9999px;
2209
+ }
2210
+
2211
+ .\!k-rounded-bottom-left-pill {
1960
2212
  border-bottom-left-radius: 9999px !important;
1961
2213
  }
1962
2214
 
1963
2215
  .k-rounded-bottom-right {
2216
+ border-bottom-right-radius: 0.25rem;
2217
+ }
2218
+
2219
+ .\!k-rounded-bottom-right {
1964
2220
  border-bottom-right-radius: 0.25rem !important;
1965
2221
  }
1966
2222
 
1967
2223
  .k-rounded-bottom-right-0 {
2224
+ border-bottom-right-radius: 0;
2225
+ }
2226
+
2227
+ .\!k-rounded-bottom-right-0 {
1968
2228
  border-bottom-right-radius: 0 !important;
1969
2229
  }
1970
2230
 
1971
2231
  .k-rounded-bottom-right-sm {
1972
- border-bottom-right-radius: 0.0625rem !important;
2232
+ border-bottom-right-radius: 0.2rem;
2233
+ }
2234
+
2235
+ .\!k-rounded-bottom-right-sm {
2236
+ border-bottom-right-radius: 0.2rem !important;
1973
2237
  }
1974
2238
 
1975
2239
  .k-rounded-bottom-right-md {
1976
- border-bottom-right-radius: 0.125rem !important;
2240
+ border-bottom-right-radius: 0.25rem;
1977
2241
  }
1978
2242
 
1979
- .k-rounded-bottom-right-lg {
2243
+ .\!k-rounded-bottom-right-md {
1980
2244
  border-bottom-right-radius: 0.25rem !important;
1981
2245
  }
1982
2246
 
2247
+ .k-rounded-bottom-right-lg {
2248
+ border-bottom-right-radius: 0.3rem;
2249
+ }
2250
+
2251
+ .\!k-rounded-bottom-right-lg {
2252
+ border-bottom-right-radius: 0.3rem !important;
2253
+ }
2254
+
1983
2255
  .k-rounded-bottom-right-circle {
2256
+ border-bottom-right-radius: 50%;
2257
+ }
2258
+
2259
+ .\!k-rounded-bottom-right-circle {
1984
2260
  border-bottom-right-radius: 50% !important;
1985
2261
  }
1986
2262
 
1987
2263
  .k-rounded-bottom-right-pill {
2264
+ border-bottom-right-radius: 9999px;
2265
+ }
2266
+
2267
+ .\!k-rounded-bottom-right-pill {
1988
2268
  border-bottom-right-radius: 9999px !important;
1989
2269
  }
1990
2270
 
@@ -12865,10 +13145,6 @@ kendo-badge-container {
12865
13145
  border-width: 1px;
12866
13146
  }
12867
13147
 
12868
- .k-list-container .k-separator {
12869
- height: 0;
12870
- }
12871
-
12872
13148
  .k-virtual-content {
12873
13149
  overflow-y: scroll;
12874
13150
  -webkit-overflow-scrolling: touch;
@@ -14641,6 +14917,11 @@ kendo-label.k-radio-label > .k-label {
14641
14917
  display: block;
14642
14918
  }
14643
14919
 
14920
+ .k-switch.k-disabled {
14921
+ opacity: 1;
14922
+ filter: none;
14923
+ }
14924
+
14644
14925
  .k-switch:focus .k-switch-container, .k-switch.k-state-focused .k-switch-container {
14645
14926
  outline: none;
14646
14927
  }
@@ -14683,13 +14964,8 @@ kendo-label.k-radio-label > .k-label {
14683
14964
  color: transparent;
14684
14965
  }
14685
14966
 
14686
- .k-switch.k-state-disabled {
14687
- opacity: 1;
14688
- filter: none;
14689
- }
14690
-
14691
14967
  .k-switch-on.k-state-disabled .k-switch-container {
14692
- background-color: rgba(13, 110, 253, 0.5);
14968
+ background-color: #86b7fe;
14693
14969
  }
14694
14970
 
14695
14971
  .k-switch-on.k-state-disabled .k-switch-handle {
@@ -17670,10 +17946,6 @@ textarea.k-textarea {
17670
17946
  background-image: url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
17671
17947
  }
17672
17948
 
17673
- .k-slider .k-button:active, .k-slider .k-button.k-state-active {
17674
- box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
17675
- }
17676
-
17677
17949
  .k-captcha {
17678
17950
  width: 335px;
17679
17951
  box-sizing: border-box;
@@ -22378,8 +22650,6 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
22378
22650
  height: auto;
22379
22651
  border-width: 0 0 0 1px;
22380
22652
  border-style: solid;
22381
- -ms-flex-negative: 0;
22382
- flex-shrink: 0;
22383
22653
  }
22384
22654
 
22385
22655
  .k-menu-vertical {
@@ -23784,13 +24054,6 @@ kendo-card-footer {
23784
24054
  gap: 0.5rem;
23785
24055
  }
23786
24056
 
23787
- .k-card-actions > .k-button {
23788
- padding-left: calc(0.5rem - 1px);
23789
- padding-right: calc(0.5rem - 1px);
23790
- max-width: 100%;
23791
- white-space: normal;
23792
- }
23793
-
23794
24057
  .k-card-actions-start {
23795
24058
  -ms-flex-pack: start;
23796
24059
  justify-content: flex-start;
@@ -23816,44 +24079,11 @@ kendo-card-footer {
23816
24079
  flex-flow: column nowrap;
23817
24080
  }
23818
24081
 
23819
- .k-card-actions-stretched {
23820
- padding: 0;
23821
- gap: 0;
23822
- }
23823
-
23824
- .k-card-actions-stretched > .k-button,
23825
- .k-card-actions-stretched > .k-card-action {
24082
+ .k-card-actions-stretched > * {
23826
24083
  -ms-flex: 1 1 auto;
23827
24084
  flex: 1 1 auto;
23828
24085
  }
23829
24086
 
23830
- .k-card-actions-stretched .k-button {
23831
- border-radius: 0;
23832
- padding-top: 0.875rem;
23833
- padding-bottom: 0.875rem;
23834
- }
23835
-
23836
- .k-card .k-card-actions-stretched {
23837
- border-top-width: 1px;
23838
- }
23839
-
23840
- .k-card-horizontal > .k-card-actions-stretched {
23841
- border-top-width: 0;
23842
- border-inline-start-width: 1px;
23843
- }
23844
-
23845
- .k-card-vertical > .k-card-actions-stretched {
23846
- border-top-width: 1px;
23847
- }
23848
-
23849
- .k-card-actions-stretched.k-card-actions-horizontal > .k-card-action + .k-card-action {
23850
- border-inline-start-width: 1px;
23851
- }
23852
-
23853
- .k-card-actions-stretched.k-card-actions-vertical > .k-card-action + .k-card-action {
23854
- border-top-width: 1px;
23855
- }
23856
-
23857
24087
  .k-card-action {
23858
24088
  border-width: 0;
23859
24089
  border-style: solid;
@@ -24018,20 +24248,6 @@ kendo-card-footer {
24018
24248
  box-shadow: none;
24019
24249
  }
24020
24250
 
24021
- .k-rtl .k-card-actions-stretched .k-card-action + .k-card-action,
24022
- [dir="rtl"] .k-card-actions-stretched .k-card-action + .k-card-action {
24023
- border-right-width: 1px;
24024
- border-left-width: 0;
24025
- }
24026
-
24027
- .k-rtl .k-card-horizontal > .k-card-actions-stretched,
24028
- .k-rtl .k-card-horizontal .k-card-actions-vertical,
24029
- [dir="rtl"] .k-card-horizontal > .k-card-actions-stretched,
24030
- [dir="rtl"] .k-card-horizontal .k-card-actions-vertical {
24031
- border-right-width: 1px;
24032
- border-left-width: 0;
24033
- }
24034
-
24035
24251
  .k-ie11 .k-card-body {
24036
24252
  -ms-flex: 1 1 auto;
24037
24253
  flex: 1 1 auto;
@@ -24063,7 +24279,8 @@ kendo-card-footer {
24063
24279
  background-color: #f8f9fa;
24064
24280
  }
24065
24281
 
24066
- .k-card-separator {
24282
+ .k-card-separator,
24283
+ .k-card .k-separator {
24067
24284
  border-color: #dee2e6;
24068
24285
  }
24069
24286
 
@@ -29583,10 +29800,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29583
29800
  padding: 0;
29584
29801
  }
29585
29802
 
29586
- .k-spreadsheet-popup .k-separator {
29587
- display: block;
29588
- }
29589
-
29590
29803
  .k-spreadsheet-popup .k-button {
29591
29804
  border-radius: 0;
29592
29805
  border-width: 0;
@@ -30507,6 +30720,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
30507
30720
  border-bottom-width: 0;
30508
30721
  }
30509
30722
 
30723
+ .k-pdf-export-shadow .k-pivotgrid {
30724
+ height: auto !important;
30725
+ }
30726
+
30727
+ .k-pdf-export-shadow .k-pivotgrid-values {
30728
+ height: auto;
30729
+ overflow: visible;
30730
+ }
30731
+
30732
+ .k-pdf-export-shadow .k-pivotgrid-column-headers .k-pivotgrid-table {
30733
+ padding-inline-end: 0;
30734
+ }
30735
+
30510
30736
  .k-pivot {
30511
30737
  border-width: 1px;
30512
30738
  border-style: solid;
package/dist/all.scss CHANGED
@@ -5088,6 +5088,16 @@ $display4-letter-spacing: null !default;
5088
5088
 
5089
5089
  // Component
5090
5090
  // #region @import "_border.scss"; -> packages/bootstrap/scss/utils/_border.scss
5091
+ $utils-border-radius: (
5092
+ default: map-get( $spacing, 1 ),
5093
+ 0: 0,
5094
+ sm: .2rem,
5095
+ md: .25rem,
5096
+ lg: .3rem,
5097
+ circle: 50%,
5098
+ pill: 9999px
5099
+ ) !default;
5100
+
5091
5101
  // #region @import "~@progress/kendo-theme-default/scss/utils/_border.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/utils/_border.scss
5092
5102
  @include exports( "utils/border" ) {
5093
5103
 
@@ -5184,6 +5194,11 @@ $display4-letter-spacing: null !default;
5184
5194
  $_selector-suffix: if( $radius == default, "", "-#{$radius}" );
5185
5195
 
5186
5196
  .k-#{$_selector-base}#{$_selector-suffix} {
5197
+ @each $prop in $props {
5198
+ #{$prop}: $value;
5199
+ }
5200
+ }
5201
+ .\!k-#{$_selector-base}#{$_selector-suffix} {
5187
5202
  @each $prop in $props {
5188
5203
  #{$prop}: $value !important;
5189
5204
  }
@@ -11452,10 +11467,6 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
11452
11467
  border-width: 1px;
11453
11468
  }
11454
11469
  }
11455
-
11456
- .k-separator {
11457
- height: 0;
11458
- }
11459
11470
  }
11460
11471
 
11461
11472
  .k-virtual-content {
@@ -14164,6 +14175,16 @@ $switch-off-handle-hovered-gradient: null !default;
14164
14175
 
14165
14176
  // #endregion
14166
14177
 
14178
+ @include exports( "switch/layout/bootstrap" ) {
14179
+
14180
+ // Switch
14181
+ .k-switch.k-disabled {
14182
+ opacity: 1;
14183
+ filter: none;
14184
+ }
14185
+
14186
+ }
14187
+
14167
14188
  // #endregion
14168
14189
  // #region @import "_theme.scss"; -> packages/bootstrap/scss/switch/_theme.scss
14169
14190
  // #region @import "~@progress/kendo-theme-default/scss/switch/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/switch/_theme.scss
@@ -14332,17 +14353,11 @@ $switch-off-handle-hovered-gradient: null !default;
14332
14353
 
14333
14354
  @include exports( "switch/theme/bootstrap" ) {
14334
14355
 
14335
- // Switch
14336
- .k-switch.k-state-disabled {
14337
- opacity: 1;
14338
- filter: none;
14339
- }
14340
-
14341
14356
  .k-switch-on.k-state-disabled {
14342
14357
 
14343
14358
  // Switch track
14344
14359
  .k-switch-container {
14345
- background-color: rgba( $switch-on-bg, .5 );
14360
+ background-color: try-tint( $switch-on-bg, 50% );
14346
14361
  }
14347
14362
 
14348
14363
  // Switch thumb
@@ -17756,19 +17771,6 @@ $slider-disabled-opacity: null !default;
17756
17771
 
17757
17772
  // #endregion
17758
17773
 
17759
- @include exports("slider/theme/bootstrap") {
17760
-
17761
- .k-slider {
17762
-
17763
- .k-button {
17764
- &:active,
17765
- &.k-state-active {
17766
- @include box-shadow( $slider-button-focused-shadow );
17767
- }
17768
- }
17769
- }
17770
- }
17771
-
17772
17774
  // #endregion
17773
17775
 
17774
17776
  // #endregion
@@ -25153,7 +25155,6 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
25153
25155
  height: auto;
25154
25156
  border-width: 0 0 0 1px;
25155
25157
  border-style: solid;
25156
- flex-shrink: 0;
25157
25158
  }
25158
25159
  }
25159
25160
 
@@ -27242,13 +27243,6 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
27242
27243
  flex-shrink: 0;
27243
27244
  flex-basis: auto;
27244
27245
  gap: $card-actions-gap;
27245
-
27246
- > .k-button {
27247
- padding-left: calc( #{$card-body-padding-x} - ( #{$card-actions-padding-x} + #{$button-border-width} ) );
27248
- padding-right: calc( #{$card-body-padding-x} - ( #{$card-actions-padding-x} + #{$button-border-width} ) );
27249
- max-width: 100%;
27250
- white-space: normal;
27251
- }
27252
27246
  }
27253
27247
 
27254
27248
 
@@ -27263,40 +27257,9 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
27263
27257
  .k-card-actions-vertical { flex-flow: column nowrap; } // stylelint-disable-line block-opening-brace-space-before
27264
27258
 
27265
27259
 
27266
- // Streched actions
27267
- .k-card-actions-stretched {
27268
- padding: 0;
27269
- gap: 0;
27270
-
27271
- > .k-button,
27272
- > .k-card-action {
27273
- flex: 1 1 auto;
27274
- }
27275
-
27276
- // TODO: refactor once we have button size
27277
- .k-button {
27278
- @include border-radius( 0 );
27279
- padding-top: calc( #{$card-actions-padding-y} + #{$button-padding-y} );
27280
- padding-bottom: calc( #{$card-actions-padding-y} + #{$button-padding-y} );
27281
- }
27282
-
27283
- .k-card & {
27284
- border-top-width: $card-actions-border-width;
27285
- }
27286
- .k-card-horizontal > & {
27287
- border-top-width: 0;
27288
- border-inline-start-width: $card-actions-border-width;
27289
- }
27290
- .k-card-vertical > & {
27291
- border-top-width: $card-actions-border-width;
27292
- }
27293
-
27294
- &.k-card-actions-horizontal > .k-card-action + .k-card-action {
27295
- border-inline-start-width: $card-actions-border-width;
27296
- }
27297
- &.k-card-actions-vertical > .k-card-action + .k-card-action {
27298
- border-top-width: $card-actions-border-width;
27299
- }
27260
+ // Stretched actions
27261
+ .k-card-actions-stretched > * {
27262
+ flex: 1 1 auto;
27300
27263
  }
27301
27264
 
27302
27265
 
@@ -27470,33 +27433,6 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
27470
27433
 
27471
27434
 
27472
27435
 
27473
- @include exports("card/layout/rtl") {
27474
-
27475
- .k-rtl,
27476
- [dir="rtl"] {
27477
-
27478
- .k-card-actions-stretched {
27479
- .k-card-action + .k-card-action {
27480
- border-right-width: $card-actions-border-width;
27481
- border-left-width: 0;
27482
- }
27483
- }
27484
-
27485
- .k-card-horizontal {
27486
- > .k-card-actions-stretched,
27487
- .k-card-actions-vertical {
27488
- border-right-width: $card-actions-border-width;
27489
- border-left-width: 0;
27490
- }
27491
- }
27492
-
27493
- }
27494
-
27495
- }
27496
-
27497
-
27498
-
27499
-
27500
27436
  @include exports("card/layout/ie11") {
27501
27437
 
27502
27438
  .k-ie11 {
@@ -27558,7 +27494,8 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
27558
27494
 
27559
27495
 
27560
27496
  // Separator
27561
- .k-card-separator {
27497
+ .k-card-separator,
27498
+ .k-card .k-separator {
27562
27499
  border-color: $card-border;
27563
27500
  }
27564
27501
 
@@ -34734,10 +34671,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
34734
34671
  .k-spreadsheet-popup {
34735
34672
  padding: 0;
34736
34673
 
34737
- .k-separator {
34738
- display: block;
34739
- }
34740
-
34741
34674
  .k-button {
34742
34675
  @include border-radius( 0 );
34743
34676
  border-width: 0;
@@ -35896,6 +35829,27 @@ $pivotgrid-remove-text: null !default;
35896
35829
  }
35897
35830
 
35898
35831
 
35832
+ @include exports( "pivotgrid/layout/export" ) {
35833
+
35834
+ .k-pdf-export-shadow {
35835
+
35836
+ .k-pivotgrid {
35837
+ height: auto !important; // sass-lint:disable-line no-important
35838
+ }
35839
+
35840
+ .k-pivotgrid-values {
35841
+ height: auto;
35842
+ overflow: visible;
35843
+ }
35844
+
35845
+ .k-pivotgrid-column-headers .k-pivotgrid-table {
35846
+ padding-inline-end: 0;
35847
+ }
35848
+
35849
+ }
35850
+ }
35851
+
35852
+
35899
35853
  @include exports("pivotgrid/layout/legacy") {
35900
35854
 
35901
35855
  .k-pivot {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "4.42.0",
4
+ "version": "4.42.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "dart:flat": "gulp dart:flat",
48
48
  "prepublishOnly": "echo 'no prebublish for default theme'"
49
49
  },
50
- "gitHead": "9ec24b9a743862f1443d2f4acffb203dbbe90215"
50
+ "gitHead": "8575a79ff8c17831e06014204962beb77190180b"
51
51
  }
@@ -187,13 +187,6 @@
187
187
  flex-shrink: 0;
188
188
  flex-basis: auto;
189
189
  gap: $card-actions-gap;
190
-
191
- > .k-button {
192
- padding-left: calc( #{$card-body-padding-x} - ( #{$card-actions-padding-x} + #{$button-border-width} ) );
193
- padding-right: calc( #{$card-body-padding-x} - ( #{$card-actions-padding-x} + #{$button-border-width} ) );
194
- max-width: 100%;
195
- white-space: normal;
196
- }
197
190
  }
198
191
 
199
192
 
@@ -208,40 +201,9 @@
208
201
  .k-card-actions-vertical { flex-flow: column nowrap; } // stylelint-disable-line block-opening-brace-space-before
209
202
 
210
203
 
211
- // Streched actions
212
- .k-card-actions-stretched {
213
- padding: 0;
214
- gap: 0;
215
-
216
- > .k-button,
217
- > .k-card-action {
218
- flex: 1 1 auto;
219
- }
220
-
221
- // TODO: refactor once we have button size
222
- .k-button {
223
- @include border-radius( 0 );
224
- padding-top: calc( #{$card-actions-padding-y} + #{$button-padding-y} );
225
- padding-bottom: calc( #{$card-actions-padding-y} + #{$button-padding-y} );
226
- }
227
-
228
- .k-card & {
229
- border-top-width: $card-actions-border-width;
230
- }
231
- .k-card-horizontal > & {
232
- border-top-width: 0;
233
- border-inline-start-width: $card-actions-border-width;
234
- }
235
- .k-card-vertical > & {
236
- border-top-width: $card-actions-border-width;
237
- }
238
-
239
- &.k-card-actions-horizontal > .k-card-action + .k-card-action {
240
- border-inline-start-width: $card-actions-border-width;
241
- }
242
- &.k-card-actions-vertical > .k-card-action + .k-card-action {
243
- border-top-width: $card-actions-border-width;
244
- }
204
+ // Stretched actions
205
+ .k-card-actions-stretched > * {
206
+ flex: 1 1 auto;
245
207
  }
246
208
 
247
209
 
@@ -415,33 +377,6 @@
415
377
 
416
378
 
417
379
 
418
- @include exports("card/layout/rtl") {
419
-
420
- .k-rtl,
421
- [dir="rtl"] {
422
-
423
- .k-card-actions-stretched {
424
- .k-card-action + .k-card-action {
425
- border-right-width: $card-actions-border-width;
426
- border-left-width: 0;
427
- }
428
- }
429
-
430
- .k-card-horizontal {
431
- > .k-card-actions-stretched,
432
- .k-card-actions-vertical {
433
- border-right-width: $card-actions-border-width;
434
- border-left-width: 0;
435
- }
436
- }
437
-
438
- }
439
-
440
- }
441
-
442
-
443
-
444
-
445
380
  @include exports("card/layout/ie11") {
446
381
 
447
382
  .k-ie11 {
@@ -40,7 +40,8 @@
40
40
 
41
41
 
42
42
  // Separator
43
- .k-card-separator {
43
+ .k-card-separator,
44
+ .k-card .k-separator {
44
45
  border-color: $card-border;
45
46
  }
46
47
 
@@ -86,7 +86,6 @@
86
86
  height: auto;
87
87
  border-width: 0 0 0 1px;
88
88
  border-style: solid;
89
- flex-shrink: 0;
90
89
  }
91
90
  }
92
91
 
@@ -455,6 +455,27 @@
455
455
  }
456
456
 
457
457
 
458
+ @include exports( "pivotgrid/layout/export" ) {
459
+
460
+ .k-pdf-export-shadow {
461
+
462
+ .k-pivotgrid {
463
+ height: auto !important; // sass-lint:disable-line no-important
464
+ }
465
+
466
+ .k-pivotgrid-values {
467
+ height: auto;
468
+ overflow: visible;
469
+ }
470
+
471
+ .k-pivotgrid-column-headers .k-pivotgrid-table {
472
+ padding-inline-end: 0;
473
+ }
474
+
475
+ }
476
+ }
477
+
478
+
458
479
  @include exports("pivotgrid/layout/legacy") {
459
480
 
460
481
  .k-pivot {
@@ -298,10 +298,6 @@
298
298
  border-width: 1px;
299
299
  }
300
300
  }
301
-
302
- .k-separator {
303
- height: 0;
304
- }
305
301
  }
306
302
 
307
303
  .k-virtual-content {
@@ -679,10 +679,6 @@
679
679
  .k-spreadsheet-popup {
680
680
  padding: 0;
681
681
 
682
- .k-separator {
683
- display: block;
684
- }
685
-
686
682
  .k-button {
687
683
  @include border-radius( 0 );
688
684
  border-width: 0;
@@ -93,6 +93,11 @@
93
93
  $_selector-suffix: if( $radius == default, "", "-#{$radius}" );
94
94
 
95
95
  .k-#{$_selector-base}#{$_selector-suffix} {
96
+ @each $prop in $props {
97
+ #{$prop}: $value;
98
+ }
99
+ }
100
+ .\!k-#{$_selector-base}#{$_selector-suffix} {
96
101
  @each $prop in $props {
97
102
  #{$prop}: $value !important;
98
103
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "4.42.0",
4
+ "version": "4.42.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,8 +50,8 @@
50
50
  "postpublish": "rm -rf modules && git checkout scss"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^4.42.0",
53
+ "@progress/kendo-theme-default": "^4.42.1-dev.0",
54
54
  "bootstrap": "^5.1.0"
55
55
  },
56
- "gitHead": "9ec24b9a743862f1443d2f4acffb203dbbe90215"
56
+ "gitHead": "8575a79ff8c17831e06014204962beb77190180b"
57
57
  }
@@ -1,14 +1 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/slider/_theme.scss";
2
-
3
- @include exports("slider/theme/bootstrap") {
4
-
5
- .k-slider {
6
-
7
- .k-button {
8
- &:active,
9
- &.k-state-active {
10
- @include box-shadow( $slider-button-focused-shadow );
11
- }
12
- }
13
- }
14
- }
@@ -1 +1,11 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/switch/_layout.scss";
2
+
3
+ @include exports( "switch/layout/bootstrap" ) {
4
+
5
+ // Switch
6
+ .k-switch.k-disabled {
7
+ opacity: 1;
8
+ filter: none;
9
+ }
10
+
11
+ }
@@ -2,17 +2,11 @@
2
2
 
3
3
  @include exports( "switch/theme/bootstrap" ) {
4
4
 
5
- // Switch
6
- .k-switch.k-state-disabled {
7
- opacity: 1;
8
- filter: none;
9
- }
10
-
11
5
  .k-switch-on.k-state-disabled {
12
6
 
13
7
  // Switch track
14
8
  .k-switch-container {
15
- background-color: rgba( $switch-on-bg, .5 );
9
+ background-color: try-tint( $switch-on-bg, 50% );
16
10
  }
17
11
 
18
12
  // Switch thumb
@@ -1 +1,11 @@
1
+ $utils-border-radius: (
2
+ default: map-get( $spacing, 1 ),
3
+ 0: 0,
4
+ sm: .2rem,
5
+ md: .25rem,
6
+ lg: .3rem,
7
+ circle: 50%,
8
+ pill: 9999px
9
+ ) !default;
10
+
1
11
  @import "../../modules/@progress/kendo-theme-default/scss/utils/_border.scss";