@kdcloudjs/kdesign 1.8.33 → 1.8.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.
@@ -5279,6 +5279,13 @@
5279
5279
  text-align: right;
5280
5280
  }
5281
5281
  }
5282
+ .@{datePicker-prefix-cls}-warpper {
5283
+ .@{datePicker-prefix-cls}-time {
5284
+ .@{datePicker-prefix-cls}-content {
5285
+ direction: ltr;
5286
+ }
5287
+ }
5288
+ }
5282
5289
  }
5283
5290
 
5284
5291
 
@@ -9294,6 +9301,10 @@ textarea {
9294
9301
  }
9295
9302
  }
9296
9303
  }
9304
+ .@{modal-prefix-cls}-has-container-box {
9305
+ right: 50%;
9306
+ left: auto;
9307
+ }
9297
9308
  }
9298
9309
 
9299
9310
 
@@ -10778,9 +10789,9 @@ textarea {
10778
10789
  padding-left: calc(@progress-line-text-font-size * 2 + 8px);
10779
10790
  }
10780
10791
  }
10781
- .@{progress-prefix-cls}-inner {
10782
- transform: rotateY(180deg);
10783
- }
10792
+ // .@{progress-prefix-cls}-inner {
10793
+ // // transform: rotateY(180deg);
10794
+ // }
10784
10795
  .@{progress-prefix-cls}-text {
10785
10796
  margin-right: @progress-line-text-margin-left;
10786
10797
  margin-left: 0;
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.33
3
+ * @kdcloudjs/kdesign v1.8.34
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -8831,6 +8831,9 @@ template {
8831
8831
  .kd-date-picker-rtl .kd-date-picker-container .kd-date-picker-ranges {
8832
8832
  text-align: right;
8833
8833
  }
8834
+ .kd-date-picker-rtl .kd-date-picker-warpper .kd-date-picker-time .kd-date-picker-content {
8835
+ direction: ltr;
8836
+ }
8834
8837
 
8835
8838
  /* ----------- color ——————---- start */
8836
8839
  /* ----------- color ——————---- end */
@@ -14452,6 +14455,10 @@ textarea {
14452
14455
  margin-left: var(--kd-c-modal-footer-button-spacing, 12px);
14453
14456
  margin-right: 0;
14454
14457
  }
14458
+ .kd-modal-rtl .kd-modal-has-container-box {
14459
+ right: 50%;
14460
+ left: auto;
14461
+ }
14455
14462
 
14456
14463
  /* ----------- color ——————---- start */
14457
14464
  /* ----------- color ——————---- end */
@@ -16510,10 +16517,6 @@ textarea {
16510
16517
  padding-right: 0;
16511
16518
  padding-left: calc(var(--kd-c-progress-line-text-font-size, 16px) * 2 + 8px);
16512
16519
  }
16513
- .kd-progress-rtl .kd-progress-inner {
16514
- -webkit-transform: rotateY(180deg);
16515
- transform: rotateY(180deg);
16516
- }
16517
16520
  .kd-progress-rtl .kd-progress-text {
16518
16521
  margin-right: var(--kd-c-progress-line-text-spacing-margin-left, 8px);
16519
16522
  margin-left: 0;