@kdcloudjs/kdesign 1.6.33 → 1.6.34

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,17 @@
1
+ ## [1.6.33](https://github.com/kdcloudone/kdesign/compare/v1.6.32...v1.6.33) (2023-02-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [date-picker]修复onChange多次触发问题 ([955a169](https://github.com/kdcloudone/kdesign/commit/955a16965f51a80600dd383427e2f2bc97577548))
7
+
8
+
9
+ ### Features
10
+
11
+ * [table] 添加表格分组列展开收缩特性 ([4e7d0b8](https://github.com/kdcloudone/kdesign/commit/4e7d0b85a808c37cf692fd2e8c299b8566b55a52))
12
+
13
+
14
+
1
15
  ## [1.6.32](https://github.com/kdcloudone/kdesign/compare/v1.6.31...v1.6.32) (2023-02-13)
2
16
 
3
17
 
@@ -8384,19 +8384,13 @@ textarea {
8384
8384
  display: inline-flex;
8385
8385
  justify-content: flex-start;
8386
8386
  &-size-large {
8387
- .@{kd-prefix}icon {
8388
- font-size: @rate-large-font-size;
8389
- }
8387
+ font-size: @rate-large-font-size;
8390
8388
  }
8391
8389
  &-size-middle {
8392
- .@{kd-prefix}icon {
8393
- font-size: @rate-middle-font-size;
8394
- }
8390
+ font-size: @rate-middle-font-size;
8395
8391
  }
8396
8392
  &-size-small {
8397
- .@{kd-prefix}icon {
8398
- font-size: @rate-small-font-size;
8399
- }
8393
+ font-size: @rate-small-font-size;
8400
8394
  }
8401
8395
  }
8402
8396
  .@{rate-prefix-cls}-item {
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.6.32
3
+ * @kdcloudjs/kdesign v1.6.33
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -12,7 +12,6 @@
12
12
  }
13
13
  .kdicon {
14
14
  font-family: 'kdicon' !important;
15
- font-size:16px;
16
15
  font-style:normal;
17
16
  -webkit-font-smoothing: antialiased;
18
17
  -moz-osx-font-smoothing: grayscale;
@@ -13246,13 +13245,13 @@ textarea {
13246
13245
  -ms-flex-pack: start;
13247
13246
  justify-content: flex-start;
13248
13247
  }
13249
- .kd-rate-size-large .kdicon {
13248
+ .kd-rate-size-large {
13250
13249
  font-size: var(--kd-c-rate-font-size-large, 20px);
13251
13250
  }
13252
- .kd-rate-size-middle .kdicon {
13251
+ .kd-rate-size-middle {
13253
13252
  font-size: var(--kd-c-rate-font-size-middle, 16px);
13254
13253
  }
13255
- .kd-rate-size-small .kdicon {
13254
+ .kd-rate-size-small {
13256
13255
  font-size: var(--kd-c-rate-font-size-small, 12px);
13257
13256
  }
13258
13257
  .kd-rate-item {