@kdcloudjs/kdesign 1.7.68-stable.5 → 1.7.68-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,40 @@
1
+ ## [1.8.10](https://github.com/kingdee/kdesign/compare/v1.8.9...v1.8.10) (2024-09-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [cli] 修复build后的版本号与发布版本不一致的问题 fix [#885](https://github.com/kingdee/kdesign/issues/885) ([76567bf](https://github.com/kingdee/kdesign/commit/76567bf64a8b76f7826e29565e8762429a13bffc))
7
+ * [input-number] 修复失焦报错问题 fix [#784](https://github.com/kingdee/kdesign/issues/784) ([7c526a0](https://github.com/kingdee/kdesign/commit/7c526a06b5dc9872a27974a4dd16f2cfd317fcc1))
8
+ * [search] 添加清空功能 fix [#795](https://github.com/kingdee/kdesign/issues/795) ([33752c6](https://github.com/kingdee/kdesign/commit/33752c603bb9515b80cee4b8ef794a36d7b6f50d))
9
+ * [tree-select] 修复多选时设置treeCheckStrictly后点击清空按钮报错 fix [#886](https://github.com/kingdee/kdesign/issues/886) ([f1957de](https://github.com/kingdee/kdesign/commit/f1957ded97a3cf1588deb1524053190c7c1aa2b0))
10
+ * [tree] 修复在非虚拟滚动模式下指定的scrollToKey在视口内仍滚动问题 fix [#793](https://github.com/kingdee/kdesign/issues/793) ([a27f4a0](https://github.com/kingdee/kdesign/commit/a27f4a0e0fc087c31c4fed830c575ad02786395f))
11
+
12
+
13
+
14
+ ## [1.8.9](https://github.com/kingdee/kdesign/compare/v1.8.8...v1.8.9) (2024-08-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * [search] 修复清空按钮错位的问题 fix [#844](https://github.com/kingdee/kdesign/issues/844) ([8a166fd](https://github.com/kingdee/kdesign/commit/8a166fdcdc85305a17dede6916aa419dd3f878b8))
20
+
21
+
22
+ ### Reverts
23
+
24
+ * Revert "Revert "fix: [tree] 修复多选节点全选时禁用状态显示异常问题 fix #876"" ([1486781](https://github.com/kingdee/kdesign/commit/14867817e3ff61ff5937bebcccc4a73c16cb53f2)), closes [#876](https://github.com/kingdee/kdesign/issues/876)
25
+
26
+
27
+
28
+ ## [1.8.8](https://github.com/kingdee/kdesign/compare/v1.8.7...v1.8.8) (2024-08-29)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * [table] 更新table版本 ([08c2354](https://github.com/kingdee/kdesign/commit/08c2354bdcaaa3564b310c7e347fdf7cbd6a9a95))
34
+ * [tree] 修复同层级树节点未对齐问题 fix [#882](https://github.com/kingdee/kdesign/issues/882) ([1d48717](https://github.com/kingdee/kdesign/commit/1d48717251968c7cae6c970ce1cc8857cde53839))
35
+
36
+
37
+
1
38
  ## [1.8.7](https://github.com/kingdee/kdesign/compare/v1.8.6...v1.8.7) (2024-08-23)
2
39
 
3
40
 
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
@@ -15381,6 +15381,7 @@ template {
15381
15381
 
15382
15382
  height: 100%;
15383
15383
  cursor: default;
15384
+ flex-shrink: 0;
15384
15385
  }
15385
15386
 
15386
15387
  &-icon {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.68-stable.5
3
+ * @kdcloudjs/kdesign v1.7.68-stable.7
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -21266,6 +21266,8 @@ textarea {
21266
21266
  margin-right: 6px;
21267
21267
  height: 100%;
21268
21268
  cursor: default;
21269
+ -ms-flex-negative: 0;
21270
+ flex-shrink: 0;
21269
21271
  }
21270
21272
  .kd-tree-node-icon {
21271
21273
  cursor: pointer;