element-pe 2.2.46 → 2.2.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.js +5 -5
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +5 -5
- package/es/components/affix/index.d.ts +2 -2
- package/es/components/affix/src/affix.vue.d.ts +2 -2
- package/es/components/alert/index.d.ts +2 -2
- package/es/components/alert/src/alert.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +165 -165
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +82 -362
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +165 -165
- package/es/components/autocomplete/src/autocomplete2.mjs +362 -82
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +69 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -69
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.d.ts +2 -2
- package/es/components/backtop/src/backtop.vue.d.ts +2 -2
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +59 -17
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge.vue.d.ts +1 -1
- package/es/components/badge/src/badge2.mjs +17 -59
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +11 -36
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +36 -11
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.d.ts +17 -17
- package/es/components/button/src/button-group.d.ts +1 -1
- package/es/components/button/src/button-group.vue.d.ts +4 -4
- package/es/components/button/src/button.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +9 -9
- package/es/components/button/src/use-button.d.ts +1 -1
- package/es/components/calendar/index.d.ts +17 -17
- package/es/components/calendar/src/calendar.vue.d.ts +17 -17
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel.mjs +56 -164
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel2.mjs +164 -56
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +352 -352
- package/es/components/cascader/src/cascader.mjs +2 -2
- package/es/components/cascader/src/cascader.vue.d.ts +176 -176
- package/es/components/cascader-panel/index.d.ts +6 -6
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- 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 +21 -21
- package/es/components/checkbox/index.mjs +4 -4
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox-group.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.mjs +117 -49
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +5 -5
- package/es/components/checkbox/src/checkbox2.mjs +49 -117
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.d.ts +1 -1
- package/es/components/col/src/col.vue.d.ts +1 -1
- package/es/components/collapse/index.d.ts +4 -4
- package/es/components/collapse/index.mjs +4 -4
- package/es/components/collapse/src/collapse-item.mjs +96 -14
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +14 -96
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.mjs +30 -17
- 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 +17 -30
- 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 +157 -157
- package/es/components/color-picker/src/color-picker.vue.d.ts +157 -157
- package/es/components/date-picker/index.d.ts +8 -8
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +53 -53
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +51 -51
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +4 -4
- package/es/components/date-picker/src/panel-utils.d.ts +111 -111
- package/es/components/descriptions/index.d.ts +6 -6
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/descriptions/src/description.mjs +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +2 -2
- package/es/components/descriptions/src/descriptions-row.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +3 -3
- package/es/components/dialog/src/dialog.vue.d.ts +3 -3
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider.vue.d.ts +4 -4
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +186 -25
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +4 -4
- package/es/components/drawer/src/drawer2.mjs +25 -186
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +96 -96
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +5 -5
- package/es/components/dropdown/src/dropdown-menu.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +3 -3
- package/es/components/dropdown/src/dropdown.vue.d.ts +94 -94
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -55
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +55 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- 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 +226 -65
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image/src/image2.mjs +65 -226
- 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 +38 -401
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +401 -38
- 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 +6 -6
- package/es/components/input/src/input.vue.d.ts +6 -6
- package/es/components/input-number/index.d.ts +23 -23
- package/es/components/input-number/src/input-number.vue.d.ts +23 -23
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -50
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +50 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +5 -5
- package/es/components/menu/src/menu-item.vue.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/menu/src/sub-menu.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +4 -4
- package/es/components/notification/src/notification.vue.d.ts +3 -3
- package/es/components/page-header/index.d.ts +5 -5
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +17 -103
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header.vue.d.ts +5 -5
- package/es/components/page-header/src/page-header2.mjs +103 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/index.d.ts +2 -2
- 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 +6 -6
- 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.vue.d.ts +1 -1
- package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/es/components/pagination/src/components/prev.mjs +38 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -38
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +70 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +95 -95
- package/es/components/pagination/src/components/sizes2.mjs +22 -70
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +156 -156
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +156 -156
- package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
- package/es/components/popover/index.d.ts +154 -154
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +154 -154
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/composables/use-content.d.ts +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +139 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/content2.mjs +94 -139
- 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.mjs +32 -25
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +25 -32
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +31 -121
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +121 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +2 -2
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +204 -59
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +59 -204
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +19 -19
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +1 -1
- package/es/components/radio/src/radio-button.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group.mjs +36 -70
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio-group2.mjs +70 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.mjs +30 -71
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/radio/src/radio2.mjs +71 -30
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +4 -4
- package/es/components/rate/src/rate.vue.d.ts +4 -4
- 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/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +95 -95
- package/es/components/select/src/select.mjs +2 -2
- package/es/components/select/src/select.vue.d.ts +95 -95
- package/es/components/select/src/useSelect.d.ts +89 -89
- package/es/components/select-v2/index.d.ts +190 -190
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +95 -95
- package/es/components/select-v2/src/useSelect.d.ts +89 -89
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +261 -261
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +46 -46
- package/es/components/slider/src/composables/use-slide.d.ts +186 -186
- package/es/components/slider/src/slider.mjs +91 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +261 -261
- package/es/components/slider/src/slider2.mjs +233 -91
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/src/space.d.ts +3 -3
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/steps.mjs +36 -34
- 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 +34 -36
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/switch/src/switch.vue.d.ts +6 -6
- package/es/components/table/index.d.ts +12 -12
- package/es/components/table/src/filter-panel.vue.d.ts +89 -89
- package/es/components/table/src/table/defaults.d.ts +1 -1
- package/es/components/table/src/table/style-helper.d.ts +1 -1
- package/es/components/table/src/table-body/defaults.d.ts +1 -1
- package/es/components/table/src/table-body/index.d.ts +2 -2
- package/es/components/table/src/table-column/defaults.d.ts +1 -1
- package/es/components/table/src/table-column/index.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +8 -8
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.d.ts +19 -19
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.d.ts +12 -12
- package/es/components/tabs/src/tab-bar.mjs +75 -7
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar.vue.d.ts +39 -39
- package/es/components/tabs/src/tab-bar2.mjs +7 -75
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.d.ts +45 -45
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/es/components/tabs/src/tabs.d.ts +10 -10
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +98 -33
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag.vue.d.ts +2 -2
- package/es/components/tag/src/tag2.mjs +33 -98
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/text/index.mjs +2 -2
- package/es/components/text/src/text.mjs +22 -35
- package/es/components/text/src/text.mjs.map +1 -1
- package/es/components/text/src/text2.mjs +35 -22
- package/es/components/text/src/text2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +8 -8
- package/es/components/time-picker/src/common/picker.vue.d.ts +146 -146
- 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 +4 -4
- package/es/components/time-select/index.d.ts +390 -390
- package/es/components/time-select/src/time-select.vue.d.ts +195 -195
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +70 -42
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/es/components/timeline/src/timeline-item2.mjs +42 -70
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +45 -45
- package/es/components/tooltip/index.mjs +4 -4
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +31 -179
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +14 -14
- package/es/components/tooltip/src/content2.mjs +179 -31
- 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 +31 -174
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +45 -45
- package/es/components/tooltip/src/tooltip2.mjs +174 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +73 -16
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/es/components/tooltip/src/trigger2.mjs +16 -73
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +63 -63
- package/es/components/tooltip-v2/index.mjs +5 -5
- package/es/components/tooltip-v2/src/arrow.mjs +22 -37
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.mjs +114 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/es/components/tooltip-v2/src/content2.mjs +50 -114
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/es/components/tooltip-v2/src/tooltip.mjs +78 -21
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/es/components/tooltip-v2/src/tooltip2.mjs +21 -78
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +12 -91
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +91 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +130 -130
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/es/components/transfer/src/transfer-panel2.mjs +1 -1
- package/es/components/transfer/src/transfer.mjs +162 -69
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +130 -130
- package/es/components/transfer/src/transfer2.mjs +69 -162
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +1 -1
- package/es/components/tree-v2/index.d.ts +16 -16
- package/es/components/tree-v2/src/tree-node.vue.d.ts +13 -13
- package/es/components/tree-v2/src/tree.vue.d.ts +16 -16
- package/es/components/upload/index.d.ts +28 -28
- package/es/components/upload/index.mjs +1 -1
- package/es/components/upload/src/upload-content.d.ts +1 -1
- package/es/components/upload/src/upload-content.mjs +178 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +6 -6
- package/es/components/upload/src/upload-content2.mjs +33 -178
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.d.ts +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +3 -3
- package/es/components/upload/src/upload.d.ts +2 -2
- package/es/components/upload/src/upload.vue.d.ts +28 -28
- package/es/components/upload/src/upload2.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/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/hooks/use-floating/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +6 -6
- package/es/index.mjs +39 -39
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +2 -2
- package/lib/components/affix/src/affix.vue.d.ts +2 -2
- package/lib/components/alert/index.d.ts +2 -2
- package/lib/components/alert/src/alert.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +165 -165
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +82 -361
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +165 -165
- package/lib/components/autocomplete/src/autocomplete2.js +361 -82
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +69 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -69
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.d.ts +2 -2
- package/lib/components/backtop/src/backtop.vue.d.ts +2 -2
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +59 -17
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +1 -1
- package/lib/components/badge/src/badge2.js +17 -59
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +11 -36
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +36 -11
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.d.ts +17 -17
- package/lib/components/button/src/button-group.d.ts +1 -1
- package/lib/components/button/src/button-group.vue.d.ts +4 -4
- package/lib/components/button/src/button.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +9 -9
- package/lib/components/button/src/use-button.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +17 -17
- package/lib/components/calendar/src/calendar.vue.d.ts +17 -17
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel.js +57 -164
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel2.js +164 -57
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +352 -352
- package/lib/components/cascader/src/cascader.js +2 -2
- package/lib/components/cascader/src/cascader.vue.d.ts +176 -176
- package/lib/components/cascader-panel/index.d.ts +6 -6
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- 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 +21 -21
- package/lib/components/checkbox/index.js +4 -4
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox-group.js +29 -72
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +72 -29
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.js +117 -50
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +5 -5
- package/lib/components/checkbox/src/checkbox2.js +50 -117
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.d.ts +1 -1
- package/lib/components/col/src/col.vue.d.ts +1 -1
- package/lib/components/collapse/index.d.ts +4 -4
- package/lib/components/collapse/index.js +4 -4
- package/lib/components/collapse/src/collapse-item.js +96 -14
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/lib/components/collapse/src/collapse-item2.js +14 -96
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.js +30 -19
- 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 +19 -30
- 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 +157 -157
- package/lib/components/color-picker/src/color-picker.vue.d.ts +157 -157
- package/lib/components/date-picker/index.d.ts +8 -8
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +53 -53
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +51 -51
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +4 -4
- package/lib/components/date-picker/src/panel-utils.d.ts +111 -111
- package/lib/components/descriptions/index.d.ts +6 -6
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/descriptions/src/description.js +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +2 -2
- package/lib/components/descriptions/src/descriptions-row.js +64 -7
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +7 -64
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +3 -3
- package/lib/components/dialog/src/dialog.vue.d.ts +3 -3
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider.vue.d.ts +4 -4
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +186 -26
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
- package/lib/components/drawer/src/drawer2.js +26 -186
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +96 -96
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +5 -5
- package/lib/components/dropdown/src/dropdown-menu.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +3 -3
- package/lib/components/dropdown/src/dropdown.vue.d.ts +94 -94
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -55
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +55 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- 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 +225 -65
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image/src/image2.js +65 -225
- 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 +39 -401
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +401 -39
- 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 +6 -6
- package/lib/components/input/src/input.vue.d.ts +6 -6
- package/lib/components/input-number/index.d.ts +23 -23
- package/lib/components/input-number/src/input-number.vue.d.ts +23 -23
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -50
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +50 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +5 -5
- package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/menu/src/sub-menu.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +4 -4
- package/lib/components/notification/src/notification.vue.d.ts +3 -3
- package/lib/components/page-header/index.d.ts +5 -5
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +18 -103
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header.vue.d.ts +5 -5
- package/lib/components/page-header/src/page-header2.js +103 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/index.d.ts +2 -2
- 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 +6 -6
- 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.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/prev.js +38 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -38
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +70 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +95 -95
- package/lib/components/pagination/src/components/sizes2.js +22 -70
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +156 -156
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +156 -156
- package/lib/components/popconfirm/src/popconfirm2.js +1 -1
- package/lib/components/popover/index.d.ts +154 -154
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +154 -154
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/composables/use-content.d.ts +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +139 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/content2.js +99 -139
- 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.js +32 -28
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +28 -32
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +32 -121
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +121 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +2 -2
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +204 -59
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +59 -204
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +19 -19
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +1 -1
- package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group.js +37 -70
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio-group2.js +70 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.js +32 -71
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/radio/src/radio2.js +71 -32
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +4 -4
- package/lib/components/rate/src/rate.vue.d.ts +4 -4
- 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/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +95 -95
- package/lib/components/select/src/select.js +2 -2
- package/lib/components/select/src/select.vue.d.ts +95 -95
- package/lib/components/select/src/useSelect.d.ts +89 -89
- package/lib/components/select-v2/index.d.ts +190 -190
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +95 -95
- package/lib/components/select-v2/src/useSelect.d.ts +89 -89
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +261 -261
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +46 -46
- package/lib/components/slider/src/composables/use-slide.d.ts +186 -186
- package/lib/components/slider/src/slider.js +92 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +261 -261
- package/lib/components/slider/src/slider2.js +233 -92
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/src/space.d.ts +3 -3
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/steps.js +37 -34
- 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 +34 -37
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/switch/src/switch.vue.d.ts +6 -6
- package/lib/components/table/index.d.ts +12 -12
- package/lib/components/table/src/filter-panel.vue.d.ts +89 -89
- package/lib/components/table/src/table/defaults.d.ts +1 -1
- package/lib/components/table/src/table/style-helper.d.ts +1 -1
- package/lib/components/table/src/table-body/defaults.d.ts +1 -1
- package/lib/components/table/src/table-body/index.d.ts +2 -2
- package/lib/components/table/src/table-column/defaults.d.ts +1 -1
- package/lib/components/table/src/table-column/index.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +8 -8
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.d.ts +19 -19
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.d.ts +12 -12
- package/lib/components/tabs/src/tab-bar.js +75 -7
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar.vue.d.ts +39 -39
- package/lib/components/tabs/src/tab-bar2.js +7 -75
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.d.ts +45 -45
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/lib/components/tabs/src/tabs.d.ts +10 -10
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +98 -34
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag.vue.d.ts +2 -2
- package/lib/components/tag/src/tag2.js +34 -98
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/text/index.js +2 -2
- package/lib/components/text/src/text.js +22 -35
- package/lib/components/text/src/text.js.map +1 -1
- package/lib/components/text/src/text2.js +35 -22
- package/lib/components/text/src/text2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +8 -8
- package/lib/components/time-picker/src/common/picker.vue.d.ts +146 -146
- 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 +4 -4
- package/lib/components/time-select/index.d.ts +390 -390
- package/lib/components/time-select/src/time-select.vue.d.ts +195 -195
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +70 -42
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/lib/components/timeline/src/timeline-item2.js +42 -70
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +45 -45
- package/lib/components/tooltip/index.js +4 -4
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +31 -179
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +14 -14
- package/lib/components/tooltip/src/content2.js +179 -31
- 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 +34 -173
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +45 -45
- package/lib/components/tooltip/src/tooltip2.js +173 -34
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +73 -16
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/lib/components/tooltip/src/trigger2.js +16 -73
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +63 -63
- package/lib/components/tooltip-v2/index.js +5 -5
- package/lib/components/tooltip-v2/src/arrow.js +23 -37
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/src/arrow2.js +37 -23
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.js +114 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip-v2/src/content2.js +50 -114
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip-v2/src/tooltip.js +78 -21
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/lib/components/tooltip-v2/src/tooltip2.js +21 -78
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +12 -91
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +91 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +130 -130
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/lib/components/transfer/src/transfer-panel2.js +1 -1
- package/lib/components/transfer/src/transfer.js +162 -73
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +130 -130
- package/lib/components/transfer/src/transfer2.js +73 -162
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +1 -1
- package/lib/components/tree-v2/index.d.ts +16 -16
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +13 -13
- package/lib/components/tree-v2/src/tree.vue.d.ts +16 -16
- package/lib/components/upload/index.d.ts +28 -28
- package/lib/components/upload/index.js +1 -1
- package/lib/components/upload/src/upload-content.d.ts +1 -1
- package/lib/components/upload/src/upload-content.js +176 -31
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +6 -6
- package/lib/components/upload/src/upload-content2.js +31 -176
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list.d.ts +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +3 -3
- package/lib/components/upload/src/upload.d.ts +2 -2
- package/lib/components/upload/src/upload.vue.d.ts +28 -28
- package/lib/components/upload/src/upload2.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/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/hooks/use-floating/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +6 -6
- package/lib/index.js +39 -39
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/web-types.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
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}>>;
|
|
@@ -312,17 +312,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
312
312
|
$: import("vue").ComponentInternalInstance;
|
|
313
313
|
$data: {};
|
|
314
314
|
$props: Partial<{
|
|
315
|
-
offset: number;
|
|
316
|
-
effect: string;
|
|
317
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
318
315
|
showAfter: number;
|
|
319
316
|
hideAfter: number;
|
|
320
317
|
autoClose: number;
|
|
318
|
+
open: boolean;
|
|
319
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
320
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
321
|
+
offset: number;
|
|
322
|
+
content: string;
|
|
323
|
+
disabled: boolean;
|
|
324
|
+
effect: string;
|
|
321
325
|
boundariesPadding: number;
|
|
322
326
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
323
327
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
324
328
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
325
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
326
329
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
327
330
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
331
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -330,13 +333,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
330
333
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
331
334
|
pure: boolean;
|
|
332
335
|
virtualTriggering: boolean;
|
|
333
|
-
content: string;
|
|
334
336
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
335
337
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
336
338
|
persistent: boolean;
|
|
337
|
-
|
|
338
|
-
open: boolean;
|
|
339
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
339
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
340
340
|
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>;
|
|
341
341
|
triggerKeys: string[];
|
|
342
342
|
arrowOffset: number;
|
|
@@ -652,7 +652,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
652
652
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
653
653
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
654
654
|
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>;
|
|
655
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
655
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
656
656
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
657
657
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
658
658
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -662,10 +662,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
662
662
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
663
663
|
__epPropKey: true;
|
|
664
664
|
};
|
|
665
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
665
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
666
666
|
}>> & {
|
|
667
667
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
668
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
668
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "showAfter" | "hideAfter" | "autoClose" | "open" | "placement" | "strategy" | "offset" | "content" | "disabled" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "rawContent" | "teleported" | "persistent" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
669
669
|
$attrs: {
|
|
670
670
|
[x: string]: unknown;
|
|
671
671
|
};
|
|
@@ -990,7 +990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
990
990
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
991
991
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
992
992
|
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>;
|
|
993
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
993
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
994
994
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
995
995
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
996
996
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -1000,7 +1000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1000
1000
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
1001
|
__epPropKey: true;
|
|
1002
1002
|
};
|
|
1003
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1003
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1004
1004
|
}>> & {
|
|
1005
1005
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1006
1006
|
}, {
|
|
@@ -1316,7 +1316,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1316
1316
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1317
1317
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1318
1318
|
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>;
|
|
1319
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1319
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
1320
1320
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1321
1321
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1322
1322
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -1326,7 +1326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1326
1326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1327
1327
|
__epPropKey: true;
|
|
1328
1328
|
};
|
|
1329
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1329
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1330
1330
|
}>> & {
|
|
1331
1331
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1332
1332
|
}>>;
|
|
@@ -1336,9 +1336,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1336
1336
|
$: import("vue").ComponentInternalInstance;
|
|
1337
1337
|
$data: {};
|
|
1338
1338
|
$props: Partial<{
|
|
1339
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1339
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
1340
1340
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1341
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1341
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1342
1342
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
1343
1343
|
$attrs: {
|
|
1344
1344
|
[x: string]: unknown;
|
|
@@ -1354,10 +1354,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1354
1354
|
$emit: (event: string, ...args: any[]) => void;
|
|
1355
1355
|
$el: any;
|
|
1356
1356
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1357
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1357
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1358
1358
|
}>>, {
|
|
1359
1359
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1360
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1360
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1361
1361
|
}>> & {
|
|
1362
1362
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1363
1363
|
}>>;
|
|
@@ -1365,10 +1365,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1365
1365
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1366
1366
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1367
1367
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1368
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1368
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
1369
1369
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1370
1370
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1371
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1371
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
1372
1372
|
}> & {
|
|
1373
1373
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1374
1374
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1390,10 +1390,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1390
1390
|
$nextTick: typeof import("vue").nextTick;
|
|
1391
1391
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1392
1392
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1393
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1393
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1394
1394
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1395
1395
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1396
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1396
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1397
1397
|
}>> & {
|
|
1398
1398
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1399
1399
|
}>>;
|
|
@@ -1401,7 +1401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1401
1401
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1402
1402
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1403
1403
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1404
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1404
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
1405
1405
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1406
1406
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1407
1407
|
contentRef: import("vue").Ref<any>;
|
|
@@ -1416,10 +1416,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1416
1416
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1417
1417
|
isFocusInsideContent: () => boolean | undefined;
|
|
1418
1418
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1419
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1419
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1420
1420
|
}, {
|
|
1421
1421
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1422
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1422
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1423
1423
|
}>> & {
|
|
1424
1424
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1425
1425
|
}>>;
|
|
@@ -1427,12 +1427,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1427
1427
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1428
1428
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1429
1429
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1430
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1430
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
1431
1431
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1432
1432
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1433
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1433
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
1434
1434
|
}>>, {
|
|
1435
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1435
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
1436
1436
|
}>> & Record<string, any>;
|
|
1437
1437
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1438
1438
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1789,8 +1789,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1789
1789
|
readonly id: StringConstructor;
|
|
1790
1790
|
readonly open: BooleanConstructor;
|
|
1791
1791
|
}>>, {
|
|
1792
|
-
readonly virtualTriggering: boolean;
|
|
1793
1792
|
readonly open: boolean;
|
|
1793
|
+
readonly virtualTriggering: boolean;
|
|
1794
1794
|
}>;
|
|
1795
1795
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1796
1796
|
readonly disabled: BooleanConstructor;
|
|
@@ -1848,9 +1848,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1848
1848
|
readonly id: StringConstructor;
|
|
1849
1849
|
readonly open: BooleanConstructor;
|
|
1850
1850
|
}>>, {
|
|
1851
|
-
readonly virtualTriggering: boolean;
|
|
1852
|
-
readonly disabled: boolean;
|
|
1853
1851
|
readonly open: boolean;
|
|
1852
|
+
readonly disabled: boolean;
|
|
1853
|
+
readonly virtualTriggering: boolean;
|
|
1854
1854
|
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>;
|
|
1855
1855
|
readonly triggerKeys: string[];
|
|
1856
1856
|
}>;
|
|
@@ -2112,7 +2112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2112
2112
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2113
2113
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2114
2114
|
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>;
|
|
2115
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2115
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2116
2116
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2117
2117
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2118
2118
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2375,7 +2375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2375
2375
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2376
2376
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2377
2377
|
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>;
|
|
2378
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2378
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2379
2379
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2380
2380
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2381
2381
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2675,7 +2675,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2675
2675
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2676
2676
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2677
2677
|
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>;
|
|
2678
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2678
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2679
2679
|
}, {
|
|
2680
2680
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2681
2681
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2924,7 +2924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2924
2924
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2925
2925
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2926
2926
|
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>;
|
|
2927
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2927
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2928
2928
|
}>> & {
|
|
2929
2929
|
onClose?: (() => any) | undefined;
|
|
2930
2930
|
onBlur?: (() => any) | undefined;
|
|
@@ -3271,7 +3271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3271
3271
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3272
3272
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3273
3273
|
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>;
|
|
3274
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3274
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3275
3275
|
}>> & {
|
|
3276
3276
|
onClose?: (() => any) | undefined;
|
|
3277
3277
|
onBlur?: (() => any) | undefined;
|
|
@@ -3279,14 +3279,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3279
3279
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3280
3280
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3281
3281
|
}, {
|
|
3282
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3283
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3282
3284
|
readonly offset: number;
|
|
3283
3285
|
readonly effect: string;
|
|
3284
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3285
3286
|
readonly boundariesPadding: number;
|
|
3286
3287
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3287
3288
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3288
3289
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3289
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3290
3290
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3291
3291
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3292
3292
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3554,22 +3554,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3554
3554
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3555
3555
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3556
3556
|
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>;
|
|
3557
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3557
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3558
3558
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3559
3559
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3560
3560
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3561
3561
|
}>>, {
|
|
3562
|
-
readonly offset: number;
|
|
3563
|
-
readonly effect: string;
|
|
3564
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3565
3562
|
readonly showAfter: number;
|
|
3566
3563
|
readonly hideAfter: number;
|
|
3567
3564
|
readonly autoClose: number;
|
|
3565
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3566
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3567
|
+
readonly offset: number;
|
|
3568
|
+
readonly content: string;
|
|
3569
|
+
readonly disabled: boolean;
|
|
3570
|
+
readonly effect: string;
|
|
3568
3571
|
readonly boundariesPadding: number;
|
|
3569
3572
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3570
3573
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
3574
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3572
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3573
3575
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3574
3576
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3575
3577
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3577,24 +3579,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3577
3579
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3578
3580
|
readonly pure: boolean;
|
|
3579
3581
|
readonly virtualTriggering: boolean;
|
|
3580
|
-
readonly content: string;
|
|
3581
3582
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3582
3583
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3583
3584
|
readonly persistent: boolean;
|
|
3584
|
-
readonly disabled: boolean;
|
|
3585
3585
|
}>;
|
|
3586
3586
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
3587
|
-
offset: number;
|
|
3588
|
-
effect: string;
|
|
3589
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3590
3587
|
showAfter: number;
|
|
3591
3588
|
hideAfter: number;
|
|
3592
3589
|
autoClose: number;
|
|
3590
|
+
open: boolean;
|
|
3591
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3592
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3593
|
+
offset: number;
|
|
3594
|
+
content: string;
|
|
3595
|
+
disabled: boolean;
|
|
3596
|
+
effect: string;
|
|
3593
3597
|
boundariesPadding: number;
|
|
3594
3598
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3595
3599
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3596
3600
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3597
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3598
3601
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3599
3602
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3600
3603
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3602,13 +3605,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3602
3605
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3603
3606
|
pure: boolean;
|
|
3604
3607
|
virtualTriggering: boolean;
|
|
3605
|
-
content: string;
|
|
3606
3608
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3607
3609
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3608
3610
|
persistent: boolean;
|
|
3609
|
-
|
|
3610
|
-
open: boolean;
|
|
3611
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
3611
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
3612
3612
|
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>;
|
|
3613
3613
|
triggerKeys: string[];
|
|
3614
3614
|
arrowOffset: number;
|
|
@@ -3944,7 +3944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3944
3944
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3945
3945
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3946
3946
|
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>;
|
|
3947
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3947
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3948
3948
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3949
3949
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3950
3950
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -3954,7 +3954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3954
3954
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3955
3955
|
__epPropKey: true;
|
|
3956
3956
|
};
|
|
3957
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3957
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
3958
3958
|
}>> & {
|
|
3959
3959
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3960
3960
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4270,7 +4270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4270
4270
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4271
4271
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4272
4272
|
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>;
|
|
4273
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4273
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4274
4274
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4275
4275
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4276
4276
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -4280,7 +4280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4280
4280
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4281
4281
|
__epPropKey: true;
|
|
4282
4282
|
};
|
|
4283
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4283
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4284
4284
|
}>> & {
|
|
4285
4285
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4286
4286
|
}>>;
|
|
@@ -4290,9 +4290,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4290
4290
|
$: import("vue").ComponentInternalInstance;
|
|
4291
4291
|
$data: {};
|
|
4292
4292
|
$props: Partial<{
|
|
4293
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4293
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
4294
4294
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4295
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4295
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4296
4296
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
4297
4297
|
$attrs: {
|
|
4298
4298
|
[x: string]: unknown;
|
|
@@ -4308,10 +4308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4308
4308
|
$emit: (event: string, ...args: any[]) => void;
|
|
4309
4309
|
$el: any;
|
|
4310
4310
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4311
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4311
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4312
4312
|
}>>, {
|
|
4313
4313
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4314
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4314
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4315
4315
|
}>> & {
|
|
4316
4316
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4317
4317
|
}>>;
|
|
@@ -4319,10 +4319,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4319
4319
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4320
4320
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4321
4321
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4322
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4322
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
4323
4323
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4324
4324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
4325
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4325
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
4326
4326
|
}> & {
|
|
4327
4327
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4328
4328
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4344,10 +4344,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4344
4344
|
$nextTick: typeof import("vue").nextTick;
|
|
4345
4345
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4346
4346
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4347
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4347
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4348
4348
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
4349
4349
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4350
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4350
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4351
4351
|
}>> & {
|
|
4352
4352
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4353
4353
|
}>>;
|
|
@@ -4355,7 +4355,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4355
4355
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4356
4356
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4357
4357
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4358
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4358
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
4359
4359
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4360
4360
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
4361
4361
|
contentRef: import("vue").Ref<any>;
|
|
@@ -4370,10 +4370,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4370
4370
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4371
4371
|
isFocusInsideContent: () => boolean | undefined;
|
|
4372
4372
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4373
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4373
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4374
4374
|
}, {
|
|
4375
4375
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4376
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4376
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4377
4377
|
}>> & {
|
|
4378
4378
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4379
4379
|
}>>;
|
|
@@ -4381,12 +4381,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4381
4381
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4382
4382
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4383
4383
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4384
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4384
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
4385
4385
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4386
4386
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4387
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4387
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
4388
4388
|
}>>, {
|
|
4389
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4389
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
4390
4390
|
}>> & Record<string, any>;
|
|
4391
4391
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4392
4392
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4743,8 +4743,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4743
4743
|
readonly id: StringConstructor;
|
|
4744
4744
|
readonly open: BooleanConstructor;
|
|
4745
4745
|
}>>, {
|
|
4746
|
-
readonly virtualTriggering: boolean;
|
|
4747
4746
|
readonly open: boolean;
|
|
4747
|
+
readonly virtualTriggering: boolean;
|
|
4748
4748
|
}>;
|
|
4749
4749
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4750
4750
|
readonly disabled: BooleanConstructor;
|
|
@@ -4802,9 +4802,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4802
4802
|
readonly id: StringConstructor;
|
|
4803
4803
|
readonly open: BooleanConstructor;
|
|
4804
4804
|
}>>, {
|
|
4805
|
-
readonly virtualTriggering: boolean;
|
|
4806
|
-
readonly disabled: boolean;
|
|
4807
4805
|
readonly open: boolean;
|
|
4806
|
+
readonly disabled: boolean;
|
|
4807
|
+
readonly virtualTriggering: boolean;
|
|
4808
4808
|
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>;
|
|
4809
4809
|
readonly triggerKeys: string[];
|
|
4810
4810
|
}>;
|
|
@@ -5066,7 +5066,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5066
5066
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5067
5067
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5068
5068
|
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>;
|
|
5069
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5069
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5070
5070
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5071
5071
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5072
5072
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5329,7 +5329,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5329
5329
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5330
5330
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5331
5331
|
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>;
|
|
5332
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5332
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5333
5333
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5334
5334
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5335
5335
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5629,7 +5629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5629
5629
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5630
5630
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5631
5631
|
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>;
|
|
5632
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5632
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5633
5633
|
}, {
|
|
5634
5634
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5635
5635
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5878,7 +5878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5878
5878
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5879
5879
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5880
5880
|
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>;
|
|
5881
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5881
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5882
5882
|
}>> & {
|
|
5883
5883
|
onClose?: (() => any) | undefined;
|
|
5884
5884
|
onBlur?: (() => any) | undefined;
|
|
@@ -6225,7 +6225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6225
6225
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6226
6226
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6227
6227
|
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>;
|
|
6228
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6228
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6229
6229
|
}>> & {
|
|
6230
6230
|
onClose?: (() => any) | undefined;
|
|
6231
6231
|
onBlur?: (() => any) | undefined;
|
|
@@ -6233,14 +6233,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6233
6233
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6234
6234
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6235
6235
|
}, {
|
|
6236
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6237
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6236
6238
|
readonly offset: number;
|
|
6237
6239
|
readonly effect: string;
|
|
6238
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6239
6240
|
readonly boundariesPadding: number;
|
|
6240
6241
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6241
6242
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6242
6243
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6243
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6244
6244
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6245
6245
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6246
6246
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6508,22 +6508,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6508
6508
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6509
6509
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6510
6510
|
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>;
|
|
6511
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6511
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6512
6512
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6513
6513
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6514
6514
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6515
6515
|
}>>, {
|
|
6516
|
-
readonly offset: number;
|
|
6517
|
-
readonly effect: string;
|
|
6518
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6519
6516
|
readonly showAfter: number;
|
|
6520
6517
|
readonly hideAfter: number;
|
|
6521
6518
|
readonly autoClose: number;
|
|
6519
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6520
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6521
|
+
readonly offset: number;
|
|
6522
|
+
readonly content: string;
|
|
6523
|
+
readonly disabled: boolean;
|
|
6524
|
+
readonly effect: string;
|
|
6522
6525
|
readonly boundariesPadding: number;
|
|
6523
6526
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6524
6527
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6525
6528
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6526
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6527
6529
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6528
6530
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6529
6531
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6531,11 +6533,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6531
6533
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6532
6534
|
readonly pure: boolean;
|
|
6533
6535
|
readonly virtualTriggering: boolean;
|
|
6534
|
-
readonly content: string;
|
|
6535
6536
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6536
6537
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6537
6538
|
readonly persistent: boolean;
|
|
6538
|
-
readonly disabled: boolean;
|
|
6539
6539
|
}>;
|
|
6540
6540
|
}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
6541
6541
|
popperPaneRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
@@ -6689,24 +6689,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6689
6689
|
default: string;
|
|
6690
6690
|
};
|
|
6691
6691
|
}>> & {
|
|
6692
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6693
6692
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6693
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
6694
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
6694
6695
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6695
6696
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6696
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
6697
6697
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6698
6698
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
6699
6699
|
}, {
|
|
6700
|
+
placement: string;
|
|
6700
6701
|
offset: number;
|
|
6702
|
+
loading: boolean;
|
|
6703
|
+
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
6704
|
+
disabled: boolean;
|
|
6701
6705
|
effect: string;
|
|
6702
6706
|
valueKey: string;
|
|
6703
|
-
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
6704
|
-
placement: string;
|
|
6705
6707
|
popperClass: string;
|
|
6706
6708
|
popperOptions: Options;
|
|
6707
6709
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6708
6710
|
persistent: boolean;
|
|
6709
|
-
disabled: boolean;
|
|
6710
6711
|
fitInputWidth: boolean;
|
|
6711
6712
|
clearable: boolean;
|
|
6712
6713
|
autocomplete: string;
|
|
@@ -6714,7 +6715,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6714
6715
|
validateEvent: boolean;
|
|
6715
6716
|
multiple: boolean;
|
|
6716
6717
|
showArrow: boolean;
|
|
6717
|
-
loading: boolean;
|
|
6718
6718
|
filterable: boolean;
|
|
6719
6719
|
collapseTags: boolean;
|
|
6720
6720
|
collapseTagsTooltip: boolean;
|
|
@@ -7024,17 +7024,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7024
7024
|
$: import("vue").ComponentInternalInstance;
|
|
7025
7025
|
$data: {};
|
|
7026
7026
|
$props: Partial<{
|
|
7027
|
-
offset: number;
|
|
7028
|
-
effect: string;
|
|
7029
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
7030
7027
|
showAfter: number;
|
|
7031
7028
|
hideAfter: number;
|
|
7032
7029
|
autoClose: number;
|
|
7030
|
+
open: boolean;
|
|
7031
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
7032
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
7033
|
+
offset: number;
|
|
7034
|
+
content: string;
|
|
7035
|
+
disabled: boolean;
|
|
7036
|
+
effect: string;
|
|
7033
7037
|
boundariesPadding: number;
|
|
7034
7038
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
7035
7039
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7036
7040
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
7037
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
7038
7041
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7039
7042
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7040
7043
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7042,13 +7045,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7042
7045
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
7043
7046
|
pure: boolean;
|
|
7044
7047
|
virtualTriggering: boolean;
|
|
7045
|
-
content: string;
|
|
7046
7048
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7047
7049
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7048
7050
|
persistent: boolean;
|
|
7049
|
-
|
|
7050
|
-
open: boolean;
|
|
7051
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
7051
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
7052
7052
|
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>;
|
|
7053
7053
|
triggerKeys: string[];
|
|
7054
7054
|
arrowOffset: number;
|
|
@@ -7364,7 +7364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7364
7364
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7365
7365
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7366
7366
|
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>;
|
|
7367
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7367
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7368
7368
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7369
7369
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7370
7370
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -7374,10 +7374,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7374
7374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7375
7375
|
__epPropKey: true;
|
|
7376
7376
|
};
|
|
7377
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7377
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
7378
7378
|
}>> & {
|
|
7379
7379
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7380
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
7380
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "showAfter" | "hideAfter" | "autoClose" | "open" | "placement" | "strategy" | "offset" | "content" | "disabled" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "rawContent" | "teleported" | "persistent" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
7381
7381
|
$attrs: {
|
|
7382
7382
|
[x: string]: unknown;
|
|
7383
7383
|
};
|
|
@@ -7702,7 +7702,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7702
7702
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7703
7703
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7704
7704
|
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>;
|
|
7705
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7705
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7706
7706
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7707
7707
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7708
7708
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -7712,7 +7712,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7712
7712
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7713
7713
|
__epPropKey: true;
|
|
7714
7714
|
};
|
|
7715
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7715
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
7716
7716
|
}>> & {
|
|
7717
7717
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7718
7718
|
}, {
|
|
@@ -8028,7 +8028,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8028
8028
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8029
8029
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8030
8030
|
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>;
|
|
8031
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8031
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8032
8032
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8033
8033
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8034
8034
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -8038,7 +8038,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8038
8038
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8039
8039
|
__epPropKey: true;
|
|
8040
8040
|
};
|
|
8041
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8041
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8042
8042
|
}>> & {
|
|
8043
8043
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
8044
8044
|
}>>;
|
|
@@ -8048,9 +8048,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8048
8048
|
$: import("vue").ComponentInternalInstance;
|
|
8049
8049
|
$data: {};
|
|
8050
8050
|
$props: Partial<{
|
|
8051
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8051
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
8052
8052
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
8053
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8053
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8054
8054
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
8055
8055
|
$attrs: {
|
|
8056
8056
|
[x: string]: unknown;
|
|
@@ -8066,10 +8066,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8066
8066
|
$emit: (event: string, ...args: any[]) => void;
|
|
8067
8067
|
$el: any;
|
|
8068
8068
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8069
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8069
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8070
8070
|
}>>, {
|
|
8071
8071
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8072
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8072
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8073
8073
|
}>> & {
|
|
8074
8074
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8075
8075
|
}>>;
|
|
@@ -8077,10 +8077,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8077
8077
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8078
8078
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8079
8079
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8080
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8080
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
8081
8081
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8082
8082
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
8083
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8083
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
8084
8084
|
}> & {
|
|
8085
8085
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8086
8086
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -8102,10 +8102,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8102
8102
|
$nextTick: typeof import("vue").nextTick;
|
|
8103
8103
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
8104
8104
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
8105
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8105
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8106
8106
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
8107
8107
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8108
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8108
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8109
8109
|
}>> & {
|
|
8110
8110
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8111
8111
|
}>>;
|
|
@@ -8113,7 +8113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8113
8113
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8114
8114
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8115
8115
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8116
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8116
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
8117
8117
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8118
8118
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
8119
8119
|
contentRef: import("vue").Ref<any>;
|
|
@@ -8128,10 +8128,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8128
8128
|
controlled: import("vue").ComputedRef<boolean>;
|
|
8129
8129
|
isFocusInsideContent: () => boolean | undefined;
|
|
8130
8130
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
8131
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8131
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8132
8132
|
}, {
|
|
8133
8133
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8134
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8134
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8135
8135
|
}>> & {
|
|
8136
8136
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8137
8137
|
}>>;
|
|
@@ -8139,12 +8139,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8139
8139
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8140
8140
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8141
8141
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8142
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8142
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
8143
8143
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8144
8144
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8145
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8145
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
8146
8146
|
}>>, {
|
|
8147
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8147
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
8148
8148
|
}>> & Record<string, any>;
|
|
8149
8149
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
8150
8150
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8501,8 +8501,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8501
8501
|
readonly id: StringConstructor;
|
|
8502
8502
|
readonly open: BooleanConstructor;
|
|
8503
8503
|
}>>, {
|
|
8504
|
-
readonly virtualTriggering: boolean;
|
|
8505
8504
|
readonly open: boolean;
|
|
8505
|
+
readonly virtualTriggering: boolean;
|
|
8506
8506
|
}>;
|
|
8507
8507
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8508
8508
|
readonly disabled: BooleanConstructor;
|
|
@@ -8560,9 +8560,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8560
8560
|
readonly id: StringConstructor;
|
|
8561
8561
|
readonly open: BooleanConstructor;
|
|
8562
8562
|
}>>, {
|
|
8563
|
-
readonly virtualTriggering: boolean;
|
|
8564
|
-
readonly disabled: boolean;
|
|
8565
8563
|
readonly open: boolean;
|
|
8564
|
+
readonly disabled: boolean;
|
|
8565
|
+
readonly virtualTriggering: boolean;
|
|
8566
8566
|
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>;
|
|
8567
8567
|
readonly triggerKeys: string[];
|
|
8568
8568
|
}>;
|
|
@@ -8824,7 +8824,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8824
8824
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8825
8825
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8826
8826
|
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>;
|
|
8827
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8827
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8828
8828
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8829
8829
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8830
8830
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -9087,7 +9087,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9087
9087
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9088
9088
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9089
9089
|
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>;
|
|
9090
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9090
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9091
9091
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9092
9092
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9093
9093
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -9387,7 +9387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9387
9387
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9388
9388
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9389
9389
|
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>;
|
|
9390
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9390
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9391
9391
|
}, {
|
|
9392
9392
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
9393
9393
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9636,7 +9636,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9636
9636
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9637
9637
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9638
9638
|
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>;
|
|
9639
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9639
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9640
9640
|
}>> & {
|
|
9641
9641
|
onClose?: (() => any) | undefined;
|
|
9642
9642
|
onBlur?: (() => any) | undefined;
|
|
@@ -9983,7 +9983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9983
9983
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9984
9984
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9985
9985
|
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>;
|
|
9986
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9986
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9987
9987
|
}>> & {
|
|
9988
9988
|
onClose?: (() => any) | undefined;
|
|
9989
9989
|
onBlur?: (() => any) | undefined;
|
|
@@ -9991,14 +9991,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9991
9991
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9992
9992
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9993
9993
|
}, {
|
|
9994
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9995
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9994
9996
|
readonly offset: number;
|
|
9995
9997
|
readonly effect: string;
|
|
9996
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9997
9998
|
readonly boundariesPadding: number;
|
|
9998
9999
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9999
10000
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10000
10001
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10001
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10002
10002
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10003
10003
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10004
10004
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10266,22 +10266,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10266
10266
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10267
10267
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10268
10268
|
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>;
|
|
10269
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10269
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10270
10270
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10271
10271
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10272
10272
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10273
10273
|
}>>, {
|
|
10274
|
-
readonly offset: number;
|
|
10275
|
-
readonly effect: string;
|
|
10276
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10277
10274
|
readonly showAfter: number;
|
|
10278
10275
|
readonly hideAfter: number;
|
|
10279
10276
|
readonly autoClose: number;
|
|
10277
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10278
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10279
|
+
readonly offset: number;
|
|
10280
|
+
readonly content: string;
|
|
10281
|
+
readonly disabled: boolean;
|
|
10282
|
+
readonly effect: string;
|
|
10280
10283
|
readonly boundariesPadding: number;
|
|
10281
10284
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10282
10285
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10283
10286
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10284
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10285
10287
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10286
10288
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10287
10289
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10289,24 +10291,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10289
10291
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10290
10292
|
readonly pure: boolean;
|
|
10291
10293
|
readonly virtualTriggering: boolean;
|
|
10292
|
-
readonly content: string;
|
|
10293
10294
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10294
10295
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10295
10296
|
readonly persistent: boolean;
|
|
10296
|
-
readonly disabled: boolean;
|
|
10297
10297
|
}>;
|
|
10298
10298
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
10299
|
-
offset: number;
|
|
10300
|
-
effect: string;
|
|
10301
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10302
10299
|
showAfter: number;
|
|
10303
10300
|
hideAfter: number;
|
|
10304
10301
|
autoClose: number;
|
|
10302
|
+
open: boolean;
|
|
10303
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10304
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10305
|
+
offset: number;
|
|
10306
|
+
content: string;
|
|
10307
|
+
disabled: boolean;
|
|
10308
|
+
effect: string;
|
|
10305
10309
|
boundariesPadding: number;
|
|
10306
10310
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10307
10311
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10308
10312
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10309
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10310
10313
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10311
10314
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10312
10315
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10314,13 +10317,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10314
10317
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10315
10318
|
pure: boolean;
|
|
10316
10319
|
virtualTriggering: boolean;
|
|
10317
|
-
content: string;
|
|
10318
10320
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10319
10321
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10320
10322
|
persistent: boolean;
|
|
10321
|
-
|
|
10322
|
-
open: boolean;
|
|
10323
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
10323
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
10324
10324
|
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>;
|
|
10325
10325
|
triggerKeys: string[];
|
|
10326
10326
|
arrowOffset: number;
|
|
@@ -10656,7 +10656,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10656
10656
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10657
10657
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10658
10658
|
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>;
|
|
10659
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10659
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10660
10660
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10661
10661
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10662
10662
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -10666,7 +10666,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10666
10666
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10667
10667
|
__epPropKey: true;
|
|
10668
10668
|
};
|
|
10669
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10669
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
10670
10670
|
}>> & {
|
|
10671
10671
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10672
10672
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -10982,7 +10982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10982
10982
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10983
10983
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10984
10984
|
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>;
|
|
10985
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10985
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10986
10986
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10987
10987
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10988
10988
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -10992,7 +10992,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10992
10992
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10993
10993
|
__epPropKey: true;
|
|
10994
10994
|
};
|
|
10995
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10995
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
10996
10996
|
}>> & {
|
|
10997
10997
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10998
10998
|
}>>;
|
|
@@ -11002,9 +11002,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11002
11002
|
$: import("vue").ComponentInternalInstance;
|
|
11003
11003
|
$data: {};
|
|
11004
11004
|
$props: Partial<{
|
|
11005
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11005
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
11006
11006
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11007
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11007
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11008
11008
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
11009
11009
|
$attrs: {
|
|
11010
11010
|
[x: string]: unknown;
|
|
@@ -11020,10 +11020,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11020
11020
|
$emit: (event: string, ...args: any[]) => void;
|
|
11021
11021
|
$el: any;
|
|
11022
11022
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11023
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11023
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11024
11024
|
}>>, {
|
|
11025
11025
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11026
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11026
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11027
11027
|
}>> & {
|
|
11028
11028
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11029
11029
|
}>>;
|
|
@@ -11031,10 +11031,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11031
11031
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11032
11032
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11033
11033
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11034
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11034
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
11035
11035
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11036
11036
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
11037
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11037
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
11038
11038
|
}> & {
|
|
11039
11039
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11040
11040
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11056,10 +11056,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11056
11056
|
$nextTick: typeof import("vue").nextTick;
|
|
11057
11057
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
11058
11058
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
11059
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11059
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11060
11060
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
11061
11061
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11062
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11062
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11063
11063
|
}>> & {
|
|
11064
11064
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11065
11065
|
}>>;
|
|
@@ -11067,7 +11067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11067
11067
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11068
11068
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11069
11069
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11070
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11070
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
11071
11071
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11072
11072
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
11073
11073
|
contentRef: import("vue").Ref<any>;
|
|
@@ -11082,10 +11082,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11082
11082
|
controlled: import("vue").ComputedRef<boolean>;
|
|
11083
11083
|
isFocusInsideContent: () => boolean | undefined;
|
|
11084
11084
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
11085
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11085
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11086
11086
|
}, {
|
|
11087
11087
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11088
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11088
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11089
11089
|
}>> & {
|
|
11090
11090
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11091
11091
|
}>>;
|
|
@@ -11093,12 +11093,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11093
11093
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11094
11094
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11095
11095
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11096
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11096
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
|
|
11097
11097
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11098
11098
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11099
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11099
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
|
|
11100
11100
|
}>>, {
|
|
11101
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11101
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
|
|
11102
11102
|
}>> & Record<string, any>;
|
|
11103
11103
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
11104
11104
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11455,8 +11455,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11455
11455
|
readonly id: StringConstructor;
|
|
11456
11456
|
readonly open: BooleanConstructor;
|
|
11457
11457
|
}>>, {
|
|
11458
|
-
readonly virtualTriggering: boolean;
|
|
11459
11458
|
readonly open: boolean;
|
|
11459
|
+
readonly virtualTriggering: boolean;
|
|
11460
11460
|
}>;
|
|
11461
11461
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11462
11462
|
readonly disabled: BooleanConstructor;
|
|
@@ -11514,9 +11514,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11514
11514
|
readonly id: StringConstructor;
|
|
11515
11515
|
readonly open: BooleanConstructor;
|
|
11516
11516
|
}>>, {
|
|
11517
|
-
readonly virtualTriggering: boolean;
|
|
11518
|
-
readonly disabled: boolean;
|
|
11519
11517
|
readonly open: boolean;
|
|
11518
|
+
readonly disabled: boolean;
|
|
11519
|
+
readonly virtualTriggering: boolean;
|
|
11520
11520
|
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>;
|
|
11521
11521
|
readonly triggerKeys: string[];
|
|
11522
11522
|
}>;
|
|
@@ -11778,7 +11778,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11778
11778
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11779
11779
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11780
11780
|
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>;
|
|
11781
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11781
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11782
11782
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11783
11783
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11784
11784
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -12041,7 +12041,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12041
12041
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12042
12042
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12043
12043
|
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>;
|
|
12044
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12044
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12045
12045
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12046
12046
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12047
12047
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -12341,7 +12341,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12341
12341
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12342
12342
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12343
12343
|
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>;
|
|
12344
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12344
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12345
12345
|
}, {
|
|
12346
12346
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
12347
12347
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -12590,7 +12590,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12590
12590
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12591
12591
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12592
12592
|
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>;
|
|
12593
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12593
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12594
12594
|
}>> & {
|
|
12595
12595
|
onClose?: (() => any) | undefined;
|
|
12596
12596
|
onBlur?: (() => any) | undefined;
|
|
@@ -12937,7 +12937,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12937
12937
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12938
12938
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12939
12939
|
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>;
|
|
12940
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12940
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12941
12941
|
}>> & {
|
|
12942
12942
|
onClose?: (() => any) | undefined;
|
|
12943
12943
|
onBlur?: (() => any) | undefined;
|
|
@@ -12945,14 +12945,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12945
12945
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12946
12946
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12947
12947
|
}, {
|
|
12948
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12949
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12948
12950
|
readonly offset: number;
|
|
12949
12951
|
readonly effect: string;
|
|
12950
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12951
12952
|
readonly boundariesPadding: number;
|
|
12952
12953
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12953
12954
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12954
12955
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12955
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12956
12956
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12957
12957
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12958
12958
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13220,22 +13220,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13220
13220
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
13221
13221
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
13222
13222
|
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>;
|
|
13223
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
13223
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
13224
13224
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
13225
13225
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
13226
13226
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
13227
13227
|
}>>, {
|
|
13228
|
-
readonly offset: number;
|
|
13229
|
-
readonly effect: string;
|
|
13230
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13231
13228
|
readonly showAfter: number;
|
|
13232
13229
|
readonly hideAfter: number;
|
|
13233
13230
|
readonly autoClose: number;
|
|
13231
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13232
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
13233
|
+
readonly offset: number;
|
|
13234
|
+
readonly content: string;
|
|
13235
|
+
readonly disabled: boolean;
|
|
13236
|
+
readonly effect: string;
|
|
13234
13237
|
readonly boundariesPadding: number;
|
|
13235
13238
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
13236
13239
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13237
13240
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
13238
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
13239
13241
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13240
13242
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13241
13243
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13243,11 +13245,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13243
13245
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13244
13246
|
readonly pure: boolean;
|
|
13245
13247
|
readonly virtualTriggering: boolean;
|
|
13246
|
-
readonly content: string;
|
|
13247
13248
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13248
13249
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13249
13250
|
readonly persistent: boolean;
|
|
13250
|
-
readonly disabled: boolean;
|
|
13251
13251
|
}>;
|
|
13252
13252
|
}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
13253
13253
|
popperPaneRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
@@ -13401,24 +13401,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13401
13401
|
default: string;
|
|
13402
13402
|
};
|
|
13403
13403
|
}>> & {
|
|
13404
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
13405
13404
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13405
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
13406
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
13406
13407
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13407
13408
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13408
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
13409
13409
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
13410
13410
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
13411
13411
|
}, {
|
|
13412
|
+
placement: string;
|
|
13412
13413
|
offset: number;
|
|
13414
|
+
loading: boolean;
|
|
13415
|
+
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
13416
|
+
disabled: boolean;
|
|
13413
13417
|
effect: string;
|
|
13414
13418
|
valueKey: string;
|
|
13415
|
-
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
13416
|
-
placement: string;
|
|
13417
13419
|
popperClass: string;
|
|
13418
13420
|
popperOptions: Options;
|
|
13419
13421
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13420
13422
|
persistent: boolean;
|
|
13421
|
-
disabled: boolean;
|
|
13422
13423
|
fitInputWidth: boolean;
|
|
13423
13424
|
clearable: boolean;
|
|
13424
13425
|
autocomplete: string;
|
|
@@ -13426,7 +13427,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13426
13427
|
validateEvent: boolean;
|
|
13427
13428
|
multiple: boolean;
|
|
13428
13429
|
showArrow: boolean;
|
|
13429
|
-
loading: boolean;
|
|
13430
13430
|
filterable: boolean;
|
|
13431
13431
|
collapseTags: boolean;
|
|
13432
13432
|
collapseTagsTooltip: boolean;
|
|
@@ -13624,17 +13624,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13624
13624
|
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>;
|
|
13625
13625
|
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>;
|
|
13626
13626
|
}>> & {
|
|
13627
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
13628
13627
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13628
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
13629
13629
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13630
13630
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13631
13631
|
}, {
|
|
13632
|
-
readonly
|
|
13632
|
+
readonly start: string;
|
|
13633
|
+
readonly end: string;
|
|
13633
13634
|
readonly disabled: boolean;
|
|
13635
|
+
readonly effect: string;
|
|
13634
13636
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13635
13637
|
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>;
|
|
13636
|
-
readonly end: string;
|
|
13637
|
-
readonly start: string;
|
|
13638
13638
|
readonly format: string;
|
|
13639
13639
|
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>;
|
|
13640
13640
|
readonly editable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|