@kdcloudjs/kdesign 1.7.19 → 1.7.21
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/CHANGELOG.md +51 -0
- package/dist/kdesign-complete.less +337 -240
- package/dist/kdesign.css +270 -240
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +766 -850
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +9 -9
- package/dist/kdesign.min.js.map +1 -1
- package/es/button/style/token.less +1 -0
- package/es/checkbox/checkbox.js +5 -5
- package/es/checkbox/style/index.css +2 -0
- package/es/checkbox/style/index.less +2 -0
- package/es/checkbox/style/token.less +1 -1
- package/es/city-picker/city-picker.d.ts +3 -23
- package/es/city-picker/city-picker.js +351 -124
- package/es/city-picker/interface.d.ts +57 -0
- package/es/city-picker/interface.js +3 -0
- package/es/city-picker/option.d.ts +4 -0
- package/es/city-picker/option.js +42 -0
- package/es/city-picker/style/index.css +264 -239
- package/es/city-picker/style/index.less +262 -218
- package/es/city-picker/style/mixin.less +26 -3
- package/es/city-picker/style/token.less +42 -14
- package/es/config-provider/compDefaultProps.d.ts +15 -0
- package/es/config-provider/compDefaultProps.js +16 -1
- package/es/input/style/token.less +2 -8
- package/es/select/select.js +25 -15
- package/es/tree/tree.js +61 -57
- package/es/tree/treeNode.js +1 -6
- package/es/tree-select/interface.d.ts +1 -0
- package/es/tree-select/style/index.css +4 -1
- package/es/tree-select/style/index.less +5 -1
- package/es/tree-select/style/token.less +1 -0
- package/es/tree-select/tree-select.js +18 -4
- package/lib/button/style/token.less +1 -0
- package/lib/checkbox/checkbox.js +4 -4
- package/lib/checkbox/style/index.css +2 -0
- package/lib/checkbox/style/index.less +2 -0
- package/lib/checkbox/style/token.less +1 -1
- package/lib/city-picker/city-picker.d.ts +3 -23
- package/lib/city-picker/city-picker.js +350 -123
- package/lib/city-picker/interface.d.ts +57 -0
- package/lib/city-picker/interface.js +11 -0
- package/lib/city-picker/option.d.ts +4 -0
- package/lib/city-picker/option.js +55 -0
- package/lib/city-picker/style/index.css +264 -239
- package/lib/city-picker/style/index.less +262 -218
- package/lib/city-picker/style/mixin.less +26 -3
- package/lib/city-picker/style/token.less +42 -14
- package/lib/config-provider/compDefaultProps.d.ts +15 -0
- package/lib/config-provider/compDefaultProps.js +16 -1
- package/lib/input/style/token.less +2 -8
- package/lib/select/select.js +25 -15
- package/lib/tree/tree.js +60 -56
- package/lib/tree/treeNode.js +1 -6
- package/lib/tree-select/interface.d.ts +1 -0
- package/lib/tree-select/style/index.css +4 -1
- package/lib/tree-select/style/index.less +5 -1
- package/lib/tree-select/style/token.less +1 -0
- package/lib/tree-select/tree-select.js +20 -6
- package/package.json +1 -1
- package/es/city-picker/city-group.d.ts +0 -8
- package/es/city-picker/city-group.js +0 -38
- package/es/city-picker/city-list.d.ts +0 -12
- package/es/city-picker/city-list.js +0 -55
- package/es/city-picker/city-panel-item.d.ts +0 -13
- package/es/city-picker/city-panel-item.js +0 -22
- package/es/city-picker/city-panel.d.ts +0 -17
- package/es/city-picker/city-panel.js +0 -153
- package/es/city-picker/city-search-panel.d.ts +0 -9
- package/es/city-picker/city-search-panel.js +0 -44
- package/es/city-picker/no-data.d.ts +0 -3
- package/es/city-picker/no-data.js +0 -18
- package/es/city-picker/utils/grouping.d.ts +0 -7
- package/es/city-picker/utils/grouping.js +0 -24
- package/lib/city-picker/city-group.d.ts +0 -8
- package/lib/city-picker/city-group.js +0 -51
- package/lib/city-picker/city-list.d.ts +0 -12
- package/lib/city-picker/city-list.js +0 -68
- package/lib/city-picker/city-panel-item.d.ts +0 -13
- package/lib/city-picker/city-panel-item.js +0 -35
- package/lib/city-picker/city-panel.d.ts +0 -17
- package/lib/city-picker/city-panel.js +0 -166
- package/lib/city-picker/city-search-panel.d.ts +0 -9
- package/lib/city-picker/city-search-panel.js +0 -57
- package/lib/city-picker/no-data.d.ts +0 -3
- package/lib/city-picker/no-data.js +0 -31
- package/lib/city-picker/utils/grouping.d.ts +0 -7
- package/lib/city-picker/utils/grouping.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
## [1.7.20](https://github.com/kdcloudone/kdesign/compare/v1.7.19...v1.7.20) (2023-08-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [checkbox]修复按住shift时无法点击问题 fix [#500](https://github.com/kdcloudone/kdesign/issues/500) ([d44e008](https://github.com/kdcloudone/kdesign/commit/d44e008b0a478bca7aeb1932abfd7fd4c8d37436))
|
|
7
|
+
* [cli] 修复生成token脚本,兼容无默认值情况 ([b39b7c5](https://github.com/kdcloudone/kdesign/commit/b39b7c5ac2d95f9d5ddd9370ccc6b135ae56ec0c))
|
|
8
|
+
* [cli] 修改移动端顶部搜索按钮点击会触发隔壁的登录按钮问题 fix [#444](https://github.com/kdcloudone/kdesign/issues/444) ([dfca0ac](https://github.com/kdcloudone/kdesign/commit/dfca0ac2e583d99fdd33e908381d89e820c20b31))
|
|
9
|
+
* [cli]修复右侧导航显示错误 ([7eac87e](https://github.com/kdcloudone/kdesign/commit/7eac87e7a983817b2753ea5123a7ad7aa67d2a50))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* [city-picker] 更新城市选择组件交互与视觉 fix [#516](https://github.com/kdcloudone/kdesign/issues/516) ([89cf0b5](https://github.com/kdcloudone/kdesign/commit/89cf0b540e9368c67be42cbb82680a8e66912b62))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [1.7.19](https://github.com/kdcloudone/kdesign/compare/v1.7.18...v1.7.19) (2023-07-28)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* [carousel] 修复效果为fade时,点击的元素与获取的信息不匹配的问题 [#497](https://github.com/kdcloudone/kdesign/issues/497) ([a10f252](https://github.com/kdcloudone/kdesign/commit/a10f2523d0fb2ee6556fe3bfea5debc15dc40657))
|
|
24
|
+
* [cascader]修复受控问题 fix [#403](https://github.com/kdcloudone/kdesign/issues/403) ([a63c58b](https://github.com/kdcloudone/kdesign/commit/a63c58b7cccdca393cc27b508ed12799bc9d55bf))
|
|
25
|
+
* [collapse] 修复单测报错 ([cfdf66e](https://github.com/kdcloudone/kdesign/commit/cfdf66ee69e043c99b561b6abea14c5270121013))
|
|
26
|
+
* [upload]修复删除文件状态错误问题 fix [#507](https://github.com/kdcloudone/kdesign/issues/507) ([160fc67](https://github.com/kdcloudone/kdesign/commit/160fc6712f6423ce3389cdc57e89af382322878b))
|
|
27
|
+
* collapse single test modifications ([9a0c154](https://github.com/kdcloudone/kdesign/commit/9a0c154ab250d7afdfe4f58461a101195ca823b9))
|
|
28
|
+
* collapse single test modifications ([7ec406e](https://github.com/kdcloudone/kdesign/commit/7ec406e415ff5158f44312c61b7277f51641bc6b))
|
|
29
|
+
* grid single test modifications ([eb530dd](https://github.com/kdcloudone/kdesign/commit/eb530dd07f6ba6bb6e48bc78b9cbc2e9e715e4ac))
|
|
30
|
+
* icon single test modifications ([21d9e0e](https://github.com/kdcloudone/kdesign/commit/21d9e0e7a5cd20bd9b7de03b2a0ca58f4b8f97de))
|
|
31
|
+
* icon single test modifications ([12d6994](https://github.com/kdcloudone/kdesign/commit/12d69949e3c3c13ebfc4c5b19db1b2619c169834))
|
|
32
|
+
* layout single test modifications ([fbb0e94](https://github.com/kdcloudone/kdesign/commit/fbb0e947d3d33f67b3daafdc9e349e0a6ed87b01))
|
|
33
|
+
* space single test modifications ([9496220](https://github.com/kdcloudone/kdesign/commit/9496220fb42730a7aa842638300e1f1e35771d43))
|
|
34
|
+
* Spin 加载单测补充 ([cc9354d](https://github.com/kdcloudone/kdesign/commit/cc9354dc8a89dd5a7ab709afaea871adef5b03ad))
|
|
35
|
+
* spin single test modifications ([1b3a63a](https://github.com/kdcloudone/kdesign/commit/1b3a63a24c56fd30465530ad1c57384c51bd11a9))
|
|
36
|
+
* stepper single test modifications ([f697831](https://github.com/kdcloudone/kdesign/commit/f697831f707f86e93c8cf5f589b463d8a2fb99eb))
|
|
37
|
+
* stepper single test modifications ([924f196](https://github.com/kdcloudone/kdesign/commit/924f196fb4b7a8014ad19500d0773fbdc2adb568))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* [dropdown]新增动效配置 fix [#457](https://github.com/kdcloudone/kdesign/issues/457) ([4b94524](https://github.com/kdcloudone/kdesign/commit/4b9452435e171157a847a9879c366ae8af037b37))
|
|
43
|
+
* [upload]支持返回实例 fix [#451](https://github.com/kdcloudone/kdesign/issues/451) ([fbbd077](https://github.com/kdcloudone/kdesign/commit/fbbd0776b42ccf71d0633b0499e00e5b432e3fda))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Reverts
|
|
47
|
+
|
|
48
|
+
* Revert "[compatibility] 解决兼容性问题 node.js v17 以上版本 程序启动失败 fixes: #423" ([f829fc3](https://github.com/kdcloudone/kdesign/commit/f829fc3c52b47236b5aa33509e32d2d5d356ddba)), closes [#423](https://github.com/kdcloudone/kdesign/issues/423)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
1
52
|
## [1.7.18](https://github.com/kdcloudone/kdesign/compare/v1.7.17...v1.7.18) (2023-07-17)
|
|
2
53
|
|
|
3
54
|
|