element-plus-secondary 0.3.4 → 0.3.6
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 +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +257 -161
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +257 -161
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +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.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/calendar/src/calendar.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +348 -228
- package/es/components/cascader/src/index.vue.d.ts +174 -114
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +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 +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +4 -4
- package/es/components/collapse/src/collapse-item.mjs +96 -19
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +19 -96
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.mjs +17 -30
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse2.mjs +30 -17
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +585 -261
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +382 -46
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +585 -261
- package/es/components/color-picker/src/color-picker2.mjs +46 -382
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +140 -44
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +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 +82 -46
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +80 -44
- 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 +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +169 -97
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +5 -5
- package/es/components/dialog/src/dialog-content.mjs +87 -37
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +37 -87
- 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 +5 -5
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +78 -78
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/es/components/form/index.d.ts +3 -3
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.d.ts +1 -1
- package/es/components/form/src/form.mjs +53 -150
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form.vue.d.ts +3 -3
- package/es/components/form/src/form2.mjs +150 -53
- 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 +7 -7
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +219 -58
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image/src/image2.mjs +58 -219
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +40 -40
- package/es/components/input/index.d.ts +48 -12
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.d.ts +12 -0
- package/es/components/input/src/input.mjs +442 -110
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +48 -12
- package/es/components/input/src/input2.mjs +116 -442
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +140 -44
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +300 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +140 -44
- package/es/components/input-number/src/input-number2.mjs +62 -300
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +100 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -100
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.mjs +59 -9
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +48 -12
- package/es/components/pagination/src/components/jumper2.mjs +9 -59
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +18 -34
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +34 -18
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +77 -77
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popover/src/popover2.mjs +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +212 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +10 -10
- package/es/components/popper/src/content2.mjs +94 -212
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +120 -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 -120
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- 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-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +77 -77
- package/es/components/select/src/select.vue.d.ts +77 -77
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +154 -154
- package/es/components/select-v2/src/select.vue.d.ts +77 -77
- package/es/components/select-v2/src/useSelect.d.ts +75 -75
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +332 -236
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +38 -38
- package/es/components/slider/src/composables/use-slide.d.ts +152 -152
- package/es/components/slider/src/slider.mjs +233 -91
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +332 -236
- package/es/components/slider/src/slider2.mjs +91 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +20 -194
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +194 -20
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +75 -75
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +3 -3
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tabs/src/tab-pane.mjs +73 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +13 -73
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +166 -130
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +316 -316
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +158 -158
- package/es/components/time-select/src/time-select2.mjs +48 -117
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +38 -38
- package/es/components/tooltip/index.mjs +3 -3
- 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 +18 -18
- 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.mjs +31 -170
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +170 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +16 -74
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +74 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +113 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +50 -113
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +3 -3
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +6 -6
- package/es/components/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +282 -102
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -131
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +56 -20
- package/es/components/transfer/src/transfer-panel2.mjs +131 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +282 -102
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +6 -6
- package/es/components/upload/index.mjs +4 -4
- package/es/components/upload/src/upload-content.mjs +170 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +11 -70
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +70 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +6 -6
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +40 -40
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +257 -161
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +257 -161
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +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.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/calendar/src/calendar.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +348 -228
- package/lib/components/cascader/src/index.vue.d.ts +174 -114
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +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 +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +4 -4
- package/lib/components/collapse/src/collapse-item.js +96 -19
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +19 -96
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.js +19 -30
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse2.js +30 -19
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +585 -261
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +380 -46
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +585 -261
- package/lib/components/color-picker/src/color-picker2.js +46 -380
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +140 -44
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +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 +82 -46
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +80 -44
- 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 +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +169 -97
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +5 -5
- package/lib/components/dialog/src/dialog-content.js +86 -37
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +37 -86
- 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 +5 -5
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +78 -78
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/lib/components/form/index.d.ts +3 -3
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.d.ts +1 -1
- package/lib/components/form/src/form.js +53 -149
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form.vue.d.ts +3 -3
- package/lib/components/form/src/form2.js +149 -53
- 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 +7 -7
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -59
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image/src/image2.js +59 -219
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +40 -40
- package/lib/components/input/index.d.ts +48 -12
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.d.ts +12 -0
- package/lib/components/input/src/input.js +441 -110
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +48 -12
- package/lib/components/input/src/input2.js +116 -441
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +140 -44
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +299 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +140 -44
- package/lib/components/input-number/src/input-number2.js +62 -299
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +100 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -100
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.js +59 -9
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +48 -12
- package/lib/components/pagination/src/components/jumper2.js +9 -59
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +19 -34
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +34 -19
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +77 -77
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popover/src/popover2.js +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +212 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- package/lib/components/popper/src/content2.js +99 -212
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +120 -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 -120
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- 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-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +77 -77
- package/lib/components/select/src/select.vue.d.ts +77 -77
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +154 -154
- package/lib/components/select-v2/src/select.vue.d.ts +77 -77
- package/lib/components/select-v2/src/useSelect.d.ts +75 -75
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +332 -236
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +38 -38
- package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
- package/lib/components/slider/src/slider.js +233 -92
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +332 -236
- package/lib/components/slider/src/slider2.js +92 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +20 -194
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +194 -20
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +3 -3
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tabs/src/tab-pane.js +73 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +13 -73
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +166 -130
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +316 -316
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +158 -158
- package/lib/components/time-select/src/time-select2.js +48 -122
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +38 -38
- package/lib/components/tooltip/index.js +3 -3
- 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 +18 -18
- 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.js +34 -169
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +169 -34
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +16 -74
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +74 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +113 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +50 -113
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +3 -3
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +6 -6
- package/lib/components/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +282 -102
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -131
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +56 -20
- package/lib/components/transfer/src/transfer-panel2.js +131 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +282 -102
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +6 -6
- package/lib/components/upload/index.js +4 -4
- package/lib/components/upload/src/upload-content.js +170 -33
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +33 -170
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +12 -70
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +70 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +6 -6
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +40 -40
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-menu.css +1 -1
- package/theme-chalk/el-option-item.css +1 -1
- package/theme-chalk/el-option.css +1 -1
- package/theme-chalk/el-radio.css +1 -1
- package/theme-chalk/el-select-dropdown.css +1 -1
- package/theme-chalk/el-select-v2.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +13 -0
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/form.scss +10 -2
- package/theme-chalk/src/input.scss +16 -0
- package/theme-chalk/src/menu.scss +0 -1
- package/theme-chalk/src/option.scss +25 -1
- package/theme-chalk/src/radio.scss +11 -2
- package/theme-chalk/src/select-dropdown.scss +3 -3
- package/theme-chalk/src/tree.scss +7 -2
|
@@ -142,8 +142,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
};
|
|
143
143
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
144
144
|
}>> & {
|
|
145
|
-
"onUpdate:modelValue"?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
146
145
|
onChange?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
146
|
+
"onUpdate:modelValue"?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
147
147
|
onInput?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
148
148
|
}>>;
|
|
149
149
|
emit: ((event: "update:modelValue", value: import("../../../utils").Arrayable<number>) => void) & ((event: "change", value: import("../../../utils").Arrayable<number>) => void) & ((event: "input", value: import("../../../utils").Arrayable<number>) => void);
|
|
@@ -570,7 +570,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
570
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
571
571
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
572
572
|
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>;
|
|
573
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
573
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
574
574
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
575
575
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
576
576
|
"onUpdate:visible": {
|
|
@@ -579,7 +579,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
579
579
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
580
|
__epPropKey: true;
|
|
581
581
|
};
|
|
582
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
582
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
583
583
|
}, {
|
|
584
584
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
585
585
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -887,7 +887,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
887
887
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
888
888
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
889
889
|
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>;
|
|
890
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
890
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
891
891
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
892
892
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
893
893
|
"onUpdate:visible": {
|
|
@@ -896,7 +896,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
896
896
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
897
|
__epPropKey: true;
|
|
898
898
|
};
|
|
899
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
899
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
900
900
|
}>> & {
|
|
901
901
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
902
902
|
}>>;
|
|
@@ -915,10 +915,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
915
915
|
controlled: import("vue").ComputedRef<boolean>;
|
|
916
916
|
isFocusInsideContent: () => boolean | undefined;
|
|
917
917
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
918
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
918
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
919
919
|
}, {
|
|
920
920
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
921
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
921
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
922
922
|
}>> & {
|
|
923
923
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
924
924
|
}>>;
|
|
@@ -926,12 +926,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
926
926
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
927
927
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
928
928
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
929
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
929
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
930
930
|
popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
|
|
931
931
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
932
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
932
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
933
933
|
}>>, {
|
|
934
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
934
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
935
935
|
}>> & Record<string, any>;
|
|
936
936
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
937
937
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1288,8 +1288,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1288
1288
|
readonly id: StringConstructor;
|
|
1289
1289
|
readonly open: BooleanConstructor;
|
|
1290
1290
|
}>>, {
|
|
1291
|
-
readonly open: boolean;
|
|
1292
1291
|
readonly virtualTriggering: boolean;
|
|
1292
|
+
readonly open: boolean;
|
|
1293
1293
|
}>;
|
|
1294
1294
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1295
1295
|
readonly disabled: BooleanConstructor;
|
|
@@ -1349,8 +1349,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1349
1349
|
}>>, {
|
|
1350
1350
|
readonly disabled: boolean;
|
|
1351
1351
|
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>;
|
|
1352
|
-
readonly open: boolean;
|
|
1353
1352
|
readonly virtualTriggering: boolean;
|
|
1353
|
+
readonly open: boolean;
|
|
1354
1354
|
readonly triggerKeys: string[];
|
|
1355
1355
|
}>;
|
|
1356
1356
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -1611,7 +1611,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1611
1611
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1612
1612
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1613
1613
|
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>;
|
|
1614
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1614
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1615
1615
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1616
1616
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1617
1617
|
}, {
|
|
@@ -1873,7 +1873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1873
1873
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1874
1874
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1875
1875
|
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>;
|
|
1876
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1876
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1877
1877
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1878
1878
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1879
1879
|
}>> & {
|
|
@@ -2151,9 +2151,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2151
2151
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2152
2152
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2153
2153
|
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>;
|
|
2154
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2154
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2155
2155
|
}, {
|
|
2156
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
2156
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
2157
2157
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2158
2158
|
readonly id: StringConstructor;
|
|
2159
2159
|
readonly style: {
|
|
@@ -2400,13 +2400,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2400
2400
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2401
2401
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2402
2402
|
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>;
|
|
2403
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2403
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2404
2404
|
}>> & {
|
|
2405
2405
|
onClose?: (() => any) | undefined;
|
|
2406
2406
|
onFocus?: (() => any) | undefined;
|
|
2407
2407
|
onBlur?: (() => any) | undefined;
|
|
2408
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2409
2408
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2409
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2410
2410
|
}>>;
|
|
2411
2411
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
2412
2412
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -2486,7 +2486,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2486
2486
|
};
|
|
2487
2487
|
}, {
|
|
2488
2488
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2489
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2489
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2490
2490
|
loop: BooleanConstructor;
|
|
2491
2491
|
trapped: BooleanConstructor;
|
|
2492
2492
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -2495,10 +2495,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2495
2495
|
default: string;
|
|
2496
2496
|
};
|
|
2497
2497
|
}>> & {
|
|
2498
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2499
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2500
2498
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
2501
2499
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
2500
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2501
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2502
2502
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
2503
2503
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
2504
2504
|
}, {
|
|
@@ -2758,22 +2758,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2758
2758
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2759
2759
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2760
2760
|
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>;
|
|
2761
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2761
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2762
2762
|
}>> & {
|
|
2763
2763
|
onClose?: (() => any) | undefined;
|
|
2764
2764
|
onFocus?: (() => any) | undefined;
|
|
2765
2765
|
onBlur?: (() => any) | undefined;
|
|
2766
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2767
2766
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2767
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2768
2768
|
}, {
|
|
2769
2769
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
2770
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
2771
2770
|
readonly offset: number;
|
|
2772
2771
|
readonly effect: string;
|
|
2773
2772
|
readonly boundariesPadding: number;
|
|
2774
2773
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
2775
2774
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2776
2775
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2776
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
2777
2777
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2778
2778
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2779
2779
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3041,22 +3041,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3041
3041
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3042
3042
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3043
3043
|
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>;
|
|
3044
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3044
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3045
3045
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3046
3046
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3047
3047
|
}>>, {
|
|
3048
3048
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3049
|
-
readonly showAfter: number;
|
|
3050
|
-
readonly hideAfter: number;
|
|
3051
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3052
3049
|
readonly offset: number;
|
|
3053
|
-
readonly content: string;
|
|
3054
|
-
readonly transition: string;
|
|
3055
3050
|
readonly effect: string;
|
|
3051
|
+
readonly showAfter: number;
|
|
3052
|
+
readonly hideAfter: number;
|
|
3056
3053
|
readonly boundariesPadding: number;
|
|
3057
3054
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3058
3055
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3059
3056
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3057
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3060
3058
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3061
3059
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3062
3060
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3065,7 +3063,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3065
3063
|
readonly pure: boolean;
|
|
3066
3064
|
readonly virtualTriggering: boolean;
|
|
3067
3065
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3066
|
+
readonly content: string;
|
|
3068
3067
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3068
|
+
readonly transition: string;
|
|
3069
3069
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3070
3070
|
readonly persistent: boolean;
|
|
3071
3071
|
}>;
|
|
@@ -3375,7 +3375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3375
3375
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3376
3376
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3377
3377
|
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>;
|
|
3378
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3378
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3379
3379
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3380
3380
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3381
3381
|
"onUpdate:visible": {
|
|
@@ -3384,25 +3384,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3384
3384
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3385
3385
|
__epPropKey: true;
|
|
3386
3386
|
};
|
|
3387
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3387
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3388
3388
|
}>> & {
|
|
3389
3389
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3390
3390
|
}, {
|
|
3391
3391
|
disabled: boolean;
|
|
3392
3392
|
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>;
|
|
3393
3393
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3394
|
-
showAfter: number;
|
|
3395
|
-
hideAfter: number;
|
|
3396
|
-
open: boolean;
|
|
3397
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3398
3394
|
offset: number;
|
|
3399
|
-
content: string;
|
|
3400
|
-
transition: string;
|
|
3401
3395
|
effect: string;
|
|
3396
|
+
showAfter: number;
|
|
3397
|
+
hideAfter: number;
|
|
3402
3398
|
boundariesPadding: number;
|
|
3403
3399
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3404
3400
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3405
3401
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3402
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3406
3403
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3407
3404
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3408
3405
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3411,10 +3408,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3411
3408
|
pure: boolean;
|
|
3412
3409
|
virtualTriggering: boolean;
|
|
3413
3410
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3411
|
+
content: string;
|
|
3414
3412
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3413
|
+
transition: string;
|
|
3415
3414
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3416
3415
|
persistent: boolean;
|
|
3417
|
-
|
|
3416
|
+
open: boolean;
|
|
3417
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3418
3418
|
triggerKeys: string[];
|
|
3419
3419
|
arrowOffset: number;
|
|
3420
3420
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3812,7 +3812,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3812
3812
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3813
3813
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3814
3814
|
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>;
|
|
3815
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3815
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3816
3816
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3817
3817
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3818
3818
|
"onUpdate:visible": {
|
|
@@ -3821,7 +3821,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3821
3821
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3822
3822
|
__epPropKey: true;
|
|
3823
3823
|
};
|
|
3824
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3824
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3825
3825
|
}, {
|
|
3826
3826
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3827
3827
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -4129,7 +4129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4129
4129
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4130
4130
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4131
4131
|
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>;
|
|
4132
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4132
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4133
4133
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4134
4134
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4135
4135
|
"onUpdate:visible": {
|
|
@@ -4138,7 +4138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4138
4138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4139
4139
|
__epPropKey: true;
|
|
4140
4140
|
};
|
|
4141
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4141
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4142
4142
|
}>> & {
|
|
4143
4143
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4144
4144
|
}>>;
|
|
@@ -4157,10 +4157,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4157
4157
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4158
4158
|
isFocusInsideContent: () => boolean | undefined;
|
|
4159
4159
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4160
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4160
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4161
4161
|
}, {
|
|
4162
4162
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4163
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4163
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4164
4164
|
}>> & {
|
|
4165
4165
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4166
4166
|
}>>;
|
|
@@ -4168,12 +4168,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4168
4168
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4169
4169
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4170
4170
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4171
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4171
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4172
4172
|
popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
|
|
4173
4173
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4174
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4174
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4175
4175
|
}>>, {
|
|
4176
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4176
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4177
4177
|
}>> & Record<string, any>;
|
|
4178
4178
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4179
4179
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4530,8 +4530,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4530
4530
|
readonly id: StringConstructor;
|
|
4531
4531
|
readonly open: BooleanConstructor;
|
|
4532
4532
|
}>>, {
|
|
4533
|
-
readonly open: boolean;
|
|
4534
4533
|
readonly virtualTriggering: boolean;
|
|
4534
|
+
readonly open: boolean;
|
|
4535
4535
|
}>;
|
|
4536
4536
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4537
4537
|
readonly disabled: BooleanConstructor;
|
|
@@ -4591,8 +4591,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4591
4591
|
}>>, {
|
|
4592
4592
|
readonly disabled: boolean;
|
|
4593
4593
|
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>;
|
|
4594
|
-
readonly open: boolean;
|
|
4595
4594
|
readonly virtualTriggering: boolean;
|
|
4595
|
+
readonly open: boolean;
|
|
4596
4596
|
readonly triggerKeys: string[];
|
|
4597
4597
|
}>;
|
|
4598
4598
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4853,7 +4853,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4853
4853
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4854
4854
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4855
4855
|
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>;
|
|
4856
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4856
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4857
4857
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4858
4858
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4859
4859
|
}, {
|
|
@@ -5115,7 +5115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5115
5115
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5116
5116
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5117
5117
|
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>;
|
|
5118
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5118
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5119
5119
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5120
5120
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5121
5121
|
}>> & {
|
|
@@ -5393,9 +5393,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5393
5393
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5394
5394
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5395
5395
|
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>;
|
|
5396
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5396
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5397
5397
|
}, {
|
|
5398
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5398
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5399
5399
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5400
5400
|
readonly id: StringConstructor;
|
|
5401
5401
|
readonly style: {
|
|
@@ -5642,13 +5642,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5642
5642
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5643
5643
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5644
5644
|
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>;
|
|
5645
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5645
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5646
5646
|
}>> & {
|
|
5647
5647
|
onClose?: (() => any) | undefined;
|
|
5648
5648
|
onFocus?: (() => any) | undefined;
|
|
5649
5649
|
onBlur?: (() => any) | undefined;
|
|
5650
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5651
5650
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5651
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5652
5652
|
}>>;
|
|
5653
5653
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
5654
5654
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -5728,7 +5728,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5728
5728
|
};
|
|
5729
5729
|
}, {
|
|
5730
5730
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5731
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5731
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5732
5732
|
loop: BooleanConstructor;
|
|
5733
5733
|
trapped: BooleanConstructor;
|
|
5734
5734
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -5737,10 +5737,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5737
5737
|
default: string;
|
|
5738
5738
|
};
|
|
5739
5739
|
}>> & {
|
|
5740
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5741
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5742
5740
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5743
5741
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
5742
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5743
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5744
5744
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5745
5745
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5746
5746
|
}, {
|
|
@@ -6000,22 +6000,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6000
6000
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6001
6001
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6002
6002
|
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>;
|
|
6003
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6003
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6004
6004
|
}>> & {
|
|
6005
6005
|
onClose?: (() => any) | undefined;
|
|
6006
6006
|
onFocus?: (() => any) | undefined;
|
|
6007
6007
|
onBlur?: (() => any) | undefined;
|
|
6008
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6009
6008
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6009
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6010
6010
|
}, {
|
|
6011
6011
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6012
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6013
6012
|
readonly offset: number;
|
|
6014
6013
|
readonly effect: string;
|
|
6015
6014
|
readonly boundariesPadding: number;
|
|
6016
6015
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6017
6016
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6018
6017
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6018
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6019
6019
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6020
6020
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6021
6021
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6283,22 +6283,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6283
6283
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6284
6284
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6285
6285
|
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>;
|
|
6286
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6286
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6287
6287
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6288
6288
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6289
6289
|
}>>, {
|
|
6290
6290
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6291
|
-
readonly showAfter: number;
|
|
6292
|
-
readonly hideAfter: number;
|
|
6293
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6294
6291
|
readonly offset: number;
|
|
6295
|
-
readonly content: string;
|
|
6296
|
-
readonly transition: string;
|
|
6297
6292
|
readonly effect: string;
|
|
6293
|
+
readonly showAfter: number;
|
|
6294
|
+
readonly hideAfter: number;
|
|
6298
6295
|
readonly boundariesPadding: number;
|
|
6299
6296
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6300
6297
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6301
6298
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6299
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6302
6300
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6303
6301
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6304
6302
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6307,7 +6305,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6307
6305
|
readonly pure: boolean;
|
|
6308
6306
|
readonly virtualTriggering: boolean;
|
|
6309
6307
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6308
|
+
readonly content: string;
|
|
6310
6309
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6310
|
+
readonly transition: string;
|
|
6311
6311
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6312
6312
|
readonly persistent: boolean;
|
|
6313
6313
|
}>;
|
|
@@ -6617,7 +6617,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6617
6617
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6618
6618
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6619
6619
|
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>;
|
|
6620
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6620
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6621
6621
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6622
6622
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6623
6623
|
"onUpdate:visible": {
|
|
@@ -6626,25 +6626,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6626
6626
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6627
6627
|
__epPropKey: true;
|
|
6628
6628
|
};
|
|
6629
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6629
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
6630
6630
|
}>> & {
|
|
6631
6631
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6632
6632
|
}, {
|
|
6633
6633
|
disabled: boolean;
|
|
6634
6634
|
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>;
|
|
6635
6635
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6636
|
-
showAfter: number;
|
|
6637
|
-
hideAfter: number;
|
|
6638
|
-
open: boolean;
|
|
6639
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6640
6636
|
offset: number;
|
|
6641
|
-
content: string;
|
|
6642
|
-
transition: string;
|
|
6643
6637
|
effect: string;
|
|
6638
|
+
showAfter: number;
|
|
6639
|
+
hideAfter: number;
|
|
6644
6640
|
boundariesPadding: number;
|
|
6645
6641
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6646
6642
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6647
6643
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6644
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6648
6645
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6649
6646
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6650
6647
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6653,10 +6650,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6653
6650
|
pure: boolean;
|
|
6654
6651
|
virtualTriggering: boolean;
|
|
6655
6652
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6653
|
+
content: string;
|
|
6656
6654
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6655
|
+
transition: string;
|
|
6657
6656
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6658
6657
|
persistent: boolean;
|
|
6659
|
-
|
|
6658
|
+
open: boolean;
|
|
6659
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6660
6660
|
triggerKeys: string[];
|
|
6661
6661
|
arrowOffset: number;
|
|
6662
6662
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7057,7 +7057,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7057
7057
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7058
7058
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7059
7059
|
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>;
|
|
7060
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7060
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7061
7061
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7062
7062
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7063
7063
|
"onUpdate:visible": {
|
|
@@ -7066,7 +7066,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7066
7066
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7067
7067
|
__epPropKey: true;
|
|
7068
7068
|
};
|
|
7069
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7069
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7070
7070
|
}, {
|
|
7071
7071
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7072
7072
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -7374,7 +7374,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7374
7374
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7375
7375
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7376
7376
|
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>;
|
|
7377
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7377
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7378
7378
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7379
7379
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7380
7380
|
"onUpdate:visible": {
|
|
@@ -7383,7 +7383,7 @@ 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, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7387
7387
|
}>> & {
|
|
7388
7388
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7389
7389
|
}>>;
|
|
@@ -7402,10 +7402,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7402
7402
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7403
7403
|
isFocusInsideContent: () => boolean | undefined;
|
|
7404
7404
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7405
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7405
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7406
7406
|
}, {
|
|
7407
7407
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7408
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7408
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7409
7409
|
}>> & {
|
|
7410
7410
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7411
7411
|
}>>;
|
|
@@ -7413,12 +7413,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7413
7413
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7414
7414
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7415
7415
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7416
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7416
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7417
7417
|
popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
|
|
7418
7418
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7419
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7419
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7420
7420
|
}>>, {
|
|
7421
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7421
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7422
7422
|
}>> & Record<string, any>;
|
|
7423
7423
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7424
7424
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7775,8 +7775,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7775
7775
|
readonly id: StringConstructor;
|
|
7776
7776
|
readonly open: BooleanConstructor;
|
|
7777
7777
|
}>>, {
|
|
7778
|
-
readonly open: boolean;
|
|
7779
7778
|
readonly virtualTriggering: boolean;
|
|
7779
|
+
readonly open: boolean;
|
|
7780
7780
|
}>;
|
|
7781
7781
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7782
7782
|
readonly disabled: BooleanConstructor;
|
|
@@ -7836,8 +7836,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7836
7836
|
}>>, {
|
|
7837
7837
|
readonly disabled: boolean;
|
|
7838
7838
|
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>;
|
|
7839
|
-
readonly open: boolean;
|
|
7840
7839
|
readonly virtualTriggering: boolean;
|
|
7840
|
+
readonly open: boolean;
|
|
7841
7841
|
readonly triggerKeys: string[];
|
|
7842
7842
|
}>;
|
|
7843
7843
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8098,7 +8098,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8098
8098
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8099
8099
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8100
8100
|
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>;
|
|
8101
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8101
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8102
8102
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8103
8103
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8104
8104
|
}, {
|
|
@@ -8360,7 +8360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8360
8360
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8361
8361
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8362
8362
|
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>;
|
|
8363
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8363
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8364
8364
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8365
8365
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8366
8366
|
}>> & {
|
|
@@ -8638,9 +8638,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8638
8638
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8639
8639
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8640
8640
|
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>;
|
|
8641
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8641
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8642
8642
|
}, {
|
|
8643
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8643
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8644
8644
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8645
8645
|
readonly id: StringConstructor;
|
|
8646
8646
|
readonly style: {
|
|
@@ -8887,13 +8887,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8887
8887
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8888
8888
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8889
8889
|
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>;
|
|
8890
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8890
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8891
8891
|
}>> & {
|
|
8892
8892
|
onClose?: (() => any) | undefined;
|
|
8893
8893
|
onFocus?: (() => any) | undefined;
|
|
8894
8894
|
onBlur?: (() => any) | undefined;
|
|
8895
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8896
8895
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8896
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8897
8897
|
}>>;
|
|
8898
8898
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8899
8899
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -8973,7 +8973,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8973
8973
|
};
|
|
8974
8974
|
}, {
|
|
8975
8975
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8976
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
8976
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8977
8977
|
loop: BooleanConstructor;
|
|
8978
8978
|
trapped: BooleanConstructor;
|
|
8979
8979
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -8982,10 +8982,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8982
8982
|
default: string;
|
|
8983
8983
|
};
|
|
8984
8984
|
}>> & {
|
|
8985
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
8986
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8987
8985
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
8988
8986
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
8987
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
8988
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8989
8989
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
8990
8990
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
8991
8991
|
}, {
|
|
@@ -9245,22 +9245,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9245
9245
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9246
9246
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9247
9247
|
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>;
|
|
9248
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9248
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9249
9249
|
}>> & {
|
|
9250
9250
|
onClose?: (() => any) | undefined;
|
|
9251
9251
|
onFocus?: (() => any) | undefined;
|
|
9252
9252
|
onBlur?: (() => any) | undefined;
|
|
9253
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9254
9253
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9254
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9255
9255
|
}, {
|
|
9256
9256
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9257
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9258
9257
|
readonly offset: number;
|
|
9259
9258
|
readonly effect: string;
|
|
9260
9259
|
readonly boundariesPadding: number;
|
|
9261
9260
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9262
9261
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9263
9262
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9263
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9264
9264
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9265
9265
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9266
9266
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9528,22 +9528,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9528
9528
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9529
9529
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9530
9530
|
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>;
|
|
9531
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9531
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9532
9532
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9533
9533
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9534
9534
|
}>>, {
|
|
9535
9535
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9536
|
-
readonly showAfter: number;
|
|
9537
|
-
readonly hideAfter: number;
|
|
9538
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9539
9536
|
readonly offset: number;
|
|
9540
|
-
readonly content: string;
|
|
9541
|
-
readonly transition: string;
|
|
9542
9537
|
readonly effect: string;
|
|
9538
|
+
readonly showAfter: number;
|
|
9539
|
+
readonly hideAfter: number;
|
|
9543
9540
|
readonly boundariesPadding: number;
|
|
9544
9541
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9545
9542
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9546
9543
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9544
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9547
9545
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9548
9546
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9549
9547
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9552,7 +9550,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9552
9550
|
readonly pure: boolean;
|
|
9553
9551
|
readonly virtualTriggering: boolean;
|
|
9554
9552
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9553
|
+
readonly content: string;
|
|
9555
9554
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9555
|
+
readonly transition: string;
|
|
9556
9556
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9557
9557
|
readonly persistent: boolean;
|
|
9558
9558
|
}>;
|
|
@@ -9862,7 +9862,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9862
9862
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9863
9863
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9864
9864
|
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>;
|
|
9865
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9865
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9866
9866
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9867
9867
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9868
9868
|
"onUpdate:visible": {
|
|
@@ -9871,25 +9871,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9871
9871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9872
|
__epPropKey: true;
|
|
9873
9873
|
};
|
|
9874
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9874
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9875
9875
|
}>> & {
|
|
9876
9876
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
9877
9877
|
}, {
|
|
9878
9878
|
disabled: boolean;
|
|
9879
9879
|
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>;
|
|
9880
9880
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9881
|
-
showAfter: number;
|
|
9882
|
-
hideAfter: number;
|
|
9883
|
-
open: boolean;
|
|
9884
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9885
9881
|
offset: number;
|
|
9886
|
-
content: string;
|
|
9887
|
-
transition: string;
|
|
9888
9882
|
effect: string;
|
|
9883
|
+
showAfter: number;
|
|
9884
|
+
hideAfter: number;
|
|
9889
9885
|
boundariesPadding: number;
|
|
9890
9886
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9891
9887
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9892
9888
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9889
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9893
9890
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9894
9891
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9895
9892
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9898,10 +9895,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9898
9895
|
pure: boolean;
|
|
9899
9896
|
virtualTriggering: boolean;
|
|
9900
9897
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9898
|
+
content: string;
|
|
9901
9899
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9900
|
+
transition: string;
|
|
9902
9901
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9903
9902
|
persistent: boolean;
|
|
9904
|
-
|
|
9903
|
+
open: boolean;
|
|
9904
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
9905
9905
|
triggerKeys: string[];
|
|
9906
9906
|
arrowOffset: number;
|
|
9907
9907
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10299,7 +10299,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10299
10299
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10300
10300
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10301
10301
|
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>;
|
|
10302
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10302
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10303
10303
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10304
10304
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10305
10305
|
"onUpdate:visible": {
|
|
@@ -10308,7 +10308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10308
10308
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10309
10309
|
__epPropKey: true;
|
|
10310
10310
|
};
|
|
10311
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10311
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10312
10312
|
}, {
|
|
10313
10313
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10314
10314
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10616,7 +10616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10616
10616
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10617
10617
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10618
10618
|
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>;
|
|
10619
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10619
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10620
10620
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10621
10621
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10622
10622
|
"onUpdate:visible": {
|
|
@@ -10625,7 +10625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10625
10625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10626
10626
|
__epPropKey: true;
|
|
10627
10627
|
};
|
|
10628
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10628
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10629
10629
|
}>> & {
|
|
10630
10630
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10631
10631
|
}>>;
|
|
@@ -10644,10 +10644,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10644
10644
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10645
10645
|
isFocusInsideContent: () => boolean | undefined;
|
|
10646
10646
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10647
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10647
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10648
10648
|
}, {
|
|
10649
10649
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10650
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10650
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10651
10651
|
}>> & {
|
|
10652
10652
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10653
10653
|
}>>;
|
|
@@ -10655,12 +10655,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10655
10655
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10656
10656
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10657
10657
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10658
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10658
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10659
10659
|
popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
|
|
10660
10660
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10661
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10661
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10662
10662
|
}>>, {
|
|
10663
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10663
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10664
10664
|
}>> & Record<string, any>;
|
|
10665
10665
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10666
10666
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11017,8 +11017,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11017
11017
|
readonly id: StringConstructor;
|
|
11018
11018
|
readonly open: BooleanConstructor;
|
|
11019
11019
|
}>>, {
|
|
11020
|
-
readonly open: boolean;
|
|
11021
11020
|
readonly virtualTriggering: boolean;
|
|
11021
|
+
readonly open: boolean;
|
|
11022
11022
|
}>;
|
|
11023
11023
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11024
11024
|
readonly disabled: BooleanConstructor;
|
|
@@ -11078,8 +11078,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11078
11078
|
}>>, {
|
|
11079
11079
|
readonly disabled: boolean;
|
|
11080
11080
|
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>;
|
|
11081
|
-
readonly open: boolean;
|
|
11082
11081
|
readonly virtualTriggering: boolean;
|
|
11082
|
+
readonly open: boolean;
|
|
11083
11083
|
readonly triggerKeys: string[];
|
|
11084
11084
|
}>;
|
|
11085
11085
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11340,7 +11340,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11340
11340
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11341
11341
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11342
11342
|
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>;
|
|
11343
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11343
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11344
11344
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11345
11345
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11346
11346
|
}, {
|
|
@@ -11602,7 +11602,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11602
11602
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11603
11603
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11604
11604
|
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>;
|
|
11605
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11605
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11606
11606
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11607
11607
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11608
11608
|
}>> & {
|
|
@@ -11880,9 +11880,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11880
11880
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11881
11881
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11882
11882
|
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>;
|
|
11883
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11883
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11884
11884
|
}, {
|
|
11885
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11885
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11886
11886
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11887
11887
|
readonly id: StringConstructor;
|
|
11888
11888
|
readonly style: {
|
|
@@ -12129,13 +12129,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12129
12129
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12130
12130
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12131
12131
|
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>;
|
|
12132
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12132
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12133
12133
|
}>> & {
|
|
12134
12134
|
onClose?: (() => any) | undefined;
|
|
12135
12135
|
onFocus?: (() => any) | undefined;
|
|
12136
12136
|
onBlur?: (() => any) | undefined;
|
|
12137
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
12137
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12139
12139
|
}>>;
|
|
12140
12140
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
12141
12141
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12215,7 +12215,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12215
12215
|
};
|
|
12216
12216
|
}, {
|
|
12217
12217
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12218
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12218
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12219
12219
|
loop: BooleanConstructor;
|
|
12220
12220
|
trapped: BooleanConstructor;
|
|
12221
12221
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12224,10 +12224,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12224
12224
|
default: string;
|
|
12225
12225
|
};
|
|
12226
12226
|
}>> & {
|
|
12227
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12228
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12229
12227
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12230
12228
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12229
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12230
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12231
12231
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12232
12232
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12233
12233
|
}, {
|
|
@@ -12487,22 +12487,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12487
12487
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12488
12488
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12489
12489
|
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>;
|
|
12490
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12490
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12491
12491
|
}>> & {
|
|
12492
12492
|
onClose?: (() => any) | undefined;
|
|
12493
12493
|
onFocus?: (() => any) | undefined;
|
|
12494
12494
|
onBlur?: (() => any) | undefined;
|
|
12495
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12496
12495
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12496
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12497
12497
|
}, {
|
|
12498
12498
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12499
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12500
12499
|
readonly offset: number;
|
|
12501
12500
|
readonly effect: string;
|
|
12502
12501
|
readonly boundariesPadding: number;
|
|
12503
12502
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12504
12503
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12505
12504
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12505
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12506
12506
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12507
12507
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12508
12508
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12770,22 +12770,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12770
12770
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12771
12771
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12772
12772
|
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>;
|
|
12773
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12773
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12774
12774
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12775
12775
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12776
12776
|
}>>, {
|
|
12777
12777
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12778
|
-
readonly showAfter: number;
|
|
12779
|
-
readonly hideAfter: number;
|
|
12780
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12781
12778
|
readonly offset: number;
|
|
12782
|
-
readonly content: string;
|
|
12783
|
-
readonly transition: string;
|
|
12784
12779
|
readonly effect: string;
|
|
12780
|
+
readonly showAfter: number;
|
|
12781
|
+
readonly hideAfter: number;
|
|
12785
12782
|
readonly boundariesPadding: number;
|
|
12786
12783
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12787
12784
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12788
12785
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12786
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12789
12787
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12790
12788
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12791
12789
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12794,7 +12792,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12794
12792
|
readonly pure: boolean;
|
|
12795
12793
|
readonly virtualTriggering: boolean;
|
|
12796
12794
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12795
|
+
readonly content: string;
|
|
12797
12796
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12797
|
+
readonly transition: string;
|
|
12798
12798
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12799
12799
|
readonly persistent: boolean;
|
|
12800
12800
|
}>;
|
|
@@ -13104,7 +13104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13104
13104
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
13105
13105
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
13106
13106
|
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>;
|
|
13107
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
13107
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
13108
13108
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
13109
13109
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
13110
13110
|
"onUpdate:visible": {
|
|
@@ -13113,25 +13113,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13113
13113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13114
13114
|
__epPropKey: true;
|
|
13115
13115
|
};
|
|
13116
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
13116
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
13117
13117
|
}>> & {
|
|
13118
13118
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
13119
13119
|
}, {
|
|
13120
13120
|
disabled: boolean;
|
|
13121
13121
|
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>;
|
|
13122
13122
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13123
|
-
showAfter: number;
|
|
13124
|
-
hideAfter: number;
|
|
13125
|
-
open: boolean;
|
|
13126
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
13127
13123
|
offset: number;
|
|
13128
|
-
content: string;
|
|
13129
|
-
transition: string;
|
|
13130
13124
|
effect: string;
|
|
13125
|
+
showAfter: number;
|
|
13126
|
+
hideAfter: number;
|
|
13131
13127
|
boundariesPadding: number;
|
|
13132
13128
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
13133
13129
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13134
13130
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
13131
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
13135
13132
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13136
13133
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13137
13134
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13140,10 +13137,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13140
13137
|
pure: boolean;
|
|
13141
13138
|
virtualTriggering: boolean;
|
|
13142
13139
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
13140
|
+
content: string;
|
|
13143
13141
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13142
|
+
transition: string;
|
|
13144
13143
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13145
13144
|
persistent: boolean;
|
|
13146
|
-
|
|
13145
|
+
open: boolean;
|
|
13146
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
13147
13147
|
triggerKeys: string[];
|
|
13148
13148
|
arrowOffset: number;
|
|
13149
13149
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13242,8 +13242,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13242
13242
|
};
|
|
13243
13243
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13244
13244
|
}>> & {
|
|
13245
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13246
13245
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13246
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13247
13247
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13248
13248
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13249
13249
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13348,24 +13348,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13348
13348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13349
13349
|
__epPropKey: true;
|
|
13350
13350
|
};
|
|
13351
|
+
readonly iconViewCustom: {
|
|
13352
|
+
readonly type: import("vue").PropType<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>>;
|
|
13353
|
+
readonly required: false;
|
|
13354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13355
|
+
__epPropKey: true;
|
|
13356
|
+
};
|
|
13357
|
+
readonly iconHideCustom: {
|
|
13358
|
+
readonly type: import("vue").PropType<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>>;
|
|
13359
|
+
readonly required: false;
|
|
13360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13361
|
+
__epPropKey: true;
|
|
13362
|
+
};
|
|
13351
13363
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13352
13364
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13353
13365
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13354
13366
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13355
13367
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
13356
13368
|
}>> & {
|
|
13357
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13358
13369
|
onChange?: ((value: string) => any) | undefined;
|
|
13370
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13359
13371
|
onInput?: ((value: string) => any) | undefined;
|
|
13360
13372
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13361
13373
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13362
13374
|
onClear?: (() => any) | undefined;
|
|
13363
|
-
|
|
13375
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13376
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13377
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13364
13378
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13365
13379
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13366
|
-
|
|
13367
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13368
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13380
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13369
13381
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
13370
13382
|
$attrs: {
|
|
13371
13383
|
[x: string]: unknown;
|
|
@@ -13378,7 +13390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13378
13390
|
}>;
|
|
13379
13391
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13380
13392
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13381
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13393
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13382
13394
|
$el: any;
|
|
13383
13395
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13384
13396
|
readonly id: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13440,24 +13452,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13440
13452
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13441
13453
|
__epPropKey: true;
|
|
13442
13454
|
};
|
|
13455
|
+
readonly iconViewCustom: {
|
|
13456
|
+
readonly type: import("vue").PropType<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>>;
|
|
13457
|
+
readonly required: false;
|
|
13458
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13459
|
+
__epPropKey: true;
|
|
13460
|
+
};
|
|
13461
|
+
readonly iconHideCustom: {
|
|
13462
|
+
readonly type: import("vue").PropType<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>>;
|
|
13463
|
+
readonly required: false;
|
|
13464
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13465
|
+
__epPropKey: true;
|
|
13466
|
+
};
|
|
13443
13467
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13444
13468
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13445
13469
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13446
13470
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13447
13471
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
13448
13472
|
}>> & {
|
|
13449
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13450
13473
|
onChange?: ((value: string) => any) | undefined;
|
|
13474
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13451
13475
|
onInput?: ((value: string) => any) | undefined;
|
|
13452
13476
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13453
13477
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13454
13478
|
onClear?: (() => any) | undefined;
|
|
13455
|
-
|
|
13479
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13480
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13481
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13456
13482
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13457
13483
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13458
|
-
|
|
13459
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13460
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13484
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13461
13485
|
}, {
|
|
13462
13486
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13463
13487
|
readonly id: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13519,26 +13543,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13519
13543
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13520
13544
|
__epPropKey: true;
|
|
13521
13545
|
};
|
|
13546
|
+
readonly iconViewCustom: {
|
|
13547
|
+
readonly type: import("vue").PropType<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>>;
|
|
13548
|
+
readonly required: false;
|
|
13549
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13550
|
+
__epPropKey: true;
|
|
13551
|
+
};
|
|
13552
|
+
readonly iconHideCustom: {
|
|
13553
|
+
readonly type: import("vue").PropType<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>>;
|
|
13554
|
+
readonly required: false;
|
|
13555
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13556
|
+
__epPropKey: true;
|
|
13557
|
+
};
|
|
13522
13558
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13523
13559
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13524
13560
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13525
13561
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13526
13562
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
13527
13563
|
}>> & {
|
|
13528
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13529
13564
|
onChange?: ((value: string) => any) | undefined;
|
|
13565
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13530
13566
|
onInput?: ((value: string) => any) | undefined;
|
|
13531
13567
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13532
13568
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13533
13569
|
onClear?: (() => any) | undefined;
|
|
13534
|
-
|
|
13570
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13571
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13572
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13535
13573
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13536
13574
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13537
|
-
|
|
13538
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13539
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13575
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13540
13576
|
}>>;
|
|
13541
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13577
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13542
13578
|
rawAttrs: {
|
|
13543
13579
|
[x: string]: unknown;
|
|
13544
13580
|
};
|
|
@@ -13602,7 +13638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13602
13638
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
13603
13639
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
13604
13640
|
validateIcon: import("vue").ComputedRef<"" | 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<{}>>, {}>>;
|
|
13605
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
13641
|
+
passwordIcon: import("vue").ComputedRef<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>>;
|
|
13606
13642
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13607
13643
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13608
13644
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -13811,24 +13847,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13811
13847
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13812
13848
|
__epPropKey: true;
|
|
13813
13849
|
};
|
|
13850
|
+
readonly iconViewCustom: {
|
|
13851
|
+
readonly type: import("vue").PropType<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>>;
|
|
13852
|
+
readonly required: false;
|
|
13853
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13854
|
+
__epPropKey: true;
|
|
13855
|
+
};
|
|
13856
|
+
readonly iconHideCustom: {
|
|
13857
|
+
readonly type: import("vue").PropType<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>>;
|
|
13858
|
+
readonly required: false;
|
|
13859
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13860
|
+
__epPropKey: true;
|
|
13861
|
+
};
|
|
13814
13862
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13815
13863
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13816
13864
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13817
13865
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13818
13866
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
13819
13867
|
}>> & {
|
|
13820
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13821
13868
|
onChange?: ((value: string) => any) | undefined;
|
|
13869
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13822
13870
|
onInput?: ((value: string) => any) | undefined;
|
|
13823
13871
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13824
13872
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13825
13873
|
onClear?: (() => any) | undefined;
|
|
13826
|
-
|
|
13874
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13875
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13876
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13827
13877
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13828
13878
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13829
|
-
|
|
13830
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13831
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13879
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13832
13880
|
} & import("vue").ShallowUnwrapRef<{
|
|
13833
13881
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13834
13882
|
readonly id: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13890,26 +13938,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13890
13938
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13891
13939
|
__epPropKey: true;
|
|
13892
13940
|
};
|
|
13941
|
+
readonly iconViewCustom: {
|
|
13942
|
+
readonly type: import("vue").PropType<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>>;
|
|
13943
|
+
readonly required: false;
|
|
13944
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13945
|
+
__epPropKey: true;
|
|
13946
|
+
};
|
|
13947
|
+
readonly iconHideCustom: {
|
|
13948
|
+
readonly type: import("vue").PropType<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>>;
|
|
13949
|
+
readonly required: false;
|
|
13950
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13951
|
+
__epPropKey: true;
|
|
13952
|
+
};
|
|
13893
13953
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13894
13954
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13895
13955
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13896
13956
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13897
13957
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
13898
13958
|
}>> & {
|
|
13899
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13900
13959
|
onChange?: ((value: string) => any) | undefined;
|
|
13960
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13901
13961
|
onInput?: ((value: string) => any) | undefined;
|
|
13902
13962
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13903
13963
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13904
13964
|
onClear?: (() => any) | undefined;
|
|
13905
|
-
|
|
13965
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13966
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13967
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13906
13968
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13907
13969
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13908
|
-
|
|
13909
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13910
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13970
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13911
13971
|
}>>;
|
|
13912
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13972
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13913
13973
|
rawAttrs: {
|
|
13914
13974
|
[x: string]: unknown;
|
|
13915
13975
|
};
|
|
@@ -13973,7 +14033,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13973
14033
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
13974
14034
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
13975
14035
|
validateIcon: import("vue").ComputedRef<"" | 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<{}>>, {}>>;
|
|
13976
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
14036
|
+
passwordIcon: import("vue").ComputedRef<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>>;
|
|
13977
14037
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13978
14038
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13979
14039
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -14158,6 +14218,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14158
14218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14159
14219
|
__epPropKey: true;
|
|
14160
14220
|
};
|
|
14221
|
+
readonly iconViewCustom: {
|
|
14222
|
+
readonly type: import("vue").PropType<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>>;
|
|
14223
|
+
readonly required: false;
|
|
14224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14225
|
+
__epPropKey: true;
|
|
14226
|
+
};
|
|
14227
|
+
readonly iconHideCustom: {
|
|
14228
|
+
readonly type: import("vue").PropType<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>>;
|
|
14229
|
+
readonly required: false;
|
|
14230
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14231
|
+
__epPropKey: true;
|
|
14232
|
+
};
|
|
14161
14233
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14162
14234
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14163
14235
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
@@ -14224,26 +14296,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14224
14296
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14225
14297
|
__epPropKey: true;
|
|
14226
14298
|
};
|
|
14299
|
+
readonly iconViewCustom: {
|
|
14300
|
+
readonly type: import("vue").PropType<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>>;
|
|
14301
|
+
readonly required: false;
|
|
14302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14303
|
+
__epPropKey: true;
|
|
14304
|
+
};
|
|
14305
|
+
readonly iconHideCustom: {
|
|
14306
|
+
readonly type: import("vue").PropType<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>>;
|
|
14307
|
+
readonly required: false;
|
|
14308
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14309
|
+
__epPropKey: true;
|
|
14310
|
+
};
|
|
14227
14311
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14228
14312
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14229
14313
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
14230
14314
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14231
14315
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
14232
14316
|
}>> & {
|
|
14233
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14234
14317
|
onChange?: ((value: string) => any) | undefined;
|
|
14318
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14235
14319
|
onInput?: ((value: string) => any) | undefined;
|
|
14236
14320
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14237
14321
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14238
14322
|
onClear?: (() => any) | undefined;
|
|
14239
|
-
|
|
14323
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14324
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14325
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14240
14326
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14241
14327
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14242
|
-
|
|
14243
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14244
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14328
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14245
14329
|
}>>;
|
|
14246
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
14330
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14247
14331
|
rawAttrs: {
|
|
14248
14332
|
[x: string]: unknown;
|
|
14249
14333
|
};
|
|
@@ -14307,7 +14391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14307
14391
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14308
14392
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14309
14393
|
validateIcon: import("vue").ComputedRef<"" | 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<{}>>, {}>>;
|
|
14310
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
14394
|
+
passwordIcon: import("vue").ComputedRef<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>>;
|
|
14311
14395
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14312
14396
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14313
14397
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -14479,24 +14563,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14479
14563
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14480
14564
|
__epPropKey: true;
|
|
14481
14565
|
};
|
|
14566
|
+
readonly iconViewCustom: {
|
|
14567
|
+
readonly type: import("vue").PropType<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>>;
|
|
14568
|
+
readonly required: false;
|
|
14569
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14570
|
+
__epPropKey: true;
|
|
14571
|
+
};
|
|
14572
|
+
readonly iconHideCustom: {
|
|
14573
|
+
readonly type: import("vue").PropType<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>>;
|
|
14574
|
+
readonly required: false;
|
|
14575
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14576
|
+
__epPropKey: true;
|
|
14577
|
+
};
|
|
14482
14578
|
readonly containerRole: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14483
14579
|
readonly label: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14484
14580
|
readonly tabindex: import("../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
14485
14581
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14486
14582
|
readonly inputStyle: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../utils").Mutable<{}>, boolean>;
|
|
14487
14583
|
}>> & {
|
|
14488
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14489
14584
|
onChange?: ((value: string) => any) | undefined;
|
|
14585
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14490
14586
|
onInput?: ((value: string) => any) | undefined;
|
|
14491
14587
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14492
14588
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14493
14589
|
onClear?: (() => any) | undefined;
|
|
14494
|
-
|
|
14590
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14591
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14592
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14495
14593
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14496
14594
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14497
|
-
|
|
14498
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14499
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14595
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14500
14596
|
}, {
|
|
14501
14597
|
readonly type: string;
|
|
14502
14598
|
readonly disabled: boolean;
|
|
@@ -14619,8 +14715,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14619
14715
|
};
|
|
14620
14716
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14621
14717
|
}>> & {
|
|
14622
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14623
14718
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14719
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14624
14720
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14625
14721
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14626
14722
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15003,7 +15099,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15003
15099
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
15004
15100
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
15005
15101
|
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>;
|
|
15006
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15102
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
15007
15103
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
15008
15104
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
15009
15105
|
"onUpdate:visible": {
|
|
@@ -15012,7 +15108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15012
15108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15013
15109
|
__epPropKey: true;
|
|
15014
15110
|
};
|
|
15015
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15111
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15016
15112
|
}, {
|
|
15017
15113
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15018
15114
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -15320,7 +15416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15320
15416
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
15321
15417
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
15322
15418
|
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>;
|
|
15323
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15419
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
15324
15420
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
15325
15421
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
15326
15422
|
"onUpdate:visible": {
|
|
@@ -15329,7 +15425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15329
15425
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15330
15426
|
__epPropKey: true;
|
|
15331
15427
|
};
|
|
15332
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15428
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15333
15429
|
}>> & {
|
|
15334
15430
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
15335
15431
|
}>>;
|
|
@@ -15348,10 +15444,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15348
15444
|
controlled: import("vue").ComputedRef<boolean>;
|
|
15349
15445
|
isFocusInsideContent: () => boolean | undefined;
|
|
15350
15446
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
15351
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15447
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15352
15448
|
}, {
|
|
15353
15449
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15354
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15450
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15355
15451
|
}>> & {
|
|
15356
15452
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15357
15453
|
}>>;
|
|
@@ -15359,12 +15455,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15359
15455
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
15360
15456
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15361
15457
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15362
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15458
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
15363
15459
|
popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
|
|
15364
15460
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15365
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15461
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15366
15462
|
}>>, {
|
|
15367
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15463
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
15368
15464
|
}>> & Record<string, any>;
|
|
15369
15465
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
15370
15466
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -15721,8 +15817,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15721
15817
|
readonly id: StringConstructor;
|
|
15722
15818
|
readonly open: BooleanConstructor;
|
|
15723
15819
|
}>>, {
|
|
15724
|
-
readonly open: boolean;
|
|
15725
15820
|
readonly virtualTriggering: boolean;
|
|
15821
|
+
readonly open: boolean;
|
|
15726
15822
|
}>;
|
|
15727
15823
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15728
15824
|
readonly disabled: BooleanConstructor;
|
|
@@ -15782,8 +15878,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15782
15878
|
}>>, {
|
|
15783
15879
|
readonly disabled: boolean;
|
|
15784
15880
|
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>;
|
|
15785
|
-
readonly open: boolean;
|
|
15786
15881
|
readonly virtualTriggering: boolean;
|
|
15882
|
+
readonly open: boolean;
|
|
15787
15883
|
readonly triggerKeys: string[];
|
|
15788
15884
|
}>;
|
|
15789
15885
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -16044,7 +16140,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16044
16140
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
16045
16141
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
16046
16142
|
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>;
|
|
16047
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
16143
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
16048
16144
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
16049
16145
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
16050
16146
|
}, {
|
|
@@ -16306,7 +16402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16306
16402
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
16307
16403
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
16308
16404
|
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>;
|
|
16309
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
16405
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
16310
16406
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
16311
16407
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
16312
16408
|
}>> & {
|
|
@@ -16584,9 +16680,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16584
16680
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
16585
16681
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
16586
16682
|
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>;
|
|
16587
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
16683
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
16588
16684
|
}, {
|
|
16589
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
16685
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
16590
16686
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
16591
16687
|
readonly id: StringConstructor;
|
|
16592
16688
|
readonly style: {
|
|
@@ -16833,13 +16929,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16833
16929
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
16834
16930
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
16835
16931
|
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>;
|
|
16836
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
16932
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
16837
16933
|
}>> & {
|
|
16838
16934
|
onClose?: (() => any) | undefined;
|
|
16839
16935
|
onFocus?: (() => any) | undefined;
|
|
16840
16936
|
onBlur?: (() => any) | undefined;
|
|
16841
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
16842
16937
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
16938
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
16843
16939
|
}>>;
|
|
16844
16940
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
16845
16941
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -16919,7 +17015,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16919
17015
|
};
|
|
16920
17016
|
}, {
|
|
16921
17017
|
onKeydown: (e: KeyboardEvent) => void;
|
|
16922
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
17018
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16923
17019
|
loop: BooleanConstructor;
|
|
16924
17020
|
trapped: BooleanConstructor;
|
|
16925
17021
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -16928,10 +17024,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16928
17024
|
default: string;
|
|
16929
17025
|
};
|
|
16930
17026
|
}>> & {
|
|
16931
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
16932
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
16933
17027
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
16934
17028
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
17029
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
17030
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
16935
17031
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
16936
17032
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
16937
17033
|
}, {
|
|
@@ -17191,22 +17287,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17191
17287
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
17192
17288
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
17193
17289
|
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>;
|
|
17194
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
17290
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
17195
17291
|
}>> & {
|
|
17196
17292
|
onClose?: (() => any) | undefined;
|
|
17197
17293
|
onFocus?: (() => any) | undefined;
|
|
17198
17294
|
onBlur?: (() => any) | undefined;
|
|
17199
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
17200
17295
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
17296
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
17201
17297
|
}, {
|
|
17202
17298
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
17203
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
17204
17299
|
readonly offset: number;
|
|
17205
17300
|
readonly effect: string;
|
|
17206
17301
|
readonly boundariesPadding: number;
|
|
17207
17302
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
17208
17303
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17209
17304
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
17305
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
17210
17306
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17211
17307
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17212
17308
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -17474,22 +17570,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17474
17570
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
17475
17571
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
17476
17572
|
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>;
|
|
17477
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
17573
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
17478
17574
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
17479
17575
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
17480
17576
|
}>>, {
|
|
17481
17577
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
17482
|
-
readonly showAfter: number;
|
|
17483
|
-
readonly hideAfter: number;
|
|
17484
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
17485
17578
|
readonly offset: number;
|
|
17486
|
-
readonly content: string;
|
|
17487
|
-
readonly transition: string;
|
|
17488
17579
|
readonly effect: string;
|
|
17580
|
+
readonly showAfter: number;
|
|
17581
|
+
readonly hideAfter: number;
|
|
17489
17582
|
readonly boundariesPadding: number;
|
|
17490
17583
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
17491
17584
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17492
17585
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
17586
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
17493
17587
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17494
17588
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17495
17589
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -17498,7 +17592,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17498
17592
|
readonly pure: boolean;
|
|
17499
17593
|
readonly virtualTriggering: boolean;
|
|
17500
17594
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
17595
|
+
readonly content: string;
|
|
17501
17596
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17597
|
+
readonly transition: string;
|
|
17502
17598
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17503
17599
|
readonly persistent: boolean;
|
|
17504
17600
|
}>;
|
|
@@ -17808,7 +17904,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17808
17904
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
17809
17905
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
17810
17906
|
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>;
|
|
17811
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
17907
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
17812
17908
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
17813
17909
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
17814
17910
|
"onUpdate:visible": {
|
|
@@ -17817,25 +17913,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17817
17913
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17818
17914
|
__epPropKey: true;
|
|
17819
17915
|
};
|
|
17820
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
17916
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
17821
17917
|
}>> & {
|
|
17822
17918
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
17823
17919
|
}, {
|
|
17824
17920
|
disabled: boolean;
|
|
17825
17921
|
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>;
|
|
17826
17922
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
17827
|
-
showAfter: number;
|
|
17828
|
-
hideAfter: number;
|
|
17829
|
-
open: boolean;
|
|
17830
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
17831
17923
|
offset: number;
|
|
17832
|
-
content: string;
|
|
17833
|
-
transition: string;
|
|
17834
17924
|
effect: string;
|
|
17925
|
+
showAfter: number;
|
|
17926
|
+
hideAfter: number;
|
|
17835
17927
|
boundariesPadding: number;
|
|
17836
17928
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
17837
17929
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17838
17930
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
17931
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
17839
17932
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17840
17933
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17841
17934
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -17844,10 +17937,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17844
17937
|
pure: boolean;
|
|
17845
17938
|
virtualTriggering: boolean;
|
|
17846
17939
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
17940
|
+
content: string;
|
|
17847
17941
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17942
|
+
transition: string;
|
|
17848
17943
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17849
17944
|
persistent: boolean;
|
|
17850
|
-
|
|
17945
|
+
open: boolean;
|
|
17946
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
17851
17947
|
triggerKeys: string[];
|
|
17852
17948
|
arrowOffset: number;
|
|
17853
17949
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -17987,8 +18083,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17987
18083
|
};
|
|
17988
18084
|
readonly validateEvent: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
17989
18085
|
}>> & {
|
|
17990
|
-
"onUpdate:modelValue"?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
17991
18086
|
onChange?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
18087
|
+
"onUpdate:modelValue"?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
17992
18088
|
onInput?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
17993
18089
|
}, {
|
|
17994
18090
|
readonly disabled: boolean;
|