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
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
}>> & {
|
|
55
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
56
55
|
onChange?: ((val: string | null) => any) | undefined;
|
|
56
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
57
57
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -436,8 +436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
436
|
};
|
|
437
437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
438
438
|
}>> & {
|
|
439
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
440
439
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
440
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
441
441
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
442
442
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
443
443
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -560,8 +560,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
560
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
561
561
|
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>;
|
|
562
562
|
}>> & {
|
|
563
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
563
|
onChange?: ((value: string) => any) | undefined;
|
|
564
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
565
565
|
onInput?: ((value: string) => any) | undefined;
|
|
566
566
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
567
567
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -664,8 +664,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
664
664
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
665
665
|
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>;
|
|
666
666
|
}>> & {
|
|
667
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
667
|
onChange?: ((value: string) => any) | undefined;
|
|
668
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
669
669
|
onInput?: ((value: string) => any) | undefined;
|
|
670
670
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
671
671
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -755,8 +755,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
755
755
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
756
756
|
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>;
|
|
757
757
|
}>> & {
|
|
758
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
758
|
onChange?: ((value: string) => any) | undefined;
|
|
759
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
760
760
|
onInput?: ((value: string) => any) | undefined;
|
|
761
761
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
762
762
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1059,8 +1059,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1059
1059
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1060
1060
|
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>;
|
|
1061
1061
|
}>> & {
|
|
1062
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
1062
|
onChange?: ((value: string) => any) | undefined;
|
|
1063
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1064
1064
|
onInput?: ((value: string) => any) | undefined;
|
|
1065
1065
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1066
1066
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1150,8 +1150,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1150
1150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1151
1151
|
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>;
|
|
1152
1152
|
}>> & {
|
|
1153
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
1153
|
onChange?: ((value: string) => any) | undefined;
|
|
1154
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1155
1155
|
onInput?: ((value: string) => any) | undefined;
|
|
1156
1156
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1157
1157
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1508,8 +1508,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1508
1508
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1509
1509
|
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>;
|
|
1510
1510
|
}>> & {
|
|
1511
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
1511
|
onChange?: ((value: string) => any) | undefined;
|
|
1512
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1513
1513
|
onInput?: ((value: string) => any) | undefined;
|
|
1514
1514
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1515
1515
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1775,8 +1775,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1776
1776
|
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>;
|
|
1777
1777
|
}>> & {
|
|
1778
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
1778
|
onChange?: ((value: string) => any) | undefined;
|
|
1779
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1780
1780
|
onInput?: ((value: string) => any) | undefined;
|
|
1781
1781
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1782
1782
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1907,8 +1907,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1907
1907
|
};
|
|
1908
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1909
1909
|
}>> & {
|
|
1910
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1911
1910
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1912
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1913
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1914
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2049,8 +2049,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2049
2049
|
};
|
|
2050
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2051
2051
|
}>> & {
|
|
2052
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2053
2052
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2054
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2055
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2056
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2173,8 +2173,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2173
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2174
2174
|
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>;
|
|
2175
2175
|
}>> & {
|
|
2176
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2177
2176
|
onChange?: ((value: string) => any) | undefined;
|
|
2177
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2178
2178
|
onInput?: ((value: string) => any) | undefined;
|
|
2179
2179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2180
2180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2277,8 +2277,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2277
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2278
2278
|
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>;
|
|
2279
2279
|
}>> & {
|
|
2280
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2281
2280
|
onChange?: ((value: string) => any) | undefined;
|
|
2281
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2282
2282
|
onInput?: ((value: string) => any) | undefined;
|
|
2283
2283
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2284
2284
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2368,8 +2368,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2368
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2369
2369
|
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>;
|
|
2370
2370
|
}>> & {
|
|
2371
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2372
2371
|
onChange?: ((value: string) => any) | undefined;
|
|
2372
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2373
2373
|
onInput?: ((value: string) => any) | undefined;
|
|
2374
2374
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2375
2375
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2672,8 +2672,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2672
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2673
2673
|
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>;
|
|
2674
2674
|
}>> & {
|
|
2675
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2676
2675
|
onChange?: ((value: string) => any) | undefined;
|
|
2676
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2677
2677
|
onInput?: ((value: string) => any) | undefined;
|
|
2678
2678
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2679
2679
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2763,8 +2763,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2763
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2764
2764
|
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>;
|
|
2765
2765
|
}>> & {
|
|
2766
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2767
2766
|
onChange?: ((value: string) => any) | undefined;
|
|
2767
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2768
2768
|
onInput?: ((value: string) => any) | undefined;
|
|
2769
2769
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2770
2770
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3121,8 +3121,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3121
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3122
3122
|
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>;
|
|
3123
3123
|
}>> & {
|
|
3124
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3125
3124
|
onChange?: ((value: string) => any) | undefined;
|
|
3125
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3126
3126
|
onInput?: ((value: string) => any) | undefined;
|
|
3127
3127
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3128
3128
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3388,8 +3388,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3388
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3389
3389
|
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>;
|
|
3390
3390
|
}>> & {
|
|
3391
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3392
3391
|
onChange?: ((value: string) => any) | undefined;
|
|
3392
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3393
3393
|
onInput?: ((value: string) => any) | undefined;
|
|
3394
3394
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3395
3395
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3520,8 +3520,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3520
3520
|
};
|
|
3521
3521
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3522
3522
|
}>> & {
|
|
3523
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3524
3523
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3524
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3525
3525
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3526
3526
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3527
3527
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3547,18 +3547,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3547
3547
|
disabled: boolean;
|
|
3548
3548
|
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>;
|
|
3549
3549
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3550
|
-
showAfter: number;
|
|
3551
|
-
hideAfter: number;
|
|
3552
|
-
open: boolean;
|
|
3553
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3554
3550
|
offset: number;
|
|
3555
|
-
content: string;
|
|
3556
|
-
transition: string;
|
|
3557
3551
|
effect: string;
|
|
3552
|
+
showAfter: number;
|
|
3553
|
+
hideAfter: number;
|
|
3558
3554
|
boundariesPadding: number;
|
|
3559
3555
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3560
3556
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3561
3557
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3558
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3562
3559
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3563
3560
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3564
3561
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3567,10 +3564,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3567
3564
|
pure: boolean;
|
|
3568
3565
|
virtualTriggering: boolean;
|
|
3569
3566
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3567
|
+
content: string;
|
|
3570
3568
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3569
|
+
transition: string;
|
|
3571
3570
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3572
3571
|
persistent: boolean;
|
|
3573
|
-
|
|
3572
|
+
open: boolean;
|
|
3573
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3574
3574
|
triggerKeys: string[];
|
|
3575
3575
|
arrowOffset: number;
|
|
3576
3576
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3880,7 +3880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3880
3880
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3881
3881
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3882
3882
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3883
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3883
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3884
3884
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3885
3885
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3886
3886
|
"onUpdate:visible": {
|
|
@@ -3889,10 +3889,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
3889
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3890
3890
|
__epPropKey: true;
|
|
3891
3891
|
};
|
|
3892
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3892
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3893
3893
|
}>> & {
|
|
3894
3894
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3895
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3895
|
+
} & 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">;
|
|
3896
3896
|
$attrs: {
|
|
3897
3897
|
[x: string]: unknown;
|
|
3898
3898
|
};
|
|
@@ -4212,7 +4212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4212
4212
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4213
4213
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4214
4214
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4215
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4215
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4216
4216
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4217
4217
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4218
4218
|
"onUpdate:visible": {
|
|
@@ -4221,7 +4221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4221
4221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4222
4222
|
__epPropKey: true;
|
|
4223
4223
|
};
|
|
4224
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4224
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4225
4225
|
}>> & {
|
|
4226
4226
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4227
4227
|
}, {
|
|
@@ -4531,7 +4531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4531
4531
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4532
4532
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4533
4533
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4534
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4534
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4535
4535
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4536
4536
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4537
4537
|
"onUpdate:visible": {
|
|
@@ -4540,7 +4540,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4540
4540
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4541
4541
|
__epPropKey: true;
|
|
4542
4542
|
};
|
|
4543
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4543
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4544
4544
|
}>> & {
|
|
4545
4545
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4546
4546
|
}>>;
|
|
@@ -4559,10 +4559,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4559
4559
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4560
4560
|
isFocusInsideContent: () => boolean | undefined;
|
|
4561
4561
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4562
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4562
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4563
4563
|
}, {
|
|
4564
4564
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4565
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4565
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4566
4566
|
}>> & {
|
|
4567
4567
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4568
4568
|
}>>;
|
|
@@ -4570,12 +4570,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4570
4570
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4571
4571
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4572
4572
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4573
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4573
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4574
4574
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4575
4575
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4576
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4576
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4577
4577
|
}>>, {
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4579
4579
|
}>> & Record<string, any>;
|
|
4580
4580
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4581
4581
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4932,8 +4932,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4932
4932
|
readonly id: StringConstructor;
|
|
4933
4933
|
readonly open: BooleanConstructor;
|
|
4934
4934
|
}>>, {
|
|
4935
|
-
readonly open: boolean;
|
|
4936
4935
|
readonly virtualTriggering: boolean;
|
|
4936
|
+
readonly open: boolean;
|
|
4937
4937
|
}>;
|
|
4938
4938
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4939
4939
|
readonly disabled: BooleanConstructor;
|
|
@@ -4993,8 +4993,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
4993
|
}>>, {
|
|
4994
4994
|
readonly disabled: boolean;
|
|
4995
4995
|
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>;
|
|
4996
|
-
readonly open: boolean;
|
|
4997
4996
|
readonly virtualTriggering: boolean;
|
|
4997
|
+
readonly open: boolean;
|
|
4998
4998
|
readonly triggerKeys: string[];
|
|
4999
4999
|
}>;
|
|
5000
5000
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5255,7 +5255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5255
5255
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5256
5256
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5257
5257
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5258
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5258
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5259
5259
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5260
5260
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5261
5261
|
}, {
|
|
@@ -5517,7 +5517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5517
5517
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5518
5518
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5519
5519
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5520
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5520
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5521
5521
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5522
5522
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5523
5523
|
}>> & {
|
|
@@ -5795,9 +5795,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5795
5795
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5796
5796
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5797
5797
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5798
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5798
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5799
5799
|
}, {
|
|
5800
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5800
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5801
5801
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5802
5802
|
readonly id: StringConstructor;
|
|
5803
5803
|
readonly style: {
|
|
@@ -6044,7 +6044,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6044
6044
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6045
6045
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6046
6046
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6047
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6047
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6048
6048
|
}>> & {
|
|
6049
6049
|
onClose?: (() => any) | undefined;
|
|
6050
6050
|
onFocus?: (() => any) | undefined;
|
|
@@ -6402,7 +6402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6402
6402
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6403
6403
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6404
6404
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6405
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6405
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6406
6406
|
}>> & {
|
|
6407
6407
|
onClose?: (() => any) | undefined;
|
|
6408
6408
|
onFocus?: (() => any) | undefined;
|
|
@@ -6411,13 +6411,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6411
6411
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6412
6412
|
}, {
|
|
6413
6413
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6414
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6415
6414
|
readonly offset: number;
|
|
6416
6415
|
readonly effect: string;
|
|
6417
6416
|
readonly boundariesPadding: number;
|
|
6418
6417
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6419
6418
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6420
6419
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6420
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6421
6421
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6422
6422
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6423
6423
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6685,22 +6685,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6685
6685
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6686
6686
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6687
6687
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6688
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6688
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6689
6689
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6690
6690
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6691
6691
|
}>>, {
|
|
6692
6692
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6693
|
-
readonly showAfter: number;
|
|
6694
|
-
readonly hideAfter: number;
|
|
6695
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6696
6693
|
readonly offset: number;
|
|
6697
|
-
readonly content: string;
|
|
6698
|
-
readonly transition: string;
|
|
6699
6694
|
readonly effect: string;
|
|
6695
|
+
readonly showAfter: number;
|
|
6696
|
+
readonly hideAfter: number;
|
|
6700
6697
|
readonly boundariesPadding: number;
|
|
6701
6698
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6702
6699
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6703
6700
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6701
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6704
6702
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6705
6703
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6706
6704
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6709,7 +6707,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6709
6707
|
readonly pure: boolean;
|
|
6710
6708
|
readonly virtualTriggering: boolean;
|
|
6711
6709
|
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>;
|
|
6710
|
+
readonly content: string;
|
|
6712
6711
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
|
+
readonly transition: string;
|
|
6713
6713
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
6714
|
readonly persistent: boolean;
|
|
6715
6715
|
}>;
|
|
@@ -6717,18 +6717,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6717
6717
|
disabled: boolean;
|
|
6718
6718
|
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>;
|
|
6719
6719
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6720
|
-
showAfter: number;
|
|
6721
|
-
hideAfter: number;
|
|
6722
|
-
open: boolean;
|
|
6723
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6724
6720
|
offset: number;
|
|
6725
|
-
content: string;
|
|
6726
|
-
transition: string;
|
|
6727
6721
|
effect: string;
|
|
6722
|
+
showAfter: number;
|
|
6723
|
+
hideAfter: number;
|
|
6728
6724
|
boundariesPadding: number;
|
|
6729
6725
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6730
6726
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6731
6727
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6728
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6732
6729
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6733
6730
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6734
6731
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6737,10 +6734,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6737
6734
|
pure: boolean;
|
|
6738
6735
|
virtualTriggering: boolean;
|
|
6739
6736
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6737
|
+
content: string;
|
|
6740
6738
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6739
|
+
transition: string;
|
|
6741
6740
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6742
6741
|
persistent: boolean;
|
|
6743
|
-
|
|
6742
|
+
open: boolean;
|
|
6743
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6744
6744
|
triggerKeys: string[];
|
|
6745
6745
|
arrowOffset: number;
|
|
6746
6746
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7070,7 +7070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7070
7070
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7071
7071
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7072
7072
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7073
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7073
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7074
7074
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7075
7075
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7076
7076
|
"onUpdate:visible": {
|
|
@@ -7079,7 +7079,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7079
7079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7080
7080
|
__epPropKey: true;
|
|
7081
7081
|
};
|
|
7082
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7082
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7083
7083
|
}>> & {
|
|
7084
7084
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7085
7085
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7389,7 +7389,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7389
7389
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7390
7390
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7391
7391
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7392
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7392
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7393
7393
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7394
7394
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7395
7395
|
"onUpdate:visible": {
|
|
@@ -7398,7 +7398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7398
7398
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7399
7399
|
__epPropKey: true;
|
|
7400
7400
|
};
|
|
7401
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7401
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7402
7402
|
}>> & {
|
|
7403
7403
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7404
7404
|
}>>;
|
|
@@ -7417,10 +7417,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7417
7417
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7418
7418
|
isFocusInsideContent: () => boolean | undefined;
|
|
7419
7419
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7420
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7420
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7421
7421
|
}, {
|
|
7422
7422
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7423
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7423
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7424
7424
|
}>> & {
|
|
7425
7425
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7426
7426
|
}>>;
|
|
@@ -7428,12 +7428,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7428
7428
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7429
7429
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7430
7430
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7431
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7431
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7432
7432
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7433
7433
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7434
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7434
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7435
7435
|
}>>, {
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7437
7437
|
}>> & Record<string, any>;
|
|
7438
7438
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7439
7439
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7790,8 +7790,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7790
7790
|
readonly id: StringConstructor;
|
|
7791
7791
|
readonly open: BooleanConstructor;
|
|
7792
7792
|
}>>, {
|
|
7793
|
-
readonly open: boolean;
|
|
7794
7793
|
readonly virtualTriggering: boolean;
|
|
7794
|
+
readonly open: boolean;
|
|
7795
7795
|
}>;
|
|
7796
7796
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7797
7797
|
readonly disabled: BooleanConstructor;
|
|
@@ -7851,8 +7851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7851
7851
|
}>>, {
|
|
7852
7852
|
readonly disabled: boolean;
|
|
7853
7853
|
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>;
|
|
7854
|
-
readonly open: boolean;
|
|
7855
7854
|
readonly virtualTriggering: boolean;
|
|
7855
|
+
readonly open: boolean;
|
|
7856
7856
|
readonly triggerKeys: string[];
|
|
7857
7857
|
}>;
|
|
7858
7858
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8113,7 +8113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8113
8113
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8114
8114
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8115
8115
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8116
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8116
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8117
8117
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8118
8118
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8119
8119
|
}, {
|
|
@@ -8375,7 +8375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8375
8375
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8376
8376
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8377
8377
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8378
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8378
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8379
8379
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8380
8380
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8381
8381
|
}>> & {
|
|
@@ -8653,9 +8653,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8653
8653
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8654
8654
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8655
8655
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8656
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8656
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8657
8657
|
}, {
|
|
8658
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8658
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8659
8659
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8660
8660
|
readonly id: StringConstructor;
|
|
8661
8661
|
readonly style: {
|
|
@@ -8902,7 +8902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8902
8902
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8903
8903
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8904
8904
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8905
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8905
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8906
8906
|
}>> & {
|
|
8907
8907
|
onClose?: (() => any) | undefined;
|
|
8908
8908
|
onFocus?: (() => any) | undefined;
|
|
@@ -9260,7 +9260,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9260
9260
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9261
9261
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9262
9262
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9263
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9263
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9264
9264
|
}>> & {
|
|
9265
9265
|
onClose?: (() => any) | undefined;
|
|
9266
9266
|
onFocus?: (() => any) | undefined;
|
|
@@ -9269,13 +9269,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9269
9269
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9270
9270
|
}, {
|
|
9271
9271
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9272
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9273
9272
|
readonly offset: number;
|
|
9274
9273
|
readonly effect: string;
|
|
9275
9274
|
readonly boundariesPadding: number;
|
|
9276
9275
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9277
9276
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9278
9277
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9278
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9279
9279
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9280
9280
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9281
9281
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9543,22 +9543,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9543
9543
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9544
9544
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9545
9545
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9546
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9546
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9547
9547
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9548
9548
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9549
9549
|
}>>, {
|
|
9550
9550
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9551
|
-
readonly showAfter: number;
|
|
9552
|
-
readonly hideAfter: number;
|
|
9553
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9554
9551
|
readonly offset: number;
|
|
9555
|
-
readonly content: string;
|
|
9556
|
-
readonly transition: string;
|
|
9557
9552
|
readonly effect: string;
|
|
9553
|
+
readonly showAfter: number;
|
|
9554
|
+
readonly hideAfter: number;
|
|
9558
9555
|
readonly boundariesPadding: number;
|
|
9559
9556
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9560
9557
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9561
9558
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9559
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9562
9560
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9563
9561
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9564
9562
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9567,7 +9565,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9567
9565
|
readonly pure: boolean;
|
|
9568
9566
|
readonly virtualTriggering: boolean;
|
|
9569
9567
|
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>;
|
|
9568
|
+
readonly content: string;
|
|
9570
9569
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
|
+
readonly transition: string;
|
|
9571
9571
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
9572
|
readonly persistent: boolean;
|
|
9573
9573
|
}>;
|
|
@@ -9631,8 +9631,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9631
9631
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9632
9632
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9633
9633
|
}>> & {
|
|
9634
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
9634
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9636
9636
|
}>>;
|
|
9637
9637
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9638
9638
|
ns: {
|
|
@@ -9679,8 +9679,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9679
9679
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9680
9680
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9681
9681
|
}>> & {
|
|
9682
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
9682
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9684
9684
|
}, {
|
|
9685
9685
|
readonly disabled: boolean;
|
|
9686
9686
|
readonly name: string;
|
|
@@ -10133,7 +10133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10133
10133
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10134
10134
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10135
10135
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10136
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10136
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10137
10137
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10138
10138
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10139
10139
|
"onUpdate:visible": {
|
|
@@ -10142,7 +10142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10142
10142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10143
10143
|
__epPropKey: true;
|
|
10144
10144
|
};
|
|
10145
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10145
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10146
10146
|
}, {
|
|
10147
10147
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10148
10148
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10450,7 +10450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10450
10450
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10451
10451
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10452
10452
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10453
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10453
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10454
10454
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10455
10455
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10456
10456
|
"onUpdate:visible": {
|
|
@@ -10459,7 +10459,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10459
10459
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10460
10460
|
__epPropKey: true;
|
|
10461
10461
|
};
|
|
10462
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10462
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10463
10463
|
}>> & {
|
|
10464
10464
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10465
10465
|
}>>;
|
|
@@ -10478,10 +10478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10478
10478
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10479
10479
|
isFocusInsideContent: () => boolean | undefined;
|
|
10480
10480
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10481
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10481
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10482
10482
|
}, {
|
|
10483
10483
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10484
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10484
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10485
10485
|
}>> & {
|
|
10486
10486
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10487
10487
|
}>>;
|
|
@@ -10489,12 +10489,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10489
10489
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10490
10490
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10491
10491
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10492
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10492
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10493
10493
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10494
10494
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10495
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10495
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10496
10496
|
}>>, {
|
|
10497
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10497
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10498
10498
|
}>> & Record<string, any>;
|
|
10499
10499
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10500
10500
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10851,8 +10851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10851
10851
|
readonly id: StringConstructor;
|
|
10852
10852
|
readonly open: BooleanConstructor;
|
|
10853
10853
|
}>>, {
|
|
10854
|
-
readonly open: boolean;
|
|
10855
10854
|
readonly virtualTriggering: boolean;
|
|
10855
|
+
readonly open: boolean;
|
|
10856
10856
|
}>;
|
|
10857
10857
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10858
10858
|
readonly disabled: BooleanConstructor;
|
|
@@ -10912,8 +10912,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10912
10912
|
}>>, {
|
|
10913
10913
|
readonly disabled: boolean;
|
|
10914
10914
|
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>;
|
|
10915
|
-
readonly open: boolean;
|
|
10916
10915
|
readonly virtualTriggering: boolean;
|
|
10916
|
+
readonly open: boolean;
|
|
10917
10917
|
readonly triggerKeys: string[];
|
|
10918
10918
|
}>;
|
|
10919
10919
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11174,7 +11174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11174
11174
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11175
11175
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11176
11176
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11177
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11177
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11178
11178
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11179
11179
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11180
11180
|
}, {
|
|
@@ -11436,7 +11436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11436
11436
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11437
11437
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11438
11438
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11439
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11439
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11440
11440
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11441
11441
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11442
11442
|
}>> & {
|
|
@@ -11714,9 +11714,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11714
11714
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11715
11715
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11716
11716
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11717
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11717
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11718
11718
|
}, {
|
|
11719
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11719
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11720
11720
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11721
11721
|
readonly id: StringConstructor;
|
|
11722
11722
|
readonly style: {
|
|
@@ -11963,7 +11963,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11963
11963
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11964
11964
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11965
11965
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11966
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11966
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11967
11967
|
}>> & {
|
|
11968
11968
|
onClose?: (() => any) | undefined;
|
|
11969
11969
|
onFocus?: (() => any) | undefined;
|
|
@@ -12321,7 +12321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12321
12321
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12322
12322
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12323
12323
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12324
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12324
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12325
12325
|
}>> & {
|
|
12326
12326
|
onClose?: (() => any) | undefined;
|
|
12327
12327
|
onFocus?: (() => any) | undefined;
|
|
@@ -12330,13 +12330,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12330
12330
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12331
12331
|
}, {
|
|
12332
12332
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12333
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12334
12333
|
readonly offset: number;
|
|
12335
12334
|
readonly effect: string;
|
|
12336
12335
|
readonly boundariesPadding: number;
|
|
12337
12336
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12338
12337
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12339
12338
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12339
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12340
12340
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12341
12341
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12342
12342
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12604,22 +12604,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12604
12604
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12605
12605
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12606
12606
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12607
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12607
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12608
12608
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12609
12609
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12610
12610
|
}>>, {
|
|
12611
12611
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12612
|
-
readonly showAfter: number;
|
|
12613
|
-
readonly hideAfter: number;
|
|
12614
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12615
12612
|
readonly offset: number;
|
|
12616
|
-
readonly content: string;
|
|
12617
|
-
readonly transition: string;
|
|
12618
12613
|
readonly effect: string;
|
|
12614
|
+
readonly showAfter: number;
|
|
12615
|
+
readonly hideAfter: number;
|
|
12619
12616
|
readonly boundariesPadding: number;
|
|
12620
12617
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12621
12618
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12622
12619
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12620
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12623
12621
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12624
12622
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12625
12623
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12628,7 +12626,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12628
12626
|
readonly pure: boolean;
|
|
12629
12627
|
readonly virtualTriggering: boolean;
|
|
12630
12628
|
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>;
|
|
12629
|
+
readonly content: string;
|
|
12631
12630
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12631
|
+
readonly transition: string;
|
|
12632
12632
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12633
12633
|
readonly persistent: boolean;
|
|
12634
12634
|
}>;
|
|
@@ -12938,7 +12938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12938
12938
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12939
12939
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12940
12940
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12941
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12941
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12942
12942
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12943
12943
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12944
12944
|
"onUpdate:visible": {
|
|
@@ -12947,25 +12947,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12947
12947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12948
12948
|
__epPropKey: true;
|
|
12949
12949
|
};
|
|
12950
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12950
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12951
12951
|
}>> & {
|
|
12952
12952
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12953
12953
|
}, {
|
|
12954
12954
|
disabled: boolean;
|
|
12955
12955
|
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>;
|
|
12956
12956
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12957
|
-
showAfter: number;
|
|
12958
|
-
hideAfter: number;
|
|
12959
|
-
open: boolean;
|
|
12960
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12961
12957
|
offset: number;
|
|
12962
|
-
content: string;
|
|
12963
|
-
transition: string;
|
|
12964
12958
|
effect: string;
|
|
12959
|
+
showAfter: number;
|
|
12960
|
+
hideAfter: number;
|
|
12965
12961
|
boundariesPadding: number;
|
|
12966
12962
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12967
12963
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12968
12964
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12965
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12969
12966
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12970
12967
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12971
12968
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12974,10 +12971,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12974
12971
|
pure: boolean;
|
|
12975
12972
|
virtualTriggering: boolean;
|
|
12976
12973
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12974
|
+
content: string;
|
|
12977
12975
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12976
|
+
transition: string;
|
|
12978
12977
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12979
12978
|
persistent: boolean;
|
|
12980
|
-
|
|
12979
|
+
open: boolean;
|
|
12980
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12981
12981
|
triggerKeys: string[];
|
|
12982
12982
|
arrowOffset: number;
|
|
12983
12983
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13138,8 +13138,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13138
13138
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13139
13139
|
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>;
|
|
13140
13140
|
}>> & {
|
|
13141
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13142
13141
|
onChange?: ((value: string) => any) | undefined;
|
|
13142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13143
13143
|
onInput?: ((value: string) => any) | undefined;
|
|
13144
13144
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13145
13145
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13405,8 +13405,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13405
13405
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13406
13406
|
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>;
|
|
13407
13407
|
}>> & {
|
|
13408
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13409
13408
|
onChange?: ((value: string) => any) | undefined;
|
|
13409
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13410
13410
|
onInput?: ((value: string) => any) | undefined;
|
|
13411
13411
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13412
13412
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13537,8 +13537,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13537
13537
|
};
|
|
13538
13538
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13539
13539
|
}>> & {
|
|
13540
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13541
13540
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13541
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13542
13542
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13543
13543
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13544
13544
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13661,8 +13661,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13661
13661
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13662
13662
|
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>;
|
|
13663
13663
|
}>> & {
|
|
13664
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13665
13664
|
onChange?: ((value: string) => any) | undefined;
|
|
13665
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13666
13666
|
onInput?: ((value: string) => any) | undefined;
|
|
13667
13667
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13668
13668
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13765,8 +13765,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13765
13765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13766
13766
|
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>;
|
|
13767
13767
|
}>> & {
|
|
13768
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13769
13768
|
onChange?: ((value: string) => any) | undefined;
|
|
13769
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13770
13770
|
onInput?: ((value: string) => any) | undefined;
|
|
13771
13771
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13772
13772
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13856,8 +13856,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13856
13856
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13857
13857
|
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>;
|
|
13858
13858
|
}>> & {
|
|
13859
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13860
13859
|
onChange?: ((value: string) => any) | undefined;
|
|
13860
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13861
13861
|
onInput?: ((value: string) => any) | undefined;
|
|
13862
13862
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13863
13863
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14160,8 +14160,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14160
14160
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14161
14161
|
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>;
|
|
14162
14162
|
}>> & {
|
|
14163
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14164
14163
|
onChange?: ((value: string) => any) | undefined;
|
|
14164
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14165
14165
|
onInput?: ((value: string) => any) | undefined;
|
|
14166
14166
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14167
14167
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14251,8 +14251,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14251
14251
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14252
14252
|
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>;
|
|
14253
14253
|
}>> & {
|
|
14254
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14255
14254
|
onChange?: ((value: string) => any) | undefined;
|
|
14255
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14256
14256
|
onInput?: ((value: string) => any) | undefined;
|
|
14257
14257
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14258
14258
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14609,8 +14609,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14609
14609
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14610
14610
|
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>;
|
|
14611
14611
|
}>> & {
|
|
14612
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14613
14612
|
onChange?: ((value: string) => any) | undefined;
|
|
14613
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14614
14614
|
onInput?: ((value: string) => any) | undefined;
|
|
14615
14615
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14616
14616
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14876,8 +14876,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14876
14876
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14877
14877
|
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>;
|
|
14878
14878
|
}>> & {
|
|
14879
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14880
14879
|
onChange?: ((value: string) => any) | undefined;
|
|
14880
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14881
14881
|
onInput?: ((value: string) => any) | undefined;
|
|
14882
14882
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14883
14883
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -15008,8 +15008,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15008
15008
|
};
|
|
15009
15009
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15010
15010
|
}>> & {
|
|
15011
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15012
15011
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15012
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15013
15013
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15014
15014
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15015
15015
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15190,8 +15190,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15190
15190
|
};
|
|
15191
15191
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15192
15192
|
}>> & {
|
|
15193
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15194
15193
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15194
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15195
15195
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15196
15196
|
}, {
|
|
15197
15197
|
readonly disabled: boolean;
|