@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/lib/index.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,
|
|
@@ -77,6 +77,10 @@ var _InputNumber = vue.defineComponent({
|
|
|
77
77
|
},
|
|
78
78
|
inputAttrs: {
|
|
79
79
|
type: Object
|
|
80
|
+
},
|
|
81
|
+
keyboard: {
|
|
82
|
+
type: Boolean,
|
|
83
|
+
default: true
|
|
80
84
|
}
|
|
81
85
|
},
|
|
82
86
|
emits: {
|
|
@@ -258,7 +262,7 @@ var _InputNumber = vue.defineComponent({
|
|
|
258
262
|
}]]));
|
|
259
263
|
const onKeyDown = (event) => {
|
|
260
264
|
emit("keydown", event);
|
|
261
|
-
if (!event.defaultPrevented) {
|
|
265
|
+
if (!event.defaultPrevented && props.keyboard) {
|
|
262
266
|
keyDownHandler(event);
|
|
263
267
|
}
|
|
264
268
|
};
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
.arco-table-editable-row:hover .arco-table-cell-wrap-value {
|
|
206
206
|
border: 1px solid var(--color-neutral-3);
|
|
207
207
|
}
|
|
208
|
+
.arco-table-cell {
|
|
209
|
+
word-break: break-all;
|
|
210
|
+
}
|
|
208
211
|
.arco-table .arco-table-expand-btn {
|
|
209
212
|
display: inline-flex;
|
|
210
213
|
align-items: center;
|
|
@@ -541,13 +544,13 @@
|
|
|
541
544
|
.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
|
|
542
545
|
border-right: 1px solid var(--color-neutral-3);
|
|
543
546
|
}
|
|
544
|
-
.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),
|
|
545
|
-
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
547
|
+
.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),
|
|
548
|
+
.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
546
549
|
background-color: var(--color-fill-1);
|
|
547
550
|
}
|
|
548
|
-
.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,
|
|
551
|
+
.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,
|
|
549
552
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
550
|
-
.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,
|
|
553
|
+
.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,
|
|
551
554
|
.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
552
555
|
position: absolute;
|
|
553
556
|
top: 0;
|
|
@@ -561,13 +564,13 @@
|
|
|
561
564
|
.arco-table .arco-table-tr-draggable {
|
|
562
565
|
cursor: move;
|
|
563
566
|
}
|
|
564
|
-
.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),
|
|
565
|
-
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
|
|
567
|
+
.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),
|
|
568
|
+
.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not( .arco-table-col-fixed-right) {
|
|
566
569
|
background-color: var(--color-fill-1);
|
|
567
570
|
}
|
|
568
|
-
.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,
|
|
571
|
+
.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,
|
|
569
572
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left::before,
|
|
570
|
-
.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,
|
|
573
|
+
.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,
|
|
571
574
|
.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right::before {
|
|
572
575
|
position: absolute;
|
|
573
576
|
top: 0;
|
|
@@ -578,10 +581,10 @@
|
|
|
578
581
|
background-color: var(--color-fill-1);
|
|
579
582
|
content: '';
|
|
580
583
|
}
|
|
581
|
-
.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) {
|
|
584
|
+
.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) {
|
|
582
585
|
background-color: var(--color-fill-1);
|
|
583
586
|
}
|
|
584
|
-
.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) {
|
|
587
|
+
.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) {
|
|
585
588
|
background-color: transparent;
|
|
586
589
|
}
|
|
587
590
|
.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,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../../style/mixins/index.less';
|
|
2
|
+
// @import '../../_components/auto-tooltip/style/index.less';
|
|
2
3
|
@import './token.less';
|
|
3
4
|
@import './filters-popup.less';
|
|
4
5
|
|
|
@@ -272,9 +273,9 @@
|
|
|
272
273
|
}
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
276
|
+
&-cell {
|
|
277
|
+
word-break: break-all;
|
|
278
|
+
}
|
|
278
279
|
|
|
279
280
|
// Expand
|
|
280
281
|
.@{table-prefix-cls}-expand-btn {
|
|
@@ -726,9 +727,13 @@
|
|
|
726
727
|
// stripe: true
|
|
727
728
|
&-stripe {
|
|
728
729
|
&:not(.@{table-prefix-cls}-dragging)
|
|
729
|
-
.@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
|
|
730
|
+
.@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
|
|
731
|
+
.@{table-prefix-cls}-tr-summary
|
|
732
|
+
):nth-child(even),
|
|
730
733
|
.@{table-cls-tr}-drag {
|
|
731
|
-
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
734
|
+
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
735
|
+
.@{table-prefix-cls}-col-fixed-right
|
|
736
|
+
) {
|
|
732
737
|
background-color: @table-color-bg-body-stripe-row;
|
|
733
738
|
}
|
|
734
739
|
|
|
@@ -754,9 +759,13 @@
|
|
|
754
759
|
|
|
755
760
|
&-hover {
|
|
756
761
|
&:not(.@{table-prefix-cls}-dragging)
|
|
757
|
-
.@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
|
|
762
|
+
.@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty):not(
|
|
763
|
+
.@{table-prefix-cls}-tr-summary
|
|
764
|
+
):hover,
|
|
758
765
|
.@{table-cls-tr}-drag {
|
|
759
|
-
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
766
|
+
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
767
|
+
.@{table-prefix-cls}-col-fixed-right
|
|
768
|
+
) {
|
|
760
769
|
background-color: @table-color-bg-body-row_hover;
|
|
761
770
|
}
|
|
762
771
|
|
|
@@ -776,7 +785,9 @@
|
|
|
776
785
|
}
|
|
777
786
|
|
|
778
787
|
.@{table-cls-tr}-expand:not(.@{table-prefix-cls}-tr-empty):hover {
|
|
779
|
-
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
788
|
+
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
789
|
+
.@{table-prefix-cls}-col-fixed-right
|
|
790
|
+
) {
|
|
780
791
|
background-color: @table-color-bg-expand-content_hover;
|
|
781
792
|
}
|
|
782
793
|
}
|
|
@@ -784,7 +795,9 @@
|
|
|
784
795
|
// 去除嵌套子表格的 hover 效果
|
|
785
796
|
.@{table-prefix-cls}-tr-expand .@{table-cls-td} & {
|
|
786
797
|
.@{table-cls-tr}:not(.@{table-prefix-cls}-tr-empty) {
|
|
787
|
-
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
798
|
+
.@{table-cls-td}:not(.@{table-prefix-cls}-col-fixed-left):not(
|
|
799
|
+
.@{table-prefix-cls}-col-fixed-right
|
|
800
|
+
) {
|
|
788
801
|
background-color: transparent;
|
|
789
802
|
}
|
|
790
803
|
|
package/lib/table/table.js
CHANGED
|
@@ -1409,6 +1409,9 @@ var _Table = vue.defineComponent({
|
|
|
1409
1409
|
return () => {
|
|
1410
1410
|
var _a;
|
|
1411
1411
|
return vue.createVNode("table", vue.mergeProps(attrs, {
|
|
1412
|
+
"style": [attrs.style, {
|
|
1413
|
+
tableLayout: "fixed"
|
|
1414
|
+
}],
|
|
1412
1415
|
"cellpadding": 0,
|
|
1413
1416
|
"cellspacing": 0
|
|
1414
1417
|
}), [vue.createVNode(tableColGroup, {
|