@geelato/web-vue 2.58.2 → 2.59.0
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/arco-vue.js +8 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +13 -10
- package/dist/arco.min.css +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/index.d.ts +9 -9
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +10 -10
- package/es/drawer/index.d.ts +22 -22
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +13 -10
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +33 -18
- package/es/input-number/input-number.d.ts +17 -8
- package/es/input-number/input-number.js +5 -1
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +19 -19
- package/es/modal/modal.d.ts +9 -9
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +33 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +126 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +33 -18
- package/es/slider/slider.d.ts +62 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/index.d.ts +24 -24
- package/es/table/style/index.css +13 -10
- package/es/table/style/index.less +22 -9
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +3 -0
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +1910 -1906
- package/json/vetur-tags.json +822 -821
- package/json/web-types.json +4073 -4065
- package/lib/index.css +13 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +13 -10
- package/lib/table/style/index.less +22 -9
- package/lib/table/table.js +3 -0
- package/package.json +1 -1
package/dist/arco.css
CHANGED
|
@@ -14339,6 +14339,9 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14339
14339
|
.arco-table-editable-row:hover .arco-table-cell-wrap-value {
|
|
14340
14340
|
border: 1px solid var(--color-neutral-3);
|
|
14341
14341
|
}
|
|
14342
|
+
.arco-table-cell {
|
|
14343
|
+
word-break: break-all;
|
|
14344
|
+
}
|
|
14342
14345
|
.arco-table .arco-table-expand-btn {
|
|
14343
14346
|
display: inline-flex;
|
|
14344
14347
|
align-items: center;
|
|
@@ -14675,13 +14678,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14675
14678
|
.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
|
|
14676
14679
|
border-right: 1px solid var(--color-neutral-3);
|
|
14677
14680
|
}
|
|
14678
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
|
|
14679
|
-
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14681
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
|
|
14682
|
+
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14680
14683
|
background-color: var(--color-fill-1);
|
|
14681
14684
|
}
|
|
14682
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
|
|
14685
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-left::before,
|
|
14683
14686
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
14684
|
-
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
|
|
14687
|
+
.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):nth-child(even) .arco-table-td.arco-table-col-fixed-right::before,
|
|
14685
14688
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14686
14689
|
position: absolute;
|
|
14687
14690
|
top: 0;
|
|
@@ -14695,13 +14698,13 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14695
14698
|
.arco-table .arco-table-tr-draggable {
|
|
14696
14699
|
cursor: move;
|
|
14697
14700
|
}
|
|
14698
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),
|
|
14699
|
-
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14701
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right),
|
|
14702
|
+
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14700
14703
|
background-color: var(--color-fill-1);
|
|
14701
14704
|
}
|
|
14702
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
|
|
14705
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left::before,
|
|
14703
14706
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
14704
|
-
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
|
|
14707
|
+
.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not( .arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right::before,
|
|
14705
14708
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
14706
14709
|
position: absolute;
|
|
14707
14710
|
top: 0;
|
|
@@ -14712,10 +14715,10 @@ body[arco-theme='dark'] .arco-radio-button::after {
|
|
|
14712
14715
|
background-color: var(--color-fill-1);
|
|
14713
14716
|
content: '';
|
|
14714
14717
|
}
|
|
14715
|
-
.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14718
|
+
.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14716
14719
|
background-color: var(--color-fill-1);
|
|
14717
14720
|
}
|
|
14718
|
-
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
14721
|
+
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
14719
14722
|
background-color: transparent;
|
|
14720
14723
|
}
|
|
14721
14724
|
.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-left::before,
|