@kdcloudjs/kdesign 1.7.49 → 1.7.50
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 +2 -0
- package/dist/kdesign.css +5 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +40 -34
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +2 -2
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +1 -1
- package/es/anchor/anchor.js +2 -1
- package/es/date-picker/date-panel.js +35 -30
- package/es/pagination/style/index.css +1 -0
- package/es/pagination/style/index.less +1 -0
- package/es/select/style/index.css +3 -0
- package/es/select/style/index.less +1 -0
- package/es/upload/upload.js +1 -1
- package/lib/_utils/usePopper.js +1 -1
- package/lib/anchor/anchor.js +2 -1
- package/lib/date-picker/date-panel.js +39 -34
- package/lib/pagination/style/index.css +1 -0
- package/lib/pagination/style/index.less +1 -0
- package/lib/select/style/index.css +3 -0
- package/lib/select/style/index.less +1 -0
- package/lib/upload/upload.js +1 -1
- package/package.json +1 -1
|
@@ -8309,6 +8309,7 @@ textarea {
|
|
|
8309
8309
|
|
|
8310
8310
|
.@{pagination-prefix-cls}-total {
|
|
8311
8311
|
margin-right: 0;
|
|
8312
|
+
margin-left: 2px;
|
|
8312
8313
|
}
|
|
8313
8314
|
|
|
8314
8315
|
&.bordered > button {
|
|
@@ -10462,6 +10463,7 @@ textarea {
|
|
|
10462
10463
|
|
|
10463
10464
|
.@{kd-prefix}-checkbox {
|
|
10464
10465
|
width: 100%;
|
|
10466
|
+
display: flex;
|
|
10465
10467
|
|
|
10466
10468
|
.@{kd-prefix}-checkbox-children {
|
|
10467
10469
|
display: inline-block;
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.7.
|
|
3
|
+
* @kdcloudjs/kdesign v1.7.49
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -13178,6 +13178,7 @@ textarea {
|
|
|
13178
13178
|
}
|
|
13179
13179
|
.kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
|
|
13180
13180
|
margin-right: 0;
|
|
13181
|
+
margin-left: 2px;
|
|
13181
13182
|
}
|
|
13182
13183
|
.kd-pagination.simple .kd-pagination-action-item.bordered > button {
|
|
13183
13184
|
border: none;
|
|
@@ -16101,6 +16102,9 @@ textarea {
|
|
|
16101
16102
|
}
|
|
16102
16103
|
.kd-select-item-option-content .kd-checkbox {
|
|
16103
16104
|
width: 100%;
|
|
16105
|
+
display: -webkit-box;
|
|
16106
|
+
display: -ms-flexbox;
|
|
16107
|
+
display: flex;
|
|
16104
16108
|
}
|
|
16105
16109
|
.kd-select-item-option-content .kd-checkbox .kd-checkbox-children {
|
|
16106
16110
|
display: inline-block;
|