@kdcloudjs/kdesign 1.7.49 → 1.7.51

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.50](https://github.com/kdcloudone/kdesign/compare/v1.7.49...v1.7.50) (2024-03-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [anchor] 修复使用getContainer指定的滚动元素先销毁时组件报错问题 fix [#736](https://github.com/kdcloudone/kdesign/issues/736) ([e1f6d70](https://github.com/kdcloudone/kdesign/commit/e1f6d70752525f0ee6386679b9ea8fcc74e0ba73))
7
+ * [date-picker]首次渲染弹出层位置错误问题 fix [#728](https://github.com/kdcloudone/kdesign/issues/728) ([7e4758a](https://github.com/kdcloudone/kdesign/commit/7e4758a441e0ce60efb0cb983d1810ee438e28cb))
8
+ * [date-picker]周、月、季度选择快速选择年月 fix [#690](https://github.com/kdcloudone/kdesign/issues/690) ([6fcbbd8](https://github.com/kdcloudone/kdesign/commit/6fcbbd8420677659e8c9fafe4e779869eea25ae0))
9
+ * [pagination] 修复数组距离/间距不一致问题 fix [#714](https://github.com/kdcloudone/kdesign/issues/714) ([bf2b765](https://github.com/kdcloudone/kdesign/commit/bf2b7654eaba651ac6bf29b8bd5cb617c012c1c5))
10
+ * [select] 修复多选虚拟滚动时最后一个元素显示不全问题 fix [#723](https://github.com/kdcloudone/kdesign/issues/723) ([24ce47d](https://github.com/kdcloudone/kdesign/commit/24ce47d5bc65bc44af0880e7e5d2dd1219d17e2a))
11
+ * [upload]修复itemRender实现问题 fix [#685](https://github.com/kdcloudone/kdesign/issues/685) ([855018f](https://github.com/kdcloudone/kdesign/commit/855018fc8ed07ec4738c70121c90fcbf9c427240))
12
+
13
+
14
+
15
+ ## [1.7.49](https://github.com/kdcloudone/kdesign/compare/v1.7.48...v1.7.49) (2024-02-22)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * 更新table版本:滚动条错位\&树形单据体大数据测试 ([239e75a](https://github.com/kdcloudone/kdesign/commit/239e75ae93bd1bde4f2a01588e00fe2ac95a7706))
21
+
22
+
23
+
24
+ ## [1.7.48](https://github.com/kdcloudone/kdesign/compare/v1.7.47...v1.7.48) (2024-02-01)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * [anchor] 修复无法高亮最底部锚点 fix [#727](https://github.com/kdcloudone/kdesign/issues/727) ([bfa4c5b](https://github.com/kdcloudone/kdesign/commit/bfa4c5bc561a1ab9958c4e9d7cf31deb41907e06))
30
+ * [input-number] 修复在windows搜狗输入法中文输入时导致前面的数字被截取的问题 fix [#729](https://github.com/kdcloudone/kdesign/issues/729) ([6ada2b6](https://github.com/kdcloudone/kdesign/commit/6ada2b68ab8f5ec777865b3aa4d81d0278b48e37))
31
+
32
+
33
+ ### Features
34
+
35
+ * [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/kdcloudone/kdesign/issues/693) ([aa298b9](https://github.com/kdcloudone/kdesign/commit/aa298b9dc603c0d9457e7fb97c6e4fb8e8a7a7fa))
36
+ * [divider] 新增分割线组件 closed [#635](https://github.com/kdcloudone/kdesign/issues/635) ([16837cb](https://github.com/kdcloudone/kdesign/commit/16837cba9a0f33303d9fc29a2fb0f74d4eae4876))
37
+
38
+
39
+
1
40
  ## [1.7.47](https://github.com/kdcloudone/kdesign/compare/v1.7.46...v1.7.47) (2024-01-18)
2
41
 
3
42
 
@@ -8309,6 +8309,7 @@ textarea {
8309
8309
 
8310
8310
  .@{pagination-prefix-cls}-total {
8311
8311
  margin-right: 0;
8312
+ margin-left: 2px;
8312
8313
  }
8313
8314
 
8314
8315
  &.bordered > button {
@@ -10462,6 +10463,7 @@ textarea {
10462
10463
 
10463
10464
  .@{kd-prefix}-checkbox {
10464
10465
  width: 100%;
10466
+ display: flex;
10465
10467
 
10466
10468
  .@{kd-prefix}-checkbox-children {
10467
10469
  display: inline-block;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.48
3
+ * @kdcloudjs/kdesign v1.7.50
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -13178,6 +13178,7 @@ textarea {
13178
13178
  }
13179
13179
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
13180
13180
  margin-right: 0;
13181
+ margin-left: 2px;
13181
13182
  }
13182
13183
  .kd-pagination.simple .kd-pagination-action-item.bordered > button {
13183
13184
  border: none;
@@ -16101,6 +16102,9 @@ textarea {
16101
16102
  }
16102
16103
  .kd-select-item-option-content .kd-checkbox {
16103
16104
  width: 100%;
16105
+ display: -webkit-box;
16106
+ display: -ms-flexbox;
16107
+ display: flex;
16104
16108
  }
16105
16109
  .kd-select-item-option-content .kd-checkbox .kd-checkbox-children {
16106
16110
  display: inline-block;