@kdcloudjs/kdesign 1.5.11 → 1.6.0

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,31 @@
1
+ ## [1.5.11](https://github.com/kdcloudone/kdesign/compare/v1.5.10...v1.5.11) (2022-08-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [Alert]demo展示样式问题 ([0c69266](https://github.com/kdcloudone/kdesign/commit/0c69266b9b236c8d9ebd65e021d8c1c62ad21e81))
7
+ * [button] 新增按钮超出隐藏并出现省略号 ([b418fb3](https://github.com/kdcloudone/kdesign/commit/b418fb38c67ef68a6e6cdeac0bef397032c966dd))
8
+ * [button] 修复按钮文字换行问题 ([0ebd417](https://github.com/kdcloudone/kdesign/commit/0ebd417b9251b8bfee9c4f8dc2ec529288c89faf))
9
+ * [Cascader]demo点击跳转问题 ([e073102](https://github.com/kdcloudone/kdesign/commit/e07310247f2a31b548ea5c81920f200af7cf68d7))
10
+ * [drawer] 调整demo ([71414fb](https://github.com/kdcloudone/kdesign/commit/71414fb8ce64dd98dc27e6cd6f55416c244bbb7c))
11
+ * [drawer] 修复抽屉显示时使页面抖动问题 ([9c6ce88](https://github.com/kdcloudone/kdesign/commit/9c6ce88de5b6399297ab0320994aa221711aa99b))
12
+ * [message] 修复手动点击关闭,不触发消息提示控件问题 ([672ed89](https://github.com/kdcloudone/kdesign/commit/672ed89fc7c8497136b08f908f2d1af19adbed57))
13
+ * [Pagination]颜色问题 ([de56c91](https://github.com/kdcloudone/kdesign/commit/de56c91f04f699789f408d2de9b1cf699a3b2ca4))
14
+ * [search] 修复demo图片不显示问题 ([e181c58](https://github.com/kdcloudone/kdesign/commit/e181c583d4bf93976f907a7b5bb5f59044df3403))
15
+ * [space] 修复demo显示问题 ([cfe1089](https://github.com/kdcloudone/kdesign/commit/cfe10897f4170a5a657523ab8a7fba949509d45e))
16
+ * [transfer] 修复穿梭框方向键文字换行问题 ([c1618e4](https://github.com/kdcloudone/kdesign/commit/c1618e4e7bc66655e016a67de4a5de674c55d3ad))
17
+
18
+
19
+
20
+ ## [1.5.10](https://github.com/kdcloudone/kdesign/compare/v1.5.9...v1.5.10) (2022-08-22)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * [table] 修复表格虚模式下表格从不可见到可见出现滚动条跳动问题 ([9971ad1](https://github.com/kdcloudone/kdesign/commit/9971ad1ac7f8e97338308fc935c3abf86450a1b1))
26
+
27
+
28
+
1
29
  ## [1.5.9](https://github.com/kdcloudone/kdesign/compare/v1.5.8...v1.5.9) (2022-08-18)
2
30
 
3
31
 
@@ -500,7 +500,7 @@
500
500
  font-size: @font-size;
501
501
 
502
502
  & > .@{icon-prefix-cls} {
503
- vertical-align: unset !important;
503
+ vertical-align: top;
504
504
  }
505
505
  }
506
506
  }
@@ -13772,7 +13772,7 @@ template {
13772
13772
  @tree-expand-icon-loading-width: var(~'@{tree-prefix}-expand-icon-loading-sizing-width', 16px);
13773
13773
  @tree-node-icon-height: var(~'@{tree-prefix}-node-icon-sizing-height', 16px);
13774
13774
  @tree-node-icon-width: var(~'@{tree-prefix}-node-icon-sizing-width', 16px);
13775
- @tree-margin-left: var(~'@{tree-prefix}-spacing-margin-left', 16px);
13775
+ @tree-margin-left: var(~'@{tree-prefix}-spacing-margin-left', 0px);
13776
13776
 
13777
13777
  // font
13778
13778
  @tree-font-size: var(~'@{tree-prefix}-font-size', @font-size-small);
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.5.10
3
+ * @kdcloudjs/kdesign v1.5.11
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -2727,7 +2727,7 @@ template {
2727
2727
  font-size: var(--kd-c-avatar-font-size-base, 22px);
2728
2728
  }
2729
2729
  .kd-avatar.kd-avatar-icon > .kdicon {
2730
- vertical-align: unset !important;
2730
+ vertical-align: top;
2731
2731
  }
2732
2732
  .kd-avatar-lg {
2733
2733
  width: var(--kd-c-avatar-size-large, 60px);
@@ -2745,7 +2745,7 @@ template {
2745
2745
  font-size: var(--kd-c-avatar-font-size-large, 36px);
2746
2746
  }
2747
2747
  .kd-avatar-lg.kd-avatar-icon > .kdicon {
2748
- vertical-align: unset !important;
2748
+ vertical-align: top;
2749
2749
  }
2750
2750
  .kd-avatar-sm {
2751
2751
  width: var(--kd-c-avatar-size-small, 32px);
@@ -2763,7 +2763,7 @@ template {
2763
2763
  font-size: var(--kd-c-avatar-font-size-small, 18px);
2764
2764
  }
2765
2765
  .kd-avatar-sm.kd-avatar-icon > .kdicon {
2766
- vertical-align: unset !important;
2766
+ vertical-align: top;
2767
2767
  }
2768
2768
  .kd-avatar-xs {
2769
2769
  width: var(--kd-c-avatar-size-x-small, 24px);
@@ -2781,7 +2781,7 @@ template {
2781
2781
  font-size: var(--kd-c-avatar-font-size-x-small, 14px);
2782
2782
  }
2783
2783
  .kd-avatar-xs.kd-avatar-icon > .kdicon {
2784
- vertical-align: unset !important;
2784
+ vertical-align: top;
2785
2785
  }
2786
2786
  .kd-avatar-square {
2787
2787
  border-radius: var(--kd-c-avatar-border-radius, 2px);
@@ -18399,7 +18399,7 @@ textarea {
18399
18399
  flex-grow: 1;
18400
18400
  font-size: var(--kd-c-tree-font-size, var(--kd-g-font-size-small, 12px));
18401
18401
  color: var(--kd-c-tree-color-text, var(--kd-g-color-text-primary, #212121));
18402
- margin-left: var(--kd-c-tree-spacing-margin-left, 16px);
18402
+ margin-left: var(--kd-c-tree-spacing-margin-left, 0px);
18403
18403
  }
18404
18404
  .kd-tree-root {
18405
18405
  min-width: 100%;