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