element-plus-secondary 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/alert/index.d.ts +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert.vue.d.ts +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +119 -119
- 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 +119 -119
- package/es/components/autocomplete/src/autocomplete2.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge.vue.d.ts +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/button/index.mjs +3 -3
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.mjs +78 -54
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +54 -78
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/src/calendar.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +4 -4
- package/es/components/carousel/src/carousel-item.mjs +8 -63
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +63 -8
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +166 -166
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +83 -83
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/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/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +96 -19
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +19 -96
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +158 -154
- package/es/components/color-picker/src/color-picker.d.ts +1 -0
- package/es/components/color-picker/src/color-picker.mjs +4 -0
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +158 -154
- package/es/components/color-picker/src/color-picker2.mjs +2 -1
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +81 -81
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.mjs +110 -25
- 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 +25 -110
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/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 +66 -66
- 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.mjs +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +280 -101
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/es/components/dropdown/src/dropdown2.mjs +101 -280
- package/es/components/dropdown/src/dropdown2.mjs.map +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/empty2.mjs +11 -56
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.mjs +150 -53
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +53 -150
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/image/index.d.ts +8 -8
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +8 -8
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +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 +31 -31
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +86 -146
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message.vue.d.ts +1 -1
- package/es/components/message/src/message2.mjs +146 -86
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.mjs +9 -59
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/jumper2.mjs +59 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +68 -68
- package/es/components/pagination/src/components/total.mjs +7 -28
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +28 -7
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.d.ts +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm2.mjs +2 -2
- package/es/components/popover/index.d.ts +109 -109
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +109 -109
- package/es/components/popover/src/popover2.mjs +66 -111
- 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 +2 -2
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.mjs +31 -120
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/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/progress/index.d.ts +4 -4
- package/es/components/progress/src/progress.d.ts +1 -1
- package/es/components/progress/src/progress.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/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/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +68 -68
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +68 -68
- package/es/components/select/src/useSelect.d.ts +65 -65
- package/es/components/select-v2/index.d.ts +138 -138
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +69 -69
- package/es/components/select-v2/src/useSelect.d.ts +65 -65
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +183 -183
- 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 +33 -33
- 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 +132 -132
- package/es/components/slider/src/slider.vue.d.ts +183 -183
- 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 +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +20 -194
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/item2.mjs +194 -20
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/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 +65 -65
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +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/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +105 -105
- 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 +280 -280
- package/es/components/time-select/src/time-select.vue.d.ts +140 -140
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +33 -33
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +39 -167
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +14 -14
- package/es/components/tooltip/src/content2.mjs +167 -39
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip/src/tooltip2.mjs +1 -1
- package/es/components/tooltip/src/trigger.mjs +1 -1
- package/es/components/tooltip/src/trigger2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +39 -39
- package/es/components/tooltip-v2/index.mjs +5 -5
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +50 -113
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +113 -50
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +17 -81
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +81 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +21 -74
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/es/components/tooltip-v2/src/tooltip2.mjs +74 -21
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -131
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer-panel2.mjs +131 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +69 -159
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/transfer/src/transfer2.mjs +159 -69
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree-node.mjs +1 -0
- package/es/components/tree/src/tree-node.mjs.map +1 -1
- package/es/components/tree/src/tree.vue.d.ts +1 -1
- package/es/components/tree-v2/index.d.ts +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +13 -13
- package/es/components/upload/index.mjs +3 -3
- 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 +2 -2
- package/es/components/upload/src/upload-content2.mjs +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +70 -11
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +11 -70
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +4 -4
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +2 -2
- package/es/components/upload/src/upload.vue.d.ts +13 -13
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- package/es/index.mjs +31 -31
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/alert/index.d.ts +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +119 -119
- 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 +119 -119
- package/lib/components/autocomplete/src/autocomplete2.js +71 -352
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/button/index.js +3 -3
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.js +78 -57
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +57 -78
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/src/calendar.js +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +4 -4
- package/lib/components/carousel/src/carousel-item.js +8 -63
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +63 -8
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +166 -166
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +83 -83
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/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/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +96 -19
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +19 -96
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +158 -154
- package/lib/components/color-picker/src/color-picker.d.ts +1 -0
- package/lib/components/color-picker/src/color-picker.js +4 -0
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +158 -154
- package/lib/components/color-picker/src/color-picker2.js +2 -1
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.js +110 -25
- 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 +25 -110
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/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 +66 -66
- 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.js +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +280 -110
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown2.js +110 -280
- package/lib/components/dropdown/src/dropdown2.js.map +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/empty2.js +11 -56
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.js +149 -53
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +53 -149
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/image/index.d.ts +8 -8
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +8 -8
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +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 +31 -31
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +87 -144
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message.vue.d.ts +1 -1
- package/lib/components/message/src/message2.js +144 -87
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.js +9 -59
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/jumper2.js +59 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +68 -68
- package/lib/components/pagination/src/components/total.js +7 -28
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +28 -7
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm2.js +2 -2
- package/lib/components/popover/index.d.ts +109 -109
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +109 -109
- package/lib/components/popover/src/popover2.js +67 -111
- 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 +2 -2
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.js +32 -120
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/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/progress/index.d.ts +4 -4
- package/lib/components/progress/src/progress.d.ts +1 -1
- package/lib/components/progress/src/progress.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/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/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +68 -68
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +68 -68
- package/lib/components/select/src/useSelect.d.ts +65 -65
- package/lib/components/select-v2/index.d.ts +138 -138
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +69 -69
- package/lib/components/select-v2/src/useSelect.d.ts +65 -65
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +183 -183
- 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 +33 -33
- 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 +132 -132
- package/lib/components/slider/src/slider.vue.d.ts +183 -183
- 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 +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +20 -194
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/item2.js +194 -20
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/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 +65 -65
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +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/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +105 -105
- 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 +280 -280
- package/lib/components/time-select/src/time-select.vue.d.ts +140 -140
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +33 -33
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +39 -167
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +14 -14
- package/lib/components/tooltip/src/content2.js +167 -39
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip/src/tooltip2.js +1 -1
- package/lib/components/tooltip/src/trigger.js +1 -1
- package/lib/components/tooltip/src/trigger2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +39 -39
- package/lib/components/tooltip-v2/index.js +5 -5
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +50 -113
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +113 -50
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +17 -81
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +81 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +21 -74
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/lib/components/tooltip-v2/src/tooltip2.js +74 -21
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +90 -12
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +12 -90
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -131
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer-panel2.js +131 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +73 -159
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/transfer/src/transfer2.js +159 -73
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree-node.js +1 -0
- package/lib/components/tree/src/tree-node.js.map +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +1 -1
- package/lib/components/tree-v2/index.d.ts +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +13 -13
- package/lib/components/upload/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +169 -32
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/src/upload-content2.js +32 -169
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +70 -12
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +12 -70
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +2 -2
- package/lib/components/upload/src/upload.vue.d.ts +13 -13
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- package/lib/index.js +31 -31
- 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-dialog.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +28 -0
- package/theme-chalk/src/common/var.scss +2 -2
- package/theme-chalk/src/dialog.scss +12 -18
- package/theme-chalk/src/input.scss +4 -0
- package/theme-chalk/src/select.scss +6 -2
- package/theme-chalk/src/tree.scss +10 -5
|
@@ -14,6 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
};
|
|
15
15
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
16
16
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
17
|
+
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
17
18
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
18
19
|
readonly predefine: {
|
|
19
20
|
readonly type: import("vue").PropType<string[]>;
|
|
@@ -37,6 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
38
|
};
|
|
38
39
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
39
40
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
41
|
+
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
40
42
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
41
43
|
readonly predefine: {
|
|
42
44
|
readonly type: import("vue").PropType<string[]>;
|
|
@@ -46,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
48
|
};
|
|
47
49
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
48
50
|
}>> & {
|
|
49
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
50
51
|
onChange?: ((val: string | null) => any) | undefined;
|
|
52
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
51
53
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
52
54
|
}>>;
|
|
53
55
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -430,8 +432,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
430
432
|
};
|
|
431
433
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
432
434
|
}>> & {
|
|
433
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
434
435
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
436
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
435
437
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
436
438
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
437
439
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -542,12 +544,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
544
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
543
545
|
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>;
|
|
544
546
|
}>> & {
|
|
545
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
546
547
|
onChange?: ((value: string) => any) | undefined;
|
|
547
|
-
|
|
548
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
548
549
|
onInput?: ((value: string) => any) | undefined;
|
|
549
550
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
550
551
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
552
|
+
onClear?: (() => any) | undefined;
|
|
551
553
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
552
554
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
553
555
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -634,12 +636,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
634
636
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
635
637
|
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>;
|
|
636
638
|
}>> & {
|
|
637
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
638
639
|
onChange?: ((value: string) => any) | undefined;
|
|
639
|
-
|
|
640
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
640
641
|
onInput?: ((value: string) => any) | undefined;
|
|
641
642
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
642
643
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
644
|
+
onClear?: (() => any) | undefined;
|
|
643
645
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
644
646
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
645
647
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -713,12 +715,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
713
715
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
714
716
|
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>;
|
|
715
717
|
}>> & {
|
|
716
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
717
718
|
onChange?: ((value: string) => any) | undefined;
|
|
718
|
-
|
|
719
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
719
720
|
onInput?: ((value: string) => any) | undefined;
|
|
720
721
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
721
722
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
723
|
+
onClear?: (() => any) | undefined;
|
|
722
724
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
723
725
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
724
726
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1005,12 +1007,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1005
1007
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1006
1008
|
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>;
|
|
1007
1009
|
}>> & {
|
|
1008
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1009
1010
|
onChange?: ((value: string) => any) | undefined;
|
|
1010
|
-
|
|
1011
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1011
1012
|
onInput?: ((value: string) => any) | undefined;
|
|
1012
1013
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1013
1014
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1015
|
+
onClear?: (() => any) | undefined;
|
|
1014
1016
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1015
1017
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1016
1018
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1084,12 +1086,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1084
1086
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1085
1087
|
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>;
|
|
1086
1088
|
}>> & {
|
|
1087
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1088
1089
|
onChange?: ((value: string) => any) | undefined;
|
|
1089
|
-
|
|
1090
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1090
1091
|
onInput?: ((value: string) => any) | undefined;
|
|
1091
1092
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1092
1093
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1094
|
+
onClear?: (() => any) | undefined;
|
|
1093
1095
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1094
1096
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1095
1097
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1418,12 +1420,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1418
1420
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1419
1421
|
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>;
|
|
1420
1422
|
}>> & {
|
|
1421
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1422
1423
|
onChange?: ((value: string) => any) | undefined;
|
|
1423
|
-
|
|
1424
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1424
1425
|
onInput?: ((value: string) => any) | undefined;
|
|
1425
1426
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1426
1427
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1428
|
+
onClear?: (() => any) | undefined;
|
|
1427
1429
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1428
1430
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1429
1431
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1673,12 +1675,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1673
1675
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1674
1676
|
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>;
|
|
1675
1677
|
}>> & {
|
|
1676
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1677
1678
|
onChange?: ((value: string) => any) | undefined;
|
|
1678
|
-
|
|
1679
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1679
1680
|
onInput?: ((value: string) => any) | undefined;
|
|
1680
1681
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1681
1682
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1683
|
+
onClear?: (() => any) | undefined;
|
|
1682
1684
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1683
1685
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1684
1686
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1807,8 +1809,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1807
1809
|
};
|
|
1808
1810
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1809
1811
|
}>> & {
|
|
1810
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1811
1812
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1813
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1812
1814
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1813
1815
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1814
1816
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1949,8 +1951,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1949
1951
|
};
|
|
1950
1952
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1951
1953
|
}>> & {
|
|
1952
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1953
1954
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1955
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1954
1956
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1955
1957
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1956
1958
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2061,12 +2063,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2061
2063
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2062
2064
|
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>;
|
|
2063
2065
|
}>> & {
|
|
2064
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2065
2066
|
onChange?: ((value: string) => any) | undefined;
|
|
2066
|
-
|
|
2067
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2067
2068
|
onInput?: ((value: string) => any) | undefined;
|
|
2068
2069
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2069
2070
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2071
|
+
onClear?: (() => any) | undefined;
|
|
2070
2072
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2071
2073
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2072
2074
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2153,12 +2155,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2153
2155
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2154
2156
|
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>;
|
|
2155
2157
|
}>> & {
|
|
2156
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2157
2158
|
onChange?: ((value: string) => any) | undefined;
|
|
2158
|
-
|
|
2159
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2159
2160
|
onInput?: ((value: string) => any) | undefined;
|
|
2160
2161
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2161
2162
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2163
|
+
onClear?: (() => any) | undefined;
|
|
2162
2164
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2163
2165
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2164
2166
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2232,12 +2234,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2232
2234
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2233
2235
|
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>;
|
|
2234
2236
|
}>> & {
|
|
2235
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2236
2237
|
onChange?: ((value: string) => any) | undefined;
|
|
2237
|
-
|
|
2238
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2238
2239
|
onInput?: ((value: string) => any) | undefined;
|
|
2239
2240
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2240
2241
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2242
|
+
onClear?: (() => any) | undefined;
|
|
2241
2243
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2242
2244
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2243
2245
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2524,12 +2526,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2526
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2525
2527
|
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>;
|
|
2526
2528
|
}>> & {
|
|
2527
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2528
2529
|
onChange?: ((value: string) => any) | undefined;
|
|
2529
|
-
|
|
2530
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2530
2531
|
onInput?: ((value: string) => any) | undefined;
|
|
2531
2532
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2532
2533
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2534
|
+
onClear?: (() => any) | undefined;
|
|
2533
2535
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2534
2536
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2535
2537
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2603,12 +2605,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2603
2605
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2604
2606
|
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>;
|
|
2605
2607
|
}>> & {
|
|
2606
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2607
2608
|
onChange?: ((value: string) => any) | undefined;
|
|
2608
|
-
|
|
2609
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2609
2610
|
onInput?: ((value: string) => any) | undefined;
|
|
2610
2611
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2611
2612
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2613
|
+
onClear?: (() => any) | undefined;
|
|
2612
2614
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2613
2615
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2614
2616
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2937,12 +2939,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2937
2939
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2938
2940
|
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>;
|
|
2939
2941
|
}>> & {
|
|
2940
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2941
2942
|
onChange?: ((value: string) => any) | undefined;
|
|
2942
|
-
|
|
2943
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2943
2944
|
onInput?: ((value: string) => any) | undefined;
|
|
2944
2945
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2945
2946
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2947
|
+
onClear?: (() => any) | undefined;
|
|
2946
2948
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2947
2949
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2948
2950
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3192,12 +3194,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3192
3194
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3193
3195
|
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>;
|
|
3194
3196
|
}>> & {
|
|
3195
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3196
3197
|
onChange?: ((value: string) => any) | undefined;
|
|
3197
|
-
|
|
3198
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3198
3199
|
onInput?: ((value: string) => any) | undefined;
|
|
3199
3200
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3200
3201
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3202
|
+
onClear?: (() => any) | undefined;
|
|
3201
3203
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3202
3204
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3203
3205
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3326,8 +3328,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3326
3328
|
};
|
|
3327
3329
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3328
3330
|
}>> & {
|
|
3329
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3330
3331
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3332
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3331
3333
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3332
3334
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3333
3335
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3353,30 +3355,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3353
3355
|
disabled: boolean;
|
|
3354
3356
|
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>;
|
|
3355
3357
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3356
|
-
showAfter: number;
|
|
3357
|
-
hideAfter: number;
|
|
3358
|
-
open: boolean;
|
|
3359
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3360
3358
|
offset: number;
|
|
3361
|
-
content: string;
|
|
3362
|
-
transition: string;
|
|
3363
3359
|
effect: string;
|
|
3360
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3361
|
+
content: string;
|
|
3362
|
+
open: boolean;
|
|
3363
|
+
showAfter: number;
|
|
3364
|
+
hideAfter: number;
|
|
3364
3365
|
boundariesPadding: number;
|
|
3365
3366
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3366
3367
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3367
3368
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3369
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3368
3370
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3369
3371
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3370
3372
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3371
3373
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3372
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3373
3374
|
pure: boolean;
|
|
3374
3375
|
virtualTriggering: boolean;
|
|
3375
3376
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3376
3377
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3378
|
+
transition: string;
|
|
3377
3379
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3378
3380
|
persistent: boolean;
|
|
3379
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
3381
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3380
3382
|
triggerKeys: string[];
|
|
3381
3383
|
arrowOffset: number;
|
|
3382
3384
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3686,7 +3688,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3686
3688
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3687
3689
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3688
3690
|
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>;
|
|
3689
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3691
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3690
3692
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3691
3693
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3692
3694
|
"onUpdate:visible": {
|
|
@@ -3695,10 +3697,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3695
3697
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3696
3698
|
__epPropKey: true;
|
|
3697
3699
|
};
|
|
3698
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3700
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3699
3701
|
}>> & {
|
|
3700
3702
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3701
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3703
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "visible" | "content" | "open" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "transition" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3702
3704
|
$attrs: {
|
|
3703
3705
|
[x: string]: unknown;
|
|
3704
3706
|
};
|
|
@@ -4018,7 +4020,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4018
4020
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4019
4021
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4020
4022
|
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>;
|
|
4021
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4023
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4022
4024
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4023
4025
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4024
4026
|
"onUpdate:visible": {
|
|
@@ -4027,7 +4029,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4027
4029
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4028
4030
|
__epPropKey: true;
|
|
4029
4031
|
};
|
|
4030
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4032
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4031
4033
|
}>> & {
|
|
4032
4034
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4033
4035
|
}, {
|
|
@@ -4337,7 +4339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4337
4339
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4338
4340
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4339
4341
|
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>;
|
|
4340
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4342
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4341
4343
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4342
4344
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4343
4345
|
"onUpdate:visible": {
|
|
@@ -4346,7 +4348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4346
4348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4347
4349
|
__epPropKey: true;
|
|
4348
4350
|
};
|
|
4349
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4351
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4350
4352
|
}>> & {
|
|
4351
4353
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4352
4354
|
}>>;
|
|
@@ -4365,10 +4367,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4365
4367
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4366
4368
|
isFocusInsideContent: () => boolean | undefined;
|
|
4367
4369
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4368
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4370
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4369
4371
|
}, {
|
|
4370
4372
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4371
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4373
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4372
4374
|
}>> & {
|
|
4373
4375
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4374
4376
|
}>>;
|
|
@@ -4376,12 +4378,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4376
4378
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4377
4379
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4378
4380
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4379
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4381
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4380
4382
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4381
4383
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4382
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4384
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4383
4385
|
}>>, {
|
|
4384
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4386
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4385
4387
|
}>> & Record<string, any>;
|
|
4386
4388
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4387
4389
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -5061,7 +5063,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5061
5063
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5062
5064
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5063
5065
|
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>;
|
|
5064
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5066
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5065
5067
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5066
5068
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5067
5069
|
}, {
|
|
@@ -5323,7 +5325,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5323
5325
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5324
5326
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5325
5327
|
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>;
|
|
5326
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5328
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5327
5329
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5328
5330
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5329
5331
|
}>> & {
|
|
@@ -5601,7 +5603,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5601
5603
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5602
5604
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5603
5605
|
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>;
|
|
5604
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5606
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5605
5607
|
}, {
|
|
5606
5608
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5607
5609
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5850,7 +5852,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5850
5852
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5851
5853
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5852
5854
|
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>;
|
|
5853
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5855
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5854
5856
|
}>> & {
|
|
5855
5857
|
onClose?: (() => any) | undefined;
|
|
5856
5858
|
onFocus?: (() => any) | undefined;
|
|
@@ -6208,7 +6210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6208
6210
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6209
6211
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6210
6212
|
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>;
|
|
6211
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6213
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6212
6214
|
}>> & {
|
|
6213
6215
|
onClose?: (() => any) | undefined;
|
|
6214
6216
|
onFocus?: (() => any) | undefined;
|
|
@@ -6217,19 +6219,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6217
6219
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6218
6220
|
}, {
|
|
6219
6221
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6220
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6221
6222
|
readonly offset: number;
|
|
6222
6223
|
readonly effect: string;
|
|
6224
|
+
readonly visible: boolean;
|
|
6223
6225
|
readonly boundariesPadding: number;
|
|
6224
6226
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6225
6227
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6226
6228
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6229
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6227
6230
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6228
6231
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6229
6232
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6230
6233
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6231
6234
|
readonly ariaLabel: string;
|
|
6232
|
-
readonly visible: boolean;
|
|
6233
6235
|
readonly pure: boolean;
|
|
6234
6236
|
readonly virtualTriggering: boolean;
|
|
6235
6237
|
}>;
|
|
@@ -6491,31 +6493,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6491
6493
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6492
6494
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6493
6495
|
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>;
|
|
6494
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6496
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6495
6497
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6496
6498
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6497
6499
|
}>>, {
|
|
6498
6500
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6499
|
-
readonly showAfter: number;
|
|
6500
|
-
readonly hideAfter: number;
|
|
6501
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6502
6501
|
readonly offset: number;
|
|
6503
|
-
readonly content: string;
|
|
6504
|
-
readonly transition: string;
|
|
6505
6502
|
readonly effect: string;
|
|
6503
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6504
|
+
readonly content: string;
|
|
6505
|
+
readonly showAfter: number;
|
|
6506
|
+
readonly hideAfter: number;
|
|
6506
6507
|
readonly boundariesPadding: number;
|
|
6507
6508
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6508
6509
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6509
6510
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6511
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6510
6512
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6511
6513
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6512
6514
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6513
6515
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6514
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6515
6516
|
readonly pure: boolean;
|
|
6516
6517
|
readonly virtualTriggering: boolean;
|
|
6517
6518
|
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>;
|
|
6518
6519
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6520
|
+
readonly transition: string;
|
|
6519
6521
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6520
6522
|
readonly persistent: boolean;
|
|
6521
6523
|
}>;
|
|
@@ -6523,30 +6525,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6523
6525
|
disabled: boolean;
|
|
6524
6526
|
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>;
|
|
6525
6527
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6526
|
-
showAfter: number;
|
|
6527
|
-
hideAfter: number;
|
|
6528
|
-
open: boolean;
|
|
6529
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6530
6528
|
offset: number;
|
|
6531
|
-
content: string;
|
|
6532
|
-
transition: string;
|
|
6533
6529
|
effect: string;
|
|
6530
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6531
|
+
content: string;
|
|
6532
|
+
open: boolean;
|
|
6533
|
+
showAfter: number;
|
|
6534
|
+
hideAfter: number;
|
|
6534
6535
|
boundariesPadding: number;
|
|
6535
6536
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6536
6537
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6537
6538
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6539
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6538
6540
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6539
6541
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6540
6542
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6541
6543
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6542
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6543
6544
|
pure: boolean;
|
|
6544
6545
|
virtualTriggering: boolean;
|
|
6545
6546
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6546
6547
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6548
|
+
transition: string;
|
|
6547
6549
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6548
6550
|
persistent: boolean;
|
|
6549
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
6551
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6550
6552
|
triggerKeys: string[];
|
|
6551
6553
|
arrowOffset: number;
|
|
6552
6554
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6876,7 +6878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6876
6878
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6877
6879
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6878
6880
|
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>;
|
|
6879
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6881
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6880
6882
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6881
6883
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6882
6884
|
"onUpdate:visible": {
|
|
@@ -6885,7 +6887,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6885
6887
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6886
6888
|
__epPropKey: true;
|
|
6887
6889
|
};
|
|
6888
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6890
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
6889
6891
|
}>> & {
|
|
6890
6892
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6891
6893
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7195,7 +7197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7195
7197
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7196
7198
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7197
7199
|
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>;
|
|
7198
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7200
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7199
7201
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7200
7202
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7201
7203
|
"onUpdate:visible": {
|
|
@@ -7204,7 +7206,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7204
7206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7205
7207
|
__epPropKey: true;
|
|
7206
7208
|
};
|
|
7207
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7209
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7208
7210
|
}>> & {
|
|
7209
7211
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7210
7212
|
}>>;
|
|
@@ -7223,10 +7225,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7223
7225
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7224
7226
|
isFocusInsideContent: () => boolean | undefined;
|
|
7225
7227
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7226
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7228
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7227
7229
|
}, {
|
|
7228
7230
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7229
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7231
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7230
7232
|
}>> & {
|
|
7231
7233
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7232
7234
|
}>>;
|
|
@@ -7234,12 +7236,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7234
7236
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7235
7237
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7236
7238
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7237
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7239
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7238
7240
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7239
7241
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7240
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7242
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7241
7243
|
}>>, {
|
|
7242
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7244
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7243
7245
|
}>> & Record<string, any>;
|
|
7244
7246
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7245
7247
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7919,7 +7921,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7919
7921
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7920
7922
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7921
7923
|
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>;
|
|
7922
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7924
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7923
7925
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7924
7926
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7925
7927
|
}, {
|
|
@@ -8181,7 +8183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8181
8183
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8182
8184
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8183
8185
|
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>;
|
|
8184
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8186
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8185
8187
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8186
8188
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8187
8189
|
}>> & {
|
|
@@ -8459,7 +8461,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8459
8461
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8460
8462
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8461
8463
|
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>;
|
|
8462
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8464
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8463
8465
|
}, {
|
|
8464
8466
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8465
8467
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8708,7 +8710,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8708
8710
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8709
8711
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8710
8712
|
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>;
|
|
8711
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8713
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8712
8714
|
}>> & {
|
|
8713
8715
|
onClose?: (() => any) | undefined;
|
|
8714
8716
|
onFocus?: (() => any) | undefined;
|
|
@@ -9066,7 +9068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9066
9068
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9067
9069
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9068
9070
|
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>;
|
|
9069
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9071
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9070
9072
|
}>> & {
|
|
9071
9073
|
onClose?: (() => any) | undefined;
|
|
9072
9074
|
onFocus?: (() => any) | undefined;
|
|
@@ -9075,19 +9077,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9075
9077
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9076
9078
|
}, {
|
|
9077
9079
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9078
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9079
9080
|
readonly offset: number;
|
|
9080
9081
|
readonly effect: string;
|
|
9082
|
+
readonly visible: boolean;
|
|
9081
9083
|
readonly boundariesPadding: number;
|
|
9082
9084
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9083
9085
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9084
9086
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9087
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9085
9088
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9086
9089
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9087
9090
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9088
9091
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9089
9092
|
readonly ariaLabel: string;
|
|
9090
|
-
readonly visible: boolean;
|
|
9091
9093
|
readonly pure: boolean;
|
|
9092
9094
|
readonly virtualTriggering: boolean;
|
|
9093
9095
|
}>;
|
|
@@ -9349,31 +9351,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9349
9351
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9350
9352
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9351
9353
|
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>;
|
|
9352
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9354
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9353
9355
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9354
9356
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9355
9357
|
}>>, {
|
|
9356
9358
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9357
|
-
readonly showAfter: number;
|
|
9358
|
-
readonly hideAfter: number;
|
|
9359
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9360
9359
|
readonly offset: number;
|
|
9361
|
-
readonly content: string;
|
|
9362
|
-
readonly transition: string;
|
|
9363
9360
|
readonly effect: string;
|
|
9361
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9362
|
+
readonly content: string;
|
|
9363
|
+
readonly showAfter: number;
|
|
9364
|
+
readonly hideAfter: number;
|
|
9364
9365
|
readonly boundariesPadding: number;
|
|
9365
9366
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9366
9367
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9367
9368
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9369
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9368
9370
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9369
9371
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9370
9372
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9371
9373
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9372
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9373
9374
|
readonly pure: boolean;
|
|
9374
9375
|
readonly virtualTriggering: boolean;
|
|
9375
9376
|
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>;
|
|
9376
9377
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9378
|
+
readonly transition: string;
|
|
9377
9379
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9378
9380
|
readonly persistent: boolean;
|
|
9379
9381
|
}>;
|
|
@@ -9434,8 +9436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9434
9436
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9435
9437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9436
9438
|
}>> & {
|
|
9437
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9438
9439
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9440
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9439
9441
|
}>>;
|
|
9440
9442
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9441
9443
|
ns: {
|
|
@@ -9482,8 +9484,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9482
9484
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9483
9485
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9484
9486
|
}>> & {
|
|
9485
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9486
9487
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9488
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9487
9489
|
}, {
|
|
9488
9490
|
readonly disabled: boolean;
|
|
9489
9491
|
readonly name: string;
|
|
@@ -9936,7 +9938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9936
9938
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9937
9939
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9938
9940
|
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>;
|
|
9939
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9941
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9940
9942
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9941
9943
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9942
9944
|
"onUpdate:visible": {
|
|
@@ -9945,7 +9947,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9945
9947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9946
9948
|
__epPropKey: true;
|
|
9947
9949
|
};
|
|
9948
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9950
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9949
9951
|
}, {
|
|
9950
9952
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9951
9953
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10253,7 +10255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10253
10255
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10254
10256
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10255
10257
|
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>;
|
|
10256
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10258
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10257
10259
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10258
10260
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10259
10261
|
"onUpdate:visible": {
|
|
@@ -10262,7 +10264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10262
10264
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10263
10265
|
__epPropKey: true;
|
|
10264
10266
|
};
|
|
10265
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10267
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10266
10268
|
}>> & {
|
|
10267
10269
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10268
10270
|
}>>;
|
|
@@ -10281,10 +10283,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10281
10283
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10282
10284
|
isFocusInsideContent: () => boolean | undefined;
|
|
10283
10285
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10284
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10286
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10285
10287
|
}, {
|
|
10286
10288
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10287
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10289
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10288
10290
|
}>> & {
|
|
10289
10291
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10290
10292
|
}>>;
|
|
@@ -10292,12 +10294,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10292
10294
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10293
10295
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10294
10296
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10295
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10297
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10296
10298
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10297
10299
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10298
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10300
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10299
10301
|
}>>, {
|
|
10300
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10302
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10301
10303
|
}>> & Record<string, any>;
|
|
10302
10304
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10303
10305
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10977,7 +10979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10977
10979
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10978
10980
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10979
10981
|
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>;
|
|
10980
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10982
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10981
10983
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10982
10984
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10983
10985
|
}, {
|
|
@@ -11239,7 +11241,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11239
11241
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11240
11242
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11241
11243
|
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>;
|
|
11242
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11244
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11243
11245
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11244
11246
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11245
11247
|
}>> & {
|
|
@@ -11517,7 +11519,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11517
11519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11518
11520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11519
11521
|
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>;
|
|
11520
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11521
11523
|
}, {
|
|
11522
11524
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11523
11525
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11766,7 +11768,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11766
11768
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11767
11769
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11768
11770
|
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>;
|
|
11769
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11771
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11770
11772
|
}>> & {
|
|
11771
11773
|
onClose?: (() => any) | undefined;
|
|
11772
11774
|
onFocus?: (() => any) | undefined;
|
|
@@ -12124,7 +12126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12124
12126
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12125
12127
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12126
12128
|
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>;
|
|
12127
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12129
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12128
12130
|
}>> & {
|
|
12129
12131
|
onClose?: (() => any) | undefined;
|
|
12130
12132
|
onFocus?: (() => any) | undefined;
|
|
@@ -12133,19 +12135,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12133
12135
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12134
12136
|
}, {
|
|
12135
12137
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12136
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12137
12138
|
readonly offset: number;
|
|
12138
12139
|
readonly effect: string;
|
|
12140
|
+
readonly visible: boolean;
|
|
12139
12141
|
readonly boundariesPadding: number;
|
|
12140
12142
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12141
12143
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12142
12144
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12145
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12143
12146
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12144
12147
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12145
12148
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12146
12149
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12147
12150
|
readonly ariaLabel: string;
|
|
12148
|
-
readonly visible: boolean;
|
|
12149
12151
|
readonly pure: boolean;
|
|
12150
12152
|
readonly virtualTriggering: boolean;
|
|
12151
12153
|
}>;
|
|
@@ -12407,31 +12409,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12407
12409
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12408
12410
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12409
12411
|
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>;
|
|
12410
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12412
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12411
12413
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12412
12414
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12413
12415
|
}>>, {
|
|
12414
12416
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12415
|
-
readonly showAfter: number;
|
|
12416
|
-
readonly hideAfter: number;
|
|
12417
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12418
12417
|
readonly offset: number;
|
|
12419
|
-
readonly content: string;
|
|
12420
|
-
readonly transition: string;
|
|
12421
12418
|
readonly effect: string;
|
|
12419
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12420
|
+
readonly content: string;
|
|
12421
|
+
readonly showAfter: number;
|
|
12422
|
+
readonly hideAfter: number;
|
|
12422
12423
|
readonly boundariesPadding: number;
|
|
12423
12424
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12424
12425
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12425
12426
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12427
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12426
12428
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12427
12429
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12428
12430
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12429
12431
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12430
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12431
12432
|
readonly pure: boolean;
|
|
12432
12433
|
readonly virtualTriggering: boolean;
|
|
12433
12434
|
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>;
|
|
12434
12435
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12436
|
+
readonly transition: string;
|
|
12435
12437
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12436
12438
|
readonly persistent: boolean;
|
|
12437
12439
|
}>;
|
|
@@ -12741,7 +12743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12741
12743
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12742
12744
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12743
12745
|
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>;
|
|
12744
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12746
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12745
12747
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12746
12748
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12747
12749
|
"onUpdate:visible": {
|
|
@@ -12750,37 +12752,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12750
12752
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12751
12753
|
__epPropKey: true;
|
|
12752
12754
|
};
|
|
12753
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12755
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12754
12756
|
}>> & {
|
|
12755
12757
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12756
12758
|
}, {
|
|
12757
12759
|
disabled: boolean;
|
|
12758
12760
|
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>;
|
|
12759
12761
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12760
|
-
showAfter: number;
|
|
12761
|
-
hideAfter: number;
|
|
12762
|
-
open: boolean;
|
|
12763
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12764
12762
|
offset: number;
|
|
12765
|
-
content: string;
|
|
12766
|
-
transition: string;
|
|
12767
12763
|
effect: string;
|
|
12764
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12765
|
+
content: string;
|
|
12766
|
+
open: boolean;
|
|
12767
|
+
showAfter: number;
|
|
12768
|
+
hideAfter: number;
|
|
12768
12769
|
boundariesPadding: number;
|
|
12769
12770
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12770
12771
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12771
12772
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12773
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12772
12774
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12773
12775
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12774
12776
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12775
12777
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12776
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12777
12778
|
pure: boolean;
|
|
12778
12779
|
virtualTriggering: boolean;
|
|
12779
12780
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12780
12781
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12782
|
+
transition: string;
|
|
12781
12783
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12782
12784
|
persistent: boolean;
|
|
12783
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
12785
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12784
12786
|
triggerKeys: string[];
|
|
12785
12787
|
arrowOffset: number;
|
|
12786
12788
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12917,12 +12919,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12917
12919
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12918
12920
|
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>;
|
|
12919
12921
|
}>> & {
|
|
12920
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12921
12922
|
onChange?: ((value: string) => any) | undefined;
|
|
12922
|
-
|
|
12923
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12923
12924
|
onInput?: ((value: string) => any) | undefined;
|
|
12924
12925
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
12925
12926
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
12927
|
+
onClear?: (() => any) | undefined;
|
|
12926
12928
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
12927
12929
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
12928
12930
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13172,12 +13174,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13172
13174
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13173
13175
|
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>;
|
|
13174
13176
|
}>> & {
|
|
13175
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13176
13177
|
onChange?: ((value: string) => any) | undefined;
|
|
13177
|
-
|
|
13178
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13178
13179
|
onInput?: ((value: string) => any) | undefined;
|
|
13179
13180
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13180
13181
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13182
|
+
onClear?: (() => any) | undefined;
|
|
13181
13183
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13182
13184
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13183
13185
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13305,8 +13307,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13305
13307
|
};
|
|
13306
13308
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13307
13309
|
}>> & {
|
|
13308
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13309
13310
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13311
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13310
13312
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13311
13313
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13312
13314
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13417,12 +13419,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13417
13419
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13418
13420
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13419
13421
|
}>> & {
|
|
13420
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13421
13422
|
onChange?: ((value: string) => any) | undefined;
|
|
13422
|
-
|
|
13423
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13423
13424
|
onInput?: ((value: string) => any) | undefined;
|
|
13424
13425
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13425
13426
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13427
|
+
onClear?: (() => any) | undefined;
|
|
13426
13428
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13427
13429
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13428
13430
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13509,12 +13511,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13509
13511
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13510
13512
|
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>;
|
|
13511
13513
|
}>> & {
|
|
13512
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13513
13514
|
onChange?: ((value: string) => any) | undefined;
|
|
13514
|
-
|
|
13515
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13515
13516
|
onInput?: ((value: string) => any) | undefined;
|
|
13516
13517
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13517
13518
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13519
|
+
onClear?: (() => any) | undefined;
|
|
13518
13520
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13519
13521
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13520
13522
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13588,12 +13590,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13588
13590
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13589
13591
|
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>;
|
|
13590
13592
|
}>> & {
|
|
13591
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13592
13593
|
onChange?: ((value: string) => any) | undefined;
|
|
13593
|
-
|
|
13594
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13594
13595
|
onInput?: ((value: string) => any) | undefined;
|
|
13595
13596
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13596
13597
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13598
|
+
onClear?: (() => any) | undefined;
|
|
13597
13599
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13598
13600
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13599
13601
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13880,12 +13882,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13880
13882
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13881
13883
|
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>;
|
|
13882
13884
|
}>> & {
|
|
13883
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13884
13885
|
onChange?: ((value: string) => any) | undefined;
|
|
13885
|
-
|
|
13886
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13886
13887
|
onInput?: ((value: string) => any) | undefined;
|
|
13887
13888
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13888
13889
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13890
|
+
onClear?: (() => any) | undefined;
|
|
13889
13891
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13890
13892
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13891
13893
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13959,12 +13961,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13959
13961
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13960
13962
|
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>;
|
|
13961
13963
|
}>> & {
|
|
13962
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13963
13964
|
onChange?: ((value: string) => any) | undefined;
|
|
13964
|
-
|
|
13965
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13965
13966
|
onInput?: ((value: string) => any) | undefined;
|
|
13966
13967
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13967
13968
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13969
|
+
onClear?: (() => any) | undefined;
|
|
13968
13970
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13969
13971
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13970
13972
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14293,12 +14295,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14293
14295
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14294
14296
|
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>;
|
|
14295
14297
|
}>> & {
|
|
14296
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14297
14298
|
onChange?: ((value: string) => any) | undefined;
|
|
14298
|
-
|
|
14299
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14299
14300
|
onInput?: ((value: string) => any) | undefined;
|
|
14300
14301
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14301
14302
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14303
|
+
onClear?: (() => any) | undefined;
|
|
14302
14304
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14303
14305
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14304
14306
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14548,12 +14550,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14548
14550
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14549
14551
|
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>;
|
|
14550
14552
|
}>> & {
|
|
14551
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14552
14553
|
onChange?: ((value: string) => any) | undefined;
|
|
14553
|
-
|
|
14554
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14554
14555
|
onInput?: ((value: string) => any) | undefined;
|
|
14555
14556
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14556
14557
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14558
|
+
onClear?: (() => any) | undefined;
|
|
14557
14559
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14558
14560
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14559
14561
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14682,8 +14684,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14682
14684
|
};
|
|
14683
14685
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14684
14686
|
}>> & {
|
|
14685
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14686
14687
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14688
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14687
14689
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14688
14690
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14689
14691
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -14852,6 +14854,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14852
14854
|
};
|
|
14853
14855
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
14854
14856
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
14857
|
+
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14855
14858
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
14856
14859
|
readonly predefine: {
|
|
14857
14860
|
readonly type: import("vue").PropType<string[]>;
|
|
@@ -14861,8 +14864,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14861
14864
|
};
|
|
14862
14865
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14863
14866
|
}>> & {
|
|
14864
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14865
14867
|
onChange?: ((val: string | null) => any) | undefined;
|
|
14868
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14866
14869
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
14867
14870
|
}, {
|
|
14868
14871
|
readonly disabled: boolean;
|
|
@@ -14870,6 +14873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14870
14873
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14871
14874
|
readonly popperClass: string;
|
|
14872
14875
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
14876
|
+
readonly isCustom: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14873
14877
|
readonly showAlpha: boolean;
|
|
14874
14878
|
}>;
|
|
14875
14879
|
export default _default;
|