@kdcloudjs/kdesign 1.7.13 → 1.7.14

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,32 @@
1
+ ## [1.7.13](https://github.com/kdcloudone/kdesign/compare/v1.7.12...v1.7.13) (2023-06-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [anchor] 纵向锚点增加背景色 fix [#360](https://github.com/kdcloudone/kdesign/issues/360) ([6877618](https://github.com/kdcloudone/kdesign/commit/687761873629043b649f04e2b514b334edef559c))
7
+ * [cli] 修复在窗口尺寸变化时首页退出登录的问题 [#399](https://github.com/kdcloudone/kdesign/issues/399) ([612cbce](https://github.com/kdcloudone/kdesign/commit/612cbce48f571da10534f2e84e915c9d87933bb1))
8
+ * [modal] 修复maskClassName不生效 fix [#413](https://github.com/kdcloudone/kdesign/issues/413) ([a4cba12](https://github.com/kdcloudone/kdesign/commit/a4cba12d53c020cce4952692a6b6a41923a91ef9))
9
+ * [stepper] 修复大数字时自增或自减操作丢失精度 fix [#385](https://github.com/kdcloudone/kdesign/issues/385) ([03db1f8](https://github.com/kdcloudone/kdesign/commit/03db1f8ca23f34a942e1c1cd3da0b9e5aaa2c31e))
10
+ * [tree-select] 多选时onChange第二个参数返回nodes数组 fix [#388](https://github.com/kdcloudone/kdesign/issues/388) ([0531718](https://github.com/kdcloudone/kdesign/commit/053171869ed05fe86fb4d0ad586bd16fb6b18588))
11
+ * [tree-select]修复单选初始化时设置value无行选中效果问题 fix [#387](https://github.com/kdcloudone/kdesign/issues/387) ([62b7b6e](https://github.com/kdcloudone/kdesign/commit/62b7b6e456be8939775b8b2dd6bea5de795f034a))
12
+ * [tree] 去除多选时行选中效果 fix [#401](https://github.com/kdcloudone/kdesign/issues/401) ([7630aa2](https://github.com/kdcloudone/kdesign/commit/7630aa27db5e27f047b02ac5a9bcd2b0254f3fcc))
13
+
14
+
15
+ ### Features
16
+
17
+ * [color-picker] 新增颜色类型下拉面板选项背景色的design token [#386](https://github.com/kdcloudone/kdesign/issues/386) ([fbe667d](https://github.com/kdcloudone/kdesign/commit/fbe667dd69b8d2d74b146cde35114de3131466bc))
18
+
19
+
20
+
21
+ ## [1.7.12](https://github.com/kdcloudone/kdesign/compare/v1.7.11...v1.7.12) (2023-05-26)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * [tree-select] 修复面板高度超出时无法滚动的bug ([73f5bd9](https://github.com/kdcloudone/kdesign/commit/73f5bd96d9bd4fa8e08db137354e68703753e2bb))
27
+
28
+
29
+
1
30
  ## [1.7.11](https://github.com/kdcloudone/kdesign/compare/v1.7.10...v1.7.11) (2023-05-26)
2
31
 
3
32
 
@@ -5685,6 +5685,7 @@ textarea {
5685
5685
 
5686
5686
  &-prefix {
5687
5687
  margin-right: 4px;
5688
+ margin-left: 8px;
5688
5689
  }
5689
5690
  }
5690
5691
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.12
3
+ * @kdcloudjs/kdesign v1.7.13
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -9905,6 +9905,7 @@ textarea {
9905
9905
  }
9906
9906
  .kd-input-wrapper .kd-input-prefix {
9907
9907
  margin-right: 4px;
9908
+ margin-left: 8px;
9908
9909
  }
9909
9910
  .kd-input-wrapper-size-small {
9910
9911
  height: var(--kd-c-input-sizing-height-small, 20px);