element-plus-secondary 0.6.3 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +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/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/autocomplete/src/autocomplete2.mjs +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +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/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +131 -18
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +18 -131
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +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.mjs +1 -1
- 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.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +19 -97
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +97 -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 +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -151
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +54 -408
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/es/components/color-picker/src/color-picker2.mjs +408 -54
- 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/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +87 -87
- 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.mjs +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +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 +2 -2
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -56
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/empty/src/empty2.mjs +56 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/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/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +28 -28
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +442 -116
- 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 +116 -442
- 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/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +49 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +21 -49
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.mjs +9 -60
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/jumper2.mjs +60 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +208 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -208
- 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.vue.d.ts +77 -65
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +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/src/popover.mjs +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- 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.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- 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/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
- package/es/components/select/index.d.ts +77 -65
- package/es/components/select/src/option.mjs +9 -3
- package/es/components/select/src/option.mjs.map +1 -1
- package/es/components/select/src/option.vue.d.ts +7 -0
- package/es/components/select/src/select.mjs +10 -5
- package/es/components/select/src/select.mjs.map +1 -1
- 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/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.mjs +1 -0
- package/es/components/select-v2/src/select.mjs.map +1 -1
- 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/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +178 -178
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +32 -32
- package/es/components/slider/src/composables/use-slide.d.ts +128 -128
- package/es/components/slider/src/slider.mjs +95 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +178 -178
- package/es/components/slider/src/slider2.mjs +233 -95
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +4 -4
- package/es/components/steps/src/item.mjs +20 -194
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +194 -20
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +3 -3
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tabs/src/tab-pane.mjs +73 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +13 -73
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +44 -18
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +18 -44
- 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.mjs +14 -1
- package/es/components/time-picker/src/common/picker.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +105 -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 +304 -268
- package/es/components/time-select/src/time-select.vue.d.ts +152 -134
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +39 -167
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/content2.mjs +167 -39
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +50 -113
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +113 -50
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +4 -4
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
- package/es/components/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/tree/index.d.ts +16 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.mjs +7 -2
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.vue.d.ts +9 -2
- package/es/components/tree-select/src/tree-select-option.d.ts +36 -0
- 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 +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +2 -2
- package/es/components/upload/src/upload-dragger.mjs +11 -70
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +70 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +28 -28
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +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/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/autocomplete/src/autocomplete2.js +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +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/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +131 -19
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +19 -131
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +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.js +1 -1
- 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.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +19 -97
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +97 -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 +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -151
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +54 -406
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/lib/components/color-picker/src/color-picker2.js +406 -54
- 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/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +87 -87
- 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.js +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +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 +2 -2
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -56
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/empty/src/empty2.js +56 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/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/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +28 -28
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +441 -116
- 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 +116 -441
- 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/link/index.js +2 -2
- package/lib/components/link/src/link.js +49 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +22 -49
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.js +9 -60
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/jumper2.js +60 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +208 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -208
- 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.vue.d.ts +77 -65
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +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/src/popover.js +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- 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.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- 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/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +1 -1
- package/lib/components/select/index.d.ts +77 -65
- package/lib/components/select/src/option.js +8 -2
- package/lib/components/select/src/option.js.map +1 -1
- package/lib/components/select/src/option.vue.d.ts +7 -0
- package/lib/components/select/src/select.js +10 -5
- package/lib/components/select/src/select.js.map +1 -1
- 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/defaults.js +1 -1
- package/lib/components/select-v2/src/select.js +1 -0
- package/lib/components/select-v2/src/select.js.map +1 -1
- 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/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +178 -178
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +32 -32
- package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
- package/lib/components/slider/src/slider.js +96 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +178 -178
- package/lib/components/slider/src/slider2.js +233 -96
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +4 -4
- package/lib/components/steps/src/item.js +20 -194
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +194 -20
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +3 -3
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tabs/src/tab-pane.js +73 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +13 -73
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +44 -18
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +18 -44
- 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.js +14 -1
- package/lib/components/time-picker/src/common/picker.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +105 -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 +304 -268
- package/lib/components/time-select/src/time-select.vue.d.ts +152 -134
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +39 -167
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/content2.js +167 -39
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +50 -113
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +113 -50
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +4 -4
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
- package/lib/components/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/tree/index.d.ts +16 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.js +6 -1
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +9 -2
- package/lib/components/tree-select/src/tree-select-option.d.ts +36 -0
- 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 +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +2 -2
- package/lib/components/upload/src/upload-dragger.js +12 -70
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +70 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +28 -28
- 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/el-input-number.css +1 -1
- package/theme-chalk/el-select-dropdown.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/el-tag.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +3 -3
- package/theme-chalk/src/input-number.scss +2 -2
- package/theme-chalk/src/select-dropdown.scss +4 -4
- package/theme-chalk/src/select.scss +8 -0
- package/theme-chalk/src/tag.scss +4 -0
- package/theme-chalk/src/tree.scss +1 -1
|
@@ -64,8 +64,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
66
|
}>> & {
|
|
67
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
68
67
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
68
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
69
69
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -448,8 +448,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
448
448
|
};
|
|
449
449
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
450
450
|
}>> & {
|
|
451
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
452
451
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
452
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
453
453
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
454
454
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
455
455
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -572,12 +572,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
572
572
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
573
573
|
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>;
|
|
574
574
|
}>> & {
|
|
575
|
-
onChange?: ((value: string) => any) | undefined;
|
|
576
575
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
576
|
+
onChange?: ((value: string) => any) | undefined;
|
|
577
|
+
onClear?: (() => any) | undefined;
|
|
577
578
|
onInput?: ((value: string) => any) | undefined;
|
|
578
579
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
579
580
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
580
|
-
onClear?: (() => any) | undefined;
|
|
581
581
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
582
582
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
583
583
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -676,12 +676,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
676
676
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
677
677
|
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>;
|
|
678
678
|
}>> & {
|
|
679
|
-
onChange?: ((value: string) => any) | undefined;
|
|
680
679
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
680
|
+
onChange?: ((value: string) => any) | undefined;
|
|
681
|
+
onClear?: (() => any) | undefined;
|
|
681
682
|
onInput?: ((value: string) => any) | undefined;
|
|
682
683
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
683
684
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
684
|
-
onClear?: (() => any) | undefined;
|
|
685
685
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
686
686
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
687
687
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -767,12 +767,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
767
767
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
768
768
|
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>;
|
|
769
769
|
}>> & {
|
|
770
|
-
onChange?: ((value: string) => any) | undefined;
|
|
771
770
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
771
|
+
onChange?: ((value: string) => any) | undefined;
|
|
772
|
+
onClear?: (() => any) | undefined;
|
|
772
773
|
onInput?: ((value: string) => any) | undefined;
|
|
773
774
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
774
775
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
775
|
-
onClear?: (() => any) | undefined;
|
|
776
776
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
777
777
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
778
778
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1071,12 +1071,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1071
1071
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1072
1072
|
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>;
|
|
1073
1073
|
}>> & {
|
|
1074
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1075
1074
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1075
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1076
|
+
onClear?: (() => any) | undefined;
|
|
1076
1077
|
onInput?: ((value: string) => any) | undefined;
|
|
1077
1078
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1078
1079
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1079
|
-
onClear?: (() => any) | undefined;
|
|
1080
1080
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1081
1081
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1082
1082
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1162,12 +1162,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1162
1162
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1163
1163
|
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>;
|
|
1164
1164
|
}>> & {
|
|
1165
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1166
1165
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1166
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1167
|
+
onClear?: (() => any) | undefined;
|
|
1167
1168
|
onInput?: ((value: string) => any) | undefined;
|
|
1168
1169
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1169
1170
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1170
|
-
onClear?: (() => any) | undefined;
|
|
1171
1171
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1172
1172
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1173
1173
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1520,12 +1520,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1520
1520
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1521
1521
|
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>;
|
|
1522
1522
|
}>> & {
|
|
1523
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1524
1523
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1524
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1525
|
+
onClear?: (() => any) | undefined;
|
|
1525
1526
|
onInput?: ((value: string) => any) | undefined;
|
|
1526
1527
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1527
1528
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1528
|
-
onClear?: (() => any) | undefined;
|
|
1529
1529
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1530
1530
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1531
1531
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1787,12 +1787,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1787
1787
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1788
1788
|
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>;
|
|
1789
1789
|
}>> & {
|
|
1790
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1791
1790
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1791
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1792
|
+
onClear?: (() => any) | undefined;
|
|
1792
1793
|
onInput?: ((value: string) => any) | undefined;
|
|
1793
1794
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1794
1795
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1795
|
-
onClear?: (() => any) | undefined;
|
|
1796
1796
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1797
1797
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1798
1798
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1919,8 +1919,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1919
1919
|
};
|
|
1920
1920
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1921
1921
|
}>> & {
|
|
1922
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1923
1922
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1923
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1924
1924
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1925
1925
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1926
1926
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2061,8 +2061,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2061
2061
|
};
|
|
2062
2062
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2063
2063
|
}>> & {
|
|
2064
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2065
2064
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2065
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2066
2066
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2067
2067
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2068
2068
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2185,12 +2185,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2185
2185
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2186
2186
|
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>;
|
|
2187
2187
|
}>> & {
|
|
2188
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2189
2188
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2189
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2190
|
+
onClear?: (() => any) | undefined;
|
|
2190
2191
|
onInput?: ((value: string) => any) | undefined;
|
|
2191
2192
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2192
2193
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2193
|
-
onClear?: (() => any) | undefined;
|
|
2194
2194
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2195
2195
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2196
2196
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2289,12 +2289,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2289
2289
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2290
2290
|
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>;
|
|
2291
2291
|
}>> & {
|
|
2292
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2293
2292
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2293
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2294
|
+
onClear?: (() => any) | undefined;
|
|
2294
2295
|
onInput?: ((value: string) => any) | undefined;
|
|
2295
2296
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2296
2297
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2297
|
-
onClear?: (() => any) | undefined;
|
|
2298
2298
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2299
2299
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2300
2300
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2380,12 +2380,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2380
2380
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2381
2381
|
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>;
|
|
2382
2382
|
}>> & {
|
|
2383
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2384
2383
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2384
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2385
|
+
onClear?: (() => any) | undefined;
|
|
2385
2386
|
onInput?: ((value: string) => any) | undefined;
|
|
2386
2387
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2387
2388
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2388
|
-
onClear?: (() => any) | undefined;
|
|
2389
2389
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2390
2390
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2391
2391
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2684,12 +2684,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2684
2684
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2685
2685
|
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>;
|
|
2686
2686
|
}>> & {
|
|
2687
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2688
2687
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2688
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2689
|
+
onClear?: (() => any) | undefined;
|
|
2689
2690
|
onInput?: ((value: string) => any) | undefined;
|
|
2690
2691
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2691
2692
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2692
|
-
onClear?: (() => any) | undefined;
|
|
2693
2693
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2694
2694
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2695
2695
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2775,12 +2775,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2775
2775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2776
2776
|
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>;
|
|
2777
2777
|
}>> & {
|
|
2778
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2779
2778
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2779
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2780
|
+
onClear?: (() => any) | undefined;
|
|
2780
2781
|
onInput?: ((value: string) => any) | undefined;
|
|
2781
2782
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2782
2783
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2783
|
-
onClear?: (() => any) | undefined;
|
|
2784
2784
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2785
2785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2786
2786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3133,12 +3133,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3133
3133
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3134
3134
|
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>;
|
|
3135
3135
|
}>> & {
|
|
3136
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3137
3136
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3137
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3138
|
+
onClear?: (() => any) | undefined;
|
|
3138
3139
|
onInput?: ((value: string) => any) | undefined;
|
|
3139
3140
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3140
3141
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3141
|
-
onClear?: (() => any) | undefined;
|
|
3142
3142
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3143
3143
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3144
3144
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3400,12 +3400,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3400
3400
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3401
3401
|
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>;
|
|
3402
3402
|
}>> & {
|
|
3403
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3404
3403
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3404
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3405
|
+
onClear?: (() => any) | undefined;
|
|
3405
3406
|
onInput?: ((value: string) => any) | undefined;
|
|
3406
3407
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3407
3408
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3408
|
-
onClear?: (() => any) | undefined;
|
|
3409
3409
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3410
3410
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3411
3411
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3532,8 +3532,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3532
3532
|
};
|
|
3533
3533
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3534
3534
|
}>> & {
|
|
3535
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3536
3535
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3536
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3537
3537
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3538
3538
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3539
3539
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3559,15 +3559,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3559
3559
|
disabled: boolean;
|
|
3560
3560
|
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>;
|
|
3561
3561
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3562
|
-
offset: number;
|
|
3563
|
-
effect: string;
|
|
3564
3562
|
showAfter: number;
|
|
3565
3563
|
hideAfter: number;
|
|
3564
|
+
open: boolean;
|
|
3565
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3566
|
+
offset: number;
|
|
3567
|
+
content: string;
|
|
3568
|
+
transition: string;
|
|
3569
|
+
effect: string;
|
|
3566
3570
|
boundariesPadding: number;
|
|
3567
3571
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3568
3572
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3569
3573
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3570
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3571
3574
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3572
3575
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3573
3576
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3576,13 +3579,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3576
3579
|
pure: boolean;
|
|
3577
3580
|
virtualTriggering: boolean;
|
|
3578
3581
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3579
|
-
content: string;
|
|
3580
3582
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3581
|
-
transition: string;
|
|
3582
3583
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3583
3584
|
persistent: boolean;
|
|
3584
|
-
|
|
3585
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3585
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3586
3586
|
triggerKeys: string[];
|
|
3587
3587
|
arrowOffset: number;
|
|
3588
3588
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3892,7 +3892,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3892
3892
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3893
3893
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3894
3894
|
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>;
|
|
3895
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3895
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3896
3896
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3897
3897
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3898
3898
|
"onUpdate:visible": {
|
|
@@ -3901,10 +3901,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3901
3901
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3902
3902
|
__epPropKey: true;
|
|
3903
3903
|
};
|
|
3904
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3904
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3905
3905
|
}>> & {
|
|
3906
3906
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3907
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3907
|
+
} & 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">;
|
|
3908
3908
|
$attrs: {
|
|
3909
3909
|
[x: string]: unknown;
|
|
3910
3910
|
};
|
|
@@ -4224,7 +4224,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4224
4224
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4225
4225
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4226
4226
|
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>;
|
|
4227
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4227
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4228
4228
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4229
4229
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4230
4230
|
"onUpdate:visible": {
|
|
@@ -4233,7 +4233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4233
4233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4234
4234
|
__epPropKey: true;
|
|
4235
4235
|
};
|
|
4236
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4236
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4237
4237
|
}>> & {
|
|
4238
4238
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4239
4239
|
}, {
|
|
@@ -4543,7 +4543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4543
4543
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4544
4544
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4545
4545
|
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>;
|
|
4546
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4546
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4547
4547
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4548
4548
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4549
4549
|
"onUpdate:visible": {
|
|
@@ -4552,7 +4552,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4552
4552
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4553
4553
|
__epPropKey: true;
|
|
4554
4554
|
};
|
|
4555
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4555
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4556
4556
|
}>> & {
|
|
4557
4557
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4558
4558
|
}>>;
|
|
@@ -4571,10 +4571,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4571
4571
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4572
4572
|
isFocusInsideContent: () => boolean | undefined;
|
|
4573
4573
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4574
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4574
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4575
4575
|
}, {
|
|
4576
4576
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4577
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4577
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4578
4578
|
}>> & {
|
|
4579
4579
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4580
4580
|
}>>;
|
|
@@ -4582,12 +4582,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4582
4582
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4583
4583
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4584
4584
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4585
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4585
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4586
4586
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4587
4587
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4588
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4588
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4589
4589
|
}>>, {
|
|
4590
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4590
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4591
4591
|
}>> & Record<string, any>;
|
|
4592
4592
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4593
4593
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4944,8 +4944,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4944
4944
|
readonly id: StringConstructor;
|
|
4945
4945
|
readonly open: BooleanConstructor;
|
|
4946
4946
|
}>>, {
|
|
4947
|
-
readonly virtualTriggering: boolean;
|
|
4948
4947
|
readonly open: boolean;
|
|
4948
|
+
readonly virtualTriggering: boolean;
|
|
4949
4949
|
}>;
|
|
4950
4950
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4951
4951
|
readonly disabled: BooleanConstructor;
|
|
@@ -5005,8 +5005,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5005
5005
|
}>>, {
|
|
5006
5006
|
readonly disabled: boolean;
|
|
5007
5007
|
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>;
|
|
5008
|
-
readonly virtualTriggering: boolean;
|
|
5009
5008
|
readonly open: boolean;
|
|
5009
|
+
readonly virtualTriggering: boolean;
|
|
5010
5010
|
readonly triggerKeys: string[];
|
|
5011
5011
|
}>;
|
|
5012
5012
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5267,7 +5267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5267
5267
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5268
5268
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5269
5269
|
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>;
|
|
5270
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5270
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5271
5271
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5272
5272
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5273
5273
|
}, {
|
|
@@ -5529,7 +5529,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5529
5529
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5530
5530
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5531
5531
|
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>;
|
|
5532
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5532
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5533
5533
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5534
5534
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5535
5535
|
}>> & {
|
|
@@ -5807,7 +5807,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5807
5807
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5808
5808
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5809
5809
|
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>;
|
|
5810
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5810
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5811
5811
|
}, {
|
|
5812
5812
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5813
5813
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6056,7 +6056,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6056
6056
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6057
6057
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6058
6058
|
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>;
|
|
6059
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6059
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6060
6060
|
}>> & {
|
|
6061
6061
|
onClose?: (() => any) | undefined;
|
|
6062
6062
|
onFocus?: (() => any) | undefined;
|
|
@@ -6414,7 +6414,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6414
6414
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6415
6415
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6416
6416
|
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>;
|
|
6417
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6417
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6418
6418
|
}>> & {
|
|
6419
6419
|
onClose?: (() => any) | undefined;
|
|
6420
6420
|
onFocus?: (() => any) | undefined;
|
|
@@ -6423,13 +6423,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6423
6423
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6424
6424
|
}, {
|
|
6425
6425
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6426
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6426
6427
|
readonly offset: number;
|
|
6427
6428
|
readonly effect: string;
|
|
6428
6429
|
readonly boundariesPadding: number;
|
|
6429
6430
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6430
6431
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6431
6432
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6432
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6433
6433
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6434
6434
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6435
6435
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6697,20 +6697,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6697
6697
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6698
6698
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6699
6699
|
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>;
|
|
6700
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6700
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6701
6701
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6702
6702
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6703
6703
|
}>>, {
|
|
6704
6704
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6705
|
-
readonly offset: number;
|
|
6706
|
-
readonly effect: string;
|
|
6707
6705
|
readonly showAfter: number;
|
|
6708
6706
|
readonly hideAfter: number;
|
|
6707
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6708
|
+
readonly offset: number;
|
|
6709
|
+
readonly content: string;
|
|
6710
|
+
readonly transition: string;
|
|
6711
|
+
readonly effect: string;
|
|
6709
6712
|
readonly boundariesPadding: number;
|
|
6710
6713
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6711
6714
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
6715
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6713
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6714
6716
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6715
6717
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6716
6718
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6719,9 +6721,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6719
6721
|
readonly pure: boolean;
|
|
6720
6722
|
readonly virtualTriggering: boolean;
|
|
6721
6723
|
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>;
|
|
6722
|
-
readonly content: string;
|
|
6723
6724
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6724
|
-
readonly transition: string;
|
|
6725
6725
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6726
6726
|
readonly persistent: boolean;
|
|
6727
6727
|
}>;
|
|
@@ -6729,15 +6729,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6729
6729
|
disabled: boolean;
|
|
6730
6730
|
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>;
|
|
6731
6731
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6732
|
-
offset: number;
|
|
6733
|
-
effect: string;
|
|
6734
6732
|
showAfter: number;
|
|
6735
6733
|
hideAfter: number;
|
|
6734
|
+
open: boolean;
|
|
6735
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6736
|
+
offset: number;
|
|
6737
|
+
content: string;
|
|
6738
|
+
transition: string;
|
|
6739
|
+
effect: string;
|
|
6736
6740
|
boundariesPadding: number;
|
|
6737
6741
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6738
6742
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6739
6743
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6740
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6741
6744
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6742
6745
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6743
6746
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6746,13 +6749,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6746
6749
|
pure: boolean;
|
|
6747
6750
|
virtualTriggering: boolean;
|
|
6748
6751
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6749
|
-
content: string;
|
|
6750
6752
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6751
|
-
transition: string;
|
|
6752
6753
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6753
6754
|
persistent: boolean;
|
|
6754
|
-
|
|
6755
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6755
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6756
6756
|
triggerKeys: string[];
|
|
6757
6757
|
arrowOffset: number;
|
|
6758
6758
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7082,7 +7082,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7082
7082
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7083
7083
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7084
7084
|
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>;
|
|
7085
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7085
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7086
7086
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7087
7087
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7088
7088
|
"onUpdate:visible": {
|
|
@@ -7091,7 +7091,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7091
7091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7092
7092
|
__epPropKey: true;
|
|
7093
7093
|
};
|
|
7094
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7094
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7095
7095
|
}>> & {
|
|
7096
7096
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7097
7097
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7401,7 +7401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7401
7401
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7402
7402
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7403
7403
|
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>;
|
|
7404
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7404
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7405
7405
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7406
7406
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7407
7407
|
"onUpdate:visible": {
|
|
@@ -7410,7 +7410,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7410
7410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7411
7411
|
__epPropKey: true;
|
|
7412
7412
|
};
|
|
7413
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7413
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7414
7414
|
}>> & {
|
|
7415
7415
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7416
7416
|
}>>;
|
|
@@ -7429,10 +7429,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7429
7429
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7430
7430
|
isFocusInsideContent: () => boolean | undefined;
|
|
7431
7431
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7432
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7432
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7433
7433
|
}, {
|
|
7434
7434
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7435
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7435
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7436
7436
|
}>> & {
|
|
7437
7437
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7438
7438
|
}>>;
|
|
@@ -7440,12 +7440,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7440
7440
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7441
7441
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7442
7442
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7443
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7443
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7444
7444
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7445
7445
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7446
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7446
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7447
7447
|
}>>, {
|
|
7448
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7448
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7449
7449
|
}>> & Record<string, any>;
|
|
7450
7450
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7451
7451
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7802,8 +7802,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7802
7802
|
readonly id: StringConstructor;
|
|
7803
7803
|
readonly open: BooleanConstructor;
|
|
7804
7804
|
}>>, {
|
|
7805
|
-
readonly virtualTriggering: boolean;
|
|
7806
7805
|
readonly open: boolean;
|
|
7806
|
+
readonly virtualTriggering: boolean;
|
|
7807
7807
|
}>;
|
|
7808
7808
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7809
7809
|
readonly disabled: BooleanConstructor;
|
|
@@ -7863,8 +7863,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7863
7863
|
}>>, {
|
|
7864
7864
|
readonly disabled: boolean;
|
|
7865
7865
|
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>;
|
|
7866
|
-
readonly virtualTriggering: boolean;
|
|
7867
7866
|
readonly open: boolean;
|
|
7867
|
+
readonly virtualTriggering: boolean;
|
|
7868
7868
|
readonly triggerKeys: string[];
|
|
7869
7869
|
}>;
|
|
7870
7870
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8125,7 +8125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8125
8125
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8126
8126
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8127
8127
|
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>;
|
|
8128
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8128
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8129
8129
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8130
8130
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8131
8131
|
}, {
|
|
@@ -8387,7 +8387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8387
8387
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8388
8388
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8389
8389
|
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>;
|
|
8390
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8390
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8391
8391
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8392
8392
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8393
8393
|
}>> & {
|
|
@@ -8665,7 +8665,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8665
8665
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8666
8666
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8667
8667
|
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>;
|
|
8668
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8668
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8669
8669
|
}, {
|
|
8670
8670
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8671
8671
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8914,7 +8914,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8914
8914
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8915
8915
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8916
8916
|
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>;
|
|
8917
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8917
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8918
8918
|
}>> & {
|
|
8919
8919
|
onClose?: (() => any) | undefined;
|
|
8920
8920
|
onFocus?: (() => any) | undefined;
|
|
@@ -9272,7 +9272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9272
9272
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9273
9273
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9274
9274
|
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>;
|
|
9275
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9275
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9276
9276
|
}>> & {
|
|
9277
9277
|
onClose?: (() => any) | undefined;
|
|
9278
9278
|
onFocus?: (() => any) | undefined;
|
|
@@ -9281,13 +9281,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9281
9281
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9282
9282
|
}, {
|
|
9283
9283
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9284
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9284
9285
|
readonly offset: number;
|
|
9285
9286
|
readonly effect: string;
|
|
9286
9287
|
readonly boundariesPadding: number;
|
|
9287
9288
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9288
9289
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9289
9290
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9290
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9291
9291
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9292
9292
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9293
9293
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9555,20 +9555,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9555
9555
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9556
9556
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9557
9557
|
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>;
|
|
9558
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9558
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9559
9559
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9560
9560
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9561
9561
|
}>>, {
|
|
9562
9562
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9563
|
-
readonly offset: number;
|
|
9564
|
-
readonly effect: string;
|
|
9565
9563
|
readonly showAfter: number;
|
|
9566
9564
|
readonly hideAfter: number;
|
|
9565
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9566
|
+
readonly offset: number;
|
|
9567
|
+
readonly content: string;
|
|
9568
|
+
readonly transition: string;
|
|
9569
|
+
readonly effect: string;
|
|
9567
9570
|
readonly boundariesPadding: number;
|
|
9568
9571
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9569
9572
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
9573
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9571
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9572
9574
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9573
9575
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9574
9576
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9577,9 +9579,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9577
9579
|
readonly pure: boolean;
|
|
9578
9580
|
readonly virtualTriggering: boolean;
|
|
9579
9581
|
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>;
|
|
9580
|
-
readonly content: string;
|
|
9581
9582
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9582
|
-
readonly transition: string;
|
|
9583
9583
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9584
9584
|
readonly persistent: boolean;
|
|
9585
9585
|
}>;
|
|
@@ -9643,8 +9643,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9643
9643
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9644
9644
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9645
9645
|
}>> & {
|
|
9646
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9647
9646
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9647
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9648
9648
|
}>>;
|
|
9649
9649
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9650
9650
|
ns: {
|
|
@@ -9691,8 +9691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9691
9691
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9692
9692
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9693
9693
|
}>> & {
|
|
9694
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9695
9694
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9695
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9696
9696
|
}, {
|
|
9697
9697
|
readonly disabled: boolean;
|
|
9698
9698
|
readonly name: string;
|
|
@@ -10145,7 +10145,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10145
10145
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10146
10146
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10147
10147
|
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>;
|
|
10148
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10148
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10149
10149
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10150
10150
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10151
10151
|
"onUpdate:visible": {
|
|
@@ -10154,7 +10154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10154
10154
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10155
10155
|
__epPropKey: true;
|
|
10156
10156
|
};
|
|
10157
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10157
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10158
10158
|
}, {
|
|
10159
10159
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10160
10160
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10462,7 +10462,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10462
10462
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10463
10463
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10464
10464
|
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>;
|
|
10465
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10465
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10466
10466
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10467
10467
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10468
10468
|
"onUpdate:visible": {
|
|
@@ -10471,7 +10471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10471
10471
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10472
10472
|
__epPropKey: true;
|
|
10473
10473
|
};
|
|
10474
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10474
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10475
10475
|
}>> & {
|
|
10476
10476
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10477
10477
|
}>>;
|
|
@@ -10490,10 +10490,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10490
10490
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10491
10491
|
isFocusInsideContent: () => boolean | undefined;
|
|
10492
10492
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10493
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10493
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10494
10494
|
}, {
|
|
10495
10495
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10496
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10496
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10497
10497
|
}>> & {
|
|
10498
10498
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10499
10499
|
}>>;
|
|
@@ -10501,12 +10501,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10501
10501
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10502
10502
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10503
10503
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10504
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10504
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10505
10505
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10506
10506
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10507
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10507
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10508
10508
|
}>>, {
|
|
10509
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10509
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10510
10510
|
}>> & Record<string, any>;
|
|
10511
10511
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10512
10512
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10863,8 +10863,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10863
10863
|
readonly id: StringConstructor;
|
|
10864
10864
|
readonly open: BooleanConstructor;
|
|
10865
10865
|
}>>, {
|
|
10866
|
-
readonly virtualTriggering: boolean;
|
|
10867
10866
|
readonly open: boolean;
|
|
10867
|
+
readonly virtualTriggering: boolean;
|
|
10868
10868
|
}>;
|
|
10869
10869
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10870
10870
|
readonly disabled: BooleanConstructor;
|
|
@@ -10924,8 +10924,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10924
10924
|
}>>, {
|
|
10925
10925
|
readonly disabled: boolean;
|
|
10926
10926
|
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>;
|
|
10927
|
-
readonly virtualTriggering: boolean;
|
|
10928
10927
|
readonly open: boolean;
|
|
10928
|
+
readonly virtualTriggering: boolean;
|
|
10929
10929
|
readonly triggerKeys: string[];
|
|
10930
10930
|
}>;
|
|
10931
10931
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11186,7 +11186,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11186
11186
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11187
11187
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11188
11188
|
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>;
|
|
11189
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11189
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11190
11190
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11191
11191
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11192
11192
|
}, {
|
|
@@ -11448,7 +11448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11448
11448
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11449
11449
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11450
11450
|
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>;
|
|
11451
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11451
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11452
11452
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11453
11453
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11454
11454
|
}>> & {
|
|
@@ -11726,7 +11726,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11726
11726
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11727
11727
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11728
11728
|
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>;
|
|
11729
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11729
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11730
11730
|
}, {
|
|
11731
11731
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11732
11732
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11975,7 +11975,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11975
11975
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11976
11976
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11977
11977
|
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>;
|
|
11978
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11978
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11979
11979
|
}>> & {
|
|
11980
11980
|
onClose?: (() => any) | undefined;
|
|
11981
11981
|
onFocus?: (() => any) | undefined;
|
|
@@ -12333,7 +12333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12333
12333
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12334
12334
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12335
12335
|
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>;
|
|
12336
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12336
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12337
12337
|
}>> & {
|
|
12338
12338
|
onClose?: (() => any) | undefined;
|
|
12339
12339
|
onFocus?: (() => any) | undefined;
|
|
@@ -12342,13 +12342,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12342
12342
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12343
12343
|
}, {
|
|
12344
12344
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12345
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12345
12346
|
readonly offset: number;
|
|
12346
12347
|
readonly effect: string;
|
|
12347
12348
|
readonly boundariesPadding: number;
|
|
12348
12349
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12349
12350
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12350
12351
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12351
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12352
12352
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12353
12353
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12354
12354
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12616,20 +12616,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12616
12616
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12617
12617
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12618
12618
|
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>;
|
|
12619
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12619
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12620
12620
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12621
12621
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12622
12622
|
}>>, {
|
|
12623
12623
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12624
|
-
readonly offset: number;
|
|
12625
|
-
readonly effect: string;
|
|
12626
12624
|
readonly showAfter: number;
|
|
12627
12625
|
readonly hideAfter: number;
|
|
12626
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12627
|
+
readonly offset: number;
|
|
12628
|
+
readonly content: string;
|
|
12629
|
+
readonly transition: string;
|
|
12630
|
+
readonly effect: string;
|
|
12628
12631
|
readonly boundariesPadding: number;
|
|
12629
12632
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12630
12633
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12631
12634
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12632
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12633
12635
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12634
12636
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12635
12637
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12638,9 +12640,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12638
12640
|
readonly pure: boolean;
|
|
12639
12641
|
readonly virtualTriggering: boolean;
|
|
12640
12642
|
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>;
|
|
12641
|
-
readonly content: string;
|
|
12642
12643
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12643
|
-
readonly transition: string;
|
|
12644
12644
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12645
12645
|
readonly persistent: boolean;
|
|
12646
12646
|
}>;
|
|
@@ -12950,7 +12950,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12950
12950
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12951
12951
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12952
12952
|
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>;
|
|
12953
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12953
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12954
12954
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12955
12955
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12956
12956
|
"onUpdate:visible": {
|
|
@@ -12959,22 +12959,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12959
12959
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12960
12960
|
__epPropKey: true;
|
|
12961
12961
|
};
|
|
12962
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12962
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12963
12963
|
}>> & {
|
|
12964
12964
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12965
12965
|
}, {
|
|
12966
12966
|
disabled: boolean;
|
|
12967
12967
|
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>;
|
|
12968
12968
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12969
|
-
offset: number;
|
|
12970
|
-
effect: string;
|
|
12971
12969
|
showAfter: number;
|
|
12972
12970
|
hideAfter: number;
|
|
12971
|
+
open: boolean;
|
|
12972
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12973
|
+
offset: number;
|
|
12974
|
+
content: string;
|
|
12975
|
+
transition: string;
|
|
12976
|
+
effect: string;
|
|
12973
12977
|
boundariesPadding: number;
|
|
12974
12978
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12975
12979
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12976
12980
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12977
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12978
12981
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12979
12982
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12980
12983
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12983,13 +12986,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12983
12986
|
pure: boolean;
|
|
12984
12987
|
virtualTriggering: boolean;
|
|
12985
12988
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12986
|
-
content: string;
|
|
12987
12989
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12988
|
-
transition: string;
|
|
12989
12990
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12990
12991
|
persistent: boolean;
|
|
12991
|
-
|
|
12992
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12992
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12993
12993
|
triggerKeys: string[];
|
|
12994
12994
|
arrowOffset: number;
|
|
12995
12995
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13150,12 +13150,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13150
13150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13151
13151
|
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>;
|
|
13152
13152
|
}>> & {
|
|
13153
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13154
13153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13154
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13155
|
+
onClear?: (() => any) | undefined;
|
|
13155
13156
|
onInput?: ((value: string) => any) | undefined;
|
|
13156
13157
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13157
13158
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13158
|
-
onClear?: (() => any) | undefined;
|
|
13159
13159
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13160
13160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13161
13161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13417,12 +13417,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13417
13417
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13418
13418
|
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>;
|
|
13419
13419
|
}>> & {
|
|
13420
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13421
13420
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13421
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13422
|
+
onClear?: (() => any) | undefined;
|
|
13422
13423
|
onInput?: ((value: string) => any) | undefined;
|
|
13423
13424
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13424
13425
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13425
|
-
onClear?: (() => any) | undefined;
|
|
13426
13426
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13427
13427
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13428
13428
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13549,8 +13549,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13549
13549
|
};
|
|
13550
13550
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13551
13551
|
}>> & {
|
|
13552
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13553
13552
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13553
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13554
13554
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13555
13555
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13556
13556
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13673,12 +13673,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13673
13673
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13674
13674
|
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>;
|
|
13675
13675
|
}>> & {
|
|
13676
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13677
13676
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13677
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13678
|
+
onClear?: (() => any) | undefined;
|
|
13678
13679
|
onInput?: ((value: string) => any) | undefined;
|
|
13679
13680
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13680
13681
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13681
|
-
onClear?: (() => any) | undefined;
|
|
13682
13682
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13683
13683
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13684
13684
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13777,12 +13777,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13777
13777
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13778
13778
|
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>;
|
|
13779
13779
|
}>> & {
|
|
13780
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13781
13780
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13781
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13782
|
+
onClear?: (() => any) | undefined;
|
|
13782
13783
|
onInput?: ((value: string) => any) | undefined;
|
|
13783
13784
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13784
13785
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13785
|
-
onClear?: (() => any) | undefined;
|
|
13786
13786
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13787
13787
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13788
13788
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13868,12 +13868,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13868
13868
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13869
13869
|
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>;
|
|
13870
13870
|
}>> & {
|
|
13871
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13872
13871
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13872
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13873
|
+
onClear?: (() => any) | undefined;
|
|
13873
13874
|
onInput?: ((value: string) => any) | undefined;
|
|
13874
13875
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13875
13876
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13876
|
-
onClear?: (() => any) | undefined;
|
|
13877
13877
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13878
13878
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13879
13879
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14172,12 +14172,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14172
14172
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14173
14173
|
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>;
|
|
14174
14174
|
}>> & {
|
|
14175
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14176
14175
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14176
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14177
|
+
onClear?: (() => any) | undefined;
|
|
14177
14178
|
onInput?: ((value: string) => any) | undefined;
|
|
14178
14179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14179
14180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14180
|
-
onClear?: (() => any) | undefined;
|
|
14181
14181
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14182
14182
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14183
14183
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14263,12 +14263,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14263
14263
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14264
14264
|
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>;
|
|
14265
14265
|
}>> & {
|
|
14266
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14267
14266
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14267
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14268
|
+
onClear?: (() => any) | undefined;
|
|
14268
14269
|
onInput?: ((value: string) => any) | undefined;
|
|
14269
14270
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14270
14271
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14271
|
-
onClear?: (() => any) | undefined;
|
|
14272
14272
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14273
14273
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14274
14274
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14621,12 +14621,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14621
14621
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14622
14622
|
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>;
|
|
14623
14623
|
}>> & {
|
|
14624
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14625
14624
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14625
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14626
|
+
onClear?: (() => any) | undefined;
|
|
14626
14627
|
onInput?: ((value: string) => any) | undefined;
|
|
14627
14628
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14628
14629
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14629
|
-
onClear?: (() => any) | undefined;
|
|
14630
14630
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14631
14631
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14632
14632
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14888,12 +14888,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14888
14888
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14889
14889
|
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>;
|
|
14890
14890
|
}>> & {
|
|
14891
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14892
14891
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14892
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14893
|
+
onClear?: (() => any) | undefined;
|
|
14893
14894
|
onInput?: ((value: string) => any) | undefined;
|
|
14894
14895
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14895
14896
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14896
|
-
onClear?: (() => any) | undefined;
|
|
14897
14897
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14898
14898
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14899
14899
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -15020,8 +15020,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15020
15020
|
};
|
|
15021
15021
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15022
15022
|
}>> & {
|
|
15023
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15024
15023
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15024
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15025
15025
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15026
15026
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15027
15027
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15208,8 +15208,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15208
15208
|
};
|
|
15209
15209
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15210
15210
|
}>> & {
|
|
15211
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15212
15211
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15212
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15213
15213
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15214
15214
|
}, {
|
|
15215
15215
|
readonly disabled: boolean;
|