@kdcloudjs/kdesign 1.7.37 → 1.7.39

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,42 @@
1
+ ## [1.7.37](https://github.com/kdcloudone/kdesign/compare/v1.7.35...v1.7.37) (2023-10-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [city-picker] 修复空值输入搜索内容时显示清空按钮问题 fix [#623](https://github.com/kdcloudone/kdesign/issues/623) ([5101a95](https://github.com/kdcloudone/kdesign/commit/5101a9518346fc188277407586ac7f0a601336e3))
7
+ * [message] 修复设置content为reactNode时图标和关闭按钮不出现的问题 fix [#293](https://github.com/kdcloudone/kdesign/issues/293) ([7e8943c](https://github.com/kdcloudone/kdesign/commit/7e8943c355ad636922ed51328cc7c185b41f3654))
8
+ * [select] 去除单选的backspace快捷键功能 fix [#632](https://github.com/kdcloudone/kdesign/issues/632) ([2915ddb](https://github.com/kdcloudone/kdesign/commit/2915ddbb31711c44cb30c92e0ccb7db9ffb8154e))
9
+ * [tree-select] 修复在表单中无法重置树选择下拉面板选中项问题 fix [#588](https://github.com/kdcloudone/kdesign/issues/588) ([e602dfa](https://github.com/kdcloudone/kdesign/commit/e602dfae0dd7570f4d75b1ad63b7445ab99143b0))
10
+ * [tree] 修复树组件设置节点过滤后无法展开收起节点问题 fix [#509](https://github.com/kdcloudone/kdesign/issues/509) ([a0e8577](https://github.com/kdcloudone/kdesign/commit/a0e8577c0ef3befede84a2590dd3edb487d10827))
11
+
12
+
13
+ ### Features
14
+
15
+ * [clipboard] 新增剪贴板组件 fix [#584](https://github.com/kdcloudone/kdesign/issues/584) ([dbc6d0e](https://github.com/kdcloudone/kdesign/commit/dbc6d0e69f9659f4316769b190ddd0d7b6c84c79))
16
+ * [select] 新增错误状态 fix [#627](https://github.com/kdcloudone/kdesign/issues/627) ([7e3fd35](https://github.com/kdcloudone/kdesign/commit/7e3fd357c861d246b3d91d617120dc1531b15ad1))
17
+ * [tree-select] 新增错误状态 fix [#628](https://github.com/kdcloudone/kdesign/issues/628) ([f97d614](https://github.com/kdcloudone/kdesign/commit/f97d6147b0267f424ebc2f6167dad5e1024640c8))
18
+ * [tree] 新增连接线 fix [#214](https://github.com/kdcloudone/kdesign/issues/214) ([de79d0d](https://github.com/kdcloudone/kdesign/commit/de79d0da2a52749025a90eda774e421e76513a5c))
19
+
20
+
21
+
22
+ ## [1.7.35](https://github.com/kdcloudone/kdesign/compare/v1.7.34...v1.7.35) (2023-10-19)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * [select] 修复传入dropdownRender属性导致页面卡死问题 fix [#573](https://github.com/kdcloudone/kdesign/issues/573) ([a258c48](https://github.com/kdcloudone/kdesign/commit/a258c4831351e45f6f143b832a0f9071ec0e9ef1))
28
+ * [select] 修复select下拉面板浮层位置变动为bottomRight后导致面板无法关闭问题 fix [#622](https://github.com/kdcloudone/kdesign/issues/622) ([fa5f040](https://github.com/kdcloudone/kdesign/commit/fa5f040aad962311ce4bc863f3227c89fa51bbc1))
29
+
30
+
31
+ ### Features
32
+
33
+ * [cli] 修改开发环境的地址 ([3cd110d](https://github.com/kdcloudone/kdesign/commit/3cd110dec15e9aa6fbda1ea482b01b350df523f2))
34
+ * [color-picker] 修改输入框和下拉框的样式 ([914d6b7](https://github.com/kdcloudone/kdesign/commit/914d6b70bbc8114af40b1a277ac0db5186324aef))
35
+ * [select] 新增选择器国际化功能 fix [#592](https://github.com/kdcloudone/kdesign/issues/592) ([98ef1f8](https://github.com/kdcloudone/kdesign/commit/98ef1f89dde249566fb9f838260613c1ad908df7))
36
+ * 新增visible和onVisibleChange API close [#580](https://github.com/kdcloudone/kdesign/issues/580) ([0b94801](https://github.com/kdcloudone/kdesign/commit/0b94801a478f8145d76b583a6ce6e6104921c636))
37
+
38
+
39
+
1
40
  ## [1.7.34](https://github.com/kdcloudone/kdesign/compare/v1.7.33...v1.7.34) (2023-10-11)
2
41
 
3
42
 
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  KDesign of React 是基于金蝶的企业级设计系统KDesign 实现的一套React UI组件库,主要用于企业级系统的构建。
4
4
 
5
+ 官网:[https://react.kingdee.design/](https://react.kingdee.design/)
5
6
 
6
7
  ## 特性
7
8
  - 提供开箱即用的 丰富的企业级 React UI 组件。
@@ -88,4 +89,4 @@ reactDom.render((
88
89
  参与贡献前请先阅读 [贡献指南](./CONTRIBUTING.md)
89
90
 
90
91
  ## License
91
- kdesign 使用了 Apache License, Version 2.0. 详细license 请查看 [LICENSE](./LICENSE)
92
+ kdesign 使用了 Apache License, Version 2.0. 详细license 请查看 [LICENSE](./LICENSE)
@@ -2009,11 +2009,12 @@
2009
2009
 
2010
2010
  .@{kd-prefix}-cascader-suffix {
2011
2011
  right: 9px;
2012
+ top: 50%;
2013
+ transform: translateY(-50%);
2012
2014
  }
2013
2015
  }
2014
2016
 
2015
2017
  &-multiple {
2016
- padding: 1px 28px 1px 0;
2017
2018
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
2018
2019
  width: 100%;
2019
2020
  min-height: 30px;
@@ -2022,7 +2023,6 @@
2022
2023
  display: flex;
2023
2024
  cursor: pointer;
2024
2025
  box-sizing: border-box;
2025
- overflow-y: auto;
2026
2026
  overflow-x: hidden;
2027
2027
  position: relative;
2028
2028
  border-bottom: 1px solid #d9d9d9;
@@ -2039,6 +2039,8 @@
2039
2039
  align-items: center;
2040
2040
  flex-wrap: wrap;
2041
2041
  width: 100%;
2042
+ padding: 1px 28px 1px 0;
2043
+ overflow-y: auto;
2042
2044
  }
2043
2045
 
2044
2046
  &-placeholder {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.35
3
+ * @kdcloudjs/kdesign v1.7.37
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -4713,9 +4713,11 @@ template {
4713
4713
  }
4714
4714
  .kd-cascader-bordered.kd-cascader-multiple .kd-cascader-suffix {
4715
4715
  right: 9px;
4716
+ top: 50%;
4717
+ -webkit-transform: translateY(-50%);
4718
+ transform: translateY(-50%);
4716
4719
  }
4717
4720
  .kd-cascader-multiple {
4718
- padding: 1px 28px 1px 0;
4719
4721
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4720
4722
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4721
4723
  width: 100%;
@@ -4728,7 +4730,6 @@ template {
4728
4730
  cursor: pointer;
4729
4731
  -webkit-box-sizing: border-box;
4730
4732
  box-sizing: border-box;
4731
- overflow-y: auto;
4732
4733
  overflow-x: hidden;
4733
4734
  position: relative;
4734
4735
  border-bottom: 1px solid #d9d9d9;
@@ -4748,6 +4749,8 @@ template {
4748
4749
  -ms-flex-wrap: wrap;
4749
4750
  flex-wrap: wrap;
4750
4751
  width: 100%;
4752
+ padding: 1px 28px 1px 0;
4753
+ overflow-y: auto;
4751
4754
  }
4752
4755
  .kd-cascader-placeholder {
4753
4756
  position: absolute;