@kdcloudjs/kdesign 1.8.5 → 1.8.7

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.
@@ -3204,6 +3204,9 @@
3204
3204
  padding: @collapse-header-padding;
3205
3205
  background: @collapse-header-color-background;
3206
3206
  }
3207
+ &-no-assist {
3208
+ justify-content: space-between;
3209
+ }
3207
3210
  &-top-border {
3208
3211
  border-bottom: @collapse-border-width solid @collapse-border-color;
3209
3212
  }
@@ -5329,6 +5332,7 @@
5329
5332
  width: 96px;
5330
5333
  color: @color-text-third;
5331
5334
  font-size: @font-size-small;
5335
+ .ellipsis;
5332
5336
  }
5333
5337
 
5334
5338
  &-list {
@@ -7642,6 +7646,10 @@ textarea {
7642
7646
  position: relative;
7643
7647
  z-index: @modal-z-index-dialog;
7644
7648
 
7649
+ &-ie {
7650
+ position: absolute;
7651
+ }
7652
+
7645
7653
  &-show {
7646
7654
  animation: kdModalEffect calc(@transition-duration - 0.1s) @ease both;
7647
7655
  }
@@ -10703,19 +10711,19 @@ textarea {
10703
10711
  max-width: 100%;
10704
10712
  cursor: default;
10705
10713
  user-select: none;
10706
- &-small {
10714
+ &.@{select-prefix-cls}-selection-item-small {
10707
10715
  height: 20px;
10708
10716
  line-height: 18px;
10709
10717
  font-size: 12px;
10710
10718
  }
10711
10719
 
10712
- &-middle {
10720
+ &.@{select-prefix-cls}-selection-item-middle {
10713
10721
  font-size: 12px;
10714
10722
  height: 20px;
10715
10723
  line-height: 18px;
10716
10724
  }
10717
10725
 
10718
- &-large {
10726
+ &.@{select-prefix-cls}-selection-item-large {
10719
10727
  font-size: 14px;
10720
10728
  line-height: 22px;
10721
10729
  height: 22px;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.4
3
+ * @kdcloudjs/kdesign v1.8.6
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -6275,6 +6275,11 @@ template {
6275
6275
  padding: var(--kd-c-collapse-header-spacing-padding, 8px 50px 8px 28px);
6276
6276
  background: var(--kd-c-collapse-header-color-background, rgba(0, 0, 0, 0));
6277
6277
  }
6278
+ .kd-collapse-panel-no-assist {
6279
+ -webkit-box-pack: justify;
6280
+ -ms-flex-pack: justify;
6281
+ justify-content: space-between;
6282
+ }
6278
6283
  .kd-collapse-panel-top-border {
6279
6284
  border-bottom: var(--kd-c-collapse-border-width, 1px) solid var(--kd-c-collapse-color-border-strong-2, var(--kd-g-color-border-strong-2, #d9d9d9));
6280
6285
  }
@@ -8853,6 +8858,9 @@ template {
8853
8858
  width: 96px;
8854
8859
  color: var(--kd-g-color-text-third, #999);
8855
8860
  font-size: var(--kd-g-font-size-small, 12px);
8861
+ white-space: nowrap;
8862
+ overflow: hidden;
8863
+ text-overflow: ellipsis;
8856
8864
  }
8857
8865
  .kd-filter .kd-filter-body-scheme-list {
8858
8866
  display: -webkit-box;
@@ -12331,6 +12339,9 @@ textarea {
12331
12339
  position: relative;
12332
12340
  z-index: var(--kd-c-modal-z-index, var(--kd-g-z-index-dialog, 1050));
12333
12341
  }
12342
+ .kd-modal-container-ie {
12343
+ position: absolute;
12344
+ }
12334
12345
  .kd-modal-container-show {
12335
12346
  -webkit-animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
12336
12347
  animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
@@ -16624,17 +16635,17 @@ textarea {
16624
16635
  -ms-user-select: none;
16625
16636
  user-select: none;
16626
16637
  }
16627
- .kd-select .kd-select-selection-item-small {
16638
+ .kd-select .kd-select-selection-item.kd-select-selection-item-small {
16628
16639
  height: 20px;
16629
16640
  line-height: 18px;
16630
16641
  font-size: 12px;
16631
16642
  }
16632
- .kd-select .kd-select-selection-item-middle {
16643
+ .kd-select .kd-select-selection-item.kd-select-selection-item-middle {
16633
16644
  font-size: 12px;
16634
16645
  height: 20px;
16635
16646
  line-height: 18px;
16636
16647
  }
16637
- .kd-select .kd-select-selection-item-large {
16648
+ .kd-select .kd-select-selection-item.kd-select-selection-item-large {
16638
16649
  font-size: 14px;
16639
16650
  line-height: 22px;
16640
16651
  height: 22px;