@kdcloudjs/kdesign 1.7.53 → 1.7.55

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,23 @@
1
+ ## [1.7.53](https://github.com/kdcloudone/kdesign/compare/v1.7.52...v1.7.53) (2024-03-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [filter]修复设置defaultValue问题 fix [#726](https://github.com/kdcloudone/kdesign/issues/726) ([0bf655e](https://github.com/kdcloudone/kdesign/commit/0bf655e9853f6a501e4eb29bf9fed2f934778a4e))
7
+ * [input]修复textarea设值问题 fix [#746](https://github.com/kdcloudone/kdesign/issues/746) ([0c85006](https://github.com/kdcloudone/kdesign/commit/0c8500635e6c1975a50672774b108ecef6384d46))
8
+ * [tree] 修复传入scrollToKey导致已选中节点的父节点展开收起功能失效 fix [#743](https://github.com/kdcloudone/kdesign/issues/743) ([ab8dce7](https://github.com/kdcloudone/kdesign/commit/ab8dce768d7961d04e32318f51f4115140fbe5a5))
9
+
10
+
11
+
12
+ ## [1.7.52](https://github.com/kdcloudone/kdesign/compare/v1.7.51...v1.7.52) (2024-03-08)
13
+
14
+
15
+ ### Reverts
16
+
17
+ * Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([1502a83](https://github.com/kdcloudone/kdesign/commit/1502a83b435eceeff6099fe03482a7eaadcf5952)), closes [#739](https://github.com/kdcloudone/kdesign/issues/739)
18
+
19
+
20
+
1
21
  ## [1.7.51](https://github.com/kdcloudone/kdesign/compare/v1.7.50...v1.7.51) (2024-03-07)
2
22
 
3
23
 
@@ -2750,7 +2750,6 @@
2750
2750
 
2751
2751
  &-dropdown {
2752
2752
  display: block;
2753
- left: 0;
2754
2753
  z-index: @city-picker-z-index;
2755
2754
  box-sizing: border-box;
2756
2755
  margin: 0;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.52
3
+ * @kdcloudjs/kdesign v1.7.54
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -5705,7 +5705,6 @@ template {
5705
5705
  }
5706
5706
  .kd-city-picker-dropdown {
5707
5707
  display: block;
5708
- left: 0;
5709
5708
  z-index: var(--kd-c-city-picker-z-index, var(--kd-g-z-index-popper, 1050));
5710
5709
  -webkit-box-sizing: border-box;
5711
5710
  box-sizing: border-box;