@kdcloudjs/kdesign 1.8.33 → 1.8.35

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.
Files changed (53) hide show
  1. package/dist/kdesign-complete.less +21 -3
  2. package/dist/kdesign.css +11 -5
  3. package/dist/kdesign.css.map +1 -1
  4. package/dist/kdesign.js +22 -22
  5. package/dist/kdesign.js.map +1 -1
  6. package/dist/kdesign.min.css +3 -3
  7. package/dist/kdesign.min.js +4 -4
  8. package/dist/kdesign.min.js.map +1 -1
  9. package/es/button/group.js +3 -2
  10. package/es/city-picker/city-picker.js +1 -1
  11. package/es/city-picker/option.js +2 -7
  12. package/es/color-picker/color-picker-panel.js +6 -3
  13. package/es/color-picker/style/index.css +3 -0
  14. package/es/color-picker/style/index.less +7 -0
  15. package/es/date-picker/style/index.css +3 -0
  16. package/es/date-picker/style/index.less +7 -0
  17. package/es/dropdown/dropdown.js +1 -1
  18. package/es/locale/en-US.d.ts +3 -0
  19. package/es/locale/en-US.js +3 -0
  20. package/es/locale/locale.d.ts +3 -0
  21. package/es/locale/zh-CN.d.ts +3 -0
  22. package/es/locale/zh-CN.js +3 -0
  23. package/es/modal/modal.js +1 -1
  24. package/es/modal/style/index.css +4 -0
  25. package/es/modal/style/index.less +4 -0
  26. package/es/progress/style/index.css +0 -4
  27. package/es/progress/style/index.less +3 -3
  28. package/es/select/select.js +1 -1
  29. package/es/transfer/list.js +6 -7
  30. package/es/transfer/transfer.js +1 -2
  31. package/lib/button/group.js +3 -2
  32. package/lib/city-picker/city-picker.js +1 -1
  33. package/lib/city-picker/option.js +2 -7
  34. package/lib/color-picker/color-picker-panel.js +6 -3
  35. package/lib/color-picker/style/index.css +3 -0
  36. package/lib/color-picker/style/index.less +7 -0
  37. package/lib/date-picker/style/index.css +3 -0
  38. package/lib/date-picker/style/index.less +7 -0
  39. package/lib/dropdown/dropdown.js +1 -1
  40. package/lib/locale/en-US.d.ts +3 -0
  41. package/lib/locale/en-US.js +3 -0
  42. package/lib/locale/locale.d.ts +3 -0
  43. package/lib/locale/zh-CN.d.ts +3 -0
  44. package/lib/locale/zh-CN.js +3 -0
  45. package/lib/modal/modal.js +1 -1
  46. package/lib/modal/style/index.css +4 -0
  47. package/lib/modal/style/index.less +4 -0
  48. package/lib/progress/style/index.css +0 -4
  49. package/lib/progress/style/index.less +3 -3
  50. package/lib/select/select.js +1 -1
  51. package/lib/transfer/list.js +6 -7
  52. package/lib/transfer/transfer.js +1 -2
  53. package/package.json +1 -1
@@ -4330,6 +4330,13 @@
4330
4330
  }
4331
4331
  }
4332
4332
  }
4333
+ &.@{color-picker-prefix-cls}-container-pure {
4334
+ .@{kd-prefix}-input-wrapper.@{color-picker-prefix-cls}-input {
4335
+ .@{kd-prefix}-input-prefix {
4336
+ margin: 0;
4337
+ }
4338
+ }
4339
+ }
4333
4340
  .@{color-picker-prefix-cls}-panel {
4334
4341
  &-chrome {
4335
4342
  & > div:last-child {
@@ -5279,6 +5286,13 @@
5279
5286
  text-align: right;
5280
5287
  }
5281
5288
  }
5289
+ .@{datePicker-prefix-cls}-warpper {
5290
+ .@{datePicker-prefix-cls}-time {
5291
+ .@{datePicker-prefix-cls}-content {
5292
+ direction: ltr;
5293
+ }
5294
+ }
5295
+ }
5282
5296
  }
5283
5297
 
5284
5298
 
@@ -9294,6 +9308,10 @@ textarea {
9294
9308
  }
9295
9309
  }
9296
9310
  }
9311
+ .@{modal-prefix-cls}-has-container-box {
9312
+ right: 50%;
9313
+ left: auto;
9314
+ }
9297
9315
  }
9298
9316
 
9299
9317
 
@@ -10778,9 +10796,9 @@ textarea {
10778
10796
  padding-left: calc(@progress-line-text-font-size * 2 + 8px);
10779
10797
  }
10780
10798
  }
10781
- .@{progress-prefix-cls}-inner {
10782
- transform: rotateY(180deg);
10783
- }
10799
+ // .@{progress-prefix-cls}-inner {
10800
+ // // transform: rotateY(180deg);
10801
+ // }
10784
10802
  .@{progress-prefix-cls}-text {
10785
10803
  margin-right: @progress-line-text-margin-left;
10786
10804
  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.35
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7835,6 +7835,9 @@ template {
7835
7835
  .kd-color-picker-rtl.kd-color-picker-pop .kd-color-picker-panel-historical-color-box-container-ie11 li:nth-child(-n + 12) {
7836
7836
  margin-top: 0;
7837
7837
  }
7838
+ .kd-color-picker-rtl.kd-color-picker-container-pure .kd-input-wrapper.kd-color-picker-input .kd-input-prefix {
7839
+ margin: 0;
7840
+ }
7838
7841
  .kd-color-picker-rtl .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:first-child > div {
7839
7842
  margin-right: 4px !important;
7840
7843
  margin-left: 0 !important;
@@ -8831,6 +8834,9 @@ template {
8831
8834
  .kd-date-picker-rtl .kd-date-picker-container .kd-date-picker-ranges {
8832
8835
  text-align: right;
8833
8836
  }
8837
+ .kd-date-picker-rtl .kd-date-picker-warpper .kd-date-picker-time .kd-date-picker-content {
8838
+ direction: ltr;
8839
+ }
8834
8840
 
8835
8841
  /* ----------- color ——————---- start */
8836
8842
  /* ----------- color ——————---- end */
@@ -14452,6 +14458,10 @@ textarea {
14452
14458
  margin-left: var(--kd-c-modal-footer-button-spacing, 12px);
14453
14459
  margin-right: 0;
14454
14460
  }
14461
+ .kd-modal-rtl .kd-modal-has-container-box {
14462
+ right: 50%;
14463
+ left: auto;
14464
+ }
14455
14465
 
14456
14466
  /* ----------- color ——————---- start */
14457
14467
  /* ----------- color ——————---- end */
@@ -16510,10 +16520,6 @@ textarea {
16510
16520
  padding-right: 0;
16511
16521
  padding-left: calc(var(--kd-c-progress-line-text-font-size, 16px) * 2 + 8px);
16512
16522
  }
16513
- .kd-progress-rtl .kd-progress-inner {
16514
- -webkit-transform: rotateY(180deg);
16515
- transform: rotateY(180deg);
16516
- }
16517
16523
  .kd-progress-rtl .kd-progress-text {
16518
16524
  margin-right: var(--kd-c-progress-line-text-spacing-margin-left, 8px);
16519
16525
  margin-left: 0;