element-plus-secondary 0.4.4 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/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 +54 -78
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +78 -54
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +162 -162
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +81 -81
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.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.mjs +17 -30
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse2.mjs +30 -17
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -157
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +398 -50
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +151 -157
- package/es/components/color-picker/src/color-picker2.mjs +50 -398
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -18
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +81 -81
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +170 -70
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +70 -170
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +165 -22
- 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 +22 -165
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -56
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/empty/src/empty2.mjs +56 -11
- 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/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/index.mjs +35 -35
- 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 -18
- package/es/components/input-number/src/input-number.vue.d.ts +16 -18
- package/es/components/input-number/src/input-number2.mjs +28 -6
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +4 -35
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +35 -4
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +102 -17
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +17 -102
- package/es/components/page-header/src/page-header2.mjs.map +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/pager.mjs +17 -207
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +207 -17
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
- package/es/components/popover/index.d.ts +105 -105
- 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 +105 -105
- 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 +4 -4
- package/es/components/popper/src/arrow.mjs +44 -8
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +8 -44
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +4 -4
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +57 -202
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +202 -57
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +9 -68
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +68 -9
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +1 -1
- package/es/components/radio/src/radio.mjs +34 -78
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +78 -34
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
- package/es/components/select/index.d.ts +65 -65
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +65 -65
- package/es/components/select/src/useSelect.d.ts +63 -63
- package/es/components/select-v2/index.d.ts +130 -130
- package/es/components/select-v2/src/select.vue.d.ts +65 -65
- package/es/components/select-v2/src/useSelect.d.ts +63 -63
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +187 -180
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.mjs +95 -21
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +33 -32
- package/es/components/slider/src/button2.mjs +21 -93
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +132 -128
- package/es/components/slider/src/composables/use-slider-button.d.ts +1 -0
- package/es/components/slider/src/composables/use-slider-button.mjs +2 -0
- package/es/components/slider/src/composables/use-slider-button.mjs.map +1 -1
- package/es/components/slider/src/slider.d.ts +1 -0
- package/es/components/slider/src/slider.mjs +233 -91
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +187 -180
- package/es/components/slider/src/slider2.mjs +95 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +240 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +88 -240
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +3 -3
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tabs/src/tab-pane.mjs +13 -73
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +73 -13
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +32 -96
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +96 -32
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +268 -268
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +70 -42
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +42 -70
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +3 -3
- package/es/components/tooltip/src/trigger.mjs +74 -16
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +16 -74
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- 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 +4 -4
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
- 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 +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/index.mjs +2 -2
- package/es/components/upload/src/upload-content.mjs +33 -170
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +170 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +2 -2
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +35 -35
- 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/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/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 +57 -78
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +78 -57
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +162 -162
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +81 -81
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +29 -72
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +72 -29
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.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.js +19 -30
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse2.js +30 -19
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -157
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +396 -50
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -157
- package/lib/components/color-picker/src/color-picker2.js +50 -396
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -18
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +169 -70
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +70 -169
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +165 -23
- 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 +23 -165
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -56
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/empty/src/empty2.js +56 -11
- 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/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/index.js +35 -35
- 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 -18
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -18
- package/lib/components/input-number/src/input-number2.js +26 -4
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +4 -35
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +35 -4
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +102 -18
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +18 -102
- package/lib/components/page-header/src/page-header2.js.map +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/pager.js +17 -207
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +207 -17
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm2.js +1 -1
- package/lib/components/popover/index.d.ts +105 -105
- 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 +105 -105
- 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 +4 -4
- package/lib/components/popper/src/arrow.js +44 -9
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +9 -44
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +57 -202
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +202 -57
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +9 -68
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +68 -9
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +1 -1
- package/lib/components/radio/src/radio.js +36 -78
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +78 -36
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +1 -1
- package/lib/components/select/index.d.ts +65 -65
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +65 -65
- package/lib/components/select/src/useSelect.d.ts +63 -63
- package/lib/components/select-v2/index.d.ts +130 -130
- package/lib/components/select-v2/src/select.vue.d.ts +65 -65
- package/lib/components/select-v2/src/useSelect.d.ts +63 -63
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +187 -180
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.js +95 -22
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +33 -32
- package/lib/components/slider/src/button2.js +22 -93
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +132 -128
- package/lib/components/slider/src/composables/use-slider-button.d.ts +1 -0
- package/lib/components/slider/src/composables/use-slider-button.js +2 -0
- package/lib/components/slider/src/composables/use-slider-button.js.map +1 -1
- package/lib/components/slider/src/slider.d.ts +1 -0
- package/lib/components/slider/src/slider.js +233 -92
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +187 -180
- package/lib/components/slider/src/slider2.js +96 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +239 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +88 -239
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +3 -3
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tabs/src/tab-pane.js +13 -73
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +73 -13
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +33 -96
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +96 -33
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +268 -268
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +70 -42
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +42 -70
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +3 -3
- package/lib/components/tooltip/src/trigger.js +74 -16
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +16 -74
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.js +23 -38
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +38 -23
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- 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 +4 -4
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
- 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 +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upload/src/upload-content.js +32 -169
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +169 -32
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +2 -2
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +35 -35
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-input-number.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-option.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +7 -2
- package/theme-chalk/src/input-number.scss +19 -2
- package/theme-chalk/src/input.scss +11 -6
- package/theme-chalk/src/option.scss +1 -2
- package/theme-chalk/src/select.scss +13 -1
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
}>> & {
|
|
55
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
56
55
|
onChange?: ((val: string | null) => any) | undefined;
|
|
56
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
57
57
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -436,8 +436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
436
|
};
|
|
437
437
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
438
438
|
}>> & {
|
|
439
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
440
439
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
440
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
441
441
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
442
442
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
443
443
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -560,12 +560,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
560
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
561
561
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
562
562
|
}>> & {
|
|
563
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
563
|
onChange?: ((value: string) => any) | undefined;
|
|
565
|
-
|
|
564
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
566
565
|
onInput?: ((value: string) => any) | undefined;
|
|
567
566
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
568
567
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
568
|
+
onClear?: (() => any) | undefined;
|
|
569
569
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
570
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
571
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -664,12 +664,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
664
664
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
665
665
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
666
666
|
}>> & {
|
|
667
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
667
|
onChange?: ((value: string) => any) | undefined;
|
|
669
|
-
|
|
668
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
670
669
|
onInput?: ((value: string) => any) | undefined;
|
|
671
670
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
672
671
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
672
|
+
onClear?: (() => any) | undefined;
|
|
673
673
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
674
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
675
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -755,12 +755,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
755
755
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
756
756
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
757
757
|
}>> & {
|
|
758
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
758
|
onChange?: ((value: string) => any) | undefined;
|
|
760
|
-
|
|
759
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
761
760
|
onInput?: ((value: string) => any) | undefined;
|
|
762
761
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
763
762
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
763
|
+
onClear?: (() => any) | undefined;
|
|
764
764
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
765
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
766
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1059,12 +1059,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1059
1059
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1060
1060
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1061
1061
|
}>> & {
|
|
1062
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
1062
|
onChange?: ((value: string) => any) | undefined;
|
|
1064
|
-
|
|
1063
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1065
1064
|
onInput?: ((value: string) => any) | undefined;
|
|
1066
1065
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1067
1066
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1067
|
+
onClear?: (() => any) | undefined;
|
|
1068
1068
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1069
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1070
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1150,12 +1150,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1150
1150
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1151
1151
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1152
1152
|
}>> & {
|
|
1153
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
1153
|
onChange?: ((value: string) => any) | undefined;
|
|
1155
|
-
|
|
1154
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1156
1155
|
onInput?: ((value: string) => any) | undefined;
|
|
1157
1156
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1158
1157
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1158
|
+
onClear?: (() => any) | undefined;
|
|
1159
1159
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1160
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1161
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1508,12 +1508,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1508
1508
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1509
1509
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1510
1510
|
}>> & {
|
|
1511
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
1511
|
onChange?: ((value: string) => any) | undefined;
|
|
1513
|
-
|
|
1512
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1514
1513
|
onInput?: ((value: string) => any) | undefined;
|
|
1515
1514
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1516
1515
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1516
|
+
onClear?: (() => any) | undefined;
|
|
1517
1517
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1518
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1519
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1775,12 +1775,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1775
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1776
1776
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1777
1777
|
}>> & {
|
|
1778
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
1778
|
onChange?: ((value: string) => any) | undefined;
|
|
1780
|
-
|
|
1779
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1781
1780
|
onInput?: ((value: string) => any) | undefined;
|
|
1782
1781
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1783
1782
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1783
|
+
onClear?: (() => any) | undefined;
|
|
1784
1784
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1785
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1786
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1869,8 +1869,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1869
1869
|
};
|
|
1870
1870
|
}>>, {}>> & Record<string, any>;
|
|
1871
1871
|
vRepeatClick: import("vue").ObjectDirective<HTMLElement, import("../../../directives/repeat-click").RepeatClickOptions | ((...args: unknown[]) => unknown)>;
|
|
1872
|
-
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1873
|
-
ArrowUp: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1874
1872
|
Minus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1875
1873
|
Plus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1876
1874
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1909,8 +1907,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1909
1907
|
};
|
|
1910
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1911
1909
|
}>> & {
|
|
1912
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1913
1910
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1914
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1915
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1916
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2051,8 +2049,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2051
2049
|
};
|
|
2052
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2053
2051
|
}>> & {
|
|
2054
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2055
2052
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2056
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2057
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2058
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2175,12 +2173,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2175
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2176
2174
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2177
2175
|
}>> & {
|
|
2178
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2179
2176
|
onChange?: ((value: string) => any) | undefined;
|
|
2180
|
-
|
|
2177
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2181
2178
|
onInput?: ((value: string) => any) | undefined;
|
|
2182
2179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2183
2180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2181
|
+
onClear?: (() => any) | undefined;
|
|
2184
2182
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2185
2183
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2186
2184
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2279,12 +2277,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2279
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2280
2278
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2281
2279
|
}>> & {
|
|
2282
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2283
2280
|
onChange?: ((value: string) => any) | undefined;
|
|
2284
|
-
|
|
2281
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2285
2282
|
onInput?: ((value: string) => any) | undefined;
|
|
2286
2283
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2287
2284
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2285
|
+
onClear?: (() => any) | undefined;
|
|
2288
2286
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2289
2287
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2290
2288
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2370,12 +2368,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2370
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2371
2369
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2372
2370
|
}>> & {
|
|
2373
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2374
2371
|
onChange?: ((value: string) => any) | undefined;
|
|
2375
|
-
|
|
2372
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2376
2373
|
onInput?: ((value: string) => any) | undefined;
|
|
2377
2374
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2378
2375
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2376
|
+
onClear?: (() => any) | undefined;
|
|
2379
2377
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2380
2378
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2381
2379
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2674,12 +2672,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2674
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2675
2673
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2676
2674
|
}>> & {
|
|
2677
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2678
2675
|
onChange?: ((value: string) => any) | undefined;
|
|
2679
|
-
|
|
2676
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2680
2677
|
onInput?: ((value: string) => any) | undefined;
|
|
2681
2678
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2682
2679
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2680
|
+
onClear?: (() => any) | undefined;
|
|
2683
2681
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2684
2682
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2685
2683
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2765,12 +2763,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2765
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2766
2764
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2767
2765
|
}>> & {
|
|
2768
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2769
2766
|
onChange?: ((value: string) => any) | undefined;
|
|
2770
|
-
|
|
2767
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2771
2768
|
onInput?: ((value: string) => any) | undefined;
|
|
2772
2769
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2773
2770
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2771
|
+
onClear?: (() => any) | undefined;
|
|
2774
2772
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2775
2773
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2776
2774
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3123,12 +3121,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3123
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3124
3122
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3125
3123
|
}>> & {
|
|
3126
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3127
3124
|
onChange?: ((value: string) => any) | undefined;
|
|
3128
|
-
|
|
3125
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3129
3126
|
onInput?: ((value: string) => any) | undefined;
|
|
3130
3127
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3131
3128
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3129
|
+
onClear?: (() => any) | undefined;
|
|
3132
3130
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3133
3131
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3134
3132
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3390,12 +3388,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3390
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3391
3389
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3392
3390
|
}>> & {
|
|
3393
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3394
3391
|
onChange?: ((value: string) => any) | undefined;
|
|
3395
|
-
|
|
3392
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3396
3393
|
onInput?: ((value: string) => any) | undefined;
|
|
3397
3394
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3398
3395
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3396
|
+
onClear?: (() => any) | undefined;
|
|
3399
3397
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3400
3398
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3401
3399
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3484,8 +3482,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3484
3482
|
};
|
|
3485
3483
|
}>>, {}>> & Record<string, any>;
|
|
3486
3484
|
vRepeatClick: import("vue").ObjectDirective<HTMLElement, import("../../../directives/repeat-click").RepeatClickOptions | ((...args: unknown[]) => unknown)>;
|
|
3487
|
-
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3488
|
-
ArrowUp: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3489
3485
|
Minus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3490
3486
|
Plus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3491
3487
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -3524,8 +3520,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3524
3520
|
};
|
|
3525
3521
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3526
3522
|
}>> & {
|
|
3527
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3528
3523
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3524
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3529
3525
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3530
3526
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3531
3527
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3551,18 +3547,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3551
3547
|
disabled: boolean;
|
|
3552
3548
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
3553
3549
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3554
|
-
showAfter: number;
|
|
3555
|
-
hideAfter: number;
|
|
3556
|
-
open: boolean;
|
|
3557
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3558
3550
|
offset: number;
|
|
3559
|
-
content: string;
|
|
3560
|
-
transition: string;
|
|
3561
3551
|
effect: string;
|
|
3552
|
+
showAfter: number;
|
|
3553
|
+
hideAfter: number;
|
|
3562
3554
|
boundariesPadding: number;
|
|
3563
3555
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3564
3556
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3565
3557
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3558
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3566
3559
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3567
3560
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3568
3561
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3571,10 +3564,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3571
3564
|
pure: boolean;
|
|
3572
3565
|
virtualTriggering: boolean;
|
|
3573
3566
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3567
|
+
content: string;
|
|
3574
3568
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3569
|
+
transition: string;
|
|
3575
3570
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3576
3571
|
persistent: boolean;
|
|
3577
|
-
|
|
3572
|
+
open: boolean;
|
|
3573
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3578
3574
|
triggerKeys: string[];
|
|
3579
3575
|
arrowOffset: number;
|
|
3580
3576
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3884,7 +3880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3884
3880
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3885
3881
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3886
3882
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3887
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3883
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3888
3884
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3889
3885
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3890
3886
|
"onUpdate:visible": {
|
|
@@ -3893,10 +3889,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3893
3889
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3894
3890
|
__epPropKey: true;
|
|
3895
3891
|
};
|
|
3896
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3892
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3897
3893
|
}>> & {
|
|
3898
3894
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3899
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3895
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3900
3896
|
$attrs: {
|
|
3901
3897
|
[x: string]: unknown;
|
|
3902
3898
|
};
|
|
@@ -4216,7 +4212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4216
4212
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4217
4213
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4218
4214
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4219
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4215
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4220
4216
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4221
4217
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4222
4218
|
"onUpdate:visible": {
|
|
@@ -4225,7 +4221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4225
4221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4226
4222
|
__epPropKey: true;
|
|
4227
4223
|
};
|
|
4228
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4224
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4229
4225
|
}>> & {
|
|
4230
4226
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4231
4227
|
}, {
|
|
@@ -4535,7 +4531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4535
4531
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4536
4532
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4537
4533
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4538
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4534
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4539
4535
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4540
4536
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4541
4537
|
"onUpdate:visible": {
|
|
@@ -4544,7 +4540,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4544
4540
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4545
4541
|
__epPropKey: true;
|
|
4546
4542
|
};
|
|
4547
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4543
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4548
4544
|
}>> & {
|
|
4549
4545
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4550
4546
|
}>>;
|
|
@@ -4563,10 +4559,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4563
4559
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4564
4560
|
isFocusInsideContent: () => boolean | undefined;
|
|
4565
4561
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4566
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4562
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4567
4563
|
}, {
|
|
4568
4564
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4569
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4565
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4570
4566
|
}>> & {
|
|
4571
4567
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4572
4568
|
}>>;
|
|
@@ -4574,12 +4570,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4574
4570
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4575
4571
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4576
4572
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4577
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4573
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4578
4574
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4579
4575
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4580
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4576
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4581
4577
|
}>>, {
|
|
4582
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4583
4579
|
}>> & Record<string, any>;
|
|
4584
4580
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4585
4581
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4936,8 +4932,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4936
4932
|
readonly id: StringConstructor;
|
|
4937
4933
|
readonly open: BooleanConstructor;
|
|
4938
4934
|
}>>, {
|
|
4939
|
-
readonly open: boolean;
|
|
4940
4935
|
readonly virtualTriggering: boolean;
|
|
4936
|
+
readonly open: boolean;
|
|
4941
4937
|
}>;
|
|
4942
4938
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4943
4939
|
readonly disabled: BooleanConstructor;
|
|
@@ -4997,8 +4993,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4997
4993
|
}>>, {
|
|
4998
4994
|
readonly disabled: boolean;
|
|
4999
4995
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
5000
|
-
readonly open: boolean;
|
|
5001
4996
|
readonly virtualTriggering: boolean;
|
|
4997
|
+
readonly open: boolean;
|
|
5002
4998
|
readonly triggerKeys: string[];
|
|
5003
4999
|
}>;
|
|
5004
5000
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5259,7 +5255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5259
5255
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5260
5256
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5261
5257
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5262
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5258
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5263
5259
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5264
5260
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5265
5261
|
}, {
|
|
@@ -5521,7 +5517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5521
5517
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5522
5518
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5523
5519
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5524
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5520
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5525
5521
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5526
5522
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5527
5523
|
}>> & {
|
|
@@ -5799,7 +5795,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5799
5795
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5800
5796
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5801
5797
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5802
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5798
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5803
5799
|
}, {
|
|
5804
5800
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5805
5801
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6048,7 +6044,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6048
6044
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6049
6045
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6050
6046
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6051
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6047
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6052
6048
|
}>> & {
|
|
6053
6049
|
onClose?: (() => any) | undefined;
|
|
6054
6050
|
onFocus?: (() => any) | undefined;
|
|
@@ -6406,7 +6402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6406
6402
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6407
6403
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6408
6404
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6409
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6405
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6410
6406
|
}>> & {
|
|
6411
6407
|
onClose?: (() => any) | undefined;
|
|
6412
6408
|
onFocus?: (() => any) | undefined;
|
|
@@ -6415,13 +6411,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6415
6411
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6416
6412
|
}, {
|
|
6417
6413
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6418
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6419
6414
|
readonly offset: number;
|
|
6420
6415
|
readonly effect: string;
|
|
6421
6416
|
readonly boundariesPadding: number;
|
|
6422
6417
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6423
6418
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6424
6419
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6420
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6425
6421
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6426
6422
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6427
6423
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6689,22 +6685,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6689
6685
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6690
6686
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6691
6687
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6692
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6688
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6693
6689
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6694
6690
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6695
6691
|
}>>, {
|
|
6696
6692
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6697
|
-
readonly showAfter: number;
|
|
6698
|
-
readonly hideAfter: number;
|
|
6699
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6700
6693
|
readonly offset: number;
|
|
6701
|
-
readonly content: string;
|
|
6702
|
-
readonly transition: string;
|
|
6703
6694
|
readonly effect: string;
|
|
6695
|
+
readonly showAfter: number;
|
|
6696
|
+
readonly hideAfter: number;
|
|
6704
6697
|
readonly boundariesPadding: number;
|
|
6705
6698
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6706
6699
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6707
6700
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6701
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6708
6702
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6709
6703
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6710
6704
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6713,7 +6707,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6713
6707
|
readonly pure: boolean;
|
|
6714
6708
|
readonly virtualTriggering: boolean;
|
|
6715
6709
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6710
|
+
readonly content: string;
|
|
6716
6711
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
|
+
readonly transition: string;
|
|
6717
6713
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6718
6714
|
readonly persistent: boolean;
|
|
6719
6715
|
}>;
|
|
@@ -6721,18 +6717,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6721
6717
|
disabled: boolean;
|
|
6722
6718
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
6723
6719
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6724
|
-
showAfter: number;
|
|
6725
|
-
hideAfter: number;
|
|
6726
|
-
open: boolean;
|
|
6727
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6728
6720
|
offset: number;
|
|
6729
|
-
content: string;
|
|
6730
|
-
transition: string;
|
|
6731
6721
|
effect: string;
|
|
6722
|
+
showAfter: number;
|
|
6723
|
+
hideAfter: number;
|
|
6732
6724
|
boundariesPadding: number;
|
|
6733
6725
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6734
6726
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6735
6727
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6728
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6736
6729
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6737
6730
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6738
6731
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6741,10 +6734,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6741
6734
|
pure: boolean;
|
|
6742
6735
|
virtualTriggering: boolean;
|
|
6743
6736
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6737
|
+
content: string;
|
|
6744
6738
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6739
|
+
transition: string;
|
|
6745
6740
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6746
6741
|
persistent: boolean;
|
|
6747
|
-
|
|
6742
|
+
open: boolean;
|
|
6743
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6748
6744
|
triggerKeys: string[];
|
|
6749
6745
|
arrowOffset: number;
|
|
6750
6746
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7074,7 +7070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7074
7070
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7075
7071
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7076
7072
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7077
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7073
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7078
7074
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7079
7075
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7080
7076
|
"onUpdate:visible": {
|
|
@@ -7083,7 +7079,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7083
7079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7084
7080
|
__epPropKey: true;
|
|
7085
7081
|
};
|
|
7086
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7082
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7087
7083
|
}>> & {
|
|
7088
7084
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7089
7085
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7393,7 +7389,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7393
7389
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7394
7390
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7395
7391
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7396
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7392
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7397
7393
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7398
7394
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7399
7395
|
"onUpdate:visible": {
|
|
@@ -7402,7 +7398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7402
7398
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7403
7399
|
__epPropKey: true;
|
|
7404
7400
|
};
|
|
7405
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7401
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7406
7402
|
}>> & {
|
|
7407
7403
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7408
7404
|
}>>;
|
|
@@ -7421,10 +7417,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7421
7417
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7422
7418
|
isFocusInsideContent: () => boolean | undefined;
|
|
7423
7419
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7424
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7420
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7425
7421
|
}, {
|
|
7426
7422
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7427
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7423
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7428
7424
|
}>> & {
|
|
7429
7425
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7430
7426
|
}>>;
|
|
@@ -7432,12 +7428,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7432
7428
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7433
7429
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7434
7430
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7435
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7431
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7436
7432
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7437
7433
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7438
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7434
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7439
7435
|
}>>, {
|
|
7440
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7441
7437
|
}>> & Record<string, any>;
|
|
7442
7438
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7443
7439
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7794,8 +7790,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7794
7790
|
readonly id: StringConstructor;
|
|
7795
7791
|
readonly open: BooleanConstructor;
|
|
7796
7792
|
}>>, {
|
|
7797
|
-
readonly open: boolean;
|
|
7798
7793
|
readonly virtualTriggering: boolean;
|
|
7794
|
+
readonly open: boolean;
|
|
7799
7795
|
}>;
|
|
7800
7796
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7801
7797
|
readonly disabled: BooleanConstructor;
|
|
@@ -7855,8 +7851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7855
7851
|
}>>, {
|
|
7856
7852
|
readonly disabled: boolean;
|
|
7857
7853
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
7858
|
-
readonly open: boolean;
|
|
7859
7854
|
readonly virtualTriggering: boolean;
|
|
7855
|
+
readonly open: boolean;
|
|
7860
7856
|
readonly triggerKeys: string[];
|
|
7861
7857
|
}>;
|
|
7862
7858
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8117,7 +8113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8117
8113
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8118
8114
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8119
8115
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8120
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8116
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8121
8117
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8122
8118
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8123
8119
|
}, {
|
|
@@ -8379,7 +8375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8379
8375
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8380
8376
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8381
8377
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8382
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8378
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8383
8379
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8384
8380
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8385
8381
|
}>> & {
|
|
@@ -8657,7 +8653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8657
8653
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8658
8654
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8659
8655
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8660
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8656
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8661
8657
|
}, {
|
|
8662
8658
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8663
8659
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8906,7 +8902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8906
8902
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8907
8903
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8908
8904
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8909
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8905
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8910
8906
|
}>> & {
|
|
8911
8907
|
onClose?: (() => any) | undefined;
|
|
8912
8908
|
onFocus?: (() => any) | undefined;
|
|
@@ -9264,7 +9260,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9264
9260
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9265
9261
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9266
9262
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9267
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9263
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9268
9264
|
}>> & {
|
|
9269
9265
|
onClose?: (() => any) | undefined;
|
|
9270
9266
|
onFocus?: (() => any) | undefined;
|
|
@@ -9273,13 +9269,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9273
9269
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9274
9270
|
}, {
|
|
9275
9271
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9276
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9277
9272
|
readonly offset: number;
|
|
9278
9273
|
readonly effect: string;
|
|
9279
9274
|
readonly boundariesPadding: number;
|
|
9280
9275
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9281
9276
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9282
9277
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9278
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9283
9279
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9284
9280
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9285
9281
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9547,22 +9543,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9547
9543
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9548
9544
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9549
9545
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9550
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9546
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9551
9547
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9552
9548
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9553
9549
|
}>>, {
|
|
9554
9550
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9555
|
-
readonly showAfter: number;
|
|
9556
|
-
readonly hideAfter: number;
|
|
9557
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9558
9551
|
readonly offset: number;
|
|
9559
|
-
readonly content: string;
|
|
9560
|
-
readonly transition: string;
|
|
9561
9552
|
readonly effect: string;
|
|
9553
|
+
readonly showAfter: number;
|
|
9554
|
+
readonly hideAfter: number;
|
|
9562
9555
|
readonly boundariesPadding: number;
|
|
9563
9556
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9564
9557
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9565
9558
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9559
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9566
9560
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9567
9561
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9568
9562
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9571,7 +9565,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9571
9565
|
readonly pure: boolean;
|
|
9572
9566
|
readonly virtualTriggering: boolean;
|
|
9573
9567
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9568
|
+
readonly content: string;
|
|
9574
9569
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
|
+
readonly transition: string;
|
|
9575
9571
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9576
9572
|
readonly persistent: boolean;
|
|
9577
9573
|
}>;
|
|
@@ -9635,8 +9631,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9635
9631
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9636
9632
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9637
9633
|
}>> & {
|
|
9638
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9639
9634
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9635
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9640
9636
|
}>>;
|
|
9641
9637
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9642
9638
|
ns: {
|
|
@@ -9683,8 +9679,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9683
9679
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9684
9680
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9685
9681
|
}>> & {
|
|
9686
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9687
9682
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9683
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9688
9684
|
}, {
|
|
9689
9685
|
readonly disabled: boolean;
|
|
9690
9686
|
readonly name: string;
|
|
@@ -10137,7 +10133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10137
10133
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10138
10134
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10139
10135
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10140
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10136
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10141
10137
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10142
10138
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10143
10139
|
"onUpdate:visible": {
|
|
@@ -10146,7 +10142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10146
10142
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10147
10143
|
__epPropKey: true;
|
|
10148
10144
|
};
|
|
10149
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10145
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10150
10146
|
}, {
|
|
10151
10147
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10152
10148
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10454,7 +10450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10454
10450
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10455
10451
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10456
10452
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10457
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10453
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10458
10454
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10459
10455
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10460
10456
|
"onUpdate:visible": {
|
|
@@ -10463,7 +10459,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10463
10459
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10464
10460
|
__epPropKey: true;
|
|
10465
10461
|
};
|
|
10466
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10462
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10467
10463
|
}>> & {
|
|
10468
10464
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10469
10465
|
}>>;
|
|
@@ -10482,10 +10478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10482
10478
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10483
10479
|
isFocusInsideContent: () => boolean | undefined;
|
|
10484
10480
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10485
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10481
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10486
10482
|
}, {
|
|
10487
10483
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10488
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10484
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10489
10485
|
}>> & {
|
|
10490
10486
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10491
10487
|
}>>;
|
|
@@ -10493,12 +10489,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10493
10489
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10494
10490
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10495
10491
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10496
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10492
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10497
10493
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10498
10494
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10499
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10495
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10500
10496
|
}>>, {
|
|
10501
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10497
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10502
10498
|
}>> & Record<string, any>;
|
|
10503
10499
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10504
10500
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10855,8 +10851,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10855
10851
|
readonly id: StringConstructor;
|
|
10856
10852
|
readonly open: BooleanConstructor;
|
|
10857
10853
|
}>>, {
|
|
10858
|
-
readonly open: boolean;
|
|
10859
10854
|
readonly virtualTriggering: boolean;
|
|
10855
|
+
readonly open: boolean;
|
|
10860
10856
|
}>;
|
|
10861
10857
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10862
10858
|
readonly disabled: BooleanConstructor;
|
|
@@ -10916,8 +10912,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10916
10912
|
}>>, {
|
|
10917
10913
|
readonly disabled: boolean;
|
|
10918
10914
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
10919
|
-
readonly open: boolean;
|
|
10920
10915
|
readonly virtualTriggering: boolean;
|
|
10916
|
+
readonly open: boolean;
|
|
10921
10917
|
readonly triggerKeys: string[];
|
|
10922
10918
|
}>;
|
|
10923
10919
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11178,7 +11174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11178
11174
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11179
11175
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11180
11176
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11181
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11177
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11182
11178
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11183
11179
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11184
11180
|
}, {
|
|
@@ -11440,7 +11436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11440
11436
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11441
11437
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11442
11438
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11443
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11439
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11444
11440
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11445
11441
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11446
11442
|
}>> & {
|
|
@@ -11718,7 +11714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11718
11714
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11719
11715
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11720
11716
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11721
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11717
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11722
11718
|
}, {
|
|
11723
11719
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11724
11720
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11967,7 +11963,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11967
11963
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11968
11964
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11969
11965
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11970
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11966
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11971
11967
|
}>> & {
|
|
11972
11968
|
onClose?: (() => any) | undefined;
|
|
11973
11969
|
onFocus?: (() => any) | undefined;
|
|
@@ -12325,7 +12321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12325
12321
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12326
12322
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12327
12323
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12328
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12324
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12329
12325
|
}>> & {
|
|
12330
12326
|
onClose?: (() => any) | undefined;
|
|
12331
12327
|
onFocus?: (() => any) | undefined;
|
|
@@ -12334,13 +12330,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12334
12330
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12335
12331
|
}, {
|
|
12336
12332
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12337
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12338
12333
|
readonly offset: number;
|
|
12339
12334
|
readonly effect: string;
|
|
12340
12335
|
readonly boundariesPadding: number;
|
|
12341
12336
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12342
12337
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12343
12338
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12339
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12344
12340
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12345
12341
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12346
12342
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12608,22 +12604,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12608
12604
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12609
12605
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12610
12606
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12611
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12607
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12612
12608
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12613
12609
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12614
12610
|
}>>, {
|
|
12615
12611
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12616
|
-
readonly showAfter: number;
|
|
12617
|
-
readonly hideAfter: number;
|
|
12618
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12619
12612
|
readonly offset: number;
|
|
12620
|
-
readonly content: string;
|
|
12621
|
-
readonly transition: string;
|
|
12622
12613
|
readonly effect: string;
|
|
12614
|
+
readonly showAfter: number;
|
|
12615
|
+
readonly hideAfter: number;
|
|
12623
12616
|
readonly boundariesPadding: number;
|
|
12624
12617
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12625
12618
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12626
12619
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12620
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12627
12621
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12628
12622
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12629
12623
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12632,7 +12626,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12632
12626
|
readonly pure: boolean;
|
|
12633
12627
|
readonly virtualTriggering: boolean;
|
|
12634
12628
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12629
|
+
readonly content: string;
|
|
12635
12630
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12631
|
+
readonly transition: string;
|
|
12636
12632
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12637
12633
|
readonly persistent: boolean;
|
|
12638
12634
|
}>;
|
|
@@ -12942,7 +12938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12942
12938
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12943
12939
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12944
12940
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12945
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12941
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12946
12942
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12947
12943
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12948
12944
|
"onUpdate:visible": {
|
|
@@ -12951,25 +12947,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12951
12947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12952
12948
|
__epPropKey: true;
|
|
12953
12949
|
};
|
|
12954
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12950
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12955
12951
|
}>> & {
|
|
12956
12952
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12957
12953
|
}, {
|
|
12958
12954
|
disabled: boolean;
|
|
12959
12955
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("element-plus-secondary/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
12960
12956
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12961
|
-
showAfter: number;
|
|
12962
|
-
hideAfter: number;
|
|
12963
|
-
open: boolean;
|
|
12964
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12965
12957
|
offset: number;
|
|
12966
|
-
content: string;
|
|
12967
|
-
transition: string;
|
|
12968
12958
|
effect: string;
|
|
12959
|
+
showAfter: number;
|
|
12960
|
+
hideAfter: number;
|
|
12969
12961
|
boundariesPadding: number;
|
|
12970
12962
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12971
12963
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12972
12964
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12965
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12973
12966
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12974
12967
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12975
12968
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12978,10 +12971,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12978
12971
|
pure: boolean;
|
|
12979
12972
|
virtualTriggering: boolean;
|
|
12980
12973
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12974
|
+
content: string;
|
|
12981
12975
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12976
|
+
transition: string;
|
|
12982
12977
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12983
12978
|
persistent: boolean;
|
|
12984
|
-
|
|
12979
|
+
open: boolean;
|
|
12980
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12985
12981
|
triggerKeys: string[];
|
|
12986
12982
|
arrowOffset: number;
|
|
12987
12983
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13142,12 +13138,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13142
13138
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13143
13139
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13144
13140
|
}>> & {
|
|
13145
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13146
13141
|
onChange?: ((value: string) => any) | undefined;
|
|
13147
|
-
|
|
13142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13148
13143
|
onInput?: ((value: string) => any) | undefined;
|
|
13149
13144
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13150
13145
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13146
|
+
onClear?: (() => any) | undefined;
|
|
13151
13147
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13152
13148
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13153
13149
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13409,12 +13405,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13409
13405
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13410
13406
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13411
13407
|
}>> & {
|
|
13412
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13413
13408
|
onChange?: ((value: string) => any) | undefined;
|
|
13414
|
-
|
|
13409
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13415
13410
|
onInput?: ((value: string) => any) | undefined;
|
|
13416
13411
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13417
13412
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13413
|
+
onClear?: (() => any) | undefined;
|
|
13418
13414
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13419
13415
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13420
13416
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13541,8 +13537,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13541
13537
|
};
|
|
13542
13538
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13543
13539
|
}>> & {
|
|
13544
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13545
13540
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13541
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13546
13542
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13547
13543
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13548
13544
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13665,12 +13661,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13665
13661
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13666
13662
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13667
13663
|
}>> & {
|
|
13668
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13669
13664
|
onChange?: ((value: string) => any) | undefined;
|
|
13670
|
-
|
|
13665
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13671
13666
|
onInput?: ((value: string) => any) | undefined;
|
|
13672
13667
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13673
13668
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13669
|
+
onClear?: (() => any) | undefined;
|
|
13674
13670
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13675
13671
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13676
13672
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13769,12 +13765,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13769
13765
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13770
13766
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13771
13767
|
}>> & {
|
|
13772
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13773
13768
|
onChange?: ((value: string) => any) | undefined;
|
|
13774
|
-
|
|
13769
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13775
13770
|
onInput?: ((value: string) => any) | undefined;
|
|
13776
13771
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13777
13772
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13773
|
+
onClear?: (() => any) | undefined;
|
|
13778
13774
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13779
13775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13780
13776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13860,12 +13856,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13860
13856
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13861
13857
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13862
13858
|
}>> & {
|
|
13863
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13864
13859
|
onChange?: ((value: string) => any) | undefined;
|
|
13865
|
-
|
|
13860
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13866
13861
|
onInput?: ((value: string) => any) | undefined;
|
|
13867
13862
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13868
13863
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13864
|
+
onClear?: (() => any) | undefined;
|
|
13869
13865
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13870
13866
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13871
13867
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14164,12 +14160,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14164
14160
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14165
14161
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14166
14162
|
}>> & {
|
|
14167
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14168
14163
|
onChange?: ((value: string) => any) | undefined;
|
|
14169
|
-
|
|
14164
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14170
14165
|
onInput?: ((value: string) => any) | undefined;
|
|
14171
14166
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14172
14167
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14168
|
+
onClear?: (() => any) | undefined;
|
|
14173
14169
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14174
14170
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14175
14171
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14255,12 +14251,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14255
14251
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14256
14252
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14257
14253
|
}>> & {
|
|
14258
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14259
14254
|
onChange?: ((value: string) => any) | undefined;
|
|
14260
|
-
|
|
14255
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14261
14256
|
onInput?: ((value: string) => any) | undefined;
|
|
14262
14257
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14263
14258
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14259
|
+
onClear?: (() => any) | undefined;
|
|
14264
14260
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14265
14261
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14266
14262
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14613,12 +14609,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14613
14609
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14614
14610
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14615
14611
|
}>> & {
|
|
14616
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14617
14612
|
onChange?: ((value: string) => any) | undefined;
|
|
14618
|
-
|
|
14613
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14619
14614
|
onInput?: ((value: string) => any) | undefined;
|
|
14620
14615
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14621
14616
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14617
|
+
onClear?: (() => any) | undefined;
|
|
14622
14618
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14623
14619
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14624
14620
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14880,12 +14876,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14880
14876
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14881
14877
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14882
14878
|
}>> & {
|
|
14883
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14884
14879
|
onChange?: ((value: string) => any) | undefined;
|
|
14885
|
-
|
|
14880
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14886
14881
|
onInput?: ((value: string) => any) | undefined;
|
|
14887
14882
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14888
14883
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14884
|
+
onClear?: (() => any) | undefined;
|
|
14889
14885
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14890
14886
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14891
14887
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14974,8 +14970,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14974
14970
|
};
|
|
14975
14971
|
}>>, {}>> & Record<string, any>;
|
|
14976
14972
|
vRepeatClick: import("vue").ObjectDirective<HTMLElement, import("../../../directives/repeat-click").RepeatClickOptions | ((...args: unknown[]) => unknown)>;
|
|
14977
|
-
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14978
|
-
ArrowUp: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14979
14973
|
Minus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14980
14974
|
Plus: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
14981
14975
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -15014,8 +15008,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15014
15008
|
};
|
|
15015
15009
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15016
15010
|
}>> & {
|
|
15017
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15018
15011
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15012
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15019
15013
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15020
15014
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15021
15015
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15196,8 +15190,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15196
15190
|
};
|
|
15197
15191
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15198
15192
|
}>> & {
|
|
15199
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15200
15193
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15194
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15201
15195
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15202
15196
|
}, {
|
|
15203
15197
|
readonly disabled: boolean;
|