element-plus-secondary 0.5.13 → 0.6.1
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/src/affix.vue.d.ts +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.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/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.mjs +2 -2
- package/es/components/button/src/button-group2.mjs +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/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +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.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +234 -234
- package/es/components/cascader/src/index.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +209 -116
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +116 -209
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +4 -4
- 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.mjs +17 -30
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse2.mjs +30 -17
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- 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/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +408 -54
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/es/components/color-picker/src/color-picker2.mjs +54 -408
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- 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/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.mjs +110 -25
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +25 -110
- package/es/components/descriptions/src/description2.mjs.map +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/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/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/dropdown/src/dropdown2.mjs +2 -2
- 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/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +219 -58
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image/src/image2.mjs +58 -219
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +39 -39
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/src/input.vue.d.ts +13 -13
- package/es/components/input-number/index.d.ts +48 -48
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +322 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +48 -48
- package/es/components/input-number/src/input-number2.mjs +62 -322
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +49 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +21 -49
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.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/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +102 -17
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +17 -102
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.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/next.mjs +19 -34
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +34 -19
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +17 -208
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +208 -17
- package/es/components/pagination/src/components/pager2.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 -78
- 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 +4 -4
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm.mjs +2 -2
- 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/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +212 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +10 -10
- package/es/components/popper/src/content2.mjs +94 -212
- package/es/components/popper/src/content2.mjs.map +1 -1
- 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 +6 -6
- 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.mjs +78 -34
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +34 -78
- package/es/components/radio/src/radio2.mjs.map +1 -1
- 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/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +29 -63
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +63 -29
- package/es/components/result/src/result2.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/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +3 -3
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.mjs +131 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -131
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +78 -78
- package/es/components/select/src/select.mjs +5 -5
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +78 -78
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +156 -156
- package/es/components/select-v2/src/defaults.mjs +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.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.mjs +49 -22
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +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/index.mjs +2 -2
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -240
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +240 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- 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/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 -320
- 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 -160
- 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.mjs +39 -167
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +18 -18
- package/es/components/tooltip/src/content2.mjs +167 -39
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +5 -5
- 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 +74 -21
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +21 -74
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- 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 +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +2 -2
- 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-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +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 +39 -39
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.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/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.js +2 -2
- package/lib/components/button/src/button-group2.js +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/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +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.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +234 -234
- package/lib/components/cascader/src/index.js +1 -1
- 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.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +209 -116
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +116 -209
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +4 -4
- 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.js +19 -30
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse2.js +30 -19
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- 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/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +406 -54
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/lib/components/color-picker/src/color-picker2.js +54 -406
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- 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/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.js +110 -25
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +25 -110
- package/lib/components/descriptions/src/description2.js.map +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/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/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/dropdown/src/dropdown2.js +2 -2
- 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/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -59
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image/src/image2.js +59 -219
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +39 -39
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/src/input.vue.d.ts +13 -13
- package/lib/components/input-number/index.d.ts +48 -48
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +321 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
- package/lib/components/input-number/src/input-number2.js +62 -321
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +49 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +22 -49
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.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/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +102 -18
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +18 -102
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.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/next.js +19 -34
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +34 -19
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +17 -208
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +208 -17
- package/lib/components/pagination/src/components/pager2.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 -78
- 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 +4 -4
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm.js +2 -2
- 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/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +212 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- package/lib/components/popper/src/content2.js +99 -212
- package/lib/components/popper/src/content2.js.map +1 -1
- 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 +6 -6
- 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.js +78 -36
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +36 -78
- package/lib/components/radio/src/radio2.js.map +1 -1
- 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/result/index.js +2 -2
- package/lib/components/result/src/result.js +31 -63
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +63 -31
- package/lib/components/result/src/result2.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/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +3 -3
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.js +131 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -131
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +78 -78
- package/lib/components/select/src/select.js +5 -5
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +78 -78
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +156 -156
- package/lib/components/select-v2/src/defaults.js +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.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.js +49 -22
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +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/index.js +2 -2
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -239
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +239 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- 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/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 -320
- 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 -160
- 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.js +39 -167
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +18 -18
- package/lib/components/tooltip/src/content2.js +167 -39
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +5 -5
- 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 +74 -21
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +21 -74
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- 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 +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +2 -2
- 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-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +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 +39 -39
- 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
|
}>>;
|
|
@@ -297,18 +297,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
297
|
disabled: boolean;
|
|
298
298
|
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
299
|
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
300
|
offset: number;
|
|
305
|
-
content: string;
|
|
306
|
-
transition: string;
|
|
307
301
|
effect: string;
|
|
302
|
+
showAfter: number;
|
|
303
|
+
hideAfter: number;
|
|
308
304
|
boundariesPadding: number;
|
|
309
305
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
310
306
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
307
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
308
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
312
309
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
313
310
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
311
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -317,10 +314,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
317
314
|
pure: boolean;
|
|
318
315
|
virtualTriggering: boolean;
|
|
319
316
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
317
|
+
content: string;
|
|
320
318
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
319
|
+
transition: string;
|
|
321
320
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
321
|
persistent: boolean;
|
|
323
|
-
|
|
322
|
+
open: boolean;
|
|
323
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
324
324
|
triggerKeys: string[];
|
|
325
325
|
arrowOffset: number;
|
|
326
326
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -630,7 +630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
630
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
631
631
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
632
632
|
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, "
|
|
633
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
634
634
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
635
635
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
636
636
|
"onUpdate:visible": {
|
|
@@ -639,10 +639,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
639
639
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
640
640
|
__epPropKey: true;
|
|
641
641
|
};
|
|
642
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
642
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
643
643
|
}>> & {
|
|
644
644
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
645
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
645
|
+
} & 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
646
|
$attrs: {
|
|
647
647
|
[x: string]: unknown;
|
|
648
648
|
};
|
|
@@ -962,7 +962,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
962
962
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
963
963
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
964
964
|
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, "
|
|
965
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
966
966
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
967
967
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
968
968
|
"onUpdate:visible": {
|
|
@@ -971,7 +971,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
971
971
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
972
972
|
__epPropKey: true;
|
|
973
973
|
};
|
|
974
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
974
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
975
975
|
}>> & {
|
|
976
976
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
977
977
|
}, {
|
|
@@ -1281,7 +1281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1281
1281
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1282
1282
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1283
1283
|
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, "
|
|
1284
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1285
1285
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1286
1286
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1287
1287
|
"onUpdate:visible": {
|
|
@@ -1290,7 +1290,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1290
1290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1291
1291
|
__epPropKey: true;
|
|
1292
1292
|
};
|
|
1293
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1293
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1294
1294
|
}>> & {
|
|
1295
1295
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1296
1296
|
}>>;
|
|
@@ -1309,10 +1309,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1309
1309
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1310
1310
|
isFocusInsideContent: () => boolean | undefined;
|
|
1311
1311
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1312
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1312
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1313
1313
|
}, {
|
|
1314
1314
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1315
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1315
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1316
1316
|
}>> & {
|
|
1317
1317
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1318
1318
|
}>>;
|
|
@@ -1320,12 +1320,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1320
1320
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1321
1321
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1322
1322
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1323
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1323
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
1324
1324
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
1325
1325
|
}, 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, "
|
|
1326
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1327
1327
|
}>>, {
|
|
1328
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1328
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1329
1329
|
}>> & Record<string, any>;
|
|
1330
1330
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1331
1331
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1682,8 +1682,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1682
1682
|
readonly id: StringConstructor;
|
|
1683
1683
|
readonly open: BooleanConstructor;
|
|
1684
1684
|
}>>, {
|
|
1685
|
-
readonly open: boolean;
|
|
1686
1685
|
readonly virtualTriggering: boolean;
|
|
1686
|
+
readonly open: boolean;
|
|
1687
1687
|
}>;
|
|
1688
1688
|
}, 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
1689
|
readonly disabled: BooleanConstructor;
|
|
@@ -1743,8 +1743,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1743
1743
|
}>>, {
|
|
1744
1744
|
readonly disabled: boolean;
|
|
1745
1745
|
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
1746
|
readonly virtualTriggering: boolean;
|
|
1747
|
+
readonly open: boolean;
|
|
1748
1748
|
readonly triggerKeys: string[];
|
|
1749
1749
|
}>;
|
|
1750
1750
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -2005,7 +2005,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2005
2005
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2006
2006
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2007
2007
|
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, "
|
|
2008
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2009
2009
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2010
2010
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2011
2011
|
}, {
|
|
@@ -2267,7 +2267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2267
2267
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2268
2268
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2269
2269
|
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, "
|
|
2270
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2271
2271
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2272
2272
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2273
2273
|
}>> & {
|
|
@@ -2545,9 +2545,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2545
2545
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2546
2546
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2547
2547
|
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, "
|
|
2548
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2549
2549
|
}, {
|
|
2550
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
2550
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
2551
2551
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2552
2552
|
readonly id: StringConstructor;
|
|
2553
2553
|
readonly style: {
|
|
@@ -2794,13 +2794,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2794
2794
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2795
2795
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2796
2796
|
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, "
|
|
2797
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2798
2798
|
}>> & {
|
|
2799
2799
|
onClose?: (() => any) | undefined;
|
|
2800
2800
|
onFocus?: (() => any) | undefined;
|
|
2801
2801
|
onBlur?: (() => any) | undefined;
|
|
2802
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2803
2802
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2803
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2804
2804
|
}>>;
|
|
2805
2805
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
2806
2806
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -2880,7 +2880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2880
2880
|
};
|
|
2881
2881
|
}, {
|
|
2882
2882
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2883
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2883
|
+
}, 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
2884
|
loop: BooleanConstructor;
|
|
2885
2885
|
trapped: BooleanConstructor;
|
|
2886
2886
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -2889,10 +2889,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2889
2889
|
default: string;
|
|
2890
2890
|
};
|
|
2891
2891
|
}>> & {
|
|
2892
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2893
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2894
2892
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
2895
2893
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
2894
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2895
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2896
2896
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
2897
2897
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
2898
2898
|
}, {
|
|
@@ -3152,22 +3152,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3152
3152
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3153
3153
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3154
3154
|
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, "
|
|
3155
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3156
3156
|
}>> & {
|
|
3157
3157
|
onClose?: (() => any) | undefined;
|
|
3158
3158
|
onFocus?: (() => any) | undefined;
|
|
3159
3159
|
onBlur?: (() => any) | undefined;
|
|
3160
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3161
3160
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3161
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3162
3162
|
}, {
|
|
3163
3163
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3164
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3165
3164
|
readonly offset: number;
|
|
3166
3165
|
readonly effect: string;
|
|
3167
3166
|
readonly boundariesPadding: number;
|
|
3168
3167
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3169
3168
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3170
3169
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3170
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3171
3171
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3172
3172
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3173
3173
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3435,22 +3435,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3435
3435
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3436
3436
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3437
3437
|
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, "
|
|
3438
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3439
3439
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3440
3440
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3441
3441
|
}>>, {
|
|
3442
3442
|
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
3443
|
readonly offset: number;
|
|
3447
|
-
readonly content: string;
|
|
3448
|
-
readonly transition: string;
|
|
3449
3444
|
readonly effect: string;
|
|
3445
|
+
readonly showAfter: number;
|
|
3446
|
+
readonly hideAfter: number;
|
|
3450
3447
|
readonly boundariesPadding: number;
|
|
3451
3448
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3452
3449
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3453
3450
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3451
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3454
3452
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3455
3453
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3456
3454
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3459,7 +3457,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3459
3457
|
readonly pure: boolean;
|
|
3460
3458
|
readonly virtualTriggering: boolean;
|
|
3461
3459
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3460
|
+
readonly content: string;
|
|
3462
3461
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3462
|
+
readonly transition: string;
|
|
3463
3463
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3464
3464
|
readonly persistent: boolean;
|
|
3465
3465
|
}>;
|
|
@@ -3467,18 +3467,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3467
3467
|
disabled: boolean;
|
|
3468
3468
|
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
3469
|
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
3470
|
offset: number;
|
|
3475
|
-
content: string;
|
|
3476
|
-
transition: string;
|
|
3477
3471
|
effect: string;
|
|
3472
|
+
showAfter: number;
|
|
3473
|
+
hideAfter: number;
|
|
3478
3474
|
boundariesPadding: number;
|
|
3479
3475
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3480
3476
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3481
3477
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3478
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3482
3479
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3483
3480
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3484
3481
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3487,10 +3484,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3487
3484
|
pure: boolean;
|
|
3488
3485
|
virtualTriggering: boolean;
|
|
3489
3486
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3487
|
+
content: string;
|
|
3490
3488
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3489
|
+
transition: string;
|
|
3491
3490
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3492
3491
|
persistent: boolean;
|
|
3493
|
-
|
|
3492
|
+
open: boolean;
|
|
3493
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3494
3494
|
triggerKeys: string[];
|
|
3495
3495
|
arrowOffset: number;
|
|
3496
3496
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3820,7 +3820,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3820
3820
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3821
3821
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3822
3822
|
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, "
|
|
3823
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3824
3824
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3825
3825
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3826
3826
|
"onUpdate:visible": {
|
|
@@ -3829,7 +3829,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3829
3829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3830
3830
|
__epPropKey: true;
|
|
3831
3831
|
};
|
|
3832
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3832
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3833
3833
|
}>> & {
|
|
3834
3834
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3835
3835
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4139,7 +4139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4139
4139
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4140
4140
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4141
4141
|
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, "
|
|
4142
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4143
4143
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4144
4144
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4145
4145
|
"onUpdate:visible": {
|
|
@@ -4148,7 +4148,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4148
4148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4149
4149
|
__epPropKey: true;
|
|
4150
4150
|
};
|
|
4151
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4151
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4152
4152
|
}>> & {
|
|
4153
4153
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4154
4154
|
}>>;
|
|
@@ -4167,10 +4167,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4167
4167
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4168
4168
|
isFocusInsideContent: () => boolean | undefined;
|
|
4169
4169
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4170
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4170
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4171
4171
|
}, {
|
|
4172
4172
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4173
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4173
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4174
4174
|
}>> & {
|
|
4175
4175
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4176
4176
|
}>>;
|
|
@@ -4178,12 +4178,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4178
4178
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4179
4179
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4180
4180
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4181
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4181
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4182
4182
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4183
4183
|
}, 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, "
|
|
4184
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4185
4185
|
}>>, {
|
|
4186
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4186
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4187
4187
|
}>> & Record<string, any>;
|
|
4188
4188
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4189
4189
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4540,8 +4540,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4540
4540
|
readonly id: StringConstructor;
|
|
4541
4541
|
readonly open: BooleanConstructor;
|
|
4542
4542
|
}>>, {
|
|
4543
|
-
readonly open: boolean;
|
|
4544
4543
|
readonly virtualTriggering: boolean;
|
|
4544
|
+
readonly open: boolean;
|
|
4545
4545
|
}>;
|
|
4546
4546
|
}, 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
4547
|
readonly disabled: BooleanConstructor;
|
|
@@ -4601,8 +4601,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4601
4601
|
}>>, {
|
|
4602
4602
|
readonly disabled: boolean;
|
|
4603
4603
|
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
4604
|
readonly virtualTriggering: boolean;
|
|
4605
|
+
readonly open: boolean;
|
|
4606
4606
|
readonly triggerKeys: string[];
|
|
4607
4607
|
}>;
|
|
4608
4608
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4863,7 +4863,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4863
4863
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4864
4864
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4865
4865
|
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, "
|
|
4866
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4867
4867
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4868
4868
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4869
4869
|
}, {
|
|
@@ -5125,7 +5125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5125
5125
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5126
5126
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5127
5127
|
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, "
|
|
5128
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5129
5129
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5130
5130
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5131
5131
|
}>> & {
|
|
@@ -5403,9 +5403,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5403
5403
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5404
5404
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5405
5405
|
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, "
|
|
5406
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5407
5407
|
}, {
|
|
5408
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
5408
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5409
5409
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5410
5410
|
readonly id: StringConstructor;
|
|
5411
5411
|
readonly style: {
|
|
@@ -5652,13 +5652,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5652
5652
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5653
5653
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5654
5654
|
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, "
|
|
5655
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5656
5656
|
}>> & {
|
|
5657
5657
|
onClose?: (() => any) | undefined;
|
|
5658
5658
|
onFocus?: (() => any) | undefined;
|
|
5659
5659
|
onBlur?: (() => any) | undefined;
|
|
5660
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5661
5660
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5661
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5662
5662
|
}>>;
|
|
5663
5663
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
5664
5664
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -5738,7 +5738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5738
5738
|
};
|
|
5739
5739
|
}, {
|
|
5740
5740
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5741
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5741
|
+
}, 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
5742
|
loop: BooleanConstructor;
|
|
5743
5743
|
trapped: BooleanConstructor;
|
|
5744
5744
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -5747,10 +5747,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5747
5747
|
default: string;
|
|
5748
5748
|
};
|
|
5749
5749
|
}>> & {
|
|
5750
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5751
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5752
5750
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5753
5751
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
5752
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5753
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5754
5754
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5755
5755
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5756
5756
|
}, {
|
|
@@ -6010,22 +6010,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6010
6010
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6011
6011
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6012
6012
|
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, "
|
|
6013
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6014
6014
|
}>> & {
|
|
6015
6015
|
onClose?: (() => any) | undefined;
|
|
6016
6016
|
onFocus?: (() => any) | undefined;
|
|
6017
6017
|
onBlur?: (() => any) | undefined;
|
|
6018
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6019
6018
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6019
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6020
6020
|
}, {
|
|
6021
6021
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6022
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6023
6022
|
readonly offset: number;
|
|
6024
6023
|
readonly effect: string;
|
|
6025
6024
|
readonly boundariesPadding: number;
|
|
6026
6025
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6027
6026
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6028
6027
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6028
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6029
6029
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6030
6030
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6031
6031
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6293,22 +6293,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6293
6293
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6294
6294
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6295
6295
|
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, "
|
|
6296
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6297
6297
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6298
6298
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6299
6299
|
}>>, {
|
|
6300
6300
|
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
6301
|
readonly offset: number;
|
|
6305
|
-
readonly content: string;
|
|
6306
|
-
readonly transition: string;
|
|
6307
6302
|
readonly effect: string;
|
|
6303
|
+
readonly showAfter: number;
|
|
6304
|
+
readonly hideAfter: number;
|
|
6308
6305
|
readonly boundariesPadding: number;
|
|
6309
6306
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6310
6307
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6311
6308
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6309
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6312
6310
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6313
6311
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6314
6312
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6317,7 +6315,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6317
6315
|
readonly pure: boolean;
|
|
6318
6316
|
readonly virtualTriggering: boolean;
|
|
6319
6317
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6318
|
+
readonly content: string;
|
|
6320
6319
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6320
|
+
readonly transition: string;
|
|
6321
6321
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6322
6322
|
readonly persistent: boolean;
|
|
6323
6323
|
}>;
|
|
@@ -6356,7 +6356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6356
6356
|
}>;
|
|
6357
6357
|
handleMouseEnter: () => void;
|
|
6358
6358
|
handleMouseLeave: () => void;
|
|
6359
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "
|
|
6359
|
+
}, 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
6360
|
name: StringConstructor;
|
|
6361
6361
|
id: StringConstructor;
|
|
6362
6362
|
modelValue: {
|
|
@@ -6456,11 +6456,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6456
6456
|
default: string;
|
|
6457
6457
|
};
|
|
6458
6458
|
}>> & {
|
|
6459
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6460
6459
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
6461
|
-
|
|
6460
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6462
6461
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6463
6462
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6463
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
6464
6464
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6465
6465
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
6466
6466
|
}, {
|
|
@@ -6773,18 +6773,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6773
6773
|
disabled: boolean;
|
|
6774
6774
|
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
6775
|
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
6776
|
offset: number;
|
|
6781
|
-
content: string;
|
|
6782
|
-
transition: string;
|
|
6783
6777
|
effect: string;
|
|
6778
|
+
showAfter: number;
|
|
6779
|
+
hideAfter: number;
|
|
6784
6780
|
boundariesPadding: number;
|
|
6785
6781
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6786
6782
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6787
6783
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6784
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6788
6785
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6789
6786
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6790
6787
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6793,10 +6790,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6793
6790
|
pure: boolean;
|
|
6794
6791
|
virtualTriggering: boolean;
|
|
6795
6792
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6793
|
+
content: string;
|
|
6796
6794
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6795
|
+
transition: string;
|
|
6797
6796
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6798
6797
|
persistent: boolean;
|
|
6799
|
-
|
|
6798
|
+
open: boolean;
|
|
6799
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6800
6800
|
triggerKeys: string[];
|
|
6801
6801
|
arrowOffset: number;
|
|
6802
6802
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7106,7 +7106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7106
7106
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7107
7107
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7108
7108
|
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, "
|
|
7109
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7110
7110
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7111
7111
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7112
7112
|
"onUpdate:visible": {
|
|
@@ -7115,10 +7115,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7115
7115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7116
7116
|
__epPropKey: true;
|
|
7117
7117
|
};
|
|
7118
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7118
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7119
7119
|
}>> & {
|
|
7120
7120
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7121
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
7121
|
+
} & 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
7122
|
$attrs: {
|
|
7123
7123
|
[x: string]: unknown;
|
|
7124
7124
|
};
|
|
@@ -7438,7 +7438,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7438
7438
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7439
7439
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7440
7440
|
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, "
|
|
7441
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7442
7442
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7443
7443
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7444
7444
|
"onUpdate:visible": {
|
|
@@ -7447,7 +7447,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7447
7447
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7448
7448
|
__epPropKey: true;
|
|
7449
7449
|
};
|
|
7450
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7450
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7451
7451
|
}>> & {
|
|
7452
7452
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7453
7453
|
}, {
|
|
@@ -7757,7 +7757,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7757
7757
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7758
7758
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7759
7759
|
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, "
|
|
7760
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7761
7761
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7762
7762
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7763
7763
|
"onUpdate:visible": {
|
|
@@ -7766,7 +7766,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7766
7766
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7767
7767
|
__epPropKey: true;
|
|
7768
7768
|
};
|
|
7769
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7769
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7770
7770
|
}>> & {
|
|
7771
7771
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7772
7772
|
}>>;
|
|
@@ -7785,10 +7785,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7785
7785
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7786
7786
|
isFocusInsideContent: () => boolean | undefined;
|
|
7787
7787
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7788
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7788
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7789
7789
|
}, {
|
|
7790
7790
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7791
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7791
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7792
7792
|
}>> & {
|
|
7793
7793
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7794
7794
|
}>>;
|
|
@@ -7796,12 +7796,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7796
7796
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7797
7797
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7798
7798
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7799
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7799
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7800
7800
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7801
7801
|
}, 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, "
|
|
7802
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7803
7803
|
}>>, {
|
|
7804
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7804
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7805
7805
|
}>> & Record<string, any>;
|
|
7806
7806
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7807
7807
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8158,8 +8158,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8158
8158
|
readonly id: StringConstructor;
|
|
8159
8159
|
readonly open: BooleanConstructor;
|
|
8160
8160
|
}>>, {
|
|
8161
|
-
readonly open: boolean;
|
|
8162
8161
|
readonly virtualTriggering: boolean;
|
|
8162
|
+
readonly open: boolean;
|
|
8163
8163
|
}>;
|
|
8164
8164
|
}, 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
8165
|
readonly disabled: BooleanConstructor;
|
|
@@ -8219,8 +8219,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8219
8219
|
}>>, {
|
|
8220
8220
|
readonly disabled: boolean;
|
|
8221
8221
|
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
8222
|
readonly virtualTriggering: boolean;
|
|
8223
|
+
readonly open: boolean;
|
|
8224
8224
|
readonly triggerKeys: string[];
|
|
8225
8225
|
}>;
|
|
8226
8226
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8481,7 +8481,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8481
8481
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8482
8482
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8483
8483
|
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, "
|
|
8484
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8485
8485
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8486
8486
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8487
8487
|
}, {
|
|
@@ -8743,7 +8743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8743
8743
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8744
8744
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8745
8745
|
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, "
|
|
8746
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8747
8747
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8748
8748
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8749
8749
|
}>> & {
|
|
@@ -9021,9 +9021,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9021
9021
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9022
9022
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9023
9023
|
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, "
|
|
9024
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9025
9025
|
}, {
|
|
9026
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
9026
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
9027
9027
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9028
9028
|
readonly id: StringConstructor;
|
|
9029
9029
|
readonly style: {
|
|
@@ -9270,13 +9270,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9270
9270
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9271
9271
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9272
9272
|
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, "
|
|
9273
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9274
9274
|
}>> & {
|
|
9275
9275
|
onClose?: (() => any) | undefined;
|
|
9276
9276
|
onFocus?: (() => any) | undefined;
|
|
9277
9277
|
onBlur?: (() => any) | undefined;
|
|
9278
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9279
9278
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9279
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9280
9280
|
}>>;
|
|
9281
9281
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
9282
9282
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -9356,7 +9356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9356
9356
|
};
|
|
9357
9357
|
}, {
|
|
9358
9358
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9359
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
9359
|
+
}, 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
9360
|
loop: BooleanConstructor;
|
|
9361
9361
|
trapped: BooleanConstructor;
|
|
9362
9362
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -9365,10 +9365,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9365
9365
|
default: string;
|
|
9366
9366
|
};
|
|
9367
9367
|
}>> & {
|
|
9368
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9369
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9370
9368
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9371
9369
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9370
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9371
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9372
9372
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
9373
9373
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
9374
9374
|
}, {
|
|
@@ -9628,22 +9628,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9628
9628
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9629
9629
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9630
9630
|
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, "
|
|
9631
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9632
9632
|
}>> & {
|
|
9633
9633
|
onClose?: (() => any) | undefined;
|
|
9634
9634
|
onFocus?: (() => any) | undefined;
|
|
9635
9635
|
onBlur?: (() => any) | undefined;
|
|
9636
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9637
9636
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9637
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9638
9638
|
}, {
|
|
9639
9639
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9640
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9641
9640
|
readonly offset: number;
|
|
9642
9641
|
readonly effect: string;
|
|
9643
9642
|
readonly boundariesPadding: number;
|
|
9644
9643
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9645
9644
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9646
9645
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9646
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9647
9647
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9648
9648
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9649
9649
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9911,22 +9911,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9911
9911
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9912
9912
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9913
9913
|
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, "
|
|
9914
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9915
9915
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9916
9916
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9917
9917
|
}>>, {
|
|
9918
9918
|
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
9919
|
readonly offset: number;
|
|
9923
|
-
readonly content: string;
|
|
9924
|
-
readonly transition: string;
|
|
9925
9920
|
readonly effect: string;
|
|
9921
|
+
readonly showAfter: number;
|
|
9922
|
+
readonly hideAfter: number;
|
|
9926
9923
|
readonly boundariesPadding: number;
|
|
9927
9924
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9928
9925
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9929
9926
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9927
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9930
9928
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9931
9929
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9932
9930
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9935,7 +9933,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9935
9933
|
readonly pure: boolean;
|
|
9936
9934
|
readonly virtualTriggering: boolean;
|
|
9937
9935
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9936
|
+
readonly content: string;
|
|
9938
9937
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9938
|
+
readonly transition: string;
|
|
9939
9939
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9940
9940
|
readonly persistent: boolean;
|
|
9941
9941
|
}>;
|
|
@@ -9943,18 +9943,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9943
9943
|
disabled: boolean;
|
|
9944
9944
|
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
9945
|
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
9946
|
offset: number;
|
|
9951
|
-
content: string;
|
|
9952
|
-
transition: string;
|
|
9953
9947
|
effect: string;
|
|
9948
|
+
showAfter: number;
|
|
9949
|
+
hideAfter: number;
|
|
9954
9950
|
boundariesPadding: number;
|
|
9955
9951
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9956
9952
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9957
9953
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9954
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9958
9955
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9959
9956
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9960
9957
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9963,10 +9960,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9963
9960
|
pure: boolean;
|
|
9964
9961
|
virtualTriggering: boolean;
|
|
9965
9962
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9963
|
+
content: string;
|
|
9966
9964
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9965
|
+
transition: string;
|
|
9967
9966
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9968
9967
|
persistent: boolean;
|
|
9969
|
-
|
|
9968
|
+
open: boolean;
|
|
9969
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
9970
9970
|
triggerKeys: string[];
|
|
9971
9971
|
arrowOffset: number;
|
|
9972
9972
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10296,7 +10296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10296
10296
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10297
10297
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10298
10298
|
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, "
|
|
10299
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10300
10300
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10301
10301
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10302
10302
|
"onUpdate:visible": {
|
|
@@ -10305,7 +10305,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10305
10305
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10306
10306
|
__epPropKey: true;
|
|
10307
10307
|
};
|
|
10308
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10308
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10309
10309
|
}>> & {
|
|
10310
10310
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10311
10311
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -10615,7 +10615,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10615
10615
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10616
10616
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10617
10617
|
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, "
|
|
10618
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10619
10619
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10620
10620
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10621
10621
|
"onUpdate:visible": {
|
|
@@ -10624,7 +10624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10624
10624
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10625
10625
|
__epPropKey: true;
|
|
10626
10626
|
};
|
|
10627
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10627
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10628
10628
|
}>> & {
|
|
10629
10629
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10630
10630
|
}>>;
|
|
@@ -10643,10 +10643,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10643
10643
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10644
10644
|
isFocusInsideContent: () => boolean | undefined;
|
|
10645
10645
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10646
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10646
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10647
10647
|
}, {
|
|
10648
10648
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10649
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10649
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10650
10650
|
}>> & {
|
|
10651
10651
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10652
10652
|
}>>;
|
|
@@ -10654,12 +10654,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10654
10654
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10655
10655
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10656
10656
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10657
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10657
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10658
10658
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10659
10659
|
}, 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, "
|
|
10660
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10661
10661
|
}>>, {
|
|
10662
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10662
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10663
10663
|
}>> & Record<string, any>;
|
|
10664
10664
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10665
10665
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11016,8 +11016,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11016
11016
|
readonly id: StringConstructor;
|
|
11017
11017
|
readonly open: BooleanConstructor;
|
|
11018
11018
|
}>>, {
|
|
11019
|
-
readonly open: boolean;
|
|
11020
11019
|
readonly virtualTriggering: boolean;
|
|
11020
|
+
readonly open: boolean;
|
|
11021
11021
|
}>;
|
|
11022
11022
|
}, 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
11023
|
readonly disabled: BooleanConstructor;
|
|
@@ -11077,8 +11077,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11077
11077
|
}>>, {
|
|
11078
11078
|
readonly disabled: boolean;
|
|
11079
11079
|
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
11080
|
readonly virtualTriggering: boolean;
|
|
11081
|
+
readonly open: boolean;
|
|
11082
11082
|
readonly triggerKeys: string[];
|
|
11083
11083
|
}>;
|
|
11084
11084
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11339,7 +11339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11339
11339
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11340
11340
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11341
11341
|
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, "
|
|
11342
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11343
11343
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11344
11344
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11345
11345
|
}, {
|
|
@@ -11601,7 +11601,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11601
11601
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11602
11602
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11603
11603
|
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, "
|
|
11604
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11605
11605
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11606
11606
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11607
11607
|
}>> & {
|
|
@@ -11879,9 +11879,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11879
11879
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11880
11880
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11881
11881
|
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, "
|
|
11882
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11883
11883
|
}, {
|
|
11884
|
-
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "
|
|
11884
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11885
11885
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11886
11886
|
readonly id: StringConstructor;
|
|
11887
11887
|
readonly style: {
|
|
@@ -12128,13 +12128,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12128
12128
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12129
12129
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12130
12130
|
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, "
|
|
12131
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12132
12132
|
}>> & {
|
|
12133
12133
|
onClose?: (() => any) | undefined;
|
|
12134
12134
|
onFocus?: (() => any) | undefined;
|
|
12135
12135
|
onBlur?: (() => any) | undefined;
|
|
12136
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
12136
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
12138
|
}>>;
|
|
12139
12139
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
12140
12140
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12214,7 +12214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12214
12214
|
};
|
|
12215
12215
|
}, {
|
|
12216
12216
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12217
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12217
|
+
}, 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
12218
|
loop: BooleanConstructor;
|
|
12219
12219
|
trapped: BooleanConstructor;
|
|
12220
12220
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12223,10 +12223,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12223
12223
|
default: string;
|
|
12224
12224
|
};
|
|
12225
12225
|
}>> & {
|
|
12226
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12227
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12228
12226
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12229
12227
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12228
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12229
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12230
12230
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12231
12231
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12232
12232
|
}, {
|
|
@@ -12486,22 +12486,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12486
12486
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12487
12487
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12488
12488
|
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, "
|
|
12489
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12490
12490
|
}>> & {
|
|
12491
12491
|
onClose?: (() => any) | undefined;
|
|
12492
12492
|
onFocus?: (() => any) | undefined;
|
|
12493
12493
|
onBlur?: (() => any) | undefined;
|
|
12494
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12495
12494
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12495
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12496
12496
|
}, {
|
|
12497
12497
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12498
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12499
12498
|
readonly offset: number;
|
|
12500
12499
|
readonly effect: string;
|
|
12501
12500
|
readonly boundariesPadding: number;
|
|
12502
12501
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12503
12502
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12504
12503
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12504
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12505
12505
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12506
12506
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12507
12507
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12769,22 +12769,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12769
12769
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12770
12770
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12771
12771
|
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, "
|
|
12772
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12773
12773
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12774
12774
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12775
12775
|
}>>, {
|
|
12776
12776
|
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
12777
|
readonly offset: number;
|
|
12781
|
-
readonly content: string;
|
|
12782
|
-
readonly transition: string;
|
|
12783
12778
|
readonly effect: string;
|
|
12779
|
+
readonly showAfter: number;
|
|
12780
|
+
readonly hideAfter: number;
|
|
12784
12781
|
readonly boundariesPadding: number;
|
|
12785
12782
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12786
12783
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12787
12784
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12785
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12788
12786
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12789
12787
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12790
12788
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12793,7 +12791,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12793
12791
|
readonly pure: boolean;
|
|
12794
12792
|
readonly virtualTriggering: boolean;
|
|
12795
12793
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12794
|
+
readonly content: string;
|
|
12796
12795
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12796
|
+
readonly transition: string;
|
|
12797
12797
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12798
12798
|
readonly persistent: boolean;
|
|
12799
12799
|
}>;
|
|
@@ -12832,7 +12832,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12832
12832
|
}>;
|
|
12833
12833
|
handleMouseEnter: () => void;
|
|
12834
12834
|
handleMouseLeave: () => void;
|
|
12835
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "
|
|
12835
|
+
}, 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
12836
|
name: StringConstructor;
|
|
12837
12837
|
id: StringConstructor;
|
|
12838
12838
|
modelValue: {
|
|
@@ -12932,11 +12932,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12932
12932
|
default: string;
|
|
12933
12933
|
};
|
|
12934
12934
|
}>> & {
|
|
12935
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12936
12935
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
12937
|
-
|
|
12936
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12938
12937
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
12939
12938
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
12939
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
12940
12940
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
12941
12941
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
12942
12942
|
}, {
|
|
@@ -13152,19 +13152,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13152
13152
|
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
13153
|
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
13154
|
}>> & {
|
|
13155
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13156
13155
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13156
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13157
13157
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13158
13158
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13159
13159
|
}, {
|
|
13160
13160
|
readonly disabled: boolean;
|
|
13161
13161
|
readonly step: string;
|
|
13162
13162
|
readonly editable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13163
|
-
readonly start: string;
|
|
13164
|
-
readonly end: string;
|
|
13165
13163
|
readonly effect: string;
|
|
13166
13164
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13167
13165
|
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>;
|
|
13166
|
+
readonly end: string;
|
|
13167
|
+
readonly start: string;
|
|
13168
13168
|
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
13169
|
readonly format: string;
|
|
13170
13170
|
}>;
|