@kdcloudjs/kdesign 1.7.18 → 1.7.20

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 (88) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/kdesign-complete.less +362 -244
  3. package/dist/kdesign.css +270 -239
  4. package/dist/kdesign.css.map +1 -1
  5. package/dist/kdesign.js +716 -788
  6. package/dist/kdesign.js.map +1 -1
  7. package/dist/kdesign.min.css +2 -2
  8. package/dist/kdesign.min.js +6 -6
  9. package/dist/kdesign.min.js.map +1 -1
  10. package/es/button/style/token.less +1 -0
  11. package/es/carousel/style/index.css +4 -0
  12. package/es/carousel/style/index.less +31 -5
  13. package/es/cascader/cascader.js +4 -2
  14. package/es/checkbox/checkbox.js +5 -5
  15. package/es/checkbox/style/index.css +2 -0
  16. package/es/checkbox/style/index.less +2 -0
  17. package/es/checkbox/style/token.less +1 -1
  18. package/es/city-picker/city-picker.d.ts +3 -23
  19. package/es/city-picker/city-picker.js +351 -124
  20. package/es/city-picker/interface.d.ts +57 -0
  21. package/es/city-picker/interface.js +3 -0
  22. package/es/city-picker/option.d.ts +4 -0
  23. package/es/city-picker/option.js +42 -0
  24. package/es/city-picker/style/index.css +264 -239
  25. package/es/city-picker/style/index.less +262 -218
  26. package/es/city-picker/style/mixin.less +26 -3
  27. package/es/city-picker/style/token.less +42 -14
  28. package/es/collapse/collapse.d.ts +1 -1
  29. package/es/config-provider/compDefaultProps.d.ts +13 -0
  30. package/es/config-provider/compDefaultProps.js +13 -0
  31. package/es/dropdown/dropdown.d.ts +1 -0
  32. package/es/dropdown/dropdown.js +7 -2
  33. package/es/input/style/token.less +2 -8
  34. package/es/upload/upload.js +87 -63
  35. package/lib/button/style/token.less +1 -0
  36. package/lib/carousel/style/index.css +4 -0
  37. package/lib/carousel/style/index.less +31 -5
  38. package/lib/cascader/cascader.js +4 -2
  39. package/lib/checkbox/checkbox.js +4 -4
  40. package/lib/checkbox/style/index.css +2 -0
  41. package/lib/checkbox/style/index.less +2 -0
  42. package/lib/checkbox/style/token.less +1 -1
  43. package/lib/city-picker/city-picker.d.ts +3 -23
  44. package/lib/city-picker/city-picker.js +350 -123
  45. package/lib/city-picker/interface.d.ts +57 -0
  46. package/lib/city-picker/interface.js +11 -0
  47. package/lib/city-picker/option.d.ts +4 -0
  48. package/lib/city-picker/option.js +55 -0
  49. package/lib/city-picker/style/index.css +264 -239
  50. package/lib/city-picker/style/index.less +262 -218
  51. package/lib/city-picker/style/mixin.less +26 -3
  52. package/lib/city-picker/style/token.less +42 -14
  53. package/lib/collapse/collapse.d.ts +1 -1
  54. package/lib/config-provider/compDefaultProps.d.ts +13 -0
  55. package/lib/config-provider/compDefaultProps.js +13 -0
  56. package/lib/dropdown/dropdown.d.ts +1 -0
  57. package/lib/dropdown/dropdown.js +7 -2
  58. package/lib/input/style/token.less +2 -8
  59. package/lib/upload/upload.js +86 -62
  60. package/package.json +1 -1
  61. package/es/city-picker/city-group.d.ts +0 -8
  62. package/es/city-picker/city-group.js +0 -38
  63. package/es/city-picker/city-list.d.ts +0 -12
  64. package/es/city-picker/city-list.js +0 -55
  65. package/es/city-picker/city-panel-item.d.ts +0 -13
  66. package/es/city-picker/city-panel-item.js +0 -22
  67. package/es/city-picker/city-panel.d.ts +0 -17
  68. package/es/city-picker/city-panel.js +0 -153
  69. package/es/city-picker/city-search-panel.d.ts +0 -9
  70. package/es/city-picker/city-search-panel.js +0 -44
  71. package/es/city-picker/no-data.d.ts +0 -3
  72. package/es/city-picker/no-data.js +0 -18
  73. package/es/city-picker/utils/grouping.d.ts +0 -7
  74. package/es/city-picker/utils/grouping.js +0 -24
  75. package/lib/city-picker/city-group.d.ts +0 -8
  76. package/lib/city-picker/city-group.js +0 -51
  77. package/lib/city-picker/city-list.d.ts +0 -12
  78. package/lib/city-picker/city-list.js +0 -68
  79. package/lib/city-picker/city-panel-item.d.ts +0 -13
  80. package/lib/city-picker/city-panel-item.js +0 -35
  81. package/lib/city-picker/city-panel.d.ts +0 -17
  82. package/lib/city-picker/city-panel.js +0 -166
  83. package/lib/city-picker/city-search-panel.d.ts +0 -9
  84. package/lib/city-picker/city-search-panel.js +0 -57
  85. package/lib/city-picker/no-data.d.ts +0 -3
  86. package/lib/city-picker/no-data.js +0 -31
  87. package/lib/city-picker/utils/grouping.d.ts +0 -7
  88. package/lib/city-picker/utils/grouping.js +0 -30
package/CHANGELOG.md CHANGED
@@ -1,3 +1,70 @@
1
+ ## [1.7.19](https://github.com/kdcloudone/kdesign/compare/v1.7.18...v1.7.19) (2023-07-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [carousel] 修复效果为fade时,点击的元素与获取的信息不匹配的问题 [#497](https://github.com/kdcloudone/kdesign/issues/497) ([a10f252](https://github.com/kdcloudone/kdesign/commit/a10f2523d0fb2ee6556fe3bfea5debc15dc40657))
7
+ * [cascader]修复受控问题 fix [#403](https://github.com/kdcloudone/kdesign/issues/403) ([a63c58b](https://github.com/kdcloudone/kdesign/commit/a63c58b7cccdca393cc27b508ed12799bc9d55bf))
8
+ * [collapse] 修复单测报错 ([cfdf66e](https://github.com/kdcloudone/kdesign/commit/cfdf66ee69e043c99b561b6abea14c5270121013))
9
+ * [upload]修复删除文件状态错误问题 fix [#507](https://github.com/kdcloudone/kdesign/issues/507) ([160fc67](https://github.com/kdcloudone/kdesign/commit/160fc6712f6423ce3389cdc57e89af382322878b))
10
+ * collapse single test modifications ([9a0c154](https://github.com/kdcloudone/kdesign/commit/9a0c154ab250d7afdfe4f58461a101195ca823b9))
11
+ * collapse single test modifications ([7ec406e](https://github.com/kdcloudone/kdesign/commit/7ec406e415ff5158f44312c61b7277f51641bc6b))
12
+ * grid single test modifications ([eb530dd](https://github.com/kdcloudone/kdesign/commit/eb530dd07f6ba6bb6e48bc78b9cbc2e9e715e4ac))
13
+ * icon single test modifications ([21d9e0e](https://github.com/kdcloudone/kdesign/commit/21d9e0e7a5cd20bd9b7de03b2a0ca58f4b8f97de))
14
+ * icon single test modifications ([12d6994](https://github.com/kdcloudone/kdesign/commit/12d69949e3c3c13ebfc4c5b19db1b2619c169834))
15
+ * layout single test modifications ([fbb0e94](https://github.com/kdcloudone/kdesign/commit/fbb0e947d3d33f67b3daafdc9e349e0a6ed87b01))
16
+ * space single test modifications ([9496220](https://github.com/kdcloudone/kdesign/commit/9496220fb42730a7aa842638300e1f1e35771d43))
17
+ * Spin 加载单测补充 ([cc9354d](https://github.com/kdcloudone/kdesign/commit/cc9354dc8a89dd5a7ab709afaea871adef5b03ad))
18
+ * spin single test modifications ([1b3a63a](https://github.com/kdcloudone/kdesign/commit/1b3a63a24c56fd30465530ad1c57384c51bd11a9))
19
+ * stepper single test modifications ([f697831](https://github.com/kdcloudone/kdesign/commit/f697831f707f86e93c8cf5f589b463d8a2fb99eb))
20
+ * stepper single test modifications ([924f196](https://github.com/kdcloudone/kdesign/commit/924f196fb4b7a8014ad19500d0773fbdc2adb568))
21
+
22
+
23
+ ### Features
24
+
25
+ * [dropdown]新增动效配置 fix [#457](https://github.com/kdcloudone/kdesign/issues/457) ([4b94524](https://github.com/kdcloudone/kdesign/commit/4b9452435e171157a847a9879c366ae8af037b37))
26
+ * [upload]支持返回实例 fix [#451](https://github.com/kdcloudone/kdesign/issues/451) ([fbbd077](https://github.com/kdcloudone/kdesign/commit/fbbd0776b42ccf71d0633b0499e00e5b432e3fda))
27
+
28
+
29
+ ### Reverts
30
+
31
+ * Revert "[compatibility] 解决兼容性问题 node.js v17 以上版本 程序启动失败 fixes: #423" ([f829fc3](https://github.com/kdcloudone/kdesign/commit/f829fc3c52b47236b5aa33509e32d2d5d356ddba)), closes [#423](https://github.com/kdcloudone/kdesign/issues/423)
32
+
33
+
34
+
35
+ ## [1.7.18](https://github.com/kdcloudone/kdesign/compare/v1.7.17...v1.7.18) (2023-07-17)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * [cascader]修复边距及样式问题 fix [#472](https://github.com/kdcloudone/kdesign/issues/472) ([d18ae7d](https://github.com/kdcloudone/kdesign/commit/d18ae7d2d2b97be88d2eb05452a0510b5e45959e))
41
+ * [cascader]修复样式问题 ([317ef8a](https://github.com/kdcloudone/kdesign/commit/317ef8a48beb78504ef70a509b0b0de65aff4784))
42
+ * [Dropdown]修复input元素聚集时触发问题 fix [#489](https://github.com/kdcloudone/kdesign/issues/489) ([6b6085f](https://github.com/kdcloudone/kdesign/commit/6b6085f4fab5199f677c29365765d0873a613218))
43
+ * [input]点击fixNode聚集问题 fix [#476](https://github.com/kdcloudone/kdesign/issues/476) ([e594c67](https://github.com/kdcloudone/kdesign/commit/e594c671206ea40eb32abe283404fee603bacc4a))
44
+ * [select] 调整下拉面板上下间距 fix [#479](https://github.com/kdcloudone/kdesign/issues/479) ([f2c751f](https://github.com/kdcloudone/kdesign/commit/f2c751f15a9b5801ca116a9d3214468e0fedd1bc))
45
+ * [select] 调整选择器鼠标上下键切换选项样式 fix [#477](https://github.com/kdcloudone/kdesign/issues/477) fix [#478](https://github.com/kdcloudone/kdesign/issues/478) fix [#480](https://github.com/kdcloudone/kdesign/issues/480) ([aa92365](https://github.com/kdcloudone/kdesign/commit/aa92365aab290bce7238024264f5cba7e9b292d9))
46
+ * [select] 调整展开下拉面板后下拉箭头的颜色 fix [#483](https://github.com/kdcloudone/kdesign/issues/483) ([fb6d1a1](https://github.com/kdcloudone/kdesign/commit/fb6d1a1737849fe7ff5cb06dca9fb1515c5c7cd0))
47
+ * [select] 修复单选不带搜索选中选项后,再次点击选择器,输入框文字置灰问题 fix [#484](https://github.com/kdcloudone/kdesign/issues/484) ([e2b0cb9](https://github.com/kdcloudone/kdesign/commit/e2b0cb9be1bc82cd5226fa81309e1415b67cbc17))
48
+ * [select] 修复单选选择某一项后选择框聚焦问题 fix [#485](https://github.com/kdcloudone/kdesign/issues/485) ([641db48](https://github.com/kdcloudone/kdesign/commit/641db4817d61227a8507f4db3f4d4e70f1c84424))
49
+ * [select] 修复点击清空按钮下拉面板自动打开问题 fix [#486](https://github.com/kdcloudone/kdesign/issues/486) ([414530e](https://github.com/kdcloudone/kdesign/commit/414530ea9dc96a3334841c5ef9624cbb00edaf1b))
50
+ * [select] 修复下拉面板自适应问题 fix [#482](https://github.com/kdcloudone/kdesign/issues/482) ([25e390d](https://github.com/kdcloudone/kdesign/commit/25e390d61a6997d705673e2f43386392456b37e2))
51
+ * [select] 修复选择器悬浮手势问题 fix [#481](https://github.com/kdcloudone/kdesign/issues/481) ([1157be3](https://github.com/kdcloudone/kdesign/commit/1157be334d41792557ec8b65f4aafdee31660dcd))
52
+
53
+
54
+
55
+ ## [1.7.17](https://github.com/kdcloudone/kdesign/compare/v1.7.16...v1.7.17) (2023-07-07)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * [card] 修复onClick事件不执行的问题 fix [#462](https://github.com/kdcloudone/kdesign/issues/462) ([ac36269](https://github.com/kdcloudone/kdesign/commit/ac36269e26e379c73d6847b175ec35322418d2a6))
61
+ * [carousel] 修复异步请求的数据在初始化时不能正确渲染的问题 fix [#461](https://github.com/kdcloudone/kdesign/issues/461) ([d423369](https://github.com/kdcloudone/kdesign/commit/d423369f5d9385336741068d8d2636b627465cf2))
62
+ * [color-picker] 修改面板下边距和关闭所有配置产生的bug ([89120d9](https://github.com/kdcloudone/kdesign/commit/89120d936b0d66274439c42ba14dbfec6075eefc)), closes [#470](https://github.com/kdcloudone/kdesign/issues/470) [#471](https://github.com/kdcloudone/kdesign/issues/471)
63
+ * [Dropdown]修复input为触发元素时位置问题 fix [#468](https://github.com/kdcloudone/kdesign/issues/468) ([437a085](https://github.com/kdcloudone/kdesign/commit/437a08531c508fdd9f66f93f887ca611f5e8fc73))
64
+ * [filter] 修复方案查询不能设置自定义组件为Input的问题 ([f208555](https://github.com/kdcloudone/kdesign/commit/f2085559149ee83ee4932e23d37c84e06acde1f8))
65
+
66
+
67
+
1
68
  ## [1.7.16](https://github.com/kdcloudone/kdesign/compare/v1.7.15...v1.7.16) (2023-06-30)
2
69
 
3
70