@kdcloudjs/kdesign 1.7.33-stable.5 → 1.7.33-stable.7

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 CHANGED
@@ -1,3 +1,93 @@
1
+ ## [1.7.46](https://github.com/kdcloudone/kdesign/compare/v1.7.45...v1.7.46) (2024-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [city-picker] 修复国内版回填的提示内容显示问题 fix [#708](https://github.com/kdcloudone/kdesign/issues/708) ([39d36ae](https://github.com/kdcloudone/kdesign/commit/39d36aec993a4ca078a530a17c9cf4cd8ea84298))
7
+ * [select] 调整全选逻辑 fix [#687](https://github.com/kdcloudone/kdesign/issues/687) ([1c1a893](https://github.com/kdcloudone/kdesign/commit/1c1a893e2ddc2d02b6bebbbc6fa0e066471318ad))
8
+ * [tree] 修复勾选时onCheck函数返回了错误的halfCheckedKeys fix [#710](https://github.com/kdcloudone/kdesign/issues/710) ([8d8d739](https://github.com/kdcloudone/kdesign/commit/8d8d7396f42f05d4956d410377f595523bf3fa48))
9
+ * [usePopper] 修复下拉面板未对齐问题 fix [#712](https://github.com/kdcloudone/kdesign/issues/712) ([9fafa4f](https://github.com/kdcloudone/kdesign/commit/9fafa4fae1920a288fcb84f0d6b811d1ba0fa9c5))
10
+
11
+
12
+ ### Features
13
+
14
+ * [tree] 新增api expandOnFilterNode支持过滤时是否显示过滤节点的下级 fix [#707](https://github.com/kdcloudone/kdesign/issues/707) ([f589bc4](https://github.com/kdcloudone/kdesign/commit/f589bc40ea6e05ad8a460897bbe97b10cc09f336))
15
+
16
+
17
+
18
+ ## [1.7.45](https://github.com/kdcloudone/kdesign/compare/v1.7.44...v1.7.45) (2024-01-04)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * [city-picker] 修复国内版搜索国外城市不显示上级区划 fix [#700](https://github.com/kdcloudone/kdesign/issues/700) ([182ac5b](https://github.com/kdcloudone/kdesign/commit/182ac5b2ca502e5d7441a3ef208f836b52fd1b6f))
24
+ * [filter] 修复demo中Option的报错 ([a7c7b6e](https://github.com/kdcloudone/kdesign/commit/a7c7b6e994e72e788965077bded833db9f1f9917))
25
+ * [form] 修复必选图标由于字体设置导致的样式不一致问题 ([0d31be0](https://github.com/kdcloudone/kdesign/commit/0d31be0aa4d8f9106380d681b5ba8037dbbd6dbc))
26
+ * [image-cropper] 修复api文档书写错误 fix [#688](https://github.com/kdcloudone/kdesign/issues/688) ([8e271f4](https://github.com/kdcloudone/kdesign/commit/8e271f4f88c2d35c4cc2f21384bc60da6b77ca5d))
27
+ * [select] 多选搜索时下面面板未空时不显示全选按钮 fix [#698](https://github.com/kdcloudone/kdesign/issues/698) ([41cb855](https://github.com/kdcloudone/kdesign/commit/41cb8559802070bb4022044dacb67977f1574352))
28
+ * [select] 修复从单选切换为多选时页面报错的问题 fix [#701](https://github.com/kdcloudone/kdesign/issues/701) ([4a2280a](https://github.com/kdcloudone/kdesign/commit/4a2280a15d4df64be227c0b3e6afa35fd8779fd4))
29
+ * [table] 更新table版本修复react18严格模式报错及全选与拖拽标题共用是报错问题 fix [#641](https://github.com/kdcloudone/kdesign/issues/641), [#695](https://github.com/kdcloudone/kdesign/issues/695) ([c71ae48](https://github.com/kdcloudone/kdesign/commit/c71ae48296a47fb3869e0e473c7d80dd79a6e878))
30
+ * [table] 修复表格默认加载输出异常警告日志 ([f1dd8ab](https://github.com/kdcloudone/kdesign/commit/f1dd8ab64bcae0536b04772d2122a378d8a396bc))
31
+ * [table] 修复格式导致的报错 ([305af91](https://github.com/kdcloudone/kdesign/commit/305af91ded3b9cbb3a681f4bbd3eee41f3f7d24e))
32
+
33
+
34
+ ### Features
35
+
36
+ * [cli] 添加埋点功能 ([739389a](https://github.com/kdcloudone/kdesign/commit/739389afebb001cb47f5edf1d241430c99d9d573))
37
+
38
+
39
+
40
+ ## [1.7.44](https://github.com/kdcloudone/kdesign/compare/v1.7.43...v1.7.44) (2023-12-14)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * [checkbox] 修复传入的children为空时样式显示问题 fix [#672](https://github.com/kdcloudone/kdesign/issues/672) ([9d6b774](https://github.com/kdcloudone/kdesign/commit/9d6b774c0e71665341a20f3922144ce5743a8705))
46
+ * [select] 修复多选搜索没有结果时会把全选勾上 fix [#668](https://github.com/kdcloudone/kdesign/issues/668) ([2ab75ef](https://github.com/kdcloudone/kdesign/commit/2ab75effaf2cef5c0a1648bbff9eaff9a9ab2c4e))
47
+ * [tree] 修复expandOnClickNode为true时,点击叶子节点会触发loadData事件的问题 fix [#679](https://github.com/kdcloudone/kdesign/issues/679) ([84810c7](https://github.com/kdcloudone/kdesign/commit/84810c76486e430d64fa01cba22ca22e195e266f))
48
+
49
+
50
+
51
+ ## [1.7.43](https://github.com/kdcloudone/kdesign/compare/v1.7.42...v1.7.43) (2023-12-13)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * [构建]提升开发环境构建速度 [#676](https://github.com/kdcloudone/kdesign/issues/676) ([f38ed98](https://github.com/kdcloudone/kdesign/commit/f38ed982f69c1d43b61cf397682f0d9a65be84a2))
57
+ * [文档]官网新增社区精选组件 [#675](https://github.com/kdcloudone/kdesign/issues/675) ([039e07e](https://github.com/kdcloudone/kdesign/commit/039e07e47dd7a9a1375677d37234ae44d7a7e42a))
58
+ * 社区精选组件链接跳转not Found [#680](https://github.com/kdcloudone/kdesign/issues/680) ([9af2c52](https://github.com/kdcloudone/kdesign/commit/9af2c524be25c0af2404f25eb09b46afbb78200d))
59
+
60
+
61
+
62
+ ## [1.7.42](https://github.com/kdcloudone/kdesign/compare/v1.7.41...v1.7.42) (2023-12-07)
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * [pagination] 修复total过大时导致页面卡顿问题 fix [#666](https://github.com/kdcloudone/kdesign/issues/666) ([df38723](https://github.com/kdcloudone/kdesign/commit/df387231da20db4b306487a3c14604562bba75f4))
68
+ * [tree] 修复在类组件中使用时,搜索结果未展开的问题 fix [#667](https://github.com/kdcloudone/kdesign/issues/667) ([330d343](https://github.com/kdcloudone/kdesign/commit/330d343cc360b9da8f50ef3e1a089bf9647423cf))
69
+ * [tree] 修复loadData函数ts类型校验报错问题 fix [#651](https://github.com/kdcloudone/kdesign/issues/651) ([1a953a6](https://github.com/kdcloudone/kdesign/commit/1a953a6a9dc3dd0878288f479483abdea0159c18))
70
+
71
+
72
+
73
+ ## [1.7.41](https://github.com/kdcloudone/kdesign/compare/v1.7.40...v1.7.41) (2023-12-04)
74
+
75
+
76
+ ### Bug Fixes
77
+
78
+ * [cli] 更新单测快照 ([d3642db](https://github.com/kdcloudone/kdesign/commit/d3642dbba83db7745c0fa5c75be26e11c4c16268))
79
+ * [cli] demo添加typescript支持 fix [#282](https://github.com/kdcloudone/kdesign/issues/282) ([82c5252](https://github.com/kdcloudone/kdesign/commit/82c525207953218a9ade6e372621869814350b41))
80
+ * [fix]kdesign官网无法在ie11上显示 [#662](https://github.com/kdcloudone/kdesign/issues/662) ([b2b9605](https://github.com/kdcloudone/kdesign/commit/b2b9605ac80a6e50e13a604ff0508d6d5e30db1a))
81
+ * [input]添加textarea限制字数后超出提示 fix [#650](https://github.com/kdcloudone/kdesign/issues/650) ([b923ce1](https://github.com/kdcloudone/kdesign/commit/b923ce110d718b77ae0b1164476ef1310b495ceb))
82
+ * [notification]修复success回调重复触发问题 fix [#649](https://github.com/kdcloudone/kdesign/issues/649) ([6751170](https://github.com/kdcloudone/kdesign/commit/67511708a7ddc0de9fffa275722399961015fa64))
83
+
84
+
85
+ ### Features
86
+
87
+ * [modal] 新增支持弹窗拖拽调整大小功能 fix [#158](https://github.com/kdcloudone/kdesign/issues/158) ([379d2f8](https://github.com/kdcloudone/kdesign/commit/379d2f87e506066456cc13bf25d9b0099452a646))
88
+
89
+
90
+
1
91
  ## [1.7.40](https://github.com/kdcloudone/kdesign/compare/v1.7.39...v1.7.40) (2023-11-27)
2
92
 
3
93
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.33-stable.4
3
+ * @kdcloudjs/kdesign v1.7.33-stable.6
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.