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
|
@@ -104,8 +104,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
readonly prefixIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
105
105
|
readonly clearIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
106
106
|
}>> & {
|
|
107
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}>>;
|
|
@@ -279,7 +279,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
279
279
|
navigateOptions: (direction: any) => void;
|
|
280
280
|
dropMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
281
281
|
focus: () => void;
|
|
282
|
-
wholePathSelectedLabel: import("vue").WritableComputedRef<unknown>;
|
|
283
282
|
reference: import("vue").Ref<import("vue").ComponentPublicInstance<{
|
|
284
283
|
focus: () => void;
|
|
285
284
|
blur: () => void;
|
|
@@ -297,18 +296,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
296
|
disabled: boolean;
|
|
298
297
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
299
298
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
300
|
-
showAfter: number;
|
|
301
|
-
hideAfter: number;
|
|
302
|
-
open: boolean;
|
|
303
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
304
299
|
offset: number;
|
|
305
|
-
content: string;
|
|
306
|
-
transition: string;
|
|
307
300
|
effect: string;
|
|
301
|
+
showAfter: number;
|
|
302
|
+
hideAfter: number;
|
|
308
303
|
boundariesPadding: number;
|
|
309
304
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
310
305
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
306
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
307
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
312
308
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
313
309
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
310
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -317,10 +313,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
317
313
|
pure: boolean;
|
|
318
314
|
virtualTriggering: boolean;
|
|
319
315
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
316
|
+
content: string;
|
|
320
317
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
318
|
+
transition: string;
|
|
321
319
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
320
|
persistent: boolean;
|
|
323
|
-
|
|
321
|
+
open: boolean;
|
|
322
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
324
323
|
triggerKeys: string[];
|
|
325
324
|
arrowOffset: number;
|
|
326
325
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -630,7 +629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
629
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
631
630
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
632
631
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
633
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
632
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
634
633
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
635
634
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
636
635
|
"onUpdate:visible": {
|
|
@@ -639,10 +638,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
639
638
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
640
639
|
__epPropKey: true;
|
|
641
640
|
};
|
|
642
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
641
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
643
642
|
}>> & {
|
|
644
643
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
645
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
644
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
646
645
|
$attrs: {
|
|
647
646
|
[x: string]: unknown;
|
|
648
647
|
};
|
|
@@ -962,7 +961,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
962
961
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
963
962
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
964
963
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
965
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
964
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
966
965
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
967
966
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
968
967
|
"onUpdate:visible": {
|
|
@@ -971,7 +970,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
971
970
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
972
971
|
__epPropKey: true;
|
|
973
972
|
};
|
|
974
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
973
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
975
974
|
}>> & {
|
|
976
975
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
977
976
|
}, {
|
|
@@ -1281,7 +1280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1281
1280
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1282
1281
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1283
1282
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1284
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1283
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1285
1284
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1286
1285
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1287
1286
|
"onUpdate:visible": {
|
|
@@ -1290,7 +1289,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1290
1289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1291
1290
|
__epPropKey: true;
|
|
1292
1291
|
};
|
|
1293
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1292
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1294
1293
|
}>> & {
|
|
1295
1294
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1296
1295
|
}>>;
|
|
@@ -1309,10 +1308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1309
1308
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1310
1309
|
isFocusInsideContent: () => boolean | undefined;
|
|
1311
1310
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1312
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1311
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1313
1312
|
}, {
|
|
1314
1313
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1315
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1314
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1316
1315
|
}>> & {
|
|
1317
1316
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1318
1317
|
}>>;
|
|
@@ -1320,12 +1319,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1320
1319
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1321
1320
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1322
1321
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1323
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1322
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
1324
1323
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
1325
1324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1326
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1325
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1327
1326
|
}>>, {
|
|
1328
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1327
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1329
1328
|
}>> & Record<string, any>;
|
|
1330
1329
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1331
1330
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1682,8 +1681,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1682
1681
|
readonly id: StringConstructor;
|
|
1683
1682
|
readonly open: BooleanConstructor;
|
|
1684
1683
|
}>>, {
|
|
1685
|
-
readonly open: boolean;
|
|
1686
1684
|
readonly virtualTriggering: boolean;
|
|
1685
|
+
readonly open: boolean;
|
|
1687
1686
|
}>;
|
|
1688
1687
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1689
1688
|
readonly disabled: BooleanConstructor;
|
|
@@ -1743,8 +1742,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1743
1742
|
}>>, {
|
|
1744
1743
|
readonly disabled: boolean;
|
|
1745
1744
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
1746
|
-
readonly open: boolean;
|
|
1747
1745
|
readonly virtualTriggering: boolean;
|
|
1746
|
+
readonly open: boolean;
|
|
1748
1747
|
readonly triggerKeys: string[];
|
|
1749
1748
|
}>;
|
|
1750
1749
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -2005,7 +2004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2005
2004
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2006
2005
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2007
2006
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2008
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2007
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2009
2008
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2010
2009
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2011
2010
|
}, {
|
|
@@ -2267,7 +2266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2267
2266
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2268
2267
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2269
2268
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2270
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2269
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2271
2270
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2272
2271
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2273
2272
|
}>> & {
|
|
@@ -2545,9 +2544,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2545
2544
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2546
2545
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2547
2546
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2548
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2547
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2549
2548
|
}, {
|
|
2550
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
2549
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
2551
2550
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2552
2551
|
readonly id: StringConstructor;
|
|
2553
2552
|
readonly style: {
|
|
@@ -2794,13 +2793,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2794
2793
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2795
2794
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2796
2795
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2797
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2796
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2798
2797
|
}>> & {
|
|
2799
2798
|
onClose?: (() => any) | undefined;
|
|
2800
2799
|
onFocus?: (() => any) | undefined;
|
|
2801
2800
|
onBlur?: (() => any) | undefined;
|
|
2802
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2803
2801
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2802
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2804
2803
|
}>>;
|
|
2805
2804
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
2806
2805
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -2880,7 +2879,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2880
2879
|
};
|
|
2881
2880
|
}, {
|
|
2882
2881
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2883
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2882
|
+
}, 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<{
|
|
2884
2883
|
loop: BooleanConstructor;
|
|
2885
2884
|
trapped: BooleanConstructor;
|
|
2886
2885
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -2889,10 +2888,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2889
2888
|
default: string;
|
|
2890
2889
|
};
|
|
2891
2890
|
}>> & {
|
|
2892
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2893
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2894
2891
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
2895
2892
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
2893
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2894
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2896
2895
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
2897
2896
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
2898
2897
|
}, {
|
|
@@ -3152,22 +3151,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3152
3151
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3153
3152
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3154
3153
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3155
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3154
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3156
3155
|
}>> & {
|
|
3157
3156
|
onClose?: (() => any) | undefined;
|
|
3158
3157
|
onFocus?: (() => any) | undefined;
|
|
3159
3158
|
onBlur?: (() => any) | undefined;
|
|
3160
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3161
3159
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3160
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3162
3161
|
}, {
|
|
3163
3162
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3164
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3165
3163
|
readonly offset: number;
|
|
3166
3164
|
readonly effect: string;
|
|
3167
3165
|
readonly boundariesPadding: number;
|
|
3168
3166
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3169
3167
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3170
3168
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3169
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3171
3170
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3172
3171
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3173
3172
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3435,22 +3434,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3435
3434
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3436
3435
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3437
3436
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3438
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3437
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3439
3438
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3440
3439
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3441
3440
|
}>>, {
|
|
3442
3441
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3443
|
-
readonly showAfter: number;
|
|
3444
|
-
readonly hideAfter: number;
|
|
3445
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3446
3442
|
readonly offset: number;
|
|
3447
|
-
readonly content: string;
|
|
3448
|
-
readonly transition: string;
|
|
3449
3443
|
readonly effect: string;
|
|
3444
|
+
readonly showAfter: number;
|
|
3445
|
+
readonly hideAfter: number;
|
|
3450
3446
|
readonly boundariesPadding: number;
|
|
3451
3447
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3452
3448
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3453
3449
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3450
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3454
3451
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3455
3452
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3456
3453
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3459,7 +3456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3459
3456
|
readonly pure: boolean;
|
|
3460
3457
|
readonly virtualTriggering: boolean;
|
|
3461
3458
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3459
|
+
readonly content: string;
|
|
3462
3460
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3461
|
+
readonly transition: string;
|
|
3463
3462
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3464
3463
|
readonly persistent: boolean;
|
|
3465
3464
|
}>;
|
|
@@ -3467,18 +3466,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3467
3466
|
disabled: boolean;
|
|
3468
3467
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3469
3468
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3470
|
-
showAfter: number;
|
|
3471
|
-
hideAfter: number;
|
|
3472
|
-
open: boolean;
|
|
3473
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3474
3469
|
offset: number;
|
|
3475
|
-
content: string;
|
|
3476
|
-
transition: string;
|
|
3477
3470
|
effect: string;
|
|
3471
|
+
showAfter: number;
|
|
3472
|
+
hideAfter: number;
|
|
3478
3473
|
boundariesPadding: number;
|
|
3479
3474
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3480
3475
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3481
3476
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3477
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3482
3478
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3483
3479
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3484
3480
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3487,10 +3483,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3487
3483
|
pure: boolean;
|
|
3488
3484
|
virtualTriggering: boolean;
|
|
3489
3485
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3486
|
+
content: string;
|
|
3490
3487
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3488
|
+
transition: string;
|
|
3491
3489
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3492
3490
|
persistent: boolean;
|
|
3493
|
-
|
|
3491
|
+
open: boolean;
|
|
3492
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3494
3493
|
triggerKeys: string[];
|
|
3495
3494
|
arrowOffset: number;
|
|
3496
3495
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3820,7 +3819,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3820
3819
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3821
3820
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3822
3821
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3823
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3822
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3824
3823
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3825
3824
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3826
3825
|
"onUpdate:visible": {
|
|
@@ -3829,7 +3828,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3829
3828
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3830
3829
|
__epPropKey: true;
|
|
3831
3830
|
};
|
|
3832
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3831
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3833
3832
|
}>> & {
|
|
3834
3833
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3835
3834
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4139,7 +4138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4139
4138
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4140
4139
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4141
4140
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4142
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4141
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4143
4142
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4144
4143
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4145
4144
|
"onUpdate:visible": {
|
|
@@ -4148,7 +4147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4148
4147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4149
4148
|
__epPropKey: true;
|
|
4150
4149
|
};
|
|
4151
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4150
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4152
4151
|
}>> & {
|
|
4153
4152
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4154
4153
|
}>>;
|
|
@@ -4167,10 +4166,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4167
4166
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4168
4167
|
isFocusInsideContent: () => boolean | undefined;
|
|
4169
4168
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4170
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4169
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4171
4170
|
}, {
|
|
4172
4171
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4173
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4172
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4174
4173
|
}>> & {
|
|
4175
4174
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4176
4175
|
}>>;
|
|
@@ -4178,12 +4177,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4178
4177
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4179
4178
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4180
4179
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4181
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4180
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4182
4181
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4183
4182
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4184
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4183
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4185
4184
|
}>>, {
|
|
4186
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4185
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4187
4186
|
}>> & Record<string, any>;
|
|
4188
4187
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4189
4188
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4540,8 +4539,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4540
4539
|
readonly id: StringConstructor;
|
|
4541
4540
|
readonly open: BooleanConstructor;
|
|
4542
4541
|
}>>, {
|
|
4543
|
-
readonly open: boolean;
|
|
4544
4542
|
readonly virtualTriggering: boolean;
|
|
4543
|
+
readonly open: boolean;
|
|
4545
4544
|
}>;
|
|
4546
4545
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4547
4546
|
readonly disabled: BooleanConstructor;
|
|
@@ -4601,8 +4600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4601
4600
|
}>>, {
|
|
4602
4601
|
readonly disabled: boolean;
|
|
4603
4602
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4604
|
-
readonly open: boolean;
|
|
4605
4603
|
readonly virtualTriggering: boolean;
|
|
4604
|
+
readonly open: boolean;
|
|
4606
4605
|
readonly triggerKeys: string[];
|
|
4607
4606
|
}>;
|
|
4608
4607
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4863,7 +4862,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4863
4862
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4864
4863
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4865
4864
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4866
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4865
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4867
4866
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4868
4867
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4869
4868
|
}, {
|
|
@@ -5125,7 +5124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5125
5124
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5126
5125
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5127
5126
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5128
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5127
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5129
5128
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5130
5129
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5131
5130
|
}>> & {
|
|
@@ -5403,9 +5402,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5403
5402
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5404
5403
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5405
5404
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5406
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5405
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5407
5406
|
}, {
|
|
5408
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
5407
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5409
5408
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5410
5409
|
readonly id: StringConstructor;
|
|
5411
5410
|
readonly style: {
|
|
@@ -5652,13 +5651,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5652
5651
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5653
5652
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5654
5653
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5655
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5654
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5656
5655
|
}>> & {
|
|
5657
5656
|
onClose?: (() => any) | undefined;
|
|
5658
5657
|
onFocus?: (() => any) | undefined;
|
|
5659
5658
|
onBlur?: (() => any) | undefined;
|
|
5660
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5661
5659
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5660
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5662
5661
|
}>>;
|
|
5663
5662
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
5664
5663
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -5738,7 +5737,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5738
5737
|
};
|
|
5739
5738
|
}, {
|
|
5740
5739
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5741
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5740
|
+
}, 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<{
|
|
5742
5741
|
loop: BooleanConstructor;
|
|
5743
5742
|
trapped: BooleanConstructor;
|
|
5744
5743
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -5747,10 +5746,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5747
5746
|
default: string;
|
|
5748
5747
|
};
|
|
5749
5748
|
}>> & {
|
|
5750
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5751
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5752
5749
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5753
5750
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
5751
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5752
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5754
5753
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5755
5754
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5756
5755
|
}, {
|
|
@@ -6010,22 +6009,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6010
6009
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6011
6010
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6012
6011
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6013
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6012
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6014
6013
|
}>> & {
|
|
6015
6014
|
onClose?: (() => any) | undefined;
|
|
6016
6015
|
onFocus?: (() => any) | undefined;
|
|
6017
6016
|
onBlur?: (() => any) | undefined;
|
|
6018
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6019
6017
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6018
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6020
6019
|
}, {
|
|
6021
6020
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6022
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6023
6021
|
readonly offset: number;
|
|
6024
6022
|
readonly effect: string;
|
|
6025
6023
|
readonly boundariesPadding: number;
|
|
6026
6024
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6027
6025
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6028
6026
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6027
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6029
6028
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6030
6029
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6031
6030
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6293,22 +6292,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6293
6292
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6294
6293
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6295
6294
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6296
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6295
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6297
6296
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6298
6297
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6299
6298
|
}>>, {
|
|
6300
6299
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6301
|
-
readonly showAfter: number;
|
|
6302
|
-
readonly hideAfter: number;
|
|
6303
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6304
6300
|
readonly offset: number;
|
|
6305
|
-
readonly content: string;
|
|
6306
|
-
readonly transition: string;
|
|
6307
6301
|
readonly effect: string;
|
|
6302
|
+
readonly showAfter: number;
|
|
6303
|
+
readonly hideAfter: number;
|
|
6308
6304
|
readonly boundariesPadding: number;
|
|
6309
6305
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6310
6306
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6311
6307
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6308
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6312
6309
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6313
6310
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6314
6311
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6317,7 +6314,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6317
6314
|
readonly pure: boolean;
|
|
6318
6315
|
readonly virtualTriggering: boolean;
|
|
6319
6316
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6317
|
+
readonly content: string;
|
|
6320
6318
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6319
|
+
readonly transition: string;
|
|
6321
6320
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6322
6321
|
readonly persistent: boolean;
|
|
6323
6322
|
}>;
|
|
@@ -6356,7 +6355,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6356
6355
|
}>;
|
|
6357
6356
|
handleMouseEnter: () => void;
|
|
6358
6357
|
handleMouseLeave: () => void;
|
|
6359
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "
|
|
6358
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "clear" | "blur" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6360
6359
|
name: StringConstructor;
|
|
6361
6360
|
id: StringConstructor;
|
|
6362
6361
|
modelValue: {
|
|
@@ -6456,11 +6455,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6456
6455
|
default: string;
|
|
6457
6456
|
};
|
|
6458
6457
|
}>> & {
|
|
6459
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6460
6458
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
6461
|
-
|
|
6459
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6462
6460
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6463
6461
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6462
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
6464
6463
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6465
6464
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
6466
6465
|
}, {
|
|
@@ -6755,7 +6754,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6755
6754
|
navigateOptions: (direction: any) => void;
|
|
6756
6755
|
dropMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
6757
6756
|
focus: () => void;
|
|
6758
|
-
wholePathSelectedLabel: import("vue").WritableComputedRef<unknown>;
|
|
6759
6757
|
reference: import("vue").Ref<import("vue").ComponentPublicInstance<{
|
|
6760
6758
|
focus: () => void;
|
|
6761
6759
|
blur: () => void;
|
|
@@ -6773,18 +6771,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6773
6771
|
disabled: boolean;
|
|
6774
6772
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
6775
6773
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6776
|
-
showAfter: number;
|
|
6777
|
-
hideAfter: number;
|
|
6778
|
-
open: boolean;
|
|
6779
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6780
6774
|
offset: number;
|
|
6781
|
-
content: string;
|
|
6782
|
-
transition: string;
|
|
6783
6775
|
effect: string;
|
|
6776
|
+
showAfter: number;
|
|
6777
|
+
hideAfter: number;
|
|
6784
6778
|
boundariesPadding: number;
|
|
6785
6779
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6786
6780
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6787
6781
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6782
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6788
6783
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6789
6784
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6790
6785
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6793,10 +6788,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6793
6788
|
pure: boolean;
|
|
6794
6789
|
virtualTriggering: boolean;
|
|
6795
6790
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6791
|
+
content: string;
|
|
6796
6792
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6793
|
+
transition: string;
|
|
6797
6794
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6798
6795
|
persistent: boolean;
|
|
6799
|
-
|
|
6796
|
+
open: boolean;
|
|
6797
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6800
6798
|
triggerKeys: string[];
|
|
6801
6799
|
arrowOffset: number;
|
|
6802
6800
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7106,7 +7104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7106
7104
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7107
7105
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7108
7106
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7109
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7107
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7110
7108
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7111
7109
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7112
7110
|
"onUpdate:visible": {
|
|
@@ -7115,10 +7113,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7115
7113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7116
7114
|
__epPropKey: true;
|
|
7117
7115
|
};
|
|
7118
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7116
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7119
7117
|
}>> & {
|
|
7120
7118
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7121
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
7119
|
+
} & 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">;
|
|
7122
7120
|
$attrs: {
|
|
7123
7121
|
[x: string]: unknown;
|
|
7124
7122
|
};
|
|
@@ -7438,7 +7436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7438
7436
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7439
7437
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7440
7438
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7441
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7439
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7442
7440
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7443
7441
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7444
7442
|
"onUpdate:visible": {
|
|
@@ -7447,7 +7445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7447
7445
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7448
7446
|
__epPropKey: true;
|
|
7449
7447
|
};
|
|
7450
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7448
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7451
7449
|
}>> & {
|
|
7452
7450
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7453
7451
|
}, {
|
|
@@ -7757,7 +7755,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7757
7755
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7758
7756
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7759
7757
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7760
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7758
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7761
7759
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7762
7760
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7763
7761
|
"onUpdate:visible": {
|
|
@@ -7766,7 +7764,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7766
7764
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7767
7765
|
__epPropKey: true;
|
|
7768
7766
|
};
|
|
7769
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7767
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7770
7768
|
}>> & {
|
|
7771
7769
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7772
7770
|
}>>;
|
|
@@ -7785,10 +7783,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7785
7783
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7786
7784
|
isFocusInsideContent: () => boolean | undefined;
|
|
7787
7785
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7788
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7786
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7789
7787
|
}, {
|
|
7790
7788
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7791
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7789
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7792
7790
|
}>> & {
|
|
7793
7791
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7794
7792
|
}>>;
|
|
@@ -7796,12 +7794,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7796
7794
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7797
7795
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7798
7796
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7799
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7797
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7800
7798
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7801
7799
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7802
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7800
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7803
7801
|
}>>, {
|
|
7804
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7802
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7805
7803
|
}>> & Record<string, any>;
|
|
7806
7804
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7807
7805
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8158,8 +8156,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8158
8156
|
readonly id: StringConstructor;
|
|
8159
8157
|
readonly open: BooleanConstructor;
|
|
8160
8158
|
}>>, {
|
|
8161
|
-
readonly open: boolean;
|
|
8162
8159
|
readonly virtualTriggering: boolean;
|
|
8160
|
+
readonly open: boolean;
|
|
8163
8161
|
}>;
|
|
8164
8162
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8165
8163
|
readonly disabled: BooleanConstructor;
|
|
@@ -8219,8 +8217,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8219
8217
|
}>>, {
|
|
8220
8218
|
readonly disabled: boolean;
|
|
8221
8219
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
8222
|
-
readonly open: boolean;
|
|
8223
8220
|
readonly virtualTriggering: boolean;
|
|
8221
|
+
readonly open: boolean;
|
|
8224
8222
|
readonly triggerKeys: string[];
|
|
8225
8223
|
}>;
|
|
8226
8224
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8481,7 +8479,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8481
8479
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8482
8480
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8483
8481
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8484
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8482
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8485
8483
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8486
8484
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8487
8485
|
}, {
|
|
@@ -8743,7 +8741,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8743
8741
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8744
8742
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8745
8743
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8746
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8744
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8747
8745
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8748
8746
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8749
8747
|
}>> & {
|
|
@@ -9021,9 +9019,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9021
9019
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9022
9020
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9023
9021
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9024
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9022
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9025
9023
|
}, {
|
|
9026
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
9024
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
9027
9025
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9028
9026
|
readonly id: StringConstructor;
|
|
9029
9027
|
readonly style: {
|
|
@@ -9270,13 +9268,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9270
9268
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9271
9269
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9272
9270
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9273
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9271
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9274
9272
|
}>> & {
|
|
9275
9273
|
onClose?: (() => any) | undefined;
|
|
9276
9274
|
onFocus?: (() => any) | undefined;
|
|
9277
9275
|
onBlur?: (() => any) | undefined;
|
|
9278
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9279
9276
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9277
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9280
9278
|
}>>;
|
|
9281
9279
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
9282
9280
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -9356,7 +9354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9356
9354
|
};
|
|
9357
9355
|
}, {
|
|
9358
9356
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9359
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
9357
|
+
}, 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<{
|
|
9360
9358
|
loop: BooleanConstructor;
|
|
9361
9359
|
trapped: BooleanConstructor;
|
|
9362
9360
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -9365,10 +9363,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9365
9363
|
default: string;
|
|
9366
9364
|
};
|
|
9367
9365
|
}>> & {
|
|
9368
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9369
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9370
9366
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9371
9367
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9368
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9369
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9372
9370
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
9373
9371
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
9374
9372
|
}, {
|
|
@@ -9628,22 +9626,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9628
9626
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9629
9627
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9630
9628
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9631
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9629
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9632
9630
|
}>> & {
|
|
9633
9631
|
onClose?: (() => any) | undefined;
|
|
9634
9632
|
onFocus?: (() => any) | undefined;
|
|
9635
9633
|
onBlur?: (() => any) | undefined;
|
|
9636
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9637
9634
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9635
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9638
9636
|
}, {
|
|
9639
9637
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9640
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9641
9638
|
readonly offset: number;
|
|
9642
9639
|
readonly effect: string;
|
|
9643
9640
|
readonly boundariesPadding: number;
|
|
9644
9641
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9645
9642
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9646
9643
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9644
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9647
9645
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9648
9646
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9649
9647
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9911,22 +9909,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9911
9909
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9912
9910
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9913
9911
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9914
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9912
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9915
9913
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9916
9914
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9917
9915
|
}>>, {
|
|
9918
9916
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9919
|
-
readonly showAfter: number;
|
|
9920
|
-
readonly hideAfter: number;
|
|
9921
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9922
9917
|
readonly offset: number;
|
|
9923
|
-
readonly content: string;
|
|
9924
|
-
readonly transition: string;
|
|
9925
9918
|
readonly effect: string;
|
|
9919
|
+
readonly showAfter: number;
|
|
9920
|
+
readonly hideAfter: number;
|
|
9926
9921
|
readonly boundariesPadding: number;
|
|
9927
9922
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9928
9923
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9929
9924
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9925
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9930
9926
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9931
9927
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9932
9928
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9935,7 +9931,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9935
9931
|
readonly pure: boolean;
|
|
9936
9932
|
readonly virtualTriggering: boolean;
|
|
9937
9933
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9934
|
+
readonly content: string;
|
|
9938
9935
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9936
|
+
readonly transition: string;
|
|
9939
9937
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9940
9938
|
readonly persistent: boolean;
|
|
9941
9939
|
}>;
|
|
@@ -9943,18 +9941,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9943
9941
|
disabled: boolean;
|
|
9944
9942
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
9945
9943
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9946
|
-
showAfter: number;
|
|
9947
|
-
hideAfter: number;
|
|
9948
|
-
open: boolean;
|
|
9949
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9950
9944
|
offset: number;
|
|
9951
|
-
content: string;
|
|
9952
|
-
transition: string;
|
|
9953
9945
|
effect: string;
|
|
9946
|
+
showAfter: number;
|
|
9947
|
+
hideAfter: number;
|
|
9954
9948
|
boundariesPadding: number;
|
|
9955
9949
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9956
9950
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9957
9951
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9952
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9958
9953
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9959
9954
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9960
9955
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9963,10 +9958,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9963
9958
|
pure: boolean;
|
|
9964
9959
|
virtualTriggering: boolean;
|
|
9965
9960
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9961
|
+
content: string;
|
|
9966
9962
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9963
|
+
transition: string;
|
|
9967
9964
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9968
9965
|
persistent: boolean;
|
|
9969
|
-
|
|
9966
|
+
open: boolean;
|
|
9967
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
9970
9968
|
triggerKeys: string[];
|
|
9971
9969
|
arrowOffset: number;
|
|
9972
9970
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10296,7 +10294,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10296
10294
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10297
10295
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10298
10296
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10299
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10297
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10300
10298
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10301
10299
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10302
10300
|
"onUpdate:visible": {
|
|
@@ -10305,7 +10303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10305
10303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10306
10304
|
__epPropKey: true;
|
|
10307
10305
|
};
|
|
10308
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10306
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10309
10307
|
}>> & {
|
|
10310
10308
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10311
10309
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -10615,7 +10613,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10615
10613
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10616
10614
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10617
10615
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10618
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10616
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10619
10617
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10620
10618
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10621
10619
|
"onUpdate:visible": {
|
|
@@ -10624,7 +10622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10624
10622
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10625
10623
|
__epPropKey: true;
|
|
10626
10624
|
};
|
|
10627
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10625
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10628
10626
|
}>> & {
|
|
10629
10627
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10630
10628
|
}>>;
|
|
@@ -10643,10 +10641,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10643
10641
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10644
10642
|
isFocusInsideContent: () => boolean | undefined;
|
|
10645
10643
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10646
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10644
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10647
10645
|
}, {
|
|
10648
10646
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10649
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10647
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10650
10648
|
}>> & {
|
|
10651
10649
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10652
10650
|
}>>;
|
|
@@ -10654,12 +10652,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10654
10652
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10655
10653
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10656
10654
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10657
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10655
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10658
10656
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10659
10657
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10660
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10658
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10661
10659
|
}>>, {
|
|
10662
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10660
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10663
10661
|
}>> & Record<string, any>;
|
|
10664
10662
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10665
10663
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11016,8 +11014,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11016
11014
|
readonly id: StringConstructor;
|
|
11017
11015
|
readonly open: BooleanConstructor;
|
|
11018
11016
|
}>>, {
|
|
11019
|
-
readonly open: boolean;
|
|
11020
11017
|
readonly virtualTriggering: boolean;
|
|
11018
|
+
readonly open: boolean;
|
|
11021
11019
|
}>;
|
|
11022
11020
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11023
11021
|
readonly disabled: BooleanConstructor;
|
|
@@ -11077,8 +11075,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11077
11075
|
}>>, {
|
|
11078
11076
|
readonly disabled: boolean;
|
|
11079
11077
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
11080
|
-
readonly open: boolean;
|
|
11081
11078
|
readonly virtualTriggering: boolean;
|
|
11079
|
+
readonly open: boolean;
|
|
11082
11080
|
readonly triggerKeys: string[];
|
|
11083
11081
|
}>;
|
|
11084
11082
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11339,7 +11337,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11339
11337
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11340
11338
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11341
11339
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11342
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11340
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11343
11341
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11344
11342
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11345
11343
|
}, {
|
|
@@ -11601,7 +11599,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11601
11599
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11602
11600
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11603
11601
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11604
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11602
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11605
11603
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11606
11604
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11607
11605
|
}>> & {
|
|
@@ -11879,9 +11877,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11879
11877
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11880
11878
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11881
11879
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11882
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11880
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11883
11881
|
}, {
|
|
11884
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
11882
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11885
11883
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11886
11884
|
readonly id: StringConstructor;
|
|
11887
11885
|
readonly style: {
|
|
@@ -12128,13 +12126,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12128
12126
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12129
12127
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12130
12128
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12131
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12129
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12132
12130
|
}>> & {
|
|
12133
12131
|
onClose?: (() => any) | undefined;
|
|
12134
12132
|
onFocus?: (() => any) | undefined;
|
|
12135
12133
|
onBlur?: (() => any) | undefined;
|
|
12136
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
12134
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12135
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
12136
|
}>>;
|
|
12139
12137
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
12140
12138
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12214,7 +12212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12214
12212
|
};
|
|
12215
12213
|
}, {
|
|
12216
12214
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12217
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12215
|
+
}, 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<{
|
|
12218
12216
|
loop: BooleanConstructor;
|
|
12219
12217
|
trapped: BooleanConstructor;
|
|
12220
12218
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12223,10 +12221,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12223
12221
|
default: string;
|
|
12224
12222
|
};
|
|
12225
12223
|
}>> & {
|
|
12226
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12227
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12228
12224
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12229
12225
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12226
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12227
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12230
12228
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12231
12229
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12232
12230
|
}, {
|
|
@@ -12486,22 +12484,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12486
12484
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12487
12485
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12488
12486
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12489
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12487
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12490
12488
|
}>> & {
|
|
12491
12489
|
onClose?: (() => any) | undefined;
|
|
12492
12490
|
onFocus?: (() => any) | undefined;
|
|
12493
12491
|
onBlur?: (() => any) | undefined;
|
|
12494
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12495
12492
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12493
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12496
12494
|
}, {
|
|
12497
12495
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12498
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12499
12496
|
readonly offset: number;
|
|
12500
12497
|
readonly effect: string;
|
|
12501
12498
|
readonly boundariesPadding: number;
|
|
12502
12499
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12503
12500
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12504
12501
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12502
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12505
12503
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12506
12504
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12507
12505
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12769,22 +12767,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12769
12767
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12770
12768
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12771
12769
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12772
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12770
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12773
12771
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12774
12772
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12775
12773
|
}>>, {
|
|
12776
12774
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12777
|
-
readonly showAfter: number;
|
|
12778
|
-
readonly hideAfter: number;
|
|
12779
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12780
12775
|
readonly offset: number;
|
|
12781
|
-
readonly content: string;
|
|
12782
|
-
readonly transition: string;
|
|
12783
12776
|
readonly effect: string;
|
|
12777
|
+
readonly showAfter: number;
|
|
12778
|
+
readonly hideAfter: number;
|
|
12784
12779
|
readonly boundariesPadding: number;
|
|
12785
12780
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12786
12781
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12787
12782
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12783
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12788
12784
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12789
12785
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12790
12786
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12793,7 +12789,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12793
12789
|
readonly pure: boolean;
|
|
12794
12790
|
readonly virtualTriggering: boolean;
|
|
12795
12791
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12792
|
+
readonly content: string;
|
|
12796
12793
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12794
|
+
readonly transition: string;
|
|
12797
12795
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12798
12796
|
readonly persistent: boolean;
|
|
12799
12797
|
}>;
|
|
@@ -12832,7 +12830,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12832
12830
|
}>;
|
|
12833
12831
|
handleMouseEnter: () => void;
|
|
12834
12832
|
handleMouseLeave: () => void;
|
|
12835
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "
|
|
12833
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "clear" | "blur" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12836
12834
|
name: StringConstructor;
|
|
12837
12835
|
id: StringConstructor;
|
|
12838
12836
|
modelValue: {
|
|
@@ -12932,11 +12930,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12932
12930
|
default: string;
|
|
12933
12931
|
};
|
|
12934
12932
|
}>> & {
|
|
12935
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12936
12933
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
12937
|
-
|
|
12934
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12938
12935
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
12939
12936
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
12937
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
12940
12938
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
12941
12939
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
12942
12940
|
}, {
|
|
@@ -13152,19 +13150,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13152
13150
|
readonly prefixIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
13153
13151
|
readonly clearIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
13154
13152
|
}>> & {
|
|
13155
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13156
13153
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13154
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13157
13155
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13158
13156
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13159
13157
|
}, {
|
|
13160
13158
|
readonly disabled: boolean;
|
|
13161
13159
|
readonly step: string;
|
|
13162
13160
|
readonly editable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13163
|
-
readonly start: string;
|
|
13164
|
-
readonly end: string;
|
|
13165
13161
|
readonly effect: string;
|
|
13166
13162
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13167
13163
|
readonly prefixIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
13164
|
+
readonly end: string;
|
|
13165
|
+
readonly start: string;
|
|
13168
13166
|
readonly clearIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
13169
13167
|
readonly format: string;
|
|
13170
13168
|
}>;
|