@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.
- package/dist/kdesign-complete.less +21 -3
- package/dist/kdesign.css +11 -5
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +22 -22
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +4 -4
- package/dist/kdesign.min.js.map +1 -1
- package/es/button/group.js +3 -2
- package/es/city-picker/city-picker.js +1 -1
- package/es/city-picker/option.js +2 -7
- package/es/color-picker/color-picker-panel.js +6 -3
- package/es/color-picker/style/index.css +3 -0
- package/es/color-picker/style/index.less +7 -0
- package/es/date-picker/style/index.css +3 -0
- package/es/date-picker/style/index.less +7 -0
- package/es/dropdown/dropdown.js +1 -1
- package/es/locale/en-US.d.ts +3 -0
- package/es/locale/en-US.js +3 -0
- package/es/locale/locale.d.ts +3 -0
- package/es/locale/zh-CN.d.ts +3 -0
- package/es/locale/zh-CN.js +3 -0
- package/es/modal/modal.js +1 -1
- package/es/modal/style/index.css +4 -0
- package/es/modal/style/index.less +4 -0
- package/es/progress/style/index.css +0 -4
- package/es/progress/style/index.less +3 -3
- package/es/select/select.js +1 -1
- package/es/transfer/list.js +6 -7
- package/es/transfer/transfer.js +1 -2
- package/lib/button/group.js +3 -2
- package/lib/city-picker/city-picker.js +1 -1
- package/lib/city-picker/option.js +2 -7
- package/lib/color-picker/color-picker-panel.js +6 -3
- package/lib/color-picker/style/index.css +3 -0
- package/lib/color-picker/style/index.less +7 -0
- package/lib/date-picker/style/index.css +3 -0
- package/lib/date-picker/style/index.less +7 -0
- package/lib/dropdown/dropdown.js +1 -1
- package/lib/locale/en-US.d.ts +3 -0
- package/lib/locale/en-US.js +3 -0
- package/lib/locale/locale.d.ts +3 -0
- package/lib/locale/zh-CN.d.ts +3 -0
- package/lib/locale/zh-CN.js +3 -0
- package/lib/modal/modal.js +1 -1
- package/lib/modal/style/index.css +4 -0
- package/lib/modal/style/index.less +4 -0
- package/lib/progress/style/index.css +0 -4
- package/lib/progress/style/index.less +3 -3
- package/lib/select/select.js +1 -1
- package/lib/transfer/list.js +6 -7
- package/lib/transfer/transfer.js +1 -2
- 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
|
-
|
|
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.
|
|
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;
|