element-plus-secondary 0.2.7 → 0.2.9
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/src/affix.vue.d.ts +1 -1
- package/es/components/alert/index.d.ts +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert.vue.d.ts +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.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/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.mjs +31 -6
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +6 -31
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/calendar/src/calendar.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +4 -4
- 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.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +162 -162
- package/es/components/cascader/src/index.vue.d.ts +81 -81
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- 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.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +19 -96
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +96 -19
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +10 -62
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +62 -10
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -151
- package/es/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/es/components/color-picker/src/color-picker2.mjs +11 -3
- 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/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +22 -165
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +165 -22
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/dropdown/src/dropdown2.mjs +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form-item.mjs +43 -316
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +316 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +58 -219
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image/src/image2.mjs +219 -58
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +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 +35 -35
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +110 -442
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input/src/input2.mjs +442 -110
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- 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-item.mjs +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/pager.mjs +207 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -207
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +49 -111
- 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 +111 -49
- 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 +4 -4
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +4 -4
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +120 -31
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +31 -120
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +202 -57
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +57 -202
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +2 -2
- package/es/components/radio/src/radio-group.mjs +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- 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 +98 -256
- 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 +256 -98
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +29 -63
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +63 -29
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +1 -1
- package/es/components/scrollbar/src/bar.mjs +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/thumb.mjs +11 -131
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +131 -11
- 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 +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- 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 +49 -22
- 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 +21 -93
- 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 +93 -21
- 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 +233 -91
- 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 +91 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -240
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +240 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- 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/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +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/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/time-select/src/time-select2.mjs +48 -117
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +1 -1
- package/es/components/tooltip/src/trigger.mjs +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +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 +131 -19
- 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 +19 -131
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/transfer/src/transfer2.mjs +1 -1
- 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/index.mjs +3 -3
- package/es/components/upload/src/upload-content.mjs +170 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +1 -1
- package/es/components/upload/src/upload.mjs +120 -105
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +105 -120
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +35 -35
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/alert/index.d.ts +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.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/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.js +31 -6
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +6 -31
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/calendar/src/calendar.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +4 -4
- 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.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +162 -162
- package/lib/components/cascader/src/index.vue.d.ts +81 -81
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- 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.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +19 -96
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +96 -19
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +9 -62
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +62 -9
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -151
- package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/lib/components/color-picker/src/color-picker2.js +10 -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/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +23 -165
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +165 -23
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown2.js +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form-item.js +44 -320
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +320 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +59 -219
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image/src/image2.js +219 -59
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +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 +35 -35
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +110 -441
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input/src/input2.js +441 -110
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- 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-item.js +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/pager.js +207 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -207
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +49 -111
- 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 +111 -49
- 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 +4 -4
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +120 -32
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +32 -120
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +202 -57
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +57 -202
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +2 -2
- package/lib/components/radio/src/radio-group.js +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- 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 +98 -255
- 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 +255 -98
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +31 -63
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +63 -31
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/src/bar.js +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/thumb.js +11 -131
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +131 -11
- 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 +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +22 -49
- 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 +49 -22
- 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 +22 -93
- 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 +93 -22
- 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 +233 -92
- 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 +92 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -239
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +239 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- 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/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +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/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/time-select/src/time-select2.js +48 -122
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +1 -1
- package/lib/components/tooltip/src/trigger.js +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +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 +131 -21
- 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 +21 -131
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/transfer/src/transfer2.js +1 -1
- 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/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +170 -33
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +33 -170
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +1 -1
- package/lib/components/upload/src/upload.js +120 -108
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +108 -120
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +35 -35
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +1 -1
|
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
50
|
}>> & {
|
|
51
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
52
51
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
52
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
53
53
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
54
54
|
}>>;
|
|
55
55
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -432,8 +432,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
432
432
|
};
|
|
433
433
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
434
434
|
}>> & {
|
|
435
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
436
435
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
436
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
437
437
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
438
438
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
439
439
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -544,12 +544,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
544
544
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
545
545
|
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>;
|
|
546
546
|
}>> & {
|
|
547
|
-
onChange?: ((value: string) => any) | undefined;
|
|
548
547
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
548
|
+
onChange?: ((value: string) => any) | undefined;
|
|
549
|
+
onClear?: (() => any) | undefined;
|
|
549
550
|
onInput?: ((value: string) => any) | undefined;
|
|
550
551
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
551
552
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
552
|
-
onClear?: (() => any) | undefined;
|
|
553
553
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
554
554
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
555
555
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -636,12 +636,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
636
636
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
637
637
|
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>;
|
|
638
638
|
}>> & {
|
|
639
|
-
onChange?: ((value: string) => any) | undefined;
|
|
640
639
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
640
|
+
onChange?: ((value: string) => any) | undefined;
|
|
641
|
+
onClear?: (() => any) | undefined;
|
|
641
642
|
onInput?: ((value: string) => any) | undefined;
|
|
642
643
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
643
644
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
644
|
-
onClear?: (() => any) | undefined;
|
|
645
645
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
646
646
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
647
647
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -715,12 +715,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
715
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
716
716
|
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>;
|
|
717
717
|
}>> & {
|
|
718
|
-
onChange?: ((value: string) => any) | undefined;
|
|
719
718
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
719
|
+
onChange?: ((value: string) => any) | undefined;
|
|
720
|
+
onClear?: (() => any) | undefined;
|
|
720
721
|
onInput?: ((value: string) => any) | undefined;
|
|
721
722
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
722
723
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
723
|
-
onClear?: (() => any) | undefined;
|
|
724
724
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
725
725
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
726
726
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1007,12 +1007,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1007
1007
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1008
1008
|
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>;
|
|
1009
1009
|
}>> & {
|
|
1010
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1011
1010
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1011
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1012
|
+
onClear?: (() => any) | undefined;
|
|
1012
1013
|
onInput?: ((value: string) => any) | undefined;
|
|
1013
1014
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1014
1015
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1015
|
-
onClear?: (() => any) | undefined;
|
|
1016
1016
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1017
1017
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1018
1018
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1086,12 +1086,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1086
1086
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1087
1087
|
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>;
|
|
1088
1088
|
}>> & {
|
|
1089
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1090
1089
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1090
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1091
|
+
onClear?: (() => any) | undefined;
|
|
1091
1092
|
onInput?: ((value: string) => any) | undefined;
|
|
1092
1093
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1093
1094
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1094
|
-
onClear?: (() => any) | undefined;
|
|
1095
1095
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1096
1096
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1097
1097
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1420,12 +1420,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1420
1420
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1421
1421
|
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>;
|
|
1422
1422
|
}>> & {
|
|
1423
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1424
1423
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1424
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1425
|
+
onClear?: (() => any) | undefined;
|
|
1425
1426
|
onInput?: ((value: string) => any) | undefined;
|
|
1426
1427
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1427
1428
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1428
|
-
onClear?: (() => any) | undefined;
|
|
1429
1429
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1430
1430
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1431
1431
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1675,12 +1675,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1675
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1676
1676
|
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>;
|
|
1677
1677
|
}>> & {
|
|
1678
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1679
1678
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1679
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1680
|
+
onClear?: (() => any) | undefined;
|
|
1680
1681
|
onInput?: ((value: string) => any) | undefined;
|
|
1681
1682
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1682
1683
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1683
|
-
onClear?: (() => any) | undefined;
|
|
1684
1684
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1685
1685
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1686
1686
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1809,8 +1809,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1809
1809
|
};
|
|
1810
1810
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1811
1811
|
}>> & {
|
|
1812
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1813
1812
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1813
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1814
1814
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1815
1815
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1816
1816
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1951,8 +1951,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1951
1951
|
};
|
|
1952
1952
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1953
1953
|
}>> & {
|
|
1954
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1955
1954
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1955
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1956
1956
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1957
1957
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1958
1958
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2063,12 +2063,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2063
2063
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2064
2064
|
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>;
|
|
2065
2065
|
}>> & {
|
|
2066
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2067
2066
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2067
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2068
|
+
onClear?: (() => any) | undefined;
|
|
2068
2069
|
onInput?: ((value: string) => any) | undefined;
|
|
2069
2070
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2070
2071
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2071
|
-
onClear?: (() => any) | undefined;
|
|
2072
2072
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2073
2073
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2074
2074
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2155,12 +2155,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2155
2155
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2156
2156
|
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>;
|
|
2157
2157
|
}>> & {
|
|
2158
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2159
2158
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2159
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2160
|
+
onClear?: (() => any) | undefined;
|
|
2160
2161
|
onInput?: ((value: string) => any) | undefined;
|
|
2161
2162
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2162
2163
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2163
|
-
onClear?: (() => any) | undefined;
|
|
2164
2164
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2165
2165
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2166
2166
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2234,12 +2234,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2234
2234
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2235
2235
|
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>;
|
|
2236
2236
|
}>> & {
|
|
2237
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2238
2237
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2238
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2239
|
+
onClear?: (() => any) | undefined;
|
|
2239
2240
|
onInput?: ((value: string) => any) | undefined;
|
|
2240
2241
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2241
2242
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2242
|
-
onClear?: (() => any) | undefined;
|
|
2243
2243
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2244
2244
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2245
2245
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2526,12 +2526,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2526
2526
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2527
2527
|
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>;
|
|
2528
2528
|
}>> & {
|
|
2529
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2530
2529
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2530
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2531
|
+
onClear?: (() => any) | undefined;
|
|
2531
2532
|
onInput?: ((value: string) => any) | undefined;
|
|
2532
2533
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2533
2534
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2534
|
-
onClear?: (() => any) | undefined;
|
|
2535
2535
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2536
2536
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2537
2537
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2605,12 +2605,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2605
2605
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2606
2606
|
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>;
|
|
2607
2607
|
}>> & {
|
|
2608
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2609
2608
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2609
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2610
|
+
onClear?: (() => any) | undefined;
|
|
2610
2611
|
onInput?: ((value: string) => any) | undefined;
|
|
2611
2612
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2612
2613
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2613
|
-
onClear?: (() => any) | undefined;
|
|
2614
2614
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2615
2615
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2616
2616
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2939,12 +2939,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2939
2939
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2940
2940
|
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>;
|
|
2941
2941
|
}>> & {
|
|
2942
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2943
2942
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2943
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2944
|
+
onClear?: (() => any) | undefined;
|
|
2944
2945
|
onInput?: ((value: string) => any) | undefined;
|
|
2945
2946
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2946
2947
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2947
|
-
onClear?: (() => any) | undefined;
|
|
2948
2948
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2949
2949
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2950
2950
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3194,12 +3194,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3194
3194
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3195
3195
|
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>;
|
|
3196
3196
|
}>> & {
|
|
3197
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3198
3197
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3198
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3199
|
+
onClear?: (() => any) | undefined;
|
|
3199
3200
|
onInput?: ((value: string) => any) | undefined;
|
|
3200
3201
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3201
3202
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3202
|
-
onClear?: (() => any) | undefined;
|
|
3203
3203
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3204
3204
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3205
3205
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3328,8 +3328,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3328
3328
|
};
|
|
3329
3329
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3330
3330
|
}>> & {
|
|
3331
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3332
3331
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3332
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3333
3333
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3334
3334
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3335
3335
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3355,15 +3355,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3355
3355
|
disabled: boolean;
|
|
3356
3356
|
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>;
|
|
3357
3357
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3358
|
-
offset: number;
|
|
3359
|
-
effect: string;
|
|
3360
3358
|
showAfter: number;
|
|
3361
3359
|
hideAfter: number;
|
|
3360
|
+
open: boolean;
|
|
3361
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3362
|
+
offset: number;
|
|
3363
|
+
content: string;
|
|
3364
|
+
transition: string;
|
|
3365
|
+
effect: string;
|
|
3362
3366
|
boundariesPadding: number;
|
|
3363
3367
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3364
3368
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3365
3369
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3366
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3367
3370
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3368
3371
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3369
3372
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3372,13 +3375,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3372
3375
|
pure: boolean;
|
|
3373
3376
|
virtualTriggering: boolean;
|
|
3374
3377
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3375
|
-
content: string;
|
|
3376
3378
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3377
|
-
transition: string;
|
|
3378
3379
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3379
3380
|
persistent: boolean;
|
|
3380
|
-
|
|
3381
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3381
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3382
3382
|
triggerKeys: string[];
|
|
3383
3383
|
arrowOffset: number;
|
|
3384
3384
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3688,7 +3688,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3688
3688
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3689
3689
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3690
3690
|
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>;
|
|
3691
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3691
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3692
3692
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3693
3693
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3694
3694
|
"onUpdate:visible": {
|
|
@@ -3697,10 +3697,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3697
3697
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3698
3698
|
__epPropKey: true;
|
|
3699
3699
|
};
|
|
3700
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3700
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3701
3701
|
}>> & {
|
|
3702
3702
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3703
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3703
|
+
} & 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">;
|
|
3704
3704
|
$attrs: {
|
|
3705
3705
|
[x: string]: unknown;
|
|
3706
3706
|
};
|
|
@@ -4020,7 +4020,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4020
4020
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4021
4021
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4022
4022
|
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>;
|
|
4023
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4023
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4024
4024
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4025
4025
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4026
4026
|
"onUpdate:visible": {
|
|
@@ -4029,7 +4029,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4029
4029
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4030
4030
|
__epPropKey: true;
|
|
4031
4031
|
};
|
|
4032
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4032
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4033
4033
|
}>> & {
|
|
4034
4034
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4035
4035
|
}, {
|
|
@@ -4339,7 +4339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4339
4339
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4340
4340
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4341
4341
|
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>;
|
|
4342
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4342
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4343
4343
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4344
4344
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4345
4345
|
"onUpdate:visible": {
|
|
@@ -4348,7 +4348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4348
4348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4349
4349
|
__epPropKey: true;
|
|
4350
4350
|
};
|
|
4351
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4351
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4352
4352
|
}>> & {
|
|
4353
4353
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4354
4354
|
}>>;
|
|
@@ -4367,10 +4367,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4367
4367
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4368
4368
|
isFocusInsideContent: () => boolean | undefined;
|
|
4369
4369
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4370
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4370
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4371
4371
|
}, {
|
|
4372
4372
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4373
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4373
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4374
4374
|
}>> & {
|
|
4375
4375
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4376
4376
|
}>>;
|
|
@@ -4378,12 +4378,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4378
4378
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4379
4379
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4380
4380
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4381
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4381
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4382
4382
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4383
4383
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4384
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4384
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4385
4385
|
}>>, {
|
|
4386
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4386
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4387
4387
|
}>> & Record<string, any>;
|
|
4388
4388
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4389
4389
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4740,8 +4740,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4740
4740
|
readonly id: StringConstructor;
|
|
4741
4741
|
readonly open: BooleanConstructor;
|
|
4742
4742
|
}>>, {
|
|
4743
|
-
readonly virtualTriggering: boolean;
|
|
4744
4743
|
readonly open: boolean;
|
|
4744
|
+
readonly virtualTriggering: boolean;
|
|
4745
4745
|
}>;
|
|
4746
4746
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4747
4747
|
readonly disabled: BooleanConstructor;
|
|
@@ -4801,8 +4801,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4801
4801
|
}>>, {
|
|
4802
4802
|
readonly disabled: boolean;
|
|
4803
4803
|
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>;
|
|
4804
|
-
readonly virtualTriggering: boolean;
|
|
4805
4804
|
readonly open: boolean;
|
|
4805
|
+
readonly virtualTriggering: boolean;
|
|
4806
4806
|
readonly triggerKeys: string[];
|
|
4807
4807
|
}>;
|
|
4808
4808
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5063,7 +5063,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5063
5063
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5064
5064
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5065
5065
|
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>;
|
|
5066
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5066
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5067
5067
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5068
5068
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5069
5069
|
}, {
|
|
@@ -5325,7 +5325,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5325
5325
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5326
5326
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5327
5327
|
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>;
|
|
5328
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5328
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5329
5329
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5330
5330
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5331
5331
|
}>> & {
|
|
@@ -5603,7 +5603,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5603
5603
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5604
5604
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5605
5605
|
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>;
|
|
5606
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5606
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5607
5607
|
}, {
|
|
5608
5608
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5609
5609
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5852,7 +5852,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5852
5852
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5853
5853
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5854
5854
|
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>;
|
|
5855
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5855
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5856
5856
|
}>> & {
|
|
5857
5857
|
onClose?: (() => any) | undefined;
|
|
5858
5858
|
onFocus?: (() => any) | undefined;
|
|
@@ -6210,7 +6210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6210
6210
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6211
6211
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6212
6212
|
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>;
|
|
6213
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6213
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6214
6214
|
}>> & {
|
|
6215
6215
|
onClose?: (() => any) | undefined;
|
|
6216
6216
|
onFocus?: (() => any) | undefined;
|
|
@@ -6219,13 +6219,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6219
6219
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6220
6220
|
}, {
|
|
6221
6221
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6222
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6222
6223
|
readonly offset: number;
|
|
6223
6224
|
readonly effect: string;
|
|
6224
6225
|
readonly boundariesPadding: number;
|
|
6225
6226
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6226
6227
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6227
6228
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6228
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6229
6229
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6230
6230
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6231
6231
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6493,20 +6493,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6493
6493
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6494
6494
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6495
6495
|
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>;
|
|
6496
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6496
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6497
6497
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6498
6498
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6499
6499
|
}>>, {
|
|
6500
6500
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6501
|
-
readonly offset: number;
|
|
6502
|
-
readonly effect: string;
|
|
6503
6501
|
readonly showAfter: number;
|
|
6504
6502
|
readonly hideAfter: number;
|
|
6503
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6504
|
+
readonly offset: number;
|
|
6505
|
+
readonly content: string;
|
|
6506
|
+
readonly transition: string;
|
|
6507
|
+
readonly effect: string;
|
|
6505
6508
|
readonly boundariesPadding: number;
|
|
6506
6509
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6507
6510
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6508
6511
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6509
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6510
6512
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6511
6513
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6512
6514
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6515,9 +6517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6515
6517
|
readonly pure: boolean;
|
|
6516
6518
|
readonly virtualTriggering: boolean;
|
|
6517
6519
|
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>;
|
|
6518
|
-
readonly content: string;
|
|
6519
6520
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6520
|
-
readonly transition: string;
|
|
6521
6521
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6522
6522
|
readonly persistent: boolean;
|
|
6523
6523
|
}>;
|
|
@@ -6525,15 +6525,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6525
6525
|
disabled: boolean;
|
|
6526
6526
|
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>;
|
|
6527
6527
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6528
|
-
offset: number;
|
|
6529
|
-
effect: string;
|
|
6530
6528
|
showAfter: number;
|
|
6531
6529
|
hideAfter: number;
|
|
6530
|
+
open: boolean;
|
|
6531
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6532
|
+
offset: number;
|
|
6533
|
+
content: string;
|
|
6534
|
+
transition: string;
|
|
6535
|
+
effect: string;
|
|
6532
6536
|
boundariesPadding: number;
|
|
6533
6537
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6534
6538
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6535
6539
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6536
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6537
6540
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6538
6541
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6539
6542
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6542,13 +6545,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6542
6545
|
pure: boolean;
|
|
6543
6546
|
virtualTriggering: boolean;
|
|
6544
6547
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6545
|
-
content: string;
|
|
6546
6548
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6547
|
-
transition: string;
|
|
6548
6549
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6549
6550
|
persistent: boolean;
|
|
6550
|
-
|
|
6551
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6551
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6552
6552
|
triggerKeys: string[];
|
|
6553
6553
|
arrowOffset: number;
|
|
6554
6554
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6878,7 +6878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6878
6878
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6879
6879
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6880
6880
|
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>;
|
|
6881
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6881
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6882
6882
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6883
6883
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6884
6884
|
"onUpdate:visible": {
|
|
@@ -6887,7 +6887,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6887
6887
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6888
6888
|
__epPropKey: true;
|
|
6889
6889
|
};
|
|
6890
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6890
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
6891
6891
|
}>> & {
|
|
6892
6892
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6893
6893
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7197,7 +7197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7197
7197
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7198
7198
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7199
7199
|
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>;
|
|
7200
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7200
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7201
7201
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7202
7202
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7203
7203
|
"onUpdate:visible": {
|
|
@@ -7206,7 +7206,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7206
7206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7207
7207
|
__epPropKey: true;
|
|
7208
7208
|
};
|
|
7209
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7209
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7210
7210
|
}>> & {
|
|
7211
7211
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7212
7212
|
}>>;
|
|
@@ -7225,10 +7225,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7225
7225
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7226
7226
|
isFocusInsideContent: () => boolean | undefined;
|
|
7227
7227
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7228
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7228
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7229
7229
|
}, {
|
|
7230
7230
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7231
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7231
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7232
7232
|
}>> & {
|
|
7233
7233
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7234
7234
|
}>>;
|
|
@@ -7236,12 +7236,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7236
7236
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7237
7237
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7238
7238
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7239
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7239
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7240
7240
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7241
7241
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7242
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7242
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7243
7243
|
}>>, {
|
|
7244
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7244
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7245
7245
|
}>> & Record<string, any>;
|
|
7246
7246
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7247
7247
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7598,8 +7598,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7598
7598
|
readonly id: StringConstructor;
|
|
7599
7599
|
readonly open: BooleanConstructor;
|
|
7600
7600
|
}>>, {
|
|
7601
|
-
readonly virtualTriggering: boolean;
|
|
7602
7601
|
readonly open: boolean;
|
|
7602
|
+
readonly virtualTriggering: boolean;
|
|
7603
7603
|
}>;
|
|
7604
7604
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7605
7605
|
readonly disabled: BooleanConstructor;
|
|
@@ -7659,8 +7659,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7659
7659
|
}>>, {
|
|
7660
7660
|
readonly disabled: boolean;
|
|
7661
7661
|
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>;
|
|
7662
|
-
readonly virtualTriggering: boolean;
|
|
7663
7662
|
readonly open: boolean;
|
|
7663
|
+
readonly virtualTriggering: boolean;
|
|
7664
7664
|
readonly triggerKeys: string[];
|
|
7665
7665
|
}>;
|
|
7666
7666
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -7921,7 +7921,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7921
7921
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7922
7922
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7923
7923
|
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>;
|
|
7924
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7924
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7925
7925
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7926
7926
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7927
7927
|
}, {
|
|
@@ -8183,7 +8183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8183
8183
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8184
8184
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8185
8185
|
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>;
|
|
8186
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8186
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8187
8187
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8188
8188
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8189
8189
|
}>> & {
|
|
@@ -8461,7 +8461,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8461
8461
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8462
8462
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8463
8463
|
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>;
|
|
8464
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8464
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8465
8465
|
}, {
|
|
8466
8466
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8467
8467
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8710,7 +8710,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8710
8710
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8711
8711
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8712
8712
|
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>;
|
|
8713
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8713
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8714
8714
|
}>> & {
|
|
8715
8715
|
onClose?: (() => any) | undefined;
|
|
8716
8716
|
onFocus?: (() => any) | undefined;
|
|
@@ -9068,7 +9068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9068
9068
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9069
9069
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9070
9070
|
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>;
|
|
9071
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9071
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9072
9072
|
}>> & {
|
|
9073
9073
|
onClose?: (() => any) | undefined;
|
|
9074
9074
|
onFocus?: (() => any) | undefined;
|
|
@@ -9077,13 +9077,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9077
9077
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9078
9078
|
}, {
|
|
9079
9079
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9080
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9080
9081
|
readonly offset: number;
|
|
9081
9082
|
readonly effect: string;
|
|
9082
9083
|
readonly boundariesPadding: number;
|
|
9083
9084
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9084
9085
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9085
9086
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9086
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9087
9087
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9088
9088
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9089
9089
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9351,20 +9351,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9351
9351
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9352
9352
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9353
9353
|
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>;
|
|
9354
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9354
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9355
9355
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9356
9356
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9357
9357
|
}>>, {
|
|
9358
9358
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9359
|
-
readonly offset: number;
|
|
9360
|
-
readonly effect: string;
|
|
9361
9359
|
readonly showAfter: number;
|
|
9362
9360
|
readonly hideAfter: number;
|
|
9361
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9362
|
+
readonly offset: number;
|
|
9363
|
+
readonly content: string;
|
|
9364
|
+
readonly transition: string;
|
|
9365
|
+
readonly effect: string;
|
|
9363
9366
|
readonly boundariesPadding: number;
|
|
9364
9367
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9365
9368
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9366
9369
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9367
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9368
9370
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9369
9371
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9370
9372
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9373,9 +9375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9373
9375
|
readonly pure: boolean;
|
|
9374
9376
|
readonly virtualTriggering: boolean;
|
|
9375
9377
|
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>;
|
|
9376
|
-
readonly content: string;
|
|
9377
9378
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9378
|
-
readonly transition: string;
|
|
9379
9379
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9380
9380
|
readonly persistent: boolean;
|
|
9381
9381
|
}>;
|
|
@@ -9436,8 +9436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9436
9436
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9437
9437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9438
9438
|
}>> & {
|
|
9439
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9440
9439
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9440
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9441
9441
|
}>>;
|
|
9442
9442
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9443
9443
|
ns: {
|
|
@@ -9484,8 +9484,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9484
9484
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9485
9485
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9486
9486
|
}>> & {
|
|
9487
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9488
9487
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9488
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9489
9489
|
}, {
|
|
9490
9490
|
readonly disabled: boolean;
|
|
9491
9491
|
readonly name: string;
|
|
@@ -9938,7 +9938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9938
9938
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9939
9939
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9940
9940
|
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>;
|
|
9941
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9941
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9942
9942
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9943
9943
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9944
9944
|
"onUpdate:visible": {
|
|
@@ -9947,7 +9947,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9947
9947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9948
9948
|
__epPropKey: true;
|
|
9949
9949
|
};
|
|
9950
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9950
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
9951
9951
|
}, {
|
|
9952
9952
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9953
9953
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10255,7 +10255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10255
10255
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10256
10256
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10257
10257
|
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>;
|
|
10258
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10258
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10259
10259
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10260
10260
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10261
10261
|
"onUpdate:visible": {
|
|
@@ -10264,7 +10264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10264
10264
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10265
10265
|
__epPropKey: true;
|
|
10266
10266
|
};
|
|
10267
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10267
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10268
10268
|
}>> & {
|
|
10269
10269
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10270
10270
|
}>>;
|
|
@@ -10283,10 +10283,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10283
10283
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10284
10284
|
isFocusInsideContent: () => boolean | undefined;
|
|
10285
10285
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10286
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10286
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10287
10287
|
}, {
|
|
10288
10288
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10289
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10289
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10290
10290
|
}>> & {
|
|
10291
10291
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10292
10292
|
}>>;
|
|
@@ -10294,12 +10294,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10294
10294
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10295
10295
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10296
10296
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10297
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10297
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10298
10298
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10299
10299
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10300
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10300
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10301
10301
|
}>>, {
|
|
10302
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10302
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10303
10303
|
}>> & Record<string, any>;
|
|
10304
10304
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10305
10305
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10656,8 +10656,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10656
10656
|
readonly id: StringConstructor;
|
|
10657
10657
|
readonly open: BooleanConstructor;
|
|
10658
10658
|
}>>, {
|
|
10659
|
-
readonly virtualTriggering: boolean;
|
|
10660
10659
|
readonly open: boolean;
|
|
10660
|
+
readonly virtualTriggering: boolean;
|
|
10661
10661
|
}>;
|
|
10662
10662
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10663
10663
|
readonly disabled: BooleanConstructor;
|
|
@@ -10717,8 +10717,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10717
10717
|
}>>, {
|
|
10718
10718
|
readonly disabled: boolean;
|
|
10719
10719
|
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>;
|
|
10720
|
-
readonly virtualTriggering: boolean;
|
|
10721
10720
|
readonly open: boolean;
|
|
10721
|
+
readonly virtualTriggering: boolean;
|
|
10722
10722
|
readonly triggerKeys: string[];
|
|
10723
10723
|
}>;
|
|
10724
10724
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -10979,7 +10979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10979
10979
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10980
10980
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10981
10981
|
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>;
|
|
10982
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10982
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10983
10983
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10984
10984
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10985
10985
|
}, {
|
|
@@ -11241,7 +11241,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11241
11241
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11242
11242
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11243
11243
|
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>;
|
|
11244
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11244
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11245
11245
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11246
11246
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11247
11247
|
}>> & {
|
|
@@ -11519,7 +11519,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11519
11519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11520
11520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11521
11521
|
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>;
|
|
11522
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11523
11523
|
}, {
|
|
11524
11524
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11525
11525
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11768,7 +11768,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11768
11768
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11769
11769
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11770
11770
|
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>;
|
|
11771
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11771
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11772
11772
|
}>> & {
|
|
11773
11773
|
onClose?: (() => any) | undefined;
|
|
11774
11774
|
onFocus?: (() => any) | undefined;
|
|
@@ -12126,7 +12126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12126
12126
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12127
12127
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12128
12128
|
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>;
|
|
12129
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12129
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12130
12130
|
}>> & {
|
|
12131
12131
|
onClose?: (() => any) | undefined;
|
|
12132
12132
|
onFocus?: (() => any) | undefined;
|
|
@@ -12135,13 +12135,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12135
12135
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12136
12136
|
}, {
|
|
12137
12137
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12138
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12138
12139
|
readonly offset: number;
|
|
12139
12140
|
readonly effect: string;
|
|
12140
12141
|
readonly boundariesPadding: number;
|
|
12141
12142
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12142
12143
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12143
12144
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12144
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12145
12145
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12146
12146
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12147
12147
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12409,20 +12409,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12409
12409
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12410
12410
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12411
12411
|
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>;
|
|
12412
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12412
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12413
12413
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12414
12414
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12415
12415
|
}>>, {
|
|
12416
12416
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12417
|
-
readonly offset: number;
|
|
12418
|
-
readonly effect: string;
|
|
12419
12417
|
readonly showAfter: number;
|
|
12420
12418
|
readonly hideAfter: number;
|
|
12419
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12420
|
+
readonly offset: number;
|
|
12421
|
+
readonly content: string;
|
|
12422
|
+
readonly transition: string;
|
|
12423
|
+
readonly effect: string;
|
|
12421
12424
|
readonly boundariesPadding: number;
|
|
12422
12425
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12423
12426
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12424
12427
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12425
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12426
12428
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12427
12429
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12428
12430
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12431,9 +12433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12431
12433
|
readonly pure: boolean;
|
|
12432
12434
|
readonly virtualTriggering: boolean;
|
|
12433
12435
|
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>;
|
|
12434
|
-
readonly content: string;
|
|
12435
12436
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12436
|
-
readonly transition: string;
|
|
12437
12437
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12438
12438
|
readonly persistent: boolean;
|
|
12439
12439
|
}>;
|
|
@@ -12743,7 +12743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12743
12743
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12744
12744
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12745
12745
|
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>;
|
|
12746
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12746
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12747
12747
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12748
12748
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12749
12749
|
"onUpdate:visible": {
|
|
@@ -12752,22 +12752,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12752
12752
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12753
12753
|
__epPropKey: true;
|
|
12754
12754
|
};
|
|
12755
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12755
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12756
12756
|
}>> & {
|
|
12757
12757
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12758
12758
|
}, {
|
|
12759
12759
|
disabled: boolean;
|
|
12760
12760
|
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>;
|
|
12761
12761
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12762
|
-
offset: number;
|
|
12763
|
-
effect: string;
|
|
12764
12762
|
showAfter: number;
|
|
12765
12763
|
hideAfter: number;
|
|
12764
|
+
open: boolean;
|
|
12765
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12766
|
+
offset: number;
|
|
12767
|
+
content: string;
|
|
12768
|
+
transition: string;
|
|
12769
|
+
effect: string;
|
|
12766
12770
|
boundariesPadding: number;
|
|
12767
12771
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12768
12772
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12769
12773
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12770
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12771
12774
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12772
12775
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12773
12776
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12776,13 +12779,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12776
12779
|
pure: boolean;
|
|
12777
12780
|
virtualTriggering: boolean;
|
|
12778
12781
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12779
|
-
content: string;
|
|
12780
12782
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12781
|
-
transition: string;
|
|
12782
12783
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12783
12784
|
persistent: boolean;
|
|
12784
|
-
|
|
12785
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12785
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12786
12786
|
triggerKeys: string[];
|
|
12787
12787
|
arrowOffset: number;
|
|
12788
12788
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12919,12 +12919,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12919
12919
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12920
12920
|
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>;
|
|
12921
12921
|
}>> & {
|
|
12922
|
-
onChange?: ((value: string) => any) | undefined;
|
|
12923
12922
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12923
|
+
onChange?: ((value: string) => any) | undefined;
|
|
12924
|
+
onClear?: (() => any) | undefined;
|
|
12924
12925
|
onInput?: ((value: string) => any) | undefined;
|
|
12925
12926
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
12926
12927
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
12927
|
-
onClear?: (() => any) | undefined;
|
|
12928
12928
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
12929
12929
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
12930
12930
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13174,12 +13174,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13174
13174
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13175
13175
|
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>;
|
|
13176
13176
|
}>> & {
|
|
13177
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13178
13177
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13178
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13179
|
+
onClear?: (() => any) | undefined;
|
|
13179
13180
|
onInput?: ((value: string) => any) | undefined;
|
|
13180
13181
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13181
13182
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13182
|
-
onClear?: (() => any) | undefined;
|
|
13183
13183
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13184
13184
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13185
13185
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13307,8 +13307,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13307
13307
|
};
|
|
13308
13308
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13309
13309
|
}>> & {
|
|
13310
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13311
13310
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13311
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13312
13312
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13313
13313
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13314
13314
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13419,12 +13419,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13419
13419
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13420
13420
|
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>;
|
|
13421
13421
|
}>> & {
|
|
13422
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13423
13422
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13423
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13424
|
+
onClear?: (() => any) | undefined;
|
|
13424
13425
|
onInput?: ((value: string) => any) | undefined;
|
|
13425
13426
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13426
13427
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13427
|
-
onClear?: (() => any) | undefined;
|
|
13428
13428
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13429
13429
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13430
13430
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13511,12 +13511,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13511
13511
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13512
13512
|
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>;
|
|
13513
13513
|
}>> & {
|
|
13514
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13515
13514
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13515
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13516
|
+
onClear?: (() => any) | undefined;
|
|
13516
13517
|
onInput?: ((value: string) => any) | undefined;
|
|
13517
13518
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13518
13519
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13519
|
-
onClear?: (() => any) | undefined;
|
|
13520
13520
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13521
13521
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13522
13522
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13590,12 +13590,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13590
13590
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13591
13591
|
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>;
|
|
13592
13592
|
}>> & {
|
|
13593
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13594
13593
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13594
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13595
|
+
onClear?: (() => any) | undefined;
|
|
13595
13596
|
onInput?: ((value: string) => any) | undefined;
|
|
13596
13597
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13597
13598
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13598
|
-
onClear?: (() => any) | undefined;
|
|
13599
13599
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13600
13600
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13601
13601
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13882,12 +13882,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13882
13882
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13883
13883
|
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>;
|
|
13884
13884
|
}>> & {
|
|
13885
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13886
13885
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13886
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13887
|
+
onClear?: (() => any) | undefined;
|
|
13887
13888
|
onInput?: ((value: string) => any) | undefined;
|
|
13888
13889
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13889
13890
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13890
|
-
onClear?: (() => any) | undefined;
|
|
13891
13891
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13892
13892
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13893
13893
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13961,12 +13961,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13961
13961
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13962
13962
|
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>;
|
|
13963
13963
|
}>> & {
|
|
13964
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13965
13964
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13965
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13966
|
+
onClear?: (() => any) | undefined;
|
|
13966
13967
|
onInput?: ((value: string) => any) | undefined;
|
|
13967
13968
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13968
13969
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13969
|
-
onClear?: (() => any) | undefined;
|
|
13970
13970
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13971
13971
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13972
13972
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14295,12 +14295,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14295
14295
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14296
14296
|
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>;
|
|
14297
14297
|
}>> & {
|
|
14298
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14299
14298
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14299
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14300
|
+
onClear?: (() => any) | undefined;
|
|
14300
14301
|
onInput?: ((value: string) => any) | undefined;
|
|
14301
14302
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14302
14303
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14303
|
-
onClear?: (() => any) | undefined;
|
|
14304
14304
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14305
14305
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14306
14306
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14550,12 +14550,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14550
14550
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14551
14551
|
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>;
|
|
14552
14552
|
}>> & {
|
|
14553
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14554
14553
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14554
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14555
|
+
onClear?: (() => any) | undefined;
|
|
14555
14556
|
onInput?: ((value: string) => any) | undefined;
|
|
14556
14557
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14557
14558
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14558
|
-
onClear?: (() => any) | undefined;
|
|
14559
14559
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14560
14560
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14561
14561
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14684,8 +14684,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14684
|
};
|
|
14685
14685
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14686
14686
|
}>> & {
|
|
14687
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14688
14687
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14688
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14689
14689
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14690
14690
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14691
14691
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -14864,8 +14864,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14864
14864
|
};
|
|
14865
14865
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14866
14866
|
}>> & {
|
|
14867
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
14868
14867
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14868
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
14869
14869
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
14870
14870
|
}, {
|
|
14871
14871
|
readonly disabled: boolean;
|