beyond-webui 1.1.17 → 1.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +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 +159 -159
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +395 -92
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +159 -159
- package/es/components/autocomplete/src/autocomplete2.mjs +92 -395
- 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 +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/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/src/badge.vue.d.ts +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.d.ts +16 -16
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.d.ts +1 -1
- package/es/components/button/src/button-group.mjs +30 -6
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group.vue.d.ts +4 -4
- package/es/components/button/src/button-group2.mjs +6 -30
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +8 -8
- package/es/components/button/src/use-button.d.ts +1 -1
- package/es/components/calendar/index.d.ts +16 -16
- package/es/components/calendar/src/calendar.vue.d.ts +16 -16
- package/es/components/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +35 -16
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +16 -35
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +340 -340
- package/es/components/cascader/index.mjs +2 -2
- package/es/components/cascader/src/cascader.mjs +61 -619
- package/es/components/cascader/src/cascader.mjs.map +1 -1
- package/es/components/cascader/src/cascader.vue.d.ts +170 -170
- package/es/components/cascader/src/cascader2.mjs +619 -61
- package/es/components/cascader/src/cascader2.mjs.map +1 -1
- package/es/components/cascader-panel/index.d.ts +6 -6
- package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +21 -21
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +5 -5
- 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 +2 -2
- 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.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +10 -62
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +62 -10
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +150 -150
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +38 -321
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +150 -150
- package/es/components/color-picker/src/color-picker2.mjs +321 -38
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- 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 +52 -52
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +50 -50
- 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 +109 -109
- 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.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +4 -4
- package/es/components/dialog/src/dialog-content.mjs +37 -95
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +95 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +4 -4
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/divider/src/divider.vue.d.ts +4 -4
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/dropdown/index.d.ts +92 -92
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +97 -307
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +90 -90
- package/es/components/dropdown/src/dropdown2.mjs +307 -97
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.mjs +55 -152
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +152 -55
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +39 -396
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +396 -39
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +32 -32
- package/es/components/input/index.d.ts +6 -6
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +552 -135
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +6 -6
- package/es/components/input/src/input2.mjs +135 -552
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +24 -24
- package/es/components/input-number/src/input-number.vue.d.ts +24 -24
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +5 -5
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +14 -97
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item.vue.d.ts +1 -1
- package/es/components/menu/src/menu-item2.mjs +97 -14
- package/es/components/menu/src/menu-item2.mjs.map +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 +5 -5
- package/es/components/notification/src/notification.vue.d.ts +4 -4
- 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.mjs +58 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next.vue.d.ts +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -58
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +91 -91
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +149 -149
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +149 -149
- package/es/components/popover/index.d.ts +147 -147
- package/es/components/popover/src/popover.mjs +1 -1
- package/es/components/popover/src/popover.vue.d.ts +147 -147
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- 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 +137 -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 -137
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.mjs +119 -31
- 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 +31 -119
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +2 -2
- package/es/components/radio/index.d.ts +17 -17
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +64 -9
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button.vue.d.ts +2 -2
- package/es/components/radio/src/radio-button2.mjs +9 -64
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +4 -4
- package/es/components/radio/src/radio.mjs +71 -30
- 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 +30 -71
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +3 -3
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +255 -87
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +3 -3
- package/es/components/rate/src/rate2.mjs +87 -255
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +1 -1
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
- package/es/components/scrollbar/src/thumb.mjs +130 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -130
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +91 -91
- package/es/components/select/src/select.vue.d.ts +91 -91
- package/es/components/select/src/useSelect.d.ts +85 -85
- package/es/components/select-v2/index.d.ts +180 -180
- package/es/components/select-v2/src/select.vue.d.ts +90 -90
- package/es/components/select-v2/src/useSelect.d.ts +85 -85
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +251 -251
- package/es/components/slider/src/button.vue.d.ts +44 -44
- package/es/components/slider/src/composables/use-slide.d.ts +178 -178
- package/es/components/slider/src/slider.vue.d.ts +251 -251
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/src/space.d.ts +3 -3
- package/es/components/statistic/index.mjs +2 -2
- package/es/components/statistic/src/statistic.mjs +70 -25
- package/es/components/statistic/src/statistic.mjs.map +1 -1
- package/es/components/statistic/src/statistic2.mjs +25 -70
- package/es/components/statistic/src/statistic2.mjs.map +1 -1
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/steps.vue.d.ts +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 +16 -16
- package/es/components/table/src/filter-panel.vue.d.ts +85 -85
- package/es/components/table/src/table/defaults.d.ts +2 -2
- 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 +3 -3
- package/es/components/table/src/table.vue.d.ts +10 -10
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.d.ts +17 -17
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-bar.d.ts +8 -8
- package/es/components/tabs/src/tab-bar.vue.d.ts +26 -26
- package/es/components/tabs/src/tab-nav.d.ts +30 -30
- package/es/components/tabs/src/tab-pane.mjs +72 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/es/components/tabs/src/tab-pane2.mjs +13 -72
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/tabs/src/tabs.d.ts +8 -8
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/tag/src/tag.vue.d.ts +2 -2
- 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 +140 -140
- 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 +374 -374
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +118 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +187 -187
- package/es/components/time-select/src/time-select2.mjs +48 -118
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/es/components/tooltip/index.d.ts +43 -43
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +13 -13
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +43 -43
- package/es/components/tooltip/src/trigger.mjs +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/es/components/tooltip/src/trigger2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +63 -63
- package/es/components/tooltip-v2/index.mjs +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.mjs +112 -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 -112
- 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 +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
- package/es/components/transfer/index.d.ts +129 -129
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +128 -19
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/es/components/transfer/src/transfer-panel2.mjs +19 -128
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +69 -160
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +129 -129
- package/es/components/transfer/src/transfer2.mjs +160 -69
- 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 +4 -4
- package/es/components/upload/src/upload-content.d.ts +1 -1
- package/es/components/upload/src/upload-content.mjs +33 -173
- 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 +173 -33
- 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.mjs +173 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +3 -3
- package/es/components/upload/src/upload-list2.mjs +26 -173
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.d.ts +2 -2
- package/es/components/upload/src/upload.mjs +105 -119
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +28 -28
- package/es/components/upload/src/upload2.mjs +119 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/hooks/use-floating/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +6 -6
- package/es/index.mjs +32 -32
- 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 +159 -159
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +394 -92
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +159 -159
- package/lib/components/autocomplete/src/autocomplete2.js +92 -394
- 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 +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/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/src/badge.vue.d.ts +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.d.ts +16 -16
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.d.ts +1 -1
- package/lib/components/button/src/button-group.js +30 -6
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group.vue.d.ts +4 -4
- package/lib/components/button/src/button-group2.js +6 -30
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +8 -8
- package/lib/components/button/src/use-button.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +16 -16
- package/lib/components/calendar/src/calendar.vue.d.ts +16 -16
- package/lib/components/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +35 -16
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +16 -35
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +340 -340
- package/lib/components/cascader/index.js +2 -2
- package/lib/components/cascader/src/cascader.js +62 -619
- package/lib/components/cascader/src/cascader.js.map +1 -1
- package/lib/components/cascader/src/cascader.vue.d.ts +170 -170
- package/lib/components/cascader/src/cascader2.js +619 -62
- package/lib/components/cascader/src/cascader2.js.map +1 -1
- package/lib/components/cascader-panel/index.d.ts +6 -6
- package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +21 -21
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +5 -5
- 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 +2 -2
- 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.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +9 -62
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +62 -9
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +150 -150
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +38 -319
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +150 -150
- package/lib/components/color-picker/src/color-picker2.js +319 -38
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- 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 +52 -52
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +50 -50
- 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 +109 -109
- 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.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +4 -4
- package/lib/components/dialog/src/dialog-content.js +37 -94
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +94 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +4 -4
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/divider/src/divider.vue.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/dropdown/index.d.ts +92 -92
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +106 -307
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +90 -90
- package/lib/components/dropdown/src/dropdown2.js +307 -106
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.js +55 -151
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +151 -55
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +40 -396
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +396 -40
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +32 -32
- package/lib/components/input/index.d.ts +6 -6
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +551 -135
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +6 -6
- package/lib/components/input/src/input2.js +135 -551
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +24 -24
- package/lib/components/input-number/src/input-number.vue.d.ts +24 -24
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +5 -5
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +15 -97
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
- package/lib/components/menu/src/menu-item2.js +97 -15
- package/lib/components/menu/src/menu-item2.js.map +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 +5 -5
- package/lib/components/notification/src/notification.vue.d.ts +4 -4
- 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.js +58 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -58
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +91 -91
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +149 -149
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +149 -149
- package/lib/components/popover/index.d.ts +147 -147
- package/lib/components/popover/src/popover.js +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +147 -147
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- 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 +137 -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 -137
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.js +119 -32
- 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 +32 -119
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +2 -2
- package/lib/components/radio/index.d.ts +17 -17
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +64 -9
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-button2.js +9 -64
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +4 -4
- package/lib/components/radio/src/radio.js +71 -32
- 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 +32 -71
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +3 -3
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +254 -87
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +3 -3
- package/lib/components/rate/src/rate2.js +87 -254
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +1 -1
- package/lib/components/scrollbar/src/thumb.js +130 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -130
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +91 -91
- package/lib/components/select/src/select.vue.d.ts +91 -91
- package/lib/components/select/src/useSelect.d.ts +85 -85
- package/lib/components/select-v2/index.d.ts +180 -180
- package/lib/components/select-v2/src/select.vue.d.ts +90 -90
- package/lib/components/select-v2/src/useSelect.d.ts +85 -85
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +251 -251
- package/lib/components/slider/src/button.vue.d.ts +44 -44
- package/lib/components/slider/src/composables/use-slide.d.ts +178 -178
- package/lib/components/slider/src/slider.vue.d.ts +251 -251
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/src/space.d.ts +3 -3
- package/lib/components/statistic/index.js +2 -2
- package/lib/components/statistic/src/statistic.js +70 -25
- package/lib/components/statistic/src/statistic.js.map +1 -1
- package/lib/components/statistic/src/statistic2.js +25 -70
- package/lib/components/statistic/src/statistic2.js.map +1 -1
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +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 +16 -16
- package/lib/components/table/src/filter-panel.vue.d.ts +85 -85
- package/lib/components/table/src/table/defaults.d.ts +2 -2
- 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 +3 -3
- package/lib/components/table/src/table.vue.d.ts +10 -10
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.d.ts +17 -17
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-bar.d.ts +8 -8
- package/lib/components/tabs/src/tab-bar.vue.d.ts +26 -26
- package/lib/components/tabs/src/tab-nav.d.ts +30 -30
- package/lib/components/tabs/src/tab-pane.js +72 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/lib/components/tabs/src/tab-pane2.js +13 -72
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/tabs/src/tabs.d.ts +8 -8
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/tag/src/tag.vue.d.ts +2 -2
- 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 +140 -140
- 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 +374 -374
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +123 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +187 -187
- package/lib/components/time-select/src/time-select2.js +48 -123
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/lib/components/tooltip/index.d.ts +43 -43
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +43 -43
- package/lib/components/tooltip/src/trigger.js +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/lib/components/tooltip/src/trigger2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +63 -63
- package/lib/components/tooltip-v2/index.js +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.js +112 -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 -112
- 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 +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
- package/lib/components/transfer/index.d.ts +129 -129
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +128 -21
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/lib/components/transfer/src/transfer-panel2.js +21 -128
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +73 -160
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +129 -129
- package/lib/components/transfer/src/transfer2.js +160 -73
- 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 +4 -4
- package/lib/components/upload/src/upload-content.d.ts +1 -1
- package/lib/components/upload/src/upload-content.js +33 -173
- 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 +173 -33
- 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.js +173 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +3 -3
- package/lib/components/upload/src/upload-list2.js +27 -173
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.d.ts +2 -2
- package/lib/components/upload/src/upload.js +108 -119
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +28 -28
- package/lib/components/upload/src/upload2.js +119 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/hooks/use-floating/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +6 -6
- package/lib/index.js +32 -32
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-link.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/common/var.scss +2 -2
- package/theme-chalk/src/link.scss +1 -1
|
@@ -104,8 +104,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
readonly prefixIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
105
105
|
readonly clearIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
106
106
|
}>> & {
|
|
107
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}>>;
|
|
@@ -315,20 +315,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
315
|
$: import("vue").ComponentInternalInstance;
|
|
316
316
|
$data: {};
|
|
317
317
|
$props: Partial<{
|
|
318
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
319
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
320
318
|
offset: number;
|
|
319
|
+
effect: string;
|
|
320
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
321
321
|
showAfter: number;
|
|
322
322
|
hideAfter: number;
|
|
323
323
|
autoClose: number;
|
|
324
|
-
open: boolean;
|
|
325
|
-
content: string;
|
|
326
|
-
disabled: boolean;
|
|
327
|
-
effect: string;
|
|
328
324
|
boundariesPadding: number;
|
|
329
325
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
330
326
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
327
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
328
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
332
329
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
333
330
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
334
331
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -336,10 +333,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
333
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
337
334
|
pure: boolean;
|
|
338
335
|
virtualTriggering: boolean;
|
|
336
|
+
content: string;
|
|
339
337
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
340
338
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
341
339
|
persistent: boolean;
|
|
342
|
-
|
|
340
|
+
disabled: boolean;
|
|
341
|
+
open: boolean;
|
|
342
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
343
343
|
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>;
|
|
344
344
|
triggerKeys: string[];
|
|
345
345
|
arrowOffset: number;
|
|
@@ -655,7 +655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
655
655
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
656
656
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
657
657
|
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>;
|
|
658
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
658
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
659
659
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
660
660
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
661
661
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -665,10 +665,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
665
665
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
666
666
|
__epPropKey: true;
|
|
667
667
|
};
|
|
668
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
668
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
669
669
|
}>> & {
|
|
670
670
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
671
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
671
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "offset" | "effect" | "placement" | "showAfter" | "hideAfter" | "autoClose" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "content" | "rawContent" | "teleported" | "persistent" | "disabled" | "open" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
672
672
|
$attrs: {
|
|
673
673
|
[x: string]: unknown;
|
|
674
674
|
};
|
|
@@ -993,7 +993,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
993
993
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
994
994
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
995
995
|
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>;
|
|
996
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
996
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
997
997
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
998
998
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
999
999
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -1003,7 +1003,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1003
1003
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1004
1004
|
__epPropKey: true;
|
|
1005
1005
|
};
|
|
1006
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1006
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1007
1007
|
}>> & {
|
|
1008
1008
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1009
1009
|
}, {
|
|
@@ -1318,7 +1318,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1318
1318
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1319
1319
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1320
1320
|
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>;
|
|
1321
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1321
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1322
1322
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1323
1323
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1324
1324
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -1328,7 +1328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1328
1328
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1329
1329
|
__epPropKey: true;
|
|
1330
1330
|
};
|
|
1331
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1331
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1332
1332
|
}>> & {
|
|
1333
1333
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1334
1334
|
}>>;
|
|
@@ -1338,9 +1338,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1338
1338
|
$: import("vue").ComponentInternalInstance;
|
|
1339
1339
|
$data: {};
|
|
1340
1340
|
$props: Partial<{
|
|
1341
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1341
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1342
1342
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1343
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1343
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1344
1344
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
1345
1345
|
$attrs: {
|
|
1346
1346
|
[x: string]: unknown;
|
|
@@ -1356,10 +1356,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1356
1356
|
$emit: (event: string, ...args: any[]) => void;
|
|
1357
1357
|
$el: any;
|
|
1358
1358
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1359
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1359
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1360
1360
|
}>>, {
|
|
1361
1361
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1362
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1362
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1363
1363
|
}>> & {
|
|
1364
1364
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1365
1365
|
}>>;
|
|
@@ -1367,10 +1367,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1367
1367
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1368
1368
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1369
1369
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1370
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1370
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1371
1371
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1372
1372
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1373
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1373
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1374
1374
|
}> & {
|
|
1375
1375
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1376
1376
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1392,10 +1392,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1392
1392
|
$nextTick: typeof import("vue").nextTick;
|
|
1393
1393
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1394
1394
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1395
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1395
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1396
1396
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1397
1397
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1398
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1398
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1399
1399
|
}>> & {
|
|
1400
1400
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1401
1401
|
}>>;
|
|
@@ -1403,7 +1403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1403
1403
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1404
1404
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1405
1405
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1406
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1406
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1407
1407
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1408
1408
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1409
1409
|
contentRef: import("vue").Ref<any>;
|
|
@@ -1418,10 +1418,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1418
1418
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1419
1419
|
isFocusInsideContent: () => boolean | undefined;
|
|
1420
1420
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1421
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1421
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1422
1422
|
}, {
|
|
1423
1423
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1424
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1424
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1425
1425
|
}>> & {
|
|
1426
1426
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1427
1427
|
}>>;
|
|
@@ -1429,12 +1429,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1429
1429
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1430
1430
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1431
1431
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1432
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1432
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1433
1433
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1434
1434
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1435
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1435
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1436
1436
|
}>>, {
|
|
1437
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1437
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1438
1438
|
}>> & Record<string, any>;
|
|
1439
1439
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1440
1440
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1791,8 +1791,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1791
1791
|
readonly id: StringConstructor;
|
|
1792
1792
|
readonly open: BooleanConstructor;
|
|
1793
1793
|
}>>, {
|
|
1794
|
-
readonly open: boolean;
|
|
1795
1794
|
readonly virtualTriggering: boolean;
|
|
1795
|
+
readonly open: boolean;
|
|
1796
1796
|
}>;
|
|
1797
1797
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1798
1798
|
readonly disabled: BooleanConstructor;
|
|
@@ -1850,9 +1850,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1850
1850
|
readonly id: StringConstructor;
|
|
1851
1851
|
readonly open: BooleanConstructor;
|
|
1852
1852
|
}>>, {
|
|
1853
|
-
readonly open: boolean;
|
|
1854
|
-
readonly disabled: boolean;
|
|
1855
1853
|
readonly virtualTriggering: boolean;
|
|
1854
|
+
readonly disabled: boolean;
|
|
1855
|
+
readonly open: boolean;
|
|
1856
1856
|
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>;
|
|
1857
1857
|
readonly triggerKeys: string[];
|
|
1858
1858
|
}>;
|
|
@@ -2114,7 +2114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2114
2114
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2115
2115
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2116
2116
|
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>;
|
|
2117
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2117
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2118
2118
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2119
2119
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2120
2120
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2377,7 +2377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2377
2377
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2378
2378
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2379
2379
|
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>;
|
|
2380
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2380
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2381
2381
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2382
2382
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2383
2383
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2677,7 +2677,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2677
2677
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2678
2678
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2679
2679
|
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>;
|
|
2680
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2680
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2681
2681
|
}, {
|
|
2682
2682
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2683
2683
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2926,7 +2926,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2926
2926
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2927
2927
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2928
2928
|
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>;
|
|
2929
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2929
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2930
2930
|
}>> & {
|
|
2931
2931
|
onClose?: (() => any) | undefined;
|
|
2932
2932
|
onBlur?: (() => any) | undefined;
|
|
@@ -3273,7 +3273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3273
3273
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3274
3274
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3275
3275
|
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>;
|
|
3276
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3276
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3277
3277
|
}>> & {
|
|
3278
3278
|
onClose?: (() => any) | undefined;
|
|
3279
3279
|
onBlur?: (() => any) | undefined;
|
|
@@ -3281,14 +3281,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3281
3281
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3282
3282
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3283
3283
|
}, {
|
|
3284
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3285
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3286
3284
|
readonly offset: number;
|
|
3287
3285
|
readonly effect: string;
|
|
3286
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3288
3287
|
readonly boundariesPadding: number;
|
|
3289
3288
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3290
3289
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3291
3290
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3291
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3292
3292
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3293
3293
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3294
3294
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3556,24 +3556,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3556
3556
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3557
3557
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3558
3558
|
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>;
|
|
3559
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3559
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3560
3560
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3561
3561
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3562
3562
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3563
3563
|
}>>, {
|
|
3564
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3565
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3566
3564
|
readonly offset: number;
|
|
3565
|
+
readonly effect: string;
|
|
3566
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3567
3567
|
readonly showAfter: number;
|
|
3568
3568
|
readonly hideAfter: number;
|
|
3569
3569
|
readonly autoClose: number;
|
|
3570
|
-
readonly content: string;
|
|
3571
|
-
readonly disabled: boolean;
|
|
3572
|
-
readonly effect: string;
|
|
3573
3570
|
readonly boundariesPadding: number;
|
|
3574
3571
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3575
3572
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3576
3573
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3574
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3577
3575
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3578
3576
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3579
3577
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3581,25 +3579,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3581
3579
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3582
3580
|
readonly pure: boolean;
|
|
3583
3581
|
readonly virtualTriggering: boolean;
|
|
3582
|
+
readonly content: string;
|
|
3584
3583
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3585
3584
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3586
3585
|
readonly persistent: boolean;
|
|
3586
|
+
readonly disabled: boolean;
|
|
3587
3587
|
}>;
|
|
3588
3588
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
3589
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3590
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3591
3589
|
offset: number;
|
|
3590
|
+
effect: string;
|
|
3591
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3592
3592
|
showAfter: number;
|
|
3593
3593
|
hideAfter: number;
|
|
3594
3594
|
autoClose: number;
|
|
3595
|
-
open: boolean;
|
|
3596
|
-
content: string;
|
|
3597
|
-
disabled: boolean;
|
|
3598
|
-
effect: string;
|
|
3599
3595
|
boundariesPadding: number;
|
|
3600
3596
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3601
3597
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3602
3598
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3599
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3603
3600
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3604
3601
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3605
3602
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3607,10 +3604,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3607
3604
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3608
3605
|
pure: boolean;
|
|
3609
3606
|
virtualTriggering: boolean;
|
|
3607
|
+
content: string;
|
|
3610
3608
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3611
3609
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3612
3610
|
persistent: boolean;
|
|
3613
|
-
|
|
3611
|
+
disabled: boolean;
|
|
3612
|
+
open: boolean;
|
|
3613
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
3614
3614
|
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>;
|
|
3615
3615
|
triggerKeys: string[];
|
|
3616
3616
|
arrowOffset: number;
|
|
@@ -3946,7 +3946,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3946
3946
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3947
3947
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3948
3948
|
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>;
|
|
3949
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3949
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3950
3950
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3951
3951
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3952
3952
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -3956,7 +3956,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3956
3956
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3957
3957
|
__epPropKey: true;
|
|
3958
3958
|
};
|
|
3959
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3959
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3960
3960
|
}>> & {
|
|
3961
3961
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3962
3962
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4271,7 +4271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4271
4271
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4272
4272
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4273
4273
|
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>;
|
|
4274
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4274
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4275
4275
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4276
4276
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4277
4277
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -4281,7 +4281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4281
4281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4282
4282
|
__epPropKey: true;
|
|
4283
4283
|
};
|
|
4284
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4284
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4285
4285
|
}>> & {
|
|
4286
4286
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4287
4287
|
}>>;
|
|
@@ -4291,9 +4291,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4291
4291
|
$: import("vue").ComponentInternalInstance;
|
|
4292
4292
|
$data: {};
|
|
4293
4293
|
$props: Partial<{
|
|
4294
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4294
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4295
4295
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4296
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4296
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4297
4297
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
4298
4298
|
$attrs: {
|
|
4299
4299
|
[x: string]: unknown;
|
|
@@ -4309,10 +4309,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4309
4309
|
$emit: (event: string, ...args: any[]) => void;
|
|
4310
4310
|
$el: any;
|
|
4311
4311
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4312
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4312
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4313
4313
|
}>>, {
|
|
4314
4314
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4315
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4315
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4316
4316
|
}>> & {
|
|
4317
4317
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4318
4318
|
}>>;
|
|
@@ -4320,10 +4320,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4320
4320
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4321
4321
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4322
4322
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4323
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4323
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4324
4324
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4325
4325
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
4326
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4326
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4327
4327
|
}> & {
|
|
4328
4328
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4329
4329
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4345,10 +4345,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4345
4345
|
$nextTick: typeof import("vue").nextTick;
|
|
4346
4346
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4347
4347
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4348
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4348
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4349
4349
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
4350
4350
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4351
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4351
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4352
4352
|
}>> & {
|
|
4353
4353
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4354
4354
|
}>>;
|
|
@@ -4356,7 +4356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4356
4356
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4357
4357
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4358
4358
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4359
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4359
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4360
4360
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4361
4361
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
4362
4362
|
contentRef: import("vue").Ref<any>;
|
|
@@ -4371,10 +4371,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4371
4371
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4372
4372
|
isFocusInsideContent: () => boolean | undefined;
|
|
4373
4373
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4374
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4374
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4375
4375
|
}, {
|
|
4376
4376
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4377
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4377
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4378
4378
|
}>> & {
|
|
4379
4379
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4380
4380
|
}>>;
|
|
@@ -4382,12 +4382,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4382
4382
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4383
4383
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4384
4384
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4385
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4385
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4386
4386
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4387
4387
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4388
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4388
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4389
4389
|
}>>, {
|
|
4390
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4390
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4391
4391
|
}>> & Record<string, any>;
|
|
4392
4392
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4393
4393
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4744,8 +4744,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4744
4744
|
readonly id: StringConstructor;
|
|
4745
4745
|
readonly open: BooleanConstructor;
|
|
4746
4746
|
}>>, {
|
|
4747
|
-
readonly open: boolean;
|
|
4748
4747
|
readonly virtualTriggering: boolean;
|
|
4748
|
+
readonly open: boolean;
|
|
4749
4749
|
}>;
|
|
4750
4750
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4751
4751
|
readonly disabled: BooleanConstructor;
|
|
@@ -4803,9 +4803,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4803
4803
|
readonly id: StringConstructor;
|
|
4804
4804
|
readonly open: BooleanConstructor;
|
|
4805
4805
|
}>>, {
|
|
4806
|
-
readonly open: boolean;
|
|
4807
|
-
readonly disabled: boolean;
|
|
4808
4806
|
readonly virtualTriggering: boolean;
|
|
4807
|
+
readonly disabled: boolean;
|
|
4808
|
+
readonly open: boolean;
|
|
4809
4809
|
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>;
|
|
4810
4810
|
readonly triggerKeys: string[];
|
|
4811
4811
|
}>;
|
|
@@ -5067,7 +5067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5067
5067
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5068
5068
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5069
5069
|
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>;
|
|
5070
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5070
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5071
5071
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5072
5072
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5073
5073
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5330,7 +5330,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5330
5330
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5331
5331
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5332
5332
|
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>;
|
|
5333
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5333
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5334
5334
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5335
5335
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5336
5336
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5630,7 +5630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5630
5630
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5631
5631
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5632
5632
|
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>;
|
|
5633
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5633
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5634
5634
|
}, {
|
|
5635
5635
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5636
5636
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5879,7 +5879,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5879
5879
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5880
5880
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5881
5881
|
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>;
|
|
5882
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5882
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5883
5883
|
}>> & {
|
|
5884
5884
|
onClose?: (() => any) | undefined;
|
|
5885
5885
|
onBlur?: (() => any) | undefined;
|
|
@@ -6226,7 +6226,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6226
6226
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6227
6227
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6228
6228
|
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>;
|
|
6229
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6229
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6230
6230
|
}>> & {
|
|
6231
6231
|
onClose?: (() => any) | undefined;
|
|
6232
6232
|
onBlur?: (() => any) | undefined;
|
|
@@ -6234,14 +6234,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6234
6234
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6235
6235
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6236
6236
|
}, {
|
|
6237
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6238
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6239
6237
|
readonly offset: number;
|
|
6240
6238
|
readonly effect: string;
|
|
6239
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6241
6240
|
readonly boundariesPadding: number;
|
|
6242
6241
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6243
6242
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6244
6243
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6244
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6245
6245
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6246
6246
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6247
6247
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6509,24 +6509,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6509
6509
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6510
6510
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6511
6511
|
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>;
|
|
6512
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6512
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6513
6513
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6514
6514
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6515
6515
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6516
6516
|
}>>, {
|
|
6517
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6518
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6519
6517
|
readonly offset: number;
|
|
6518
|
+
readonly effect: string;
|
|
6519
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6520
6520
|
readonly showAfter: number;
|
|
6521
6521
|
readonly hideAfter: number;
|
|
6522
6522
|
readonly autoClose: number;
|
|
6523
|
-
readonly content: string;
|
|
6524
|
-
readonly disabled: boolean;
|
|
6525
|
-
readonly effect: string;
|
|
6526
6523
|
readonly boundariesPadding: number;
|
|
6527
6524
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6528
6525
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6529
6526
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6527
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6530
6528
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6531
6529
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6532
6530
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6534,9 +6532,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6534
6532
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6535
6533
|
readonly pure: boolean;
|
|
6536
6534
|
readonly virtualTriggering: boolean;
|
|
6535
|
+
readonly content: string;
|
|
6537
6536
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6538
6537
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6539
6538
|
readonly persistent: boolean;
|
|
6539
|
+
readonly disabled: boolean;
|
|
6540
6540
|
}>;
|
|
6541
6541
|
}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
6542
6542
|
popperPaneRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
@@ -6694,24 +6694,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6694
6694
|
default: string;
|
|
6695
6695
|
};
|
|
6696
6696
|
}>> & {
|
|
6697
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6698
6697
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
6699
|
-
|
|
6698
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6700
6699
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6701
6700
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6701
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
6702
6702
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6703
6703
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
6704
6704
|
}, {
|
|
6705
|
-
placement: string;
|
|
6706
|
-
loading: boolean;
|
|
6707
|
-
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
6708
|
-
disabled: boolean;
|
|
6709
6705
|
effect: string;
|
|
6710
6706
|
valueKey: string;
|
|
6707
|
+
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
6708
|
+
placement: string;
|
|
6711
6709
|
popperClass: string;
|
|
6712
6710
|
popperOptions: Options;
|
|
6713
6711
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
6712
|
persistent: boolean;
|
|
6713
|
+
disabled: boolean;
|
|
6715
6714
|
fitInputWidth: boolean;
|
|
6716
6715
|
clearable: boolean;
|
|
6717
6716
|
preStar: boolean;
|
|
@@ -6719,6 +6718,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6719
6718
|
suffixIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
6720
6719
|
validateEvent: boolean;
|
|
6721
6720
|
multiple: boolean;
|
|
6721
|
+
loading: boolean;
|
|
6722
6722
|
filterable: boolean;
|
|
6723
6723
|
collapseTags: boolean;
|
|
6724
6724
|
collapseTagsTooltip: boolean;
|
|
@@ -7033,20 +7033,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7033
7033
|
$: import("vue").ComponentInternalInstance;
|
|
7034
7034
|
$data: {};
|
|
7035
7035
|
$props: Partial<{
|
|
7036
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
7037
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
7038
7036
|
offset: number;
|
|
7037
|
+
effect: string;
|
|
7038
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
7039
7039
|
showAfter: number;
|
|
7040
7040
|
hideAfter: number;
|
|
7041
7041
|
autoClose: number;
|
|
7042
|
-
open: boolean;
|
|
7043
|
-
content: string;
|
|
7044
|
-
disabled: boolean;
|
|
7045
|
-
effect: string;
|
|
7046
7042
|
boundariesPadding: number;
|
|
7047
7043
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
7048
7044
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7049
7045
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
7046
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
7050
7047
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7051
7048
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7052
7049
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7054,10 +7051,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7054
7051
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
7055
7052
|
pure: boolean;
|
|
7056
7053
|
virtualTriggering: boolean;
|
|
7054
|
+
content: string;
|
|
7057
7055
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7058
7056
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7059
7057
|
persistent: boolean;
|
|
7060
|
-
|
|
7058
|
+
disabled: boolean;
|
|
7059
|
+
open: boolean;
|
|
7060
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
7061
7061
|
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>;
|
|
7062
7062
|
triggerKeys: string[];
|
|
7063
7063
|
arrowOffset: number;
|
|
@@ -7373,7 +7373,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7373
7373
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7374
7374
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7375
7375
|
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>;
|
|
7376
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7376
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7377
7377
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7378
7378
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7379
7379
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -7383,10 +7383,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7383
7383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7384
7384
|
__epPropKey: true;
|
|
7385
7385
|
};
|
|
7386
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7386
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7387
7387
|
}>> & {
|
|
7388
7388
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7389
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
7389
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "offset" | "effect" | "placement" | "showAfter" | "hideAfter" | "autoClose" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "content" | "rawContent" | "teleported" | "persistent" | "disabled" | "open" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
7390
7390
|
$attrs: {
|
|
7391
7391
|
[x: string]: unknown;
|
|
7392
7392
|
};
|
|
@@ -7711,7 +7711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7711
7711
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7712
7712
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7713
7713
|
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>;
|
|
7714
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7714
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7715
7715
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7716
7716
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7717
7717
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -7721,7 +7721,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7721
7721
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7722
7722
|
__epPropKey: true;
|
|
7723
7723
|
};
|
|
7724
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7724
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7725
7725
|
}>> & {
|
|
7726
7726
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7727
7727
|
}, {
|
|
@@ -8036,7 +8036,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8036
8036
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8037
8037
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8038
8038
|
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>;
|
|
8039
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8039
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8040
8040
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8041
8041
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8042
8042
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -8046,7 +8046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8046
8046
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8047
8047
|
__epPropKey: true;
|
|
8048
8048
|
};
|
|
8049
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8049
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8050
8050
|
}>> & {
|
|
8051
8051
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
8052
8052
|
}>>;
|
|
@@ -8056,9 +8056,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8056
8056
|
$: import("vue").ComponentInternalInstance;
|
|
8057
8057
|
$data: {};
|
|
8058
8058
|
$props: Partial<{
|
|
8059
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8059
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
8060
8060
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
8061
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8061
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8062
8062
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
8063
8063
|
$attrs: {
|
|
8064
8064
|
[x: string]: unknown;
|
|
@@ -8074,10 +8074,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8074
8074
|
$emit: (event: string, ...args: any[]) => void;
|
|
8075
8075
|
$el: any;
|
|
8076
8076
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8077
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8077
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8078
8078
|
}>>, {
|
|
8079
8079
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8080
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8080
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8081
8081
|
}>> & {
|
|
8082
8082
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8083
8083
|
}>>;
|
|
@@ -8085,10 +8085,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8085
8085
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8086
8086
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8087
8087
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8088
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8088
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
8089
8089
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8090
8090
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
8091
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8091
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
8092
8092
|
}> & {
|
|
8093
8093
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8094
8094
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -8110,10 +8110,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8110
8110
|
$nextTick: typeof import("vue").nextTick;
|
|
8111
8111
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
8112
8112
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
8113
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8113
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8114
8114
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
8115
8115
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8116
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8116
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8117
8117
|
}>> & {
|
|
8118
8118
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8119
8119
|
}>>;
|
|
@@ -8121,7 +8121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8121
8121
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8122
8122
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8123
8123
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8124
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8124
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
8125
8125
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8126
8126
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
8127
8127
|
contentRef: import("vue").Ref<any>;
|
|
@@ -8136,10 +8136,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8136
8136
|
controlled: import("vue").ComputedRef<boolean>;
|
|
8137
8137
|
isFocusInsideContent: () => boolean | undefined;
|
|
8138
8138
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
8139
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8139
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8140
8140
|
}, {
|
|
8141
8141
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8142
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8142
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8143
8143
|
}>> & {
|
|
8144
8144
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8145
8145
|
}>>;
|
|
@@ -8147,12 +8147,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8147
8147
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8148
8148
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8149
8149
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
8150
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8150
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
8151
8151
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
8152
8152
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8153
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8153
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
8154
8154
|
}>>, {
|
|
8155
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
8155
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
8156
8156
|
}>> & Record<string, any>;
|
|
8157
8157
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
8158
8158
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8509,8 +8509,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8509
8509
|
readonly id: StringConstructor;
|
|
8510
8510
|
readonly open: BooleanConstructor;
|
|
8511
8511
|
}>>, {
|
|
8512
|
-
readonly open: boolean;
|
|
8513
8512
|
readonly virtualTriggering: boolean;
|
|
8513
|
+
readonly open: boolean;
|
|
8514
8514
|
}>;
|
|
8515
8515
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8516
8516
|
readonly disabled: BooleanConstructor;
|
|
@@ -8568,9 +8568,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8568
8568
|
readonly id: StringConstructor;
|
|
8569
8569
|
readonly open: BooleanConstructor;
|
|
8570
8570
|
}>>, {
|
|
8571
|
-
readonly open: boolean;
|
|
8572
|
-
readonly disabled: boolean;
|
|
8573
8571
|
readonly virtualTriggering: boolean;
|
|
8572
|
+
readonly disabled: boolean;
|
|
8573
|
+
readonly open: boolean;
|
|
8574
8574
|
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>;
|
|
8575
8575
|
readonly triggerKeys: string[];
|
|
8576
8576
|
}>;
|
|
@@ -8832,7 +8832,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8832
8832
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8833
8833
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8834
8834
|
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>;
|
|
8835
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8835
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8836
8836
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8837
8837
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8838
8838
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -9095,7 +9095,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9095
9095
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9096
9096
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9097
9097
|
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>;
|
|
9098
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9098
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9099
9099
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9100
9100
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9101
9101
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -9395,7 +9395,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9395
9395
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9396
9396
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9397
9397
|
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>;
|
|
9398
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9398
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9399
9399
|
}, {
|
|
9400
9400
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
9401
9401
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9644,7 +9644,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9644
9644
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9645
9645
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9646
9646
|
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>;
|
|
9647
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9647
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9648
9648
|
}>> & {
|
|
9649
9649
|
onClose?: (() => any) | undefined;
|
|
9650
9650
|
onBlur?: (() => any) | undefined;
|
|
@@ -9991,7 +9991,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9991
9991
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9992
9992
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9993
9993
|
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>;
|
|
9994
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9994
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9995
9995
|
}>> & {
|
|
9996
9996
|
onClose?: (() => any) | undefined;
|
|
9997
9997
|
onBlur?: (() => any) | undefined;
|
|
@@ -9999,14 +9999,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9999
9999
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
10000
10000
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
10001
10001
|
}, {
|
|
10002
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10003
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10004
10002
|
readonly offset: number;
|
|
10005
10003
|
readonly effect: string;
|
|
10004
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10006
10005
|
readonly boundariesPadding: number;
|
|
10007
10006
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10008
10007
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10009
10008
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10009
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10010
10010
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10011
10011
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10012
10012
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10274,24 +10274,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10274
10274
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10275
10275
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10276
10276
|
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>;
|
|
10277
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10277
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10278
10278
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10279
10279
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10280
10280
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10281
10281
|
}>>, {
|
|
10282
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10283
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10284
10282
|
readonly offset: number;
|
|
10283
|
+
readonly effect: string;
|
|
10284
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10285
10285
|
readonly showAfter: number;
|
|
10286
10286
|
readonly hideAfter: number;
|
|
10287
10287
|
readonly autoClose: number;
|
|
10288
|
-
readonly content: string;
|
|
10289
|
-
readonly disabled: boolean;
|
|
10290
|
-
readonly effect: string;
|
|
10291
10288
|
readonly boundariesPadding: number;
|
|
10292
10289
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10293
10290
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10294
10291
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10292
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10295
10293
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10296
10294
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10297
10295
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10299,25 +10297,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10299
10297
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10300
10298
|
readonly pure: boolean;
|
|
10301
10299
|
readonly virtualTriggering: boolean;
|
|
10300
|
+
readonly content: string;
|
|
10302
10301
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10303
10302
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10304
10303
|
readonly persistent: boolean;
|
|
10304
|
+
readonly disabled: boolean;
|
|
10305
10305
|
}>;
|
|
10306
10306
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
10307
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10308
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
10309
10307
|
offset: number;
|
|
10308
|
+
effect: string;
|
|
10309
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10310
10310
|
showAfter: number;
|
|
10311
10311
|
hideAfter: number;
|
|
10312
10312
|
autoClose: number;
|
|
10313
|
-
open: boolean;
|
|
10314
|
-
content: string;
|
|
10315
|
-
disabled: boolean;
|
|
10316
|
-
effect: string;
|
|
10317
10313
|
boundariesPadding: number;
|
|
10318
10314
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
10319
10315
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10320
10316
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
10317
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
10321
10318
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10322
10319
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10323
10320
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10325,10 +10322,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10325
10322
|
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10326
10323
|
pure: boolean;
|
|
10327
10324
|
virtualTriggering: boolean;
|
|
10325
|
+
content: string;
|
|
10328
10326
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10329
10327
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10330
10328
|
persistent: boolean;
|
|
10331
|
-
|
|
10329
|
+
disabled: boolean;
|
|
10330
|
+
open: boolean;
|
|
10331
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
10332
10332
|
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>;
|
|
10333
10333
|
triggerKeys: string[];
|
|
10334
10334
|
arrowOffset: number;
|
|
@@ -10664,7 +10664,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10664
10664
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10665
10665
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10666
10666
|
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>;
|
|
10667
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10667
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10668
10668
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10669
10669
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10670
10670
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -10674,7 +10674,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10674
10674
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10675
10675
|
__epPropKey: true;
|
|
10676
10676
|
};
|
|
10677
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10677
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10678
10678
|
}>> & {
|
|
10679
10679
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10680
10680
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -10989,7 +10989,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10989
10989
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10990
10990
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10991
10991
|
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>;
|
|
10992
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10992
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10993
10993
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10994
10994
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10995
10995
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -10999,7 +10999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10999
10999
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11000
11000
|
__epPropKey: true;
|
|
11001
11001
|
};
|
|
11002
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11002
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11003
11003
|
}>> & {
|
|
11004
11004
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
11005
11005
|
}>>;
|
|
@@ -11009,9 +11009,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11009
11009
|
$: import("vue").ComponentInternalInstance;
|
|
11010
11010
|
$data: {};
|
|
11011
11011
|
$props: Partial<{
|
|
11012
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11012
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
11013
11013
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11014
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11014
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11015
11015
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
11016
11016
|
$attrs: {
|
|
11017
11017
|
[x: string]: unknown;
|
|
@@ -11027,10 +11027,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11027
11027
|
$emit: (event: string, ...args: any[]) => void;
|
|
11028
11028
|
$el: any;
|
|
11029
11029
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11030
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11030
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11031
11031
|
}>>, {
|
|
11032
11032
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11033
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11033
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11034
11034
|
}>> & {
|
|
11035
11035
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11036
11036
|
}>>;
|
|
@@ -11038,10 +11038,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11038
11038
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11039
11039
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11040
11040
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11041
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11041
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
11042
11042
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11043
11043
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
11044
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11044
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
11045
11045
|
}> & {
|
|
11046
11046
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11047
11047
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11063,10 +11063,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11063
11063
|
$nextTick: typeof import("vue").nextTick;
|
|
11064
11064
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
11065
11065
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
11066
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11066
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11067
11067
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
11068
11068
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11069
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11069
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11070
11070
|
}>> & {
|
|
11071
11071
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11072
11072
|
}>>;
|
|
@@ -11074,7 +11074,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11074
11074
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11075
11075
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11076
11076
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11077
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11077
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
11078
11078
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11079
11079
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
11080
11080
|
contentRef: import("vue").Ref<any>;
|
|
@@ -11089,10 +11089,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11089
11089
|
controlled: import("vue").ComputedRef<boolean>;
|
|
11090
11090
|
isFocusInsideContent: () => boolean | undefined;
|
|
11091
11091
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
11092
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11092
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11093
11093
|
}, {
|
|
11094
11094
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11095
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11095
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11096
11096
|
}>> & {
|
|
11097
11097
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11098
11098
|
}>>;
|
|
@@ -11100,12 +11100,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11100
11100
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11101
11101
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11102
11102
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11103
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11103
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
11104
11104
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11105
11105
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11106
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11106
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11107
11107
|
}>>, {
|
|
11108
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11108
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
11109
11109
|
}>> & Record<string, any>;
|
|
11110
11110
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
11111
11111
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11462,8 +11462,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11462
11462
|
readonly id: StringConstructor;
|
|
11463
11463
|
readonly open: BooleanConstructor;
|
|
11464
11464
|
}>>, {
|
|
11465
|
-
readonly open: boolean;
|
|
11466
11465
|
readonly virtualTriggering: boolean;
|
|
11466
|
+
readonly open: boolean;
|
|
11467
11467
|
}>;
|
|
11468
11468
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11469
11469
|
readonly disabled: BooleanConstructor;
|
|
@@ -11521,9 +11521,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11521
11521
|
readonly id: StringConstructor;
|
|
11522
11522
|
readonly open: BooleanConstructor;
|
|
11523
11523
|
}>>, {
|
|
11524
|
-
readonly open: boolean;
|
|
11525
|
-
readonly disabled: boolean;
|
|
11526
11524
|
readonly virtualTriggering: boolean;
|
|
11525
|
+
readonly disabled: boolean;
|
|
11526
|
+
readonly open: boolean;
|
|
11527
11527
|
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>;
|
|
11528
11528
|
readonly triggerKeys: string[];
|
|
11529
11529
|
}>;
|
|
@@ -11785,7 +11785,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11785
11785
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11786
11786
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11787
11787
|
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>;
|
|
11788
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11788
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11789
11789
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11790
11790
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11791
11791
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -12048,7 +12048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12048
12048
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12049
12049
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12050
12050
|
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>;
|
|
12051
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12051
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12052
12052
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12053
12053
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12054
12054
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -12348,7 +12348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12348
12348
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12349
12349
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12350
12350
|
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>;
|
|
12351
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12351
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12352
12352
|
}, {
|
|
12353
12353
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
12354
12354
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -12597,7 +12597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12597
12597
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12598
12598
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12599
12599
|
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>;
|
|
12600
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12600
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12601
12601
|
}>> & {
|
|
12602
12602
|
onClose?: (() => any) | undefined;
|
|
12603
12603
|
onBlur?: (() => any) | undefined;
|
|
@@ -12944,7 +12944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12944
12944
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12945
12945
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12946
12946
|
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>;
|
|
12947
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12947
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12948
12948
|
}>> & {
|
|
12949
12949
|
onClose?: (() => any) | undefined;
|
|
12950
12950
|
onBlur?: (() => any) | undefined;
|
|
@@ -12952,14 +12952,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12952
12952
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12953
12953
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12954
12954
|
}, {
|
|
12955
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12956
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12957
12955
|
readonly offset: number;
|
|
12958
12956
|
readonly effect: string;
|
|
12957
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12959
12958
|
readonly boundariesPadding: number;
|
|
12960
12959
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12961
12960
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12962
12961
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12962
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12963
12963
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12964
12964
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12965
12965
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13227,24 +13227,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13227
13227
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
13228
13228
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
13229
13229
|
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>;
|
|
13230
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
13230
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
13231
13231
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
13232
13232
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
13233
13233
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
13234
13234
|
}>>, {
|
|
13235
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13236
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
13237
13235
|
readonly offset: number;
|
|
13236
|
+
readonly effect: string;
|
|
13237
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13238
13238
|
readonly showAfter: number;
|
|
13239
13239
|
readonly hideAfter: number;
|
|
13240
13240
|
readonly autoClose: number;
|
|
13241
|
-
readonly content: string;
|
|
13242
|
-
readonly disabled: boolean;
|
|
13243
|
-
readonly effect: string;
|
|
13244
13241
|
readonly boundariesPadding: number;
|
|
13245
13242
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
13246
13243
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13247
13244
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
13245
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
13248
13246
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13249
13247
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13250
13248
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13252,9 +13250,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13252
13250
|
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13253
13251
|
readonly pure: boolean;
|
|
13254
13252
|
readonly virtualTriggering: boolean;
|
|
13253
|
+
readonly content: string;
|
|
13255
13254
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13256
13255
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13257
13256
|
readonly persistent: boolean;
|
|
13257
|
+
readonly disabled: boolean;
|
|
13258
13258
|
}>;
|
|
13259
13259
|
}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
13260
13260
|
popperPaneRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
@@ -13412,24 +13412,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13412
13412
|
default: string;
|
|
13413
13413
|
};
|
|
13414
13414
|
}>> & {
|
|
13415
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13416
13415
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13417
|
-
|
|
13416
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13418
13417
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13419
13418
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13419
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
13420
13420
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
13421
13421
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
13422
13422
|
}, {
|
|
13423
|
-
placement: string;
|
|
13424
|
-
loading: boolean;
|
|
13425
|
-
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
13426
|
-
disabled: boolean;
|
|
13427
13423
|
effect: string;
|
|
13428
13424
|
valueKey: string;
|
|
13425
|
+
modelValue: string | number | boolean | Record<string, any> | unknown[];
|
|
13426
|
+
placement: string;
|
|
13429
13427
|
popperClass: string;
|
|
13430
13428
|
popperOptions: Options;
|
|
13431
13429
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13432
13430
|
persistent: boolean;
|
|
13431
|
+
disabled: boolean;
|
|
13433
13432
|
fitInputWidth: boolean;
|
|
13434
13433
|
clearable: boolean;
|
|
13435
13434
|
preStar: boolean;
|
|
@@ -13437,6 +13436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13437
13436
|
suffixIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
13438
13437
|
validateEvent: boolean;
|
|
13439
13438
|
multiple: boolean;
|
|
13439
|
+
loading: boolean;
|
|
13440
13440
|
filterable: boolean;
|
|
13441
13441
|
collapseTags: boolean;
|
|
13442
13442
|
collapseTagsTooltip: boolean;
|
|
@@ -13636,17 +13636,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13636
13636
|
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>;
|
|
13637
13637
|
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>;
|
|
13638
13638
|
}>> & {
|
|
13639
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13640
13639
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13640
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13641
13641
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13642
13642
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13643
13643
|
}, {
|
|
13644
|
-
readonly start: string;
|
|
13645
|
-
readonly end: string;
|
|
13646
|
-
readonly disabled: boolean;
|
|
13647
13644
|
readonly effect: string;
|
|
13645
|
+
readonly disabled: boolean;
|
|
13648
13646
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13649
13647
|
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>;
|
|
13648
|
+
readonly end: string;
|
|
13649
|
+
readonly start: string;
|
|
13650
13650
|
readonly format: string;
|
|
13651
13651
|
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>;
|
|
13652
13652
|
readonly editable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|