@kdcloudjs/kdesign 1.7.48 → 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/CHANGELOG.md +1809 -0
- package/dist/kdesign-complete.less +2 -0
- package/dist/kdesign.css +5 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1031 -604
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +8 -8
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/formatUtil.js +1 -3
- package/es/_utils/hooks.js +1 -1
- package/es/_utils/usePopper.js +1 -1
- package/es/alert/alert.js +1 -3
- package/es/anchor/anchor.js +2 -1
- package/es/badge/badge.js +1 -3
- package/es/breadcrumb/breadcrumb.js +1 -3
- package/es/button/button.js +1 -3
- package/es/card/card.js +1 -3
- package/es/cascader/cascader.js +1 -3
- package/es/cascader/util.js +1 -3
- package/es/checkbox/checkbox.js +1 -3
- package/es/checkbox/group.js +1 -3
- package/es/clipboard/clipboard.js +1 -3
- package/es/collapse/panel.js +1 -3
- package/es/date-picker/date-panel.js +35 -30
- package/es/date-picker/panel/year/year.js +2 -2
- package/es/divider/divider.js +1 -3
- package/es/dropdown/menu.js +1 -3
- package/es/empty/empty.js +1 -3
- package/es/form/Field.js +1 -3
- package/es/form/Form.js +1 -3
- package/es/grid/col.js +1 -3
- package/es/icon/icon.js +1 -3
- package/es/image-cropper/image-cropper.js +11 -15
- package/es/input/TextArea.js +1 -3
- package/es/input/input.js +1 -3
- package/es/input-number/inputNumber.js +1 -3
- package/es/layout/layout.js +1 -3
- package/es/layout/sider.js +1 -3
- package/es/link/link.js +1 -3
- package/es/locale/locale.js +1 -1
- package/es/menu/menu.js +1 -3
- package/es/menu/menuItem.js +1 -3
- package/es/menu/subMenu.js +1 -3
- package/es/modal/confirm.js +1 -3
- package/es/modal/modal.js +1 -3
- package/es/notification-base/index.js +1 -3
- package/es/pagination/style/index.css +1 -0
- package/es/pagination/style/index.less +1 -0
- package/es/progress/utils.js +1 -3
- package/es/radio/radio-button.js +1 -3
- package/es/radio/radio.js +1 -3
- package/es/search/quick-search.js +1 -3
- package/es/search/search.js +1 -3
- package/es/select/select.js +1 -1
- package/es/select/style/index.css +3 -0
- package/es/select/style/index.less +1 -0
- package/es/slider/slider.js +1 -3
- package/es/slider/sliderTooltip.js +1 -3
- package/es/spin/spin.js +1 -3
- package/es/steps/Step.js +1 -3
- package/es/steps/Steps.js +1 -3
- package/es/switch/switch.js +1 -3
- package/es/table/feature/rowSelection.js +1 -3
- package/es/tag/tag.js +1 -3
- package/es/timeline/Timeline.js +1 -3
- package/es/timeline/TimelineItem.js +1 -3
- package/es/tree/tree.js +1 -3
- package/es/tree/treeNode.js +1 -3
- package/es/tree/utils/treeUtils.js +1 -3
- package/es/typography/base.js +1 -3
- package/es/typography/title.js +1 -3
- package/es/typography/typography.js +1 -3
- package/es/upload/dragger.js +1 -3
- package/es/upload/upload.js +25 -27
- package/es/virtual-list/utils/itemUtil.js +1 -3
- package/es/virtual-list/virtual-list.js +1 -3
- package/lib/_utils/formatUtil.js +1 -3
- package/lib/_utils/hooks.js +1 -1
- package/lib/_utils/usePopper.js +1 -1
- package/lib/alert/alert.js +1 -3
- package/lib/anchor/anchor.js +2 -1
- package/lib/badge/badge.js +1 -3
- package/lib/breadcrumb/breadcrumb.js +1 -3
- package/lib/button/button.js +1 -3
- package/lib/card/card.js +1 -3
- package/lib/cascader/cascader.js +1 -3
- package/lib/cascader/util.js +1 -3
- package/lib/checkbox/checkbox.js +1 -3
- package/lib/checkbox/group.js +1 -3
- package/lib/clipboard/clipboard.js +1 -3
- package/lib/collapse/panel.js +1 -3
- package/lib/date-picker/date-panel.js +39 -34
- package/lib/date-picker/panel/year/year.js +2 -2
- package/lib/divider/divider.js +1 -3
- package/lib/dropdown/menu.js +1 -3
- package/lib/empty/empty.js +1 -3
- package/lib/form/Field.js +1 -3
- package/lib/form/Form.js +1 -3
- package/lib/grid/col.js +1 -3
- package/lib/icon/icon.js +1 -3
- package/lib/image-cropper/image-cropper.js +11 -15
- package/lib/input/TextArea.js +1 -3
- package/lib/input/input.js +1 -3
- package/lib/input-number/inputNumber.js +1 -3
- package/lib/layout/layout.js +1 -3
- package/lib/layout/sider.js +1 -3
- package/lib/link/link.js +1 -3
- package/lib/locale/locale.js +1 -1
- package/lib/menu/menu.js +1 -3
- package/lib/menu/menuItem.js +1 -3
- package/lib/menu/subMenu.js +1 -3
- package/lib/modal/confirm.js +1 -3
- package/lib/modal/modal.js +1 -3
- package/lib/notification-base/index.js +1 -3
- package/lib/pagination/style/index.css +1 -0
- package/lib/pagination/style/index.less +1 -0
- package/lib/progress/utils.js +1 -3
- package/lib/radio/radio-button.js +1 -3
- package/lib/radio/radio.js +1 -3
- package/lib/search/quick-search.js +1 -3
- package/lib/search/search.js +1 -3
- package/lib/select/select.js +1 -1
- package/lib/select/style/index.css +3 -0
- package/lib/select/style/index.less +1 -0
- package/lib/slider/slider.js +1 -3
- package/lib/slider/sliderTooltip.js +1 -3
- package/lib/spin/spin.js +1 -3
- package/lib/steps/Step.js +1 -3
- package/lib/steps/Steps.js +1 -3
- package/lib/switch/switch.js +1 -3
- package/lib/table/feature/rowSelection.js +1 -3
- package/lib/tag/tag.js +1 -3
- package/lib/timeline/Timeline.js +1 -3
- package/lib/timeline/TimelineItem.js +1 -3
- package/lib/tree/tree.js +1 -3
- package/lib/tree/treeNode.js +1 -3
- package/lib/tree/utils/treeUtils.js +1 -3
- package/lib/typography/base.js +1 -3
- package/lib/typography/title.js +1 -3
- package/lib/typography/typography.js +1 -3
- package/lib/upload/dragger.js +1 -3
- package/lib/upload/upload.js +25 -27
- package/lib/virtual-list/utils/itemUtil.js +1 -3
- package/lib/virtual-list/virtual-list.js +1 -3
- package/package.json +2 -2
|
@@ -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;
|