element-plus-secondary 0.6.3 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete2.mjs +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 +1 -1
- package/es/components/button/src/button-group.mjs +31 -6
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +6 -31
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +131 -18
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +18 -131
- package/es/components/calendar/src/calendar2.mjs.map +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.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +19 -97
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +97 -19
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -151
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +54 -408
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/es/components/color-picker/src/color-picker2.mjs +408 -54
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/es/components/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 +2 -2
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +87 -87
- 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.mjs +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/dropdown/src/dropdown2.mjs +2 -2
- 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-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +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/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +28 -28
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +442 -116
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input/src/input2.mjs +116 -442
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +49 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +21 -49
- 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/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.mjs +9 -60
- 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 +60 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +208 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -208
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +77 -65
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +49 -111
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm2.mjs +111 -49
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +105 -105
- package/es/components/popover/src/popover.mjs +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +4 -4
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +29 -63
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +63 -29
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/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 +77 -65
- package/es/components/select/src/option.mjs +9 -3
- package/es/components/select/src/option.mjs.map +1 -1
- package/es/components/select/src/option.vue.d.ts +7 -0
- package/es/components/select/src/select.mjs +10 -5
- package/es/components/select/src/select.mjs.map +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/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.mjs +1 -0
- package/es/components/select-v2/src/select.mjs.map +1 -1
- 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/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +178 -178
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +32 -32
- package/es/components/slider/src/composables/use-slide.d.ts +128 -128
- package/es/components/slider/src/slider.mjs +95 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +178 -178
- package/es/components/slider/src/slider2.mjs +233 -95
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +4 -4
- package/es/components/steps/src/item.mjs +20 -194
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +194 -20
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +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 +73 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +13 -73
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +44 -18
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +18 -44
- 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.mjs +14 -1
- package/es/components/time-picker/src/common/picker.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +105 -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 +304 -268
- package/es/components/time-select/src/time-select.vue.d.ts +152 -134
- 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.mjs +39 -167
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/content2.mjs +167 -39
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- 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.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +50 -113
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +113 -50
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/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/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/tree/index.d.ts +16 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.mjs +7 -2
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.vue.d.ts +9 -2
- package/es/components/tree-select/src/tree-select-option.d.ts +36 -0
- 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 +3 -3
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +2 -2
- package/es/components/upload/src/upload-dragger.mjs +11 -70
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +70 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +28 -28
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete2.js +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 +1 -1
- package/lib/components/button/src/button-group.js +31 -6
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +6 -31
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +131 -19
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +19 -131
- package/lib/components/calendar/src/calendar2.js.map +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.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +19 -97
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +97 -19
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -151
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +54 -406
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -151
- package/lib/components/color-picker/src/color-picker2.js +406 -54
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/lib/components/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 +2 -2
- 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-com/panel-year-range.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +87 -87
- 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.js +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown2.js +2 -2
- 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-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +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/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +28 -28
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +441 -116
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input/src/input2.js +116 -441
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +49 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +22 -49
- 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/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.js +9 -60
- 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 +60 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +208 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -208
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +77 -65
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +49 -111
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm2.js +111 -49
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +105 -105
- package/lib/components/popover/src/popover.js +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +31 -63
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +63 -31
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/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 +77 -65
- package/lib/components/select/src/option.js +8 -2
- package/lib/components/select/src/option.js.map +1 -1
- package/lib/components/select/src/option.vue.d.ts +7 -0
- package/lib/components/select/src/select.js +10 -5
- package/lib/components/select/src/select.js.map +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/defaults.js +1 -1
- package/lib/components/select-v2/src/select.js +1 -0
- package/lib/components/select-v2/src/select.js.map +1 -1
- 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/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +178 -178
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +32 -32
- package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
- package/lib/components/slider/src/slider.js +96 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +178 -178
- package/lib/components/slider/src/slider2.js +233 -96
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +4 -4
- package/lib/components/steps/src/item.js +20 -194
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +194 -20
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +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 +73 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +13 -73
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +44 -18
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +18 -44
- 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.js +14 -1
- package/lib/components/time-picker/src/common/picker.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +105 -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 +304 -268
- package/lib/components/time-select/src/time-select.vue.d.ts +152 -134
- 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.js +39 -167
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/content2.js +167 -39
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- 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.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +50 -113
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +113 -50
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/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/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/tree/index.d.ts +16 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.js +6 -1
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +9 -2
- package/lib/components/tree-select/src/tree-select-option.d.ts +36 -0
- 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 +3 -3
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +2 -2
- package/lib/components/upload/src/upload-dragger.js +12 -70
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +70 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +28 -28
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/el-input-number.css +1 -1
- package/theme-chalk/el-select-dropdown.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/el-tag.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +3 -3
- package/theme-chalk/src/input-number.scss +2 -2
- package/theme-chalk/src/select-dropdown.scss +4 -4
- package/theme-chalk/src/select.scss +8 -0
- package/theme-chalk/src/tag.scss +4 -0
- package/theme-chalk/src/tree.scss +1 -1
|
@@ -66,6 +66,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
hitState: boolean;
|
|
67
67
|
hover: boolean;
|
|
68
68
|
};
|
|
69
|
+
customStyle: import("../../../utils").CustomStyle;
|
|
70
|
+
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
71
|
+
color?: string | undefined;
|
|
72
|
+
backgroundColor?: string | undefined;
|
|
73
|
+
borderColor?: string | undefined;
|
|
74
|
+
};
|
|
69
75
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
76
|
value: {
|
|
71
77
|
required: true;
|
|
@@ -104,8 +110,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
110
|
readonly prefixIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => 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<{}>>, {}>, boolean>;
|
|
105
111
|
readonly clearIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => 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<{}>>, {}>, boolean>;
|
|
106
112
|
}>> & {
|
|
107
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
113
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
114
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
109
115
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
110
116
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
111
117
|
}>>;
|
|
@@ -296,15 +302,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
302
|
disabled: boolean;
|
|
297
303
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
298
304
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
299
|
-
offset: number;
|
|
300
|
-
effect: string;
|
|
301
305
|
showAfter: number;
|
|
302
306
|
hideAfter: number;
|
|
307
|
+
open: boolean;
|
|
308
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
309
|
+
offset: number;
|
|
310
|
+
content: string;
|
|
311
|
+
transition: string;
|
|
312
|
+
effect: string;
|
|
303
313
|
boundariesPadding: number;
|
|
304
314
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
305
315
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
306
316
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
307
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
308
317
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
309
318
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
310
319
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -313,13 +322,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
313
322
|
pure: boolean;
|
|
314
323
|
virtualTriggering: boolean;
|
|
315
324
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
316
|
-
content: string;
|
|
317
325
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
318
|
-
transition: string;
|
|
319
326
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
320
327
|
persistent: boolean;
|
|
321
|
-
|
|
322
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
328
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
323
329
|
triggerKeys: string[];
|
|
324
330
|
arrowOffset: number;
|
|
325
331
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -629,7 +635,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
629
635
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
630
636
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
631
637
|
popperOptions: import("../../../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>;
|
|
632
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
638
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
633
639
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
634
640
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
635
641
|
"onUpdate:visible": {
|
|
@@ -638,10 +644,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
638
644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
645
|
__epPropKey: true;
|
|
640
646
|
};
|
|
641
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
647
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
642
648
|
}>> & {
|
|
643
649
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
644
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
650
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
645
651
|
$attrs: {
|
|
646
652
|
[x: string]: unknown;
|
|
647
653
|
};
|
|
@@ -961,7 +967,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
961
967
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
962
968
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
963
969
|
popperOptions: import("../../../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>;
|
|
964
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
970
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
965
971
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
966
972
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
967
973
|
"onUpdate:visible": {
|
|
@@ -970,7 +976,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
970
976
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
971
977
|
__epPropKey: true;
|
|
972
978
|
};
|
|
973
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
979
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
974
980
|
}>> & {
|
|
975
981
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
976
982
|
}, {
|
|
@@ -1280,7 +1286,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1280
1286
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1281
1287
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
1282
1288
|
popperOptions: import("../../../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>;
|
|
1283
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1289
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
1284
1290
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1285
1291
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1286
1292
|
"onUpdate:visible": {
|
|
@@ -1289,7 +1295,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1289
1295
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1290
1296
|
__epPropKey: true;
|
|
1291
1297
|
};
|
|
1292
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1298
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1293
1299
|
}>> & {
|
|
1294
1300
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1295
1301
|
}>>;
|
|
@@ -1308,10 +1314,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1308
1314
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1309
1315
|
isFocusInsideContent: () => boolean | undefined;
|
|
1310
1316
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1311
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1317
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1312
1318
|
}, {
|
|
1313
1319
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1314
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1320
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1315
1321
|
}>> & {
|
|
1316
1322
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1317
1323
|
}>>;
|
|
@@ -1319,12 +1325,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1319
1325
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1320
1326
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1321
1327
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1322
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1328
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
1323
1329
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
1324
1330
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1325
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1331
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1326
1332
|
}>>, {
|
|
1327
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1333
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
1328
1334
|
}>> & Record<string, any>;
|
|
1329
1335
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1330
1336
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1681,8 +1687,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1681
1687
|
readonly id: StringConstructor;
|
|
1682
1688
|
readonly open: BooleanConstructor;
|
|
1683
1689
|
}>>, {
|
|
1684
|
-
readonly virtualTriggering: boolean;
|
|
1685
1690
|
readonly open: boolean;
|
|
1691
|
+
readonly virtualTriggering: boolean;
|
|
1686
1692
|
}>;
|
|
1687
1693
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1688
1694
|
readonly disabled: BooleanConstructor;
|
|
@@ -1742,8 +1748,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1742
1748
|
}>>, {
|
|
1743
1749
|
readonly disabled: boolean;
|
|
1744
1750
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
1745
|
-
readonly virtualTriggering: boolean;
|
|
1746
1751
|
readonly open: boolean;
|
|
1752
|
+
readonly virtualTriggering: boolean;
|
|
1747
1753
|
readonly triggerKeys: string[];
|
|
1748
1754
|
}>;
|
|
1749
1755
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -2004,7 +2010,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2004
2010
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2005
2011
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2006
2012
|
readonly popperOptions: import("../../../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>;
|
|
2007
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2013
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2008
2014
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2009
2015
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2010
2016
|
}, {
|
|
@@ -2266,7 +2272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2266
2272
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2267
2273
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2268
2274
|
readonly popperOptions: import("../../../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>;
|
|
2269
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2275
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2270
2276
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2271
2277
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2272
2278
|
}>> & {
|
|
@@ -2544,7 +2550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2544
2550
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2545
2551
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2546
2552
|
readonly popperOptions: import("../../../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>;
|
|
2547
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2553
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2548
2554
|
}, {
|
|
2549
2555
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2550
2556
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2793,7 +2799,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2793
2799
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
2794
2800
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
2795
2801
|
readonly popperOptions: import("../../../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>;
|
|
2796
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2802
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
2797
2803
|
}>> & {
|
|
2798
2804
|
onClose?: (() => any) | undefined;
|
|
2799
2805
|
onFocus?: (() => any) | undefined;
|
|
@@ -3151,7 +3157,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3151
3157
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3152
3158
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3153
3159
|
readonly popperOptions: import("../../../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>;
|
|
3154
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3160
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3155
3161
|
}>> & {
|
|
3156
3162
|
onClose?: (() => any) | undefined;
|
|
3157
3163
|
onFocus?: (() => any) | undefined;
|
|
@@ -3160,13 +3166,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3160
3166
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3161
3167
|
}, {
|
|
3162
3168
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3169
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3163
3170
|
readonly offset: number;
|
|
3164
3171
|
readonly effect: string;
|
|
3165
3172
|
readonly boundariesPadding: number;
|
|
3166
3173
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3167
3174
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3168
3175
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3169
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3170
3176
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3171
3177
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3172
3178
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3434,20 +3440,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3434
3440
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3435
3441
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3436
3442
|
readonly popperOptions: import("../../../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>;
|
|
3437
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3443
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3438
3444
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3439
3445
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3440
3446
|
}>>, {
|
|
3441
3447
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3442
|
-
readonly offset: number;
|
|
3443
|
-
readonly effect: string;
|
|
3444
3448
|
readonly showAfter: number;
|
|
3445
3449
|
readonly hideAfter: number;
|
|
3450
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3451
|
+
readonly offset: number;
|
|
3452
|
+
readonly content: string;
|
|
3453
|
+
readonly transition: string;
|
|
3454
|
+
readonly effect: string;
|
|
3446
3455
|
readonly boundariesPadding: number;
|
|
3447
3456
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3448
3457
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3449
3458
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3450
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3451
3459
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3452
3460
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3453
3461
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3456,9 +3464,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3456
3464
|
readonly pure: boolean;
|
|
3457
3465
|
readonly virtualTriggering: boolean;
|
|
3458
3466
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3459
|
-
readonly content: string;
|
|
3460
3467
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3461
|
-
readonly transition: string;
|
|
3462
3468
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3463
3469
|
readonly persistent: boolean;
|
|
3464
3470
|
}>;
|
|
@@ -3466,15 +3472,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3466
3472
|
disabled: boolean;
|
|
3467
3473
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3468
3474
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3469
|
-
offset: number;
|
|
3470
|
-
effect: string;
|
|
3471
3475
|
showAfter: number;
|
|
3472
3476
|
hideAfter: number;
|
|
3477
|
+
open: boolean;
|
|
3478
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3479
|
+
offset: number;
|
|
3480
|
+
content: string;
|
|
3481
|
+
transition: string;
|
|
3482
|
+
effect: string;
|
|
3473
3483
|
boundariesPadding: number;
|
|
3474
3484
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3475
3485
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3476
3486
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3477
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3478
3487
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3479
3488
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3480
3489
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3483,13 +3492,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3483
3492
|
pure: boolean;
|
|
3484
3493
|
virtualTriggering: boolean;
|
|
3485
3494
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3486
|
-
content: string;
|
|
3487
3495
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3488
|
-
transition: string;
|
|
3489
3496
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3490
3497
|
persistent: boolean;
|
|
3491
|
-
|
|
3492
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3498
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3493
3499
|
triggerKeys: string[];
|
|
3494
3500
|
arrowOffset: number;
|
|
3495
3501
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3819,7 +3825,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3819
3825
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3820
3826
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3821
3827
|
popperOptions: import("../../../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>;
|
|
3822
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3828
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3823
3829
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3824
3830
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3825
3831
|
"onUpdate:visible": {
|
|
@@ -3828,7 +3834,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3828
3834
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3829
3835
|
__epPropKey: true;
|
|
3830
3836
|
};
|
|
3831
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3837
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3832
3838
|
}>> & {
|
|
3833
3839
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3834
3840
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4138,7 +4144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4138
4144
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4139
4145
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4140
4146
|
popperOptions: import("../../../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>;
|
|
4141
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4147
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4142
4148
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4143
4149
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4144
4150
|
"onUpdate:visible": {
|
|
@@ -4147,7 +4153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4147
4153
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4148
4154
|
__epPropKey: true;
|
|
4149
4155
|
};
|
|
4150
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4156
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4151
4157
|
}>> & {
|
|
4152
4158
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4153
4159
|
}>>;
|
|
@@ -4166,10 +4172,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4166
4172
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4167
4173
|
isFocusInsideContent: () => boolean | undefined;
|
|
4168
4174
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4169
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4175
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4170
4176
|
}, {
|
|
4171
4177
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4172
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4178
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4173
4179
|
}>> & {
|
|
4174
4180
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4175
4181
|
}>>;
|
|
@@ -4177,12 +4183,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4177
4183
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4178
4184
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4179
4185
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4180
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4186
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4181
4187
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
4182
4188
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4183
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4189
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4184
4190
|
}>>, {
|
|
4185
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4191
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4186
4192
|
}>> & Record<string, any>;
|
|
4187
4193
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4188
4194
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4539,8 +4545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4539
4545
|
readonly id: StringConstructor;
|
|
4540
4546
|
readonly open: BooleanConstructor;
|
|
4541
4547
|
}>>, {
|
|
4542
|
-
readonly virtualTriggering: boolean;
|
|
4543
4548
|
readonly open: boolean;
|
|
4549
|
+
readonly virtualTriggering: boolean;
|
|
4544
4550
|
}>;
|
|
4545
4551
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4546
4552
|
readonly disabled: BooleanConstructor;
|
|
@@ -4600,8 +4606,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4600
4606
|
}>>, {
|
|
4601
4607
|
readonly disabled: boolean;
|
|
4602
4608
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4603
|
-
readonly virtualTriggering: boolean;
|
|
4604
4609
|
readonly open: boolean;
|
|
4610
|
+
readonly virtualTriggering: boolean;
|
|
4605
4611
|
readonly triggerKeys: string[];
|
|
4606
4612
|
}>;
|
|
4607
4613
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -4862,7 +4868,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4862
4868
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4863
4869
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4864
4870
|
readonly popperOptions: import("../../../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>;
|
|
4865
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4871
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4866
4872
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4867
4873
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4868
4874
|
}, {
|
|
@@ -5124,7 +5130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5124
5130
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5125
5131
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5126
5132
|
readonly popperOptions: import("../../../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>;
|
|
5127
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5133
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5128
5134
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5129
5135
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5130
5136
|
}>> & {
|
|
@@ -5402,7 +5408,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5402
5408
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5403
5409
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5404
5410
|
readonly popperOptions: import("../../../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>;
|
|
5405
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5411
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5406
5412
|
}, {
|
|
5407
5413
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5408
5414
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5651,7 +5657,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5651
5657
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5652
5658
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5653
5659
|
readonly popperOptions: import("../../../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>;
|
|
5654
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5660
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5655
5661
|
}>> & {
|
|
5656
5662
|
onClose?: (() => any) | undefined;
|
|
5657
5663
|
onFocus?: (() => any) | undefined;
|
|
@@ -6009,7 +6015,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6009
6015
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6010
6016
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6011
6017
|
readonly popperOptions: import("../../../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>;
|
|
6012
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6018
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6013
6019
|
}>> & {
|
|
6014
6020
|
onClose?: (() => any) | undefined;
|
|
6015
6021
|
onFocus?: (() => any) | undefined;
|
|
@@ -6018,13 +6024,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6018
6024
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6019
6025
|
}, {
|
|
6020
6026
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6027
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6021
6028
|
readonly offset: number;
|
|
6022
6029
|
readonly effect: string;
|
|
6023
6030
|
readonly boundariesPadding: number;
|
|
6024
6031
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6025
6032
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6026
6033
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6027
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6028
6034
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6029
6035
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6030
6036
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6292,20 +6298,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6292
6298
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6293
6299
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6294
6300
|
readonly popperOptions: import("../../../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>;
|
|
6295
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6301
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6296
6302
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6297
6303
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6298
6304
|
}>>, {
|
|
6299
6305
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6300
|
-
readonly offset: number;
|
|
6301
|
-
readonly effect: string;
|
|
6302
6306
|
readonly showAfter: number;
|
|
6303
6307
|
readonly hideAfter: number;
|
|
6308
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6309
|
+
readonly offset: number;
|
|
6310
|
+
readonly content: string;
|
|
6311
|
+
readonly transition: string;
|
|
6312
|
+
readonly effect: string;
|
|
6304
6313
|
readonly boundariesPadding: number;
|
|
6305
6314
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6306
6315
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6307
6316
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6308
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6309
6317
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6310
6318
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6311
6319
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6314,9 +6322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6314
6322
|
readonly pure: boolean;
|
|
6315
6323
|
readonly virtualTriggering: boolean;
|
|
6316
6324
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6317
|
-
readonly content: string;
|
|
6318
6325
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6319
|
-
readonly transition: string;
|
|
6320
6326
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6321
6327
|
readonly persistent: boolean;
|
|
6322
6328
|
}>;
|
|
@@ -6455,11 +6461,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6455
6461
|
default: string;
|
|
6456
6462
|
};
|
|
6457
6463
|
}>> & {
|
|
6458
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6459
6464
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6465
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
6466
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
6460
6467
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6461
6468
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6462
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
6463
6469
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6464
6470
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
6465
6471
|
}, {
|
|
@@ -6538,6 +6544,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6538
6544
|
hitState: boolean;
|
|
6539
6545
|
hover: boolean;
|
|
6540
6546
|
};
|
|
6547
|
+
customStyle: import("../../../utils").CustomStyle;
|
|
6548
|
+
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
6549
|
+
color?: string | undefined;
|
|
6550
|
+
backgroundColor?: string | undefined;
|
|
6551
|
+
borderColor?: string | undefined;
|
|
6552
|
+
};
|
|
6541
6553
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6542
6554
|
value: {
|
|
6543
6555
|
required: true;
|
|
@@ -6771,15 +6783,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6771
6783
|
disabled: boolean;
|
|
6772
6784
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
6773
6785
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6774
|
-
offset: number;
|
|
6775
|
-
effect: string;
|
|
6776
6786
|
showAfter: number;
|
|
6777
6787
|
hideAfter: number;
|
|
6788
|
+
open: boolean;
|
|
6789
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6790
|
+
offset: number;
|
|
6791
|
+
content: string;
|
|
6792
|
+
transition: string;
|
|
6793
|
+
effect: string;
|
|
6778
6794
|
boundariesPadding: number;
|
|
6779
6795
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6780
6796
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6781
6797
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6782
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6783
6798
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6784
6799
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6785
6800
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6788,13 +6803,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6788
6803
|
pure: boolean;
|
|
6789
6804
|
virtualTriggering: boolean;
|
|
6790
6805
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6791
|
-
content: string;
|
|
6792
6806
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6793
|
-
transition: string;
|
|
6794
6807
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6795
6808
|
persistent: boolean;
|
|
6796
|
-
|
|
6797
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6809
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6798
6810
|
triggerKeys: string[];
|
|
6799
6811
|
arrowOffset: number;
|
|
6800
6812
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7104,7 +7116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7104
7116
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7105
7117
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7106
7118
|
popperOptions: import("../../../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>;
|
|
7107
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7119
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7108
7120
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7109
7121
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7110
7122
|
"onUpdate:visible": {
|
|
@@ -7113,10 +7125,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7113
7125
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7114
7126
|
__epPropKey: true;
|
|
7115
7127
|
};
|
|
7116
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7128
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7117
7129
|
}>> & {
|
|
7118
7130
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7119
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
7131
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
7120
7132
|
$attrs: {
|
|
7121
7133
|
[x: string]: unknown;
|
|
7122
7134
|
};
|
|
@@ -7436,7 +7448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7436
7448
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7437
7449
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7438
7450
|
popperOptions: import("../../../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>;
|
|
7439
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7451
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7440
7452
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7441
7453
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7442
7454
|
"onUpdate:visible": {
|
|
@@ -7445,7 +7457,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7445
7457
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7446
7458
|
__epPropKey: true;
|
|
7447
7459
|
};
|
|
7448
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7460
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7449
7461
|
}>> & {
|
|
7450
7462
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7451
7463
|
}, {
|
|
@@ -7755,7 +7767,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7755
7767
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7756
7768
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7757
7769
|
popperOptions: import("../../../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>;
|
|
7758
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7770
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7759
7771
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7760
7772
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7761
7773
|
"onUpdate:visible": {
|
|
@@ -7764,7 +7776,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7764
7776
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7765
7777
|
__epPropKey: true;
|
|
7766
7778
|
};
|
|
7767
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7779
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7768
7780
|
}>> & {
|
|
7769
7781
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7770
7782
|
}>>;
|
|
@@ -7783,10 +7795,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7783
7795
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7784
7796
|
isFocusInsideContent: () => boolean | undefined;
|
|
7785
7797
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7786
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7798
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7787
7799
|
}, {
|
|
7788
7800
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7789
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7801
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7790
7802
|
}>> & {
|
|
7791
7803
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7792
7804
|
}>>;
|
|
@@ -7794,12 +7806,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7794
7806
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7795
7807
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7796
7808
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7797
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7809
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7798
7810
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
7799
7811
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7800
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7812
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7801
7813
|
}>>, {
|
|
7802
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7814
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7803
7815
|
}>> & Record<string, any>;
|
|
7804
7816
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7805
7817
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8156,8 +8168,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8156
8168
|
readonly id: StringConstructor;
|
|
8157
8169
|
readonly open: BooleanConstructor;
|
|
8158
8170
|
}>>, {
|
|
8159
|
-
readonly virtualTriggering: boolean;
|
|
8160
8171
|
readonly open: boolean;
|
|
8172
|
+
readonly virtualTriggering: boolean;
|
|
8161
8173
|
}>;
|
|
8162
8174
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8163
8175
|
readonly disabled: BooleanConstructor;
|
|
@@ -8217,8 +8229,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8217
8229
|
}>>, {
|
|
8218
8230
|
readonly disabled: boolean;
|
|
8219
8231
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
8220
|
-
readonly virtualTriggering: boolean;
|
|
8221
8232
|
readonly open: boolean;
|
|
8233
|
+
readonly virtualTriggering: boolean;
|
|
8222
8234
|
readonly triggerKeys: string[];
|
|
8223
8235
|
}>;
|
|
8224
8236
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8479,7 +8491,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8479
8491
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8480
8492
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8481
8493
|
readonly popperOptions: import("../../../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>;
|
|
8482
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8494
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8483
8495
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8484
8496
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8485
8497
|
}, {
|
|
@@ -8741,7 +8753,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8741
8753
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8742
8754
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8743
8755
|
readonly popperOptions: import("../../../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>;
|
|
8744
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
8756
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8745
8757
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8746
8758
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8747
8759
|
}>> & {
|
|
@@ -9019,7 +9031,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9019
9031
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9020
9032
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9021
9033
|
readonly popperOptions: import("../../../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>;
|
|
9022
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9034
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9023
9035
|
}, {
|
|
9024
9036
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
9025
9037
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9268,7 +9280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9268
9280
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9269
9281
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9270
9282
|
readonly popperOptions: import("../../../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>;
|
|
9271
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9283
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9272
9284
|
}>> & {
|
|
9273
9285
|
onClose?: (() => any) | undefined;
|
|
9274
9286
|
onFocus?: (() => any) | undefined;
|
|
@@ -9626,7 +9638,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9626
9638
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9627
9639
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9628
9640
|
readonly popperOptions: import("../../../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>;
|
|
9629
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9641
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9630
9642
|
}>> & {
|
|
9631
9643
|
onClose?: (() => any) | undefined;
|
|
9632
9644
|
onFocus?: (() => any) | undefined;
|
|
@@ -9635,13 +9647,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9635
9647
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9636
9648
|
}, {
|
|
9637
9649
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9650
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9638
9651
|
readonly offset: number;
|
|
9639
9652
|
readonly effect: string;
|
|
9640
9653
|
readonly boundariesPadding: number;
|
|
9641
9654
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9642
9655
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9643
9656
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9644
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9645
9657
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9646
9658
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9647
9659
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9909,20 +9921,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9909
9921
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9910
9922
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9911
9923
|
readonly popperOptions: import("../../../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>;
|
|
9912
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
9924
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9913
9925
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9914
9926
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9915
9927
|
}>>, {
|
|
9916
9928
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9917
|
-
readonly offset: number;
|
|
9918
|
-
readonly effect: string;
|
|
9919
9929
|
readonly showAfter: number;
|
|
9920
9930
|
readonly hideAfter: number;
|
|
9931
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9932
|
+
readonly offset: number;
|
|
9933
|
+
readonly content: string;
|
|
9934
|
+
readonly transition: string;
|
|
9935
|
+
readonly effect: string;
|
|
9921
9936
|
readonly boundariesPadding: number;
|
|
9922
9937
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9923
9938
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9924
9939
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9925
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9926
9940
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9927
9941
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9928
9942
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9931,9 +9945,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9931
9945
|
readonly pure: boolean;
|
|
9932
9946
|
readonly virtualTriggering: boolean;
|
|
9933
9947
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9934
|
-
readonly content: string;
|
|
9935
9948
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9936
|
-
readonly transition: string;
|
|
9937
9949
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9938
9950
|
readonly persistent: boolean;
|
|
9939
9951
|
}>;
|
|
@@ -9941,15 +9953,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9941
9953
|
disabled: boolean;
|
|
9942
9954
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
9943
9955
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9944
|
-
offset: number;
|
|
9945
|
-
effect: string;
|
|
9946
9956
|
showAfter: number;
|
|
9947
9957
|
hideAfter: number;
|
|
9958
|
+
open: boolean;
|
|
9959
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9960
|
+
offset: number;
|
|
9961
|
+
content: string;
|
|
9962
|
+
transition: string;
|
|
9963
|
+
effect: string;
|
|
9948
9964
|
boundariesPadding: number;
|
|
9949
9965
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9950
9966
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9951
9967
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9952
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9953
9968
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9954
9969
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9955
9970
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9958,13 +9973,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9958
9973
|
pure: boolean;
|
|
9959
9974
|
virtualTriggering: boolean;
|
|
9960
9975
|
appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9961
|
-
content: string;
|
|
9962
9976
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9963
|
-
transition: string;
|
|
9964
9977
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9965
9978
|
persistent: boolean;
|
|
9966
|
-
|
|
9967
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
9979
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
9968
9980
|
triggerKeys: string[];
|
|
9969
9981
|
arrowOffset: number;
|
|
9970
9982
|
showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -10294,7 +10306,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10294
10306
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10295
10307
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10296
10308
|
popperOptions: import("../../../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>;
|
|
10297
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10309
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10298
10310
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10299
10311
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10300
10312
|
"onUpdate:visible": {
|
|
@@ -10303,7 +10315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10303
10315
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10304
10316
|
__epPropKey: true;
|
|
10305
10317
|
};
|
|
10306
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10318
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10307
10319
|
}>> & {
|
|
10308
10320
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10309
10321
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -10613,7 +10625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10613
10625
|
gpuAcceleration: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10614
10626
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10615
10627
|
popperOptions: import("../../../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>;
|
|
10616
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10628
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10617
10629
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10618
10630
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10619
10631
|
"onUpdate:visible": {
|
|
@@ -10622,7 +10634,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10622
10634
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10623
10635
|
__epPropKey: true;
|
|
10624
10636
|
};
|
|
10625
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10637
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10626
10638
|
}>> & {
|
|
10627
10639
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10628
10640
|
}>>;
|
|
@@ -10641,10 +10653,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10641
10653
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10642
10654
|
isFocusInsideContent: () => boolean | undefined;
|
|
10643
10655
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10644
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10656
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10645
10657
|
}, {
|
|
10646
10658
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10647
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10659
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10648
10660
|
}>> & {
|
|
10649
10661
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10650
10662
|
}>>;
|
|
@@ -10652,12 +10664,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10652
10664
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10653
10665
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10654
10666
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10655
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10667
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10656
10668
|
popperProvides: import("../../..").ElPopperInjectionContext;
|
|
10657
10669
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10658
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10670
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10659
10671
|
}>>, {
|
|
10660
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10672
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10661
10673
|
}>> & Record<string, any>;
|
|
10662
10674
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10663
10675
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11014,8 +11026,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11014
11026
|
readonly id: StringConstructor;
|
|
11015
11027
|
readonly open: BooleanConstructor;
|
|
11016
11028
|
}>>, {
|
|
11017
|
-
readonly virtualTriggering: boolean;
|
|
11018
11029
|
readonly open: boolean;
|
|
11030
|
+
readonly virtualTriggering: boolean;
|
|
11019
11031
|
}>;
|
|
11020
11032
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11021
11033
|
readonly disabled: BooleanConstructor;
|
|
@@ -11075,8 +11087,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11075
11087
|
}>>, {
|
|
11076
11088
|
readonly disabled: boolean;
|
|
11077
11089
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
11078
|
-
readonly virtualTriggering: boolean;
|
|
11079
11090
|
readonly open: boolean;
|
|
11091
|
+
readonly virtualTriggering: boolean;
|
|
11080
11092
|
readonly triggerKeys: string[];
|
|
11081
11093
|
}>;
|
|
11082
11094
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11337,7 +11349,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11337
11349
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11338
11350
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11339
11351
|
readonly popperOptions: import("../../../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>;
|
|
11340
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11352
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11341
11353
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11342
11354
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11343
11355
|
}, {
|
|
@@ -11599,7 +11611,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11599
11611
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11600
11612
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11601
11613
|
readonly popperOptions: import("../../../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>;
|
|
11602
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11614
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11603
11615
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11604
11616
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11605
11617
|
}>> & {
|
|
@@ -11877,7 +11889,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11877
11889
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11878
11890
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11879
11891
|
readonly popperOptions: import("../../../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>;
|
|
11880
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11892
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11881
11893
|
}, {
|
|
11882
11894
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11883
11895
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -12126,7 +12138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12126
12138
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12127
12139
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12128
12140
|
readonly popperOptions: import("../../../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>;
|
|
12129
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12141
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12130
12142
|
}>> & {
|
|
12131
12143
|
onClose?: (() => any) | undefined;
|
|
12132
12144
|
onFocus?: (() => any) | undefined;
|
|
@@ -12484,7 +12496,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12484
12496
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12485
12497
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12486
12498
|
readonly popperOptions: import("../../../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>;
|
|
12487
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12499
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12488
12500
|
}>> & {
|
|
12489
12501
|
onClose?: (() => any) | undefined;
|
|
12490
12502
|
onFocus?: (() => any) | undefined;
|
|
@@ -12493,13 +12505,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12493
12505
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12494
12506
|
}, {
|
|
12495
12507
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12508
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12496
12509
|
readonly offset: number;
|
|
12497
12510
|
readonly effect: string;
|
|
12498
12511
|
readonly boundariesPadding: number;
|
|
12499
12512
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12500
12513
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12501
12514
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12502
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12503
12515
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12504
12516
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12505
12517
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12767,20 +12779,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12767
12779
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12768
12780
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12769
12781
|
readonly popperOptions: import("../../../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>;
|
|
12770
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
12782
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12771
12783
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12772
12784
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12773
12785
|
}>>, {
|
|
12774
12786
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12775
|
-
readonly offset: number;
|
|
12776
|
-
readonly effect: string;
|
|
12777
12787
|
readonly showAfter: number;
|
|
12778
12788
|
readonly hideAfter: number;
|
|
12789
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12790
|
+
readonly offset: number;
|
|
12791
|
+
readonly content: string;
|
|
12792
|
+
readonly transition: string;
|
|
12793
|
+
readonly effect: string;
|
|
12779
12794
|
readonly boundariesPadding: number;
|
|
12780
12795
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12781
12796
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12782
12797
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12783
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12784
12798
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12785
12799
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12786
12800
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12789,9 +12803,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12789
12803
|
readonly pure: boolean;
|
|
12790
12804
|
readonly virtualTriggering: boolean;
|
|
12791
12805
|
readonly appendTo: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12792
|
-
readonly content: string;
|
|
12793
12806
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12794
|
-
readonly transition: string;
|
|
12795
12807
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12796
12808
|
readonly persistent: boolean;
|
|
12797
12809
|
}>;
|
|
@@ -12930,11 +12942,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12930
12942
|
default: string;
|
|
12931
12943
|
};
|
|
12932
12944
|
}>> & {
|
|
12933
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
12934
12945
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12946
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
12947
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
12935
12948
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
12936
12949
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
12937
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
12938
12950
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
12939
12951
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
12940
12952
|
}, {
|
|
@@ -13013,6 +13025,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13013
13025
|
hitState: boolean;
|
|
13014
13026
|
hover: boolean;
|
|
13015
13027
|
};
|
|
13028
|
+
customStyle: import("../../../utils").CustomStyle;
|
|
13029
|
+
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
13030
|
+
color?: string | undefined;
|
|
13031
|
+
backgroundColor?: string | undefined;
|
|
13032
|
+
borderColor?: string | undefined;
|
|
13033
|
+
};
|
|
13016
13034
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13017
13035
|
value: {
|
|
13018
13036
|
required: true;
|
|
@@ -13150,19 +13168,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13150
13168
|
readonly prefixIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => 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<{}>>, {}>, boolean>;
|
|
13151
13169
|
readonly clearIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => 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<{}>>, {}>, boolean>;
|
|
13152
13170
|
}>> & {
|
|
13153
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
13154
13171
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13172
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
13155
13173
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
13156
13174
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13157
13175
|
}, {
|
|
13158
13176
|
readonly disabled: boolean;
|
|
13159
13177
|
readonly step: string;
|
|
13160
13178
|
readonly editable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13179
|
+
readonly start: string;
|
|
13180
|
+
readonly end: string;
|
|
13161
13181
|
readonly effect: string;
|
|
13162
13182
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13163
13183
|
readonly prefixIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
13164
|
-
readonly end: string;
|
|
13165
|
-
readonly start: string;
|
|
13166
13184
|
readonly clearIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
13167
13185
|
readonly format: string;
|
|
13168
13186
|
}>;
|