element-plus-secondary 0.4.3 → 0.4.4
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 +167 -167
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/es/components/autocomplete/src/autocomplete2.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +55 -17
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +17 -55
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/cascader/index.d.ts +234 -234
- package/es/components/cascader/src/index.mjs +2 -2
- package/es/components/cascader/src/index.vue.d.ts +117 -117
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/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 +4 -4
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +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.mjs +54 -117
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox2.mjs +117 -54
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +274 -275
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +50 -392
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +274 -275
- package/es/components/color-picker/src/color-picker2.mjs +398 -50
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +99 -99
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.mjs +25 -110
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +110 -25
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +5 -5
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +35 -17
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +17 -35
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +22 -165
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +165 -22
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +78 -78
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +105 -281
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/dropdown/src/dropdown2.mjs +281 -105
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +56 -11
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/empty/src/empty2.mjs +11 -56
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.mjs +53 -150
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +150 -53
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +42 -42
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/src/input.vue.d.ts +13 -13
- package/es/components/input-number/index.d.ts +48 -48
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -300
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +48 -48
- package/es/components/input-number/src/input-number2.mjs +300 -62
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +14 -100
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +100 -14
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -145
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification2.mjs +145 -69
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +17 -102
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +102 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- 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 +13 -13
- 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/pager.mjs +207 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -207
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +80 -80
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +10 -10
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +33 -25
- 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 +25 -33
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +31 -120
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +120 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +6 -6
- package/es/components/radio/src/radio-button.mjs +68 -9
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +9 -68
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.mjs +78 -34
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +34 -78
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/roving-focus-group/index.mjs +3 -3
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +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/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +2 -2
- package/es/components/scrollbar/src/bar.mjs +17 -42
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +42 -17
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/select/index.d.ts +80 -80
- package/es/components/select/src/arrow-down.mjs +19 -0
- package/es/components/select/src/arrow-down.mjs.map +1 -0
- package/es/components/select/src/select.mjs +4 -3
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +80 -80
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +156 -156
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +78 -78
- package/es/components/select-v2/src/useSelect.d.ts +75 -75
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +240 -240
- package/es/components/slider/src/button.mjs +21 -93
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +38 -38
- package/es/components/slider/src/button2.mjs +93 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +152 -152
- package/es/components/slider/src/slider.vue.d.ts +240 -240
- package/es/components/slider/src/slider2.mjs +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -240
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +240 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +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 +81 -7
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +7 -81
- 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/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +96 -32
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +32 -96
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +131 -131
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +328 -328
- package/es/components/time-select/src/time-select.vue.d.ts +164 -164
- package/es/components/tooltip/index.d.ts +38 -38
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +167 -39
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +18 -18
- package/es/components/tooltip/src/content2.mjs +39 -167
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +3 -3
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +4 -4
- 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/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/transfer/index.d.ts +107 -107
- package/es/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/es/components/transfer/src/transfer.vue.d.ts +107 -107
- 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-list.mjs +170 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +26 -170
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.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 +42 -42
- 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 +167 -167
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +352 -71
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/lib/components/autocomplete/src/autocomplete2.js +71 -352
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +55 -17
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +17 -55
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/cascader/index.d.ts +234 -234
- package/lib/components/cascader/src/index.js +2 -2
- package/lib/components/cascader/src/index.vue.d.ts +117 -117
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/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 +4 -4
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +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.js +55 -117
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox2.js +117 -55
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +274 -275
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +50 -390
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +274 -275
- package/lib/components/color-picker/src/color-picker2.js +396 -50
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +99 -99
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.js +25 -110
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +110 -25
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +5 -5
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +35 -17
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +17 -35
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +23 -165
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +165 -23
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +78 -78
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +114 -281
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/dropdown/src/dropdown2.js +281 -114
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +56 -11
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/empty/src/empty2.js +11 -56
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.js +53 -149
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +149 -53
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +42 -42
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/src/input.vue.d.ts +13 -13
- package/lib/components/input-number/index.d.ts +48 -48
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -299
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
- package/lib/components/input-number/src/input-number2.js +299 -62
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +15 -100
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +100 -15
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -144
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification2.js +144 -70
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +18 -102
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +102 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- 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 +13 -13
- 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/pager.js +207 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -207
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +80 -80
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm2.js +1 -1
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +33 -28
- 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 +28 -33
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +32 -120
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +120 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +6 -6
- package/lib/components/radio/src/radio-button.js +68 -9
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +9 -68
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.js +78 -36
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +36 -78
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/index.js +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.js +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/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +2 -2
- package/lib/components/scrollbar/src/bar.js +17 -42
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +42 -17
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/select/index.d.ts +80 -80
- package/lib/components/select/src/arrow-down.js +23 -0
- package/lib/components/select/src/arrow-down.js.map +1 -0
- package/lib/components/select/src/select.js +4 -3
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +80 -80
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +156 -156
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +78 -78
- package/lib/components/select-v2/src/useSelect.d.ts +75 -75
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +240 -240
- package/lib/components/slider/src/button.js +22 -93
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +38 -38
- package/lib/components/slider/src/button2.js +93 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
- package/lib/components/slider/src/slider.vue.d.ts +240 -240
- package/lib/components/slider/src/slider2.js +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -239
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +239 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +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 +81 -7
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +7 -81
- 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/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +96 -33
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +33 -96
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +131 -131
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +328 -328
- package/lib/components/time-select/src/time-select.vue.d.ts +164 -164
- package/lib/components/tooltip/index.d.ts +38 -38
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +167 -39
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +18 -18
- package/lib/components/tooltip/src/content2.js +39 -167
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +3 -3
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +4 -4
- 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/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/transfer/index.d.ts +107 -107
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/lib/components/transfer/src/transfer.vue.d.ts +107 -107
- 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-list.js +170 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +27 -170
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.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 +42 -42
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-input-number.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-option.css +1 -1
- package/theme-chalk/el-pagination.css +1 -1
- package/theme-chalk/el-table-v2.css +1 -1
- package/theme-chalk/el-table.css +1 -1
- package/theme-chalk/el-tabs.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +9 -0
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/input-number.scss +5 -0
- package/theme-chalk/src/input.scss +1 -1
- package/theme-chalk/src/option.scss +4 -1
- package/theme-chalk/src/pagination.scss +1 -1
- package/theme-chalk/src/tabs.scss +2 -2
- package/theme-chalk/src/var.scss +5 -0
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
}>> & {
|
|
55
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
56
55
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
56
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
57
57
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -436,8 +436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
436
|
};
|
|
437
437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
438
438
|
}>> & {
|
|
439
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
440
439
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
440
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
441
441
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
442
442
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
443
443
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -560,18 +560,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
560
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
561
561
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
562
562
|
}>> & {
|
|
563
|
-
onChange?: ((value: string) => any) | undefined;
|
|
564
563
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
|
+
onChange?: ((value: string) => any) | undefined;
|
|
565
|
+
onClear?: (() => any) | undefined;
|
|
565
566
|
onInput?: ((value: string) => any) | undefined;
|
|
566
567
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
567
568
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
568
|
-
|
|
569
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
570
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
571
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
569
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
572
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
573
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
574
|
-
|
|
572
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
573
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
574
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
575
575
|
} & 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">;
|
|
576
576
|
$attrs: {
|
|
577
577
|
[x: string]: unknown;
|
|
@@ -584,7 +584,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
584
584
|
}>;
|
|
585
585
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
586
586
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
587
|
-
$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: "
|
|
587
|
+
$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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
588
588
|
$el: any;
|
|
589
589
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
590
590
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -664,18 +664,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
664
664
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
665
665
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
666
666
|
}>> & {
|
|
667
|
-
onChange?: ((value: string) => any) | undefined;
|
|
668
667
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
|
+
onChange?: ((value: string) => any) | undefined;
|
|
669
|
+
onClear?: (() => any) | undefined;
|
|
669
670
|
onInput?: ((value: string) => any) | undefined;
|
|
670
671
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
671
672
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
672
|
-
|
|
673
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
674
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
675
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
673
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
676
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
677
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
678
|
-
|
|
676
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
677
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
678
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
679
679
|
}, {
|
|
680
680
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
681
681
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -755,20 +755,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
755
755
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
756
756
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
757
757
|
}>> & {
|
|
758
|
-
onChange?: ((value: string) => any) | undefined;
|
|
759
758
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
|
+
onChange?: ((value: string) => any) | undefined;
|
|
760
|
+
onClear?: (() => any) | undefined;
|
|
760
761
|
onInput?: ((value: string) => any) | undefined;
|
|
761
762
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
762
763
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
763
|
-
|
|
764
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
765
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
766
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
764
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
767
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
768
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
769
|
-
|
|
767
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
768
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
769
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
770
770
|
}>>;
|
|
771
|
-
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: "
|
|
771
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
772
772
|
rawAttrs: {
|
|
773
773
|
[x: string]: unknown;
|
|
774
774
|
};
|
|
@@ -1059,18 +1059,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1059
1059
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1060
1060
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1061
1061
|
}>> & {
|
|
1062
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1063
1062
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1064
|
+
onClear?: (() => any) | undefined;
|
|
1064
1065
|
onInput?: ((value: string) => any) | undefined;
|
|
1065
1066
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1066
1067
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1067
|
-
|
|
1068
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1069
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1070
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1068
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1071
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1072
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1073
|
-
|
|
1071
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1072
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1073
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1074
1074
|
} & import("vue").ShallowUnwrapRef<{
|
|
1075
1075
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1076
1076
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -1150,20 +1150,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1150
1150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1151
1151
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1152
1152
|
}>> & {
|
|
1153
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1154
1153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1155
|
+
onClear?: (() => any) | undefined;
|
|
1155
1156
|
onInput?: ((value: string) => any) | undefined;
|
|
1156
1157
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1157
1158
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1158
|
-
|
|
1159
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1160
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1161
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1159
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1162
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1163
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1164
|
-
|
|
1162
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1163
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1164
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1165
1165
|
}>>;
|
|
1166
|
-
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: "
|
|
1166
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
1167
1167
|
rawAttrs: {
|
|
1168
1168
|
[x: string]: unknown;
|
|
1169
1169
|
};
|
|
@@ -1508,20 +1508,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1508
1508
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1509
1509
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1510
1510
|
}>> & {
|
|
1511
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1512
1511
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1513
|
+
onClear?: (() => any) | undefined;
|
|
1513
1514
|
onInput?: ((value: string) => any) | undefined;
|
|
1514
1515
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1515
1516
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1516
|
-
|
|
1517
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1518
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1519
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1517
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1520
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1521
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1522
|
-
|
|
1520
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1521
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1522
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1523
1523
|
}>>;
|
|
1524
|
-
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: "
|
|
1524
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
1525
1525
|
rawAttrs: {
|
|
1526
1526
|
[x: string]: unknown;
|
|
1527
1527
|
};
|
|
@@ -1775,18 +1775,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1776
1776
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1777
1777
|
}>> & {
|
|
1778
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1779
1778
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1780
|
+
onClear?: (() => any) | undefined;
|
|
1780
1781
|
onInput?: ((value: string) => any) | undefined;
|
|
1781
1782
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1782
1783
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1783
|
-
|
|
1784
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1785
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1786
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1784
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1787
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1788
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1789
|
-
|
|
1787
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1788
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1789
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1790
1790
|
}, {
|
|
1791
1791
|
readonly type: string;
|
|
1792
1792
|
readonly disabled: boolean;
|
|
@@ -1909,8 +1909,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1909
1909
|
};
|
|
1910
1910
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1911
1911
|
}>> & {
|
|
1912
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1913
1912
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1913
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1914
1914
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1915
1915
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1916
1916
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2051,8 +2051,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2051
2051
|
};
|
|
2052
2052
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2053
2053
|
}>> & {
|
|
2054
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2055
2054
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2055
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2056
2056
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2057
2057
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2058
2058
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2175,18 +2175,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2175
2175
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2176
2176
|
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>;
|
|
2177
2177
|
}>> & {
|
|
2178
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2179
2178
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2179
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2180
|
+
onClear?: (() => any) | undefined;
|
|
2180
2181
|
onInput?: ((value: string) => any) | undefined;
|
|
2181
2182
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2182
2183
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2183
|
-
|
|
2184
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2185
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2186
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2184
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2187
2185
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2188
2186
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2189
|
-
|
|
2187
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2188
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2189
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2190
2190
|
} & 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">;
|
|
2191
2191
|
$attrs: {
|
|
2192
2192
|
[x: string]: unknown;
|
|
@@ -2199,7 +2199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2199
2199
|
}>;
|
|
2200
2200
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2201
2201
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2202
|
-
$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: "
|
|
2202
|
+
$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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
2203
2203
|
$el: any;
|
|
2204
2204
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2205
2205
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2279,18 +2279,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2279
2279
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2280
2280
|
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>;
|
|
2281
2281
|
}>> & {
|
|
2282
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2283
2282
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2283
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2284
|
+
onClear?: (() => any) | undefined;
|
|
2284
2285
|
onInput?: ((value: string) => any) | undefined;
|
|
2285
2286
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2286
2287
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2287
|
-
|
|
2288
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2289
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2290
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2288
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2291
2289
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2292
2290
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2293
|
-
|
|
2291
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2292
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2293
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2294
2294
|
}, {
|
|
2295
2295
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2296
2296
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2370,20 +2370,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2370
2370
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2371
2371
|
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>;
|
|
2372
2372
|
}>> & {
|
|
2373
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2374
2373
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2374
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2375
|
+
onClear?: (() => any) | undefined;
|
|
2375
2376
|
onInput?: ((value: string) => any) | undefined;
|
|
2376
2377
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2377
2378
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2378
|
-
|
|
2379
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2380
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2381
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2379
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2382
2380
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2383
2381
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2384
|
-
|
|
2382
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2383
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2384
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2385
2385
|
}>>;
|
|
2386
|
-
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: "
|
|
2386
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
2387
2387
|
rawAttrs: {
|
|
2388
2388
|
[x: string]: unknown;
|
|
2389
2389
|
};
|
|
@@ -2674,18 +2674,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2674
2674
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2675
2675
|
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>;
|
|
2676
2676
|
}>> & {
|
|
2677
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2678
2677
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2678
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2679
|
+
onClear?: (() => any) | undefined;
|
|
2679
2680
|
onInput?: ((value: string) => any) | undefined;
|
|
2680
2681
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2681
2682
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2682
|
-
|
|
2683
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2684
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2685
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2683
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2686
2684
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2687
2685
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2688
|
-
|
|
2686
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2687
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2688
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2689
2689
|
} & import("vue").ShallowUnwrapRef<{
|
|
2690
2690
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2691
2691
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2765,20 +2765,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2765
2765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2766
2766
|
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>;
|
|
2767
2767
|
}>> & {
|
|
2768
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2769
2768
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2769
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2770
|
+
onClear?: (() => any) | undefined;
|
|
2770
2771
|
onInput?: ((value: string) => any) | undefined;
|
|
2771
2772
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2772
2773
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2773
|
-
|
|
2774
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2775
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2776
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2774
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2777
2775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2778
2776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2779
|
-
|
|
2777
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2778
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2779
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2780
2780
|
}>>;
|
|
2781
|
-
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: "
|
|
2781
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
2782
2782
|
rawAttrs: {
|
|
2783
2783
|
[x: string]: unknown;
|
|
2784
2784
|
};
|
|
@@ -3123,20 +3123,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3123
3123
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3124
3124
|
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>;
|
|
3125
3125
|
}>> & {
|
|
3126
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3127
3126
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3127
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3128
|
+
onClear?: (() => any) | undefined;
|
|
3128
3129
|
onInput?: ((value: string) => any) | undefined;
|
|
3129
3130
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3130
3131
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3131
|
-
|
|
3132
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3133
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3134
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3132
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3135
3133
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3136
3134
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3137
|
-
|
|
3135
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3136
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3137
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3138
3138
|
}>>;
|
|
3139
|
-
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: "
|
|
3139
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
3140
3140
|
rawAttrs: {
|
|
3141
3141
|
[x: string]: unknown;
|
|
3142
3142
|
};
|
|
@@ -3390,18 +3390,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3390
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3391
3391
|
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>;
|
|
3392
3392
|
}>> & {
|
|
3393
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3394
3393
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3394
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3395
|
+
onClear?: (() => any) | undefined;
|
|
3395
3396
|
onInput?: ((value: string) => any) | undefined;
|
|
3396
3397
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3397
3398
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3398
|
-
|
|
3399
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3400
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3401
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3399
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3402
3400
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3403
3401
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3404
|
-
|
|
3402
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3403
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3404
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3405
3405
|
}, {
|
|
3406
3406
|
readonly type: string;
|
|
3407
3407
|
readonly disabled: boolean;
|
|
@@ -3524,8 +3524,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3524
3524
|
};
|
|
3525
3525
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3526
3526
|
}>> & {
|
|
3527
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3528
3527
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3528
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3529
3529
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3530
3530
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3531
3531
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3551,15 +3551,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3551
3551
|
disabled: boolean;
|
|
3552
3552
|
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>;
|
|
3553
3553
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3554
|
-
offset: number;
|
|
3555
|
-
effect: string;
|
|
3556
3554
|
showAfter: number;
|
|
3557
3555
|
hideAfter: number;
|
|
3556
|
+
open: boolean;
|
|
3557
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3558
|
+
offset: number;
|
|
3559
|
+
content: string;
|
|
3560
|
+
transition: string;
|
|
3561
|
+
effect: string;
|
|
3558
3562
|
boundariesPadding: number;
|
|
3559
3563
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3560
3564
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3561
3565
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3562
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3563
3566
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3564
3567
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3565
3568
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3568,13 +3571,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3568
3571
|
pure: boolean;
|
|
3569
3572
|
virtualTriggering: boolean;
|
|
3570
3573
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3571
|
-
content: string;
|
|
3572
3574
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3573
|
-
transition: string;
|
|
3574
3575
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3575
3576
|
persistent: boolean;
|
|
3576
|
-
|
|
3577
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3577
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3578
3578
|
triggerKeys: string[];
|
|
3579
3579
|
arrowOffset: number;
|
|
3580
3580
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3884,7 +3884,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3884
3884
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3885
3885
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3886
3886
|
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>;
|
|
3887
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3887
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3888
3888
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3889
3889
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3890
3890
|
"onUpdate:visible": {
|
|
@@ -3893,10 +3893,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3893
3893
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3894
3894
|
__epPropKey: true;
|
|
3895
3895
|
};
|
|
3896
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3896
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3897
3897
|
}>> & {
|
|
3898
3898
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3899
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3899
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3900
3900
|
$attrs: {
|
|
3901
3901
|
[x: string]: unknown;
|
|
3902
3902
|
};
|
|
@@ -4216,7 +4216,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4216
4216
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4217
4217
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4218
4218
|
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>;
|
|
4219
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4219
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4220
4220
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4221
4221
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4222
4222
|
"onUpdate:visible": {
|
|
@@ -4225,7 +4225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4225
4225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4226
4226
|
__epPropKey: true;
|
|
4227
4227
|
};
|
|
4228
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4228
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4229
4229
|
}>> & {
|
|
4230
4230
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4231
4231
|
}, {
|
|
@@ -4535,7 +4535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4535
4535
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4536
4536
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4537
4537
|
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>;
|
|
4538
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4538
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4539
4539
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4540
4540
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4541
4541
|
"onUpdate:visible": {
|
|
@@ -4544,7 +4544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4544
4544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4545
4545
|
__epPropKey: true;
|
|
4546
4546
|
};
|
|
4547
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4547
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4548
4548
|
}>> & {
|
|
4549
4549
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4550
4550
|
}>>;
|
|
@@ -4563,10 +4563,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4563
4563
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4564
4564
|
isFocusInsideContent: () => boolean | undefined;
|
|
4565
4565
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4566
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4566
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4567
4567
|
}, {
|
|
4568
4568
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4569
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4569
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4570
4570
|
}>> & {
|
|
4571
4571
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4572
4572
|
}>>;
|
|
@@ -4574,12 +4574,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4574
4574
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4575
4575
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4576
4576
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4577
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4577
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4578
4578
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4579
4579
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4580
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4581
4581
|
}>>, {
|
|
4582
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4582
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4583
4583
|
}>> & Record<string, any>;
|
|
4584
4584
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4585
4585
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4936,8 +4936,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4936
4936
|
readonly id: StringConstructor;
|
|
4937
4937
|
readonly open: BooleanConstructor;
|
|
4938
4938
|
}>>, {
|
|
4939
|
-
readonly virtualTriggering: boolean;
|
|
4940
4939
|
readonly open: boolean;
|
|
4940
|
+
readonly virtualTriggering: boolean;
|
|
4941
4941
|
}>;
|
|
4942
4942
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4943
4943
|
readonly disabled: BooleanConstructor;
|
|
@@ -4997,8 +4997,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4997
4997
|
}>>, {
|
|
4998
4998
|
readonly disabled: boolean;
|
|
4999
4999
|
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>;
|
|
5000
|
-
readonly virtualTriggering: boolean;
|
|
5001
5000
|
readonly open: boolean;
|
|
5001
|
+
readonly virtualTriggering: boolean;
|
|
5002
5002
|
readonly triggerKeys: string[];
|
|
5003
5003
|
}>;
|
|
5004
5004
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5259,7 +5259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5259
5259
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5260
5260
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5261
5261
|
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>;
|
|
5262
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5262
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5263
5263
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5264
5264
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5265
5265
|
}, {
|
|
@@ -5521,7 +5521,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5521
5521
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5522
5522
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5523
5523
|
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>;
|
|
5524
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5524
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5525
5525
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5526
5526
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5527
5527
|
}>> & {
|
|
@@ -5799,9 +5799,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5799
5799
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5800
5800
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5801
5801
|
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>;
|
|
5802
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5802
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5803
5803
|
}, {
|
|
5804
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5804
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5805
5805
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5806
5806
|
readonly id: StringConstructor;
|
|
5807
5807
|
readonly style: {
|
|
@@ -6048,13 +6048,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6048
6048
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6049
6049
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6050
6050
|
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>;
|
|
6051
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6051
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6052
6052
|
}>> & {
|
|
6053
6053
|
onClose?: (() => any) | undefined;
|
|
6054
6054
|
onFocus?: (() => any) | undefined;
|
|
6055
6055
|
onBlur?: (() => any) | undefined;
|
|
6056
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6057
6056
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6057
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6058
6058
|
}>>;
|
|
6059
6059
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
6060
6060
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -6134,7 +6134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6134
6134
|
};
|
|
6135
6135
|
}, {
|
|
6136
6136
|
onKeydown: (e: KeyboardEvent) => void;
|
|
6137
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6137
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6138
6138
|
loop: BooleanConstructor;
|
|
6139
6139
|
trapped: BooleanConstructor;
|
|
6140
6140
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -6143,10 +6143,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6143
6143
|
default: string;
|
|
6144
6144
|
};
|
|
6145
6145
|
}>> & {
|
|
6146
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
6147
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
6148
6146
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6149
6147
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
6148
|
+
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
6149
|
+
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
6150
6150
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
6151
6151
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
6152
6152
|
}, {
|
|
@@ -6406,22 +6406,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6406
6406
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6407
6407
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6408
6408
|
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>;
|
|
6409
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6409
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6410
6410
|
}>> & {
|
|
6411
6411
|
onClose?: (() => any) | undefined;
|
|
6412
6412
|
onFocus?: (() => any) | undefined;
|
|
6413
6413
|
onBlur?: (() => any) | undefined;
|
|
6414
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6415
6414
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6415
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6416
6416
|
}, {
|
|
6417
6417
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6418
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6418
6419
|
readonly offset: number;
|
|
6419
6420
|
readonly effect: string;
|
|
6420
6421
|
readonly boundariesPadding: number;
|
|
6421
6422
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6422
6423
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6423
6424
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6424
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6425
6425
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6426
6426
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6427
6427
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6689,20 +6689,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6689
6689
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6690
6690
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6691
6691
|
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>;
|
|
6692
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6692
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6693
6693
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6694
6694
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6695
6695
|
}>>, {
|
|
6696
6696
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6697
|
-
readonly offset: number;
|
|
6698
|
-
readonly effect: string;
|
|
6699
6697
|
readonly showAfter: number;
|
|
6700
6698
|
readonly hideAfter: number;
|
|
6699
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6700
|
+
readonly offset: number;
|
|
6701
|
+
readonly content: string;
|
|
6702
|
+
readonly transition: string;
|
|
6703
|
+
readonly effect: string;
|
|
6701
6704
|
readonly boundariesPadding: number;
|
|
6702
6705
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6703
6706
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6704
6707
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6705
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6706
6708
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6707
6709
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6708
6710
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6711,9 +6713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6711
6713
|
readonly pure: boolean;
|
|
6712
6714
|
readonly virtualTriggering: boolean;
|
|
6713
6715
|
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>;
|
|
6714
|
-
readonly content: string;
|
|
6715
6716
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6716
|
-
readonly transition: string;
|
|
6717
6717
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6718
6718
|
readonly persistent: boolean;
|
|
6719
6719
|
}>;
|
|
@@ -6721,15 +6721,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6721
6721
|
disabled: boolean;
|
|
6722
6722
|
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>;
|
|
6723
6723
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6724
|
-
offset: number;
|
|
6725
|
-
effect: string;
|
|
6726
6724
|
showAfter: number;
|
|
6727
6725
|
hideAfter: number;
|
|
6726
|
+
open: boolean;
|
|
6727
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6728
|
+
offset: number;
|
|
6729
|
+
content: string;
|
|
6730
|
+
transition: string;
|
|
6731
|
+
effect: string;
|
|
6728
6732
|
boundariesPadding: number;
|
|
6729
6733
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6730
6734
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6731
6735
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6732
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6733
6736
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6734
6737
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6735
6738
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6738,13 +6741,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6738
6741
|
pure: boolean;
|
|
6739
6742
|
virtualTriggering: boolean;
|
|
6740
6743
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6741
|
-
content: string;
|
|
6742
6744
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6743
|
-
transition: string;
|
|
6744
6745
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6745
6746
|
persistent: boolean;
|
|
6746
|
-
|
|
6747
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6747
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6748
6748
|
triggerKeys: string[];
|
|
6749
6749
|
arrowOffset: number;
|
|
6750
6750
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7074,7 +7074,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7074
7074
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7075
7075
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7076
7076
|
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>;
|
|
7077
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7077
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7078
7078
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7079
7079
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7080
7080
|
"onUpdate:visible": {
|
|
@@ -7083,7 +7083,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7083
7083
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7084
7084
|
__epPropKey: true;
|
|
7085
7085
|
};
|
|
7086
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7086
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7087
7087
|
}>> & {
|
|
7088
7088
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7089
7089
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7393,7 +7393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7393
7393
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7394
7394
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7395
7395
|
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>;
|
|
7396
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7396
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7397
7397
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7398
7398
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7399
7399
|
"onUpdate:visible": {
|
|
@@ -7402,7 +7402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7402
7402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7403
7403
|
__epPropKey: true;
|
|
7404
7404
|
};
|
|
7405
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7405
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7406
7406
|
}>> & {
|
|
7407
7407
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7408
7408
|
}>>;
|
|
@@ -7421,10 +7421,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7421
7421
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7422
7422
|
isFocusInsideContent: () => boolean | undefined;
|
|
7423
7423
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7424
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7424
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7425
7425
|
}, {
|
|
7426
7426
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7427
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7427
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7428
7428
|
}>> & {
|
|
7429
7429
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7430
7430
|
}>>;
|
|
@@ -7432,12 +7432,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7432
7432
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7433
7433
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7434
7434
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7435
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7435
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7436
7436
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7437
7437
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7438
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7439
7439
|
}>>, {
|
|
7440
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7440
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7441
7441
|
}>> & Record<string, any>;
|
|
7442
7442
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7443
7443
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7794,8 +7794,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7794
7794
|
readonly id: StringConstructor;
|
|
7795
7795
|
readonly open: BooleanConstructor;
|
|
7796
7796
|
}>>, {
|
|
7797
|
-
readonly virtualTriggering: boolean;
|
|
7798
7797
|
readonly open: boolean;
|
|
7798
|
+
readonly virtualTriggering: boolean;
|
|
7799
7799
|
}>;
|
|
7800
7800
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7801
7801
|
readonly disabled: BooleanConstructor;
|
|
@@ -7855,8 +7855,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7855
7855
|
}>>, {
|
|
7856
7856
|
readonly disabled: boolean;
|
|
7857
7857
|
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>;
|
|
7858
|
-
readonly virtualTriggering: boolean;
|
|
7859
7858
|
readonly open: boolean;
|
|
7859
|
+
readonly virtualTriggering: boolean;
|
|
7860
7860
|
readonly triggerKeys: string[];
|
|
7861
7861
|
}>;
|
|
7862
7862
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8117,7 +8117,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8117
8117
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8118
8118
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8119
8119
|
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>;
|
|
8120
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8120
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8121
8121
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8122
8122
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8123
8123
|
}, {
|
|
@@ -8379,7 +8379,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8379
8379
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8380
8380
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8381
8381
|
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>;
|
|
8382
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8382
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8383
8383
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8384
8384
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8385
8385
|
}>> & {
|
|
@@ -8657,9 +8657,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8657
8657
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8658
8658
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8659
8659
|
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>;
|
|
8660
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8660
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8661
8661
|
}, {
|
|
8662
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8662
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8663
8663
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8664
8664
|
readonly id: StringConstructor;
|
|
8665
8665
|
readonly style: {
|
|
@@ -8906,13 +8906,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8906
8906
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8907
8907
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8908
8908
|
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>;
|
|
8909
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8909
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8910
8910
|
}>> & {
|
|
8911
8911
|
onClose?: (() => any) | undefined;
|
|
8912
8912
|
onFocus?: (() => any) | undefined;
|
|
8913
8913
|
onBlur?: (() => any) | undefined;
|
|
8914
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8915
8914
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8915
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8916
8916
|
}>>;
|
|
8917
8917
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8918
8918
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -8992,7 +8992,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8992
8992
|
};
|
|
8993
8993
|
}, {
|
|
8994
8994
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8995
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
8995
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8996
8996
|
loop: BooleanConstructor;
|
|
8997
8997
|
trapped: BooleanConstructor;
|
|
8998
8998
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -9001,10 +9001,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9001
9001
|
default: string;
|
|
9002
9002
|
};
|
|
9003
9003
|
}>> & {
|
|
9004
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9005
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9006
9004
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9007
9005
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9006
|
+
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9007
|
+
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9008
9008
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
9009
9009
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
9010
9010
|
}, {
|
|
@@ -9264,22 +9264,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9264
9264
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9265
9265
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9266
9266
|
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>;
|
|
9267
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9267
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9268
9268
|
}>> & {
|
|
9269
9269
|
onClose?: (() => any) | undefined;
|
|
9270
9270
|
onFocus?: (() => any) | undefined;
|
|
9271
9271
|
onBlur?: (() => any) | undefined;
|
|
9272
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9273
9272
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9273
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9274
9274
|
}, {
|
|
9275
9275
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9276
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9276
9277
|
readonly offset: number;
|
|
9277
9278
|
readonly effect: string;
|
|
9278
9279
|
readonly boundariesPadding: number;
|
|
9279
9280
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9280
9281
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9281
9282
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9282
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9283
9283
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9284
9284
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9285
9285
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9547,20 +9547,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9547
9547
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9548
9548
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9549
9549
|
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>;
|
|
9550
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9550
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9551
9551
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9552
9552
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9553
9553
|
}>>, {
|
|
9554
9554
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9555
|
-
readonly offset: number;
|
|
9556
|
-
readonly effect: string;
|
|
9557
9555
|
readonly showAfter: number;
|
|
9558
9556
|
readonly hideAfter: number;
|
|
9557
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9558
|
+
readonly offset: number;
|
|
9559
|
+
readonly content: string;
|
|
9560
|
+
readonly transition: string;
|
|
9561
|
+
readonly effect: string;
|
|
9559
9562
|
readonly boundariesPadding: number;
|
|
9560
9563
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9561
9564
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9562
9565
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9563
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9564
9566
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9565
9567
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9566
9568
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9569,9 +9571,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9569
9571
|
readonly pure: boolean;
|
|
9570
9572
|
readonly virtualTriggering: boolean;
|
|
9571
9573
|
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>;
|
|
9572
|
-
readonly content: string;
|
|
9573
9574
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9574
|
-
readonly transition: string;
|
|
9575
9575
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9576
9576
|
readonly persistent: boolean;
|
|
9577
9577
|
}>;
|
|
@@ -9635,8 +9635,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9635
9635
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9636
9636
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9637
9637
|
}>> & {
|
|
9638
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9639
9638
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9639
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9640
9640
|
}>>;
|
|
9641
9641
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9642
9642
|
ns: {
|
|
@@ -9683,8 +9683,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9683
9683
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9684
9684
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9685
9685
|
}>> & {
|
|
9686
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9687
9686
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9687
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9688
9688
|
}, {
|
|
9689
9689
|
readonly disabled: boolean;
|
|
9690
9690
|
readonly name: string;
|
|
@@ -10137,7 +10137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10137
10137
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10138
10138
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10139
10139
|
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>;
|
|
10140
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10140
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10141
10141
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10142
10142
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10143
10143
|
"onUpdate:visible": {
|
|
@@ -10146,7 +10146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10146
10146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10147
10147
|
__epPropKey: true;
|
|
10148
10148
|
};
|
|
10149
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10149
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10150
10150
|
}, {
|
|
10151
10151
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10152
10152
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10454,7 +10454,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10454
10454
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10455
10455
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10456
10456
|
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>;
|
|
10457
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10457
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10458
10458
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10459
10459
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10460
10460
|
"onUpdate:visible": {
|
|
@@ -10463,7 +10463,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10463
10463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10464
10464
|
__epPropKey: true;
|
|
10465
10465
|
};
|
|
10466
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10466
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10467
10467
|
}>> & {
|
|
10468
10468
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10469
10469
|
}>>;
|
|
@@ -10482,10 +10482,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10482
10482
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10483
10483
|
isFocusInsideContent: () => boolean | undefined;
|
|
10484
10484
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10485
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10485
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10486
10486
|
}, {
|
|
10487
10487
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10488
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10488
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10489
10489
|
}>> & {
|
|
10490
10490
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10491
10491
|
}>>;
|
|
@@ -10493,12 +10493,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10493
10493
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10494
10494
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10495
10495
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10496
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10496
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10497
10497
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10498
10498
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10499
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10499
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10500
10500
|
}>>, {
|
|
10501
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10501
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10502
10502
|
}>> & Record<string, any>;
|
|
10503
10503
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10504
10504
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10855,8 +10855,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10855
10855
|
readonly id: StringConstructor;
|
|
10856
10856
|
readonly open: BooleanConstructor;
|
|
10857
10857
|
}>>, {
|
|
10858
|
-
readonly virtualTriggering: boolean;
|
|
10859
10858
|
readonly open: boolean;
|
|
10859
|
+
readonly virtualTriggering: boolean;
|
|
10860
10860
|
}>;
|
|
10861
10861
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10862
10862
|
readonly disabled: BooleanConstructor;
|
|
@@ -10916,8 +10916,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10916
10916
|
}>>, {
|
|
10917
10917
|
readonly disabled: boolean;
|
|
10918
10918
|
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>;
|
|
10919
|
-
readonly virtualTriggering: boolean;
|
|
10920
10919
|
readonly open: boolean;
|
|
10920
|
+
readonly virtualTriggering: boolean;
|
|
10921
10921
|
readonly triggerKeys: string[];
|
|
10922
10922
|
}>;
|
|
10923
10923
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11178,7 +11178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11178
11178
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11179
11179
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11180
11180
|
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>;
|
|
11181
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11181
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11182
11182
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11183
11183
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11184
11184
|
}, {
|
|
@@ -11440,7 +11440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11440
11440
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11441
11441
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11442
11442
|
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>;
|
|
11443
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11443
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11444
11444
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11445
11445
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11446
11446
|
}>> & {
|
|
@@ -11718,9 +11718,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11718
11718
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11719
11719
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11720
11720
|
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>;
|
|
11721
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11721
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11722
11722
|
}, {
|
|
11723
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11723
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11724
11724
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11725
11725
|
readonly id: StringConstructor;
|
|
11726
11726
|
readonly style: {
|
|
@@ -11967,13 +11967,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11967
11967
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11968
11968
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11969
11969
|
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>;
|
|
11970
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11970
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11971
11971
|
}>> & {
|
|
11972
11972
|
onClose?: (() => any) | undefined;
|
|
11973
11973
|
onFocus?: (() => any) | undefined;
|
|
11974
11974
|
onBlur?: (() => any) | undefined;
|
|
11975
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11976
11975
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11976
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11977
11977
|
}>>;
|
|
11978
11978
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11979
11979
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12053,7 +12053,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12053
12053
|
};
|
|
12054
12054
|
}, {
|
|
12055
12055
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12056
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12056
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12057
12057
|
loop: BooleanConstructor;
|
|
12058
12058
|
trapped: BooleanConstructor;
|
|
12059
12059
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12062,10 +12062,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12062
12062
|
default: string;
|
|
12063
12063
|
};
|
|
12064
12064
|
}>> & {
|
|
12065
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12066
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12067
12065
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12068
12066
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12067
|
+
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12068
|
+
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12069
12069
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12070
12070
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12071
12071
|
}, {
|
|
@@ -12325,22 +12325,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12325
12325
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12326
12326
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12327
12327
|
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>;
|
|
12328
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12328
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12329
12329
|
}>> & {
|
|
12330
12330
|
onClose?: (() => any) | undefined;
|
|
12331
12331
|
onFocus?: (() => any) | undefined;
|
|
12332
12332
|
onBlur?: (() => any) | undefined;
|
|
12333
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12334
12333
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12334
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12335
12335
|
}, {
|
|
12336
12336
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12337
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12337
12338
|
readonly offset: number;
|
|
12338
12339
|
readonly effect: string;
|
|
12339
12340
|
readonly boundariesPadding: number;
|
|
12340
12341
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12341
12342
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12342
12343
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12343
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12344
12344
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12345
12345
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12346
12346
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12608,20 +12608,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12608
12608
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12609
12609
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12610
12610
|
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>;
|
|
12611
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12611
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12612
12612
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12613
12613
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12614
12614
|
}>>, {
|
|
12615
12615
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12616
|
-
readonly offset: number;
|
|
12617
|
-
readonly effect: string;
|
|
12618
12616
|
readonly showAfter: number;
|
|
12619
12617
|
readonly hideAfter: number;
|
|
12618
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12619
|
+
readonly offset: number;
|
|
12620
|
+
readonly content: string;
|
|
12621
|
+
readonly transition: string;
|
|
12622
|
+
readonly effect: string;
|
|
12620
12623
|
readonly boundariesPadding: number;
|
|
12621
12624
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12622
12625
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12623
12626
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12624
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12625
12627
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12626
12628
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12627
12629
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12630,9 +12632,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12630
12632
|
readonly pure: boolean;
|
|
12631
12633
|
readonly virtualTriggering: boolean;
|
|
12632
12634
|
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>;
|
|
12633
|
-
readonly content: string;
|
|
12634
12635
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12635
|
-
readonly transition: string;
|
|
12636
12636
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12637
12637
|
readonly persistent: boolean;
|
|
12638
12638
|
}>;
|
|
@@ -12942,7 +12942,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12942
12942
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12943
12943
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12944
12944
|
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>;
|
|
12945
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12945
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12946
12946
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12947
12947
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12948
12948
|
"onUpdate:visible": {
|
|
@@ -12951,22 +12951,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12951
12951
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12952
12952
|
__epPropKey: true;
|
|
12953
12953
|
};
|
|
12954
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12954
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12955
12955
|
}>> & {
|
|
12956
12956
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12957
12957
|
}, {
|
|
12958
12958
|
disabled: boolean;
|
|
12959
12959
|
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>;
|
|
12960
12960
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12961
|
-
offset: number;
|
|
12962
|
-
effect: string;
|
|
12963
12961
|
showAfter: number;
|
|
12964
12962
|
hideAfter: number;
|
|
12963
|
+
open: boolean;
|
|
12964
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12965
|
+
offset: number;
|
|
12966
|
+
content: string;
|
|
12967
|
+
transition: string;
|
|
12968
|
+
effect: string;
|
|
12965
12969
|
boundariesPadding: number;
|
|
12966
12970
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12967
12971
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12968
12972
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12969
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12970
12973
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12971
12974
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12972
12975
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12975,13 +12978,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12975
12978
|
pure: boolean;
|
|
12976
12979
|
virtualTriggering: boolean;
|
|
12977
12980
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12978
|
-
content: string;
|
|
12979
12981
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12980
|
-
transition: string;
|
|
12981
12982
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12982
12983
|
persistent: boolean;
|
|
12983
|
-
|
|
12984
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12984
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12985
12985
|
triggerKeys: string[];
|
|
12986
12986
|
arrowOffset: number;
|
|
12987
12987
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13142,20 +13142,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13142
13142
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13143
13143
|
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>;
|
|
13144
13144
|
}>> & {
|
|
13145
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13146
13145
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13146
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13147
|
+
onClear?: (() => any) | undefined;
|
|
13147
13148
|
onInput?: ((value: string) => any) | undefined;
|
|
13148
13149
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13149
13150
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13150
|
-
|
|
13151
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13152
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13153
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13151
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13154
13152
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13155
13153
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13156
|
-
|
|
13154
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13155
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13156
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13157
13157
|
}>>;
|
|
13158
|
-
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: "
|
|
13158
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
13159
13159
|
rawAttrs: {
|
|
13160
13160
|
[x: string]: unknown;
|
|
13161
13161
|
};
|
|
@@ -13409,18 +13409,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13409
13409
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13410
13410
|
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>;
|
|
13411
13411
|
}>> & {
|
|
13412
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13413
13412
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13413
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13414
|
+
onClear?: (() => any) | undefined;
|
|
13414
13415
|
onInput?: ((value: string) => any) | undefined;
|
|
13415
13416
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13416
13417
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13417
|
-
|
|
13418
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13419
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13420
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13418
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13421
13419
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13422
13420
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13423
|
-
|
|
13421
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13422
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13423
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13424
13424
|
}, {
|
|
13425
13425
|
readonly type: string;
|
|
13426
13426
|
readonly disabled: boolean;
|
|
@@ -13439,7 +13439,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13439
13439
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
13440
13440
|
readonly inputStyle: import("vue").StyleValue;
|
|
13441
13441
|
}>> & Record<string, any>;
|
|
13442
|
-
ArrowDown: 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<{}>>, {}>;
|
|
13443
13442
|
Close: 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<{}>>, {}>;
|
|
13444
13443
|
EditPen: 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<{}>>, {}>;
|
|
13445
13444
|
AlphaSlider: import("vue").DefineComponent<{
|
|
@@ -13542,8 +13541,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13542
13541
|
};
|
|
13543
13542
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13544
13543
|
}>> & {
|
|
13545
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13546
13544
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13545
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13547
13546
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13548
13547
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13549
13548
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13666,18 +13665,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13666
13665
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13667
13666
|
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>;
|
|
13668
13667
|
}>> & {
|
|
13669
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13670
13668
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13669
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13670
|
+
onClear?: (() => any) | undefined;
|
|
13671
13671
|
onInput?: ((value: string) => any) | undefined;
|
|
13672
13672
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13673
13673
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13674
|
-
|
|
13675
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13676
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13677
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13674
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13678
13675
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13679
13676
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13680
|
-
|
|
13677
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13678
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13679
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13681
13680
|
} & 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">;
|
|
13682
13681
|
$attrs: {
|
|
13683
13682
|
[x: string]: unknown;
|
|
@@ -13690,7 +13689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13690
13689
|
}>;
|
|
13691
13690
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13692
13691
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13693
|
-
$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: "
|
|
13692
|
+
$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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
13694
13693
|
$el: any;
|
|
13695
13694
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13696
13695
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13770,18 +13769,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13770
13769
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13771
13770
|
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>;
|
|
13772
13771
|
}>> & {
|
|
13773
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13774
13772
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13773
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13774
|
+
onClear?: (() => any) | undefined;
|
|
13775
13775
|
onInput?: ((value: string) => any) | undefined;
|
|
13776
13776
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13777
13777
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13778
|
-
|
|
13779
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13780
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13781
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13778
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13782
13779
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13783
13780
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13784
|
-
|
|
13781
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13782
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13783
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13785
13784
|
}, {
|
|
13786
13785
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13787
13786
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13861,20 +13860,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13861
13860
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13862
13861
|
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>;
|
|
13863
13862
|
}>> & {
|
|
13864
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13865
13863
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13864
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13865
|
+
onClear?: (() => any) | undefined;
|
|
13866
13866
|
onInput?: ((value: string) => any) | undefined;
|
|
13867
13867
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13868
13868
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13869
|
-
|
|
13870
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13871
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13872
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13869
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13873
13870
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13874
13871
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13875
|
-
|
|
13872
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13873
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13874
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13876
13875
|
}>>;
|
|
13877
|
-
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: "
|
|
13876
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
13878
13877
|
rawAttrs: {
|
|
13879
13878
|
[x: string]: unknown;
|
|
13880
13879
|
};
|
|
@@ -14165,18 +14164,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14165
14164
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14166
14165
|
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>;
|
|
14167
14166
|
}>> & {
|
|
14168
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14169
14167
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14168
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14169
|
+
onClear?: (() => any) | undefined;
|
|
14170
14170
|
onInput?: ((value: string) => any) | undefined;
|
|
14171
14171
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14172
14172
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14173
|
-
|
|
14174
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14175
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14176
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14173
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14177
14174
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14178
14175
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14179
|
-
|
|
14176
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14177
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14178
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14180
14179
|
} & import("vue").ShallowUnwrapRef<{
|
|
14181
14180
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14182
14181
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -14256,20 +14255,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14256
14255
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14257
14256
|
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>;
|
|
14258
14257
|
}>> & {
|
|
14259
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14260
14258
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14259
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14260
|
+
onClear?: (() => any) | undefined;
|
|
14261
14261
|
onInput?: ((value: string) => any) | undefined;
|
|
14262
14262
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14263
14263
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14264
|
-
|
|
14265
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14266
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14267
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14264
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14268
14265
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14269
14266
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14270
|
-
|
|
14267
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14268
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14269
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14271
14270
|
}>>;
|
|
14272
|
-
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: "
|
|
14271
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
14273
14272
|
rawAttrs: {
|
|
14274
14273
|
[x: string]: unknown;
|
|
14275
14274
|
};
|
|
@@ -14614,20 +14613,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14614
14613
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14615
14614
|
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>;
|
|
14616
14615
|
}>> & {
|
|
14617
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14618
14616
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14617
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14618
|
+
onClear?: (() => any) | undefined;
|
|
14619
14619
|
onInput?: ((value: string) => any) | undefined;
|
|
14620
14620
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14621
14621
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14622
|
-
|
|
14623
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14624
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14625
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14622
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14626
14623
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14627
14624
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14628
|
-
|
|
14625
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14626
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14627
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14629
14628
|
}>>;
|
|
14630
|
-
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: "
|
|
14629
|
+
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: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
14631
14630
|
rawAttrs: {
|
|
14632
14631
|
[x: string]: unknown;
|
|
14633
14632
|
};
|
|
@@ -14881,18 +14880,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14881
14880
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14882
14881
|
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>;
|
|
14883
14882
|
}>> & {
|
|
14884
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14885
14883
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14884
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14885
|
+
onClear?: (() => any) | undefined;
|
|
14886
14886
|
onInput?: ((value: string) => any) | undefined;
|
|
14887
14887
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14888
14888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14889
|
-
|
|
14890
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14891
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14892
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14889
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14893
14890
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14894
14891
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14895
|
-
|
|
14892
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14893
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14894
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14896
14895
|
}, {
|
|
14897
14896
|
readonly type: string;
|
|
14898
14897
|
readonly disabled: boolean;
|
|
@@ -15015,8 +15014,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15015
15014
|
};
|
|
15016
15015
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15017
15016
|
}>> & {
|
|
15018
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15019
15017
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15018
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15020
15019
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15021
15020
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15022
15021
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15197,8 +15196,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15197
15196
|
};
|
|
15198
15197
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15199
15198
|
}>> & {
|
|
15200
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15201
15199
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15200
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15202
15201
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15203
15202
|
}, {
|
|
15204
15203
|
readonly disabled: boolean;
|