element-plus-secondary 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +257 -161
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +257 -161
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/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/calendar/src/calendar.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +348 -228
- package/es/components/cascader/src/index.vue.d.ts +174 -114
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +4 -4
- package/es/components/collapse/src/collapse-item.mjs +96 -19
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +19 -96
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- 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 +585 -261
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +382 -46
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +585 -261
- package/es/components/color-picker/src/color-picker2.mjs +46 -382
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +140 -44
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +82 -46
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +80 -44
- 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 +169 -97
- 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 +5 -5
- package/es/components/dialog/src/dialog-content.mjs +87 -37
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +37 -87
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- 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.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/es/components/form/index.d.ts +3 -3
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.d.ts +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/form.vue.d.ts +3 -3
- package/es/components/form/src/form2.mjs +150 -53
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +219 -58
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image/src/image2.mjs +58 -219
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +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 +48 -12
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.d.ts +12 -0
- package/es/components/input/src/input.mjs +442 -110
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +48 -12
- package/es/components/input/src/input2.mjs +116 -442
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +140 -44
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +300 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +140 -44
- package/es/components/input-number/src/input-number2.mjs +62 -300
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +100 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -100
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.mjs +59 -9
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +48 -12
- package/es/components/pagination/src/components/jumper2.mjs +9 -59
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +18 -34
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +34 -18
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +77 -77
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popover/src/popover2.mjs +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +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.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +120 -31
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +31 -120
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/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/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +77 -77
- package/es/components/select/src/select.vue.d.ts +77 -77
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +154 -154
- package/es/components/select-v2/src/select.vue.d.ts +77 -77
- 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 +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +332 -236
- 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 +332 -236
- 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 +1 -1
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +20 -194
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +194 -20
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.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 +3 -3
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tabs/src/tab-pane.mjs +73 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +13 -73
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +166 -130
- 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 +316 -316
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +158 -158
- package/es/components/time-select/src/time-select2.mjs +48 -117
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +38 -38
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +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 +31 -170
- 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 +170 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +16 -74
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +74 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +113 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +50 -113
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +3 -3
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +6 -6
- package/es/components/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +282 -102
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -131
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +56 -20
- package/es/components/transfer/src/transfer-panel2.mjs +131 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +282 -102
- 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 +4 -4
- package/es/components/upload/src/upload-content.mjs +170 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +11 -70
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +70 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +6 -6
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +40 -40
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +257 -161
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +257 -161
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/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/calendar/src/calendar.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +348 -228
- package/lib/components/cascader/src/index.vue.d.ts +174 -114
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +4 -4
- package/lib/components/collapse/src/collapse-item.js +96 -19
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +19 -96
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- 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 +585 -261
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +380 -46
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +585 -261
- package/lib/components/color-picker/src/color-picker2.js +46 -380
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +140 -44
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +82 -46
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +80 -44
- 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 +169 -97
- 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 +5 -5
- package/lib/components/dialog/src/dialog-content.js +86 -37
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +37 -86
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- 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.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/lib/components/form/index.d.ts +3 -3
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.d.ts +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/form.vue.d.ts +3 -3
- package/lib/components/form/src/form2.js +149 -53
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -59
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image/src/image2.js +59 -219
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +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 +48 -12
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.d.ts +12 -0
- package/lib/components/input/src/input.js +441 -110
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +48 -12
- package/lib/components/input/src/input2.js +116 -441
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +140 -44
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +299 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +140 -44
- package/lib/components/input-number/src/input-number2.js +62 -299
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +100 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -100
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.js +59 -9
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +48 -12
- package/lib/components/pagination/src/components/jumper2.js +9 -59
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +19 -34
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +34 -19
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +77 -77
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popover/src/popover2.js +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +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.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +120 -32
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +32 -120
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/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/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +77 -77
- package/lib/components/select/src/select.vue.d.ts +77 -77
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +154 -154
- package/lib/components/select-v2/src/select.vue.d.ts +77 -77
- 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 +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +332 -236
- 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 +332 -236
- 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 +1 -1
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +20 -194
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +194 -20
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.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 +3 -3
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tabs/src/tab-pane.js +73 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +13 -73
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +166 -130
- 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 +316 -316
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +158 -158
- package/lib/components/time-select/src/time-select2.js +48 -122
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +38 -38
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +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 +34 -169
- 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 +169 -34
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +16 -74
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +74 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +113 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +50 -113
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +3 -3
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +6 -6
- package/lib/components/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +282 -102
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -131
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +56 -20
- package/lib/components/transfer/src/transfer-panel2.js +131 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +282 -102
- 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 +4 -4
- package/lib/components/upload/src/upload-content.js +170 -33
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +33 -170
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +12 -70
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +70 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +6 -6
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +40 -40
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-menu.css +1 -1
- package/theme-chalk/el-option-item.css +1 -1
- package/theme-chalk/el-option.css +1 -1
- package/theme-chalk/el-radio.css +1 -1
- package/theme-chalk/el-select-dropdown.css +1 -1
- package/theme-chalk/el-select-v2.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +13 -0
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/form.scss +10 -2
- package/theme-chalk/src/input.scss +16 -0
- package/theme-chalk/src/menu.scss +0 -1
- package/theme-chalk/src/option.scss +25 -1
- package/theme-chalk/src/radio.scss +11 -2
- package/theme-chalk/src/select-dropdown.scss +3 -3
- package/theme-chalk/src/tree.scss +7 -2
|
@@ -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;
|
|
@@ -540,24 +540,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
540
540
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
541
|
__epPropKey: true;
|
|
542
542
|
};
|
|
543
|
+
readonly iconViewCustom: {
|
|
544
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
545
|
+
readonly required: false;
|
|
546
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
+
__epPropKey: true;
|
|
548
|
+
};
|
|
549
|
+
readonly iconHideCustom: {
|
|
550
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
551
|
+
readonly required: false;
|
|
552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
+
__epPropKey: true;
|
|
554
|
+
};
|
|
543
555
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
544
556
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
545
557
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
546
558
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
547
559
|
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
560
|
}>> & {
|
|
549
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
550
561
|
onChange?: ((value: string) => any) | undefined;
|
|
562
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
551
563
|
onInput?: ((value: string) => any) | undefined;
|
|
552
564
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
553
565
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
554
566
|
onClear?: (() => any) | undefined;
|
|
555
|
-
|
|
567
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
568
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
569
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
556
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
557
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
558
|
-
|
|
559
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
560
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
572
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
561
573
|
} & 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
574
|
$attrs: {
|
|
563
575
|
[x: string]: unknown;
|
|
@@ -570,7 +582,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
582
|
}>;
|
|
571
583
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
572
584
|
$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: "
|
|
585
|
+
$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
586
|
$el: any;
|
|
575
587
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
576
588
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -632,24 +644,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
632
644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
645
|
__epPropKey: true;
|
|
634
646
|
};
|
|
647
|
+
readonly iconViewCustom: {
|
|
648
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
649
|
+
readonly required: false;
|
|
650
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
651
|
+
__epPropKey: true;
|
|
652
|
+
};
|
|
653
|
+
readonly iconHideCustom: {
|
|
654
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
655
|
+
readonly required: false;
|
|
656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
|
+
__epPropKey: true;
|
|
658
|
+
};
|
|
635
659
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
636
660
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
637
661
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
638
662
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
639
663
|
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
664
|
}>> & {
|
|
641
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
642
665
|
onChange?: ((value: string) => any) | undefined;
|
|
666
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
643
667
|
onInput?: ((value: string) => any) | undefined;
|
|
644
668
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
645
669
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
646
670
|
onClear?: (() => any) | undefined;
|
|
647
|
-
|
|
671
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
672
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
673
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
648
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
649
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
650
|
-
|
|
651
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
652
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
676
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
653
677
|
}, {
|
|
654
678
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
655
679
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -711,26 +735,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
711
735
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
712
736
|
__epPropKey: true;
|
|
713
737
|
};
|
|
738
|
+
readonly iconViewCustom: {
|
|
739
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
740
|
+
readonly required: false;
|
|
741
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
742
|
+
__epPropKey: true;
|
|
743
|
+
};
|
|
744
|
+
readonly iconHideCustom: {
|
|
745
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
746
|
+
readonly required: false;
|
|
747
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
+
__epPropKey: true;
|
|
749
|
+
};
|
|
714
750
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
715
751
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
716
752
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
717
753
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
718
754
|
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
755
|
}>> & {
|
|
720
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
721
756
|
onChange?: ((value: string) => any) | undefined;
|
|
757
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
722
758
|
onInput?: ((value: string) => any) | undefined;
|
|
723
759
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
724
760
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
725
761
|
onClear?: (() => any) | undefined;
|
|
726
|
-
|
|
762
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
763
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
764
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
727
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
728
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
729
|
-
|
|
730
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
731
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
767
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
732
768
|
}>>;
|
|
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: "
|
|
769
|
+
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
770
|
rawAttrs: {
|
|
735
771
|
[x: string]: unknown;
|
|
736
772
|
};
|
|
@@ -794,7 +830,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
794
830
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
795
831
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
796
832
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
797
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
833
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
798
834
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
799
835
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
800
836
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -1003,24 +1039,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1003
1039
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1004
1040
|
__epPropKey: true;
|
|
1005
1041
|
};
|
|
1042
|
+
readonly iconViewCustom: {
|
|
1043
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1044
|
+
readonly required: false;
|
|
1045
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1046
|
+
__epPropKey: true;
|
|
1047
|
+
};
|
|
1048
|
+
readonly iconHideCustom: {
|
|
1049
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1050
|
+
readonly required: false;
|
|
1051
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1052
|
+
__epPropKey: true;
|
|
1053
|
+
};
|
|
1006
1054
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1007
1055
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1008
1056
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1009
1057
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1010
1058
|
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
1059
|
}>> & {
|
|
1012
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1013
1060
|
onChange?: ((value: string) => any) | undefined;
|
|
1061
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1014
1062
|
onInput?: ((value: string) => any) | undefined;
|
|
1015
1063
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1016
1064
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1017
1065
|
onClear?: (() => any) | undefined;
|
|
1018
|
-
|
|
1066
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1067
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1068
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1019
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1020
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1021
|
-
|
|
1022
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1023
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1071
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1024
1072
|
} & import("vue").ShallowUnwrapRef<{
|
|
1025
1073
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1026
1074
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -1082,26 +1130,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1082
1130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1083
1131
|
__epPropKey: true;
|
|
1084
1132
|
};
|
|
1133
|
+
readonly iconViewCustom: {
|
|
1134
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1135
|
+
readonly required: false;
|
|
1136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1137
|
+
__epPropKey: true;
|
|
1138
|
+
};
|
|
1139
|
+
readonly iconHideCustom: {
|
|
1140
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1141
|
+
readonly required: false;
|
|
1142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
|
+
__epPropKey: true;
|
|
1144
|
+
};
|
|
1085
1145
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1086
1146
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1087
1147
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1088
1148
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1089
1149
|
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
1150
|
}>> & {
|
|
1091
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1092
1151
|
onChange?: ((value: string) => any) | undefined;
|
|
1152
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1093
1153
|
onInput?: ((value: string) => any) | undefined;
|
|
1094
1154
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1095
1155
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1096
1156
|
onClear?: (() => any) | undefined;
|
|
1097
|
-
|
|
1157
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1158
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1159
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1098
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1099
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1100
|
-
|
|
1101
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1102
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1162
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1103
1163
|
}>>;
|
|
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: "
|
|
1164
|
+
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
1165
|
rawAttrs: {
|
|
1106
1166
|
[x: string]: unknown;
|
|
1107
1167
|
};
|
|
@@ -1165,7 +1225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1165
1225
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1166
1226
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1167
1227
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1168
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
1228
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1169
1229
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1170
1230
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1171
1231
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -1350,6 +1410,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1350
1410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1351
1411
|
__epPropKey: true;
|
|
1352
1412
|
};
|
|
1413
|
+
readonly iconViewCustom: {
|
|
1414
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1415
|
+
readonly required: false;
|
|
1416
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1417
|
+
__epPropKey: true;
|
|
1418
|
+
};
|
|
1419
|
+
readonly iconHideCustom: {
|
|
1420
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1421
|
+
readonly required: false;
|
|
1422
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1423
|
+
__epPropKey: true;
|
|
1424
|
+
};
|
|
1353
1425
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1354
1426
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1355
1427
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
@@ -1416,26 +1488,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1416
1488
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1417
1489
|
__epPropKey: true;
|
|
1418
1490
|
};
|
|
1491
|
+
readonly iconViewCustom: {
|
|
1492
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1493
|
+
readonly required: false;
|
|
1494
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1495
|
+
__epPropKey: true;
|
|
1496
|
+
};
|
|
1497
|
+
readonly iconHideCustom: {
|
|
1498
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1499
|
+
readonly required: false;
|
|
1500
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1501
|
+
__epPropKey: true;
|
|
1502
|
+
};
|
|
1419
1503
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1420
1504
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1421
1505
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1422
1506
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1423
1507
|
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
1508
|
}>> & {
|
|
1425
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1426
1509
|
onChange?: ((value: string) => any) | undefined;
|
|
1510
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1427
1511
|
onInput?: ((value: string) => any) | undefined;
|
|
1428
1512
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1429
1513
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1430
1514
|
onClear?: (() => any) | undefined;
|
|
1431
|
-
|
|
1515
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1516
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1517
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1432
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1433
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1434
|
-
|
|
1435
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1436
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1520
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1437
1521
|
}>>;
|
|
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: "
|
|
1522
|
+
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
1523
|
rawAttrs: {
|
|
1440
1524
|
[x: string]: unknown;
|
|
1441
1525
|
};
|
|
@@ -1499,7 +1583,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1499
1583
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1500
1584
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1501
1585
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1502
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
1586
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1503
1587
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1504
1588
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1505
1589
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -1671,24 +1755,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1755
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1672
1756
|
__epPropKey: true;
|
|
1673
1757
|
};
|
|
1758
|
+
readonly iconViewCustom: {
|
|
1759
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1760
|
+
readonly required: false;
|
|
1761
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1762
|
+
__epPropKey: true;
|
|
1763
|
+
};
|
|
1764
|
+
readonly iconHideCustom: {
|
|
1765
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1766
|
+
readonly required: false;
|
|
1767
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1768
|
+
__epPropKey: true;
|
|
1769
|
+
};
|
|
1674
1770
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1675
1771
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1676
1772
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1677
1773
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1678
1774
|
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
1775
|
}>> & {
|
|
1680
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1681
1776
|
onChange?: ((value: string) => any) | undefined;
|
|
1777
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1682
1778
|
onInput?: ((value: string) => any) | undefined;
|
|
1683
1779
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1684
1780
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1685
1781
|
onClear?: (() => any) | undefined;
|
|
1686
|
-
|
|
1782
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1783
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1784
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1687
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1688
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1689
|
-
|
|
1690
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1691
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1787
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1692
1788
|
}, {
|
|
1693
1789
|
readonly type: string;
|
|
1694
1790
|
readonly disabled: boolean;
|
|
@@ -1811,8 +1907,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1811
1907
|
};
|
|
1812
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1813
1909
|
}>> & {
|
|
1814
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1815
1910
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1816
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1817
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1818
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1953,8 +2049,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1953
2049
|
};
|
|
1954
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1955
2051
|
}>> & {
|
|
1956
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1957
2052
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1958
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1959
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1960
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2059,24 +2155,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2059
2155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2060
2156
|
__epPropKey: true;
|
|
2061
2157
|
};
|
|
2158
|
+
readonly iconViewCustom: {
|
|
2159
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2160
|
+
readonly required: false;
|
|
2161
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2162
|
+
__epPropKey: true;
|
|
2163
|
+
};
|
|
2164
|
+
readonly iconHideCustom: {
|
|
2165
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2166
|
+
readonly required: false;
|
|
2167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2168
|
+
__epPropKey: true;
|
|
2169
|
+
};
|
|
2062
2170
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2063
2171
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2064
2172
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2065
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2066
2174
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2067
2175
|
}>> & {
|
|
2068
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2069
2176
|
onChange?: ((value: string) => any) | undefined;
|
|
2177
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2070
2178
|
onInput?: ((value: string) => any) | undefined;
|
|
2071
2179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2072
2180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2073
2181
|
onClear?: (() => any) | undefined;
|
|
2074
|
-
|
|
2182
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2183
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2184
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2075
2185
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2076
2186
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2077
|
-
|
|
2078
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2079
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2187
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2080
2188
|
} & 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
2189
|
$attrs: {
|
|
2082
2190
|
[x: string]: unknown;
|
|
@@ -2089,7 +2197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2089
2197
|
}>;
|
|
2090
2198
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2091
2199
|
$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: "
|
|
2200
|
+
$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
2201
|
$el: any;
|
|
2094
2202
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2095
2203
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2151,24 +2259,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2151
2259
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2152
2260
|
__epPropKey: true;
|
|
2153
2261
|
};
|
|
2262
|
+
readonly iconViewCustom: {
|
|
2263
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2264
|
+
readonly required: false;
|
|
2265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2266
|
+
__epPropKey: true;
|
|
2267
|
+
};
|
|
2268
|
+
readonly iconHideCustom: {
|
|
2269
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2270
|
+
readonly required: false;
|
|
2271
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2272
|
+
__epPropKey: true;
|
|
2273
|
+
};
|
|
2154
2274
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2155
2275
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2156
2276
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2157
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2158
2278
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2159
2279
|
}>> & {
|
|
2160
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2161
2280
|
onChange?: ((value: string) => any) | undefined;
|
|
2281
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2162
2282
|
onInput?: ((value: string) => any) | undefined;
|
|
2163
2283
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2164
2284
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2165
2285
|
onClear?: (() => any) | undefined;
|
|
2166
|
-
|
|
2286
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2287
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2288
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2167
2289
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2168
2290
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2169
|
-
|
|
2170
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2171
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2291
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2172
2292
|
}, {
|
|
2173
2293
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2174
2294
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2230,26 +2350,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2230
2350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2231
2351
|
__epPropKey: true;
|
|
2232
2352
|
};
|
|
2353
|
+
readonly iconViewCustom: {
|
|
2354
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2355
|
+
readonly required: false;
|
|
2356
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2357
|
+
__epPropKey: true;
|
|
2358
|
+
};
|
|
2359
|
+
readonly iconHideCustom: {
|
|
2360
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2361
|
+
readonly required: false;
|
|
2362
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2363
|
+
__epPropKey: true;
|
|
2364
|
+
};
|
|
2233
2365
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2234
2366
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2235
2367
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2236
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2237
2369
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2238
2370
|
}>> & {
|
|
2239
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2240
2371
|
onChange?: ((value: string) => any) | undefined;
|
|
2372
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2241
2373
|
onInput?: ((value: string) => any) | undefined;
|
|
2242
2374
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2243
2375
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2244
2376
|
onClear?: (() => any) | undefined;
|
|
2245
|
-
|
|
2377
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2378
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2379
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2246
2380
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2247
2381
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2248
|
-
|
|
2249
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2250
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2382
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2251
2383
|
}>>;
|
|
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: "
|
|
2384
|
+
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
2385
|
rawAttrs: {
|
|
2254
2386
|
[x: string]: unknown;
|
|
2255
2387
|
};
|
|
@@ -2313,7 +2445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2313
2445
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
2314
2446
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
2315
2447
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2316
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
2448
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2317
2449
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
2318
2450
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
2319
2451
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -2522,24 +2654,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2522
2654
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2523
2655
|
__epPropKey: true;
|
|
2524
2656
|
};
|
|
2657
|
+
readonly iconViewCustom: {
|
|
2658
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2659
|
+
readonly required: false;
|
|
2660
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2661
|
+
__epPropKey: true;
|
|
2662
|
+
};
|
|
2663
|
+
readonly iconHideCustom: {
|
|
2664
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2665
|
+
readonly required: false;
|
|
2666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2667
|
+
__epPropKey: true;
|
|
2668
|
+
};
|
|
2525
2669
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2526
2670
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2527
2671
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2528
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2529
2673
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2530
2674
|
}>> & {
|
|
2531
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2532
2675
|
onChange?: ((value: string) => any) | undefined;
|
|
2676
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2533
2677
|
onInput?: ((value: string) => any) | undefined;
|
|
2534
2678
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2535
2679
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2536
2680
|
onClear?: (() => any) | undefined;
|
|
2537
|
-
|
|
2681
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2682
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2683
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2538
2684
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2539
2685
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2540
|
-
|
|
2541
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2542
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2686
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2543
2687
|
} & import("vue").ShallowUnwrapRef<{
|
|
2544
2688
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2545
2689
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2601,26 +2745,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2601
2745
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2602
2746
|
__epPropKey: true;
|
|
2603
2747
|
};
|
|
2748
|
+
readonly iconViewCustom: {
|
|
2749
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2750
|
+
readonly required: false;
|
|
2751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2752
|
+
__epPropKey: true;
|
|
2753
|
+
};
|
|
2754
|
+
readonly iconHideCustom: {
|
|
2755
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2756
|
+
readonly required: false;
|
|
2757
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2758
|
+
__epPropKey: true;
|
|
2759
|
+
};
|
|
2604
2760
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2605
2761
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2606
2762
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2607
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2608
2764
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2609
2765
|
}>> & {
|
|
2610
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2611
2766
|
onChange?: ((value: string) => any) | undefined;
|
|
2767
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2612
2768
|
onInput?: ((value: string) => any) | undefined;
|
|
2613
2769
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2614
2770
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2615
2771
|
onClear?: (() => any) | undefined;
|
|
2616
|
-
|
|
2772
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2773
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2774
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2617
2775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2618
2776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2619
|
-
|
|
2620
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2621
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2777
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2622
2778
|
}>>;
|
|
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: "
|
|
2779
|
+
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
2780
|
rawAttrs: {
|
|
2625
2781
|
[x: string]: unknown;
|
|
2626
2782
|
};
|
|
@@ -2684,7 +2840,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2684
2840
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
2685
2841
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
2686
2842
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2687
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
2843
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
2688
2844
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
2689
2845
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
2690
2846
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -2869,6 +3025,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2869
3025
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2870
3026
|
__epPropKey: true;
|
|
2871
3027
|
};
|
|
3028
|
+
readonly iconViewCustom: {
|
|
3029
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3030
|
+
readonly required: false;
|
|
3031
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3032
|
+
__epPropKey: true;
|
|
3033
|
+
};
|
|
3034
|
+
readonly iconHideCustom: {
|
|
3035
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3036
|
+
readonly required: false;
|
|
3037
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3038
|
+
__epPropKey: true;
|
|
3039
|
+
};
|
|
2872
3040
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2873
3041
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2874
3042
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
@@ -2935,26 +3103,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2935
3103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2936
3104
|
__epPropKey: true;
|
|
2937
3105
|
};
|
|
3106
|
+
readonly iconViewCustom: {
|
|
3107
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3108
|
+
readonly required: false;
|
|
3109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3110
|
+
__epPropKey: true;
|
|
3111
|
+
};
|
|
3112
|
+
readonly iconHideCustom: {
|
|
3113
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3114
|
+
readonly required: false;
|
|
3115
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3116
|
+
__epPropKey: true;
|
|
3117
|
+
};
|
|
2938
3118
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2939
3119
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
2940
3120
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
2941
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2942
3122
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2943
3123
|
}>> & {
|
|
2944
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2945
3124
|
onChange?: ((value: string) => any) | undefined;
|
|
3125
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2946
3126
|
onInput?: ((value: string) => any) | undefined;
|
|
2947
3127
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2948
3128
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2949
3129
|
onClear?: (() => any) | undefined;
|
|
2950
|
-
|
|
3130
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3131
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3132
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2951
3133
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2952
3134
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2953
|
-
|
|
2954
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2955
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3135
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2956
3136
|
}>>;
|
|
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: "
|
|
3137
|
+
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
3138
|
rawAttrs: {
|
|
2959
3139
|
[x: string]: unknown;
|
|
2960
3140
|
};
|
|
@@ -3018,7 +3198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3018
3198
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
3019
3199
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
3020
3200
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
3021
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
3201
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3022
3202
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
3023
3203
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
3024
3204
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -3190,24 +3370,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3190
3370
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3191
3371
|
__epPropKey: true;
|
|
3192
3372
|
};
|
|
3373
|
+
readonly iconViewCustom: {
|
|
3374
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3375
|
+
readonly required: false;
|
|
3376
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3377
|
+
__epPropKey: true;
|
|
3378
|
+
};
|
|
3379
|
+
readonly iconHideCustom: {
|
|
3380
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
3381
|
+
readonly required: false;
|
|
3382
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3383
|
+
__epPropKey: true;
|
|
3384
|
+
};
|
|
3193
3385
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
3194
3386
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
3195
3387
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
3196
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3197
3389
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3198
3390
|
}>> & {
|
|
3199
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3200
3391
|
onChange?: ((value: string) => any) | undefined;
|
|
3392
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3201
3393
|
onInput?: ((value: string) => any) | undefined;
|
|
3202
3394
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3203
3395
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3204
3396
|
onClear?: (() => any) | undefined;
|
|
3205
|
-
|
|
3397
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3398
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3399
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3206
3400
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3207
3401
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3208
|
-
|
|
3209
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3210
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3402
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3211
3403
|
}, {
|
|
3212
3404
|
readonly type: string;
|
|
3213
3405
|
readonly disabled: boolean;
|
|
@@ -3330,8 +3522,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3330
3522
|
};
|
|
3331
3523
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3332
3524
|
}>> & {
|
|
3333
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3334
3525
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3526
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3335
3527
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3336
3528
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3337
3529
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3357,18 +3549,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3357
3549
|
disabled: boolean;
|
|
3358
3550
|
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
3551
|
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
3552
|
offset: number;
|
|
3365
|
-
content: string;
|
|
3366
|
-
transition: string;
|
|
3367
3553
|
effect: string;
|
|
3554
|
+
showAfter: number;
|
|
3555
|
+
hideAfter: number;
|
|
3368
3556
|
boundariesPadding: number;
|
|
3369
3557
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3370
3558
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3371
3559
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3560
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3372
3561
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3373
3562
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3374
3563
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3377,10 +3566,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3377
3566
|
pure: boolean;
|
|
3378
3567
|
virtualTriggering: boolean;
|
|
3379
3568
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3569
|
+
content: string;
|
|
3380
3570
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
|
+
transition: string;
|
|
3381
3572
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3382
3573
|
persistent: boolean;
|
|
3383
|
-
|
|
3574
|
+
open: boolean;
|
|
3575
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3384
3576
|
triggerKeys: string[];
|
|
3385
3577
|
arrowOffset: number;
|
|
3386
3578
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3690,7 +3882,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3690
3882
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3691
3883
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3692
3884
|
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, "
|
|
3885
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3694
3886
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3695
3887
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3696
3888
|
"onUpdate:visible": {
|
|
@@ -3699,10 +3891,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3699
3891
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3700
3892
|
__epPropKey: true;
|
|
3701
3893
|
};
|
|
3702
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3894
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3703
3895
|
}>> & {
|
|
3704
3896
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3705
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3897
|
+
} & 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
3898
|
$attrs: {
|
|
3707
3899
|
[x: string]: unknown;
|
|
3708
3900
|
};
|
|
@@ -4022,7 +4214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4022
4214
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4023
4215
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4024
4216
|
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, "
|
|
4217
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4026
4218
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4027
4219
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4028
4220
|
"onUpdate:visible": {
|
|
@@ -4031,7 +4223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4031
4223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4032
4224
|
__epPropKey: true;
|
|
4033
4225
|
};
|
|
4034
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4226
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4035
4227
|
}>> & {
|
|
4036
4228
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4037
4229
|
}, {
|
|
@@ -4341,7 +4533,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4341
4533
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4342
4534
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4343
4535
|
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, "
|
|
4536
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4345
4537
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4346
4538
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4347
4539
|
"onUpdate:visible": {
|
|
@@ -4350,7 +4542,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4350
4542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4351
4543
|
__epPropKey: true;
|
|
4352
4544
|
};
|
|
4353
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4545
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4354
4546
|
}>> & {
|
|
4355
4547
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4356
4548
|
}>>;
|
|
@@ -4369,10 +4561,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4369
4561
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4370
4562
|
isFocusInsideContent: () => boolean | undefined;
|
|
4371
4563
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4372
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4564
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4373
4565
|
}, {
|
|
4374
4566
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4375
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4567
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4376
4568
|
}>> & {
|
|
4377
4569
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4378
4570
|
}>>;
|
|
@@ -4380,12 +4572,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4380
4572
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4381
4573
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4382
4574
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4383
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4575
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4384
4576
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4385
4577
|
}, 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, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4387
4579
|
}>>, {
|
|
4388
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4389
4581
|
}>> & Record<string, any>;
|
|
4390
4582
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4391
4583
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4742,8 +4934,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4742
4934
|
readonly id: StringConstructor;
|
|
4743
4935
|
readonly open: BooleanConstructor;
|
|
4744
4936
|
}>>, {
|
|
4745
|
-
readonly open: boolean;
|
|
4746
4937
|
readonly virtualTriggering: boolean;
|
|
4938
|
+
readonly open: boolean;
|
|
4747
4939
|
}>;
|
|
4748
4940
|
}, 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
4941
|
readonly disabled: BooleanConstructor;
|
|
@@ -4803,8 +4995,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4803
4995
|
}>>, {
|
|
4804
4996
|
readonly disabled: boolean;
|
|
4805
4997
|
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
4998
|
readonly virtualTriggering: boolean;
|
|
4999
|
+
readonly open: boolean;
|
|
4808
5000
|
readonly triggerKeys: string[];
|
|
4809
5001
|
}>;
|
|
4810
5002
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5065,7 +5257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5065
5257
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5066
5258
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5067
5259
|
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, "
|
|
5260
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5069
5261
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5070
5262
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5071
5263
|
}, {
|
|
@@ -5327,7 +5519,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5327
5519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5328
5520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5329
5521
|
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, "
|
|
5522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5331
5523
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5332
5524
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5333
5525
|
}>> & {
|
|
@@ -5605,9 +5797,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5605
5797
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5606
5798
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5607
5799
|
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, "
|
|
5800
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5609
5801
|
}, {
|
|
5610
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5802
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5611
5803
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5612
5804
|
readonly id: StringConstructor;
|
|
5613
5805
|
readonly style: {
|
|
@@ -5854,13 +6046,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5854
6046
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5855
6047
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5856
6048
|
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, "
|
|
6049
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5858
6050
|
}>> & {
|
|
5859
6051
|
onClose?: (() => any) | undefined;
|
|
5860
6052
|
onFocus?: (() => any) | undefined;
|
|
5861
6053
|
onBlur?: (() => any) | undefined;
|
|
5862
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5863
6054
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6055
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5864
6056
|
}>>;
|
|
5865
6057
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
5866
6058
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -5940,7 +6132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5940
6132
|
};
|
|
5941
6133
|
}, {
|
|
5942
6134
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5943
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6135
|
+
}, 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
6136
|
loop: BooleanConstructor;
|
|
5945
6137
|
trapped: BooleanConstructor;
|
|
5946
6138
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -5949,10 +6141,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5949
6141
|
default: string;
|
|
5950
6142
|
};
|
|
5951
6143
|
}>> & {
|
|
5952
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5953
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5954
6144
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
5955
6145
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
6146
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6147
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
5956
6148
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
5957
6149
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
5958
6150
|
}, {
|
|
@@ -6212,22 +6404,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6212
6404
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6213
6405
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6214
6406
|
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, "
|
|
6407
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6216
6408
|
}>> & {
|
|
6217
6409
|
onClose?: (() => any) | undefined;
|
|
6218
6410
|
onFocus?: (() => any) | undefined;
|
|
6219
6411
|
onBlur?: (() => any) | undefined;
|
|
6220
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6221
6412
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6413
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6222
6414
|
}, {
|
|
6223
6415
|
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
6416
|
readonly offset: number;
|
|
6226
6417
|
readonly effect: string;
|
|
6227
6418
|
readonly boundariesPadding: number;
|
|
6228
6419
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6229
6420
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6230
6421
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6422
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6231
6423
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6232
6424
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6233
6425
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6495,22 +6687,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6495
6687
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6496
6688
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6497
6689
|
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, "
|
|
6690
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6499
6691
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6500
6692
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6501
6693
|
}>>, {
|
|
6502
6694
|
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
6695
|
readonly offset: number;
|
|
6507
|
-
readonly content: string;
|
|
6508
|
-
readonly transition: string;
|
|
6509
6696
|
readonly effect: string;
|
|
6697
|
+
readonly showAfter: number;
|
|
6698
|
+
readonly hideAfter: number;
|
|
6510
6699
|
readonly boundariesPadding: number;
|
|
6511
6700
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6512
6701
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6513
6702
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6703
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6514
6704
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6515
6705
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6516
6706
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6519,7 +6709,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6519
6709
|
readonly pure: boolean;
|
|
6520
6710
|
readonly virtualTriggering: boolean;
|
|
6521
6711
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6712
|
+
readonly content: string;
|
|
6522
6713
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
|
+
readonly transition: string;
|
|
6523
6715
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6524
6716
|
readonly persistent: boolean;
|
|
6525
6717
|
}>;
|
|
@@ -6527,18 +6719,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6527
6719
|
disabled: boolean;
|
|
6528
6720
|
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
6721
|
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
6722
|
offset: number;
|
|
6535
|
-
content: string;
|
|
6536
|
-
transition: string;
|
|
6537
6723
|
effect: string;
|
|
6724
|
+
showAfter: number;
|
|
6725
|
+
hideAfter: number;
|
|
6538
6726
|
boundariesPadding: number;
|
|
6539
6727
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6540
6728
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6541
6729
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6730
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6542
6731
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6543
6732
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6544
6733
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6547,10 +6736,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6547
6736
|
pure: boolean;
|
|
6548
6737
|
virtualTriggering: boolean;
|
|
6549
6738
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6739
|
+
content: string;
|
|
6550
6740
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
|
+
transition: string;
|
|
6551
6742
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6552
6743
|
persistent: boolean;
|
|
6553
|
-
|
|
6744
|
+
open: boolean;
|
|
6745
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6554
6746
|
triggerKeys: string[];
|
|
6555
6747
|
arrowOffset: number;
|
|
6556
6748
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6880,7 +7072,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6880
7072
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6881
7073
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6882
7074
|
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, "
|
|
7075
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6884
7076
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6885
7077
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6886
7078
|
"onUpdate:visible": {
|
|
@@ -6889,7 +7081,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6889
7081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6890
7082
|
__epPropKey: true;
|
|
6891
7083
|
};
|
|
6892
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7084
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
6893
7085
|
}>> & {
|
|
6894
7086
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6895
7087
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7199,7 +7391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7199
7391
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7200
7392
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7201
7393
|
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, "
|
|
7394
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7203
7395
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7204
7396
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7205
7397
|
"onUpdate:visible": {
|
|
@@ -7208,7 +7400,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7208
7400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7209
7401
|
__epPropKey: true;
|
|
7210
7402
|
};
|
|
7211
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7403
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7212
7404
|
}>> & {
|
|
7213
7405
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7214
7406
|
}>>;
|
|
@@ -7227,10 +7419,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7227
7419
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7228
7420
|
isFocusInsideContent: () => boolean | undefined;
|
|
7229
7421
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7230
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7422
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7231
7423
|
}, {
|
|
7232
7424
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7233
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7425
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7234
7426
|
}>> & {
|
|
7235
7427
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7236
7428
|
}>>;
|
|
@@ -7238,12 +7430,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7238
7430
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7239
7431
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7240
7432
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7241
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7433
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7242
7434
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7243
7435
|
}, 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, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7245
7437
|
}>>, {
|
|
7246
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7247
7439
|
}>> & Record<string, any>;
|
|
7248
7440
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7249
7441
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7600,8 +7792,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7600
7792
|
readonly id: StringConstructor;
|
|
7601
7793
|
readonly open: BooleanConstructor;
|
|
7602
7794
|
}>>, {
|
|
7603
|
-
readonly open: boolean;
|
|
7604
7795
|
readonly virtualTriggering: boolean;
|
|
7796
|
+
readonly open: boolean;
|
|
7605
7797
|
}>;
|
|
7606
7798
|
}, 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
7799
|
readonly disabled: BooleanConstructor;
|
|
@@ -7661,8 +7853,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7661
7853
|
}>>, {
|
|
7662
7854
|
readonly disabled: boolean;
|
|
7663
7855
|
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
7856
|
readonly virtualTriggering: boolean;
|
|
7857
|
+
readonly open: boolean;
|
|
7666
7858
|
readonly triggerKeys: string[];
|
|
7667
7859
|
}>;
|
|
7668
7860
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -7923,7 +8115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7923
8115
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7924
8116
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7925
8117
|
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, "
|
|
8118
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7927
8119
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7928
8120
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7929
8121
|
}, {
|
|
@@ -8185,7 +8377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8185
8377
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8186
8378
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8187
8379
|
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, "
|
|
8380
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8189
8381
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8190
8382
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8191
8383
|
}>> & {
|
|
@@ -8463,9 +8655,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8463
8655
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8464
8656
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8465
8657
|
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, "
|
|
8658
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8467
8659
|
}, {
|
|
8468
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8660
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8469
8661
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8470
8662
|
readonly id: StringConstructor;
|
|
8471
8663
|
readonly style: {
|
|
@@ -8712,13 +8904,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8712
8904
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8713
8905
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8714
8906
|
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, "
|
|
8907
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8716
8908
|
}>> & {
|
|
8717
8909
|
onClose?: (() => any) | undefined;
|
|
8718
8910
|
onFocus?: (() => any) | undefined;
|
|
8719
8911
|
onBlur?: (() => any) | undefined;
|
|
8720
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8721
8912
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8913
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8722
8914
|
}>>;
|
|
8723
8915
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8724
8916
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -8798,7 +8990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8798
8990
|
};
|
|
8799
8991
|
}, {
|
|
8800
8992
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8801
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
8993
|
+
}, 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
8994
|
loop: BooleanConstructor;
|
|
8803
8995
|
trapped: BooleanConstructor;
|
|
8804
8996
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -8807,10 +8999,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8807
8999
|
default: string;
|
|
8808
9000
|
};
|
|
8809
9001
|
}>> & {
|
|
8810
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
8811
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8812
9002
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
8813
9003
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9004
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9005
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
8814
9006
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
8815
9007
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
8816
9008
|
}, {
|
|
@@ -9070,22 +9262,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9070
9262
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9071
9263
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9072
9264
|
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, "
|
|
9265
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9074
9266
|
}>> & {
|
|
9075
9267
|
onClose?: (() => any) | undefined;
|
|
9076
9268
|
onFocus?: (() => any) | undefined;
|
|
9077
9269
|
onBlur?: (() => any) | undefined;
|
|
9078
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9079
9270
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9271
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9080
9272
|
}, {
|
|
9081
9273
|
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
9274
|
readonly offset: number;
|
|
9084
9275
|
readonly effect: string;
|
|
9085
9276
|
readonly boundariesPadding: number;
|
|
9086
9277
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9087
9278
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9088
9279
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9280
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9089
9281
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9090
9282
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9091
9283
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9353,22 +9545,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9353
9545
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9354
9546
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9355
9547
|
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, "
|
|
9548
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9357
9549
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9358
9550
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9359
9551
|
}>>, {
|
|
9360
9552
|
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
9553
|
readonly offset: number;
|
|
9365
|
-
readonly content: string;
|
|
9366
|
-
readonly transition: string;
|
|
9367
9554
|
readonly effect: string;
|
|
9555
|
+
readonly showAfter: number;
|
|
9556
|
+
readonly hideAfter: number;
|
|
9368
9557
|
readonly boundariesPadding: number;
|
|
9369
9558
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9370
9559
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9371
9560
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9561
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9372
9562
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9373
9563
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9374
9564
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9377,7 +9567,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9377
9567
|
readonly pure: boolean;
|
|
9378
9568
|
readonly virtualTriggering: boolean;
|
|
9379
9569
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9570
|
+
readonly content: string;
|
|
9380
9571
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
|
+
readonly transition: string;
|
|
9381
9573
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9382
9574
|
readonly persistent: boolean;
|
|
9383
9575
|
}>;
|
|
@@ -9438,8 +9630,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9438
9630
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9439
9631
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9440
9632
|
}>> & {
|
|
9441
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9442
9633
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9634
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9443
9635
|
}>>;
|
|
9444
9636
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9445
9637
|
ns: {
|
|
@@ -9486,8 +9678,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9486
9678
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9487
9679
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9488
9680
|
}>> & {
|
|
9489
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9490
9681
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9682
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9491
9683
|
}, {
|
|
9492
9684
|
readonly disabled: boolean;
|
|
9493
9685
|
readonly name: string;
|
|
@@ -9940,7 +10132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9940
10132
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9941
10133
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9942
10134
|
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, "
|
|
10135
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9944
10136
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9945
10137
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9946
10138
|
"onUpdate:visible": {
|
|
@@ -9949,7 +10141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9949
10141
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9950
10142
|
__epPropKey: true;
|
|
9951
10143
|
};
|
|
9952
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10144
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9953
10145
|
}, {
|
|
9954
10146
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9955
10147
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10257,7 +10449,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10257
10449
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10258
10450
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10259
10451
|
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, "
|
|
10452
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10261
10453
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10262
10454
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10263
10455
|
"onUpdate:visible": {
|
|
@@ -10266,7 +10458,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10266
10458
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10267
10459
|
__epPropKey: true;
|
|
10268
10460
|
};
|
|
10269
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10461
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10270
10462
|
}>> & {
|
|
10271
10463
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10272
10464
|
}>>;
|
|
@@ -10285,10 +10477,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10285
10477
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10286
10478
|
isFocusInsideContent: () => boolean | undefined;
|
|
10287
10479
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10288
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10480
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10289
10481
|
}, {
|
|
10290
10482
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10291
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10483
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10292
10484
|
}>> & {
|
|
10293
10485
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10294
10486
|
}>>;
|
|
@@ -10296,12 +10488,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10296
10488
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10297
10489
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10298
10490
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10299
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10491
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10300
10492
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10301
10493
|
}, 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, "
|
|
10494
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10303
10495
|
}>>, {
|
|
10304
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10496
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10305
10497
|
}>> & Record<string, any>;
|
|
10306
10498
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10307
10499
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10658,8 +10850,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10658
10850
|
readonly id: StringConstructor;
|
|
10659
10851
|
readonly open: BooleanConstructor;
|
|
10660
10852
|
}>>, {
|
|
10661
|
-
readonly open: boolean;
|
|
10662
10853
|
readonly virtualTriggering: boolean;
|
|
10854
|
+
readonly open: boolean;
|
|
10663
10855
|
}>;
|
|
10664
10856
|
}, 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
10857
|
readonly disabled: BooleanConstructor;
|
|
@@ -10719,8 +10911,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10719
10911
|
}>>, {
|
|
10720
10912
|
readonly disabled: boolean;
|
|
10721
10913
|
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
10914
|
readonly virtualTriggering: boolean;
|
|
10915
|
+
readonly open: boolean;
|
|
10724
10916
|
readonly triggerKeys: string[];
|
|
10725
10917
|
}>;
|
|
10726
10918
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -10981,7 +11173,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10981
11173
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10982
11174
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10983
11175
|
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, "
|
|
11176
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10985
11177
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10986
11178
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10987
11179
|
}, {
|
|
@@ -11243,7 +11435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11243
11435
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11244
11436
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11245
11437
|
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, "
|
|
11438
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11247
11439
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11248
11440
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11249
11441
|
}>> & {
|
|
@@ -11521,9 +11713,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11521
11713
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11522
11714
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11523
11715
|
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, "
|
|
11716
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11525
11717
|
}, {
|
|
11526
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11718
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11527
11719
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11528
11720
|
readonly id: StringConstructor;
|
|
11529
11721
|
readonly style: {
|
|
@@ -11770,13 +11962,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11770
11962
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11771
11963
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11772
11964
|
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, "
|
|
11965
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11774
11966
|
}>> & {
|
|
11775
11967
|
onClose?: (() => any) | undefined;
|
|
11776
11968
|
onFocus?: (() => any) | undefined;
|
|
11777
11969
|
onBlur?: (() => any) | undefined;
|
|
11778
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11779
11970
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11971
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11780
11972
|
}>>;
|
|
11781
11973
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11782
11974
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -11856,7 +12048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11856
12048
|
};
|
|
11857
12049
|
}, {
|
|
11858
12050
|
onKeydown: (e: KeyboardEvent) => void;
|
|
11859
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12051
|
+
}, 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
12052
|
loop: BooleanConstructor;
|
|
11861
12053
|
trapped: BooleanConstructor;
|
|
11862
12054
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -11865,10 +12057,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11865
12057
|
default: string;
|
|
11866
12058
|
};
|
|
11867
12059
|
}>> & {
|
|
11868
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
11869
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
11870
12060
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
11871
12061
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12062
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12063
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
11872
12064
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
11873
12065
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
11874
12066
|
}, {
|
|
@@ -12128,22 +12320,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12128
12320
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12129
12321
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12130
12322
|
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, "
|
|
12323
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12132
12324
|
}>> & {
|
|
12133
12325
|
onClose?: (() => any) | undefined;
|
|
12134
12326
|
onFocus?: (() => any) | undefined;
|
|
12135
12327
|
onBlur?: (() => any) | undefined;
|
|
12136
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12137
12328
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12329
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12138
12330
|
}, {
|
|
12139
12331
|
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
12332
|
readonly offset: number;
|
|
12142
12333
|
readonly effect: string;
|
|
12143
12334
|
readonly boundariesPadding: number;
|
|
12144
12335
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12145
12336
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12146
12337
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12338
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12147
12339
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12148
12340
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12149
12341
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12411,22 +12603,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12411
12603
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12412
12604
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12413
12605
|
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, "
|
|
12606
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12415
12607
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12416
12608
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12417
12609
|
}>>, {
|
|
12418
12610
|
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
12611
|
readonly offset: number;
|
|
12423
|
-
readonly content: string;
|
|
12424
|
-
readonly transition: string;
|
|
12425
12612
|
readonly effect: string;
|
|
12613
|
+
readonly showAfter: number;
|
|
12614
|
+
readonly hideAfter: number;
|
|
12426
12615
|
readonly boundariesPadding: number;
|
|
12427
12616
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12428
12617
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12429
12618
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12619
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12430
12620
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12431
12621
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12432
12622
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12435,7 +12625,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12435
12625
|
readonly pure: boolean;
|
|
12436
12626
|
readonly virtualTriggering: boolean;
|
|
12437
12627
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12628
|
+
readonly content: string;
|
|
12438
12629
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12630
|
+
readonly transition: string;
|
|
12439
12631
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12440
12632
|
readonly persistent: boolean;
|
|
12441
12633
|
}>;
|
|
@@ -12745,7 +12937,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12745
12937
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12746
12938
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12747
12939
|
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, "
|
|
12940
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12749
12941
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12750
12942
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12751
12943
|
"onUpdate:visible": {
|
|
@@ -12754,25 +12946,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12754
12946
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12755
12947
|
__epPropKey: true;
|
|
12756
12948
|
};
|
|
12757
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12949
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12758
12950
|
}>> & {
|
|
12759
12951
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12760
12952
|
}, {
|
|
12761
12953
|
disabled: boolean;
|
|
12762
12954
|
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
12955
|
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
12956
|
offset: number;
|
|
12769
|
-
content: string;
|
|
12770
|
-
transition: string;
|
|
12771
12957
|
effect: string;
|
|
12958
|
+
showAfter: number;
|
|
12959
|
+
hideAfter: number;
|
|
12772
12960
|
boundariesPadding: number;
|
|
12773
12961
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12774
12962
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12775
12963
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12964
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12776
12965
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12777
12966
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12778
12967
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12781,10 +12970,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12781
12970
|
pure: boolean;
|
|
12782
12971
|
virtualTriggering: boolean;
|
|
12783
12972
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12973
|
+
content: string;
|
|
12784
12974
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12975
|
+
transition: string;
|
|
12785
12976
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12786
12977
|
persistent: boolean;
|
|
12787
|
-
|
|
12978
|
+
open: boolean;
|
|
12979
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12788
12980
|
triggerKeys: string[];
|
|
12789
12981
|
arrowOffset: number;
|
|
12790
12982
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12849,6 +13041,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12849
13041
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12850
13042
|
__epPropKey: true;
|
|
12851
13043
|
};
|
|
13044
|
+
readonly iconViewCustom: {
|
|
13045
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13046
|
+
readonly required: false;
|
|
13047
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13048
|
+
__epPropKey: true;
|
|
13049
|
+
};
|
|
13050
|
+
readonly iconHideCustom: {
|
|
13051
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13052
|
+
readonly required: false;
|
|
13053
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13054
|
+
__epPropKey: true;
|
|
13055
|
+
};
|
|
12852
13056
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
12853
13057
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
12854
13058
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
@@ -12915,26 +13119,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12915
13119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12916
13120
|
__epPropKey: true;
|
|
12917
13121
|
};
|
|
13122
|
+
readonly iconViewCustom: {
|
|
13123
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13124
|
+
readonly required: false;
|
|
13125
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13126
|
+
__epPropKey: true;
|
|
13127
|
+
};
|
|
13128
|
+
readonly iconHideCustom: {
|
|
13129
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13130
|
+
readonly required: false;
|
|
13131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13132
|
+
__epPropKey: true;
|
|
13133
|
+
};
|
|
12918
13134
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
12919
13135
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
12920
13136
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
12921
13137
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12922
13138
|
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
13139
|
}>> & {
|
|
12924
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12925
13140
|
onChange?: ((value: string) => any) | undefined;
|
|
13141
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12926
13142
|
onInput?: ((value: string) => any) | undefined;
|
|
12927
13143
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
12928
13144
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
12929
13145
|
onClear?: (() => any) | undefined;
|
|
12930
|
-
|
|
13146
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13147
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13148
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
12931
13149
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
12932
13150
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
12933
|
-
|
|
12934
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12935
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13151
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
12936
13152
|
}>>;
|
|
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: "
|
|
13153
|
+
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
13154
|
rawAttrs: {
|
|
12939
13155
|
[x: string]: unknown;
|
|
12940
13156
|
};
|
|
@@ -12998,7 +13214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12998
13214
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
12999
13215
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
13000
13216
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
13001
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
13217
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13002
13218
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13003
13219
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13004
13220
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -13170,24 +13386,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13170
13386
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13171
13387
|
__epPropKey: true;
|
|
13172
13388
|
};
|
|
13389
|
+
readonly iconViewCustom: {
|
|
13390
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13391
|
+
readonly required: false;
|
|
13392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13393
|
+
__epPropKey: true;
|
|
13394
|
+
};
|
|
13395
|
+
readonly iconHideCustom: {
|
|
13396
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13397
|
+
readonly required: false;
|
|
13398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13399
|
+
__epPropKey: true;
|
|
13400
|
+
};
|
|
13173
13401
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13174
13402
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13175
13403
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13176
13404
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13177
13405
|
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
13406
|
}>> & {
|
|
13179
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13180
13407
|
onChange?: ((value: string) => any) | undefined;
|
|
13408
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13181
13409
|
onInput?: ((value: string) => any) | undefined;
|
|
13182
13410
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13183
13411
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13184
13412
|
onClear?: (() => any) | undefined;
|
|
13185
|
-
|
|
13413
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13414
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13415
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13186
13416
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13187
13417
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13188
|
-
|
|
13189
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13190
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13418
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13191
13419
|
}, {
|
|
13192
13420
|
readonly type: string;
|
|
13193
13421
|
readonly disabled: boolean;
|
|
@@ -13309,8 +13537,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13309
13537
|
};
|
|
13310
13538
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13311
13539
|
}>> & {
|
|
13312
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13313
13540
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13541
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13314
13542
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13315
13543
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13316
13544
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13415,24 +13643,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13415
13643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13416
13644
|
__epPropKey: true;
|
|
13417
13645
|
};
|
|
13646
|
+
readonly iconViewCustom: {
|
|
13647
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13648
|
+
readonly required: false;
|
|
13649
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13650
|
+
__epPropKey: true;
|
|
13651
|
+
};
|
|
13652
|
+
readonly iconHideCustom: {
|
|
13653
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13654
|
+
readonly required: false;
|
|
13655
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13656
|
+
__epPropKey: true;
|
|
13657
|
+
};
|
|
13418
13658
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13419
13659
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13420
13660
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13421
13661
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13422
13662
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13423
13663
|
}>> & {
|
|
13424
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13425
13664
|
onChange?: ((value: string) => any) | undefined;
|
|
13665
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13426
13666
|
onInput?: ((value: string) => any) | undefined;
|
|
13427
13667
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13428
13668
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13429
13669
|
onClear?: (() => any) | undefined;
|
|
13430
|
-
|
|
13670
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13671
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13672
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13431
13673
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13432
13674
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13433
|
-
|
|
13434
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13435
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13675
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13436
13676
|
} & 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
13677
|
$attrs: {
|
|
13438
13678
|
[x: string]: unknown;
|
|
@@ -13445,7 +13685,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13445
13685
|
}>;
|
|
13446
13686
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13447
13687
|
$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: "
|
|
13688
|
+
$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
13689
|
$el: any;
|
|
13450
13690
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13451
13691
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13507,24 +13747,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13507
13747
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13508
13748
|
__epPropKey: true;
|
|
13509
13749
|
};
|
|
13750
|
+
readonly iconViewCustom: {
|
|
13751
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13752
|
+
readonly required: false;
|
|
13753
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13754
|
+
__epPropKey: true;
|
|
13755
|
+
};
|
|
13756
|
+
readonly iconHideCustom: {
|
|
13757
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13758
|
+
readonly required: false;
|
|
13759
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13760
|
+
__epPropKey: true;
|
|
13761
|
+
};
|
|
13510
13762
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13511
13763
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13512
13764
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13513
13765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13514
13766
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13515
13767
|
}>> & {
|
|
13516
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13517
13768
|
onChange?: ((value: string) => any) | undefined;
|
|
13769
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13518
13770
|
onInput?: ((value: string) => any) | undefined;
|
|
13519
13771
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13520
13772
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13521
13773
|
onClear?: (() => any) | undefined;
|
|
13522
|
-
|
|
13774
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13775
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13776
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13523
13777
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13524
13778
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13525
|
-
|
|
13526
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13527
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13779
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13528
13780
|
}, {
|
|
13529
13781
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13530
13782
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13586,26 +13838,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13586
13838
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13587
13839
|
__epPropKey: true;
|
|
13588
13840
|
};
|
|
13841
|
+
readonly iconViewCustom: {
|
|
13842
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13843
|
+
readonly required: false;
|
|
13844
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13845
|
+
__epPropKey: true;
|
|
13846
|
+
};
|
|
13847
|
+
readonly iconHideCustom: {
|
|
13848
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13849
|
+
readonly required: false;
|
|
13850
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13851
|
+
__epPropKey: true;
|
|
13852
|
+
};
|
|
13589
13853
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13590
13854
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13591
13855
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13592
13856
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13593
13857
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13594
13858
|
}>> & {
|
|
13595
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13596
13859
|
onChange?: ((value: string) => any) | undefined;
|
|
13860
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13597
13861
|
onInput?: ((value: string) => any) | undefined;
|
|
13598
13862
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13599
13863
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13600
13864
|
onClear?: (() => any) | undefined;
|
|
13601
|
-
|
|
13865
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13866
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13867
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13602
13868
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13603
13869
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13604
|
-
|
|
13605
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13606
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13870
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13607
13871
|
}>>;
|
|
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: "
|
|
13872
|
+
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
13873
|
rawAttrs: {
|
|
13610
13874
|
[x: string]: unknown;
|
|
13611
13875
|
};
|
|
@@ -13669,7 +13933,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13669
13933
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
13670
13934
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
13671
13935
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
13672
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
13936
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
13673
13937
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13674
13938
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
13675
13939
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -13878,24 +14142,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13878
14142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13879
14143
|
__epPropKey: true;
|
|
13880
14144
|
};
|
|
14145
|
+
readonly iconViewCustom: {
|
|
14146
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14147
|
+
readonly required: false;
|
|
14148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14149
|
+
__epPropKey: true;
|
|
14150
|
+
};
|
|
14151
|
+
readonly iconHideCustom: {
|
|
14152
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14153
|
+
readonly required: false;
|
|
14154
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14155
|
+
__epPropKey: true;
|
|
14156
|
+
};
|
|
13881
14157
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13882
14158
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13883
14159
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13884
14160
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13885
14161
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13886
14162
|
}>> & {
|
|
13887
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13888
14163
|
onChange?: ((value: string) => any) | undefined;
|
|
14164
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13889
14165
|
onInput?: ((value: string) => any) | undefined;
|
|
13890
14166
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13891
14167
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13892
14168
|
onClear?: (() => any) | undefined;
|
|
13893
|
-
|
|
14169
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14170
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14171
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13894
14172
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13895
14173
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13896
|
-
|
|
13897
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13898
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14174
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13899
14175
|
} & import("vue").ShallowUnwrapRef<{
|
|
13900
14176
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13901
14177
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13957,26 +14233,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13957
14233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13958
14234
|
__epPropKey: true;
|
|
13959
14235
|
};
|
|
14236
|
+
readonly iconViewCustom: {
|
|
14237
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14238
|
+
readonly required: false;
|
|
14239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14240
|
+
__epPropKey: true;
|
|
14241
|
+
};
|
|
14242
|
+
readonly iconHideCustom: {
|
|
14243
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14244
|
+
readonly required: false;
|
|
14245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14246
|
+
__epPropKey: true;
|
|
14247
|
+
};
|
|
13960
14248
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13961
14249
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
13962
14250
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
13963
14251
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13964
14252
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13965
14253
|
}>> & {
|
|
13966
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13967
14254
|
onChange?: ((value: string) => any) | undefined;
|
|
14255
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13968
14256
|
onInput?: ((value: string) => any) | undefined;
|
|
13969
14257
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13970
14258
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13971
14259
|
onClear?: (() => any) | undefined;
|
|
13972
|
-
|
|
14260
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14261
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14262
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13973
14263
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13974
14264
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13975
|
-
|
|
13976
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13977
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14265
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13978
14266
|
}>>;
|
|
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: "
|
|
14267
|
+
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
14268
|
rawAttrs: {
|
|
13981
14269
|
[x: string]: unknown;
|
|
13982
14270
|
};
|
|
@@ -14040,7 +14328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14040
14328
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14041
14329
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14042
14330
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14043
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
14331
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14044
14332
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14045
14333
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14046
14334
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -14225,6 +14513,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14225
14513
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14226
14514
|
__epPropKey: true;
|
|
14227
14515
|
};
|
|
14516
|
+
readonly iconViewCustom: {
|
|
14517
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14518
|
+
readonly required: false;
|
|
14519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14520
|
+
__epPropKey: true;
|
|
14521
|
+
};
|
|
14522
|
+
readonly iconHideCustom: {
|
|
14523
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14524
|
+
readonly required: false;
|
|
14525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14526
|
+
__epPropKey: true;
|
|
14527
|
+
};
|
|
14228
14528
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14229
14529
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14230
14530
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
@@ -14291,26 +14591,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14291
14591
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14292
14592
|
__epPropKey: true;
|
|
14293
14593
|
};
|
|
14594
|
+
readonly iconViewCustom: {
|
|
14595
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14596
|
+
readonly required: false;
|
|
14597
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14598
|
+
__epPropKey: true;
|
|
14599
|
+
};
|
|
14600
|
+
readonly iconHideCustom: {
|
|
14601
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14602
|
+
readonly required: false;
|
|
14603
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14604
|
+
__epPropKey: true;
|
|
14605
|
+
};
|
|
14294
14606
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14295
14607
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14296
14608
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
14297
14609
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14298
14610
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14299
14611
|
}>> & {
|
|
14300
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14301
14612
|
onChange?: ((value: string) => any) | undefined;
|
|
14613
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14302
14614
|
onInput?: ((value: string) => any) | undefined;
|
|
14303
14615
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14304
14616
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14305
14617
|
onClear?: (() => any) | undefined;
|
|
14306
|
-
|
|
14618
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14619
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14620
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14307
14621
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14308
14622
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14309
|
-
|
|
14310
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14311
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14623
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14312
14624
|
}>>;
|
|
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: "
|
|
14625
|
+
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
14626
|
rawAttrs: {
|
|
14315
14627
|
[x: string]: unknown;
|
|
14316
14628
|
};
|
|
@@ -14374,7 +14686,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14374
14686
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14375
14687
|
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14376
14688
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14377
|
-
passwordIcon: import("vue").ComputedRef<import("vue").
|
|
14689
|
+
passwordIcon: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14378
14690
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14379
14691
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
14380
14692
|
nativeInputValue: import("vue").ComputedRef<string>;
|
|
@@ -14546,24 +14858,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14546
14858
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14547
14859
|
__epPropKey: true;
|
|
14548
14860
|
};
|
|
14861
|
+
readonly iconViewCustom: {
|
|
14862
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14863
|
+
readonly required: false;
|
|
14864
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14865
|
+
__epPropKey: true;
|
|
14866
|
+
};
|
|
14867
|
+
readonly iconHideCustom: {
|
|
14868
|
+
readonly type: import("vue").PropType<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
14869
|
+
readonly required: false;
|
|
14870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14871
|
+
__epPropKey: true;
|
|
14872
|
+
};
|
|
14549
14873
|
readonly containerRole: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14550
14874
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14551
14875
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
14552
14876
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14553
14877
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14554
14878
|
}>> & {
|
|
14555
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14556
14879
|
onChange?: ((value: string) => any) | undefined;
|
|
14880
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14557
14881
|
onInput?: ((value: string) => any) | undefined;
|
|
14558
14882
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14559
14883
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14560
14884
|
onClear?: (() => any) | undefined;
|
|
14561
|
-
|
|
14885
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14886
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14887
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14562
14888
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14563
14889
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14564
|
-
|
|
14565
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14566
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14890
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14567
14891
|
}, {
|
|
14568
14892
|
readonly type: string;
|
|
14569
14893
|
readonly disabled: boolean;
|
|
@@ -14686,8 +15010,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14686
15010
|
};
|
|
14687
15011
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14688
15012
|
}>> & {
|
|
14689
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14690
15013
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15014
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14691
15015
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14692
15016
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14693
15017
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -14867,8 +15191,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14867
15191
|
};
|
|
14868
15192
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14869
15193
|
}>> & {
|
|
14870
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14871
15194
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15195
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14872
15196
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
14873
15197
|
}, {
|
|
14874
15198
|
readonly disabled: boolean;
|