element-plus-secondary 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/alert/index.d.ts +1 -1
- package/es/components/alert/src/alert.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +167 -167
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +55 -17
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +17 -55
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +60 -159
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/carousel/src/carousel2.mjs +159 -60
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +234 -234
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +117 -117
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +4 -4
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +28 -72
- 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 +72 -28
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.mjs +54 -117
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox2.mjs +117 -54
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse.mjs +17 -30
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse2.mjs +30 -17
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +274 -274
- package/es/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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 +99 -99
- 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/descriptions/src/description2.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +11 -11
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.d.ts +1 -1
- package/es/components/dialog/src/dialog-content.vue.d.ts +3 -3
- package/es/components/dialog/src/dialog-content2.mjs +1 -1
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.d.ts +1 -1
- 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 +11 -11
- package/es/components/dialog/src/dialog2.mjs +170 -70
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +35 -17
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +17 -35
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.d.ts +1 -1
- package/es/components/drawer/src/drawer.mjs +22 -165
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +4 -4
- package/es/components/drawer/src/drawer2.mjs +165 -22
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +78 -78
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -56
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +56 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/es/components/form/index.mjs +4 -4
- package/es/components/form/src/form-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.mjs +53 -150
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +150 -53
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +40 -40
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/src/input.vue.d.ts +13 -13
- package/es/components/input-number/index.d.ts +48 -48
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -300
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +48 -48
- package/es/components/input-number/src/input-number2.mjs +300 -62
- 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/index.mjs +4 -4
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item.mjs +14 -100
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +100 -14
- package/es/components/menu/src/menu-item2.mjs.map +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 +13 -13
- 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.vue.d.ts +81 -81
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +111 -49
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm2.mjs +49 -111
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- 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.mjs +212 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +10 -10
- package/es/components/popper/src/content2.mjs +94 -212
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.mjs +120 -31
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +31 -120
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +57 -202
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +202 -57
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +1 -1
- package/es/components/radio/src/radio-group.mjs +36 -68
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +68 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.mjs +34 -78
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +78 -34
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +63 -29
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +29 -63
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +45 -30
- 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 +30 -45
- 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 +2 -2
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- 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 +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/select/index.d.ts +81 -81
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +81 -81
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +166 -166
- package/es/components/select-v2/src/select.vue.d.ts +83 -83
- package/es/components/select-v2/src/useSelect.d.ts +75 -75
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- 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 +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +240 -240
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +38 -38
- package/es/components/slider/src/composables/use-slide.d.ts +152 -152
- package/es/components/slider/src/slider.mjs +233 -91
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +240 -240
- package/es/components/slider/src/slider2.mjs +91 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +75 -75
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +32 -96
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +96 -32
- package/es/components/tag/src/tag2.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 +131 -131
- 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 +332 -332
- package/es/components/time-select/src/time-select.vue.d.ts +166 -166
- package/es/components/tooltip/index.d.ts +38 -38
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +18 -18
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +31 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +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/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/transfer/index.d.ts +107 -107
- 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 +21 -21
- 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 +107 -107
- 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 +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +6 -6
- package/es/components/upload/index.mjs +2 -2
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-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 +170 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +26 -170
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +6 -6
- package/es/components/upload/src/upload2.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 +35 -7
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +40 -40
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/alert/index.d.ts +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +167 -167
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +55 -17
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +17 -55
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +61 -159
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/carousel/src/carousel2.js +159 -61
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +234 -234
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +117 -117
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +4 -4
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +29 -72
- 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 +72 -29
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.js +55 -117
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox2.js +117 -55
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse.js +19 -30
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse2.js +30 -19
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +274 -274
- package/lib/components/color-picker/src/color-picker.vue.d.ts +274 -274
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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 +99 -99
- 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/descriptions/src/description2.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +11 -11
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.d.ts +1 -1
- package/lib/components/dialog/src/dialog-content.vue.d.ts +3 -3
- package/lib/components/dialog/src/dialog-content2.js +1 -1
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.d.ts +1 -1
- 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 +11 -11
- package/lib/components/dialog/src/dialog2.js +170 -71
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +35 -17
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +17 -35
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.d.ts +1 -1
- package/lib/components/drawer/src/drawer.js +23 -165
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
- package/lib/components/drawer/src/drawer2.js +165 -23
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +78 -78
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -56
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +56 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/src/form-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.js +53 -149
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +149 -53
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +40 -40
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/src/input.vue.d.ts +13 -13
- package/lib/components/input-number/index.d.ts +48 -48
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -299
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
- package/lib/components/input-number/src/input-number2.js +299 -62
- 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/index.js +4 -4
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item.js +15 -100
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +100 -15
- package/lib/components/menu/src/menu-item2.js.map +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 +13 -13
- 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.vue.d.ts +81 -81
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +111 -49
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm2.js +49 -111
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- 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.js +212 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- package/lib/components/popper/src/content2.js +99 -212
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.js +120 -32
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +32 -120
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +57 -202
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +202 -57
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +1 -1
- package/lib/components/radio/src/radio-group.js +37 -68
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +68 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.js +36 -78
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +78 -36
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +63 -31
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +31 -63
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +45 -32
- 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 +32 -45
- 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 +2 -2
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- 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 +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/select/index.d.ts +81 -81
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +81 -81
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +166 -166
- package/lib/components/select-v2/src/select.vue.d.ts +83 -83
- package/lib/components/select-v2/src/useSelect.d.ts +75 -75
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- 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 +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +240 -240
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +38 -38
- package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
- package/lib/components/slider/src/slider.js +233 -92
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +240 -240
- package/lib/components/slider/src/slider2.js +92 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +33 -96
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +96 -33
- package/lib/components/tag/src/tag2.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 +131 -131
- 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 +332 -332
- package/lib/components/time-select/src/time-select.vue.d.ts +166 -166
- package/lib/components/tooltip/index.d.ts +38 -38
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +18 -18
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +169 -34
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +34 -169
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +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/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/transfer/index.d.ts +107 -107
- 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 +21 -21
- 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 +107 -107
- 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 +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +6 -6
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-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 +170 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +27 -170
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +6 -6
- package/lib/components/upload/src/upload2.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 +35 -7
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +40 -40
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-cascader-panel.css +1 -1
- package/theme-chalk/el-checkbox.css +1 -1
- package/theme-chalk/el-table-v2.css +1 -1
- package/theme-chalk/el-table.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/cascader-panel.scss +7 -7
- package/theme-chalk/src/checkbox.scss +11 -1
- package/theme-chalk/src/table-v2.scss +1 -1
- package/theme-chalk/src/table.scss +1 -1
|
@@ -50,8 +50,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
52
|
}>> & {
|
|
53
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
54
53
|
onChange?: ((val: string | null) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
55
55
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
56
56
|
}>>;
|
|
57
57
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -434,8 +434,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
434
|
};
|
|
435
435
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
436
436
|
}>> & {
|
|
437
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
438
437
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
438
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
439
439
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
440
440
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
441
441
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -546,18 +546,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
546
546
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
547
547
|
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>;
|
|
548
548
|
}>> & {
|
|
549
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
550
549
|
onChange?: ((value: string) => any) | undefined;
|
|
551
|
-
|
|
550
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
552
551
|
onInput?: ((value: string) => any) | undefined;
|
|
553
552
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
554
553
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
555
|
-
|
|
554
|
+
onClear?: (() => any) | undefined;
|
|
555
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
556
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
557
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
556
558
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
557
559
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
558
|
-
|
|
559
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
560
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
560
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
561
561
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
562
562
|
$attrs: {
|
|
563
563
|
[x: string]: unknown;
|
|
@@ -570,7 +570,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
570
|
}>;
|
|
571
571
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
572
572
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
573
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
573
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
574
574
|
$el: any;
|
|
575
575
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
576
576
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -638,18 +638,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
638
638
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
639
639
|
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>;
|
|
640
640
|
}>> & {
|
|
641
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
642
641
|
onChange?: ((value: string) => any) | undefined;
|
|
643
|
-
|
|
642
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
644
643
|
onInput?: ((value: string) => any) | undefined;
|
|
645
644
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
646
645
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
647
|
-
|
|
646
|
+
onClear?: (() => any) | undefined;
|
|
647
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
648
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
649
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
648
650
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
649
651
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
650
|
-
|
|
651
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
652
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
652
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
653
653
|
}, {
|
|
654
654
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
655
655
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -717,20 +717,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
717
717
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
718
718
|
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>;
|
|
719
719
|
}>> & {
|
|
720
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
721
720
|
onChange?: ((value: string) => any) | undefined;
|
|
722
|
-
|
|
721
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
723
722
|
onInput?: ((value: string) => any) | undefined;
|
|
724
723
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
725
724
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
726
|
-
|
|
725
|
+
onClear?: (() => any) | undefined;
|
|
726
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
727
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
728
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
727
729
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
728
730
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
729
|
-
|
|
730
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
731
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
731
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
732
732
|
}>>;
|
|
733
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
733
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
734
734
|
rawAttrs: {
|
|
735
735
|
[x: string]: unknown;
|
|
736
736
|
};
|
|
@@ -1009,18 +1009,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1009
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1010
1010
|
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>;
|
|
1011
1011
|
}>> & {
|
|
1012
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1013
1012
|
onChange?: ((value: string) => any) | undefined;
|
|
1014
|
-
|
|
1013
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1015
1014
|
onInput?: ((value: string) => any) | undefined;
|
|
1016
1015
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1017
1016
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1018
|
-
|
|
1017
|
+
onClear?: (() => any) | undefined;
|
|
1018
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1019
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1020
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1019
1021
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1020
1022
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1021
|
-
|
|
1022
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1023
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1023
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1024
1024
|
} & import("vue").ShallowUnwrapRef<{
|
|
1025
1025
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1026
1026
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -1088,20 +1088,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1088
1088
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1089
1089
|
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>;
|
|
1090
1090
|
}>> & {
|
|
1091
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1092
1091
|
onChange?: ((value: string) => any) | undefined;
|
|
1093
|
-
|
|
1092
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1094
1093
|
onInput?: ((value: string) => any) | undefined;
|
|
1095
1094
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1096
1095
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1097
|
-
|
|
1096
|
+
onClear?: (() => any) | undefined;
|
|
1097
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1098
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1099
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1098
1100
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1099
1101
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1100
|
-
|
|
1101
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1102
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1102
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1103
1103
|
}>>;
|
|
1104
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
1104
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1105
1105
|
rawAttrs: {
|
|
1106
1106
|
[x: string]: unknown;
|
|
1107
1107
|
};
|
|
@@ -1422,20 +1422,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1422
1422
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1423
1423
|
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>;
|
|
1424
1424
|
}>> & {
|
|
1425
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1426
1425
|
onChange?: ((value: string) => any) | undefined;
|
|
1427
|
-
|
|
1426
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1428
1427
|
onInput?: ((value: string) => any) | undefined;
|
|
1429
1428
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1430
1429
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1431
|
-
|
|
1430
|
+
onClear?: (() => any) | undefined;
|
|
1431
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1432
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1433
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1432
1434
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1433
1435
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1434
|
-
|
|
1435
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1436
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1436
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1437
1437
|
}>>;
|
|
1438
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
1438
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1439
1439
|
rawAttrs: {
|
|
1440
1440
|
[x: string]: unknown;
|
|
1441
1441
|
};
|
|
@@ -1677,18 +1677,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1677
1677
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1678
1678
|
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>;
|
|
1679
1679
|
}>> & {
|
|
1680
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1681
1680
|
onChange?: ((value: string) => any) | undefined;
|
|
1682
|
-
|
|
1681
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1683
1682
|
onInput?: ((value: string) => any) | undefined;
|
|
1684
1683
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1685
1684
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1686
|
-
|
|
1685
|
+
onClear?: (() => any) | undefined;
|
|
1686
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1687
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1688
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1687
1689
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1688
1690
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1689
|
-
|
|
1690
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1691
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1691
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1692
1692
|
}, {
|
|
1693
1693
|
readonly type: string;
|
|
1694
1694
|
readonly disabled: boolean;
|
|
@@ -1811,8 +1811,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1811
1811
|
};
|
|
1812
1812
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1813
1813
|
}>> & {
|
|
1814
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1815
1814
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1815
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1816
1816
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1817
1817
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1818
1818
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1953,8 +1953,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1953
1953
|
};
|
|
1954
1954
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1955
1955
|
}>> & {
|
|
1956
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1957
1956
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1957
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1958
1958
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1959
1959
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1960
1960
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2065,18 +2065,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2065
2065
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2066
2066
|
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>;
|
|
2067
2067
|
}>> & {
|
|
2068
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2069
2068
|
onChange?: ((value: string) => any) | undefined;
|
|
2070
|
-
|
|
2069
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2071
2070
|
onInput?: ((value: string) => any) | undefined;
|
|
2072
2071
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2073
2072
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2074
|
-
|
|
2073
|
+
onClear?: (() => any) | undefined;
|
|
2074
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2075
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2076
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2075
2077
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2076
2078
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2077
|
-
|
|
2078
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2079
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2079
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2080
2080
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
2081
2081
|
$attrs: {
|
|
2082
2082
|
[x: string]: unknown;
|
|
@@ -2089,7 +2089,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2089
2089
|
}>;
|
|
2090
2090
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2091
2091
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2092
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2092
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2093
2093
|
$el: any;
|
|
2094
2094
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2095
2095
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2157,18 +2157,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2157
2157
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2158
2158
|
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>;
|
|
2159
2159
|
}>> & {
|
|
2160
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2161
2160
|
onChange?: ((value: string) => any) | undefined;
|
|
2162
|
-
|
|
2161
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2163
2162
|
onInput?: ((value: string) => any) | undefined;
|
|
2164
2163
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2165
2164
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2166
|
-
|
|
2165
|
+
onClear?: (() => any) | undefined;
|
|
2166
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2167
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2168
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2167
2169
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2168
2170
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2169
|
-
|
|
2170
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2171
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2171
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2172
2172
|
}, {
|
|
2173
2173
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2174
2174
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2236,20 +2236,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2236
2236
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2237
2237
|
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>;
|
|
2238
2238
|
}>> & {
|
|
2239
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2240
2239
|
onChange?: ((value: string) => any) | undefined;
|
|
2241
|
-
|
|
2240
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2242
2241
|
onInput?: ((value: string) => any) | undefined;
|
|
2243
2242
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2244
2243
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2245
|
-
|
|
2244
|
+
onClear?: (() => any) | undefined;
|
|
2245
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2246
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2247
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2246
2248
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2247
2249
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2248
|
-
|
|
2249
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2250
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2250
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2251
2251
|
}>>;
|
|
2252
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2252
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2253
2253
|
rawAttrs: {
|
|
2254
2254
|
[x: string]: unknown;
|
|
2255
2255
|
};
|
|
@@ -2528,18 +2528,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2528
2528
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2529
2529
|
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>;
|
|
2530
2530
|
}>> & {
|
|
2531
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2532
2531
|
onChange?: ((value: string) => any) | undefined;
|
|
2533
|
-
|
|
2532
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2534
2533
|
onInput?: ((value: string) => any) | undefined;
|
|
2535
2534
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2536
2535
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2537
|
-
|
|
2536
|
+
onClear?: (() => any) | undefined;
|
|
2537
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2538
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2539
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2538
2540
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2539
2541
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2540
|
-
|
|
2541
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2542
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2542
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2543
2543
|
} & import("vue").ShallowUnwrapRef<{
|
|
2544
2544
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2545
2545
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2607,20 +2607,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2607
2607
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2608
2608
|
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>;
|
|
2609
2609
|
}>> & {
|
|
2610
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2611
2610
|
onChange?: ((value: string) => any) | undefined;
|
|
2612
|
-
|
|
2611
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2613
2612
|
onInput?: ((value: string) => any) | undefined;
|
|
2614
2613
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2615
2614
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2616
|
-
|
|
2615
|
+
onClear?: (() => any) | undefined;
|
|
2616
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2617
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2618
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2617
2619
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2618
2620
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2619
|
-
|
|
2620
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2621
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2621
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2622
2622
|
}>>;
|
|
2623
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2623
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2624
2624
|
rawAttrs: {
|
|
2625
2625
|
[x: string]: unknown;
|
|
2626
2626
|
};
|
|
@@ -2941,20 +2941,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2941
2941
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2942
2942
|
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>;
|
|
2943
2943
|
}>> & {
|
|
2944
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2945
2944
|
onChange?: ((value: string) => any) | undefined;
|
|
2946
|
-
|
|
2945
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2947
2946
|
onInput?: ((value: string) => any) | undefined;
|
|
2948
2947
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2949
2948
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2950
|
-
|
|
2949
|
+
onClear?: (() => any) | undefined;
|
|
2950
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2951
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2952
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2951
2953
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2952
2954
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2953
|
-
|
|
2954
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2955
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2955
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2956
2956
|
}>>;
|
|
2957
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
2957
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2958
2958
|
rawAttrs: {
|
|
2959
2959
|
[x: string]: unknown;
|
|
2960
2960
|
};
|
|
@@ -3196,18 +3196,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3196
3196
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3197
3197
|
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>;
|
|
3198
3198
|
}>> & {
|
|
3199
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3200
3199
|
onChange?: ((value: string) => any) | undefined;
|
|
3201
|
-
|
|
3200
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3202
3201
|
onInput?: ((value: string) => any) | undefined;
|
|
3203
3202
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3204
3203
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3205
|
-
|
|
3204
|
+
onClear?: (() => any) | undefined;
|
|
3205
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3206
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3207
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3206
3208
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3207
3209
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3208
|
-
|
|
3209
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3210
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3210
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3211
3211
|
}, {
|
|
3212
3212
|
readonly type: string;
|
|
3213
3213
|
readonly disabled: boolean;
|
|
@@ -3330,8 +3330,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3330
3330
|
};
|
|
3331
3331
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3332
3332
|
}>> & {
|
|
3333
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3334
3333
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3334
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3335
3335
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3336
3336
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3337
3337
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3357,18 +3357,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3357
3357
|
disabled: boolean;
|
|
3358
3358
|
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>;
|
|
3359
3359
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3360
|
-
showAfter: number;
|
|
3361
|
-
hideAfter: number;
|
|
3362
|
-
open: boolean;
|
|
3363
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3364
3360
|
offset: number;
|
|
3365
|
-
content: string;
|
|
3366
|
-
transition: string;
|
|
3367
3361
|
effect: string;
|
|
3362
|
+
showAfter: number;
|
|
3363
|
+
hideAfter: number;
|
|
3368
3364
|
boundariesPadding: number;
|
|
3369
3365
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3370
3366
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3371
3367
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3368
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3372
3369
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3373
3370
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3374
3371
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3377,10 +3374,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3377
3374
|
pure: boolean;
|
|
3378
3375
|
virtualTriggering: boolean;
|
|
3379
3376
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3377
|
+
content: string;
|
|
3380
3378
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3379
|
+
transition: string;
|
|
3381
3380
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3382
3381
|
persistent: boolean;
|
|
3383
|
-
|
|
3382
|
+
open: boolean;
|
|
3383
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3384
3384
|
triggerKeys: string[];
|
|
3385
3385
|
arrowOffset: number;
|
|
3386
3386
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3690,7 +3690,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3690
3690
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3691
3691
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3692
3692
|
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>;
|
|
3693
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3693
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3694
3694
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3695
3695
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3696
3696
|
"onUpdate:visible": {
|
|
@@ -3699,10 +3699,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3699
3699
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3700
3700
|
__epPropKey: true;
|
|
3701
3701
|
};
|
|
3702
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3702
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3703
3703
|
}>> & {
|
|
3704
3704
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3705
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3705
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3706
3706
|
$attrs: {
|
|
3707
3707
|
[x: string]: unknown;
|
|
3708
3708
|
};
|
|
@@ -4022,7 +4022,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4022
4022
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4023
4023
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4024
4024
|
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>;
|
|
4025
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4025
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4026
4026
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4027
4027
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4028
4028
|
"onUpdate:visible": {
|
|
@@ -4031,7 +4031,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4031
4031
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4032
4032
|
__epPropKey: true;
|
|
4033
4033
|
};
|
|
4034
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4034
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4035
4035
|
}>> & {
|
|
4036
4036
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4037
4037
|
}, {
|
|
@@ -4341,7 +4341,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4341
4341
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4342
4342
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4343
4343
|
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>;
|
|
4344
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4344
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4345
4345
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4346
4346
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4347
4347
|
"onUpdate:visible": {
|
|
@@ -4350,7 +4350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4350
4350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4351
4351
|
__epPropKey: true;
|
|
4352
4352
|
};
|
|
4353
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4353
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4354
4354
|
}>> & {
|
|
4355
4355
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4356
4356
|
}>>;
|
|
@@ -4369,10 +4369,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4369
4369
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4370
4370
|
isFocusInsideContent: () => boolean | undefined;
|
|
4371
4371
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4372
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4372
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4373
4373
|
}, {
|
|
4374
4374
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4375
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4375
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4376
4376
|
}>> & {
|
|
4377
4377
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4378
4378
|
}>>;
|
|
@@ -4380,12 +4380,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4380
4380
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4381
4381
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4382
4382
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4383
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4383
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4384
4384
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4385
4385
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4386
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4386
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4387
4387
|
}>>, {
|
|
4388
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4388
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4389
4389
|
}>> & Record<string, any>;
|
|
4390
4390
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4391
4391
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4742,8 +4742,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4742
4742
|
readonly id: StringConstructor;
|
|
4743
4743
|
readonly open: BooleanConstructor;
|
|
4744
4744
|
}>>, {
|
|
4745
|
-
readonly open: boolean;
|
|
4746
4745
|
readonly virtualTriggering: boolean;
|
|
4746
|
+
readonly open: boolean;
|
|
4747
4747
|
}>;
|
|
4748
4748
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4749
4749
|
readonly disabled: BooleanConstructor;
|
|
@@ -4803,8 +4803,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4803
4803
|
}>>, {
|
|
4804
4804
|
readonly disabled: boolean;
|
|
4805
4805
|
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>;
|
|
4806
|
-
readonly open: boolean;
|
|
4807
4806
|
readonly virtualTriggering: boolean;
|
|
4807
|
+
readonly open: boolean;
|
|
4808
4808
|
readonly triggerKeys: string[];
|
|
4809
4809
|
}>;
|
|
4810
4810
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5065,7 +5065,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5065
5065
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5066
5066
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5067
5067
|
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>;
|
|
5068
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5068
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5069
5069
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5070
5070
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5071
5071
|
}, {
|
|
@@ -5327,7 +5327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5327
5327
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5328
5328
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5329
5329
|
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>;
|
|
5330
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5330
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5331
5331
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5332
5332
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5333
5333
|
}>> & {
|
|
@@ -5605,9 +5605,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5605
5605
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5606
5606
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5607
5607
|
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>;
|
|
5608
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5608
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5609
5609
|
}, {
|
|
5610
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5610
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5611
5611
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5612
5612
|
readonly id: StringConstructor;
|
|
5613
5613
|
readonly style: {
|
|
@@ -5854,13 +5854,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5854
5854
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5855
5855
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5856
5856
|
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>;
|
|
5857
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5857
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5858
5858
|
}>> & {
|
|
5859
5859
|
onClose?: (() => any) | undefined;
|
|
5860
5860
|
onFocus?: (() => any) | undefined;
|
|
5861
5861
|
onBlur?: (() => any) | undefined;
|
|
5862
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5863
5862
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5863
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5864
5864
|
}>>;
|
|
5865
5865
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
5866
5866
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -5940,7 +5940,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5940
5940
|
};
|
|
5941
5941
|
}, {
|
|
5942
5942
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5943
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5943
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5944
5944
|
loop: BooleanConstructor;
|
|
5945
5945
|
trapped: BooleanConstructor;
|
|
5946
5946
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -5949,10 +5949,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5949
5949
|
default: string;
|
|
5950
5950
|
};
|
|
5951
5951
|
}>> & {
|
|
5952
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5953
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5954
5952
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5955
5953
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
5954
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5955
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5956
5956
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5957
5957
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5958
5958
|
}, {
|
|
@@ -6212,22 +6212,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6212
6212
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6213
6213
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6214
6214
|
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>;
|
|
6215
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6215
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6216
6216
|
}>> & {
|
|
6217
6217
|
onClose?: (() => any) | undefined;
|
|
6218
6218
|
onFocus?: (() => any) | undefined;
|
|
6219
6219
|
onBlur?: (() => any) | undefined;
|
|
6220
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6221
6220
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6221
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6222
6222
|
}, {
|
|
6223
6223
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6224
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6225
6224
|
readonly offset: number;
|
|
6226
6225
|
readonly effect: string;
|
|
6227
6226
|
readonly boundariesPadding: number;
|
|
6228
6227
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6229
6228
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6230
6229
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6230
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6231
6231
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6232
6232
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6233
6233
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6495,22 +6495,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6495
6495
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6496
6496
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6497
6497
|
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>;
|
|
6498
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6498
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6499
6499
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6500
6500
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6501
6501
|
}>>, {
|
|
6502
6502
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6503
|
-
readonly showAfter: number;
|
|
6504
|
-
readonly hideAfter: number;
|
|
6505
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6506
6503
|
readonly offset: number;
|
|
6507
|
-
readonly content: string;
|
|
6508
|
-
readonly transition: string;
|
|
6509
6504
|
readonly effect: string;
|
|
6505
|
+
readonly showAfter: number;
|
|
6506
|
+
readonly hideAfter: number;
|
|
6510
6507
|
readonly boundariesPadding: number;
|
|
6511
6508
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6512
6509
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6513
6510
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6511
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6514
6512
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6515
6513
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6516
6514
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6519,7 +6517,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6519
6517
|
readonly pure: boolean;
|
|
6520
6518
|
readonly virtualTriggering: boolean;
|
|
6521
6519
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6520
|
+
readonly content: string;
|
|
6522
6521
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6522
|
+
readonly transition: string;
|
|
6523
6523
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6524
6524
|
readonly persistent: boolean;
|
|
6525
6525
|
}>;
|
|
@@ -6527,18 +6527,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6527
6527
|
disabled: boolean;
|
|
6528
6528
|
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>;
|
|
6529
6529
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6530
|
-
showAfter: number;
|
|
6531
|
-
hideAfter: number;
|
|
6532
|
-
open: boolean;
|
|
6533
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6534
6530
|
offset: number;
|
|
6535
|
-
content: string;
|
|
6536
|
-
transition: string;
|
|
6537
6531
|
effect: string;
|
|
6532
|
+
showAfter: number;
|
|
6533
|
+
hideAfter: number;
|
|
6538
6534
|
boundariesPadding: number;
|
|
6539
6535
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6540
6536
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6541
6537
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6538
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6542
6539
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6543
6540
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6544
6541
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6547,10 +6544,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6547
6544
|
pure: boolean;
|
|
6548
6545
|
virtualTriggering: boolean;
|
|
6549
6546
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6547
|
+
content: string;
|
|
6550
6548
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6549
|
+
transition: string;
|
|
6551
6550
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6552
6551
|
persistent: boolean;
|
|
6553
|
-
|
|
6552
|
+
open: boolean;
|
|
6553
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6554
6554
|
triggerKeys: string[];
|
|
6555
6555
|
arrowOffset: number;
|
|
6556
6556
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6880,7 +6880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6880
6880
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6881
6881
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6882
6882
|
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>;
|
|
6883
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6883
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6884
6884
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6885
6885
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6886
6886
|
"onUpdate:visible": {
|
|
@@ -6889,7 +6889,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6889
6889
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6890
6890
|
__epPropKey: true;
|
|
6891
6891
|
};
|
|
6892
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6892
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
6893
6893
|
}>> & {
|
|
6894
6894
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6895
6895
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7199,7 +7199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7199
7199
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7200
7200
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7201
7201
|
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>;
|
|
7202
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7202
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7203
7203
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7204
7204
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7205
7205
|
"onUpdate:visible": {
|
|
@@ -7208,7 +7208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7208
7208
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7209
7209
|
__epPropKey: true;
|
|
7210
7210
|
};
|
|
7211
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7211
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7212
7212
|
}>> & {
|
|
7213
7213
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7214
7214
|
}>>;
|
|
@@ -7227,10 +7227,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7227
7227
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7228
7228
|
isFocusInsideContent: () => boolean | undefined;
|
|
7229
7229
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7230
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7230
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7231
7231
|
}, {
|
|
7232
7232
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7233
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7233
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7234
7234
|
}>> & {
|
|
7235
7235
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7236
7236
|
}>>;
|
|
@@ -7238,12 +7238,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7238
7238
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7239
7239
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7240
7240
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7241
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7241
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7242
7242
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7243
7243
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7244
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7244
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7245
7245
|
}>>, {
|
|
7246
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7246
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7247
7247
|
}>> & Record<string, any>;
|
|
7248
7248
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7249
7249
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7600,8 +7600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7600
7600
|
readonly id: StringConstructor;
|
|
7601
7601
|
readonly open: BooleanConstructor;
|
|
7602
7602
|
}>>, {
|
|
7603
|
-
readonly open: boolean;
|
|
7604
7603
|
readonly virtualTriggering: boolean;
|
|
7604
|
+
readonly open: boolean;
|
|
7605
7605
|
}>;
|
|
7606
7606
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7607
7607
|
readonly disabled: BooleanConstructor;
|
|
@@ -7661,8 +7661,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7661
7661
|
}>>, {
|
|
7662
7662
|
readonly disabled: boolean;
|
|
7663
7663
|
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>;
|
|
7664
|
-
readonly open: boolean;
|
|
7665
7664
|
readonly virtualTriggering: boolean;
|
|
7665
|
+
readonly open: boolean;
|
|
7666
7666
|
readonly triggerKeys: string[];
|
|
7667
7667
|
}>;
|
|
7668
7668
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -7923,7 +7923,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7923
7923
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7924
7924
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7925
7925
|
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>;
|
|
7926
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7926
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7927
7927
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7928
7928
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7929
7929
|
}, {
|
|
@@ -8185,7 +8185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8185
8185
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8186
8186
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8187
8187
|
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>;
|
|
8188
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8188
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8189
8189
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8190
8190
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8191
8191
|
}>> & {
|
|
@@ -8463,9 +8463,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8463
8463
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8464
8464
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8465
8465
|
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>;
|
|
8466
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8466
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8467
8467
|
}, {
|
|
8468
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8468
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8469
8469
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8470
8470
|
readonly id: StringConstructor;
|
|
8471
8471
|
readonly style: {
|
|
@@ -8712,13 +8712,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8712
8712
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8713
8713
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8714
8714
|
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>;
|
|
8715
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8715
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8716
8716
|
}>> & {
|
|
8717
8717
|
onClose?: (() => any) | undefined;
|
|
8718
8718
|
onFocus?: (() => any) | undefined;
|
|
8719
8719
|
onBlur?: (() => any) | undefined;
|
|
8720
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8721
8720
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8721
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8722
8722
|
}>>;
|
|
8723
8723
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8724
8724
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -8798,7 +8798,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8798
8798
|
};
|
|
8799
8799
|
}, {
|
|
8800
8800
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8801
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
8801
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8802
8802
|
loop: BooleanConstructor;
|
|
8803
8803
|
trapped: BooleanConstructor;
|
|
8804
8804
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -8807,10 +8807,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8807
8807
|
default: string;
|
|
8808
8808
|
};
|
|
8809
8809
|
}>> & {
|
|
8810
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
8811
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8812
8810
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
8813
8811
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
8812
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
8813
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8814
8814
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
8815
8815
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
8816
8816
|
}, {
|
|
@@ -9070,22 +9070,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9070
9070
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9071
9071
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9072
9072
|
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>;
|
|
9073
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9073
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9074
9074
|
}>> & {
|
|
9075
9075
|
onClose?: (() => any) | undefined;
|
|
9076
9076
|
onFocus?: (() => any) | undefined;
|
|
9077
9077
|
onBlur?: (() => any) | undefined;
|
|
9078
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9079
9078
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9079
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9080
9080
|
}, {
|
|
9081
9081
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9082
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9083
9082
|
readonly offset: number;
|
|
9084
9083
|
readonly effect: string;
|
|
9085
9084
|
readonly boundariesPadding: number;
|
|
9086
9085
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9087
9086
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9088
9087
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9088
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9089
9089
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9090
9090
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9091
9091
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9353,22 +9353,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9353
9353
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9354
9354
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9355
9355
|
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>;
|
|
9356
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9356
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9357
9357
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9358
9358
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9359
9359
|
}>>, {
|
|
9360
9360
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9361
|
-
readonly showAfter: number;
|
|
9362
|
-
readonly hideAfter: number;
|
|
9363
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9364
9361
|
readonly offset: number;
|
|
9365
|
-
readonly content: string;
|
|
9366
|
-
readonly transition: string;
|
|
9367
9362
|
readonly effect: string;
|
|
9363
|
+
readonly showAfter: number;
|
|
9364
|
+
readonly hideAfter: number;
|
|
9368
9365
|
readonly boundariesPadding: number;
|
|
9369
9366
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9370
9367
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9371
9368
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9369
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9372
9370
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9373
9371
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9374
9372
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9377,7 +9375,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9377
9375
|
readonly pure: boolean;
|
|
9378
9376
|
readonly virtualTriggering: boolean;
|
|
9379
9377
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9378
|
+
readonly content: string;
|
|
9380
9379
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9380
|
+
readonly transition: string;
|
|
9381
9381
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9382
9382
|
readonly persistent: boolean;
|
|
9383
9383
|
}>;
|
|
@@ -9438,8 +9438,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9438
9438
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9439
9439
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9440
9440
|
}>> & {
|
|
9441
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9442
9441
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9442
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9443
9443
|
}>>;
|
|
9444
9444
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9445
9445
|
ns: {
|
|
@@ -9486,8 +9486,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9486
9486
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9487
9487
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9488
9488
|
}>> & {
|
|
9489
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9490
9489
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9490
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9491
9491
|
}, {
|
|
9492
9492
|
readonly disabled: boolean;
|
|
9493
9493
|
readonly name: string;
|
|
@@ -9940,7 +9940,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9940
9940
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9941
9941
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9942
9942
|
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>;
|
|
9943
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9943
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9944
9944
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9945
9945
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9946
9946
|
"onUpdate:visible": {
|
|
@@ -9949,7 +9949,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9949
9949
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9950
9950
|
__epPropKey: true;
|
|
9951
9951
|
};
|
|
9952
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9952
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9953
9953
|
}, {
|
|
9954
9954
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9955
9955
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10257,7 +10257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10257
10257
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10258
10258
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10259
10259
|
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>;
|
|
10260
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10260
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10261
10261
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10262
10262
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10263
10263
|
"onUpdate:visible": {
|
|
@@ -10266,7 +10266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10266
10266
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10267
10267
|
__epPropKey: true;
|
|
10268
10268
|
};
|
|
10269
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10269
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10270
10270
|
}>> & {
|
|
10271
10271
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10272
10272
|
}>>;
|
|
@@ -10285,10 +10285,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10285
10285
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10286
10286
|
isFocusInsideContent: () => boolean | undefined;
|
|
10287
10287
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10288
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10288
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10289
10289
|
}, {
|
|
10290
10290
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10291
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10291
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10292
10292
|
}>> & {
|
|
10293
10293
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10294
10294
|
}>>;
|
|
@@ -10296,12 +10296,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10296
10296
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10297
10297
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10298
10298
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10299
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10299
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10300
10300
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10301
10301
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10302
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10302
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10303
10303
|
}>>, {
|
|
10304
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10304
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10305
10305
|
}>> & Record<string, any>;
|
|
10306
10306
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10307
10307
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10658,8 +10658,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10658
10658
|
readonly id: StringConstructor;
|
|
10659
10659
|
readonly open: BooleanConstructor;
|
|
10660
10660
|
}>>, {
|
|
10661
|
-
readonly open: boolean;
|
|
10662
10661
|
readonly virtualTriggering: boolean;
|
|
10662
|
+
readonly open: boolean;
|
|
10663
10663
|
}>;
|
|
10664
10664
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10665
10665
|
readonly disabled: BooleanConstructor;
|
|
@@ -10719,8 +10719,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10719
10719
|
}>>, {
|
|
10720
10720
|
readonly disabled: boolean;
|
|
10721
10721
|
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>;
|
|
10722
|
-
readonly open: boolean;
|
|
10723
10722
|
readonly virtualTriggering: boolean;
|
|
10723
|
+
readonly open: boolean;
|
|
10724
10724
|
readonly triggerKeys: string[];
|
|
10725
10725
|
}>;
|
|
10726
10726
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -10981,7 +10981,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10981
10981
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10982
10982
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10983
10983
|
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>;
|
|
10984
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10984
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10985
10985
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10986
10986
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10987
10987
|
}, {
|
|
@@ -11243,7 +11243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11243
11243
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11244
11244
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11245
11245
|
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>;
|
|
11246
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11246
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11247
11247
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11248
11248
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11249
11249
|
}>> & {
|
|
@@ -11521,9 +11521,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11521
11521
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11522
11522
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11523
11523
|
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>;
|
|
11524
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11524
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11525
11525
|
}, {
|
|
11526
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11526
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11527
11527
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11528
11528
|
readonly id: StringConstructor;
|
|
11529
11529
|
readonly style: {
|
|
@@ -11770,13 +11770,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11770
11770
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11771
11771
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11772
11772
|
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>;
|
|
11773
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11773
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11774
11774
|
}>> & {
|
|
11775
11775
|
onClose?: (() => any) | undefined;
|
|
11776
11776
|
onFocus?: (() => any) | undefined;
|
|
11777
11777
|
onBlur?: (() => any) | undefined;
|
|
11778
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11779
11778
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11779
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11780
11780
|
}>>;
|
|
11781
11781
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11782
11782
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -11856,7 +11856,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11856
11856
|
};
|
|
11857
11857
|
}, {
|
|
11858
11858
|
onKeydown: (e: KeyboardEvent) => void;
|
|
11859
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
11859
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11860
11860
|
loop: BooleanConstructor;
|
|
11861
11861
|
trapped: BooleanConstructor;
|
|
11862
11862
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -11865,10 +11865,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11865
11865
|
default: string;
|
|
11866
11866
|
};
|
|
11867
11867
|
}>> & {
|
|
11868
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
11869
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
11870
11868
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
11871
11869
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
11870
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
11871
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
11872
11872
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
11873
11873
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
11874
11874
|
}, {
|
|
@@ -12128,22 +12128,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12128
12128
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12129
12129
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12130
12130
|
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>;
|
|
12131
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12131
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12132
12132
|
}>> & {
|
|
12133
12133
|
onClose?: (() => any) | undefined;
|
|
12134
12134
|
onFocus?: (() => any) | undefined;
|
|
12135
12135
|
onBlur?: (() => any) | undefined;
|
|
12136
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
12136
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
12138
|
}, {
|
|
12139
12139
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12140
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12141
12140
|
readonly offset: number;
|
|
12142
12141
|
readonly effect: string;
|
|
12143
12142
|
readonly boundariesPadding: number;
|
|
12144
12143
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12145
12144
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12146
12145
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12146
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12147
12147
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12148
12148
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12149
12149
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12411,22 +12411,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12411
12411
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12412
12412
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12413
12413
|
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>;
|
|
12414
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12414
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12415
12415
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12416
12416
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12417
12417
|
}>>, {
|
|
12418
12418
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12419
|
-
readonly showAfter: number;
|
|
12420
|
-
readonly hideAfter: number;
|
|
12421
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12422
12419
|
readonly offset: number;
|
|
12423
|
-
readonly content: string;
|
|
12424
|
-
readonly transition: string;
|
|
12425
12420
|
readonly effect: string;
|
|
12421
|
+
readonly showAfter: number;
|
|
12422
|
+
readonly hideAfter: number;
|
|
12426
12423
|
readonly boundariesPadding: number;
|
|
12427
12424
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12428
12425
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12429
12426
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12427
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12430
12428
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12431
12429
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12432
12430
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12435,7 +12433,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12435
12433
|
readonly pure: boolean;
|
|
12436
12434
|
readonly virtualTriggering: boolean;
|
|
12437
12435
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12436
|
+
readonly content: string;
|
|
12438
12437
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12438
|
+
readonly transition: string;
|
|
12439
12439
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12440
12440
|
readonly persistent: boolean;
|
|
12441
12441
|
}>;
|
|
@@ -12745,7 +12745,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12745
12745
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12746
12746
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12747
12747
|
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>;
|
|
12748
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12748
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12749
12749
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12750
12750
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12751
12751
|
"onUpdate:visible": {
|
|
@@ -12754,25 +12754,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12754
12754
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12755
12755
|
__epPropKey: true;
|
|
12756
12756
|
};
|
|
12757
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12757
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12758
12758
|
}>> & {
|
|
12759
12759
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12760
12760
|
}, {
|
|
12761
12761
|
disabled: boolean;
|
|
12762
12762
|
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>;
|
|
12763
12763
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12764
|
-
showAfter: number;
|
|
12765
|
-
hideAfter: number;
|
|
12766
|
-
open: boolean;
|
|
12767
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12768
12764
|
offset: number;
|
|
12769
|
-
content: string;
|
|
12770
|
-
transition: string;
|
|
12771
12765
|
effect: string;
|
|
12766
|
+
showAfter: number;
|
|
12767
|
+
hideAfter: number;
|
|
12772
12768
|
boundariesPadding: number;
|
|
12773
12769
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12774
12770
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12775
12771
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12772
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12776
12773
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12777
12774
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12778
12775
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12781,10 +12778,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12781
12778
|
pure: boolean;
|
|
12782
12779
|
virtualTriggering: boolean;
|
|
12783
12780
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12781
|
+
content: string;
|
|
12784
12782
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12783
|
+
transition: string;
|
|
12785
12784
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12786
12785
|
persistent: boolean;
|
|
12787
|
-
|
|
12786
|
+
open: boolean;
|
|
12787
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12788
12788
|
triggerKeys: string[];
|
|
12789
12789
|
arrowOffset: number;
|
|
12790
12790
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12921,20 +12921,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12921
12921
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12922
12922
|
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>;
|
|
12923
12923
|
}>> & {
|
|
12924
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12925
12924
|
onChange?: ((value: string) => any) | undefined;
|
|
12926
|
-
|
|
12925
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12927
12926
|
onInput?: ((value: string) => any) | undefined;
|
|
12928
12927
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
12929
12928
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
12930
|
-
|
|
12929
|
+
onClear?: (() => any) | undefined;
|
|
12930
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12931
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12932
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
12931
12933
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
12932
12934
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
12933
|
-
|
|
12934
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12935
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12935
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
12936
12936
|
}>>;
|
|
12937
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
12937
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
12938
12938
|
rawAttrs: {
|
|
12939
12939
|
[x: string]: unknown;
|
|
12940
12940
|
};
|
|
@@ -13176,18 +13176,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13176
13176
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13177
13177
|
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>;
|
|
13178
13178
|
}>> & {
|
|
13179
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13180
13179
|
onChange?: ((value: string) => any) | undefined;
|
|
13181
|
-
|
|
13180
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13182
13181
|
onInput?: ((value: string) => any) | undefined;
|
|
13183
13182
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13184
13183
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13185
|
-
|
|
13184
|
+
onClear?: (() => any) | undefined;
|
|
13185
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13186
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13187
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13186
13188
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13187
13189
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13188
|
-
|
|
13189
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13190
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13190
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13191
13191
|
}, {
|
|
13192
13192
|
readonly type: string;
|
|
13193
13193
|
readonly disabled: boolean;
|
|
@@ -13309,8 +13309,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13309
13309
|
};
|
|
13310
13310
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13311
13311
|
}>> & {
|
|
13312
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13313
13312
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13313
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13314
13314
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13315
13315
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13316
13316
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13421,18 +13421,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13421
13421
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13422
13422
|
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>;
|
|
13423
13423
|
}>> & {
|
|
13424
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13425
13424
|
onChange?: ((value: string) => any) | undefined;
|
|
13426
|
-
|
|
13425
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13427
13426
|
onInput?: ((value: string) => any) | undefined;
|
|
13428
13427
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13429
13428
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13430
|
-
|
|
13429
|
+
onClear?: (() => any) | undefined;
|
|
13430
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13431
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13432
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13431
13433
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13432
13434
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13433
|
-
|
|
13434
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13435
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13435
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13436
13436
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
13437
13437
|
$attrs: {
|
|
13438
13438
|
[x: string]: unknown;
|
|
@@ -13445,7 +13445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13445
13445
|
}>;
|
|
13446
13446
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13447
13447
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13448
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13448
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13449
13449
|
$el: any;
|
|
13450
13450
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13451
13451
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13513,18 +13513,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13513
13513
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13514
13514
|
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>;
|
|
13515
13515
|
}>> & {
|
|
13516
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13517
13516
|
onChange?: ((value: string) => any) | undefined;
|
|
13518
|
-
|
|
13517
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13519
13518
|
onInput?: ((value: string) => any) | undefined;
|
|
13520
13519
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13521
13520
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13522
|
-
|
|
13521
|
+
onClear?: (() => any) | undefined;
|
|
13522
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13523
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13524
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13523
13525
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13524
13526
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13525
|
-
|
|
13526
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13527
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13527
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13528
13528
|
}, {
|
|
13529
13529
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13530
13530
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13592,20 +13592,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13592
13592
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13593
13593
|
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>;
|
|
13594
13594
|
}>> & {
|
|
13595
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13596
13595
|
onChange?: ((value: string) => any) | undefined;
|
|
13597
|
-
|
|
13596
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13598
13597
|
onInput?: ((value: string) => any) | undefined;
|
|
13599
13598
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13600
13599
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13601
|
-
|
|
13600
|
+
onClear?: (() => any) | undefined;
|
|
13601
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13602
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13603
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13602
13604
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13603
13605
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13604
|
-
|
|
13605
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13606
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13606
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13607
13607
|
}>>;
|
|
13608
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13608
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13609
13609
|
rawAttrs: {
|
|
13610
13610
|
[x: string]: unknown;
|
|
13611
13611
|
};
|
|
@@ -13884,18 +13884,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13884
13884
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13885
13885
|
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>;
|
|
13886
13886
|
}>> & {
|
|
13887
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13888
13887
|
onChange?: ((value: string) => any) | undefined;
|
|
13889
|
-
|
|
13888
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13890
13889
|
onInput?: ((value: string) => any) | undefined;
|
|
13891
13890
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13892
13891
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13893
|
-
|
|
13892
|
+
onClear?: (() => any) | undefined;
|
|
13893
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13894
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13895
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13894
13896
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13895
13897
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13896
|
-
|
|
13897
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13898
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13898
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13899
13899
|
} & import("vue").ShallowUnwrapRef<{
|
|
13900
13900
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13901
13901
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13963,20 +13963,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13963
13963
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13964
13964
|
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>;
|
|
13965
13965
|
}>> & {
|
|
13966
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13967
13966
|
onChange?: ((value: string) => any) | undefined;
|
|
13968
|
-
|
|
13967
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13969
13968
|
onInput?: ((value: string) => any) | undefined;
|
|
13970
13969
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13971
13970
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13972
|
-
|
|
13971
|
+
onClear?: (() => any) | undefined;
|
|
13972
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13973
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13974
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13973
13975
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13974
13976
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13975
|
-
|
|
13976
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13977
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13977
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13978
13978
|
}>>;
|
|
13979
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
13979
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13980
13980
|
rawAttrs: {
|
|
13981
13981
|
[x: string]: unknown;
|
|
13982
13982
|
};
|
|
@@ -14297,20 +14297,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14297
14297
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14298
14298
|
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>;
|
|
14299
14299
|
}>> & {
|
|
14300
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14301
14300
|
onChange?: ((value: string) => any) | undefined;
|
|
14302
|
-
|
|
14301
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14303
14302
|
onInput?: ((value: string) => any) | undefined;
|
|
14304
14303
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14305
14304
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14306
|
-
|
|
14305
|
+
onClear?: (() => any) | undefined;
|
|
14306
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14307
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14308
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14307
14309
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14308
14310
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14309
|
-
|
|
14310
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14311
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14311
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14312
14312
|
}>>;
|
|
14313
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
14313
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14314
14314
|
rawAttrs: {
|
|
14315
14315
|
[x: string]: unknown;
|
|
14316
14316
|
};
|
|
@@ -14552,18 +14552,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14552
14552
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14553
14553
|
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>;
|
|
14554
14554
|
}>> & {
|
|
14555
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14556
14555
|
onChange?: ((value: string) => any) | undefined;
|
|
14557
|
-
|
|
14556
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14558
14557
|
onInput?: ((value: string) => any) | undefined;
|
|
14559
14558
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14560
14559
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14561
|
-
|
|
14560
|
+
onClear?: (() => any) | undefined;
|
|
14561
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14562
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14563
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14562
14564
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14563
14565
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14564
|
-
|
|
14565
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14566
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14566
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14567
14567
|
}, {
|
|
14568
14568
|
readonly type: string;
|
|
14569
14569
|
readonly disabled: boolean;
|
|
@@ -14686,8 +14686,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14686
14686
|
};
|
|
14687
14687
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14688
14688
|
}>> & {
|
|
14689
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14690
14689
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14690
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14691
14691
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14692
14692
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14693
14693
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -14867,8 +14867,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14867
14867
|
};
|
|
14868
14868
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14869
14869
|
}>> & {
|
|
14870
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14871
14870
|
onChange?: ((val: string | null) => any) | undefined;
|
|
14871
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14872
14872
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
14873
14873
|
}, {
|
|
14874
14874
|
readonly disabled: boolean;
|