element-plus-secondary 0.5.13 → 0.6.2
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/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/autocomplete/index.d.ts +167 -167
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +32 -67
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +67 -32
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +4 -4
- 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/breadcrumb/src/breadcrumb.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb2.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 +54 -78
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +78 -54
- 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 +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.mjs +8 -63
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +63 -8
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +234 -234
- package/es/components/cascader/src/index.vue.d.ts +117 -117
- 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/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +19 -97
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +97 -19
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +274 -274
- package/es/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
- 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 +47 -47
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +105 -105
- 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/dialog/index.d.ts +5 -5
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +78 -78
- 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-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.mjs +105 -281
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/dropdown/src/dropdown2.mjs +281 -105
- 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/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/es/components/form/index.mjs +4 -4
- 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/form/src/form.mjs +53 -150
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +150 -53
- package/es/components/form/src/form2.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/index.mjs +34 -34
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +442 -116
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +13 -13
- package/es/components/input/src/input2.mjs +116 -442
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +48 -48
- package/es/components/input-number/src/input-number.vue.d.ts +48 -48
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +100 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -100
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +86 -146
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +146 -86
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.mjs +9 -60
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +13 -13
- package/es/components/pagination/src/components/jumper2.mjs +60 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +22 -68
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +78 -79
- package/es/components/pagination/src/components/sizes2.mjs +68 -22
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm.mjs +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +10 -10
- 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 +68 -36
- 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 +36 -68
- 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/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.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/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- 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 +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +78 -79
- package/es/components/select/src/select.mjs +5 -16
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +78 -79
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select/src/useSelect.mjs +6 -6
- package/es/components/select/src/useSelect.mjs.map +1 -1
- package/es/components/select-v2/index.d.ts +156 -156
- package/es/components/select-v2/src/select-dropdown.mjs +8 -2
- package/es/components/select-v2/src/select-dropdown.mjs.map +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +78 -78
- package/es/components/select-v2/src/useSelect.d.ts +75 -75
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- 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.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +240 -240
- 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 +38 -38
- 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 +152 -152
- package/es/components/slider/src/slider.vue.d.ts +240 -240
- package/es/components/slider/src/slider2.mjs +1 -1
- 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 +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +75 -75
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-pane.mjs +73 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +13 -73
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +131 -131
- 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 +320 -324
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +160 -162
- package/es/components/time-select/src/time-select2.mjs +48 -117
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- 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 +38 -38
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +18 -18
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- package/es/components/tooltip/src/trigger.mjs +16 -74
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +74 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/arrow.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +113 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +50 -113
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +3 -3
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +6 -6
- package/es/components/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +107 -107
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +131 -19
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/es/components/transfer/src/transfer-panel2.mjs +19 -131
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +159 -69
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +107 -107
- package/es/components/transfer/src/transfer2.mjs +69 -159
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- 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 +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +6 -6
- package/es/components/upload/index.mjs +4 -4
- package/es/components/upload/src/upload-content.mjs +170 -33
- 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 +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +11 -70
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +70 -11
- package/es/components/upload/src/upload-dragger2.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 +6 -6
- 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 +34 -34
- 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/autocomplete/index.d.ts +167 -167
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +33 -67
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +67 -33
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +4 -4
- 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/breadcrumb/src/breadcrumb.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb2.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 +57 -78
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +78 -57
- 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 +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.js +8 -63
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +63 -8
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +234 -234
- package/lib/components/cascader/src/index.vue.d.ts +117 -117
- 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/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +19 -97
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +97 -19
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +274 -274
- package/lib/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
- 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 +47 -47
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +105 -105
- 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/dialog/index.d.ts +5 -5
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +78 -78
- 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-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.js +114 -281
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/dropdown/src/dropdown2.js +281 -114
- 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/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/lib/components/form/index.js +4 -4
- 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/form/src/form.js +53 -149
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +149 -53
- package/lib/components/form/src/form2.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/index.js +34 -34
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +441 -116
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +13 -13
- package/lib/components/input/src/input2.js +116 -441
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +48 -48
- package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +100 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -100
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +87 -144
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +144 -87
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.js +9 -60
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +13 -13
- package/lib/components/pagination/src/components/jumper2.js +60 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +22 -68
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +78 -79
- package/lib/components/pagination/src/components/sizes2.js +68 -22
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm.js +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- 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 +68 -37
- 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 +37 -68
- 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/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.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/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- 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 +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +78 -79
- package/lib/components/select/src/select.js +5 -16
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +78 -79
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select/src/useSelect.js +6 -6
- package/lib/components/select/src/useSelect.js.map +1 -1
- package/lib/components/select-v2/index.d.ts +156 -156
- package/lib/components/select-v2/src/select-dropdown.js +8 -2
- package/lib/components/select-v2/src/select-dropdown.js.map +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +78 -78
- package/lib/components/select-v2/src/useSelect.d.ts +75 -75
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- 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.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +240 -240
- 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 +38 -38
- 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 +152 -152
- package/lib/components/slider/src/slider.vue.d.ts +240 -240
- package/lib/components/slider/src/slider2.js +1 -1
- 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 +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-pane.js +73 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +13 -73
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +131 -131
- 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 +320 -324
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +160 -162
- package/lib/components/time-select/src/time-select2.js +48 -122
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- 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 +38 -38
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +18 -18
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- package/lib/components/tooltip/src/trigger.js +16 -74
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +74 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/arrow.js +23 -38
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +38 -23
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +113 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +50 -113
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +3 -3
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +6 -6
- package/lib/components/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +107 -107
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +131 -21
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/lib/components/transfer/src/transfer-panel2.js +21 -131
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +159 -73
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +107 -107
- package/lib/components/transfer/src/transfer2.js +73 -159
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- 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 +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +6 -6
- package/lib/components/upload/index.js +4 -4
- package/lib/components/upload/src/upload-content.js +170 -33
- 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 +33 -170
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +12 -70
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +70 -12
- package/lib/components/upload/src/upload-dragger2.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 +6 -6
- 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 +34 -34
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
|
@@ -64,8 +64,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
66
|
}>> & {
|
|
67
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
68
67
|
onChange?: ((val: string | null) => any) | undefined;
|
|
68
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
69
69
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -448,8 +448,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
448
448
|
};
|
|
449
449
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
450
450
|
}>> & {
|
|
451
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
452
451
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
452
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
453
453
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
454
454
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
455
455
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -572,18 +572,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
572
572
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
573
573
|
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>;
|
|
574
574
|
}>> & {
|
|
575
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
576
575
|
onChange?: ((value: string) => any) | undefined;
|
|
577
|
-
|
|
576
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
578
577
|
onInput?: ((value: string) => any) | undefined;
|
|
579
578
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
580
579
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
581
|
-
|
|
580
|
+
onClear?: (() => any) | undefined;
|
|
581
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
582
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
583
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
582
584
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
583
585
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
584
|
-
|
|
585
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
586
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
586
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
587
587
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
588
588
|
$attrs: {
|
|
589
589
|
[x: string]: unknown;
|
|
@@ -596,7 +596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
596
596
|
}>;
|
|
597
597
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
598
598
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
599
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
599
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
600
600
|
$el: any;
|
|
601
601
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
602
602
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -676,18 +676,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
676
676
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
677
677
|
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>;
|
|
678
678
|
}>> & {
|
|
679
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
680
679
|
onChange?: ((value: string) => any) | undefined;
|
|
681
|
-
|
|
680
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
682
681
|
onInput?: ((value: string) => any) | undefined;
|
|
683
682
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
684
683
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
685
|
-
|
|
684
|
+
onClear?: (() => any) | undefined;
|
|
685
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
686
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
687
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
686
688
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
687
689
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
688
|
-
|
|
689
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
690
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
690
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
691
691
|
}, {
|
|
692
692
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
693
693
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -767,20 +767,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
767
767
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
768
768
|
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>;
|
|
769
769
|
}>> & {
|
|
770
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
771
770
|
onChange?: ((value: string) => any) | undefined;
|
|
772
|
-
|
|
771
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
773
772
|
onInput?: ((value: string) => any) | undefined;
|
|
774
773
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
775
774
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
776
|
-
|
|
775
|
+
onClear?: (() => any) | undefined;
|
|
776
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
777
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
778
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
777
779
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
778
780
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
779
|
-
|
|
780
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
781
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
781
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
782
782
|
}>>;
|
|
783
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
783
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
784
784
|
rawAttrs: {
|
|
785
785
|
[x: string]: unknown;
|
|
786
786
|
};
|
|
@@ -1071,18 +1071,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1071
1071
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1072
1072
|
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>;
|
|
1073
1073
|
}>> & {
|
|
1074
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1075
1074
|
onChange?: ((value: string) => any) | undefined;
|
|
1076
|
-
|
|
1075
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1077
1076
|
onInput?: ((value: string) => any) | undefined;
|
|
1078
1077
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1079
1078
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1080
|
-
|
|
1079
|
+
onClear?: (() => any) | undefined;
|
|
1080
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1081
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1082
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1081
1083
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1082
1084
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1083
|
-
|
|
1084
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1085
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1085
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1086
1086
|
} & import("vue").ShallowUnwrapRef<{
|
|
1087
1087
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1088
1088
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -1162,20 +1162,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1162
1162
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1163
1163
|
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>;
|
|
1164
1164
|
}>> & {
|
|
1165
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1166
1165
|
onChange?: ((value: string) => any) | undefined;
|
|
1167
|
-
|
|
1166
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1168
1167
|
onInput?: ((value: string) => any) | undefined;
|
|
1169
1168
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1170
1169
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1171
|
-
|
|
1170
|
+
onClear?: (() => any) | undefined;
|
|
1171
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1172
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1173
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1172
1174
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1173
1175
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1174
|
-
|
|
1175
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1176
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1176
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1177
1177
|
}>>;
|
|
1178
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
1178
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1179
1179
|
rawAttrs: {
|
|
1180
1180
|
[x: string]: unknown;
|
|
1181
1181
|
};
|
|
@@ -1520,20 +1520,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1520
1520
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1521
1521
|
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>;
|
|
1522
1522
|
}>> & {
|
|
1523
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1524
1523
|
onChange?: ((value: string) => any) | undefined;
|
|
1525
|
-
|
|
1524
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1526
1525
|
onInput?: ((value: string) => any) | undefined;
|
|
1527
1526
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1528
1527
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1529
|
-
|
|
1528
|
+
onClear?: (() => any) | undefined;
|
|
1529
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1530
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1531
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1530
1532
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1531
1533
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1532
|
-
|
|
1533
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1534
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1534
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1535
1535
|
}>>;
|
|
1536
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
1536
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1537
1537
|
rawAttrs: {
|
|
1538
1538
|
[x: string]: unknown;
|
|
1539
1539
|
};
|
|
@@ -1787,18 +1787,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1787
1787
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1788
1788
|
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>;
|
|
1789
1789
|
}>> & {
|
|
1790
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1791
1790
|
onChange?: ((value: string) => any) | undefined;
|
|
1792
|
-
|
|
1791
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1793
1792
|
onInput?: ((value: string) => any) | undefined;
|
|
1794
1793
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1795
1794
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1796
|
-
|
|
1795
|
+
onClear?: (() => any) | undefined;
|
|
1796
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1797
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1798
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1797
1799
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1798
1800
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1799
|
-
|
|
1800
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1801
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1801
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1802
1802
|
}, {
|
|
1803
1803
|
readonly type: string;
|
|
1804
1804
|
readonly disabled: boolean;
|
|
@@ -1919,8 +1919,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1919
1919
|
};
|
|
1920
1920
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1921
1921
|
}>> & {
|
|
1922
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1923
1922
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1923
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1924
1924
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1925
1925
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1926
1926
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2061,8 +2061,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2061
2061
|
};
|
|
2062
2062
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2063
2063
|
}>> & {
|
|
2064
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2065
2064
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2065
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2066
2066
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2067
2067
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2068
2068
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2185,18 +2185,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2185
2185
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2186
2186
|
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>;
|
|
2187
2187
|
}>> & {
|
|
2188
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2189
2188
|
onChange?: ((value: string) => any) | undefined;
|
|
2190
|
-
|
|
2189
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2191
2190
|
onInput?: ((value: string) => any) | undefined;
|
|
2192
2191
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2193
2192
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2194
|
-
|
|
2193
|
+
onClear?: (() => any) | undefined;
|
|
2194
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2195
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2196
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2195
2197
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2196
2198
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2197
|
-
|
|
2198
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2199
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2199
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2200
2200
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
2201
2201
|
$attrs: {
|
|
2202
2202
|
[x: string]: unknown;
|
|
@@ -2209,7 +2209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2209
2209
|
}>;
|
|
2210
2210
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2211
2211
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2212
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2212
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2213
2213
|
$el: any;
|
|
2214
2214
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2215
2215
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2289,18 +2289,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2289
2289
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2290
2290
|
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>;
|
|
2291
2291
|
}>> & {
|
|
2292
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2293
2292
|
onChange?: ((value: string) => any) | undefined;
|
|
2294
|
-
|
|
2293
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2295
2294
|
onInput?: ((value: string) => any) | undefined;
|
|
2296
2295
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2297
2296
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2298
|
-
|
|
2297
|
+
onClear?: (() => any) | undefined;
|
|
2298
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2299
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2300
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2299
2301
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2300
2302
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2301
|
-
|
|
2302
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2303
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2303
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2304
2304
|
}, {
|
|
2305
2305
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2306
2306
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2380,20 +2380,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2380
2380
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2381
2381
|
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>;
|
|
2382
2382
|
}>> & {
|
|
2383
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2384
2383
|
onChange?: ((value: string) => any) | undefined;
|
|
2385
|
-
|
|
2384
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2386
2385
|
onInput?: ((value: string) => any) | undefined;
|
|
2387
2386
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2388
2387
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2389
|
-
|
|
2388
|
+
onClear?: (() => any) | undefined;
|
|
2389
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2390
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2391
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2390
2392
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2391
2393
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2392
|
-
|
|
2393
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2394
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2394
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2395
2395
|
}>>;
|
|
2396
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2396
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2397
2397
|
rawAttrs: {
|
|
2398
2398
|
[x: string]: unknown;
|
|
2399
2399
|
};
|
|
@@ -2684,18 +2684,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2684
2684
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2685
2685
|
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>;
|
|
2686
2686
|
}>> & {
|
|
2687
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2688
2687
|
onChange?: ((value: string) => any) | undefined;
|
|
2689
|
-
|
|
2688
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2690
2689
|
onInput?: ((value: string) => any) | undefined;
|
|
2691
2690
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2692
2691
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2693
|
-
|
|
2692
|
+
onClear?: (() => any) | undefined;
|
|
2693
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2694
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2695
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2694
2696
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2695
2697
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2696
|
-
|
|
2697
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2698
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2698
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2699
2699
|
} & import("vue").ShallowUnwrapRef<{
|
|
2700
2700
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2701
2701
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2775,20 +2775,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2775
2775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2776
2776
|
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>;
|
|
2777
2777
|
}>> & {
|
|
2778
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2779
2778
|
onChange?: ((value: string) => any) | undefined;
|
|
2780
|
-
|
|
2779
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2781
2780
|
onInput?: ((value: string) => any) | undefined;
|
|
2782
2781
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2783
2782
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2784
|
-
|
|
2783
|
+
onClear?: (() => any) | undefined;
|
|
2784
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2785
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2786
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2785
2787
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2786
2788
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2787
|
-
|
|
2788
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2789
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2789
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2790
2790
|
}>>;
|
|
2791
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2791
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2792
2792
|
rawAttrs: {
|
|
2793
2793
|
[x: string]: unknown;
|
|
2794
2794
|
};
|
|
@@ -3133,20 +3133,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3133
3133
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3134
3134
|
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>;
|
|
3135
3135
|
}>> & {
|
|
3136
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3137
3136
|
onChange?: ((value: string) => any) | undefined;
|
|
3138
|
-
|
|
3137
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3139
3138
|
onInput?: ((value: string) => any) | undefined;
|
|
3140
3139
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3141
3140
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3142
|
-
|
|
3141
|
+
onClear?: (() => any) | undefined;
|
|
3142
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3143
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3144
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3143
3145
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3144
3146
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3145
|
-
|
|
3146
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3147
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3147
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3148
3148
|
}>>;
|
|
3149
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
3149
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
3150
3150
|
rawAttrs: {
|
|
3151
3151
|
[x: string]: unknown;
|
|
3152
3152
|
};
|
|
@@ -3400,18 +3400,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3400
3400
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3401
3401
|
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>;
|
|
3402
3402
|
}>> & {
|
|
3403
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3404
3403
|
onChange?: ((value: string) => any) | undefined;
|
|
3405
|
-
|
|
3404
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3406
3405
|
onInput?: ((value: string) => any) | undefined;
|
|
3407
3406
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3408
3407
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3409
|
-
|
|
3408
|
+
onClear?: (() => any) | undefined;
|
|
3409
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3410
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3411
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3410
3412
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3411
3413
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3412
|
-
|
|
3413
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3414
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3414
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3415
3415
|
}, {
|
|
3416
3416
|
readonly type: string;
|
|
3417
3417
|
readonly disabled: boolean;
|
|
@@ -3532,8 +3532,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3532
3532
|
};
|
|
3533
3533
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3534
3534
|
}>> & {
|
|
3535
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3536
3535
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3536
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3537
3537
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3538
3538
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3539
3539
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3559,18 +3559,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3559
3559
|
disabled: boolean;
|
|
3560
3560
|
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>;
|
|
3561
3561
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3562
|
-
showAfter: number;
|
|
3563
|
-
hideAfter: number;
|
|
3564
|
-
open: boolean;
|
|
3565
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3566
3562
|
offset: number;
|
|
3567
|
-
content: string;
|
|
3568
|
-
transition: string;
|
|
3569
3563
|
effect: string;
|
|
3564
|
+
showAfter: number;
|
|
3565
|
+
hideAfter: number;
|
|
3570
3566
|
boundariesPadding: number;
|
|
3571
3567
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3572
3568
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3573
3569
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3570
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3574
3571
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3575
3572
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3576
3573
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3579,10 +3576,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3579
3576
|
pure: boolean;
|
|
3580
3577
|
virtualTriggering: boolean;
|
|
3581
3578
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3579
|
+
content: string;
|
|
3582
3580
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3581
|
+
transition: string;
|
|
3583
3582
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3584
3583
|
persistent: boolean;
|
|
3585
|
-
|
|
3584
|
+
open: boolean;
|
|
3585
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3586
3586
|
triggerKeys: string[];
|
|
3587
3587
|
arrowOffset: number;
|
|
3588
3588
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3892,7 +3892,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3892
3892
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3893
3893
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3894
3894
|
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>;
|
|
3895
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3895
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3896
3896
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3897
3897
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3898
3898
|
"onUpdate:visible": {
|
|
@@ -3901,10 +3901,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3901
3901
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3902
3902
|
__epPropKey: true;
|
|
3903
3903
|
};
|
|
3904
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3904
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3905
3905
|
}>> & {
|
|
3906
3906
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3907
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3907
|
+
} & 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">;
|
|
3908
3908
|
$attrs: {
|
|
3909
3909
|
[x: string]: unknown;
|
|
3910
3910
|
};
|
|
@@ -4224,7 +4224,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4224
4224
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4225
4225
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4226
4226
|
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>;
|
|
4227
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4227
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4228
4228
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4229
4229
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4230
4230
|
"onUpdate:visible": {
|
|
@@ -4233,7 +4233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4233
4233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4234
4234
|
__epPropKey: true;
|
|
4235
4235
|
};
|
|
4236
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4236
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4237
4237
|
}>> & {
|
|
4238
4238
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4239
4239
|
}, {
|
|
@@ -4543,7 +4543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4543
4543
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4544
4544
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4545
4545
|
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>;
|
|
4546
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4546
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4547
4547
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4548
4548
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4549
4549
|
"onUpdate:visible": {
|
|
@@ -4552,7 +4552,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4552
4552
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4553
4553
|
__epPropKey: true;
|
|
4554
4554
|
};
|
|
4555
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4555
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4556
4556
|
}>> & {
|
|
4557
4557
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4558
4558
|
}>>;
|
|
@@ -4571,10 +4571,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4571
4571
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4572
4572
|
isFocusInsideContent: () => boolean | undefined;
|
|
4573
4573
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4574
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4574
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4575
4575
|
}, {
|
|
4576
4576
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4577
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4577
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4578
4578
|
}>> & {
|
|
4579
4579
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4580
4580
|
}>>;
|
|
@@ -4582,12 +4582,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4582
4582
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4583
4583
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4584
4584
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4585
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4585
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4586
4586
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4587
4587
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4588
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4588
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4589
4589
|
}>>, {
|
|
4590
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4590
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4591
4591
|
}>> & Record<string, any>;
|
|
4592
4592
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4593
4593
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4944,8 +4944,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4944
4944
|
readonly id: StringConstructor;
|
|
4945
4945
|
readonly open: BooleanConstructor;
|
|
4946
4946
|
}>>, {
|
|
4947
|
-
readonly open: boolean;
|
|
4948
4947
|
readonly virtualTriggering: boolean;
|
|
4948
|
+
readonly open: boolean;
|
|
4949
4949
|
}>;
|
|
4950
4950
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4951
4951
|
readonly disabled: BooleanConstructor;
|
|
@@ -5005,8 +5005,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5005
5005
|
}>>, {
|
|
5006
5006
|
readonly disabled: boolean;
|
|
5007
5007
|
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>;
|
|
5008
|
-
readonly open: boolean;
|
|
5009
5008
|
readonly virtualTriggering: boolean;
|
|
5009
|
+
readonly open: boolean;
|
|
5010
5010
|
readonly triggerKeys: string[];
|
|
5011
5011
|
}>;
|
|
5012
5012
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5267,7 +5267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5267
5267
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5268
5268
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5269
5269
|
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>;
|
|
5270
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5270
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5271
5271
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5272
5272
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5273
5273
|
}, {
|
|
@@ -5529,7 +5529,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5529
5529
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5530
5530
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5531
5531
|
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>;
|
|
5532
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5532
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5533
5533
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5534
5534
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5535
5535
|
}>> & {
|
|
@@ -5807,9 +5807,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5807
5807
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5808
5808
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5809
5809
|
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>;
|
|
5810
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5810
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5811
5811
|
}, {
|
|
5812
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
5812
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5813
5813
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5814
5814
|
readonly id: StringConstructor;
|
|
5815
5815
|
readonly style: {
|
|
@@ -6056,13 +6056,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6056
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6057
6057
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6058
6058
|
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>;
|
|
6059
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6059
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6060
6060
|
}>> & {
|
|
6061
6061
|
onClose?: (() => any) | undefined;
|
|
6062
6062
|
onFocus?: (() => any) | undefined;
|
|
6063
6063
|
onBlur?: (() => any) | undefined;
|
|
6064
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6065
6064
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6065
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6066
6066
|
}>>;
|
|
6067
6067
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
6068
6068
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -6142,7 +6142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6142
6142
|
};
|
|
6143
6143
|
}, {
|
|
6144
6144
|
onKeydown: (e: KeyboardEvent) => void;
|
|
6145
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6145
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6146
6146
|
loop: BooleanConstructor;
|
|
6147
6147
|
trapped: BooleanConstructor;
|
|
6148
6148
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -6151,10 +6151,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6151
6151
|
default: string;
|
|
6152
6152
|
};
|
|
6153
6153
|
}>> & {
|
|
6154
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6155
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
6156
6154
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
6157
6155
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
6156
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6157
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
6158
6158
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
6159
6159
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
6160
6160
|
}, {
|
|
@@ -6414,22 +6414,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6414
6414
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6415
6415
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6416
6416
|
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>;
|
|
6417
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6417
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6418
6418
|
}>> & {
|
|
6419
6419
|
onClose?: (() => any) | undefined;
|
|
6420
6420
|
onFocus?: (() => any) | undefined;
|
|
6421
6421
|
onBlur?: (() => any) | undefined;
|
|
6422
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6423
6422
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6423
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6424
6424
|
}, {
|
|
6425
6425
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6426
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6427
6426
|
readonly offset: number;
|
|
6428
6427
|
readonly effect: string;
|
|
6429
6428
|
readonly boundariesPadding: number;
|
|
6430
6429
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6431
6430
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6432
6431
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6432
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6433
6433
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6434
6434
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6435
6435
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6697,22 +6697,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6697
6697
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6698
6698
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6699
6699
|
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>;
|
|
6700
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6700
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6701
6701
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6702
6702
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6703
6703
|
}>>, {
|
|
6704
6704
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6705
|
-
readonly showAfter: number;
|
|
6706
|
-
readonly hideAfter: number;
|
|
6707
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6708
6705
|
readonly offset: number;
|
|
6709
|
-
readonly content: string;
|
|
6710
|
-
readonly transition: string;
|
|
6711
6706
|
readonly effect: string;
|
|
6707
|
+
readonly showAfter: number;
|
|
6708
|
+
readonly hideAfter: number;
|
|
6712
6709
|
readonly boundariesPadding: number;
|
|
6713
6710
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6714
6711
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6715
6712
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6713
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6716
6714
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6717
6715
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6718
6716
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6721,7 +6719,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6721
6719
|
readonly pure: boolean;
|
|
6722
6720
|
readonly virtualTriggering: boolean;
|
|
6723
6721
|
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>;
|
|
6722
|
+
readonly content: string;
|
|
6724
6723
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6724
|
+
readonly transition: string;
|
|
6725
6725
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6726
6726
|
readonly persistent: boolean;
|
|
6727
6727
|
}>;
|
|
@@ -6729,18 +6729,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6729
6729
|
disabled: boolean;
|
|
6730
6730
|
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>;
|
|
6731
6731
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6732
|
-
showAfter: number;
|
|
6733
|
-
hideAfter: number;
|
|
6734
|
-
open: boolean;
|
|
6735
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6736
6732
|
offset: number;
|
|
6737
|
-
content: string;
|
|
6738
|
-
transition: string;
|
|
6739
6733
|
effect: string;
|
|
6734
|
+
showAfter: number;
|
|
6735
|
+
hideAfter: number;
|
|
6740
6736
|
boundariesPadding: number;
|
|
6741
6737
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6742
6738
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6743
6739
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6740
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6744
6741
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6745
6742
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6746
6743
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6749,10 +6746,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6749
6746
|
pure: boolean;
|
|
6750
6747
|
virtualTriggering: boolean;
|
|
6751
6748
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6749
|
+
content: string;
|
|
6752
6750
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6751
|
+
transition: string;
|
|
6753
6752
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6754
6753
|
persistent: boolean;
|
|
6755
|
-
|
|
6754
|
+
open: boolean;
|
|
6755
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6756
6756
|
triggerKeys: string[];
|
|
6757
6757
|
arrowOffset: number;
|
|
6758
6758
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7082,7 +7082,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7082
7082
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7083
7083
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7084
7084
|
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>;
|
|
7085
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7085
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7086
7086
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7087
7087
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7088
7088
|
"onUpdate:visible": {
|
|
@@ -7091,7 +7091,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7091
7091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7092
7092
|
__epPropKey: true;
|
|
7093
7093
|
};
|
|
7094
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7094
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7095
7095
|
}>> & {
|
|
7096
7096
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7097
7097
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7401,7 +7401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7401
7401
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7402
7402
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7403
7403
|
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>;
|
|
7404
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7404
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7405
7405
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7406
7406
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7407
7407
|
"onUpdate:visible": {
|
|
@@ -7410,7 +7410,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7410
7410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7411
7411
|
__epPropKey: true;
|
|
7412
7412
|
};
|
|
7413
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7413
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7414
7414
|
}>> & {
|
|
7415
7415
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7416
7416
|
}>>;
|
|
@@ -7429,10 +7429,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7429
7429
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7430
7430
|
isFocusInsideContent: () => boolean | undefined;
|
|
7431
7431
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7432
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7432
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7433
7433
|
}, {
|
|
7434
7434
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7435
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7435
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7436
7436
|
}>> & {
|
|
7437
7437
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7438
7438
|
}>>;
|
|
@@ -7440,12 +7440,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7440
7440
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7441
7441
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7442
7442
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7443
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7443
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7444
7444
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7445
7445
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7446
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7446
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7447
7447
|
}>>, {
|
|
7448
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7448
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7449
7449
|
}>> & Record<string, any>;
|
|
7450
7450
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7451
7451
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7802,8 +7802,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7802
7802
|
readonly id: StringConstructor;
|
|
7803
7803
|
readonly open: BooleanConstructor;
|
|
7804
7804
|
}>>, {
|
|
7805
|
-
readonly open: boolean;
|
|
7806
7805
|
readonly virtualTriggering: boolean;
|
|
7806
|
+
readonly open: boolean;
|
|
7807
7807
|
}>;
|
|
7808
7808
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7809
7809
|
readonly disabled: BooleanConstructor;
|
|
@@ -7863,8 +7863,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7863
7863
|
}>>, {
|
|
7864
7864
|
readonly disabled: boolean;
|
|
7865
7865
|
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>;
|
|
7866
|
-
readonly open: boolean;
|
|
7867
7866
|
readonly virtualTriggering: boolean;
|
|
7867
|
+
readonly open: boolean;
|
|
7868
7868
|
readonly triggerKeys: string[];
|
|
7869
7869
|
}>;
|
|
7870
7870
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8125,7 +8125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8125
8125
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8126
8126
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8127
8127
|
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>;
|
|
8128
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8128
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8129
8129
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8130
8130
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8131
8131
|
}, {
|
|
@@ -8387,7 +8387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8387
8387
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8388
8388
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8389
8389
|
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>;
|
|
8390
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8390
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8391
8391
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8392
8392
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8393
8393
|
}>> & {
|
|
@@ -8665,9 +8665,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8665
8665
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8666
8666
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8667
8667
|
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>;
|
|
8668
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8668
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8669
8669
|
}, {
|
|
8670
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
8670
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8671
8671
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8672
8672
|
readonly id: StringConstructor;
|
|
8673
8673
|
readonly style: {
|
|
@@ -8914,13 +8914,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8914
8914
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8915
8915
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8916
8916
|
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>;
|
|
8917
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8917
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8918
8918
|
}>> & {
|
|
8919
8919
|
onClose?: (() => any) | undefined;
|
|
8920
8920
|
onFocus?: (() => any) | undefined;
|
|
8921
8921
|
onBlur?: (() => any) | undefined;
|
|
8922
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8923
8922
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8923
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8924
8924
|
}>>;
|
|
8925
8925
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8926
8926
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -9000,7 +9000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9000
9000
|
};
|
|
9001
9001
|
}, {
|
|
9002
9002
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9003
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
9003
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9004
9004
|
loop: BooleanConstructor;
|
|
9005
9005
|
trapped: BooleanConstructor;
|
|
9006
9006
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -9009,10 +9009,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9009
9009
|
default: string;
|
|
9010
9010
|
};
|
|
9011
9011
|
}>> & {
|
|
9012
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9013
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9014
9012
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9015
9013
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9014
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9015
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9016
9016
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
9017
9017
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
9018
9018
|
}, {
|
|
@@ -9272,22 +9272,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9272
9272
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9273
9273
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9274
9274
|
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>;
|
|
9275
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9275
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9276
9276
|
}>> & {
|
|
9277
9277
|
onClose?: (() => any) | undefined;
|
|
9278
9278
|
onFocus?: (() => any) | undefined;
|
|
9279
9279
|
onBlur?: (() => any) | undefined;
|
|
9280
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9281
9280
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9281
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9282
9282
|
}, {
|
|
9283
9283
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9284
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9285
9284
|
readonly offset: number;
|
|
9286
9285
|
readonly effect: string;
|
|
9287
9286
|
readonly boundariesPadding: number;
|
|
9288
9287
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9289
9288
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9290
9289
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9290
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9291
9291
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9292
9292
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9293
9293
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9555,22 +9555,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9555
9555
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9556
9556
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9557
9557
|
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>;
|
|
9558
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9558
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9559
9559
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9560
9560
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9561
9561
|
}>>, {
|
|
9562
9562
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9563
|
-
readonly showAfter: number;
|
|
9564
|
-
readonly hideAfter: number;
|
|
9565
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9566
9563
|
readonly offset: number;
|
|
9567
|
-
readonly content: string;
|
|
9568
|
-
readonly transition: string;
|
|
9569
9564
|
readonly effect: string;
|
|
9565
|
+
readonly showAfter: number;
|
|
9566
|
+
readonly hideAfter: number;
|
|
9570
9567
|
readonly boundariesPadding: number;
|
|
9571
9568
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9572
9569
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9573
9570
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9571
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9574
9572
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9575
9573
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9576
9574
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9579,7 +9577,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9579
9577
|
readonly pure: boolean;
|
|
9580
9578
|
readonly virtualTriggering: boolean;
|
|
9581
9579
|
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>;
|
|
9580
|
+
readonly content: string;
|
|
9582
9581
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9582
|
+
readonly transition: string;
|
|
9583
9583
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9584
9584
|
readonly persistent: boolean;
|
|
9585
9585
|
}>;
|
|
@@ -9643,8 +9643,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9643
9643
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9644
9644
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9645
9645
|
}>> & {
|
|
9646
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9647
9646
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9647
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9648
9648
|
}>>;
|
|
9649
9649
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9650
9650
|
ns: {
|
|
@@ -9691,8 +9691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9691
9691
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9692
9692
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9693
9693
|
}>> & {
|
|
9694
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9695
9694
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9695
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9696
9696
|
}, {
|
|
9697
9697
|
readonly disabled: boolean;
|
|
9698
9698
|
readonly name: string;
|
|
@@ -10145,7 +10145,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10145
10145
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10146
10146
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10147
10147
|
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>;
|
|
10148
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10148
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10149
10149
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10150
10150
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10151
10151
|
"onUpdate:visible": {
|
|
@@ -10154,7 +10154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10154
10154
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10155
10155
|
__epPropKey: true;
|
|
10156
10156
|
};
|
|
10157
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10157
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10158
10158
|
}, {
|
|
10159
10159
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10160
10160
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10462,7 +10462,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10462
10462
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10463
10463
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10464
10464
|
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>;
|
|
10465
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10465
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10466
10466
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10467
10467
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10468
10468
|
"onUpdate:visible": {
|
|
@@ -10471,7 +10471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10471
10471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10472
10472
|
__epPropKey: true;
|
|
10473
10473
|
};
|
|
10474
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10474
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10475
10475
|
}>> & {
|
|
10476
10476
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10477
10477
|
}>>;
|
|
@@ -10490,10 +10490,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10490
10490
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10491
10491
|
isFocusInsideContent: () => boolean | undefined;
|
|
10492
10492
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10493
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10493
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10494
10494
|
}, {
|
|
10495
10495
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10496
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10496
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10497
10497
|
}>> & {
|
|
10498
10498
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10499
10499
|
}>>;
|
|
@@ -10501,12 +10501,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10501
10501
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10502
10502
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10503
10503
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10504
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10504
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10505
10505
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10506
10506
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10507
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10507
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10508
10508
|
}>>, {
|
|
10509
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10509
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10510
10510
|
}>> & Record<string, any>;
|
|
10511
10511
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10512
10512
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10863,8 +10863,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10863
10863
|
readonly id: StringConstructor;
|
|
10864
10864
|
readonly open: BooleanConstructor;
|
|
10865
10865
|
}>>, {
|
|
10866
|
-
readonly open: boolean;
|
|
10867
10866
|
readonly virtualTriggering: boolean;
|
|
10867
|
+
readonly open: boolean;
|
|
10868
10868
|
}>;
|
|
10869
10869
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10870
10870
|
readonly disabled: BooleanConstructor;
|
|
@@ -10924,8 +10924,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10924
10924
|
}>>, {
|
|
10925
10925
|
readonly disabled: boolean;
|
|
10926
10926
|
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>;
|
|
10927
|
-
readonly open: boolean;
|
|
10928
10927
|
readonly virtualTriggering: boolean;
|
|
10928
|
+
readonly open: boolean;
|
|
10929
10929
|
readonly triggerKeys: string[];
|
|
10930
10930
|
}>;
|
|
10931
10931
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11186,7 +11186,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11186
11186
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11187
11187
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11188
11188
|
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>;
|
|
11189
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11189
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11190
11190
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11191
11191
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11192
11192
|
}, {
|
|
@@ -11448,7 +11448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11448
11448
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11449
11449
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11450
11450
|
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>;
|
|
11451
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11451
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11452
11452
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11453
11453
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11454
11454
|
}>> & {
|
|
@@ -11726,9 +11726,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11726
11726
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11727
11727
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11728
11728
|
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>;
|
|
11729
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11729
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11730
11730
|
}, {
|
|
11731
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
11731
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11732
11732
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11733
11733
|
readonly id: StringConstructor;
|
|
11734
11734
|
readonly style: {
|
|
@@ -11975,13 +11975,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11975
11975
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11976
11976
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11977
11977
|
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>;
|
|
11978
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11978
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11979
11979
|
}>> & {
|
|
11980
11980
|
onClose?: (() => any) | undefined;
|
|
11981
11981
|
onFocus?: (() => any) | undefined;
|
|
11982
11982
|
onBlur?: (() => any) | undefined;
|
|
11983
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11984
11983
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11984
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11985
11985
|
}>>;
|
|
11986
11986
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11987
11987
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12061,7 +12061,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12061
12061
|
};
|
|
12062
12062
|
}, {
|
|
12063
12063
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12064
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12064
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12065
12065
|
loop: BooleanConstructor;
|
|
12066
12066
|
trapped: BooleanConstructor;
|
|
12067
12067
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12070,10 +12070,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12070
12070
|
default: string;
|
|
12071
12071
|
};
|
|
12072
12072
|
}>> & {
|
|
12073
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12074
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12075
12073
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12076
12074
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12075
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12076
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12077
12077
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12078
12078
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12079
12079
|
}, {
|
|
@@ -12333,22 +12333,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12333
12333
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12334
12334
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12335
12335
|
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>;
|
|
12336
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12336
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12337
12337
|
}>> & {
|
|
12338
12338
|
onClose?: (() => any) | undefined;
|
|
12339
12339
|
onFocus?: (() => any) | undefined;
|
|
12340
12340
|
onBlur?: (() => any) | undefined;
|
|
12341
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12342
12341
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12342
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12343
12343
|
}, {
|
|
12344
12344
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12345
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12346
12345
|
readonly offset: number;
|
|
12347
12346
|
readonly effect: string;
|
|
12348
12347
|
readonly boundariesPadding: number;
|
|
12349
12348
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12350
12349
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12351
12350
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12351
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12352
12352
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12353
12353
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12354
12354
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12616,22 +12616,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12616
12616
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12617
12617
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12618
12618
|
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>;
|
|
12619
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12619
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12620
12620
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12621
12621
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12622
12622
|
}>>, {
|
|
12623
12623
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12624
|
-
readonly showAfter: number;
|
|
12625
|
-
readonly hideAfter: number;
|
|
12626
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12627
12624
|
readonly offset: number;
|
|
12628
|
-
readonly content: string;
|
|
12629
|
-
readonly transition: string;
|
|
12630
12625
|
readonly effect: string;
|
|
12626
|
+
readonly showAfter: number;
|
|
12627
|
+
readonly hideAfter: number;
|
|
12631
12628
|
readonly boundariesPadding: number;
|
|
12632
12629
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12633
12630
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12634
12631
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12632
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12635
12633
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12636
12634
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12637
12635
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12640,7 +12638,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12640
12638
|
readonly pure: boolean;
|
|
12641
12639
|
readonly virtualTriggering: boolean;
|
|
12642
12640
|
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>;
|
|
12641
|
+
readonly content: string;
|
|
12643
12642
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12643
|
+
readonly transition: string;
|
|
12644
12644
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12645
12645
|
readonly persistent: boolean;
|
|
12646
12646
|
}>;
|
|
@@ -12950,7 +12950,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12950
12950
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12951
12951
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12952
12952
|
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>;
|
|
12953
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12953
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12954
12954
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12955
12955
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12956
12956
|
"onUpdate:visible": {
|
|
@@ -12959,25 +12959,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12959
12959
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12960
12960
|
__epPropKey: true;
|
|
12961
12961
|
};
|
|
12962
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12962
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12963
12963
|
}>> & {
|
|
12964
12964
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12965
12965
|
}, {
|
|
12966
12966
|
disabled: boolean;
|
|
12967
12967
|
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>;
|
|
12968
12968
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12969
|
-
showAfter: number;
|
|
12970
|
-
hideAfter: number;
|
|
12971
|
-
open: boolean;
|
|
12972
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12973
12969
|
offset: number;
|
|
12974
|
-
content: string;
|
|
12975
|
-
transition: string;
|
|
12976
12970
|
effect: string;
|
|
12971
|
+
showAfter: number;
|
|
12972
|
+
hideAfter: number;
|
|
12977
12973
|
boundariesPadding: number;
|
|
12978
12974
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12979
12975
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12980
12976
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12977
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12981
12978
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12982
12979
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12983
12980
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12986,10 +12983,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12986
12983
|
pure: boolean;
|
|
12987
12984
|
virtualTriggering: boolean;
|
|
12988
12985
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12986
|
+
content: string;
|
|
12989
12987
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12988
|
+
transition: string;
|
|
12990
12989
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12991
12990
|
persistent: boolean;
|
|
12992
|
-
|
|
12991
|
+
open: boolean;
|
|
12992
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12993
12993
|
triggerKeys: string[];
|
|
12994
12994
|
arrowOffset: number;
|
|
12995
12995
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13150,20 +13150,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13150
13150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13151
13151
|
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>;
|
|
13152
13152
|
}>> & {
|
|
13153
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13154
13153
|
onChange?: ((value: string) => any) | undefined;
|
|
13155
|
-
|
|
13154
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13156
13155
|
onInput?: ((value: string) => any) | undefined;
|
|
13157
13156
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13158
13157
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13159
|
-
|
|
13158
|
+
onClear?: (() => any) | undefined;
|
|
13159
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13160
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13161
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13160
13162
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13161
13163
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13162
|
-
|
|
13163
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13164
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13164
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13165
13165
|
}>>;
|
|
13166
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13166
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13167
13167
|
rawAttrs: {
|
|
13168
13168
|
[x: string]: unknown;
|
|
13169
13169
|
};
|
|
@@ -13417,18 +13417,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13417
13417
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13418
13418
|
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>;
|
|
13419
13419
|
}>> & {
|
|
13420
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13421
13420
|
onChange?: ((value: string) => any) | undefined;
|
|
13422
|
-
|
|
13421
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13423
13422
|
onInput?: ((value: string) => any) | undefined;
|
|
13424
13423
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13425
13424
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13426
|
-
|
|
13425
|
+
onClear?: (() => any) | undefined;
|
|
13426
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13427
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13428
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13427
13429
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13428
13430
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13429
|
-
|
|
13430
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13431
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13431
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13432
13432
|
}, {
|
|
13433
13433
|
readonly type: string;
|
|
13434
13434
|
readonly disabled: boolean;
|
|
@@ -13549,8 +13549,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13549
13549
|
};
|
|
13550
13550
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13551
13551
|
}>> & {
|
|
13552
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13553
13552
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13553
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13554
13554
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13555
13555
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13556
13556
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13673,18 +13673,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13673
13673
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13674
13674
|
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>;
|
|
13675
13675
|
}>> & {
|
|
13676
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13677
13676
|
onChange?: ((value: string) => any) | undefined;
|
|
13678
|
-
|
|
13677
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13679
13678
|
onInput?: ((value: string) => any) | undefined;
|
|
13680
13679
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13681
13680
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13682
|
-
|
|
13681
|
+
onClear?: (() => any) | undefined;
|
|
13682
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13683
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13684
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13683
13685
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13684
13686
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13685
|
-
|
|
13686
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13687
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13687
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13688
13688
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
13689
13689
|
$attrs: {
|
|
13690
13690
|
[x: string]: unknown;
|
|
@@ -13697,7 +13697,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13697
13697
|
}>;
|
|
13698
13698
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13699
13699
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13700
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13700
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13701
13701
|
$el: any;
|
|
13702
13702
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13703
13703
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13777,18 +13777,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13777
13777
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13778
13778
|
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>;
|
|
13779
13779
|
}>> & {
|
|
13780
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13781
13780
|
onChange?: ((value: string) => any) | undefined;
|
|
13782
|
-
|
|
13781
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13783
13782
|
onInput?: ((value: string) => any) | undefined;
|
|
13784
13783
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13785
13784
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13786
|
-
|
|
13785
|
+
onClear?: (() => any) | undefined;
|
|
13786
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13787
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13788
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13787
13789
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13788
13790
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13789
|
-
|
|
13790
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13791
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13791
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13792
13792
|
}, {
|
|
13793
13793
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13794
13794
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13868,20 +13868,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13868
13868
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13869
13869
|
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>;
|
|
13870
13870
|
}>> & {
|
|
13871
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13872
13871
|
onChange?: ((value: string) => any) | undefined;
|
|
13873
|
-
|
|
13872
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13874
13873
|
onInput?: ((value: string) => any) | undefined;
|
|
13875
13874
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13876
13875
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13877
|
-
|
|
13876
|
+
onClear?: (() => any) | undefined;
|
|
13877
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13878
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13879
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13878
13880
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13879
13881
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13880
|
-
|
|
13881
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13882
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13882
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13883
13883
|
}>>;
|
|
13884
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13884
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13885
13885
|
rawAttrs: {
|
|
13886
13886
|
[x: string]: unknown;
|
|
13887
13887
|
};
|
|
@@ -14172,18 +14172,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14172
14172
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14173
14173
|
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>;
|
|
14174
14174
|
}>> & {
|
|
14175
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14176
14175
|
onChange?: ((value: string) => any) | undefined;
|
|
14177
|
-
|
|
14176
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14178
14177
|
onInput?: ((value: string) => any) | undefined;
|
|
14179
14178
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14180
14179
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14181
|
-
|
|
14180
|
+
onClear?: (() => any) | undefined;
|
|
14181
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14182
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14183
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14182
14184
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14183
14185
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14184
|
-
|
|
14185
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14186
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14186
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14187
14187
|
} & import("vue").ShallowUnwrapRef<{
|
|
14188
14188
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14189
14189
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -14263,20 +14263,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14263
14263
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14264
14264
|
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>;
|
|
14265
14265
|
}>> & {
|
|
14266
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14267
14266
|
onChange?: ((value: string) => any) | undefined;
|
|
14268
|
-
|
|
14267
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14269
14268
|
onInput?: ((value: string) => any) | undefined;
|
|
14270
14269
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14271
14270
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14272
|
-
|
|
14271
|
+
onClear?: (() => any) | undefined;
|
|
14272
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14273
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14274
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14273
14275
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14274
14276
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14275
|
-
|
|
14276
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14277
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14277
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14278
14278
|
}>>;
|
|
14279
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
14279
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14280
14280
|
rawAttrs: {
|
|
14281
14281
|
[x: string]: unknown;
|
|
14282
14282
|
};
|
|
@@ -14621,20 +14621,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14621
14621
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14622
14622
|
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>;
|
|
14623
14623
|
}>> & {
|
|
14624
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14625
14624
|
onChange?: ((value: string) => any) | undefined;
|
|
14626
|
-
|
|
14625
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14627
14626
|
onInput?: ((value: string) => any) | undefined;
|
|
14628
14627
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14629
14628
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14630
|
-
|
|
14629
|
+
onClear?: (() => any) | undefined;
|
|
14630
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14631
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14632
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14631
14633
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14632
14634
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14633
|
-
|
|
14634
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14635
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14635
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14636
14636
|
}>>;
|
|
14637
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
14637
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14638
14638
|
rawAttrs: {
|
|
14639
14639
|
[x: string]: unknown;
|
|
14640
14640
|
};
|
|
@@ -14888,18 +14888,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14888
14888
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14889
14889
|
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>;
|
|
14890
14890
|
}>> & {
|
|
14891
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14892
14891
|
onChange?: ((value: string) => any) | undefined;
|
|
14893
|
-
|
|
14892
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14894
14893
|
onInput?: ((value: string) => any) | undefined;
|
|
14895
14894
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14896
14895
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14897
|
-
|
|
14896
|
+
onClear?: (() => any) | undefined;
|
|
14897
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14898
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14899
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14898
14900
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14899
14901
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14900
|
-
|
|
14901
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14902
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14902
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14903
14903
|
}, {
|
|
14904
14904
|
readonly type: string;
|
|
14905
14905
|
readonly disabled: boolean;
|
|
@@ -15020,8 +15020,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15020
15020
|
};
|
|
15021
15021
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15022
15022
|
}>> & {
|
|
15023
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15024
15023
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15024
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15025
15025
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15026
15026
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15027
15027
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15208,8 +15208,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15208
15208
|
};
|
|
15209
15209
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15210
15210
|
}>> & {
|
|
15211
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15212
15211
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15212
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15213
15213
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15214
15214
|
}, {
|
|
15215
15215
|
readonly disabled: boolean;
|