@kdcloudjs/kdesign 1.7.55 → 1.7.57

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.7.56](https://github.com/kdcloudone/kdesign/compare/v1.7.55...v1.7.56) (2024-04-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [color-picker] 修复onChange的参数异常问题 fix [#762](https://github.com/kdcloudone/kdesign/issues/762) ([142a0b6](https://github.com/kdcloudone/kdesign/commit/142a0b6a09f0a201b9d9f0ec9b89af4d5c76e689))
7
+ * [date-picker]修复null值问题 fix [#760](https://github.com/kdcloudone/kdesign/issues/760) ([5def791](https://github.com/kdcloudone/kdesign/commit/5def791e630512690a92ed98f409d3357fb23dde))
8
+ * [radio] 修复设置onChange为undefined时控制台的报错 fix [#764](https://github.com/kdcloudone/kdesign/issues/764) ([a29acc1](https://github.com/kdcloudone/kdesign/commit/a29acc1989951313fe538ee93008671d478aac55))
9
+ * [radio] 修复radio被截断的视觉问题 fix [#765](https://github.com/kdcloudone/kdesign/issues/765) fix [#766](https://github.com/kdcloudone/kdesign/issues/766) ([6353dbc](https://github.com/kdcloudone/kdesign/commit/6353dbcf439a4c29ac7a6cc4790b3c442268d7df))
10
+
11
+
12
+
13
+ ## [1.7.55](https://github.com/kdcloudone/kdesign/compare/v1.7.54...v1.7.55) (2024-04-03)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * [city-picker] 修复使用火狐浏览器时下拉面板第一次打开从左侧飞出来 fix [#753](https://github.com/kdcloudone/kdesign/issues/753) ([8ec2e10](https://github.com/kdcloudone/kdesign/commit/8ec2e10c9a851a92f00cd1d877801ead10617b37))
19
+ * [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/kdcloudone/kdesign/issues/739) ([ce4966c](https://github.com/kdcloudone/kdesign/commit/ce4966cf347c0119d08ea7fa9fbd47cd65bb6841))
20
+ * [grid] 修复在chrome下间距失效的问题 fix [#758](https://github.com/kdcloudone/kdesign/issues/758) ([4025705](https://github.com/kdcloudone/kdesign/commit/4025705d83d60a3b3fd3340737043e54b0ab78d6))
21
+
22
+
23
+ ### Reverts
24
+
25
+ * Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([13cebba](https://github.com/kdcloudone/kdesign/commit/13cebbac468857c1fe552c533055ac5e407eb08d)), closes [#739](https://github.com/kdcloudone/kdesign/issues/739)
26
+
27
+
28
+
29
+ ## [1.7.54](https://github.com/kdcloudone/kdesign/compare/v1.7.53...v1.7.54) (2024-03-25)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * [split-panel] 修复父容器设置为隐藏时的初始化尺寸问题 fix [#754](https://github.com/kdcloudone/kdesign/issues/754) ([8f56c40](https://github.com/kdcloudone/kdesign/commit/8f56c402c526c6df102378324e2c942dc00f2d60))
35
+
36
+
37
+
1
38
  ## [1.7.53](https://github.com/kdcloudone/kdesign/compare/v1.7.52...v1.7.53) (2024-03-21)
2
39
 
3
40
 
@@ -9173,7 +9173,7 @@ textarea {
9173
9173
  color: @radio-font-color;
9174
9174
  font-size: @radio-font-size;
9175
9175
  max-width: @radio-default-label-max-width;
9176
- overflow: hidden;
9176
+ // overflow: hidden;
9177
9177
  min-height: @radio-circle-size;
9178
9178
 
9179
9179
  &::before {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.54
3
+ * @kdcloudjs/kdesign v1.7.56
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -14397,7 +14397,6 @@ textarea {
14397
14397
  color: var(--kd-c-radio-color-font, var(--kd-g-color-text-primary, #212121));
14398
14398
  font-size: var(--kd-c-radio-font-size, var(--kd-g-font-size-small, 12px));
14399
14399
  max-width: var(--kd-c-radio-default-label-max-width);
14400
- overflow: hidden;
14401
14400
  min-height: var(--kd-c-radio-square-sizing-width-height, 14px);
14402
14401
  }
14403
14402
  .kd-radio::before {