element-plus-secondary 0.4.13 → 0.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete.mjs +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.mjs +3 -3
- 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/button/src/button.mjs +54 -78
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +78 -54
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +35 -16
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +16 -35
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +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.vue.d.ts +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +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/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +10 -62
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +62 -10
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -151
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +398 -50
- 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 +50 -398
- 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 +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +81 -81
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog.mjs +70 -170
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +170 -70
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +1 -1
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/dropdown/src/dropdown2.mjs +2 -2
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +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/image/index.d.ts +6 -6
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +58 -219
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image/src/image2.mjs +219 -58
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +37 -37
- 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/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +322 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +62 -322
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/next.mjs +34 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -34
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +18 -34
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +34 -18
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +22 -68
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/es/components/pagination/src/components/sizes2.mjs +68 -22
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popover/index.d.ts +105 -105
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/arrow.mjs +44 -8
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +8 -44
- 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.mjs +31 -120
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +120 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/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-group.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +3 -3
- package/es/components/scrollbar/src/bar.mjs +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.mjs +131 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -131
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +65 -65
- package/es/components/select/src/select.mjs +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.vue.d.ts +65 -65
- package/es/components/select-v2/src/useSelect.d.ts +63 -63
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +49 -22
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +178 -178
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.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 +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +240 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +88 -240
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-pane.mjs +13 -73
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +73 -13
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +268 -268
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/time-select/src/time-select2.mjs +48 -117
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/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.mjs +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +131 -19
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer-panel2.mjs +19 -131
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/transfer/src/transfer2.mjs +1 -1
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/index.mjs +5 -5
- package/es/components/upload/src/upload-content.mjs +170 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +70 -11
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +11 -70
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +120 -105
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +105 -120
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +37 -37
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete.js +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.js +3 -3
- 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/button/src/button.js +57 -78
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +78 -57
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +35 -16
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +16 -35
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +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.vue.d.ts +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +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/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +9 -62
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +62 -9
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -151
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +396 -50
- 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 +50 -396
- 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 +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog.js +71 -170
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +170 -71
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +1 -1
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown2.js +2 -2
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +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/image/index.d.ts +6 -6
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +59 -219
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image/src/image2.js +219 -59
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +36 -405
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +37 -37
- 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/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +321 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +62 -321
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/next.js +34 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -34
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +19 -34
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +34 -19
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +22 -68
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/lib/components/pagination/src/components/sizes2.js +68 -22
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popover/index.d.ts +105 -105
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/arrow.js +44 -9
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +9 -44
- 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.js +32 -120
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +120 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/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-group.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +3 -3
- package/lib/components/scrollbar/src/bar.js +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +175 -48
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +48 -175
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.js +131 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -131
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +65 -65
- package/lib/components/select/src/select.js +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.vue.d.ts +65 -65
- package/lib/components/select-v2/src/useSelect.d.ts +63 -63
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +49 -22
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +178 -178
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.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 +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +239 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +88 -239
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-pane.js +13 -73
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +73 -13
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +268 -268
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/time-select/src/time-select2.js +48 -122
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/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.js +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.js +38 -23
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +23 -38
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +2 -2
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +131 -21
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer-panel2.js +21 -131
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/transfer/src/transfer2.js +1 -1
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/index.js +5 -5
- package/lib/components/upload/src/upload-content.js +170 -33
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +33 -170
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +70 -12
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +12 -70
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +120 -108
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +108 -120
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +37 -37
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/el-dialog.css +1 -1
- package/theme-chalk/el-drawer.css +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-message-box.css +1 -1
- package/theme-chalk/el-message.css +1 -1
- package/theme-chalk/el-reset.css +1 -1
- package/theme-chalk/el-step.css +1 -1
- package/theme-chalk/el-tabs.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +1 -1
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/dialog.scss +1 -1
- package/theme-chalk/src/drawer.scss +1 -1
- package/theme-chalk/src/form.scss +3 -3
- package/theme-chalk/src/message-box.scss +1 -1
- package/theme-chalk/src/message.scss +1 -1
- package/theme-chalk/src/reset.scss +1 -1
- package/theme-chalk/src/step.scss +2 -2
- package/theme-chalk/src/tabs.scss +1 -1
- package/theme-chalk/src/tree.scss +2 -2
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
}>> & {
|
|
55
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
56
55
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
56
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
57
57
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -436,8 +436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
436
|
};
|
|
437
437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
438
438
|
}>> & {
|
|
439
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
440
439
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
440
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
441
441
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
442
442
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
443
443
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -560,12 +560,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
560
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
561
561
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
562
562
|
}>> & {
|
|
563
|
-
onChange?: ((value: string) => any) | undefined;
|
|
564
563
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
|
+
onChange?: ((value: string) => any) | undefined;
|
|
565
|
+
onClear?: (() => any) | undefined;
|
|
565
566
|
onInput?: ((value: string) => any) | undefined;
|
|
566
567
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
567
568
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
568
|
-
onClear?: (() => any) | undefined;
|
|
569
569
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
570
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
571
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -664,12 +664,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
664
664
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
665
665
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
666
666
|
}>> & {
|
|
667
|
-
onChange?: ((value: string) => any) | undefined;
|
|
668
667
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
|
+
onChange?: ((value: string) => any) | undefined;
|
|
669
|
+
onClear?: (() => any) | undefined;
|
|
669
670
|
onInput?: ((value: string) => any) | undefined;
|
|
670
671
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
671
672
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
672
|
-
onClear?: (() => any) | undefined;
|
|
673
673
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
674
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
675
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -755,12 +755,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
755
755
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
756
756
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
757
757
|
}>> & {
|
|
758
|
-
onChange?: ((value: string) => any) | undefined;
|
|
759
758
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
|
+
onChange?: ((value: string) => any) | undefined;
|
|
760
|
+
onClear?: (() => any) | undefined;
|
|
760
761
|
onInput?: ((value: string) => any) | undefined;
|
|
761
762
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
762
763
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
763
|
-
onClear?: (() => any) | undefined;
|
|
764
764
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
765
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
766
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1059,12 +1059,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1059
1059
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1060
1060
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1061
1061
|
}>> & {
|
|
1062
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1063
1062
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1064
|
+
onClear?: (() => any) | undefined;
|
|
1064
1065
|
onInput?: ((value: string) => any) | undefined;
|
|
1065
1066
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1066
1067
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1067
|
-
onClear?: (() => any) | undefined;
|
|
1068
1068
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1069
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1070
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1150,12 +1150,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1150
1150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1151
1151
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1152
1152
|
}>> & {
|
|
1153
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1154
1153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1155
|
+
onClear?: (() => any) | undefined;
|
|
1155
1156
|
onInput?: ((value: string) => any) | undefined;
|
|
1156
1157
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1157
1158
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1158
|
-
onClear?: (() => any) | undefined;
|
|
1159
1159
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1160
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1161
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1508,12 +1508,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1508
1508
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1509
1509
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1510
1510
|
}>> & {
|
|
1511
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1512
1511
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1513
|
+
onClear?: (() => any) | undefined;
|
|
1513
1514
|
onInput?: ((value: string) => any) | undefined;
|
|
1514
1515
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1515
1516
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1516
|
-
onClear?: (() => any) | undefined;
|
|
1517
1517
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1518
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1519
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1775,12 +1775,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1776
1776
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1777
1777
|
}>> & {
|
|
1778
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1779
1778
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1780
|
+
onClear?: (() => any) | undefined;
|
|
1780
1781
|
onInput?: ((value: string) => any) | undefined;
|
|
1781
1782
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1782
1783
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1783
|
-
onClear?: (() => any) | undefined;
|
|
1784
1784
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1785
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1786
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1907,8 +1907,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1907
1907
|
};
|
|
1908
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1909
1909
|
}>> & {
|
|
1910
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
1910
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1911
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1912
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1913
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1914
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2049,8 +2049,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2049
2049
|
};
|
|
2050
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2051
2051
|
}>> & {
|
|
2052
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
2052
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2053
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2054
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2055
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2056
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2173,12 +2173,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2173
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2174
2174
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2175
2175
|
}>> & {
|
|
2176
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2177
2176
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2177
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2178
|
+
onClear?: (() => any) | undefined;
|
|
2178
2179
|
onInput?: ((value: string) => any) | undefined;
|
|
2179
2180
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2180
2181
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2181
|
-
onClear?: (() => any) | undefined;
|
|
2182
2182
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2183
2183
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2184
2184
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2277,12 +2277,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2277
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2278
2278
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2279
2279
|
}>> & {
|
|
2280
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2281
2280
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2281
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2282
|
+
onClear?: (() => any) | undefined;
|
|
2282
2283
|
onInput?: ((value: string) => any) | undefined;
|
|
2283
2284
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2284
2285
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2285
|
-
onClear?: (() => any) | undefined;
|
|
2286
2286
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2287
2287
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2288
2288
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2368,12 +2368,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2368
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2369
2369
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2370
2370
|
}>> & {
|
|
2371
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2372
2371
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2372
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2373
|
+
onClear?: (() => any) | undefined;
|
|
2373
2374
|
onInput?: ((value: string) => any) | undefined;
|
|
2374
2375
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2375
2376
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2376
|
-
onClear?: (() => any) | undefined;
|
|
2377
2377
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2378
2378
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2379
2379
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2672,12 +2672,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2672
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2673
2673
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2674
2674
|
}>> & {
|
|
2675
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2676
2675
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2676
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2677
|
+
onClear?: (() => any) | undefined;
|
|
2677
2678
|
onInput?: ((value: string) => any) | undefined;
|
|
2678
2679
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2679
2680
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2680
|
-
onClear?: (() => any) | undefined;
|
|
2681
2681
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2682
2682
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2683
2683
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2763,12 +2763,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2763
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2764
2764
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2765
2765
|
}>> & {
|
|
2766
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2767
2766
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2767
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2768
|
+
onClear?: (() => any) | undefined;
|
|
2768
2769
|
onInput?: ((value: string) => any) | undefined;
|
|
2769
2770
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2770
2771
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2771
|
-
onClear?: (() => any) | undefined;
|
|
2772
2772
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2773
2773
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2774
2774
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3121,12 +3121,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3121
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3122
3122
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3123
3123
|
}>> & {
|
|
3124
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3125
3124
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3125
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3126
|
+
onClear?: (() => any) | undefined;
|
|
3126
3127
|
onInput?: ((value: string) => any) | undefined;
|
|
3127
3128
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3128
3129
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3129
|
-
onClear?: (() => any) | undefined;
|
|
3130
3130
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3131
3131
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3132
3132
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3388,12 +3388,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3388
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3389
3389
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3390
3390
|
}>> & {
|
|
3391
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3392
3391
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3392
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3393
|
+
onClear?: (() => any) | undefined;
|
|
3393
3394
|
onInput?: ((value: string) => any) | undefined;
|
|
3394
3395
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3395
3396
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3396
|
-
onClear?: (() => any) | undefined;
|
|
3397
3397
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3398
3398
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3399
3399
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3520,8 +3520,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3520
3520
|
};
|
|
3521
3521
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3522
3522
|
}>> & {
|
|
3523
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3524
3523
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3524
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3525
3525
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3526
3526
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3527
3527
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3547,15 +3547,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3547
3547
|
disabled: boolean;
|
|
3548
3548
|
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>;
|
|
3549
3549
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3550
|
-
offset: number;
|
|
3551
|
-
effect: string;
|
|
3552
3550
|
showAfter: number;
|
|
3553
3551
|
hideAfter: number;
|
|
3552
|
+
open: boolean;
|
|
3553
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3554
|
+
offset: number;
|
|
3555
|
+
content: string;
|
|
3556
|
+
transition: string;
|
|
3557
|
+
effect: string;
|
|
3554
3558
|
boundariesPadding: number;
|
|
3555
3559
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3556
3560
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3557
3561
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3558
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3559
3562
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3560
3563
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3561
3564
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3564,13 +3567,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3564
3567
|
pure: boolean;
|
|
3565
3568
|
virtualTriggering: boolean;
|
|
3566
3569
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3567
|
-
content: string;
|
|
3568
3570
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3569
|
-
transition: string;
|
|
3570
3571
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
3572
|
persistent: boolean;
|
|
3572
|
-
|
|
3573
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3573
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3574
3574
|
triggerKeys: string[];
|
|
3575
3575
|
arrowOffset: number;
|
|
3576
3576
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3880,7 +3880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3880
3880
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3881
3881
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3882
3882
|
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>;
|
|
3883
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3883
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3884
3884
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3885
3885
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3886
3886
|
"onUpdate:visible": {
|
|
@@ -3889,10 +3889,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
3889
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3890
3890
|
__epPropKey: true;
|
|
3891
3891
|
};
|
|
3892
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3892
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3893
3893
|
}>> & {
|
|
3894
3894
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3895
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3895
|
+
} & 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">;
|
|
3896
3896
|
$attrs: {
|
|
3897
3897
|
[x: string]: unknown;
|
|
3898
3898
|
};
|
|
@@ -4212,7 +4212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4212
4212
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4213
4213
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4214
4214
|
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>;
|
|
4215
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4215
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4216
4216
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4217
4217
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4218
4218
|
"onUpdate:visible": {
|
|
@@ -4221,7 +4221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4221
4221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4222
4222
|
__epPropKey: true;
|
|
4223
4223
|
};
|
|
4224
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4224
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4225
4225
|
}>> & {
|
|
4226
4226
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4227
4227
|
}, {
|
|
@@ -4531,7 +4531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4531
4531
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4532
4532
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4533
4533
|
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>;
|
|
4534
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4534
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4535
4535
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4536
4536
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4537
4537
|
"onUpdate:visible": {
|
|
@@ -4540,7 +4540,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4540
4540
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4541
4541
|
__epPropKey: true;
|
|
4542
4542
|
};
|
|
4543
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4543
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4544
4544
|
}>> & {
|
|
4545
4545
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4546
4546
|
}>>;
|
|
@@ -4559,10 +4559,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4559
4559
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4560
4560
|
isFocusInsideContent: () => boolean | undefined;
|
|
4561
4561
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4562
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4562
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4563
4563
|
}, {
|
|
4564
4564
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4565
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4565
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4566
4566
|
}>> & {
|
|
4567
4567
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4568
4568
|
}>>;
|
|
@@ -4570,12 +4570,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4570
4570
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4571
4571
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4572
4572
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4573
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4573
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4574
4574
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4575
4575
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4576
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4576
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4577
4577
|
}>>, {
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4579
4579
|
}>> & Record<string, any>;
|
|
4580
4580
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4581
4581
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4932,8 +4932,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4932
4932
|
readonly id: StringConstructor;
|
|
4933
4933
|
readonly open: BooleanConstructor;
|
|
4934
4934
|
}>>, {
|
|
4935
|
-
readonly virtualTriggering: boolean;
|
|
4936
4935
|
readonly open: boolean;
|
|
4936
|
+
readonly virtualTriggering: boolean;
|
|
4937
4937
|
}>;
|
|
4938
4938
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4939
4939
|
readonly disabled: BooleanConstructor;
|
|
@@ -4993,8 +4993,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
4993
|
}>>, {
|
|
4994
4994
|
readonly disabled: boolean;
|
|
4995
4995
|
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>;
|
|
4996
|
-
readonly virtualTriggering: boolean;
|
|
4997
4996
|
readonly open: boolean;
|
|
4997
|
+
readonly virtualTriggering: boolean;
|
|
4998
4998
|
readonly triggerKeys: string[];
|
|
4999
4999
|
}>;
|
|
5000
5000
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5255,7 +5255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5255
5255
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5256
5256
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5257
5257
|
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>;
|
|
5258
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5258
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5259
5259
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5260
5260
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5261
5261
|
}, {
|
|
@@ -5517,7 +5517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5517
5517
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5518
5518
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5519
5519
|
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>;
|
|
5520
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5520
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5521
5521
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5522
5522
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5523
5523
|
}>> & {
|
|
@@ -5795,7 +5795,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5795
5795
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5796
5796
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5797
5797
|
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>;
|
|
5798
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5798
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5799
5799
|
}, {
|
|
5800
5800
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5801
5801
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6044,7 +6044,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6044
6044
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6045
6045
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6046
6046
|
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>;
|
|
6047
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6047
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6048
6048
|
}>> & {
|
|
6049
6049
|
onClose?: (() => any) | undefined;
|
|
6050
6050
|
onFocus?: (() => any) | undefined;
|
|
@@ -6402,7 +6402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6402
6402
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6403
6403
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6404
6404
|
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>;
|
|
6405
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6405
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6406
6406
|
}>> & {
|
|
6407
6407
|
onClose?: (() => any) | undefined;
|
|
6408
6408
|
onFocus?: (() => any) | undefined;
|
|
@@ -6411,13 +6411,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6411
6411
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6412
6412
|
}, {
|
|
6413
6413
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6414
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6414
6415
|
readonly offset: number;
|
|
6415
6416
|
readonly effect: string;
|
|
6416
6417
|
readonly boundariesPadding: number;
|
|
6417
6418
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6418
6419
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6419
6420
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6420
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6421
6421
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6422
6422
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6423
6423
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6685,20 +6685,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6685
6685
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6686
6686
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6687
6687
|
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>;
|
|
6688
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6688
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6689
6689
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6690
6690
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6691
6691
|
}>>, {
|
|
6692
6692
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6693
|
-
readonly offset: number;
|
|
6694
|
-
readonly effect: string;
|
|
6695
6693
|
readonly showAfter: number;
|
|
6696
6694
|
readonly hideAfter: number;
|
|
6695
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6696
|
+
readonly offset: number;
|
|
6697
|
+
readonly content: string;
|
|
6698
|
+
readonly transition: string;
|
|
6699
|
+
readonly effect: string;
|
|
6697
6700
|
readonly boundariesPadding: number;
|
|
6698
6701
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6699
6702
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6700
6703
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6701
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6702
6704
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6703
6705
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6704
6706
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6707,9 +6709,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6707
6709
|
readonly pure: boolean;
|
|
6708
6710
|
readonly virtualTriggering: boolean;
|
|
6709
6711
|
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>;
|
|
6710
|
-
readonly content: string;
|
|
6711
6712
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
|
-
readonly transition: string;
|
|
6713
6713
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
6714
|
readonly persistent: boolean;
|
|
6715
6715
|
}>;
|
|
@@ -6717,15 +6717,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6717
6717
|
disabled: boolean;
|
|
6718
6718
|
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>;
|
|
6719
6719
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6720
|
-
offset: number;
|
|
6721
|
-
effect: string;
|
|
6722
6720
|
showAfter: number;
|
|
6723
6721
|
hideAfter: number;
|
|
6722
|
+
open: boolean;
|
|
6723
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6724
|
+
offset: number;
|
|
6725
|
+
content: string;
|
|
6726
|
+
transition: string;
|
|
6727
|
+
effect: string;
|
|
6724
6728
|
boundariesPadding: number;
|
|
6725
6729
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6726
6730
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6727
6731
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6728
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6729
6732
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6730
6733
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6731
6734
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6734,13 +6737,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6734
6737
|
pure: boolean;
|
|
6735
6738
|
virtualTriggering: boolean;
|
|
6736
6739
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6737
|
-
content: string;
|
|
6738
6740
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6739
|
-
transition: string;
|
|
6740
6741
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
6742
|
persistent: boolean;
|
|
6742
|
-
|
|
6743
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6743
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6744
6744
|
triggerKeys: string[];
|
|
6745
6745
|
arrowOffset: number;
|
|
6746
6746
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7070,7 +7070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7070
7070
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7071
7071
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7072
7072
|
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>;
|
|
7073
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7073
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7074
7074
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7075
7075
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7076
7076
|
"onUpdate:visible": {
|
|
@@ -7079,7 +7079,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7079
7079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7080
7080
|
__epPropKey: true;
|
|
7081
7081
|
};
|
|
7082
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7082
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7083
7083
|
}>> & {
|
|
7084
7084
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7085
7085
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7389,7 +7389,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7389
7389
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7390
7390
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7391
7391
|
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>;
|
|
7392
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7392
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7393
7393
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7394
7394
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7395
7395
|
"onUpdate:visible": {
|
|
@@ -7398,7 +7398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7398
7398
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7399
7399
|
__epPropKey: true;
|
|
7400
7400
|
};
|
|
7401
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7401
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7402
7402
|
}>> & {
|
|
7403
7403
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7404
7404
|
}>>;
|
|
@@ -7417,10 +7417,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7417
7417
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7418
7418
|
isFocusInsideContent: () => boolean | undefined;
|
|
7419
7419
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7420
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7420
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7421
7421
|
}, {
|
|
7422
7422
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7423
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7423
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7424
7424
|
}>> & {
|
|
7425
7425
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7426
7426
|
}>>;
|
|
@@ -7428,12 +7428,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7428
7428
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7429
7429
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7430
7430
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7431
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7431
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7432
7432
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7433
7433
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7434
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7434
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7435
7435
|
}>>, {
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7437
7437
|
}>> & Record<string, any>;
|
|
7438
7438
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7439
7439
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7790,8 +7790,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7790
7790
|
readonly id: StringConstructor;
|
|
7791
7791
|
readonly open: BooleanConstructor;
|
|
7792
7792
|
}>>, {
|
|
7793
|
-
readonly virtualTriggering: boolean;
|
|
7794
7793
|
readonly open: boolean;
|
|
7794
|
+
readonly virtualTriggering: boolean;
|
|
7795
7795
|
}>;
|
|
7796
7796
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7797
7797
|
readonly disabled: BooleanConstructor;
|
|
@@ -7851,8 +7851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7851
7851
|
}>>, {
|
|
7852
7852
|
readonly disabled: boolean;
|
|
7853
7853
|
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>;
|
|
7854
|
-
readonly virtualTriggering: boolean;
|
|
7855
7854
|
readonly open: boolean;
|
|
7855
|
+
readonly virtualTriggering: boolean;
|
|
7856
7856
|
readonly triggerKeys: string[];
|
|
7857
7857
|
}>;
|
|
7858
7858
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8113,7 +8113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8113
8113
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8114
8114
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8115
8115
|
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>;
|
|
8116
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8116
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8117
8117
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8118
8118
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8119
8119
|
}, {
|
|
@@ -8375,7 +8375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8375
8375
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8376
8376
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8377
8377
|
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>;
|
|
8378
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8378
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8379
8379
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8380
8380
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8381
8381
|
}>> & {
|
|
@@ -8653,7 +8653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8653
8653
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8654
8654
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8655
8655
|
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>;
|
|
8656
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8656
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8657
8657
|
}, {
|
|
8658
8658
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8659
8659
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8902,7 +8902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8902
8902
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8903
8903
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8904
8904
|
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>;
|
|
8905
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8905
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8906
8906
|
}>> & {
|
|
8907
8907
|
onClose?: (() => any) | undefined;
|
|
8908
8908
|
onFocus?: (() => any) | undefined;
|
|
@@ -9260,7 +9260,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9260
9260
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9261
9261
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9262
9262
|
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>;
|
|
9263
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9263
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9264
9264
|
}>> & {
|
|
9265
9265
|
onClose?: (() => any) | undefined;
|
|
9266
9266
|
onFocus?: (() => any) | undefined;
|
|
@@ -9269,13 +9269,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9269
9269
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9270
9270
|
}, {
|
|
9271
9271
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9272
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9272
9273
|
readonly offset: number;
|
|
9273
9274
|
readonly effect: string;
|
|
9274
9275
|
readonly boundariesPadding: number;
|
|
9275
9276
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9276
9277
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9277
9278
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9278
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9279
9279
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9280
9280
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9281
9281
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9543,20 +9543,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9543
9543
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9544
9544
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9545
9545
|
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>;
|
|
9546
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9546
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9547
9547
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9548
9548
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9549
9549
|
}>>, {
|
|
9550
9550
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9551
|
-
readonly offset: number;
|
|
9552
|
-
readonly effect: string;
|
|
9553
9551
|
readonly showAfter: number;
|
|
9554
9552
|
readonly hideAfter: number;
|
|
9553
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9554
|
+
readonly offset: number;
|
|
9555
|
+
readonly content: string;
|
|
9556
|
+
readonly transition: string;
|
|
9557
|
+
readonly effect: string;
|
|
9555
9558
|
readonly boundariesPadding: number;
|
|
9556
9559
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9557
9560
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9558
9561
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9559
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9560
9562
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9561
9563
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9562
9564
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9565,9 +9567,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9565
9567
|
readonly pure: boolean;
|
|
9566
9568
|
readonly virtualTriggering: boolean;
|
|
9567
9569
|
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>;
|
|
9568
|
-
readonly content: string;
|
|
9569
9570
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
|
-
readonly transition: string;
|
|
9571
9571
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
9572
|
readonly persistent: boolean;
|
|
9573
9573
|
}>;
|
|
@@ -9631,8 +9631,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9631
9631
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9632
9632
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9633
9633
|
}>> & {
|
|
9634
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
9634
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9636
9636
|
}>>;
|
|
9637
9637
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9638
9638
|
ns: {
|
|
@@ -9679,8 +9679,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9679
9679
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9680
9680
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9681
9681
|
}>> & {
|
|
9682
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
9682
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9684
9684
|
}, {
|
|
9685
9685
|
readonly disabled: boolean;
|
|
9686
9686
|
readonly name: string;
|
|
@@ -10133,7 +10133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10133
10133
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10134
10134
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10135
10135
|
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>;
|
|
10136
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10136
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10137
10137
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10138
10138
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10139
10139
|
"onUpdate:visible": {
|
|
@@ -10142,7 +10142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10142
10142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10143
10143
|
__epPropKey: true;
|
|
10144
10144
|
};
|
|
10145
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10145
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10146
10146
|
}, {
|
|
10147
10147
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10148
10148
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10450,7 +10450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10450
10450
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10451
10451
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10452
10452
|
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>;
|
|
10453
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10453
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10454
10454
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10455
10455
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10456
10456
|
"onUpdate:visible": {
|
|
@@ -10459,7 +10459,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10459
10459
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10460
10460
|
__epPropKey: true;
|
|
10461
10461
|
};
|
|
10462
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10462
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10463
10463
|
}>> & {
|
|
10464
10464
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10465
10465
|
}>>;
|
|
@@ -10478,10 +10478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10478
10478
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10479
10479
|
isFocusInsideContent: () => boolean | undefined;
|
|
10480
10480
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10481
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10481
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10482
10482
|
}, {
|
|
10483
10483
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10484
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10484
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10485
10485
|
}>> & {
|
|
10486
10486
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10487
10487
|
}>>;
|
|
@@ -10489,12 +10489,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10489
10489
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10490
10490
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10491
10491
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10492
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10492
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10493
10493
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10494
10494
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10495
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10495
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10496
10496
|
}>>, {
|
|
10497
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10497
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10498
10498
|
}>> & Record<string, any>;
|
|
10499
10499
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10500
10500
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10851,8 +10851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10851
10851
|
readonly id: StringConstructor;
|
|
10852
10852
|
readonly open: BooleanConstructor;
|
|
10853
10853
|
}>>, {
|
|
10854
|
-
readonly virtualTriggering: boolean;
|
|
10855
10854
|
readonly open: boolean;
|
|
10855
|
+
readonly virtualTriggering: boolean;
|
|
10856
10856
|
}>;
|
|
10857
10857
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10858
10858
|
readonly disabled: BooleanConstructor;
|
|
@@ -10912,8 +10912,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10912
10912
|
}>>, {
|
|
10913
10913
|
readonly disabled: boolean;
|
|
10914
10914
|
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>;
|
|
10915
|
-
readonly virtualTriggering: boolean;
|
|
10916
10915
|
readonly open: boolean;
|
|
10916
|
+
readonly virtualTriggering: boolean;
|
|
10917
10917
|
readonly triggerKeys: string[];
|
|
10918
10918
|
}>;
|
|
10919
10919
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11174,7 +11174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11174
11174
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11175
11175
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11176
11176
|
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>;
|
|
11177
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11177
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11178
11178
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11179
11179
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11180
11180
|
}, {
|
|
@@ -11436,7 +11436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11436
11436
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11437
11437
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11438
11438
|
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>;
|
|
11439
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11439
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11440
11440
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11441
11441
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11442
11442
|
}>> & {
|
|
@@ -11714,7 +11714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11714
11714
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11715
11715
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11716
11716
|
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>;
|
|
11717
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11717
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11718
11718
|
}, {
|
|
11719
11719
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11720
11720
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11963,7 +11963,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11963
11963
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11964
11964
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11965
11965
|
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>;
|
|
11966
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11966
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11967
11967
|
}>> & {
|
|
11968
11968
|
onClose?: (() => any) | undefined;
|
|
11969
11969
|
onFocus?: (() => any) | undefined;
|
|
@@ -12321,7 +12321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12321
12321
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12322
12322
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12323
12323
|
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>;
|
|
12324
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12324
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12325
12325
|
}>> & {
|
|
12326
12326
|
onClose?: (() => any) | undefined;
|
|
12327
12327
|
onFocus?: (() => any) | undefined;
|
|
@@ -12330,13 +12330,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12330
12330
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12331
12331
|
}, {
|
|
12332
12332
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12333
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12333
12334
|
readonly offset: number;
|
|
12334
12335
|
readonly effect: string;
|
|
12335
12336
|
readonly boundariesPadding: number;
|
|
12336
12337
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12337
12338
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12338
12339
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12339
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12340
12340
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12341
12341
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12342
12342
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12604,20 +12604,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12604
12604
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12605
12605
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12606
12606
|
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>;
|
|
12607
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12607
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12608
12608
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12609
12609
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12610
12610
|
}>>, {
|
|
12611
12611
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12612
|
-
readonly offset: number;
|
|
12613
|
-
readonly effect: string;
|
|
12614
12612
|
readonly showAfter: number;
|
|
12615
12613
|
readonly hideAfter: number;
|
|
12614
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12615
|
+
readonly offset: number;
|
|
12616
|
+
readonly content: string;
|
|
12617
|
+
readonly transition: string;
|
|
12618
|
+
readonly effect: string;
|
|
12616
12619
|
readonly boundariesPadding: number;
|
|
12617
12620
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12618
12621
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12619
12622
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12620
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12621
12623
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12622
12624
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12623
12625
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12626,9 +12628,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12626
12628
|
readonly pure: boolean;
|
|
12627
12629
|
readonly virtualTriggering: boolean;
|
|
12628
12630
|
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>;
|
|
12629
|
-
readonly content: string;
|
|
12630
12631
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12631
|
-
readonly transition: string;
|
|
12632
12632
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12633
12633
|
readonly persistent: boolean;
|
|
12634
12634
|
}>;
|
|
@@ -12938,7 +12938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12938
12938
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12939
12939
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12940
12940
|
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>;
|
|
12941
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12941
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12942
12942
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12943
12943
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12944
12944
|
"onUpdate:visible": {
|
|
@@ -12947,22 +12947,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12947
12947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12948
12948
|
__epPropKey: true;
|
|
12949
12949
|
};
|
|
12950
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12950
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12951
12951
|
}>> & {
|
|
12952
12952
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12953
12953
|
}, {
|
|
12954
12954
|
disabled: boolean;
|
|
12955
12955
|
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>;
|
|
12956
12956
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12957
|
-
offset: number;
|
|
12958
|
-
effect: string;
|
|
12959
12957
|
showAfter: number;
|
|
12960
12958
|
hideAfter: number;
|
|
12959
|
+
open: boolean;
|
|
12960
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12961
|
+
offset: number;
|
|
12962
|
+
content: string;
|
|
12963
|
+
transition: string;
|
|
12964
|
+
effect: string;
|
|
12961
12965
|
boundariesPadding: number;
|
|
12962
12966
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12963
12967
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12964
12968
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12965
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12966
12969
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12967
12970
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12968
12971
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12971,13 +12974,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12971
12974
|
pure: boolean;
|
|
12972
12975
|
virtualTriggering: boolean;
|
|
12973
12976
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12974
|
-
content: string;
|
|
12975
12977
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12976
|
-
transition: string;
|
|
12977
12978
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12978
12979
|
persistent: boolean;
|
|
12979
|
-
|
|
12980
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12980
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12981
12981
|
triggerKeys: string[];
|
|
12982
12982
|
arrowOffset: number;
|
|
12983
12983
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13138,12 +13138,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13138
13138
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13139
13139
|
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>;
|
|
13140
13140
|
}>> & {
|
|
13141
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13142
13141
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13142
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13143
|
+
onClear?: (() => any) | undefined;
|
|
13143
13144
|
onInput?: ((value: string) => any) | undefined;
|
|
13144
13145
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13145
13146
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13146
|
-
onClear?: (() => any) | undefined;
|
|
13147
13147
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13148
13148
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13149
13149
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13405,12 +13405,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13405
13405
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13406
13406
|
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>;
|
|
13407
13407
|
}>> & {
|
|
13408
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13409
13408
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13409
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13410
|
+
onClear?: (() => any) | undefined;
|
|
13410
13411
|
onInput?: ((value: string) => any) | undefined;
|
|
13411
13412
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13412
13413
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13413
|
-
onClear?: (() => any) | undefined;
|
|
13414
13414
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13415
13415
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13416
13416
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13537,8 +13537,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13537
13537
|
};
|
|
13538
13538
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13539
13539
|
}>> & {
|
|
13540
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13541
13540
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13541
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13542
13542
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13543
13543
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13544
13544
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13661,12 +13661,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13661
13661
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13662
13662
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13663
13663
|
}>> & {
|
|
13664
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13665
13664
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13665
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13666
|
+
onClear?: (() => any) | undefined;
|
|
13666
13667
|
onInput?: ((value: string) => any) | undefined;
|
|
13667
13668
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13668
13669
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13669
|
-
onClear?: (() => any) | undefined;
|
|
13670
13670
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13671
13671
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13672
13672
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13765,12 +13765,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13765
13765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13766
13766
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13767
13767
|
}>> & {
|
|
13768
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13769
13768
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13769
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13770
|
+
onClear?: (() => any) | undefined;
|
|
13770
13771
|
onInput?: ((value: string) => any) | undefined;
|
|
13771
13772
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13772
13773
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13773
|
-
onClear?: (() => any) | undefined;
|
|
13774
13774
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13775
13775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13776
13776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13856,12 +13856,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13856
13856
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13857
13857
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13858
13858
|
}>> & {
|
|
13859
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13860
13859
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13860
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13861
|
+
onClear?: (() => any) | undefined;
|
|
13861
13862
|
onInput?: ((value: string) => any) | undefined;
|
|
13862
13863
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13863
13864
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13864
|
-
onClear?: (() => any) | undefined;
|
|
13865
13865
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13866
13866
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13867
13867
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14160,12 +14160,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14160
14160
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14161
14161
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14162
14162
|
}>> & {
|
|
14163
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14164
14163
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14164
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14165
|
+
onClear?: (() => any) | undefined;
|
|
14165
14166
|
onInput?: ((value: string) => any) | undefined;
|
|
14166
14167
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14167
14168
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14168
|
-
onClear?: (() => any) | undefined;
|
|
14169
14169
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14170
14170
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14171
14171
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14251,12 +14251,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14251
14251
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14252
14252
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14253
14253
|
}>> & {
|
|
14254
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14255
14254
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14255
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14256
|
+
onClear?: (() => any) | undefined;
|
|
14256
14257
|
onInput?: ((value: string) => any) | undefined;
|
|
14257
14258
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14258
14259
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14259
|
-
onClear?: (() => any) | undefined;
|
|
14260
14260
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14261
14261
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14262
14262
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14609,12 +14609,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14609
14609
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14610
14610
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14611
14611
|
}>> & {
|
|
14612
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14613
14612
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14613
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14614
|
+
onClear?: (() => any) | undefined;
|
|
14614
14615
|
onInput?: ((value: string) => any) | undefined;
|
|
14615
14616
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14616
14617
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14617
|
-
onClear?: (() => any) | undefined;
|
|
14618
14618
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14619
14619
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14620
14620
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14876,12 +14876,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14876
14876
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14877
14877
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14878
14878
|
}>> & {
|
|
14879
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14880
14879
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14880
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14881
|
+
onClear?: (() => any) | undefined;
|
|
14881
14882
|
onInput?: ((value: string) => any) | undefined;
|
|
14882
14883
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14883
14884
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14884
|
-
onClear?: (() => any) | undefined;
|
|
14885
14885
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14886
14886
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14887
14887
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -15008,8 +15008,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15008
15008
|
};
|
|
15009
15009
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15010
15010
|
}>> & {
|
|
15011
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15012
15011
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15012
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15013
15013
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15014
15014
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15015
15015
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15190,8 +15190,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15190
15190
|
};
|
|
15191
15191
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15192
15192
|
}>> & {
|
|
15193
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15194
15193
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15194
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15195
15195
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15196
15196
|
}, {
|
|
15197
15197
|
readonly disabled: boolean;
|