element-plus-secondary 0.4.11 → 0.4.13
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/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +108 -108
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +108 -108
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.mjs +3 -3
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.mjs +78 -54
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +54 -78
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/cascader/index.d.ts +156 -156
- package/es/components/cascader/src/index.vue.d.ts +78 -78
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +131 -131
- package/es/components/color-picker/src/color-picker.vue.d.ts +131 -131
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +9 -9
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +77 -77
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +165 -22
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +22 -165
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +66 -66
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +281 -105
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/es/components/dropdown/src/dropdown2.mjs +105 -281
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form-item.mjs +43 -316
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +316 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +219 -58
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image/src/image2.mjs +58 -219
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/index.mjs +27 -27
- package/es/components/input/index.d.ts +2 -2
- package/es/components/input/src/input.vue.d.ts +2 -2
- package/es/components/input-number/index.d.ts +9 -9
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -322
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +9 -9
- package/es/components/input-number/src/input-number2.mjs +322 -62
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -145
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +145 -69
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +102 -17
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +17 -102
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/es/components/pagination/src/components/pager.mjs +208 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -208
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm.mjs +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/es/components/popover/index.d.ts +108 -108
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +108 -108
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +9 -68
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +68 -9
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +36 -68
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +68 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +98 -256
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +256 -98
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/index.mjs +3 -3
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +3 -3
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.mjs +11 -131
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +131 -11
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/src/select.vue.d.ts +66 -66
- package/es/components/select/src/useSelect.d.ts +65 -65
- package/es/components/select-v2/index.d.ts +132 -132
- package/es/components/select-v2/src/select.vue.d.ts +66 -66
- package/es/components/select-v2/src/useSelect.d.ts +65 -65
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +49 -22
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +176 -176
- package/es/components/slider/src/button.mjs +21 -95
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +33 -33
- package/es/components/slider/src/button2.mjs +95 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +132 -132
- package/es/components/slider/src/slider.mjs +1 -1
- package/es/components/slider/src/slider.vue.d.ts +176 -176
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +65 -65
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +103 -103
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +272 -272
- package/es/components/time-select/src/time-select.vue.d.ts +136 -136
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +33 -33
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +13 -13
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -35
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip/src/tooltip2.mjs +35 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip-v2/index.d.ts +40 -40
- package/es/components/tooltip-v2/index.mjs +4 -4
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/root.mjs +17 -81
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +81 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +40 -40
- package/es/components/tooltip-v2/src/tooltip2.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +52 -52
- package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/es/components/transfer/src/transfer.vue.d.ts +52 -52
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/index.mjs +3 -3
- package/es/components/upload/src/upload-content.mjs +33 -170
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +170 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +27 -27
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +108 -108
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +108 -108
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.js +3 -3
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.js +78 -57
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +57 -78
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/cascader/index.d.ts +156 -156
- package/lib/components/cascader/src/index.vue.d.ts +78 -78
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +131 -131
- package/lib/components/color-picker/src/color-picker.vue.d.ts +131 -131
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +9 -9
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +77 -77
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +165 -23
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +23 -165
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +66 -66
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +281 -114
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown2.js +114 -281
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form-item.js +44 -320
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +320 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -59
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image/src/image2.js +59 -219
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/index.js +27 -27
- package/lib/components/input/index.d.ts +2 -2
- package/lib/components/input/src/input.vue.d.ts +2 -2
- package/lib/components/input-number/index.d.ts +9 -9
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -321
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +9 -9
- package/lib/components/input-number/src/input-number2.js +321 -62
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -144
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +144 -70
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +102 -18
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +18 -102
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/lib/components/pagination/src/components/pager.js +208 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -208
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm.js +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/lib/components/popover/index.d.ts +108 -108
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +108 -108
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +9 -68
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +68 -9
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +37 -68
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +68 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +98 -255
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +255 -98
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/index.js +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +3 -3
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.js +11 -131
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +131 -11
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/src/select.vue.d.ts +66 -66
- package/lib/components/select/src/useSelect.d.ts +65 -65
- package/lib/components/select-v2/index.d.ts +132 -132
- package/lib/components/select-v2/src/select.vue.d.ts +66 -66
- package/lib/components/select-v2/src/useSelect.d.ts +65 -65
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +22 -49
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +49 -22
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +176 -176
- package/lib/components/slider/src/button.js +22 -95
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +33 -33
- package/lib/components/slider/src/button2.js +95 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +132 -132
- package/lib/components/slider/src/slider.js +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +176 -176
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +65 -65
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +103 -103
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +272 -272
- package/lib/components/time-select/src/time-select.vue.d.ts +136 -136
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +33 -33
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +170 -39
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip/src/tooltip2.js +39 -170
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/index.d.ts +40 -40
- package/lib/components/tooltip-v2/index.js +4 -4
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/root.js +17 -81
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +81 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +40 -40
- package/lib/components/tooltip-v2/src/tooltip2.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +90 -12
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +12 -90
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +52 -52
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/lib/components/transfer/src/transfer.vue.d.ts +52 -52
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +33 -170
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +170 -33
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +27 -27
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/el-dialog.css +1 -1
- package/theme-chalk/el-drawer.css +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-menu.css +1 -1
- package/theme-chalk/el-message-box.css +1 -1
- package/theme-chalk/el-message.css +1 -1
- package/theme-chalk/el-reset.css +1 -1
- package/theme-chalk/el-step.css +1 -1
- package/theme-chalk/el-tabs.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +1 -1
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/dialog.scss +1 -1
- package/theme-chalk/src/drawer.scss +1 -1
- package/theme-chalk/src/form.scss +3 -3
- package/theme-chalk/src/menu.scss +0 -5
- package/theme-chalk/src/message-box.scss +1 -1
- package/theme-chalk/src/message.scss +1 -1
- package/theme-chalk/src/reset.scss +1 -1
- package/theme-chalk/src/step.scss +2 -2
- package/theme-chalk/src/tabs.scss +1 -1
- package/theme-chalk/src/tree.scss +2 -2
|
@@ -296,18 +296,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
disabled: boolean;
|
|
297
297
|
trigger: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
298
298
|
placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
299
|
-
showAfter: number;
|
|
300
|
-
hideAfter: number;
|
|
301
|
-
open: boolean;
|
|
302
|
-
strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
303
299
|
offset: number;
|
|
304
|
-
content: string;
|
|
305
|
-
transition: string;
|
|
306
300
|
effect: string;
|
|
301
|
+
showAfter: number;
|
|
302
|
+
hideAfter: number;
|
|
307
303
|
boundariesPadding: number;
|
|
308
304
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
309
305
|
gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
310
306
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
307
|
+
strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
311
308
|
enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
312
309
|
focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
313
310
|
trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -316,10 +313,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
316
313
|
pure: boolean;
|
|
317
314
|
virtualTriggering: boolean;
|
|
318
315
|
appendTo: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
316
|
+
content: string;
|
|
319
317
|
rawContent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
318
|
+
transition: string;
|
|
320
319
|
teleported: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
321
320
|
persistent: boolean;
|
|
322
|
-
|
|
321
|
+
open: boolean;
|
|
322
|
+
role: import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
323
323
|
triggerKeys: string[];
|
|
324
324
|
arrowOffset: number;
|
|
325
325
|
showArrow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -629,7 +629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
629
629
|
gpuAcceleration: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
630
630
|
placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
631
631
|
popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
632
|
-
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
632
|
+
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
633
633
|
showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
634
634
|
hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
635
635
|
"onUpdate:visible": {
|
|
@@ -638,10 +638,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
638
638
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
639
|
__epPropKey: true;
|
|
640
640
|
};
|
|
641
|
-
role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
641
|
+
role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
642
642
|
}>> & {
|
|
643
643
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
644
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
644
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
645
645
|
$attrs: {
|
|
646
646
|
[x: string]: unknown;
|
|
647
647
|
};
|
|
@@ -961,7 +961,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
961
961
|
gpuAcceleration: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
962
962
|
placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
963
963
|
popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
964
|
-
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
964
|
+
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
965
965
|
showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
966
966
|
hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
967
967
|
"onUpdate:visible": {
|
|
@@ -970,7 +970,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
970
970
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
971
971
|
__epPropKey: true;
|
|
972
972
|
};
|
|
973
|
-
role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
973
|
+
role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
974
974
|
}>> & {
|
|
975
975
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
976
976
|
}, {
|
|
@@ -1280,7 +1280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1280
1280
|
gpuAcceleration: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1281
1281
|
placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1282
1282
|
popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1283
|
-
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
1283
|
+
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1284
1284
|
showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1285
1285
|
hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1286
1286
|
"onUpdate:visible": {
|
|
@@ -1289,7 +1289,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1289
1289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1290
1290
|
__epPropKey: true;
|
|
1291
1291
|
};
|
|
1292
|
-
role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
1292
|
+
role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1293
1293
|
}>> & {
|
|
1294
1294
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1295
1295
|
}>>;
|
|
@@ -1308,10 +1308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1308
1308
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1309
1309
|
isFocusInsideContent: () => boolean | undefined;
|
|
1310
1310
|
ElPopper: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1311
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
1311
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1312
1312
|
}, {
|
|
1313
1313
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1314
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
1314
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1315
1315
|
}>> & {
|
|
1316
1316
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1317
1317
|
}>>;
|
|
@@ -1319,12 +1319,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1319
1319
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1320
1320
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1321
1321
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1322
|
-
role: import("vue").ComputedRef<import("../../../../utils").EpPropMergeType<StringConstructor, "
|
|
1322
|
+
role: import("vue").ComputedRef<import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
1323
1323
|
popperProvides: import("../../../..").ElPopperInjectionContext;
|
|
1324
1324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1325
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
1325
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1326
1326
|
}>>, {
|
|
1327
|
-
readonly role: import("../../../../utils").EpPropMergeType<StringConstructor, "
|
|
1327
|
+
readonly role: import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1328
1328
|
}>> & Record<string, any>;
|
|
1329
1329
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1330
1330
|
readonly arrowOffset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1681,8 +1681,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1681
1681
|
readonly id: StringConstructor;
|
|
1682
1682
|
readonly open: BooleanConstructor;
|
|
1683
1683
|
}>>, {
|
|
1684
|
-
readonly open: boolean;
|
|
1685
1684
|
readonly virtualTriggering: boolean;
|
|
1685
|
+
readonly open: boolean;
|
|
1686
1686
|
}>;
|
|
1687
1687
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1688
1688
|
readonly disabled: BooleanConstructor;
|
|
@@ -1742,8 +1742,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1742
1742
|
}>>, {
|
|
1743
1743
|
readonly disabled: boolean;
|
|
1744
1744
|
readonly trigger: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
1745
|
-
readonly open: boolean;
|
|
1746
1745
|
readonly virtualTriggering: boolean;
|
|
1746
|
+
readonly open: boolean;
|
|
1747
1747
|
readonly triggerKeys: string[];
|
|
1748
1748
|
}>;
|
|
1749
1749
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -2004,7 +2004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2004
2004
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2005
2005
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2006
2006
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2007
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
2007
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2008
2008
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2009
2009
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2010
2010
|
}, {
|
|
@@ -2266,7 +2266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2266
2266
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2267
2267
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2268
2268
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2269
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
2269
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2270
2270
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2271
2271
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2272
2272
|
}>> & {
|
|
@@ -2544,9 +2544,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2544
2544
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2545
2545
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2546
2546
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2547
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
2547
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2548
2548
|
}, {
|
|
2549
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
2549
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2550
2550
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2551
2551
|
readonly id: StringConstructor;
|
|
2552
2552
|
readonly style: {
|
|
@@ -2793,7 +2793,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2793
2793
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2794
2794
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2795
2795
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2796
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
2796
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2797
2797
|
}>> & {
|
|
2798
2798
|
onClose?: (() => any) | undefined;
|
|
2799
2799
|
onFocus?: (() => any) | undefined;
|
|
@@ -3151,7 +3151,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3151
3151
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3152
3152
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3153
3153
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3154
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
3154
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3155
3155
|
}>> & {
|
|
3156
3156
|
onClose?: (() => any) | undefined;
|
|
3157
3157
|
onFocus?: (() => any) | undefined;
|
|
@@ -3160,13 +3160,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3160
3160
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3161
3161
|
}, {
|
|
3162
3162
|
readonly placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3163
|
-
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3164
3163
|
readonly offset: number;
|
|
3165
3164
|
readonly effect: string;
|
|
3166
3165
|
readonly boundariesPadding: number;
|
|
3167
3166
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3168
3167
|
readonly gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3169
3168
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3169
|
+
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3170
3170
|
readonly enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3171
3171
|
readonly focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3172
3172
|
readonly trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3434,22 +3434,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3434
3434
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3435
3435
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3436
3436
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3437
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
3437
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3438
3438
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3439
3439
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3440
3440
|
}>>, {
|
|
3441
3441
|
readonly placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3442
|
-
readonly showAfter: number;
|
|
3443
|
-
readonly hideAfter: number;
|
|
3444
|
-
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3445
3442
|
readonly offset: number;
|
|
3446
|
-
readonly content: string;
|
|
3447
|
-
readonly transition: string;
|
|
3448
3443
|
readonly effect: string;
|
|
3444
|
+
readonly showAfter: number;
|
|
3445
|
+
readonly hideAfter: number;
|
|
3449
3446
|
readonly boundariesPadding: number;
|
|
3450
3447
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3451
3448
|
readonly gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3452
3449
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3450
|
+
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3453
3451
|
readonly enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3454
3452
|
readonly focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3455
3453
|
readonly trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3458,7 +3456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3458
3456
|
readonly pure: boolean;
|
|
3459
3457
|
readonly virtualTriggering: boolean;
|
|
3460
3458
|
readonly appendTo: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3459
|
+
readonly content: string;
|
|
3461
3460
|
readonly rawContent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3461
|
+
readonly transition: string;
|
|
3462
3462
|
readonly teleported: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3463
3463
|
readonly persistent: boolean;
|
|
3464
3464
|
}>;
|
|
@@ -3466,18 +3466,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3466
3466
|
disabled: boolean;
|
|
3467
3467
|
trigger: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3468
3468
|
placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3469
|
-
showAfter: number;
|
|
3470
|
-
hideAfter: number;
|
|
3471
|
-
open: boolean;
|
|
3472
|
-
strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3473
3469
|
offset: number;
|
|
3474
|
-
content: string;
|
|
3475
|
-
transition: string;
|
|
3476
3470
|
effect: string;
|
|
3471
|
+
showAfter: number;
|
|
3472
|
+
hideAfter: number;
|
|
3477
3473
|
boundariesPadding: number;
|
|
3478
3474
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3479
3475
|
gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3480
3476
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3477
|
+
strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3481
3478
|
enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3482
3479
|
focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3483
3480
|
trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3486,10 +3483,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3486
3483
|
pure: boolean;
|
|
3487
3484
|
virtualTriggering: boolean;
|
|
3488
3485
|
appendTo: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3486
|
+
content: string;
|
|
3489
3487
|
rawContent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3488
|
+
transition: string;
|
|
3490
3489
|
teleported: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3491
3490
|
persistent: boolean;
|
|
3492
|
-
|
|
3491
|
+
open: boolean;
|
|
3492
|
+
role: import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3493
3493
|
triggerKeys: string[];
|
|
3494
3494
|
arrowOffset: number;
|
|
3495
3495
|
showArrow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3819,7 +3819,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3819
3819
|
gpuAcceleration: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3820
3820
|
placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3821
3821
|
popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3822
|
-
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
3822
|
+
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3823
3823
|
showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3824
3824
|
hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3825
3825
|
"onUpdate:visible": {
|
|
@@ -3828,7 +3828,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3828
3828
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3829
3829
|
__epPropKey: true;
|
|
3830
3830
|
};
|
|
3831
|
-
role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
3831
|
+
role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3832
3832
|
}>> & {
|
|
3833
3833
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3834
3834
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4138,7 +4138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4138
4138
|
gpuAcceleration: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4139
4139
|
placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4140
4140
|
popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4141
|
-
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4141
|
+
strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4142
4142
|
showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4143
4143
|
hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4144
4144
|
"onUpdate:visible": {
|
|
@@ -4147,7 +4147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4147
4147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4148
4148
|
__epPropKey: true;
|
|
4149
4149
|
};
|
|
4150
|
-
role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4150
|
+
role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4151
4151
|
}>> & {
|
|
4152
4152
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4153
4153
|
}>>;
|
|
@@ -4166,10 +4166,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4166
4166
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4167
4167
|
isFocusInsideContent: () => boolean | undefined;
|
|
4168
4168
|
ElPopper: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4169
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4169
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4170
4170
|
}, {
|
|
4171
4171
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4172
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4172
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4173
4173
|
}>> & {
|
|
4174
4174
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4175
4175
|
}>>;
|
|
@@ -4177,12 +4177,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4177
4177
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4178
4178
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4179
4179
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4180
|
-
role: import("vue").ComputedRef<import("../../../../utils").EpPropMergeType<StringConstructor, "
|
|
4180
|
+
role: import("vue").ComputedRef<import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4181
4181
|
popperProvides: import("../../../..").ElPopperInjectionContext;
|
|
4182
4182
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4183
|
-
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4183
|
+
readonly role: import("../../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4184
4184
|
}>>, {
|
|
4185
|
-
readonly role: import("../../../../utils").EpPropMergeType<StringConstructor, "
|
|
4185
|
+
readonly role: import("../../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4186
4186
|
}>> & Record<string, any>;
|
|
4187
4187
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4188
4188
|
readonly arrowOffset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4539,8 +4539,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4539
4539
|
readonly id: StringConstructor;
|
|
4540
4540
|
readonly open: BooleanConstructor;
|
|
4541
4541
|
}>>, {
|
|
4542
|
-
readonly open: boolean;
|
|
4543
4542
|
readonly virtualTriggering: boolean;
|
|
4543
|
+
readonly open: boolean;
|
|
4544
4544
|
}>;
|
|
4545
4545
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4546
4546
|
readonly disabled: BooleanConstructor;
|
|
@@ -4600,8 +4600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4600
4600
|
}>>, {
|
|
4601
4601
|
readonly disabled: boolean;
|
|
4602
4602
|
readonly trigger: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType> & {}) | (() => import("../../../../utils").Arrayable<import("../../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4603
|
-
readonly open: boolean;
|
|
4604
4603
|
readonly virtualTriggering: boolean;
|
|
4604
|
+
readonly open: boolean;
|
|
4605
4605
|
readonly triggerKeys: string[];
|
|
4606
4606
|
}>;
|
|
4607
4607
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4862,7 +4862,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4862
4862
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4863
4863
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4864
4864
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4865
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
4865
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4866
4866
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4867
4867
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4868
4868
|
}, {
|
|
@@ -5124,7 +5124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5124
5124
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5125
5125
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5126
5126
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5127
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
5127
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5128
5128
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5129
5129
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5130
5130
|
}>> & {
|
|
@@ -5402,9 +5402,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5402
5402
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5403
5403
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5404
5404
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5405
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
5405
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5406
5406
|
}, {
|
|
5407
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5407
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5408
5408
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5409
5409
|
readonly id: StringConstructor;
|
|
5410
5410
|
readonly style: {
|
|
@@ -5651,7 +5651,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5651
5651
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5652
5652
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5653
5653
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5654
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
5654
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5655
5655
|
}>> & {
|
|
5656
5656
|
onClose?: (() => any) | undefined;
|
|
5657
5657
|
onFocus?: (() => any) | undefined;
|
|
@@ -6009,7 +6009,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6009
6009
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6010
6010
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6011
6011
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6012
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
6012
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6013
6013
|
}>> & {
|
|
6014
6014
|
onClose?: (() => any) | undefined;
|
|
6015
6015
|
onFocus?: (() => any) | undefined;
|
|
@@ -6018,13 +6018,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6018
6018
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6019
6019
|
}, {
|
|
6020
6020
|
readonly placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6021
|
-
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6022
6021
|
readonly offset: number;
|
|
6023
6022
|
readonly effect: string;
|
|
6024
6023
|
readonly boundariesPadding: number;
|
|
6025
6024
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6026
6025
|
readonly gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6027
6026
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6027
|
+
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6028
6028
|
readonly enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6029
6029
|
readonly focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6030
6030
|
readonly trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6292,22 +6292,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6292
6292
|
readonly offset: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6293
6293
|
readonly placement: import("../../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6294
6294
|
readonly popperOptions: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6295
|
-
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "
|
|
6295
|
+
readonly strategy: import("../../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6296
6296
|
readonly showAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6297
6297
|
readonly hideAfter: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6298
6298
|
}>>, {
|
|
6299
6299
|
readonly placement: import("../../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6300
|
-
readonly showAfter: number;
|
|
6301
|
-
readonly hideAfter: number;
|
|
6302
|
-
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6303
6300
|
readonly offset: number;
|
|
6304
|
-
readonly content: string;
|
|
6305
|
-
readonly transition: string;
|
|
6306
6301
|
readonly effect: string;
|
|
6302
|
+
readonly showAfter: number;
|
|
6303
|
+
readonly hideAfter: number;
|
|
6307
6304
|
readonly boundariesPadding: number;
|
|
6308
6305
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6309
6306
|
readonly gpuAcceleration: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6310
6307
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6308
|
+
readonly strategy: import("../../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6311
6309
|
readonly enterable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6312
6310
|
readonly focusOnShow: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6313
6311
|
readonly trapping: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6316,7 +6314,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6316
6314
|
readonly pure: boolean;
|
|
6317
6315
|
readonly virtualTriggering: boolean;
|
|
6318
6316
|
readonly appendTo: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6317
|
+
readonly content: string;
|
|
6319
6318
|
readonly rawContent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6319
|
+
readonly transition: string;
|
|
6320
6320
|
readonly teleported: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6321
6321
|
readonly persistent: boolean;
|
|
6322
6322
|
}>;
|
|
@@ -6454,8 +6454,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6454
6454
|
default: string;
|
|
6455
6455
|
};
|
|
6456
6456
|
}>> & {
|
|
6457
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6458
6457
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
6458
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6459
6459
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6460
6460
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6461
6461
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,12 +1,33 @@
|
|
|
1
|
-
import '
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, toDisplayString } from 'vue';
|
|
2
|
+
import '../../../../hooks/index.mjs';
|
|
3
|
+
import { usePagination } from '../usePagination.mjs';
|
|
4
|
+
import { paginationTotalProps } from './total2.mjs';
|
|
5
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.mjs';
|
|
6
|
+
import { useLocale } from '../../../../hooks/use-locale/index.mjs';
|
|
7
|
+
import { useNamespace } from '../../../../hooks/use-namespace/index.mjs';
|
|
3
8
|
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
9
|
+
const _hoisted_1 = ["disabled"];
|
|
10
|
+
const __default__ = defineComponent({
|
|
11
|
+
name: "ElPaginationTotal"
|
|
12
|
+
});
|
|
13
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
14
|
+
...__default__,
|
|
15
|
+
props: paginationTotalProps,
|
|
16
|
+
setup(__props) {
|
|
17
|
+
const { t } = useLocale();
|
|
18
|
+
const ns = useNamespace("pagination");
|
|
19
|
+
const { disabled } = usePagination();
|
|
20
|
+
return (_ctx, _cache) => {
|
|
21
|
+
return openBlock(), createElementBlock("span", {
|
|
22
|
+
class: normalizeClass(unref(ns).e("total")),
|
|
23
|
+
disabled: unref(disabled)
|
|
24
|
+
}, toDisplayString(unref(t)("el.pagination.total", {
|
|
25
|
+
total: _ctx.total
|
|
26
|
+
})), 11, _hoisted_1);
|
|
27
|
+
};
|
|
8
28
|
}
|
|
9
29
|
});
|
|
30
|
+
var Total = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/pagination/src/components/total.vue"]]);
|
|
10
31
|
|
|
11
|
-
export {
|
|
32
|
+
export { Total as default };
|
|
12
33
|
//# sourceMappingURL=total.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"total.mjs","sources":["../../../../../../../packages/components/pagination/src/components/total.
|
|
1
|
+
{"version":3,"file":"total.mjs","sources":["../../../../../../../packages/components/pagination/src/components/total.vue"],"sourcesContent":["<template>\n <span :class=\"ns.e('total')\" :disabled=\"disabled\">\n {{\n t('el.pagination.total', {\n total,\n })\n }}\n </span>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useLocale, useNamespace } from '@element-plus/hooks'\nimport { usePagination } from '../usePagination'\nimport { paginationTotalProps } from './total'\n\nconst { t } = useLocale()\nconst ns = useNamespace('pagination')\nconst { disabled } = usePagination()\n\ndefineOptions({\n name: 'ElPaginationTotal',\n})\n\ndefineProps(paginationTotalProps)\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCAmBc,CAAA;AAAA,EACZ,IAAM,EAAA,mBAAA;AACR,CAAA,CAAA,CAAA;;;;;AANA,IAAM,MAAA,EAAE,MAAM,SAAU,EAAA,CAAA;AACxB,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AACpC,IAAM,MAAA,EAAE,aAAa,aAAc,EAAA,CAAA;;;;;;;;;;;;;;;"}
|