element-plus-secondary 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- 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.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/button/index.mjs +2 -2
- package/es/components/button/src/button-group2.mjs +1 -1
- package/es/components/button/src/button.mjs +78 -54
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +54 -78
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +131 -18
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +18 -131
- package/es/components/calendar/src/calendar2.mjs.map +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/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +168 -168
- package/es/components/cascader/src/index.vue.d.ts +84 -84
- package/es/components/cascader-panel/index.d.ts +4 -4
- package/es/components/cascader-panel/src/index.vue.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +10 -10
- 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 +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.mjs +54 -117
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox2.mjs +117 -54
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +157 -151
- package/es/components/color-picker/src/color-picker.d.ts +1 -0
- package/es/components/color-picker/src/color-picker.mjs +4 -0
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +157 -151
- package/es/components/color-picker/src/color-picker2.mjs +9 -2
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +81 -81
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.mjs +25 -110
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +110 -25
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog.mjs +170 -70
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +70 -170
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.mjs +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +56 -11
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/empty/src/empty2.mjs +11 -56
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/form/index.mjs +4 -4
- package/es/components/form/src/form-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.mjs +150 -53
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +53 -150
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +36 -36
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +300 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +62 -300
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +17 -102
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +102 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.mjs +9 -59
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/jumper2.mjs +59 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/next.mjs +34 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -34
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +17 -207
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +207 -17
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +22 -68
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/es/components/pagination/src/components/sizes2.mjs +68 -22
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +111 -49
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm2.mjs +49 -111
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +105 -105
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +94 -212
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +4 -4
- package/es/components/popper/src/content2.mjs +212 -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.mjs +33 -25
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +25 -33
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +31 -120
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +120 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +1 -1
- package/es/components/scrollbar/src/bar.mjs +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.mjs +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/thumb.mjs +131 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -131
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +65 -65
- package/es/components/select/src/select.vue.d.ts +65 -65
- package/es/components/select/src/useSelect.d.ts +63 -63
- package/es/components/select-v2/index.d.ts +130 -130
- package/es/components/select-v2/src/select.vue.d.ts +65 -65
- package/es/components/select-v2/src/useSelect.d.ts +63 -63
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.mjs +49 -22
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +178 -178
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.mjs +93 -21
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +32 -32
- package/es/components/slider/src/button2.mjs +21 -93
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +128 -128
- package/es/components/slider/src/slider.mjs +91 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +178 -178
- package/es/components/slider/src/slider2.mjs +233 -91
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +268 -268
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +31 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +16 -74
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +74 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -131
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer-panel2.mjs +131 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +36 -36
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- 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.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/button/index.js +2 -2
- package/lib/components/button/src/button-group2.js +1 -1
- package/lib/components/button/src/button.js +78 -57
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +57 -78
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +131 -19
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +19 -131
- package/lib/components/calendar/src/calendar2.js.map +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/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +168 -168
- package/lib/components/cascader/src/index.vue.d.ts +84 -84
- package/lib/components/cascader-panel/index.d.ts +4 -4
- package/lib/components/cascader-panel/src/index.vue.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +10 -10
- 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 +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.js +55 -117
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox2.js +117 -55
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +157 -151
- package/lib/components/color-picker/src/color-picker.d.ts +1 -0
- package/lib/components/color-picker/src/color-picker.js +4 -0
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +157 -151
- package/lib/components/color-picker/src/color-picker2.js +9 -2
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.js +25 -110
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +110 -25
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog.js +170 -71
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +71 -170
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.js +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +56 -11
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/empty/src/empty2.js +11 -56
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/src/form-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.js +149 -53
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +53 -149
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +36 -405
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +36 -36
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +299 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +62 -299
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +18 -102
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +102 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.js +9 -59
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/jumper2.js +59 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/next.js +34 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -34
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +17 -207
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +207 -17
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +22 -68
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/lib/components/pagination/src/components/sizes2.js +68 -22
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +111 -49
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm2.js +49 -111
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +105 -105
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +99 -212
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- package/lib/components/popper/src/content2.js +212 -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.js +33 -28
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +28 -33
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +32 -120
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +120 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/src/bar.js +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.js +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/thumb.js +131 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -131
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +65 -65
- package/lib/components/select/src/select.vue.d.ts +65 -65
- package/lib/components/select/src/useSelect.d.ts +63 -63
- package/lib/components/select-v2/index.d.ts +130 -130
- package/lib/components/select-v2/src/select.vue.d.ts +65 -65
- package/lib/components/select-v2/src/useSelect.d.ts +63 -63
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.js +49 -22
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +178 -178
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.js +93 -22
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +32 -32
- package/lib/components/slider/src/button2.js +22 -93
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
- package/lib/components/slider/src/slider.js +92 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +178 -178
- package/lib/components/slider/src/slider2.js +233 -92
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +268 -268
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +169 -34
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +34 -169
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +16 -74
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +74 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -131
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer-panel2.js +131 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +36 -36
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-checkbox.css +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-dropdown.css +1 -1
- package/theme-chalk/el-radio.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/checkbox.scss +76 -1
- package/theme-chalk/src/color-picker.scss +53 -4
- package/theme-chalk/src/dropdown.scss +2 -3
- package/theme-chalk/src/radio.scss +61 -26
|
@@ -15,6 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
16
16
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
17
17
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
18
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
18
19
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
19
20
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
20
21
|
readonly predefine: {
|
|
@@ -40,6 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
41
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
41
42
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
42
43
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
44
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
45
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
44
46
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
45
47
|
readonly predefine: {
|
|
@@ -50,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
52
|
};
|
|
51
53
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
54
|
}>> & {
|
|
53
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
54
55
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
56
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
55
57
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
56
58
|
}>>;
|
|
57
59
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -434,8 +436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
436
|
};
|
|
435
437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
436
438
|
}>> & {
|
|
437
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
438
439
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
440
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
439
441
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
440
442
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
441
443
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -558,12 +560,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
560
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
559
561
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
560
562
|
}>> & {
|
|
561
|
-
onChange?: ((value: string) => any) | undefined;
|
|
562
563
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
|
+
onChange?: ((value: string) => any) | undefined;
|
|
565
|
+
onClear?: (() => any) | undefined;
|
|
563
566
|
onInput?: ((value: string) => any) | undefined;
|
|
564
567
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
565
568
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
566
|
-
onClear?: (() => any) | undefined;
|
|
567
569
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
568
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
569
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -662,12 +664,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
662
664
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
663
665
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
664
666
|
}>> & {
|
|
665
|
-
onChange?: ((value: string) => any) | undefined;
|
|
666
667
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
|
+
onChange?: ((value: string) => any) | undefined;
|
|
669
|
+
onClear?: (() => any) | undefined;
|
|
667
670
|
onInput?: ((value: string) => any) | undefined;
|
|
668
671
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
669
672
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
670
|
-
onClear?: (() => any) | undefined;
|
|
671
673
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
672
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
673
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -753,12 +755,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
753
755
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
754
756
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
755
757
|
}>> & {
|
|
756
|
-
onChange?: ((value: string) => any) | undefined;
|
|
757
758
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
|
+
onChange?: ((value: string) => any) | undefined;
|
|
760
|
+
onClear?: (() => any) | undefined;
|
|
758
761
|
onInput?: ((value: string) => any) | undefined;
|
|
759
762
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
760
763
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
761
|
-
onClear?: (() => any) | undefined;
|
|
762
764
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
763
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
764
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1057,12 +1059,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1057
1059
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1058
1060
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1059
1061
|
}>> & {
|
|
1060
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1061
1062
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1064
|
+
onClear?: (() => any) | undefined;
|
|
1062
1065
|
onInput?: ((value: string) => any) | undefined;
|
|
1063
1066
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1064
1067
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1065
|
-
onClear?: (() => any) | undefined;
|
|
1066
1068
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1067
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1068
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1148,12 +1150,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1148
1150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1149
1151
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1150
1152
|
}>> & {
|
|
1151
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1152
1153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1155
|
+
onClear?: (() => any) | undefined;
|
|
1153
1156
|
onInput?: ((value: string) => any) | undefined;
|
|
1154
1157
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1155
1158
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1156
|
-
onClear?: (() => any) | undefined;
|
|
1157
1159
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1158
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1159
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1506,12 +1508,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1506
1508
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1507
1509
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1508
1510
|
}>> & {
|
|
1509
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1510
1511
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1513
|
+
onClear?: (() => any) | undefined;
|
|
1511
1514
|
onInput?: ((value: string) => any) | undefined;
|
|
1512
1515
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1513
1516
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1514
|
-
onClear?: (() => any) | undefined;
|
|
1515
1517
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1516
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1517
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1773,12 +1775,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1773
1775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1774
1776
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1775
1777
|
}>> & {
|
|
1776
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1777
1778
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1780
|
+
onClear?: (() => any) | undefined;
|
|
1778
1781
|
onInput?: ((value: string) => any) | undefined;
|
|
1779
1782
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1780
1783
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1781
|
-
onClear?: (() => any) | undefined;
|
|
1782
1784
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1783
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1784
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1907,8 +1909,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1907
1909
|
};
|
|
1908
1910
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1909
1911
|
}>> & {
|
|
1910
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
1912
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1913
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1912
1914
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1913
1915
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1914
1916
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2049,8 +2051,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2049
2051
|
};
|
|
2050
2052
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2051
2053
|
}>> & {
|
|
2052
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
2054
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2055
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2054
2056
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2055
2057
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2056
2058
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2173,12 +2175,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2173
2175
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2174
2176
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2175
2177
|
}>> & {
|
|
2176
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2177
2178
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2179
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2180
|
+
onClear?: (() => any) | undefined;
|
|
2178
2181
|
onInput?: ((value: string) => any) | undefined;
|
|
2179
2182
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2180
2183
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2181
|
-
onClear?: (() => any) | undefined;
|
|
2182
2184
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2183
2185
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2184
2186
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2277,12 +2279,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2277
2279
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2278
2280
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2279
2281
|
}>> & {
|
|
2280
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2281
2282
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2283
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2284
|
+
onClear?: (() => any) | undefined;
|
|
2282
2285
|
onInput?: ((value: string) => any) | undefined;
|
|
2283
2286
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2284
2287
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2285
|
-
onClear?: (() => any) | undefined;
|
|
2286
2288
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2287
2289
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2288
2290
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2368,12 +2370,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2368
2370
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2369
2371
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2370
2372
|
}>> & {
|
|
2371
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2372
2373
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2374
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2375
|
+
onClear?: (() => any) | undefined;
|
|
2373
2376
|
onInput?: ((value: string) => any) | undefined;
|
|
2374
2377
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2375
2378
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2376
|
-
onClear?: (() => any) | undefined;
|
|
2377
2379
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2378
2380
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2379
2381
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2672,12 +2674,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2672
2674
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2673
2675
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2674
2676
|
}>> & {
|
|
2675
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2676
2677
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2678
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2679
|
+
onClear?: (() => any) | undefined;
|
|
2677
2680
|
onInput?: ((value: string) => any) | undefined;
|
|
2678
2681
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2679
2682
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2680
|
-
onClear?: (() => any) | undefined;
|
|
2681
2683
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2682
2684
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2683
2685
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2763,12 +2765,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2763
2765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2764
2766
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2765
2767
|
}>> & {
|
|
2766
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2767
2768
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2769
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2770
|
+
onClear?: (() => any) | undefined;
|
|
2768
2771
|
onInput?: ((value: string) => any) | undefined;
|
|
2769
2772
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2770
2773
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2771
|
-
onClear?: (() => any) | undefined;
|
|
2772
2774
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2773
2775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2774
2776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3121,12 +3123,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3121
3123
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3122
3124
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3123
3125
|
}>> & {
|
|
3124
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3125
3126
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3127
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3128
|
+
onClear?: (() => any) | undefined;
|
|
3126
3129
|
onInput?: ((value: string) => any) | undefined;
|
|
3127
3130
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3128
3131
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3129
|
-
onClear?: (() => any) | undefined;
|
|
3130
3132
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3131
3133
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3132
3134
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3388,12 +3390,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3388
3390
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3389
3391
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3390
3392
|
}>> & {
|
|
3391
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3392
3393
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3394
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3395
|
+
onClear?: (() => any) | undefined;
|
|
3393
3396
|
onInput?: ((value: string) => any) | undefined;
|
|
3394
3397
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3395
3398
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3396
|
-
onClear?: (() => any) | undefined;
|
|
3397
3399
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3398
3400
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3399
3401
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3522,8 +3524,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3522
3524
|
};
|
|
3523
3525
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3524
3526
|
}>> & {
|
|
3525
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3526
3527
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3528
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3527
3529
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3528
3530
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3529
3531
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3549,15 +3551,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3549
3551
|
disabled: boolean;
|
|
3550
3552
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
3551
3553
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3552
|
-
offset: number;
|
|
3553
|
-
effect: string;
|
|
3554
3554
|
showAfter: number;
|
|
3555
3555
|
hideAfter: number;
|
|
3556
|
+
open: boolean;
|
|
3557
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3558
|
+
offset: number;
|
|
3559
|
+
content: string;
|
|
3560
|
+
transition: string;
|
|
3561
|
+
effect: string;
|
|
3556
3562
|
boundariesPadding: number;
|
|
3557
3563
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3558
3564
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3559
3565
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3560
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3561
3566
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3562
3567
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3563
3568
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3566,13 +3571,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3566
3571
|
pure: boolean;
|
|
3567
3572
|
virtualTriggering: boolean;
|
|
3568
3573
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3569
|
-
content: string;
|
|
3570
3574
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
|
-
transition: string;
|
|
3572
3575
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3573
3576
|
persistent: boolean;
|
|
3574
|
-
|
|
3575
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3577
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3576
3578
|
triggerKeys: string[];
|
|
3577
3579
|
arrowOffset: number;
|
|
3578
3580
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3882,7 +3884,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3882
3884
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3883
3885
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3884
3886
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
3885
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3887
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3886
3888
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3887
3889
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3888
3890
|
"onUpdate:visible": {
|
|
@@ -3891,10 +3893,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3891
3893
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3892
3894
|
__epPropKey: true;
|
|
3893
3895
|
};
|
|
3894
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3896
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3895
3897
|
}>> & {
|
|
3896
3898
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3897
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3899
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3898
3900
|
$attrs: {
|
|
3899
3901
|
[x: string]: unknown;
|
|
3900
3902
|
};
|
|
@@ -4214,7 +4216,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4214
4216
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4215
4217
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4216
4218
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
4217
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4219
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4218
4220
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4219
4221
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4220
4222
|
"onUpdate:visible": {
|
|
@@ -4223,7 +4225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4223
4225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4224
4226
|
__epPropKey: true;
|
|
4225
4227
|
};
|
|
4226
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4228
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4227
4229
|
}>> & {
|
|
4228
4230
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4229
4231
|
}, {
|
|
@@ -4533,7 +4535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4533
4535
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4534
4536
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4535
4537
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
4536
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4538
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4537
4539
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4538
4540
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4539
4541
|
"onUpdate:visible": {
|
|
@@ -4542,7 +4544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4542
4544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4543
4545
|
__epPropKey: true;
|
|
4544
4546
|
};
|
|
4545
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4547
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4546
4548
|
}>> & {
|
|
4547
4549
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4548
4550
|
}>>;
|
|
@@ -4561,10 +4563,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4561
4563
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4562
4564
|
isFocusInsideContent: () => boolean | undefined;
|
|
4563
4565
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4564
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4566
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4565
4567
|
}, {
|
|
4566
4568
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4567
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4569
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4568
4570
|
}>> & {
|
|
4569
4571
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4570
4572
|
}>>;
|
|
@@ -4572,12 +4574,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4572
4574
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4573
4575
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4574
4576
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4575
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4577
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4576
4578
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4577
4579
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4579
4581
|
}>>, {
|
|
4580
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4582
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4581
4583
|
}>> & Record<string, any>;
|
|
4582
4584
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4583
4585
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4934,8 +4936,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4934
4936
|
readonly id: StringConstructor;
|
|
4935
4937
|
readonly open: BooleanConstructor;
|
|
4936
4938
|
}>>, {
|
|
4937
|
-
readonly virtualTriggering: boolean;
|
|
4938
4939
|
readonly open: boolean;
|
|
4940
|
+
readonly virtualTriggering: boolean;
|
|
4939
4941
|
}>;
|
|
4940
4942
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4941
4943
|
readonly disabled: BooleanConstructor;
|
|
@@ -4995,8 +4997,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4995
4997
|
}>>, {
|
|
4996
4998
|
readonly disabled: boolean;
|
|
4997
4999
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
4998
|
-
readonly virtualTriggering: boolean;
|
|
4999
5000
|
readonly open: boolean;
|
|
5001
|
+
readonly virtualTriggering: boolean;
|
|
5000
5002
|
readonly triggerKeys: string[];
|
|
5001
5003
|
}>;
|
|
5002
5004
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5257,7 +5259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5257
5259
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5258
5260
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5259
5261
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
5260
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5262
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5261
5263
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5262
5264
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5263
5265
|
}, {
|
|
@@ -5519,7 +5521,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5519
5521
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5520
5522
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5521
5523
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
5522
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5524
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5523
5525
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5524
5526
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5525
5527
|
}>> & {
|
|
@@ -5797,7 +5799,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5797
5799
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5798
5800
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5799
5801
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
5800
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5802
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5801
5803
|
}, {
|
|
5802
5804
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5803
5805
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6046,7 +6048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6046
6048
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6047
6049
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6048
6050
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
6049
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6051
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6050
6052
|
}>> & {
|
|
6051
6053
|
onClose?: (() => any) | undefined;
|
|
6052
6054
|
onFocus?: (() => any) | undefined;
|
|
@@ -6404,7 +6406,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6404
6406
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6405
6407
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6406
6408
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
6407
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6409
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6408
6410
|
}>> & {
|
|
6409
6411
|
onClose?: (() => any) | undefined;
|
|
6410
6412
|
onFocus?: (() => any) | undefined;
|
|
@@ -6413,13 +6415,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6413
6415
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6414
6416
|
}, {
|
|
6415
6417
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6418
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6416
6419
|
readonly offset: number;
|
|
6417
6420
|
readonly effect: string;
|
|
6418
6421
|
readonly boundariesPadding: number;
|
|
6419
6422
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6420
6423
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6421
6424
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6422
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6423
6425
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6424
6426
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6425
6427
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6687,20 +6689,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6687
6689
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6688
6690
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6689
6691
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
6690
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6692
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6691
6693
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6692
6694
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6693
6695
|
}>>, {
|
|
6694
6696
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6695
|
-
readonly offset: number;
|
|
6696
|
-
readonly effect: string;
|
|
6697
6697
|
readonly showAfter: number;
|
|
6698
6698
|
readonly hideAfter: number;
|
|
6699
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6700
|
+
readonly offset: number;
|
|
6701
|
+
readonly content: string;
|
|
6702
|
+
readonly transition: string;
|
|
6703
|
+
readonly effect: string;
|
|
6699
6704
|
readonly boundariesPadding: number;
|
|
6700
6705
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6701
6706
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6702
6707
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6703
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6704
6708
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6705
6709
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6706
6710
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6709,9 +6713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6709
6713
|
readonly pure: boolean;
|
|
6710
6714
|
readonly virtualTriggering: boolean;
|
|
6711
6715
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6712
|
-
readonly content: string;
|
|
6713
6716
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
|
-
readonly transition: string;
|
|
6715
6717
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6716
6718
|
readonly persistent: boolean;
|
|
6717
6719
|
}>;
|
|
@@ -6719,15 +6721,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6719
6721
|
disabled: boolean;
|
|
6720
6722
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
6721
6723
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6722
|
-
offset: number;
|
|
6723
|
-
effect: string;
|
|
6724
6724
|
showAfter: number;
|
|
6725
6725
|
hideAfter: number;
|
|
6726
|
+
open: boolean;
|
|
6727
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6728
|
+
offset: number;
|
|
6729
|
+
content: string;
|
|
6730
|
+
transition: string;
|
|
6731
|
+
effect: string;
|
|
6726
6732
|
boundariesPadding: number;
|
|
6727
6733
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6728
6734
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6729
6735
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6730
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6731
6736
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6732
6737
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6733
6738
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6736,13 +6741,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6736
6741
|
pure: boolean;
|
|
6737
6742
|
virtualTriggering: boolean;
|
|
6738
6743
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6739
|
-
content: string;
|
|
6740
6744
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
|
-
transition: string;
|
|
6742
6745
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6743
6746
|
persistent: boolean;
|
|
6744
|
-
|
|
6745
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6747
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6746
6748
|
triggerKeys: string[];
|
|
6747
6749
|
arrowOffset: number;
|
|
6748
6750
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7072,7 +7074,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7072
7074
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7073
7075
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7074
7076
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
7075
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7077
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7076
7078
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7077
7079
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7078
7080
|
"onUpdate:visible": {
|
|
@@ -7081,7 +7083,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7081
7083
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7082
7084
|
__epPropKey: true;
|
|
7083
7085
|
};
|
|
7084
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7086
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7085
7087
|
}>> & {
|
|
7086
7088
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7087
7089
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7391,7 +7393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7391
7393
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7392
7394
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7393
7395
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
7394
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7396
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7395
7397
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7396
7398
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7397
7399
|
"onUpdate:visible": {
|
|
@@ -7400,7 +7402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7400
7402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7401
7403
|
__epPropKey: true;
|
|
7402
7404
|
};
|
|
7403
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7405
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7404
7406
|
}>> & {
|
|
7405
7407
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7406
7408
|
}>>;
|
|
@@ -7419,10 +7421,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7419
7421
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7420
7422
|
isFocusInsideContent: () => boolean | undefined;
|
|
7421
7423
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7422
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7424
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7423
7425
|
}, {
|
|
7424
7426
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7425
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7427
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7426
7428
|
}>> & {
|
|
7427
7429
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7428
7430
|
}>>;
|
|
@@ -7430,12 +7432,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7430
7432
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7431
7433
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7432
7434
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7433
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7435
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7434
7436
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7435
7437
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7437
7439
|
}>>, {
|
|
7438
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7440
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7439
7441
|
}>> & Record<string, any>;
|
|
7440
7442
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7441
7443
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7792,8 +7794,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7792
7794
|
readonly id: StringConstructor;
|
|
7793
7795
|
readonly open: BooleanConstructor;
|
|
7794
7796
|
}>>, {
|
|
7795
|
-
readonly virtualTriggering: boolean;
|
|
7796
7797
|
readonly open: boolean;
|
|
7798
|
+
readonly virtualTriggering: boolean;
|
|
7797
7799
|
}>;
|
|
7798
7800
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7799
7801
|
readonly disabled: BooleanConstructor;
|
|
@@ -7853,8 +7855,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7853
7855
|
}>>, {
|
|
7854
7856
|
readonly disabled: boolean;
|
|
7855
7857
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
7856
|
-
readonly virtualTriggering: boolean;
|
|
7857
7858
|
readonly open: boolean;
|
|
7859
|
+
readonly virtualTriggering: boolean;
|
|
7858
7860
|
readonly triggerKeys: string[];
|
|
7859
7861
|
}>;
|
|
7860
7862
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8115,7 +8117,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8115
8117
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8116
8118
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8117
8119
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
8118
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8120
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8119
8121
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8120
8122
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8121
8123
|
}, {
|
|
@@ -8377,7 +8379,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8377
8379
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8378
8380
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8379
8381
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
8380
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8382
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8381
8383
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8382
8384
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8383
8385
|
}>> & {
|
|
@@ -8655,7 +8657,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8655
8657
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8656
8658
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8657
8659
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
8658
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8660
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8659
8661
|
}, {
|
|
8660
8662
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8661
8663
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8904,7 +8906,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8904
8906
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8905
8907
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8906
8908
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
8907
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8909
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8908
8910
|
}>> & {
|
|
8909
8911
|
onClose?: (() => any) | undefined;
|
|
8910
8912
|
onFocus?: (() => any) | undefined;
|
|
@@ -9262,7 +9264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9262
9264
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9263
9265
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9264
9266
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
9265
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9267
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9266
9268
|
}>> & {
|
|
9267
9269
|
onClose?: (() => any) | undefined;
|
|
9268
9270
|
onFocus?: (() => any) | undefined;
|
|
@@ -9271,13 +9273,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9271
9273
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9272
9274
|
}, {
|
|
9273
9275
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9276
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9274
9277
|
readonly offset: number;
|
|
9275
9278
|
readonly effect: string;
|
|
9276
9279
|
readonly boundariesPadding: number;
|
|
9277
9280
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9278
9281
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9279
9282
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9280
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9281
9283
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9282
9284
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9283
9285
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9545,20 +9547,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9545
9547
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9546
9548
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9547
9549
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
9548
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9550
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9549
9551
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9550
9552
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9551
9553
|
}>>, {
|
|
9552
9554
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9553
|
-
readonly offset: number;
|
|
9554
|
-
readonly effect: string;
|
|
9555
9555
|
readonly showAfter: number;
|
|
9556
9556
|
readonly hideAfter: number;
|
|
9557
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9558
|
+
readonly offset: number;
|
|
9559
|
+
readonly content: string;
|
|
9560
|
+
readonly transition: string;
|
|
9561
|
+
readonly effect: string;
|
|
9557
9562
|
readonly boundariesPadding: number;
|
|
9558
9563
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9559
9564
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9560
9565
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9561
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9562
9566
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9563
9567
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9564
9568
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9567,9 +9571,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9567
9571
|
readonly pure: boolean;
|
|
9568
9572
|
readonly virtualTriggering: boolean;
|
|
9569
9573
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9570
|
-
readonly content: string;
|
|
9571
9574
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
|
-
readonly transition: string;
|
|
9573
9575
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9574
9576
|
readonly persistent: boolean;
|
|
9575
9577
|
}>;
|
|
@@ -9580,6 +9582,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9580
9582
|
showPanelColor: import("vue").Ref<boolean>;
|
|
9581
9583
|
customInput: import("vue").Ref<string>;
|
|
9582
9584
|
displayedColor: import("vue").ComputedRef<string>;
|
|
9585
|
+
computdTriggerWidth: import("vue").ComputedRef<number>;
|
|
9586
|
+
computdTriggeIconWidth: import("vue").ComputedRef<number>;
|
|
9583
9587
|
getEyeDropper: () => void;
|
|
9584
9588
|
colorMode: import("vue").Ref<string>;
|
|
9585
9589
|
currentColor: import("vue").ComputedRef<string>;
|
|
@@ -9630,8 +9634,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9630
9634
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9631
9635
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9632
9636
|
}>> & {
|
|
9633
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9634
9637
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9638
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
9639
|
}>>;
|
|
9636
9640
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9637
9641
|
ns: {
|
|
@@ -9678,8 +9682,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9678
9682
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9679
9683
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9680
9684
|
}>> & {
|
|
9681
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9682
9685
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9686
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
9687
|
}, {
|
|
9684
9688
|
readonly disabled: boolean;
|
|
9685
9689
|
readonly name: string;
|
|
@@ -10132,7 +10136,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10132
10136
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10133
10137
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10134
10138
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
10135
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10139
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10136
10140
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10137
10141
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10138
10142
|
"onUpdate:visible": {
|
|
@@ -10141,7 +10145,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10141
10145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10142
10146
|
__epPropKey: true;
|
|
10143
10147
|
};
|
|
10144
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10148
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10145
10149
|
}, {
|
|
10146
10150
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10147
10151
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10449,7 +10453,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10449
10453
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10450
10454
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10451
10455
|
popperOptions: import("element-plus-secondary/es/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>;
|
|
10452
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10456
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10453
10457
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10454
10458
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10455
10459
|
"onUpdate:visible": {
|
|
@@ -10458,7 +10462,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10458
10462
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10459
10463
|
__epPropKey: true;
|
|
10460
10464
|
};
|
|
10461
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10465
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10462
10466
|
}>> & {
|
|
10463
10467
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10464
10468
|
}>>;
|
|
@@ -10477,10 +10481,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10477
10481
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10478
10482
|
isFocusInsideContent: () => boolean | undefined;
|
|
10479
10483
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10480
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10484
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10481
10485
|
}, {
|
|
10482
10486
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10483
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10487
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10484
10488
|
}>> & {
|
|
10485
10489
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10486
10490
|
}>>;
|
|
@@ -10488,12 +10492,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10488
10492
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10489
10493
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10490
10494
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10491
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10495
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10492
10496
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10493
10497
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10494
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10498
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10495
10499
|
}>>, {
|
|
10496
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10500
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10497
10501
|
}>> & Record<string, any>;
|
|
10498
10502
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10499
10503
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10850,8 +10854,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10850
10854
|
readonly id: StringConstructor;
|
|
10851
10855
|
readonly open: BooleanConstructor;
|
|
10852
10856
|
}>>, {
|
|
10853
|
-
readonly virtualTriggering: boolean;
|
|
10854
10857
|
readonly open: boolean;
|
|
10858
|
+
readonly virtualTriggering: boolean;
|
|
10855
10859
|
}>;
|
|
10856
10860
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10857
10861
|
readonly disabled: BooleanConstructor;
|
|
@@ -10911,8 +10915,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10911
10915
|
}>>, {
|
|
10912
10916
|
readonly disabled: boolean;
|
|
10913
10917
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
10914
|
-
readonly virtualTriggering: boolean;
|
|
10915
10918
|
readonly open: boolean;
|
|
10919
|
+
readonly virtualTriggering: boolean;
|
|
10916
10920
|
readonly triggerKeys: string[];
|
|
10917
10921
|
}>;
|
|
10918
10922
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11173,7 +11177,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11173
11177
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11174
11178
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11175
11179
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
11176
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11180
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11177
11181
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11178
11182
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11179
11183
|
}, {
|
|
@@ -11435,7 +11439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11435
11439
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11436
11440
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11437
11441
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
11438
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11442
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11439
11443
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11440
11444
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11441
11445
|
}>> & {
|
|
@@ -11713,7 +11717,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11713
11717
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11714
11718
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11715
11719
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
11716
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11720
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11717
11721
|
}, {
|
|
11718
11722
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11719
11723
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11962,7 +11966,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11962
11966
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11963
11967
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11964
11968
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
11965
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11969
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11966
11970
|
}>> & {
|
|
11967
11971
|
onClose?: (() => any) | undefined;
|
|
11968
11972
|
onFocus?: (() => any) | undefined;
|
|
@@ -12320,7 +12324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12320
12324
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12321
12325
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12322
12326
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
12323
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12327
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12324
12328
|
}>> & {
|
|
12325
12329
|
onClose?: (() => any) | undefined;
|
|
12326
12330
|
onFocus?: (() => any) | undefined;
|
|
@@ -12329,13 +12333,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12329
12333
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12330
12334
|
}, {
|
|
12331
12335
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12336
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12332
12337
|
readonly offset: number;
|
|
12333
12338
|
readonly effect: string;
|
|
12334
12339
|
readonly boundariesPadding: number;
|
|
12335
12340
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12336
12341
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12337
12342
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12338
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12339
12343
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12340
12344
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12341
12345
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12603,20 +12607,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12603
12607
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12604
12608
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12605
12609
|
readonly popperOptions: import("element-plus-secondary/es/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>;
|
|
12606
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12610
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12607
12611
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12608
12612
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12609
12613
|
}>>, {
|
|
12610
12614
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12611
|
-
readonly offset: number;
|
|
12612
|
-
readonly effect: string;
|
|
12613
12615
|
readonly showAfter: number;
|
|
12614
12616
|
readonly hideAfter: number;
|
|
12617
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12618
|
+
readonly offset: number;
|
|
12619
|
+
readonly content: string;
|
|
12620
|
+
readonly transition: string;
|
|
12621
|
+
readonly effect: string;
|
|
12615
12622
|
readonly boundariesPadding: number;
|
|
12616
12623
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12617
12624
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12618
12625
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12619
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12620
12626
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12621
12627
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12622
12628
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12625,9 +12631,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12625
12631
|
readonly pure: boolean;
|
|
12626
12632
|
readonly virtualTriggering: boolean;
|
|
12627
12633
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12628
|
-
readonly content: string;
|
|
12629
12634
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12630
|
-
readonly transition: string;
|
|
12631
12635
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12632
12636
|
readonly persistent: boolean;
|
|
12633
12637
|
}>;
|
|
@@ -12937,7 +12941,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12937
12941
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12938
12942
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12939
12943
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12940
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12944
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12941
12945
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12942
12946
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12943
12947
|
"onUpdate:visible": {
|
|
@@ -12946,22 +12950,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12946
12950
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12947
12951
|
__epPropKey: true;
|
|
12948
12952
|
};
|
|
12949
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12953
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12950
12954
|
}>> & {
|
|
12951
12955
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12952
12956
|
}, {
|
|
12953
12957
|
disabled: boolean;
|
|
12954
12958
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
12955
12959
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12956
|
-
offset: number;
|
|
12957
|
-
effect: string;
|
|
12958
12960
|
showAfter: number;
|
|
12959
12961
|
hideAfter: number;
|
|
12962
|
+
open: boolean;
|
|
12963
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12964
|
+
offset: number;
|
|
12965
|
+
content: string;
|
|
12966
|
+
transition: string;
|
|
12967
|
+
effect: string;
|
|
12960
12968
|
boundariesPadding: number;
|
|
12961
12969
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12962
12970
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12963
12971
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12964
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12965
12972
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12966
12973
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12967
12974
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12970,13 +12977,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12970
12977
|
pure: boolean;
|
|
12971
12978
|
virtualTriggering: boolean;
|
|
12972
12979
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12973
|
-
content: string;
|
|
12974
12980
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12975
|
-
transition: string;
|
|
12976
12981
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12977
12982
|
persistent: boolean;
|
|
12978
|
-
|
|
12979
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12983
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12980
12984
|
triggerKeys: string[];
|
|
12981
12985
|
arrowOffset: number;
|
|
12982
12986
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13137,12 +13141,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13137
13141
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13138
13142
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13139
13143
|
}>> & {
|
|
13140
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13141
13144
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13145
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13146
|
+
onClear?: (() => any) | undefined;
|
|
13142
13147
|
onInput?: ((value: string) => any) | undefined;
|
|
13143
13148
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13144
13149
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13145
|
-
onClear?: (() => any) | undefined;
|
|
13146
13150
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13147
13151
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13148
13152
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13404,12 +13408,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13404
13408
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13405
13409
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13406
13410
|
}>> & {
|
|
13407
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13408
13411
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13412
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13413
|
+
onClear?: (() => any) | undefined;
|
|
13409
13414
|
onInput?: ((value: string) => any) | undefined;
|
|
13410
13415
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13411
13416
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13412
|
-
onClear?: (() => any) | undefined;
|
|
13413
13417
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13414
13418
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13415
13419
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13537,8 +13541,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13537
13541
|
};
|
|
13538
13542
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13539
13543
|
}>> & {
|
|
13540
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13541
13544
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13545
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13542
13546
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13543
13547
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13544
13548
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13661,12 +13665,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13661
13665
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13662
13666
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13663
13667
|
}>> & {
|
|
13664
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13665
13668
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13669
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13670
|
+
onClear?: (() => any) | undefined;
|
|
13666
13671
|
onInput?: ((value: string) => any) | undefined;
|
|
13667
13672
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13668
13673
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13669
|
-
onClear?: (() => any) | undefined;
|
|
13670
13674
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13671
13675
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13672
13676
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13765,12 +13769,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13765
13769
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13766
13770
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13767
13771
|
}>> & {
|
|
13768
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13769
13772
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13773
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13774
|
+
onClear?: (() => any) | undefined;
|
|
13770
13775
|
onInput?: ((value: string) => any) | undefined;
|
|
13771
13776
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13772
13777
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13773
|
-
onClear?: (() => any) | undefined;
|
|
13774
13778
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13775
13779
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13776
13780
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13856,12 +13860,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13856
13860
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13857
13861
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13858
13862
|
}>> & {
|
|
13859
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13860
13863
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13864
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13865
|
+
onClear?: (() => any) | undefined;
|
|
13861
13866
|
onInput?: ((value: string) => any) | undefined;
|
|
13862
13867
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13863
13868
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13864
|
-
onClear?: (() => any) | undefined;
|
|
13865
13869
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13866
13870
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13867
13871
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14160,12 +14164,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14160
14164
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14161
14165
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14162
14166
|
}>> & {
|
|
14163
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14164
14167
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14168
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14169
|
+
onClear?: (() => any) | undefined;
|
|
14165
14170
|
onInput?: ((value: string) => any) | undefined;
|
|
14166
14171
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14167
14172
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14168
|
-
onClear?: (() => any) | undefined;
|
|
14169
14173
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14170
14174
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14171
14175
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14251,12 +14255,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14251
14255
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14252
14256
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14253
14257
|
}>> & {
|
|
14254
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14255
14258
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14259
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14260
|
+
onClear?: (() => any) | undefined;
|
|
14256
14261
|
onInput?: ((value: string) => any) | undefined;
|
|
14257
14262
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14258
14263
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14259
|
-
onClear?: (() => any) | undefined;
|
|
14260
14264
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14261
14265
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14262
14266
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14609,12 +14613,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14609
14613
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14610
14614
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14611
14615
|
}>> & {
|
|
14612
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14613
14616
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14617
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14618
|
+
onClear?: (() => any) | undefined;
|
|
14614
14619
|
onInput?: ((value: string) => any) | undefined;
|
|
14615
14620
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14616
14621
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14617
|
-
onClear?: (() => any) | undefined;
|
|
14618
14622
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14619
14623
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14620
14624
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14876,12 +14880,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14876
14880
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14877
14881
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14878
14882
|
}>> & {
|
|
14879
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14880
14883
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14884
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14885
|
+
onClear?: (() => any) | undefined;
|
|
14881
14886
|
onInput?: ((value: string) => any) | undefined;
|
|
14882
14887
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14883
14888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14884
|
-
onClear?: (() => any) | undefined;
|
|
14885
14889
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14886
14890
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14887
14891
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -15010,8 +15014,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15010
15014
|
};
|
|
15011
15015
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15012
15016
|
}>> & {
|
|
15013
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15014
15017
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15018
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15015
15019
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15016
15020
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15017
15021
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15181,6 +15185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15181
15185
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15182
15186
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15183
15187
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15188
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15184
15189
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
15185
15190
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
15186
15191
|
readonly predefine: {
|
|
@@ -15191,13 +15196,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15191
15196
|
};
|
|
15192
15197
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15193
15198
|
}>> & {
|
|
15194
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15195
15199
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15200
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15196
15201
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15197
15202
|
}, {
|
|
15198
15203
|
readonly disabled: boolean;
|
|
15199
15204
|
readonly label: string;
|
|
15200
15205
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15206
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15201
15207
|
readonly popperClass: string;
|
|
15202
15208
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15203
15209
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|