@kdcloudjs/kdesign 1.7.19 → 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 (74) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/kdesign-complete.less +331 -239
  3. package/dist/kdesign.css +266 -239
  4. package/dist/kdesign.css.map +1 -1
  5. package/dist/kdesign.js +512 -625
  6. package/dist/kdesign.js.map +1 -1
  7. package/dist/kdesign.min.css +2 -2
  8. package/dist/kdesign.min.js +9 -9
  9. package/dist/kdesign.min.js.map +1 -1
  10. package/es/button/style/token.less +1 -0
  11. package/es/checkbox/checkbox.js +5 -5
  12. package/es/checkbox/style/index.css +2 -0
  13. package/es/checkbox/style/index.less +2 -0
  14. package/es/checkbox/style/token.less +1 -1
  15. package/es/city-picker/city-picker.d.ts +3 -23
  16. package/es/city-picker/city-picker.js +351 -124
  17. package/es/city-picker/interface.d.ts +57 -0
  18. package/es/city-picker/interface.js +3 -0
  19. package/es/city-picker/option.d.ts +4 -0
  20. package/es/city-picker/option.js +42 -0
  21. package/es/city-picker/style/index.css +264 -239
  22. package/es/city-picker/style/index.less +262 -218
  23. package/es/city-picker/style/mixin.less +26 -3
  24. package/es/city-picker/style/token.less +42 -14
  25. package/es/config-provider/compDefaultProps.d.ts +13 -0
  26. package/es/config-provider/compDefaultProps.js +13 -0
  27. package/es/input/style/token.less +2 -8
  28. package/lib/button/style/token.less +1 -0
  29. package/lib/checkbox/checkbox.js +4 -4
  30. package/lib/checkbox/style/index.css +2 -0
  31. package/lib/checkbox/style/index.less +2 -0
  32. package/lib/checkbox/style/token.less +1 -1
  33. package/lib/city-picker/city-picker.d.ts +3 -23
  34. package/lib/city-picker/city-picker.js +350 -123
  35. package/lib/city-picker/interface.d.ts +57 -0
  36. package/lib/city-picker/interface.js +11 -0
  37. package/lib/city-picker/option.d.ts +4 -0
  38. package/lib/city-picker/option.js +55 -0
  39. package/lib/city-picker/style/index.css +264 -239
  40. package/lib/city-picker/style/index.less +262 -218
  41. package/lib/city-picker/style/mixin.less +26 -3
  42. package/lib/city-picker/style/token.less +42 -14
  43. package/lib/config-provider/compDefaultProps.d.ts +13 -0
  44. package/lib/config-provider/compDefaultProps.js +13 -0
  45. package/lib/input/style/token.less +2 -8
  46. package/package.json +1 -1
  47. package/es/city-picker/city-group.d.ts +0 -8
  48. package/es/city-picker/city-group.js +0 -38
  49. package/es/city-picker/city-list.d.ts +0 -12
  50. package/es/city-picker/city-list.js +0 -55
  51. package/es/city-picker/city-panel-item.d.ts +0 -13
  52. package/es/city-picker/city-panel-item.js +0 -22
  53. package/es/city-picker/city-panel.d.ts +0 -17
  54. package/es/city-picker/city-panel.js +0 -153
  55. package/es/city-picker/city-search-panel.d.ts +0 -9
  56. package/es/city-picker/city-search-panel.js +0 -44
  57. package/es/city-picker/no-data.d.ts +0 -3
  58. package/es/city-picker/no-data.js +0 -18
  59. package/es/city-picker/utils/grouping.d.ts +0 -7
  60. package/es/city-picker/utils/grouping.js +0 -24
  61. package/lib/city-picker/city-group.d.ts +0 -8
  62. package/lib/city-picker/city-group.js +0 -51
  63. package/lib/city-picker/city-list.d.ts +0 -12
  64. package/lib/city-picker/city-list.js +0 -68
  65. package/lib/city-picker/city-panel-item.d.ts +0 -13
  66. package/lib/city-picker/city-panel-item.js +0 -35
  67. package/lib/city-picker/city-panel.d.ts +0 -17
  68. package/lib/city-picker/city-panel.js +0 -166
  69. package/lib/city-picker/city-search-panel.d.ts +0 -9
  70. package/lib/city-picker/city-search-panel.js +0 -57
  71. package/lib/city-picker/no-data.d.ts +0 -3
  72. package/lib/city-picker/no-data.js +0 -31
  73. package/lib/city-picker/utils/grouping.d.ts +0 -7
  74. package/lib/city-picker/utils/grouping.js +0 -30
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
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
+
1
35
  ## [1.7.18](https://github.com/kdcloudone/kdesign/compare/v1.7.17...v1.7.18) (2023-07-17)
2
36
 
3
37