@kdcloudjs/kdesign 1.8.46 → 1.8.48
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 +5 -3
- package/dist/kdesign.css +4 -5
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +11 -13
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +3 -3
- package/dist/kdesign.min.js.map +1 -1
- package/es/base-data/base-data.js +9 -7
- package/es/modal/modal.js +1 -0
- package/es/progress/style/index.css +3 -4
- package/es/progress/style/index.less +5 -3
- package/es/stepper/stepper.js +0 -5
- package/lib/base-data/base-data.js +9 -7
- package/lib/modal/modal.js +1 -0
- package/lib/progress/style/index.css +3 -4
- package/lib/progress/style/index.less +5 -3
- package/lib/stepper/stepper.js +0 -5
- package/package.json +1 -1
|
@@ -10924,10 +10924,12 @@ textarea {
|
|
|
10924
10924
|
margin-right: @progress-line-text-margin-left;
|
|
10925
10925
|
margin-left: 0;
|
|
10926
10926
|
text-align: right;
|
|
10927
|
+
right: auto !important;
|
|
10928
|
+
transform: translate(-50%, -50%) !important;
|
|
10927
10929
|
}
|
|
10928
|
-
.@{progress-prefix-cls}-circle {
|
|
10929
|
-
|
|
10930
|
-
}
|
|
10930
|
+
// .@{progress-prefix-cls}-circle {
|
|
10931
|
+
// transform: rotateY(180deg);
|
|
10932
|
+
// }
|
|
10931
10933
|
}
|
|
10932
10934
|
/*! rtl:end:ignore */
|
|
10933
10935
|
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.8.
|
|
3
|
+
* @kdcloudjs/kdesign v1.8.48
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -16847,10 +16847,9 @@ textarea {
|
|
|
16847
16847
|
margin-right: var(--kd-c-progress-line-text-spacing-margin-left, 8px);
|
|
16848
16848
|
margin-left: 0;
|
|
16849
16849
|
text-align: right;
|
|
16850
|
-
|
|
16851
|
-
|
|
16852
|
-
|
|
16853
|
-
transform: rotateY(180deg);
|
|
16850
|
+
right: auto !important;
|
|
16851
|
+
-webkit-transform: translate(-50%, -50%) !important;
|
|
16852
|
+
transform: translate(-50%, -50%) !important;
|
|
16854
16853
|
}
|
|
16855
16854
|
/*! rtl:end:ignore */
|
|
16856
16855
|
|