@kdcloudjs/kdesign 1.6.16 → 1.6.17

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,16 @@
1
+ ## [1.6.16](https://github.com/kdcloudone/kdesign/compare/v1.6.15...v1.6.16) (2022-11-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [cli] 更新国际化文档 ([10d5058](https://github.com/kdcloudone/kdesign/commit/10d50589ac5722bdc8720a84bfeb07ecf3f7106b))
7
+ * [date-picker]修复allowClear显示错误 ([0134537](https://github.com/kdcloudone/kdesign/commit/013453791fc7e451dfe24550fac1fc3588b67e6e))
8
+ * [modal] 修复弹窗内容过高时导致头部跟尾部高度被压缩问题 ([5fb169a](https://github.com/kdcloudone/kdesign/commit/5fb169a431521bdbf5906ab8b53256a8c72daed3))
9
+ * [select] 修复Option的value设置为number类型,删除tag异常的问题 ([c85f81c](https://github.com/kdcloudone/kdesign/commit/c85f81cb2741079cca4401895ed200c75530e085))
10
+ * [select] demo调整 ([98043d2](https://github.com/kdcloudone/kdesign/commit/98043d2b922e1d44841236801363d0299737d4f7))
11
+
12
+
13
+
1
14
  ## [1.6.15](https://github.com/kdcloudone/kdesign/compare/v1.6.14...v1.6.15) (2022-11-17)
2
15
 
3
16
 
@@ -10089,10 +10089,13 @@ textarea {
10089
10089
 
10090
10090
 
10091
10091
  @inputNumber-prefix-cls: ~'@{kd-prefix}-inputNumber';
10092
+ @inputWrapper-prefix-cls: ~'@{kd-prefix}-wrapper';
10092
10093
  .@{inputNumber-prefix-cls} {
10093
10094
  width: 100px;
10094
10095
  height: @stepper-input-middle-sizing-height;
10095
10096
 
10097
+ --kd-c-input-wrapper-padding-left: 9px;
10098
+ --kd-c-input-padding-left: 0;
10096
10099
  input {
10097
10100
  text-align: center;
10098
10101
  color: @stepper-input-color;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.6.15
3
+ * @kdcloudjs/kdesign v1.6.16
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -15670,6 +15670,8 @@ textarea {
15670
15670
  .kd-inputNumber {
15671
15671
  width: 100px;
15672
15672
  height: var(--kd-c-stepper-input-middle-sizing-height, 28px);
15673
+ --kd-c-input-wrapper-padding-left: 9px;
15674
+ --kd-c-input-padding-left: 0;
15673
15675
  }
15674
15676
  .kd-inputNumber input {
15675
15677
  text-align: center;