@kdcloudjs/kdesign 1.8.21 → 1.8.23
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/kdesign-complete.less +258 -13
- package/dist/kdesign.css +688 -240
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +125 -64
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +4 -4
- package/dist/kdesign.min.js +9 -9
- package/dist/kdesign.min.js.map +1 -1
- package/es/cascader/style/index.less +4 -3
- package/es/color-picker/color-picker-panel.js +41 -24
- package/es/color-picker/color-picker.d.ts +3 -3
- package/es/color-picker/color-picker.js +20 -5
- package/es/color-picker/interface.d.ts +6 -0
- package/es/color-picker/style/index.css +17 -6
- package/es/color-picker/style/index.less +16 -5
- package/es/color-picker/utils/removeTransparency.d.ts +3 -0
- package/es/color-picker/utils/removeTransparency.js +4 -0
- package/es/config-provider/compDefaultProps.d.ts +2 -3
- package/es/config-provider/compDefaultProps.js +2 -3
- package/es/icon/icon.js +9 -4
- package/es/icon/style/index.less +2 -2
- package/es/input/style/index.css +3 -3
- package/es/input/style/index.less +1 -1
- package/es/input/style/token.less +1 -1
- package/es/style/icon/kdicon.less +231 -0
- package/es/style/index.css +667 -1
- package/es/style/index.less +1 -1
- package/es/switch/style/index.less +2 -1
- package/lib/cascader/style/index.less +4 -3
- package/lib/color-picker/color-picker-panel.js +41 -24
- package/lib/color-picker/color-picker.d.ts +3 -3
- package/lib/color-picker/color-picker.js +19 -4
- package/lib/color-picker/interface.d.ts +6 -0
- package/lib/color-picker/style/index.css +17 -6
- package/lib/color-picker/style/index.less +16 -5
- package/lib/color-picker/utils/removeTransparency.d.ts +3 -0
- package/lib/color-picker/utils/removeTransparency.js +11 -0
- package/lib/config-provider/compDefaultProps.d.ts +2 -3
- package/lib/config-provider/compDefaultProps.js +2 -3
- package/lib/icon/icon.js +9 -4
- package/lib/icon/style/index.less +2 -2
- package/lib/input/style/index.css +3 -3
- package/lib/input/style/index.less +1 -1
- package/lib/input/style/token.less +1 -1
- package/lib/style/icon/kdicon.less +231 -0
- package/lib/style/index.css +667 -1
- package/lib/style/index.less +1 -1
- package/lib/switch/style/index.less +2 -1
- package/package.json +1 -1
- package/es/style/icon/kdicon.css +0 -229
- package/lib/style/icon/kdicon.css +0 -229
package/es/style/index.css
CHANGED
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
/* ----------- Avatar ——————---- end */
|
|
95
95
|
/* ----------- AdvancedSelector ——————---- start */
|
|
96
96
|
/* ----------- AdvancedSelector ——————---- end */
|
|
97
|
-
@import 'icon/kdicon.css';
|
|
98
97
|
@-webkit-keyframes loadingcircle {
|
|
99
98
|
100% {
|
|
100
99
|
-webkit-transform: rotate(360deg);
|
|
@@ -1858,3 +1857,670 @@ template {
|
|
|
1858
1857
|
::-webkit-scrollbar-track {
|
|
1859
1858
|
border-radius: 10px;
|
|
1860
1859
|
}
|
|
1860
|
+
@font-face {
|
|
1861
|
+
font-family: "kdicon";
|
|
1862
|
+
src: url("kdicon.woff?t=1668600442688") format("woff");
|
|
1863
|
+
}
|
|
1864
|
+
.kdicon {
|
|
1865
|
+
font-family: "kdicon" !important;
|
|
1866
|
+
font-style: normal;
|
|
1867
|
+
-webkit-font-smoothing: antialiased;
|
|
1868
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1869
|
+
}
|
|
1870
|
+
.kdicon-add-child:before {
|
|
1871
|
+
content: "\e6c0";
|
|
1872
|
+
}
|
|
1873
|
+
.kdicon-add-indentation:before {
|
|
1874
|
+
content: "\e6a7";
|
|
1875
|
+
}
|
|
1876
|
+
.kdicon-add-line:before {
|
|
1877
|
+
content: "\e6c5";
|
|
1878
|
+
}
|
|
1879
|
+
.kdicon-add-solid:before {
|
|
1880
|
+
content: "\e643";
|
|
1881
|
+
}
|
|
1882
|
+
.kdicon-add-word:before {
|
|
1883
|
+
content: "\e6ed";
|
|
1884
|
+
}
|
|
1885
|
+
.kdicon-add:before {
|
|
1886
|
+
content: "\e628";
|
|
1887
|
+
}
|
|
1888
|
+
.kdicon-address:before {
|
|
1889
|
+
content: "\e6cc";
|
|
1890
|
+
}
|
|
1891
|
+
.kdicon-align-center:before {
|
|
1892
|
+
content: "\e69a";
|
|
1893
|
+
}
|
|
1894
|
+
.kdicon-align-left:before {
|
|
1895
|
+
content: "\e6af";
|
|
1896
|
+
}
|
|
1897
|
+
.kdicon-align-right:before {
|
|
1898
|
+
content: "\e67a";
|
|
1899
|
+
}
|
|
1900
|
+
.kdicon-all-border:before {
|
|
1901
|
+
content: "\e677";
|
|
1902
|
+
}
|
|
1903
|
+
.kdicon-allowance-workbench:before {
|
|
1904
|
+
content: "\e714";
|
|
1905
|
+
}
|
|
1906
|
+
.kdicon-analysis:before {
|
|
1907
|
+
content: "\e6ce";
|
|
1908
|
+
}
|
|
1909
|
+
.kdicon-arrow-down-solid:before {
|
|
1910
|
+
content: "\e656";
|
|
1911
|
+
}
|
|
1912
|
+
.kdicon-arrow-down:before {
|
|
1913
|
+
content: "\e627";
|
|
1914
|
+
}
|
|
1915
|
+
.kdicon-arrow-left-circle-solid:before {
|
|
1916
|
+
content: "\e720";
|
|
1917
|
+
}
|
|
1918
|
+
.kdicon-arrow-left-solid:before {
|
|
1919
|
+
content: "\e657";
|
|
1920
|
+
}
|
|
1921
|
+
.kdicon-arrow-left:before {
|
|
1922
|
+
content: "\e63f";
|
|
1923
|
+
}
|
|
1924
|
+
.kdicon-arrow-right-circle-solid:before {
|
|
1925
|
+
content: "\e71f";
|
|
1926
|
+
}
|
|
1927
|
+
.kdicon-arrow-right-solid:before {
|
|
1928
|
+
content: "\e655";
|
|
1929
|
+
}
|
|
1930
|
+
.kdicon-arrow-right:before {
|
|
1931
|
+
content: "\e62c";
|
|
1932
|
+
}
|
|
1933
|
+
.kdicon-arrow-up-solid:before {
|
|
1934
|
+
content: "\e654";
|
|
1935
|
+
}
|
|
1936
|
+
.kdicon-arrow-up:before {
|
|
1937
|
+
content: "\e62b";
|
|
1938
|
+
}
|
|
1939
|
+
.kdicon-arrow:before {
|
|
1940
|
+
content: "\e69c";
|
|
1941
|
+
}
|
|
1942
|
+
.kdicon-attachment:before {
|
|
1943
|
+
content: "\e694";
|
|
1944
|
+
}
|
|
1945
|
+
.kdicon-avatar-default:before {
|
|
1946
|
+
content: "\e717";
|
|
1947
|
+
}
|
|
1948
|
+
.kdicon-avatar-head-default:before {
|
|
1949
|
+
content: "\e718";
|
|
1950
|
+
}
|
|
1951
|
+
.kdicon-avatar-solid:before {
|
|
1952
|
+
content: "\e711";
|
|
1953
|
+
}
|
|
1954
|
+
.kdicon-back:before {
|
|
1955
|
+
content: "\e6cd";
|
|
1956
|
+
}
|
|
1957
|
+
.kdicon-bankcard:before {
|
|
1958
|
+
content: "\e705";
|
|
1959
|
+
}
|
|
1960
|
+
.kdicon-bellOutlined:before {
|
|
1961
|
+
content: "\e71a";
|
|
1962
|
+
}
|
|
1963
|
+
.kdicon-bold-solid:before {
|
|
1964
|
+
content: "\e668";
|
|
1965
|
+
}
|
|
1966
|
+
.kdicon-border:before {
|
|
1967
|
+
content: "\e6f9";
|
|
1968
|
+
}
|
|
1969
|
+
.kdicon-bottom-border:before {
|
|
1970
|
+
content: "\e704";
|
|
1971
|
+
}
|
|
1972
|
+
.kdicon-business-type:before {
|
|
1973
|
+
content: "\e716";
|
|
1974
|
+
}
|
|
1975
|
+
.kdicon-cancel:before {
|
|
1976
|
+
content: "\e68f";
|
|
1977
|
+
}
|
|
1978
|
+
.kdicon-cell:before {
|
|
1979
|
+
content: "\e692";
|
|
1980
|
+
}
|
|
1981
|
+
.kdicon-change:before {
|
|
1982
|
+
content: "\e6e2";
|
|
1983
|
+
}
|
|
1984
|
+
.kdicon-chart-display:before {
|
|
1985
|
+
content: "\e710";
|
|
1986
|
+
}
|
|
1987
|
+
.kdicon-chart:before {
|
|
1988
|
+
content: "\e6d0";
|
|
1989
|
+
}
|
|
1990
|
+
.kdicon-classify:before {
|
|
1991
|
+
content: "\e6d4";
|
|
1992
|
+
}
|
|
1993
|
+
.kdicon-close-bold:before {
|
|
1994
|
+
content: "\e647";
|
|
1995
|
+
}
|
|
1996
|
+
.kdicon-close-full-screen:before {
|
|
1997
|
+
content: "\e679";
|
|
1998
|
+
}
|
|
1999
|
+
.kdicon-close-solid:before {
|
|
2000
|
+
content: "\e644";
|
|
2001
|
+
}
|
|
2002
|
+
.kdicon-close:before {
|
|
2003
|
+
content: "\e62f";
|
|
2004
|
+
}
|
|
2005
|
+
.kdicon-cn:before {
|
|
2006
|
+
content: "\e6b5";
|
|
2007
|
+
}
|
|
2008
|
+
.kdicon-code:before {
|
|
2009
|
+
content: "\e6ca";
|
|
2010
|
+
}
|
|
2011
|
+
.kdicon-collect:before {
|
|
2012
|
+
content: "\e6ec";
|
|
2013
|
+
}
|
|
2014
|
+
.kdicon-comment:before {
|
|
2015
|
+
content: "\e6bc";
|
|
2016
|
+
}
|
|
2017
|
+
.kdicon-communication-solid:before {
|
|
2018
|
+
content: "\e65e";
|
|
2019
|
+
}
|
|
2020
|
+
.kdicon-contract:before {
|
|
2021
|
+
content: "\e69f";
|
|
2022
|
+
}
|
|
2023
|
+
.kdicon-cooperation:before {
|
|
2024
|
+
content: "\e6fb";
|
|
2025
|
+
}
|
|
2026
|
+
.kdicon-copy-code:before {
|
|
2027
|
+
content: "\e6e1";
|
|
2028
|
+
}
|
|
2029
|
+
.kdicon-copy:before {
|
|
2030
|
+
content: "\e678";
|
|
2031
|
+
}
|
|
2032
|
+
.kdicon-counterclockwise:before {
|
|
2033
|
+
content: "\e6e5";
|
|
2034
|
+
}
|
|
2035
|
+
.kdicon-customize:before {
|
|
2036
|
+
content: "\e707";
|
|
2037
|
+
}
|
|
2038
|
+
.kdicon-dashboard:before {
|
|
2039
|
+
content: "\e71c";
|
|
2040
|
+
}
|
|
2041
|
+
.kdicon-date-selection:before {
|
|
2042
|
+
content: "\e70f";
|
|
2043
|
+
}
|
|
2044
|
+
.kdicon-date:before {
|
|
2045
|
+
content: "\e6eb";
|
|
2046
|
+
}
|
|
2047
|
+
.kdicon-delete-indentation:before {
|
|
2048
|
+
content: "\e697";
|
|
2049
|
+
}
|
|
2050
|
+
.kdicon-delete-line:before {
|
|
2051
|
+
content: "\e68c";
|
|
2052
|
+
}
|
|
2053
|
+
.kdicon-delete-solid:before {
|
|
2054
|
+
content: "\e667";
|
|
2055
|
+
}
|
|
2056
|
+
.kdicon-delete:before {
|
|
2057
|
+
content: "\e6ee";
|
|
2058
|
+
}
|
|
2059
|
+
.kdicon-detail:before {
|
|
2060
|
+
content: "\e6c4";
|
|
2061
|
+
}
|
|
2062
|
+
.kdicon-detect:before {
|
|
2063
|
+
content: "\e68e";
|
|
2064
|
+
}
|
|
2065
|
+
.kdicon-division-solid:before {
|
|
2066
|
+
content: "\e65a";
|
|
2067
|
+
}
|
|
2068
|
+
.kdicon-double-arrow-left:before {
|
|
2069
|
+
content: "\e64a";
|
|
2070
|
+
}
|
|
2071
|
+
.kdicon-double-arrow-right:before {
|
|
2072
|
+
content: "\e649";
|
|
2073
|
+
}
|
|
2074
|
+
.kdicon-download:before {
|
|
2075
|
+
content: "\e70a";
|
|
2076
|
+
}
|
|
2077
|
+
.kdicon-edit-border:before {
|
|
2078
|
+
content: "\e6c8";
|
|
2079
|
+
}
|
|
2080
|
+
.kdicon-edit-view:before {
|
|
2081
|
+
content: "\e6c7";
|
|
2082
|
+
}
|
|
2083
|
+
.kdicon-edit:before {
|
|
2084
|
+
content: "\e6a6";
|
|
2085
|
+
}
|
|
2086
|
+
.kdicon-education:before {
|
|
2087
|
+
content: "\e69d";
|
|
2088
|
+
}
|
|
2089
|
+
.kdicon-eliminate-solid:before {
|
|
2090
|
+
content: "\e659";
|
|
2091
|
+
}
|
|
2092
|
+
.kdicon-en:before {
|
|
2093
|
+
content: "\e6b6";
|
|
2094
|
+
}
|
|
2095
|
+
.kdicon-enlarge:before {
|
|
2096
|
+
content: "\e6d5";
|
|
2097
|
+
}
|
|
2098
|
+
.kdicon-equal:before {
|
|
2099
|
+
content: "\e6a3";
|
|
2100
|
+
}
|
|
2101
|
+
.kdicon-exclamatory:before {
|
|
2102
|
+
content: "\e64e";
|
|
2103
|
+
}
|
|
2104
|
+
.kdicon-expand:before {
|
|
2105
|
+
content: "\e651";
|
|
2106
|
+
}
|
|
2107
|
+
.kdicon-experience:before {
|
|
2108
|
+
content: "\e6ff";
|
|
2109
|
+
}
|
|
2110
|
+
.kdicon-fail:before {
|
|
2111
|
+
content: "\e6a5";
|
|
2112
|
+
}
|
|
2113
|
+
.kdicon-feedback:before {
|
|
2114
|
+
content: "\e6d6";
|
|
2115
|
+
}
|
|
2116
|
+
.kdicon-female:before {
|
|
2117
|
+
content: "\e684";
|
|
2118
|
+
}
|
|
2119
|
+
.kdicon-filter-solid:before {
|
|
2120
|
+
content: "\e66a";
|
|
2121
|
+
}
|
|
2122
|
+
.kdicon-filter-switch:before {
|
|
2123
|
+
content: "\e6b1";
|
|
2124
|
+
}
|
|
2125
|
+
.kdicon-filter:before {
|
|
2126
|
+
content: "\e6a0";
|
|
2127
|
+
}
|
|
2128
|
+
.kdicon-finish:before {
|
|
2129
|
+
content: "\e6dc";
|
|
2130
|
+
}
|
|
2131
|
+
.kdicon-first:before {
|
|
2132
|
+
content: "\e630";
|
|
2133
|
+
}
|
|
2134
|
+
.kdicon-fixed-shrink:before {
|
|
2135
|
+
content: "\e693";
|
|
2136
|
+
}
|
|
2137
|
+
.kdicon-fixed-solid:before {
|
|
2138
|
+
content: "\e65f";
|
|
2139
|
+
}
|
|
2140
|
+
.kdicon-fixed-window:before {
|
|
2141
|
+
content: "\e6d1";
|
|
2142
|
+
}
|
|
2143
|
+
.kdicon-fixed:before {
|
|
2144
|
+
content: "\e6e3";
|
|
2145
|
+
}
|
|
2146
|
+
.kdicon-fold:before {
|
|
2147
|
+
content: "\e71d";
|
|
2148
|
+
}
|
|
2149
|
+
.kdicon-foldmenu:before {
|
|
2150
|
+
content: "\e70e";
|
|
2151
|
+
}
|
|
2152
|
+
.kdicon-font-background-solid:before {
|
|
2153
|
+
content: "\e673";
|
|
2154
|
+
}
|
|
2155
|
+
.kdicon-font-color-solid:before {
|
|
2156
|
+
content: "\e674";
|
|
2157
|
+
}
|
|
2158
|
+
.kdicon-forbid:before {
|
|
2159
|
+
content: "\e69b";
|
|
2160
|
+
}
|
|
2161
|
+
.kdicon-git:before {
|
|
2162
|
+
content: "\e6c1";
|
|
2163
|
+
}
|
|
2164
|
+
.kdicon-graffiti:before {
|
|
2165
|
+
content: "\e6fe";
|
|
2166
|
+
}
|
|
2167
|
+
.kdicon-greater-equal:before {
|
|
2168
|
+
content: "\e6d7";
|
|
2169
|
+
}
|
|
2170
|
+
.kdicon-have-attachment:before {
|
|
2171
|
+
content: "\e6a8";
|
|
2172
|
+
}
|
|
2173
|
+
.kdicon-hide:before {
|
|
2174
|
+
content: "\e6a9";
|
|
2175
|
+
}
|
|
2176
|
+
.kdicon-hyperlink:before {
|
|
2177
|
+
content: "\e6c9";
|
|
2178
|
+
}
|
|
2179
|
+
.kdicon-image:before {
|
|
2180
|
+
content: "\e687";
|
|
2181
|
+
}
|
|
2182
|
+
.kdicon-import:before {
|
|
2183
|
+
content: "\e6cb";
|
|
2184
|
+
}
|
|
2185
|
+
.kdicon-international:before {
|
|
2186
|
+
content: "\e719";
|
|
2187
|
+
}
|
|
2188
|
+
.kdicon-job-info:before {
|
|
2189
|
+
content: "\e68d";
|
|
2190
|
+
}
|
|
2191
|
+
.kdicon-last:before {
|
|
2192
|
+
content: "\e631";
|
|
2193
|
+
}
|
|
2194
|
+
.kdicon-left-border:before {
|
|
2195
|
+
content: "\e708";
|
|
2196
|
+
}
|
|
2197
|
+
.kdicon-left-extension:before {
|
|
2198
|
+
content: "\e6ae";
|
|
2199
|
+
}
|
|
2200
|
+
.kdicon-left-unfold-solid:before {
|
|
2201
|
+
content: "\e675";
|
|
2202
|
+
}
|
|
2203
|
+
.kdicon-left-unfold:before {
|
|
2204
|
+
content: "\e709";
|
|
2205
|
+
}
|
|
2206
|
+
.kdicon-like:before {
|
|
2207
|
+
content: "\e67f";
|
|
2208
|
+
}
|
|
2209
|
+
.kdicon-list:before {
|
|
2210
|
+
content: "\e6e6";
|
|
2211
|
+
}
|
|
2212
|
+
.kdicon-little-k:before {
|
|
2213
|
+
content: "\e700";
|
|
2214
|
+
}
|
|
2215
|
+
.kdicon-loadding-circle:before {
|
|
2216
|
+
content: "\e645";
|
|
2217
|
+
}
|
|
2218
|
+
.kdicon-loadding:before {
|
|
2219
|
+
content: "\e62d";
|
|
2220
|
+
}
|
|
2221
|
+
.kdicon-location-solid:before {
|
|
2222
|
+
content: "\e640";
|
|
2223
|
+
}
|
|
2224
|
+
.kdicon-location:before {
|
|
2225
|
+
content: "\e695";
|
|
2226
|
+
}
|
|
2227
|
+
.kdicon-lock-solid:before {
|
|
2228
|
+
content: "\e66b";
|
|
2229
|
+
}
|
|
2230
|
+
.kdicon-lock:before {
|
|
2231
|
+
content: "\e68b";
|
|
2232
|
+
}
|
|
2233
|
+
.kdicon-male:before {
|
|
2234
|
+
content: "\e683";
|
|
2235
|
+
}
|
|
2236
|
+
.kdicon-material:before {
|
|
2237
|
+
content: "\e6db";
|
|
2238
|
+
}
|
|
2239
|
+
.kdicon-medical-report:before {
|
|
2240
|
+
content: "\e703";
|
|
2241
|
+
}
|
|
2242
|
+
.kdicon-menu:before {
|
|
2243
|
+
content: "\e6d8";
|
|
2244
|
+
}
|
|
2245
|
+
.kdicon-merge-cell:before {
|
|
2246
|
+
content: "\e6f3";
|
|
2247
|
+
}
|
|
2248
|
+
.kdicon-more-info-solid:before {
|
|
2249
|
+
content: "\e660";
|
|
2250
|
+
}
|
|
2251
|
+
.kdicon-more-info:before {
|
|
2252
|
+
content: "\e6e4";
|
|
2253
|
+
}
|
|
2254
|
+
.kdicon-more-item:before {
|
|
2255
|
+
content: "\e6f4";
|
|
2256
|
+
}
|
|
2257
|
+
.kdicon-more:before {
|
|
2258
|
+
content: "\e6a1";
|
|
2259
|
+
}
|
|
2260
|
+
.kdicon-mosaic-solid:before {
|
|
2261
|
+
content: "\e663";
|
|
2262
|
+
}
|
|
2263
|
+
.kdicon-multiply:before {
|
|
2264
|
+
content: "\e65b";
|
|
2265
|
+
}
|
|
2266
|
+
.kdicon-my-receipt:before {
|
|
2267
|
+
content: "\e715";
|
|
2268
|
+
}
|
|
2269
|
+
.kdicon-no-border:before {
|
|
2270
|
+
content: "\e6f8";
|
|
2271
|
+
}
|
|
2272
|
+
.kdicon-not-equal:before {
|
|
2273
|
+
content: "\e6dd";
|
|
2274
|
+
}
|
|
2275
|
+
.kdicon-notice:before {
|
|
2276
|
+
content: "\e658";
|
|
2277
|
+
}
|
|
2278
|
+
.kdicon-oblique-solid:before {
|
|
2279
|
+
content: "\e66e";
|
|
2280
|
+
}
|
|
2281
|
+
.kdicon-operating-element:before {
|
|
2282
|
+
content: "\e6a4";
|
|
2283
|
+
}
|
|
2284
|
+
.kdicon-order-facet:before {
|
|
2285
|
+
content: "\e713";
|
|
2286
|
+
}
|
|
2287
|
+
.kdicon-order:before {
|
|
2288
|
+
content: "\e6d2";
|
|
2289
|
+
}
|
|
2290
|
+
.kdicon-ordered-list:before {
|
|
2291
|
+
content: "\e6fa";
|
|
2292
|
+
}
|
|
2293
|
+
.kdicon-person-solid:before {
|
|
2294
|
+
content: "\e669";
|
|
2295
|
+
}
|
|
2296
|
+
.kdicon-phone:before {
|
|
2297
|
+
content: "\e6d3";
|
|
2298
|
+
}
|
|
2299
|
+
.kdicon-platform:before {
|
|
2300
|
+
content: "\e6f1";
|
|
2301
|
+
}
|
|
2302
|
+
.kdicon-preview-view:before {
|
|
2303
|
+
content: "\e6ba";
|
|
2304
|
+
}
|
|
2305
|
+
.kdicon-preview:before {
|
|
2306
|
+
content: "\e6ac";
|
|
2307
|
+
}
|
|
2308
|
+
.kdicon-print:before {
|
|
2309
|
+
content: "\e690";
|
|
2310
|
+
}
|
|
2311
|
+
.kdicon-processing-solid:before {
|
|
2312
|
+
content: "\e665";
|
|
2313
|
+
}
|
|
2314
|
+
.kdicon-project:before {
|
|
2315
|
+
content: "\e681";
|
|
2316
|
+
}
|
|
2317
|
+
.kdicon-push-down:before {
|
|
2318
|
+
content: "\e702";
|
|
2319
|
+
}
|
|
2320
|
+
.kdicon-put-bottom:before {
|
|
2321
|
+
content: "\e6b4";
|
|
2322
|
+
}
|
|
2323
|
+
.kdicon-put-off:before {
|
|
2324
|
+
content: "\e685";
|
|
2325
|
+
}
|
|
2326
|
+
.kdicon-put-on:before {
|
|
2327
|
+
content: "\e6bd";
|
|
2328
|
+
}
|
|
2329
|
+
.kdicon-put-top:before {
|
|
2330
|
+
content: "\e6b3";
|
|
2331
|
+
}
|
|
2332
|
+
.kdicon-qrcode:before {
|
|
2333
|
+
content: "\e6df";
|
|
2334
|
+
}
|
|
2335
|
+
.kdicon-qualification-info:before {
|
|
2336
|
+
content: "\e6b2";
|
|
2337
|
+
}
|
|
2338
|
+
.kdicon-quit:before {
|
|
2339
|
+
content: "\e6fc";
|
|
2340
|
+
}
|
|
2341
|
+
.kdicon-quote-solid:before {
|
|
2342
|
+
content: "\e66d";
|
|
2343
|
+
}
|
|
2344
|
+
.kdicon-reduce:before {
|
|
2345
|
+
content: "\e696";
|
|
2346
|
+
}
|
|
2347
|
+
.kdicon-reduction:before {
|
|
2348
|
+
content: "\e6f2";
|
|
2349
|
+
}
|
|
2350
|
+
.kdicon-refresh-solid:before {
|
|
2351
|
+
content: "\e642";
|
|
2352
|
+
}
|
|
2353
|
+
.kdicon-refresh:before {
|
|
2354
|
+
content: "\e629";
|
|
2355
|
+
}
|
|
2356
|
+
.kdicon-report-form:before {
|
|
2357
|
+
content: "\e712";
|
|
2358
|
+
}
|
|
2359
|
+
.kdicon-reset:before {
|
|
2360
|
+
content: "\e6b9";
|
|
2361
|
+
}
|
|
2362
|
+
.kdicon-resign-report:before {
|
|
2363
|
+
content: "\e699";
|
|
2364
|
+
}
|
|
2365
|
+
.kdicon-return:before {
|
|
2366
|
+
content: "\e6e0";
|
|
2367
|
+
}
|
|
2368
|
+
.kdicon-right-bold:before {
|
|
2369
|
+
content: "\e648";
|
|
2370
|
+
}
|
|
2371
|
+
.kdicon-right-border:before {
|
|
2372
|
+
content: "\e67c";
|
|
2373
|
+
}
|
|
2374
|
+
.kdicon-right-extension:before {
|
|
2375
|
+
content: "\e6aa";
|
|
2376
|
+
}
|
|
2377
|
+
.kdicon-right-solid:before {
|
|
2378
|
+
content: "\e641";
|
|
2379
|
+
}
|
|
2380
|
+
.kdicon-right-unfold-solid:before {
|
|
2381
|
+
content: "\e672";
|
|
2382
|
+
}
|
|
2383
|
+
.kdicon-right-unfold:before {
|
|
2384
|
+
content: "\e6ab";
|
|
2385
|
+
}
|
|
2386
|
+
.kdicon-right:before {
|
|
2387
|
+
content: "\e62e";
|
|
2388
|
+
}
|
|
2389
|
+
.kdicon-rough-border:before {
|
|
2390
|
+
content: "\e6de";
|
|
2391
|
+
}
|
|
2392
|
+
.kdicon-save:before {
|
|
2393
|
+
content: "\e6c2";
|
|
2394
|
+
}
|
|
2395
|
+
.kdicon-scanning:before {
|
|
2396
|
+
content: "\e67d";
|
|
2397
|
+
}
|
|
2398
|
+
.kdicon-search-border:before {
|
|
2399
|
+
content: "\e6da";
|
|
2400
|
+
}
|
|
2401
|
+
.kdicon-search:before {
|
|
2402
|
+
content: "\e62a";
|
|
2403
|
+
}
|
|
2404
|
+
.kdicon-setting:before {
|
|
2405
|
+
content: "\e652";
|
|
2406
|
+
}
|
|
2407
|
+
.kdicon-share:before {
|
|
2408
|
+
content: "\e6cf";
|
|
2409
|
+
}
|
|
2410
|
+
.kdicon-shoppingcart:before {
|
|
2411
|
+
content: "\e6bf";
|
|
2412
|
+
}
|
|
2413
|
+
.kdicon-shrink:before {
|
|
2414
|
+
content: "\e6fd";
|
|
2415
|
+
}
|
|
2416
|
+
.kdicon-shutdown:before {
|
|
2417
|
+
content: "\e686";
|
|
2418
|
+
}
|
|
2419
|
+
.kdicon-sigma:before {
|
|
2420
|
+
content: "\e71b";
|
|
2421
|
+
}
|
|
2422
|
+
.kdicon-spin:before {
|
|
2423
|
+
content: "\e6f7";
|
|
2424
|
+
}
|
|
2425
|
+
.kdicon-split:before {
|
|
2426
|
+
content: "\e6c3";
|
|
2427
|
+
}
|
|
2428
|
+
.kdicon-star:before {
|
|
2429
|
+
content: "\e653";
|
|
2430
|
+
}
|
|
2431
|
+
.kdicon-stop:before {
|
|
2432
|
+
content: "\e691";
|
|
2433
|
+
}
|
|
2434
|
+
.kdicon-strike-solid:before {
|
|
2435
|
+
content: "\e664";
|
|
2436
|
+
}
|
|
2437
|
+
.kdicon-sun-solid:before {
|
|
2438
|
+
content: "\e670";
|
|
2439
|
+
}
|
|
2440
|
+
.kdicon-switch-down:before {
|
|
2441
|
+
content: "\e698";
|
|
2442
|
+
}
|
|
2443
|
+
.kdicon-switch-up:before {
|
|
2444
|
+
content: "\e680";
|
|
2445
|
+
}
|
|
2446
|
+
.kdicon-switch:before {
|
|
2447
|
+
content: "\e6e7";
|
|
2448
|
+
}
|
|
2449
|
+
.kdicon-table-setting:before {
|
|
2450
|
+
content: "\e6c6";
|
|
2451
|
+
}
|
|
2452
|
+
.kdicon-task-process:before {
|
|
2453
|
+
content: "\e6ea";
|
|
2454
|
+
}
|
|
2455
|
+
.kdicon-timezone-solid:before {
|
|
2456
|
+
content: "\e662";
|
|
2457
|
+
}
|
|
2458
|
+
.kdicon-tips-solid:before {
|
|
2459
|
+
content: "\e66c";
|
|
2460
|
+
}
|
|
2461
|
+
.kdicon-tips:before {
|
|
2462
|
+
content: "\e650";
|
|
2463
|
+
}
|
|
2464
|
+
.kdicon-title-solid:before {
|
|
2465
|
+
content: "\e65c";
|
|
2466
|
+
}
|
|
2467
|
+
.kdicon-top-border:before {
|
|
2468
|
+
content: "\e6ef";
|
|
2469
|
+
}
|
|
2470
|
+
.kdicon-two-window:before {
|
|
2471
|
+
content: "\e6f6";
|
|
2472
|
+
}
|
|
2473
|
+
.kdicon-underline-solid:before {
|
|
2474
|
+
content: "\e671";
|
|
2475
|
+
}
|
|
2476
|
+
.kdicon-unfold-all:before {
|
|
2477
|
+
content: "\e6ad";
|
|
2478
|
+
}
|
|
2479
|
+
.kdicon-unfold:before {
|
|
2480
|
+
content: "\e71e";
|
|
2481
|
+
}
|
|
2482
|
+
.kdicon-unfoldmenu:before {
|
|
2483
|
+
content: "\e70d";
|
|
2484
|
+
}
|
|
2485
|
+
.kdicon-unlock-solid:before {
|
|
2486
|
+
content: "\e666";
|
|
2487
|
+
}
|
|
2488
|
+
.kdicon-unlock:before {
|
|
2489
|
+
content: "\e69e";
|
|
2490
|
+
}
|
|
2491
|
+
.kdicon-upload-cloud:before {
|
|
2492
|
+
content: "\e632";
|
|
2493
|
+
}
|
|
2494
|
+
.kdicon-upload:before {
|
|
2495
|
+
content: "\e70b";
|
|
2496
|
+
}
|
|
2497
|
+
.kdicon-user-info:before {
|
|
2498
|
+
content: "\e682";
|
|
2499
|
+
}
|
|
2500
|
+
.kdicon-vertical-center:before {
|
|
2501
|
+
content: "\e6f5";
|
|
2502
|
+
}
|
|
2503
|
+
.kdicon-voice:before {
|
|
2504
|
+
content: "\e6d9";
|
|
2505
|
+
}
|
|
2506
|
+
.kdicon-waiting:before {
|
|
2507
|
+
content: "\e64b";
|
|
2508
|
+
}
|
|
2509
|
+
.kdicon-warning-solid:before {
|
|
2510
|
+
content: "\e64c";
|
|
2511
|
+
}
|
|
2512
|
+
.kdicon-warning:before {
|
|
2513
|
+
content: "\e64d";
|
|
2514
|
+
}
|
|
2515
|
+
.kdicon-workbench:before {
|
|
2516
|
+
content: "\e64f";
|
|
2517
|
+
}
|
|
2518
|
+
.kdicon-wrap:before {
|
|
2519
|
+
content: "\e6b0";
|
|
2520
|
+
}
|
|
2521
|
+
.kdicon-yunzhijia:before {
|
|
2522
|
+
content: "\e706";
|
|
2523
|
+
}
|
|
2524
|
+
.kdicon-zoom:before {
|
|
2525
|
+
content: "\e70c";
|
|
2526
|
+
}
|
package/es/style/index.less
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@import './mixin.less';
|
|
3
3
|
|
|
4
4
|
@switch-prefix-cls: ~'@{kd-prefix}-switch';
|
|
5
|
+
@icon-prefix-cls: ~'@{kd-prefix}icon';
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
.@{switch-prefix-cls} {
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
transform: translateY(-50%);
|
|
23
24
|
z-index: 10;
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
.@{icon-prefix-cls}-loadding-circle {
|
|
26
27
|
animation: loadingcircle 1s infinite;
|
|
27
28
|
animation-timing-function: cubic-bezier(0.42, 0.00, 0.58, 1.00);
|
|
28
29
|
font-size: @switch-small-font-size;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@cascader-picker-prefix-cls: ~'@{kd-prefix}-cascader-picker';
|
|
6
6
|
@cascader-menus-prefix-cls: ~'@{kd-prefix}-cascader-menus';
|
|
7
7
|
@cascader-menu-prefix-cls: ~'@{kd-prefix}-cascader-menu';
|
|
8
|
+
@icon-prefix-cls: ~'@{kd-prefix}icon';
|
|
8
9
|
|
|
9
10
|
.@{cascader-picker-prefix-cls} {
|
|
10
11
|
position: relative;
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
border-color: @color-border-strong;
|
|
19
20
|
|
|
20
21
|
.@{kd-prefix}-input-suffix,
|
|
21
|
-
i[class*='
|
|
22
|
+
i[class*='@{icon-prefix-cls}'] {
|
|
22
23
|
color: @cascader-disabled-color;
|
|
23
24
|
}
|
|
24
25
|
}
|
|
@@ -47,13 +48,13 @@
|
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
&.expand {
|
|
50
|
-
i[class*='
|
|
51
|
+
i[class*='@{icon-prefix-cls}'] {
|
|
51
52
|
transform: rotate(180deg);
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.@{kd-prefix}-input-suffix,
|
|
56
|
-
i[class*='
|
|
57
|
+
i[class*='@{icon-prefix-cls}'] {
|
|
57
58
|
transition: all 0.2s;
|
|
58
59
|
}
|
|
59
60
|
}
|