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
|
@@ -164,8 +164,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
164
164
|
};
|
|
165
165
|
readonly isRange: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
166
166
|
}>> & {
|
|
167
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
168
167
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
168
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
170
170
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
@@ -241,18 +241,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
241
241
|
disabled: boolean;
|
|
242
242
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
243
243
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
244
|
-
showAfter: number;
|
|
245
|
-
hideAfter: number;
|
|
246
|
-
open: boolean;
|
|
247
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
248
244
|
offset: number;
|
|
249
|
-
content: string;
|
|
250
|
-
transition: string;
|
|
251
245
|
effect: string;
|
|
246
|
+
showAfter: number;
|
|
247
|
+
hideAfter: number;
|
|
252
248
|
boundariesPadding: number;
|
|
253
249
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
254
250
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
255
251
|
popperOptions: Partial<Options>;
|
|
252
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
256
253
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
257
254
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
258
255
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -261,10 +258,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
258
|
pure: boolean;
|
|
262
259
|
virtualTriggering: boolean;
|
|
263
260
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
261
|
+
content: string;
|
|
264
262
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
263
|
+
transition: string;
|
|
265
264
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
266
265
|
persistent: boolean;
|
|
267
|
-
|
|
266
|
+
open: boolean;
|
|
267
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
268
268
|
triggerKeys: string[];
|
|
269
269
|
arrowOffset: number;
|
|
270
270
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -574,7 +574,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
574
574
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
575
575
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
576
576
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
577
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
577
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
578
578
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
579
579
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
580
580
|
"onUpdate:visible": {
|
|
@@ -583,10 +583,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
583
583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
584
|
__epPropKey: true;
|
|
585
585
|
};
|
|
586
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
586
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
587
587
|
}>> & {
|
|
588
588
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
589
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
589
|
+
} & 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">;
|
|
590
590
|
$attrs: {
|
|
591
591
|
[x: string]: unknown;
|
|
592
592
|
};
|
|
@@ -906,7 +906,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
906
906
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
907
907
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
908
908
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
909
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
909
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
910
910
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
911
911
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
912
912
|
"onUpdate:visible": {
|
|
@@ -915,7 +915,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
915
915
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
916
916
|
__epPropKey: true;
|
|
917
917
|
};
|
|
918
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
918
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
919
919
|
}>> & {
|
|
920
920
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
921
921
|
}, {
|
|
@@ -1225,7 +1225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1225
1225
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1226
1226
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1227
1227
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1228
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1228
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1229
1229
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1230
1230
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1231
1231
|
"onUpdate:visible": {
|
|
@@ -1234,7 +1234,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1234
1234
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1235
1235
|
__epPropKey: true;
|
|
1236
1236
|
};
|
|
1237
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1237
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1238
1238
|
}>> & {
|
|
1239
1239
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1240
1240
|
}>>;
|
|
@@ -1253,10 +1253,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1253
1253
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1254
1254
|
isFocusInsideContent: () => boolean | undefined;
|
|
1255
1255
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1256
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1256
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1257
1257
|
}, {
|
|
1258
1258
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1259
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1259
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1260
1260
|
}>> & {
|
|
1261
1261
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1262
1262
|
}>>;
|
|
@@ -1264,12 +1264,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1264
1264
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1265
1265
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1266
1266
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1267
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
1267
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
1268
1268
|
popperProvides: import("../../../..").ElPopperInjectionContext;
|
|
1269
1269
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1270
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1270
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1271
1271
|
}>>, {
|
|
1272
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
1272
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1273
1273
|
}>> & Record<string, any>;
|
|
1274
1274
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1275
1275
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1626,8 +1626,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1626
1626
|
readonly id: StringConstructor;
|
|
1627
1627
|
readonly open: BooleanConstructor;
|
|
1628
1628
|
}>>, {
|
|
1629
|
-
readonly open: boolean;
|
|
1630
1629
|
readonly virtualTriggering: boolean;
|
|
1630
|
+
readonly open: boolean;
|
|
1631
1631
|
}>;
|
|
1632
1632
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1633
1633
|
readonly disabled: BooleanConstructor;
|
|
@@ -1687,8 +1687,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1687
1687
|
}>>, {
|
|
1688
1688
|
readonly disabled: boolean;
|
|
1689
1689
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
1690
|
-
readonly open: boolean;
|
|
1691
1690
|
readonly virtualTriggering: boolean;
|
|
1691
|
+
readonly open: boolean;
|
|
1692
1692
|
readonly triggerKeys: string[];
|
|
1693
1693
|
}>;
|
|
1694
1694
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -1949,7 +1949,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1949
1949
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
1950
1950
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1951
1951
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1952
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
1952
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1953
1953
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1954
1954
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1955
1955
|
}, {
|
|
@@ -2211,7 +2211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2211
2211
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2212
2212
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2213
2213
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2214
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
2214
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2215
2215
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2216
2216
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2217
2217
|
}>> & {
|
|
@@ -2489,9 +2489,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2489
2489
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2490
2490
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2491
2491
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2492
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
2492
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2493
2493
|
}, {
|
|
2494
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
2494
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2495
2495
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2496
2496
|
readonly id: StringConstructor;
|
|
2497
2497
|
readonly style: {
|
|
@@ -2738,7 +2738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2738
2738
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2739
2739
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2740
2740
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2741
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
2741
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2742
2742
|
}>> & {
|
|
2743
2743
|
onClose?: (() => any) | undefined;
|
|
2744
2744
|
onFocus?: (() => any) | undefined;
|
|
@@ -3096,7 +3096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3096
3096
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3097
3097
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3098
3098
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3099
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3099
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3100
3100
|
}>> & {
|
|
3101
3101
|
onClose?: (() => any) | undefined;
|
|
3102
3102
|
onFocus?: (() => any) | undefined;
|
|
@@ -3105,13 +3105,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3105
3105
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3106
3106
|
}, {
|
|
3107
3107
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3108
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3109
3108
|
readonly offset: number;
|
|
3110
3109
|
readonly effect: string;
|
|
3111
3110
|
readonly boundariesPadding: number;
|
|
3112
3111
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3113
3112
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3114
3113
|
readonly popperOptions: Partial<Options>;
|
|
3114
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3115
3115
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3116
3116
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3117
3117
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3379,22 +3379,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3379
3379
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3380
3380
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3381
3381
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3382
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3382
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3383
3383
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3384
3384
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3385
3385
|
}>>, {
|
|
3386
3386
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3387
|
-
readonly showAfter: number;
|
|
3388
|
-
readonly hideAfter: number;
|
|
3389
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3390
3387
|
readonly offset: number;
|
|
3391
|
-
readonly content: string;
|
|
3392
|
-
readonly transition: string;
|
|
3393
3388
|
readonly effect: string;
|
|
3389
|
+
readonly showAfter: number;
|
|
3390
|
+
readonly hideAfter: number;
|
|
3394
3391
|
readonly boundariesPadding: number;
|
|
3395
3392
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3396
3393
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3397
3394
|
readonly popperOptions: Partial<Options>;
|
|
3395
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3398
3396
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3399
3397
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3400
3398
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3403,7 +3401,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3403
3401
|
readonly pure: boolean;
|
|
3404
3402
|
readonly virtualTriggering: boolean;
|
|
3405
3403
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3404
|
+
readonly content: string;
|
|
3406
3405
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3406
|
+
readonly transition: string;
|
|
3407
3407
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3408
3408
|
readonly persistent: boolean;
|
|
3409
3409
|
}>;
|
|
@@ -3411,18 +3411,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3411
3411
|
disabled: boolean;
|
|
3412
3412
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
3413
3413
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3414
|
-
showAfter: number;
|
|
3415
|
-
hideAfter: number;
|
|
3416
|
-
open: boolean;
|
|
3417
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3418
3414
|
offset: number;
|
|
3419
|
-
content: string;
|
|
3420
|
-
transition: string;
|
|
3421
3415
|
effect: string;
|
|
3416
|
+
showAfter: number;
|
|
3417
|
+
hideAfter: number;
|
|
3422
3418
|
boundariesPadding: number;
|
|
3423
3419
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3424
3420
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3425
3421
|
popperOptions: Partial<Options>;
|
|
3422
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3426
3423
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3427
3424
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3428
3425
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3431,10 +3428,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3431
3428
|
pure: boolean;
|
|
3432
3429
|
virtualTriggering: boolean;
|
|
3433
3430
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3431
|
+
content: string;
|
|
3434
3432
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3433
|
+
transition: string;
|
|
3435
3434
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3436
3435
|
persistent: boolean;
|
|
3437
|
-
|
|
3436
|
+
open: boolean;
|
|
3437
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3438
3438
|
triggerKeys: string[];
|
|
3439
3439
|
arrowOffset: number;
|
|
3440
3440
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3764,7 +3764,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3764
3764
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3765
3765
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3766
3766
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3767
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3767
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3768
3768
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3769
3769
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3770
3770
|
"onUpdate:visible": {
|
|
@@ -3773,7 +3773,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3773
3773
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3774
3774
|
__epPropKey: true;
|
|
3775
3775
|
};
|
|
3776
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3776
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3777
3777
|
}>> & {
|
|
3778
3778
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3779
3779
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4083,7 +4083,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4083
4083
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4084
4084
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4085
4085
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4086
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4086
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4087
4087
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4088
4088
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4089
4089
|
"onUpdate:visible": {
|
|
@@ -4092,7 +4092,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4092
4092
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4093
4093
|
__epPropKey: true;
|
|
4094
4094
|
};
|
|
4095
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4095
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4096
4096
|
}>> & {
|
|
4097
4097
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4098
4098
|
}>>;
|
|
@@ -4111,10 +4111,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4111
4111
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4112
4112
|
isFocusInsideContent: () => boolean | undefined;
|
|
4113
4113
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4114
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4114
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4115
4115
|
}, {
|
|
4116
4116
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4117
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4117
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4118
4118
|
}>> & {
|
|
4119
4119
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4120
4120
|
}>>;
|
|
@@ -4122,12 +4122,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4122
4122
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4123
4123
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4124
4124
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4125
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4125
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4126
4126
|
popperProvides: import("../../../..").ElPopperInjectionContext;
|
|
4127
4127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4128
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4128
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4129
4129
|
}>>, {
|
|
4130
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4130
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4131
4131
|
}>> & Record<string, any>;
|
|
4132
4132
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4133
4133
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4484,8 +4484,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4484
4484
|
readonly id: StringConstructor;
|
|
4485
4485
|
readonly open: BooleanConstructor;
|
|
4486
4486
|
}>>, {
|
|
4487
|
-
readonly open: boolean;
|
|
4488
4487
|
readonly virtualTriggering: boolean;
|
|
4488
|
+
readonly open: boolean;
|
|
4489
4489
|
}>;
|
|
4490
4490
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4491
4491
|
readonly disabled: BooleanConstructor;
|
|
@@ -4545,8 +4545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4545
4545
|
}>>, {
|
|
4546
4546
|
readonly disabled: boolean;
|
|
4547
4547
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
4548
|
-
readonly open: boolean;
|
|
4549
4548
|
readonly virtualTriggering: boolean;
|
|
4549
|
+
readonly open: boolean;
|
|
4550
4550
|
readonly triggerKeys: string[];
|
|
4551
4551
|
}>;
|
|
4552
4552
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4807,7 +4807,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4807
4807
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4808
4808
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4809
4809
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4810
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4810
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4811
4811
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4812
4812
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4813
4813
|
}, {
|
|
@@ -5069,7 +5069,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5069
5069
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5070
5070
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5071
5071
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5072
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5072
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5073
5073
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5074
5074
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5075
5075
|
}>> & {
|
|
@@ -5347,9 +5347,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5347
5347
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5348
5348
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5349
5349
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5350
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5350
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5351
5351
|
}, {
|
|
5352
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5352
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5353
5353
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5354
5354
|
readonly id: StringConstructor;
|
|
5355
5355
|
readonly style: {
|
|
@@ -5596,7 +5596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5596
5596
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5597
5597
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5598
5598
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5599
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5599
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5600
5600
|
}>> & {
|
|
5601
5601
|
onClose?: (() => any) | undefined;
|
|
5602
5602
|
onFocus?: (() => any) | undefined;
|
|
@@ -5954,7 +5954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5954
5954
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5955
5955
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5956
5956
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5957
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5957
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5958
5958
|
}>> & {
|
|
5959
5959
|
onClose?: (() => any) | undefined;
|
|
5960
5960
|
onFocus?: (() => any) | undefined;
|
|
@@ -5963,13 +5963,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5963
5963
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5964
5964
|
}, {
|
|
5965
5965
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
5966
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
5967
5966
|
readonly offset: number;
|
|
5968
5967
|
readonly effect: string;
|
|
5969
5968
|
readonly boundariesPadding: number;
|
|
5970
5969
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
5971
5970
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5972
5971
|
readonly popperOptions: Partial<Options>;
|
|
5972
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
5973
5973
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5974
5974
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5975
5975
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6237,22 +6237,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6237
6237
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6238
6238
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6239
6239
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6240
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6240
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6241
6241
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6242
6242
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6243
6243
|
}>>, {
|
|
6244
6244
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6245
|
-
readonly showAfter: number;
|
|
6246
|
-
readonly hideAfter: number;
|
|
6247
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6248
6245
|
readonly offset: number;
|
|
6249
|
-
readonly content: string;
|
|
6250
|
-
readonly transition: string;
|
|
6251
6246
|
readonly effect: string;
|
|
6247
|
+
readonly showAfter: number;
|
|
6248
|
+
readonly hideAfter: number;
|
|
6252
6249
|
readonly boundariesPadding: number;
|
|
6253
6250
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6254
6251
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6255
6252
|
readonly popperOptions: Partial<Options>;
|
|
6253
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6256
6254
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6257
6255
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6258
6256
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6261,7 +6259,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6261
6259
|
readonly pure: boolean;
|
|
6262
6260
|
readonly virtualTriggering: boolean;
|
|
6263
6261
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6262
|
+
readonly content: string;
|
|
6264
6263
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6264
|
+
readonly transition: string;
|
|
6265
6265
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6266
6266
|
readonly persistent: boolean;
|
|
6267
6267
|
}>;
|
|
@@ -6670,8 +6670,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6670
6670
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6671
6671
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
6672
6672
|
}>> & {
|
|
6673
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6674
6673
|
onChange?: ((value: string) => any) | undefined;
|
|
6674
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6675
6675
|
onInput?: ((value: string) => any) | undefined;
|
|
6676
6676
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6677
6677
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -6937,8 +6937,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6937
6937
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6938
6938
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
6939
6939
|
}>> & {
|
|
6940
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6941
6940
|
onChange?: ((value: string) => any) | undefined;
|
|
6941
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6942
6942
|
onInput?: ((value: string) => any) | undefined;
|
|
6943
6943
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6944
6944
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -7336,7 +7336,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7336
7336
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7337
7337
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7338
7338
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7339
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7339
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7340
7340
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7341
7341
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7342
7342
|
"onUpdate:visible": {
|
|
@@ -7345,7 +7345,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7345
7345
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7346
7346
|
__epPropKey: true;
|
|
7347
7347
|
};
|
|
7348
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7348
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7349
7349
|
}, {
|
|
7350
7350
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7351
7351
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -7653,7 +7653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7653
7653
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7654
7654
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7655
7655
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7656
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7656
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7657
7657
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7658
7658
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7659
7659
|
"onUpdate:visible": {
|
|
@@ -7662,7 +7662,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7662
7662
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7663
7663
|
__epPropKey: true;
|
|
7664
7664
|
};
|
|
7665
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7665
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7666
7666
|
}>> & {
|
|
7667
7667
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7668
7668
|
}>>;
|
|
@@ -7681,10 +7681,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7681
7681
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7682
7682
|
isFocusInsideContent: () => boolean | undefined;
|
|
7683
7683
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7684
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7684
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7685
7685
|
}, {
|
|
7686
7686
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7687
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7687
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7688
7688
|
}>> & {
|
|
7689
7689
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7690
7690
|
}>>;
|
|
@@ -7692,12 +7692,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7692
7692
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7693
7693
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7694
7694
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7695
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7695
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7696
7696
|
popperProvides: import("../../../..").ElPopperInjectionContext;
|
|
7697
7697
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7698
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7698
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7699
7699
|
}>>, {
|
|
7700
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7700
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7701
7701
|
}>> & Record<string, any>;
|
|
7702
7702
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7703
7703
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8054,8 +8054,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8054
8054
|
readonly id: StringConstructor;
|
|
8055
8055
|
readonly open: BooleanConstructor;
|
|
8056
8056
|
}>>, {
|
|
8057
|
-
readonly open: boolean;
|
|
8058
8057
|
readonly virtualTriggering: boolean;
|
|
8058
|
+
readonly open: boolean;
|
|
8059
8059
|
}>;
|
|
8060
8060
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8061
8061
|
readonly disabled: BooleanConstructor;
|
|
@@ -8115,8 +8115,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8115
8115
|
}>>, {
|
|
8116
8116
|
readonly disabled: boolean;
|
|
8117
8117
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
8118
|
-
readonly open: boolean;
|
|
8119
8118
|
readonly virtualTriggering: boolean;
|
|
8119
|
+
readonly open: boolean;
|
|
8120
8120
|
readonly triggerKeys: string[];
|
|
8121
8121
|
}>;
|
|
8122
8122
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8377,7 +8377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8377
8377
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8378
8378
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8379
8379
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8380
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8380
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8381
8381
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8382
8382
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8383
8383
|
}, {
|
|
@@ -8639,7 +8639,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8639
8639
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8640
8640
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8641
8641
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8642
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8642
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8643
8643
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8644
8644
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8645
8645
|
}>> & {
|
|
@@ -8917,9 +8917,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8917
8917
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8918
8918
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8919
8919
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8920
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8920
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8921
8921
|
}, {
|
|
8922
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8922
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8923
8923
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8924
8924
|
readonly id: StringConstructor;
|
|
8925
8925
|
readonly style: {
|
|
@@ -9166,7 +9166,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9166
9166
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9167
9167
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9168
9168
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9169
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9169
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9170
9170
|
}>> & {
|
|
9171
9171
|
onClose?: (() => any) | undefined;
|
|
9172
9172
|
onFocus?: (() => any) | undefined;
|
|
@@ -9524,7 +9524,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9524
9524
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9525
9525
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9526
9526
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9527
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9527
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9528
9528
|
}>> & {
|
|
9529
9529
|
onClose?: (() => any) | undefined;
|
|
9530
9530
|
onFocus?: (() => any) | undefined;
|
|
@@ -9533,13 +9533,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9533
9533
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9534
9534
|
}, {
|
|
9535
9535
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9536
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9537
9536
|
readonly offset: number;
|
|
9538
9537
|
readonly effect: string;
|
|
9539
9538
|
readonly boundariesPadding: number;
|
|
9540
9539
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9541
9540
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9542
9541
|
readonly popperOptions: Partial<Options>;
|
|
9542
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9543
9543
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9544
9544
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9545
9545
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9807,22 +9807,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9807
9807
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9808
9808
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9809
9809
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9810
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9810
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9811
9811
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9812
9812
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9813
9813
|
}>>, {
|
|
9814
9814
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9815
|
-
readonly showAfter: number;
|
|
9816
|
-
readonly hideAfter: number;
|
|
9817
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9818
9815
|
readonly offset: number;
|
|
9819
|
-
readonly content: string;
|
|
9820
|
-
readonly transition: string;
|
|
9821
9816
|
readonly effect: string;
|
|
9817
|
+
readonly showAfter: number;
|
|
9818
|
+
readonly hideAfter: number;
|
|
9822
9819
|
readonly boundariesPadding: number;
|
|
9823
9820
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9824
9821
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9825
9822
|
readonly popperOptions: Partial<Options>;
|
|
9823
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9826
9824
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9827
9825
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9828
9826
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9831,7 +9829,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9831
9829
|
readonly pure: boolean;
|
|
9832
9830
|
readonly virtualTriggering: boolean;
|
|
9833
9831
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9832
|
+
readonly content: string;
|
|
9834
9833
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9834
|
+
readonly transition: string;
|
|
9835
9835
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9836
9836
|
readonly persistent: boolean;
|
|
9837
9837
|
}>;
|
|
@@ -10141,7 +10141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10141
10141
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10142
10142
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10143
10143
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10144
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10144
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10145
10145
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10146
10146
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10147
10147
|
"onUpdate:visible": {
|
|
@@ -10150,25 +10150,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10150
10150
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10151
10151
|
__epPropKey: true;
|
|
10152
10152
|
};
|
|
10153
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10153
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10154
10154
|
}>> & {
|
|
10155
10155
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10156
10156
|
}, {
|
|
10157
10157
|
disabled: boolean;
|
|
10158
10158
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
10159
10159
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10160
|
-
showAfter: number;
|
|
10161
|
-
hideAfter: number;
|
|
10162
|
-
open: boolean;
|
|
10163
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10164
10160
|
offset: number;
|
|
10165
|
-
content: string;
|
|
10166
|
-
transition: string;
|
|
10167
10161
|
effect: string;
|
|
10162
|
+
showAfter: number;
|
|
10163
|
+
hideAfter: number;
|
|
10168
10164
|
boundariesPadding: number;
|
|
10169
10165
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10170
10166
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10171
10167
|
popperOptions: Partial<Options>;
|
|
10168
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10172
10169
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10173
10170
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10174
10171
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10177,10 +10174,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10177
10174
|
pure: boolean;
|
|
10178
10175
|
virtualTriggering: boolean;
|
|
10179
10176
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
10177
|
+
content: string;
|
|
10180
10178
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10179
|
+
transition: string;
|
|
10181
10180
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10182
10181
|
persistent: boolean;
|
|
10183
|
-
|
|
10182
|
+
open: boolean;
|
|
10183
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10184
10184
|
triggerKeys: string[];
|
|
10185
10185
|
arrowOffset: number;
|
|
10186
10186
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10265,8 +10265,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10265
10265
|
};
|
|
10266
10266
|
readonly isRange: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10267
10267
|
}>> & {
|
|
10268
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10269
10268
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10269
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10270
10270
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
10271
10271
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
10272
10272
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
@@ -10281,9 +10281,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10281
10281
|
readonly modelValue: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("./props").ModelValueType & {}) | (() => import("./props").ModelValueType) | ((new (...args: any[]) => import("./props").ModelValueType & {}) | (() => import("./props").ModelValueType))[], unknown, unknown>;
|
|
10282
10282
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10283
10283
|
readonly editable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10284
|
-
readonly placeholder: string;
|
|
10285
10284
|
readonly popperClass: string;
|
|
10286
10285
|
readonly popperOptions: Partial<Options>;
|
|
10286
|
+
readonly placeholder: string;
|
|
10287
10287
|
readonly readonly: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10288
10288
|
readonly clearable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10289
10289
|
readonly prefixIcon: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|