@kdcloudjs/kdesign 1.7.33-stable.15 → 1.7.33-stable.16
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 +162 -0
- package/LICENSE +4 -7
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +961 -293
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +7 -7
- package/dist/kdesign.min.js.map +1 -1
- package/es/table/api.js +6 -1
- package/es/table/feature/useRowDrag.d.ts +1 -1
- package/es/table/feature/useRowDrag.js +2 -4
- package/es/table/interface.d.ts +1 -0
- package/es/table/table.js +1 -1
- package/lib/table/api.js +6 -1
- package/lib/table/feature/useRowDrag.d.ts +1 -1
- package/lib/table/feature/useRowDrag.js +2 -4
- package/lib/table/interface.d.ts +1 -0
- package/lib/table/table.js +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,165 @@
|
|
|
1
|
+
## [1.8.19](https://github.com/kingdee/kdesign/compare/v1.8.18...v1.8.19) (2024-11-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [pagination] 添加跳转按钮的国际化功能 fix [#932](https://github.com/kingdee/kdesign/issues/932) ([0c03df6](https://github.com/kingdee/kdesign/commit/0c03df604163c005f4abcc0d9ba4f7fccbaf718b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* [modal] 添加控制header样式的api fix [#933](https://github.com/kingdee/kdesign/issues/933) ([fa4c7ac](https://github.com/kingdee/kdesign/commit/fa4c7ac4ce21b0c346cae4c2dad2d18a923c353b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.8.18](https://github.com/kingdee/kdesign/compare/v1.8.17...v1.8.18) (2024-11-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* [city-picker] 修复keydown事件冒泡问题 fix [#928](https://github.com/kingdee/kdesign/issues/928) ([fd32234](https://github.com/kingdee/kdesign/commit/fd32234add0e9e036f475ed1153267adce97fa2d))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.8.17](https://github.com/kingdee/kdesign/compare/v1.8.16...v1.8.17) (2024-11-01)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* [popper]修复clickToClose fix [#921](https://github.com/kingdee/kdesign/issues/921) ([98d335a](https://github.com/kingdee/kdesign/commit/98d335ad75b0a48ceefd0d43fe1df76a61a59729))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [1.8.16](https://github.com/kingdee/kdesign/compare/v1.8.15...v1.8.16) (2024-10-31)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* [breadcrumb] 修复title参数无法传入ReactNode问题 fix [#917](https://github.com/kingdee/kdesign/issues/917) ([5db5f89](https://github.com/kingdee/kdesign/commit/5db5f891658107f6f9bfb4f78e338fc540492934))
|
|
39
|
+
* [button] 修复集合按钮无法获取实例问题 fix [#909](https://github.com/kingdee/kdesign/issues/909) ([5fa0070](https://github.com/kingdee/kdesign/commit/5fa007058b68d07c1c9f7f3aa4f91d12d0f564a5))
|
|
40
|
+
* [button] 优化集合按钮下拉面板逻辑 fix [#918](https://github.com/kingdee/kdesign/issues/918) ([31cae27](https://github.com/kingdee/kdesign/commit/31cae274f5b7abf14bbfdb45b30a15f51f5a5ed9))
|
|
41
|
+
* [city-picker] 调整下拉面板动效 fix [#920](https://github.com/kingdee/kdesign/issues/920) ([2f988de](https://github.com/kingdee/kdesign/commit/2f988de998f139d7f95fc98a96c120fbc880bbab))
|
|
42
|
+
* [city-picker] 调整下拉面板关闭逻辑 fix [#925](https://github.com/kingdee/kdesign/issues/925) ([f413635](https://github.com/kingdee/kdesign/commit/f413635d4812402acff5c73f2b6f8abdbf3e02cd))
|
|
43
|
+
* [popper]修复arrow样式问题 fix [#923](https://github.com/kingdee/kdesign/issues/923) ([fac3a20](https://github.com/kingdee/kdesign/commit/fac3a207456819cfa57a5f45d6fc55a88b23c58b))
|
|
44
|
+
* [popper]修复clickToClose fix [#921](https://github.com/kingdee/kdesign/issues/921) ([f458500](https://github.com/kingdee/kdesign/commit/f4585000f2fa89598b19f73e2e35cc4b077b9f4c))
|
|
45
|
+
* [signature] 修复弹出框大小变化时签名消失问题 fix [#834](https://github.com/kingdee/kdesign/issues/834) ([a267321](https://github.com/kingdee/kdesign/commit/a2673215b6db8e682797636ff17903c51a5f77db))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* [color-picker] 新版颜色组件开发 ([cc0867c](https://github.com/kingdee/kdesign/commit/cc0867c9a62402466973314862a2614b228daad5))
|
|
51
|
+
* [color-picker] 新增新版颜色组件及单测 ([5fbb280](https://github.com/kingdee/kdesign/commit/5fbb2807cfdb90a3a508278968d8edc10fbcbca0))
|
|
52
|
+
* [tree] 新增api renderExtra支持渲染树节点额外内容 fix [#914](https://github.com/kingdee/kdesign/issues/914) ([3c69f0f](https://github.com/kingdee/kdesign/commit/3c69f0fe7c2253ed9899b6858bb480f267e911b4))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [1.8.15](https://github.com/kingdee/kdesign/compare/v1.8.14...v1.8.15) (2024-10-24)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* [city-picker] 调整当鼠标移出下拉面板选项后焦点项保留 fix [#912](https://github.com/kingdee/kdesign/issues/912) ([92656c3](https://github.com/kingdee/kdesign/commit/92656c38132931eac3278a16b66db1d05dcb3719))
|
|
62
|
+
* [city-picker] 调整下拉项默认选中逻辑 fix [#910](https://github.com/kingdee/kdesign/issues/910) ([5835fe0](https://github.com/kingdee/kdesign/commit/5835fe07bc251be0b131c810b7151a750aede48c))
|
|
63
|
+
* [city-picker] 去除键盘上下键以及enter展开下拉面板 fix [#913](https://github.com/kingdee/kdesign/issues/913) ([b3ef7d0](https://github.com/kingdee/kdesign/commit/b3ef7d0dc70309dbb6c3495c9e3222fc2e43c1b3))
|
|
64
|
+
* [city-picker] 修复下拉面板位置错乱问题 fix [#911](https://github.com/kingdee/kdesign/issues/911) ([1fecc98](https://github.com/kingdee/kdesign/commit/1fecc98b4ef5f3a6e50f24f4c3f5b437373e4a07))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## [1.8.14](https://github.com/kingdee/kdesign/compare/v1.8.13...v1.8.14) (2024-10-14)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* [tree] 修复多选设置scrollToKey时会导致选中节点后会滚动到scrollToKey对应的树节点 fix [#906](https://github.com/kingdee/kdesign/issues/906) ([b65a7ab](https://github.com/kingdee/kdesign/commit/b65a7abcd0fe59b6cf137e3ca213106a266860e7))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## [1.8.13](https://github.com/kingdee/kdesign/compare/v1.8.12...v1.8.13) (2024-09-30)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* [cli] 添加新组件缩略图 fix [#897](https://github.com/kingdee/kdesign/issues/897) ([52e942c](https://github.com/kingdee/kdesign/commit/52e942c367ad734ebba1e0d88c7bfa23b0e7e5b2))
|
|
83
|
+
* [cli] 修复打包后的文件依然有注释的问题 fix [#884](https://github.com/kingdee/kdesign/issues/884) ([d056724](https://github.com/kingdee/kdesign/commit/d056724d657c3625d2bbcd6d820d796e3d38adeb))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* [popper]新增浮层外部class及style设置 fix [#903](https://github.com/kingdee/kdesign/issues/903) ([573840f](https://github.com/kingdee/kdesign/commit/573840f5d064b9f9a17e682bcbb1d63cbc7182c1))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [1.8.12](https://github.com/kingdee/kdesign/compare/v1.8.11...v1.8.12) (2024-09-27)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* [base-data] 增加监听组件长度变化 fix [#819](https://github.com/kingdee/kdesign/issues/819) ([fbcbbca](https://github.com/kingdee/kdesign/commit/fbcbbca61a27c2ed9c8d8c82111d680d91dd017c))
|
|
98
|
+
* [popper]修复箭头错位问题 fix [#898](https://github.com/kingdee/kdesign/issues/898) ([c955a14](https://github.com/kingdee/kdesign/commit/c955a149e7386826514dcadac3ca9eb305094dd7))
|
|
99
|
+
* [popper]修复元素点击触发时机 fix [#900](https://github.com/kingdee/kdesign/issues/900) ([fcc493f](https://github.com/kingdee/kdesign/commit/fcc493f36f8d8b6e559b008bfbd02835e30f027d))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* [popper]新增visible触发返回 ([acc4163](https://github.com/kingdee/kdesign/commit/acc416350e2c98b6ec5d5104ea9603d1f49c4c23))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## [1.8.11](https://github.com/kingdee/kdesign/compare/v1.8.10...v1.8.11) (2024-09-20)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* [cli] 去除axios依赖项,使用原生fetch fix [#891](https://github.com/kingdee/kdesign/issues/891) ([9f8f569](https://github.com/kingdee/kdesign/commit/9f8f56931ac198393da99149820bd36f4e51250e))
|
|
114
|
+
* [cli] 修复使用npm原生指令发布时的守卫脚本 ([f0017db](https://github.com/kingdee/kdesign/commit/f0017db34288fd24ae4c518bf7d965fcb407f7c0))
|
|
115
|
+
* [form]修复wrapperWidth失效问题 fix [#888](https://github.com/kingdee/kdesign/issues/888) ([3897b10](https://github.com/kingdee/kdesign/commit/3897b109980530bbbd9eea46573db1803220e9ef))
|
|
116
|
+
* [popper]修复绑定事件重复触发问题 fix [#893](https://github.com/kingdee/kdesign/issues/893) ([3ff977c](https://github.com/kingdee/kdesign/commit/3ff977c25010c968bd039ee233879d27ed6bca98))
|
|
117
|
+
* [tree-select] 修复展开下拉面板不会自动定位到选中项问题 fix [#806](https://github.com/kingdee/kdesign/issues/806) ([ecbca67](https://github.com/kingdee/kdesign/commit/ecbca678a96b937c66004d9ca3fb4347b6e040f0))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
* [popper]优化溢出后的显示并提供自定义修饰符 ([0448479](https://github.com/kingdee/kdesign/commit/0448479a262a707aa5a3bb21e8a8090e9f7bef72))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [1.8.10](https://github.com/kingdee/kdesign/compare/v1.8.9...v1.8.10) (2024-09-05)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Bug Fixes
|
|
130
|
+
|
|
131
|
+
* [cli] 修复build后的版本号与发布版本不一致的问题 fix [#885](https://github.com/kingdee/kdesign/issues/885) ([76567bf](https://github.com/kingdee/kdesign/commit/76567bf64a8b76f7826e29565e8762429a13bffc))
|
|
132
|
+
* [input-number] 修复失焦报错问题 fix [#784](https://github.com/kingdee/kdesign/issues/784) ([7c526a0](https://github.com/kingdee/kdesign/commit/7c526a06b5dc9872a27974a4dd16f2cfd317fcc1))
|
|
133
|
+
* [search] 添加清空功能 fix [#795](https://github.com/kingdee/kdesign/issues/795) ([33752c6](https://github.com/kingdee/kdesign/commit/33752c603bb9515b80cee4b8ef794a36d7b6f50d))
|
|
134
|
+
* [tree-select] 修复多选时设置treeCheckStrictly后点击清空按钮报错 fix [#886](https://github.com/kingdee/kdesign/issues/886) ([f1957de](https://github.com/kingdee/kdesign/commit/f1957ded97a3cf1588deb1524053190c7c1aa2b0))
|
|
135
|
+
* [tree] 修复在非虚拟滚动模式下指定的scrollToKey在视口内仍滚动问题 fix [#793](https://github.com/kingdee/kdesign/issues/793) ([a27f4a0](https://github.com/kingdee/kdesign/commit/a27f4a0e0fc087c31c4fed830c575ad02786395f))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## [1.8.9](https://github.com/kingdee/kdesign/compare/v1.8.8...v1.8.9) (2024-08-29)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* [search] 修复清空按钮错位的问题 fix [#844](https://github.com/kingdee/kdesign/issues/844) ([8a166fd](https://github.com/kingdee/kdesign/commit/8a166fdcdc85305a17dede6916aa419dd3f878b8))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Reverts
|
|
148
|
+
|
|
149
|
+
* Revert "Revert "fix: [tree] 修复多选节点全选时禁用状态显示异常问题 fix #876"" ([1486781](https://github.com/kingdee/kdesign/commit/14867817e3ff61ff5937bebcccc4a73c16cb53f2)), closes [#876](https://github.com/kingdee/kdesign/issues/876)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [1.8.8](https://github.com/kingdee/kdesign/compare/v1.8.7...v1.8.8) (2024-08-29)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* [table] 更新table版本 ([08c2354](https://github.com/kingdee/kdesign/commit/08c2354bdcaaa3564b310c7e347fdf7cbd6a9a95))
|
|
159
|
+
* [tree] 修复同层级树节点未对齐问题 fix [#882](https://github.com/kingdee/kdesign/issues/882) ([1d48717](https://github.com/kingdee/kdesign/commit/1d48717251968c7cae6c970ce1cc8857cde53839))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
1
163
|
## [1.8.7](https://github.com/kingdee/kdesign/compare/v1.8.6...v1.8.7) (2024-08-23)
|
|
2
164
|
|
|
3
165
|
|
package/LICENSE
CHANGED
|
@@ -178,9 +178,6 @@ Copyright (c) 2019 Federico Zivolo
|
|
|
178
178
|
async-validator
|
|
179
179
|
Copyright (c) 2014-present yiminghe
|
|
180
180
|
|
|
181
|
-
axios
|
|
182
|
-
Copyright (c) 2014-present Matt Zabriskie
|
|
183
|
-
|
|
184
181
|
big.js
|
|
185
182
|
Copyright © <2021> Michael Mclaughlin
|
|
186
183
|
|
|
@@ -457,7 +454,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OU
|
|
|
457
454
|
IN THE SOFTWARE.
|
|
458
455
|
|
|
459
456
|
|
|
460
|
-
Open Source Software Licensed Under the BSD-2-Clause License:
|
|
457
|
+
Open Source Software Licensed Under the BSD-2-Clause License:
|
|
461
458
|
--------------------------------------------------------------------
|
|
462
459
|
@typescript-eslint/parser
|
|
463
460
|
Copyright JS Foundation and other contributors, https://js.foundation
|
|
@@ -490,7 +487,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
490
487
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
491
488
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
492
489
|
|
|
493
|
-
Open Source Software Licensed Under the BSD-3-Clause License:
|
|
490
|
+
Open Source Software Licensed Under the BSD-3-Clause License:
|
|
494
491
|
--------------------------------------------------------------------
|
|
495
492
|
eslint-config-prettier-standard
|
|
496
493
|
Copyright (c) 2017, Nick Petruzzelli
|
|
@@ -523,7 +520,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
523
520
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
524
521
|
|
|
525
522
|
|
|
526
|
-
Open Source Software Licensed Under the ISC License:
|
|
523
|
+
Open Source Software Licensed Under the ISC License:
|
|
527
524
|
--------------------------------------------------------------------
|
|
528
525
|
conventional-changelog-cli
|
|
529
526
|
Copyright © conventional-changelog team
|
|
@@ -542,7 +539,7 @@ Terms of the ISC License:
|
|
|
542
539
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
543
540
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
544
541
|
|
|
545
|
-
Open Source Software Licensed Under the Apache-2.0 License License:
|
|
542
|
+
Open Source Software Licensed Under the Apache-2.0 License License:
|
|
546
543
|
--------------------------------------------------------------------
|
|
547
544
|
jest-image-snapshot
|
|
548
545
|
https://americanexpress.io
|