@kdcloudjs/kdesign 1.8.20 → 1.8.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/kdesign-complete.less +245 -10
  2. package/dist/kdesign.css +675 -235
  3. package/dist/kdesign.css.map +1 -1
  4. package/dist/kdesign.js +148 -132
  5. package/dist/kdesign.js.map +1 -1
  6. package/dist/kdesign.min.css +3 -3
  7. package/dist/kdesign.min.js +8 -8
  8. package/dist/kdesign.min.js.map +1 -1
  9. package/es/cascader/style/index.less +4 -3
  10. package/es/color-picker/color-picker.js +18 -7
  11. package/es/color-picker/style/index.css +7 -4
  12. package/es/color-picker/style/index.less +5 -4
  13. package/es/config-provider/compDefaultProps.d.ts +1 -3
  14. package/es/config-provider/compDefaultProps.js +1 -3
  15. package/es/icon/icon.js +7 -4
  16. package/es/icon/style/index.less +2 -2
  17. package/es/locale/en-US.d.ts +1 -0
  18. package/es/locale/en-US.js +1 -0
  19. package/es/select/option.js +4 -2
  20. package/es/select/select.js +7 -1
  21. package/es/style/icon/kdicon.less +231 -0
  22. package/es/style/index.css +667 -1
  23. package/es/style/index.less +1 -1
  24. package/es/switch/style/index.less +2 -1
  25. package/es/tree/tree.js +4 -10
  26. package/lib/cascader/style/index.less +4 -3
  27. package/lib/color-picker/color-picker.js +19 -8
  28. package/lib/color-picker/style/index.css +7 -4
  29. package/lib/color-picker/style/index.less +5 -4
  30. package/lib/config-provider/compDefaultProps.d.ts +1 -3
  31. package/lib/config-provider/compDefaultProps.js +1 -3
  32. package/lib/icon/icon.js +7 -4
  33. package/lib/icon/style/index.less +2 -2
  34. package/lib/locale/en-US.d.ts +1 -0
  35. package/lib/locale/en-US.js +1 -0
  36. package/lib/select/option.js +4 -2
  37. package/lib/select/select.js +7 -1
  38. package/lib/style/icon/kdicon.less +231 -0
  39. package/lib/style/index.css +667 -1
  40. package/lib/style/index.less +1 -1
  41. package/lib/switch/style/index.less +2 -1
  42. package/lib/tree/tree.js +4 -10
  43. package/package.json +1 -1
  44. package/es/style/icon/kdicon.css +0 -229
  45. package/lib/style/icon/kdicon.css +0 -229
@@ -1932,6 +1932,7 @@
1932
1932
  @cascader-picker-prefix-cls: ~'@{kd-prefix}-cascader-picker';
1933
1933
  @cascader-menus-prefix-cls: ~'@{kd-prefix}-cascader-menus';
1934
1934
  @cascader-menu-prefix-cls: ~'@{kd-prefix}-cascader-menu';
1935
+ @icon-prefix-cls: ~'@{kd-prefix}icon';
1935
1936
 
1936
1937
  .@{cascader-picker-prefix-cls} {
1937
1938
  position: relative;
@@ -1945,7 +1946,7 @@
1945
1946
  border-color: @color-border-strong;
1946
1947
 
1947
1948
  .@{kd-prefix}-input-suffix,
1948
- i[class*='kdicon'] {
1949
+ i[class*='@{icon-prefix-cls}'] {
1949
1950
  color: @cascader-disabled-color;
1950
1951
  }
1951
1952
  }
@@ -1974,13 +1975,13 @@
1974
1975
  }
1975
1976
 
1976
1977
  &.expand {
1977
- i[class*='kdicon'] {
1978
+ i[class*='@{icon-prefix-cls}'] {
1978
1979
  transform: rotate(180deg);
1979
1980
  }
1980
1981
  }
1981
1982
 
1982
1983
  .@{kd-prefix}-input-suffix,
1983
- i[class*='kdicon'] {
1984
+ i[class*='@{icon-prefix-cls}'] {
1984
1985
  transition: all 0.2s;
1985
1986
  }
1986
1987
  }
@@ -3343,6 +3344,7 @@
3343
3344
  .@{color-picker-prefix-cls}-container {
3344
3345
  position: relative;
3345
3346
  width: @color-picker-input-sizing-width;
3347
+ height: @color-picker-input-sizing-height;
3346
3348
 
3347
3349
  &-pure {
3348
3350
  width: 28px;
@@ -3368,8 +3370,8 @@
3368
3370
  }
3369
3371
 
3370
3372
  .@{color-picker-prefix-cls}-input {
3371
- width: @color-picker-input-sizing-width;
3372
- height: @color-picker-input-sizing-height;
3373
+ height: 100%;
3374
+ width: 100%;
3373
3375
  padding: 0 8px;
3374
3376
  border-bottom: 1px solid rgba(217, 217, 217, 1);
3375
3377
  font-size: @color-picker-input-font-size;
@@ -3394,7 +3396,7 @@
3394
3396
  width: @color-picker-input-prefix-line-sizing-width;
3395
3397
  height: @color-picker-input-prefix-line-sizing-height;
3396
3398
  background-color: #ff2e3d;
3397
- rotate: 45deg;
3399
+ transform: rotate(45deg);
3398
3400
  }
3399
3401
  }
3400
3402
  }
@@ -3453,7 +3455,7 @@
3453
3455
  width: 1px;
3454
3456
  height: 22.6px;
3455
3457
  background-color: #ff2e3d;
3456
- rotate: 45deg;
3458
+ transform: rotate(45deg);
3457
3459
  }
3458
3460
 
3459
3461
  .active {
@@ -5822,9 +5824,9 @@
5822
5824
 
5823
5825
 
5824
5826
 
5825
- @icon-prefix-cls: ~'@{icon-css-prefix}';
5827
+ @icon-prefix-cls: ~'@{kd-prefix}icon';
5826
5828
 
5827
- [class^="kdicon"] {
5829
+ [class^="@{icon-prefix-cls}"] {
5828
5830
  display: inline-block;
5829
5831
  text-align: center;
5830
5832
  vertical-align: middle;
@@ -13224,6 +13226,238 @@ template {
13224
13226
  border-radius: 10px;
13225
13227
  }
13226
13228
 
13229
+ @icon-prefix-cls: ~'@{kd-prefix}icon';
13230
+
13231
+ @font-face {
13232
+ font-family: "kdicon";
13233
+ src: url("kdicon.woff?t=1668600442688") format("woff")
13234
+ }
13235
+ .@{icon-prefix-cls} {
13236
+ font-family: "kdicon" !important;
13237
+ font-style:normal;
13238
+ -webkit-font-smoothing: antialiased;
13239
+ -moz-osx-font-smoothing: grayscale;
13240
+ }
13241
+ .@{icon-prefix-cls}-add-child:before { content: "\e6c0"; }
13242
+ .@{icon-prefix-cls}-add-indentation:before { content: "\e6a7"; }
13243
+ .@{icon-prefix-cls}-add-line:before { content: "\e6c5"; }
13244
+ .@{icon-prefix-cls}-add-solid:before { content: "\e643"; }
13245
+ .@{icon-prefix-cls}-add-word:before { content: "\e6ed"; }
13246
+ .@{icon-prefix-cls}-add:before { content: "\e628"; }
13247
+ .@{icon-prefix-cls}-address:before { content: "\e6cc"; }
13248
+ .@{icon-prefix-cls}-align-center:before { content: "\e69a"; }
13249
+ .@{icon-prefix-cls}-align-left:before { content: "\e6af"; }
13250
+ .@{icon-prefix-cls}-align-right:before { content: "\e67a"; }
13251
+ .@{icon-prefix-cls}-all-border:before { content: "\e677"; }
13252
+ .@{icon-prefix-cls}-allowance-workbench:before { content: "\e714"; }
13253
+ .@{icon-prefix-cls}-analysis:before { content: "\e6ce"; }
13254
+ .@{icon-prefix-cls}-arrow-down-solid:before { content: "\e656"; }
13255
+ .@{icon-prefix-cls}-arrow-down:before { content: "\e627"; }
13256
+ .@{icon-prefix-cls}-arrow-left-circle-solid:before { content: "\e720"; }
13257
+ .@{icon-prefix-cls}-arrow-left-solid:before { content: "\e657"; }
13258
+ .@{icon-prefix-cls}-arrow-left:before { content: "\e63f"; }
13259
+ .@{icon-prefix-cls}-arrow-right-circle-solid:before { content: "\e71f"; }
13260
+ .@{icon-prefix-cls}-arrow-right-solid:before { content: "\e655"; }
13261
+ .@{icon-prefix-cls}-arrow-right:before { content: "\e62c"; }
13262
+ .@{icon-prefix-cls}-arrow-up-solid:before { content: "\e654"; }
13263
+ .@{icon-prefix-cls}-arrow-up:before { content: "\e62b"; }
13264
+ .@{icon-prefix-cls}-arrow:before { content: "\e69c"; }
13265
+ .@{icon-prefix-cls}-attachment:before { content: "\e694"; }
13266
+ .@{icon-prefix-cls}-avatar-default:before { content: "\e717"; }
13267
+ .@{icon-prefix-cls}-avatar-head-default:before { content: "\e718"; }
13268
+ .@{icon-prefix-cls}-avatar-solid:before { content: "\e711"; }
13269
+ .@{icon-prefix-cls}-back:before { content: "\e6cd"; }
13270
+ .@{icon-prefix-cls}-bankcard:before { content: "\e705"; }
13271
+ .@{icon-prefix-cls}-bellOutlined:before { content: "\e71a"; }
13272
+ .@{icon-prefix-cls}-bold-solid:before { content: "\e668"; }
13273
+ .@{icon-prefix-cls}-border:before { content: "\e6f9"; }
13274
+ .@{icon-prefix-cls}-bottom-border:before { content: "\e704"; }
13275
+ .@{icon-prefix-cls}-business-type:before { content: "\e716"; }
13276
+ .@{icon-prefix-cls}-cancel:before { content: "\e68f"; }
13277
+ .@{icon-prefix-cls}-cell:before { content: "\e692"; }
13278
+ .@{icon-prefix-cls}-change:before { content: "\e6e2"; }
13279
+ .@{icon-prefix-cls}-chart-display:before { content: "\e710"; }
13280
+ .@{icon-prefix-cls}-chart:before { content: "\e6d0"; }
13281
+ .@{icon-prefix-cls}-classify:before { content: "\e6d4"; }
13282
+ .@{icon-prefix-cls}-close-bold:before { content: "\e647"; }
13283
+ .@{icon-prefix-cls}-close-full-screen:before { content: "\e679"; }
13284
+ .@{icon-prefix-cls}-close-solid:before { content: "\e644"; }
13285
+ .@{icon-prefix-cls}-close:before { content: "\e62f"; }
13286
+ .@{icon-prefix-cls}-cn:before { content: "\e6b5"; }
13287
+ .@{icon-prefix-cls}-code:before { content: "\e6ca"; }
13288
+ .@{icon-prefix-cls}-collect:before { content: "\e6ec"; }
13289
+ .@{icon-prefix-cls}-comment:before { content: "\e6bc"; }
13290
+ .@{icon-prefix-cls}-communication-solid:before { content: "\e65e"; }
13291
+ .@{icon-prefix-cls}-contract:before { content: "\e69f"; }
13292
+ .@{icon-prefix-cls}-cooperation:before { content: "\e6fb"; }
13293
+ .@{icon-prefix-cls}-copy-code:before { content: "\e6e1"; }
13294
+ .@{icon-prefix-cls}-copy:before { content: "\e678"; }
13295
+ .@{icon-prefix-cls}-counterclockwise:before { content: "\e6e5"; }
13296
+ .@{icon-prefix-cls}-customize:before { content: "\e707"; }
13297
+ .@{icon-prefix-cls}-dashboard:before { content: "\e71c"; }
13298
+ .@{icon-prefix-cls}-date-selection:before { content: "\e70f"; }
13299
+ .@{icon-prefix-cls}-date:before { content: "\e6eb"; }
13300
+ .@{icon-prefix-cls}-delete-indentation:before { content: "\e697"; }
13301
+ .@{icon-prefix-cls}-delete-line:before { content: "\e68c"; }
13302
+ .@{icon-prefix-cls}-delete-solid:before { content: "\e667"; }
13303
+ .@{icon-prefix-cls}-delete:before { content: "\e6ee"; }
13304
+ .@{icon-prefix-cls}-detail:before { content: "\e6c4"; }
13305
+ .@{icon-prefix-cls}-detect:before { content: "\e68e"; }
13306
+ .@{icon-prefix-cls}-division-solid:before { content: "\e65a"; }
13307
+ .@{icon-prefix-cls}-double-arrow-left:before { content: "\e64a"; }
13308
+ .@{icon-prefix-cls}-double-arrow-right:before { content: "\e649"; }
13309
+ .@{icon-prefix-cls}-download:before { content: "\e70a"; }
13310
+ .@{icon-prefix-cls}-edit-border:before { content: "\e6c8"; }
13311
+ .@{icon-prefix-cls}-edit-view:before { content: "\e6c7"; }
13312
+ .@{icon-prefix-cls}-edit:before { content: "\e6a6"; }
13313
+ .@{icon-prefix-cls}-education:before { content: "\e69d"; }
13314
+ .@{icon-prefix-cls}-eliminate-solid:before { content: "\e659"; }
13315
+ .@{icon-prefix-cls}-en:before { content: "\e6b6"; }
13316
+ .@{icon-prefix-cls}-enlarge:before { content: "\e6d5"; }
13317
+ .@{icon-prefix-cls}-equal:before { content: "\e6a3"; }
13318
+ .@{icon-prefix-cls}-exclamatory:before { content: "\e64e"; }
13319
+ .@{icon-prefix-cls}-expand:before { content: "\e651"; }
13320
+ .@{icon-prefix-cls}-experience:before { content: "\e6ff"; }
13321
+ .@{icon-prefix-cls}-fail:before { content: "\e6a5"; }
13322
+ .@{icon-prefix-cls}-feedback:before { content: "\e6d6"; }
13323
+ .@{icon-prefix-cls}-female:before { content: "\e684"; }
13324
+ .@{icon-prefix-cls}-filter-solid:before { content: "\e66a"; }
13325
+ .@{icon-prefix-cls}-filter-switch:before { content: "\e6b1"; }
13326
+ .@{icon-prefix-cls}-filter:before { content: "\e6a0"; }
13327
+ .@{icon-prefix-cls}-finish:before { content: "\e6dc"; }
13328
+ .@{icon-prefix-cls}-first:before { content: "\e630"; }
13329
+ .@{icon-prefix-cls}-fixed-shrink:before { content: "\e693"; }
13330
+ .@{icon-prefix-cls}-fixed-solid:before { content: "\e65f"; }
13331
+ .@{icon-prefix-cls}-fixed-window:before { content: "\e6d1"; }
13332
+ .@{icon-prefix-cls}-fixed:before { content: "\e6e3"; }
13333
+ .@{icon-prefix-cls}-fold:before { content: "\e71d"; }
13334
+ .@{icon-prefix-cls}-foldmenu:before { content: "\e70e"; }
13335
+ .@{icon-prefix-cls}-font-background-solid:before { content: "\e673"; }
13336
+ .@{icon-prefix-cls}-font-color-solid:before { content: "\e674"; }
13337
+ .@{icon-prefix-cls}-forbid:before { content: "\e69b"; }
13338
+ .@{icon-prefix-cls}-git:before { content: "\e6c1"; }
13339
+ .@{icon-prefix-cls}-graffiti:before { content: "\e6fe"; }
13340
+ .@{icon-prefix-cls}-greater-equal:before { content: "\e6d7"; }
13341
+ .@{icon-prefix-cls}-have-attachment:before { content: "\e6a8"; }
13342
+ .@{icon-prefix-cls}-hide:before { content: "\e6a9"; }
13343
+ .@{icon-prefix-cls}-hyperlink:before { content: "\e6c9"; }
13344
+ .@{icon-prefix-cls}-image:before { content: "\e687"; }
13345
+ .@{icon-prefix-cls}-import:before { content: "\e6cb"; }
13346
+ .@{icon-prefix-cls}-international:before { content: "\e719"; }
13347
+ .@{icon-prefix-cls}-job-info:before { content: "\e68d"; }
13348
+ .@{icon-prefix-cls}-last:before { content: "\e631"; }
13349
+ .@{icon-prefix-cls}-left-border:before { content: "\e708"; }
13350
+ .@{icon-prefix-cls}-left-extension:before { content: "\e6ae"; }
13351
+ .@{icon-prefix-cls}-left-unfold-solid:before { content: "\e675"; }
13352
+ .@{icon-prefix-cls}-left-unfold:before { content: "\e709"; }
13353
+ .@{icon-prefix-cls}-like:before { content: "\e67f"; }
13354
+ .@{icon-prefix-cls}-list:before { content: "\e6e6"; }
13355
+ .@{icon-prefix-cls}-little-k:before { content: "\e700"; }
13356
+ .@{icon-prefix-cls}-loadding-circle:before { content: "\e645"; }
13357
+ .@{icon-prefix-cls}-loadding:before { content: "\e62d"; }
13358
+ .@{icon-prefix-cls}-location-solid:before { content: "\e640"; }
13359
+ .@{icon-prefix-cls}-location:before { content: "\e695"; }
13360
+ .@{icon-prefix-cls}-lock-solid:before { content: "\e66b"; }
13361
+ .@{icon-prefix-cls}-lock:before { content: "\e68b"; }
13362
+ .@{icon-prefix-cls}-male:before { content: "\e683"; }
13363
+ .@{icon-prefix-cls}-material:before { content: "\e6db"; }
13364
+ .@{icon-prefix-cls}-medical-report:before { content: "\e703"; }
13365
+ .@{icon-prefix-cls}-menu:before { content: "\e6d8"; }
13366
+ .@{icon-prefix-cls}-merge-cell:before { content: "\e6f3"; }
13367
+ .@{icon-prefix-cls}-more-info-solid:before { content: "\e660"; }
13368
+ .@{icon-prefix-cls}-more-info:before { content: "\e6e4"; }
13369
+ .@{icon-prefix-cls}-more-item:before { content: "\e6f4"; }
13370
+ .@{icon-prefix-cls}-more:before { content: "\e6a1"; }
13371
+ .@{icon-prefix-cls}-mosaic-solid:before { content: "\e663"; }
13372
+ .@{icon-prefix-cls}-multiply:before { content: "\e65b"; }
13373
+ .@{icon-prefix-cls}-my-receipt:before { content: "\e715"; }
13374
+ .@{icon-prefix-cls}-no-border:before { content: "\e6f8"; }
13375
+ .@{icon-prefix-cls}-not-equal:before { content: "\e6dd"; }
13376
+ .@{icon-prefix-cls}-notice:before { content: "\e658"; }
13377
+ .@{icon-prefix-cls}-oblique-solid:before { content: "\e66e"; }
13378
+ .@{icon-prefix-cls}-operating-element:before { content: "\e6a4"; }
13379
+ .@{icon-prefix-cls}-order-facet:before { content: "\e713"; }
13380
+ .@{icon-prefix-cls}-order:before { content: "\e6d2"; }
13381
+ .@{icon-prefix-cls}-ordered-list:before { content: "\e6fa"; }
13382
+ .@{icon-prefix-cls}-person-solid:before { content: "\e669"; }
13383
+ .@{icon-prefix-cls}-phone:before { content: "\e6d3"; }
13384
+ .@{icon-prefix-cls}-platform:before { content: "\e6f1"; }
13385
+ .@{icon-prefix-cls}-preview-view:before { content: "\e6ba"; }
13386
+ .@{icon-prefix-cls}-preview:before { content: "\e6ac"; }
13387
+ .@{icon-prefix-cls}-print:before { content: "\e690"; }
13388
+ .@{icon-prefix-cls}-processing-solid:before { content: "\e665"; }
13389
+ .@{icon-prefix-cls}-project:before { content: "\e681"; }
13390
+ .@{icon-prefix-cls}-push-down:before { content: "\e702"; }
13391
+ .@{icon-prefix-cls}-put-bottom:before { content: "\e6b4"; }
13392
+ .@{icon-prefix-cls}-put-off:before { content: "\e685"; }
13393
+ .@{icon-prefix-cls}-put-on:before { content: "\e6bd"; }
13394
+ .@{icon-prefix-cls}-put-top:before { content: "\e6b3"; }
13395
+ .@{icon-prefix-cls}-qrcode:before { content: "\e6df"; }
13396
+ .@{icon-prefix-cls}-qualification-info:before { content: "\e6b2"; }
13397
+ .@{icon-prefix-cls}-quit:before { content: "\e6fc"; }
13398
+ .@{icon-prefix-cls}-quote-solid:before { content: "\e66d"; }
13399
+ .@{icon-prefix-cls}-reduce:before { content: "\e696"; }
13400
+ .@{icon-prefix-cls}-reduction:before { content: "\e6f2"; }
13401
+ .@{icon-prefix-cls}-refresh-solid:before { content: "\e642"; }
13402
+ .@{icon-prefix-cls}-refresh:before { content: "\e629"; }
13403
+ .@{icon-prefix-cls}-report-form:before { content: "\e712"; }
13404
+ .@{icon-prefix-cls}-reset:before { content: "\e6b9"; }
13405
+ .@{icon-prefix-cls}-resign-report:before { content: "\e699"; }
13406
+ .@{icon-prefix-cls}-return:before { content: "\e6e0"; }
13407
+ .@{icon-prefix-cls}-right-bold:before { content: "\e648"; }
13408
+ .@{icon-prefix-cls}-right-border:before { content: "\e67c"; }
13409
+ .@{icon-prefix-cls}-right-extension:before { content: "\e6aa"; }
13410
+ .@{icon-prefix-cls}-right-solid:before { content: "\e641"; }
13411
+ .@{icon-prefix-cls}-right-unfold-solid:before { content: "\e672"; }
13412
+ .@{icon-prefix-cls}-right-unfold:before { content: "\e6ab"; }
13413
+ .@{icon-prefix-cls}-right:before { content: "\e62e"; }
13414
+ .@{icon-prefix-cls}-rough-border:before { content: "\e6de"; }
13415
+ .@{icon-prefix-cls}-save:before { content: "\e6c2"; }
13416
+ .@{icon-prefix-cls}-scanning:before { content: "\e67d"; }
13417
+ .@{icon-prefix-cls}-search-border:before { content: "\e6da"; }
13418
+ .@{icon-prefix-cls}-search:before { content: "\e62a"; }
13419
+ .@{icon-prefix-cls}-setting:before { content: "\e652"; }
13420
+ .@{icon-prefix-cls}-share:before { content: "\e6cf"; }
13421
+ .@{icon-prefix-cls}-shoppingcart:before { content: "\e6bf"; }
13422
+ .@{icon-prefix-cls}-shrink:before { content: "\e6fd"; }
13423
+ .@{icon-prefix-cls}-shutdown:before { content: "\e686"; }
13424
+ .@{icon-prefix-cls}-sigma:before { content: "\e71b"; }
13425
+ .@{icon-prefix-cls}-spin:before { content: "\e6f7"; }
13426
+ .@{icon-prefix-cls}-split:before { content: "\e6c3"; }
13427
+ .@{icon-prefix-cls}-star:before { content: "\e653"; }
13428
+ .@{icon-prefix-cls}-stop:before { content: "\e691"; }
13429
+ .@{icon-prefix-cls}-strike-solid:before { content: "\e664"; }
13430
+ .@{icon-prefix-cls}-sun-solid:before { content: "\e670"; }
13431
+ .@{icon-prefix-cls}-switch-down:before { content: "\e698"; }
13432
+ .@{icon-prefix-cls}-switch-up:before { content: "\e680"; }
13433
+ .@{icon-prefix-cls}-switch:before { content: "\e6e7"; }
13434
+ .@{icon-prefix-cls}-table-setting:before { content: "\e6c6"; }
13435
+ .@{icon-prefix-cls}-task-process:before { content: "\e6ea"; }
13436
+ .@{icon-prefix-cls}-timezone-solid:before { content: "\e662"; }
13437
+ .@{icon-prefix-cls}-tips-solid:before { content: "\e66c"; }
13438
+ .@{icon-prefix-cls}-tips:before { content: "\e650"; }
13439
+ .@{icon-prefix-cls}-title-solid:before { content: "\e65c"; }
13440
+ .@{icon-prefix-cls}-top-border:before { content: "\e6ef"; }
13441
+ .@{icon-prefix-cls}-two-window:before { content: "\e6f6"; }
13442
+ .@{icon-prefix-cls}-underline-solid:before { content: "\e671"; }
13443
+ .@{icon-prefix-cls}-unfold-all:before { content: "\e6ad"; }
13444
+ .@{icon-prefix-cls}-unfold:before { content: "\e71e"; }
13445
+ .@{icon-prefix-cls}-unfoldmenu:before { content: "\e70d"; }
13446
+ .@{icon-prefix-cls}-unlock-solid:before { content: "\e666"; }
13447
+ .@{icon-prefix-cls}-unlock:before { content: "\e69e"; }
13448
+ .@{icon-prefix-cls}-upload-cloud:before { content: "\e632"; }
13449
+ .@{icon-prefix-cls}-upload:before { content: "\e70b"; }
13450
+ .@{icon-prefix-cls}-user-info:before { content: "\e682"; }
13451
+ .@{icon-prefix-cls}-vertical-center:before { content: "\e6f5"; }
13452
+ .@{icon-prefix-cls}-voice:before { content: "\e6d9"; }
13453
+ .@{icon-prefix-cls}-waiting:before { content: "\e64b"; }
13454
+ .@{icon-prefix-cls}-warning-solid:before { content: "\e64c"; }
13455
+ .@{icon-prefix-cls}-warning:before { content: "\e64d"; }
13456
+ .@{icon-prefix-cls}-workbench:before { content: "\e64f"; }
13457
+ .@{icon-prefix-cls}-wrap:before { content: "\e6b0"; }
13458
+ .@{icon-prefix-cls}-yunzhijia:before { content: "\e706"; }
13459
+ .@{icon-prefix-cls}-zoom:before { content: "\e70c"; }
13460
+
13227
13461
 
13228
13462
 
13229
13463
 
@@ -14199,6 +14433,7 @@ template {
14199
14433
 
14200
14434
 
14201
14435
  @switch-prefix-cls: ~'@{kd-prefix}-switch';
14436
+ @icon-prefix-cls: ~'@{kd-prefix}icon';
14202
14437
 
14203
14438
 
14204
14439
  .@{switch-prefix-cls} {
@@ -14219,7 +14454,7 @@ template {
14219
14454
  transform: translateY(-50%);
14220
14455
  z-index: 10;
14221
14456
 
14222
- .kdicon-loadding-circle {
14457
+ .@{icon-prefix-cls}-loadding-circle {
14223
14458
  animation: loadingcircle 1s infinite;
14224
14459
  animation-timing-function: cubic-bezier(0.42, 0.00, 0.58, 1.00);
14225
14460
  font-size: @switch-small-font-size;