vft 0.0.232 → 0.0.233
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/attributes.json +1 -1
- package/es/components/affix/affix.vue.d.ts +4 -6
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/alert/alert.vue.d.ts +5 -7
- package/es/components/alert/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +42 -44
- package/es/components/autocomplete/index.d.ts +108 -108
- package/es/components/avatar/avatar.vue.d.ts +4 -6
- package/es/components/avatar/index.d.ts +7 -7
- package/es/components/backtop/backtop.vue.d.ts +4 -6
- package/es/components/backtop/index.d.ts +7 -7
- package/es/components/button/button-group.vue.d.ts +2 -4
- package/es/components/button/button.vue.d.ts +6 -8
- package/es/components/button/index.d.ts +20 -20
- package/es/components/card/card.vue.d.ts +2 -4
- package/es/components/card/index.d.ts +3 -3
- package/es/components/carousel/carousel-item.vue.d.ts +2 -4
- package/es/components/carousel/carousel.vue.d.ts +9 -11
- package/es/components/carousel/index.d.ts +24 -24
- package/es/components/carousel/use-carousel.d.ts +1 -1
- package/es/components/check-tag/check-tag.vue.d.ts +4 -6
- package/es/components/check-tag/index.d.ts +3 -3
- package/es/components/checkbox/checkbox-button.vue.d.ts +4 -6
- package/es/components/checkbox/checkbox-group.vue.d.ts +4 -6
- package/es/components/checkbox/checkbox.vue.d.ts +4 -6
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +15 -15
- package/es/components/clamp/clamp.vue.d.ts +10 -12
- package/es/components/clamp/index.d.ts +3 -3
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/col/col.vue.d.ts +4 -6
- package/es/components/col/index.d.ts +3 -3
- package/es/components/collapse-transition/index.d.ts +20 -5
- package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
- package/es/components/collection/collection-item.vue.d.ts +2 -4
- package/es/components/collection/collection.vue.d.ts +2 -4
- package/es/components/color-picker/components/hue-slider.vue.d.ts +6 -6
- package/es/components/color-picker/components/predefine.vue.d.ts +6 -6
- package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
- package/es/components/config-provider/config-provider.vue.d.ts +2 -4
- package/es/components/config-provider/hooks/use-global-config.d.ts +6 -6
- package/es/components/config-provider/hooks/use-global-config.js +4 -4
- package/es/components/config-provider/index.d.ts +11 -11
- package/es/components/container/aside.vue.d.ts +2 -4
- package/es/components/container/container.vue.d.ts +2 -4
- package/es/components/container/footer.vue.d.ts +2 -4
- package/es/components/container/header.vue.d.ts +2 -4
- package/es/components/container/index.d.ts +27 -27
- package/es/components/container/main.vue.d.ts +2 -4
- package/es/components/date-picker/composables/use-range-picker.d.ts +22 -22
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
- package/es/components/date-picker/date-picker.d.ts +59 -59
- package/es/components/date-picker/index.d.ts +118 -118
- package/es/components/date-picker/panel-utils.d.ts +29 -29
- package/es/components/descriptions/description-item.vue.d.ts +2 -4
- package/es/components/descriptions/description.vue.d.ts +2 -4
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/dialog-content.vue.d.ts +6 -8
- package/es/components/dialog/dialog.vue.d.ts +11 -13
- package/es/components/dialog/index.d.ts +7 -7
- package/es/components/divider/divider.vue.d.ts +2 -4
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/drawer/drawer.vue.d.ts +11 -13
- package/es/components/drawer/index.d.ts +7 -7
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +7 -9
- package/es/components/dropdown/index.d.ts +24 -24
- package/es/components/empty/empty.vue.d.ts +2 -4
- package/es/components/empty/index.d.ts +3 -3
- package/es/components/focus-trap/focus-trap.vue.d.ts +2 -2
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/footer-layout/footer-layout.vue.d.ts +2 -4
- package/es/components/footer-layout/index.d.ts +3 -3
- package/es/components/form/form-item.vue.d.ts +11 -13
- package/es/components/form/form.vue.d.ts +8 -10
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/hooks/use-form-item.d.ts +3 -3
- package/es/components/form/index.d.ts +27 -27
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/header-layout.vue.d.ts +2 -4
- package/es/components/header-layout/index.d.ts +7 -7
- package/es/components/horizontal-menu/index.d.ts +14 -14
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/iframe-layout/index.d.ts +2 -2
- package/es/components/image/image.vue.d.ts +6 -8
- package/es/components/image/index.d.ts +3 -3
- package/es/components/image-viewer/image-viewer.vue.d.ts +4 -6
- package/es/components/image-viewer/index.d.ts +3 -3
- package/es/components/infinite-scroll/index.d.ts +14 -4
- package/es/components/input/index.d.ts +29 -29
- package/es/components/input/input.vue.d.ts +9 -11
- package/es/components/link/index.d.ts +11 -11
- package/es/components/link/link.vue.d.ts +4 -6
- package/es/components/loading/index.d.ts +4 -1
- package/es/components/md-code-demo/index.d.ts +5 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +2 -2
- package/es/components/md-code-tabs/index.d.ts +5 -3
- package/es/components/md-container/index.d.ts +3 -3
- package/es/components/md-container/md-container.vue.d.ts +2 -4
- package/es/components/md-container/md-container.vue2.js +35 -35
- package/es/components/md-tabs/index.d.ts +3 -1
- package/es/components/menu/index.d.ts +49 -49
- package/es/components/menu/menu-item-group.vue.d.ts +2 -4
- package/es/components/menu/menu-item.vue.d.ts +5 -7
- package/es/components/menu/menu.vue.d.ts +5 -5
- package/es/components/menu/types.d.ts +1 -0
- package/es/components/message/message.vue.d.ts +4 -6
- package/es/components/modal/index.d.ts +38 -38
- package/es/components/modal/modal-footer-action.vue.d.ts +2 -4
- package/es/components/modal/modal.vue.d.ts +5 -7
- package/es/components/page-wrapper/index.d.ts +3 -3
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +21 -21
- package/es/components/popconfirm/popconfirm.vue.d.ts +4 -6
- package/es/components/popover/directive.d.ts +1 -1
- package/es/components/popover/index.d.ts +7 -7
- package/es/components/popover/popover.vue.d.ts +5 -7
- package/es/components/popper/composables/use-content-dom.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +10 -10
- package/es/components/popper/content.vue.d.ts +4 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +4 -6
- package/es/components/popper/trigger.vue.d.ts +4 -6
- package/es/components/progress/index.d.ts +3 -3
- package/es/components/progress/progress.vue.d.ts +2 -4
- package/es/components/qrcode/index.d.ts +7 -3
- package/es/components/radio/index.d.ts +15 -15
- package/es/components/radio/radio-button.vue.d.ts +4 -6
- package/es/components/radio/radio-group.vue.d.ts +4 -6
- package/es/components/radio/radio.vue.d.ts +4 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/row/index.d.ts +3 -3
- package/es/components/row/row.vue.d.ts +2 -4
- package/es/components/scrollbar/index.d.ts +6 -6
- package/es/components/scrollbar/scrollbar.vue.d.ts +4 -6
- package/es/components/scrollbar/util.d.ts +1 -1
- package/es/components/search/index.d.ts +19 -19
- package/es/components/search/search.vue.d.ts +8 -10
- package/es/components/select/defaults.d.ts +4 -5
- package/es/components/select/group-item.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +992 -58
- package/es/components/select/option-item.vue.d.ts +6 -6
- package/es/components/select/select.vue.d.ts +52 -52
- package/es/components/select/useSelect.d.ts +44 -44
- package/es/components/side-menu/index.d.ts +7 -7
- package/es/components/side-menu/side-menu.vue.d.ts +3 -3
- package/es/components/skeleton/index.d.ts +3 -3
- package/es/components/skeleton/skeleton.vue.d.ts +5 -7
- package/es/components/slider/composables/use-slide.d.ts +1 -1
- package/es/components/slider/composables/use-slider-button.d.ts +1 -1
- package/es/components/slider/composables/use-watch.d.ts +1 -1
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/index.d.ts +4 -10
- package/es/components/space/space.d.ts +5 -13
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/steps/index.d.ts +26 -26
- package/es/components/steps/item.vue.d.ts +2 -4
- package/es/components/steps/steps.vue.d.ts +7 -9
- package/es/components/super-form/index.d.ts +31 -313
- package/es/components/super-form/super-form-action.vue.d.ts +2 -4
- package/es/components/super-form/super-form.vue.d.ts +8 -20
- package/es/components/switch/index.d.ts +8 -8
- package/es/components/switch/switch.vue.d.ts +4 -4
- package/es/components/table/field.d.ts +1 -1
- package/es/components/table/index.d.ts +50 -50
- package/es/components/table/table.vue.d.ts +13 -15
- package/es/components/table/use/use-data-source.d.ts +2 -2
- package/es/components/tabs/index.d.ts +26 -18
- package/es/components/tabs/tab-pane.vue.d.ts +2 -4
- package/es/components/tabs/tabs.vue.d.ts +12 -4
- package/es/components/time-picker/common/picker.vue.d.ts +21 -23
- package/es/components/time-picker/composables/use-time-picker.d.ts +20 -20
- package/es/components/time-picker/index.d.ts +110 -110
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +55 -55
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/timeline/index.d.ts +14 -14
- package/es/components/timeline/timeline-item.vue.d.ts +2 -4
- package/es/components/tooltip/content.vue.d.ts +4 -6
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/tooltip.vue.d.ts +8 -10
- package/es/components/tooltip/trigger.vue.d.ts +4 -6
- package/es/components/tooltip/utils.d.ts +2 -2
- package/es/components/tree/index.d.ts +599 -54
- package/es/components/tree/model/util.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +6 -6
- package/es/components/tree/tree.vue.d.ts +19 -21
- package/es/components/upload/index.d.ts +10 -10
- package/es/components/upload/upload-content.vue.d.ts +5 -7
- package/es/components/upload/upload-dragger.vue.d.ts +4 -6
- package/es/components/upload/upload-list.vue.d.ts +8 -10
- package/es/components/upload/upload.vue.d.ts +10 -12
- package/es/components/upload/use-handlers.d.ts +2 -3
- package/es/components/virtual-list/builders/build-list.d.ts +44 -44
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +9 -9
- package/es/components/virtual-list/utils.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +10 -10
- package/es/hooks/use-popper-container/index.d.ts +4 -1
- package/es/hooks/use-popper-container/index.js +16 -15
- package/es/hooks/use-same-target/index.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/event.d.ts +1 -1
- package/es/utils/helper.d.ts +1 -1
- package/es/utils/ns-cover.d.ts +2 -2
- package/es/utils/ns-cover.js +21 -17
- package/es/utils/typescript.d.ts +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +4 -4
- package/es/utils/vue/vnode.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +4 -6
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/alert/alert.vue.d.ts +5 -7
- package/lib/components/alert/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +42 -44
- package/lib/components/autocomplete/index.d.ts +108 -108
- package/lib/components/avatar/avatar.vue.d.ts +4 -6
- package/lib/components/avatar/index.d.ts +7 -7
- package/lib/components/backtop/backtop.vue.d.ts +4 -6
- package/lib/components/backtop/index.d.ts +7 -7
- package/lib/components/button/button-group.vue.d.ts +2 -4
- package/lib/components/button/button.vue.d.ts +6 -8
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/card/card.vue.d.ts +2 -4
- package/lib/components/card/index.d.ts +3 -3
- package/lib/components/carousel/carousel-item.vue.d.ts +2 -4
- package/lib/components/carousel/carousel.vue.d.ts +9 -11
- package/lib/components/carousel/index.d.ts +24 -24
- package/lib/components/carousel/use-carousel.d.ts +1 -1
- package/lib/components/check-tag/check-tag.vue.d.ts +4 -6
- package/lib/components/check-tag/index.d.ts +3 -3
- package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -6
- package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -6
- package/lib/components/checkbox/checkbox.vue.d.ts +4 -6
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +15 -15
- package/lib/components/clamp/clamp.vue.d.ts +10 -12
- package/lib/components/clamp/index.d.ts +3 -3
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/col/col.vue.d.ts +4 -6
- package/lib/components/col/index.d.ts +3 -3
- package/lib/components/collapse-transition/index.d.ts +20 -5
- package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
- package/lib/components/collection/collection-item.vue.d.ts +2 -4
- package/lib/components/collection/collection.vue.d.ts +2 -4
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +6 -6
- package/lib/components/color-picker/components/predefine.vue.d.ts +6 -6
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
- package/lib/components/config-provider/config-provider.vue.d.ts +2 -4
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +6 -6
- package/lib/components/config-provider/index.d.ts +11 -11
- package/lib/components/container/aside.vue.d.ts +2 -4
- package/lib/components/container/container.vue.d.ts +2 -4
- package/lib/components/container/footer.vue.d.ts +2 -4
- package/lib/components/container/header.vue.d.ts +2 -4
- package/lib/components/container/index.d.ts +27 -27
- package/lib/components/container/main.vue.d.ts +2 -4
- package/lib/components/date-picker/composables/use-range-picker.d.ts +22 -22
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
- package/lib/components/date-picker/date-picker.d.ts +59 -59
- package/lib/components/date-picker/index.d.ts +118 -118
- package/lib/components/date-picker/panel-utils.d.ts +29 -29
- package/lib/components/descriptions/description-item.vue.d.ts +2 -4
- package/lib/components/descriptions/description.vue.d.ts +2 -4
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/dialog-content.vue.d.ts +6 -8
- package/lib/components/dialog/dialog.vue.d.ts +11 -13
- package/lib/components/dialog/index.d.ts +7 -7
- package/lib/components/divider/divider.vue.d.ts +2 -4
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/drawer/drawer.vue.d.ts +11 -13
- package/lib/components/drawer/index.d.ts +7 -7
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +7 -9
- package/lib/components/dropdown/index.d.ts +24 -24
- package/lib/components/empty/empty.vue.d.ts +2 -4
- package/lib/components/empty/index.d.ts +3 -3
- package/lib/components/focus-trap/focus-trap.vue.d.ts +2 -2
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/footer-layout/footer-layout.vue.d.ts +2 -4
- package/lib/components/footer-layout/index.d.ts +3 -3
- package/lib/components/form/form-item.vue.d.ts +11 -13
- package/lib/components/form/form.vue.d.ts +8 -10
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/hooks/use-form-item.d.ts +3 -3
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/header-layout.vue.d.ts +2 -4
- package/lib/components/header-layout/index.d.ts +7 -7
- package/lib/components/horizontal-menu/index.d.ts +14 -14
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/iframe-layout/index.d.ts +2 -2
- package/lib/components/image/image.vue.d.ts +6 -8
- package/lib/components/image/index.d.ts +3 -3
- package/lib/components/image-viewer/image-viewer.vue.d.ts +4 -6
- package/lib/components/image-viewer/index.d.ts +3 -3
- package/lib/components/infinite-scroll/index.d.ts +14 -4
- package/lib/components/input/index.d.ts +29 -29
- package/lib/components/input/input.vue.d.ts +9 -11
- package/lib/components/link/index.d.ts +11 -11
- package/lib/components/link/link.vue.d.ts +4 -6
- package/lib/components/loading/index.d.ts +4 -1
- package/lib/components/md-code-demo/index.d.ts +5 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +2 -2
- package/lib/components/md-code-tabs/index.d.ts +5 -3
- package/lib/components/md-container/index.d.ts +3 -3
- package/lib/components/md-container/md-container.vue.d.ts +2 -4
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-tabs/index.d.ts +3 -1
- package/lib/components/menu/index.d.ts +49 -49
- package/lib/components/menu/menu-item-group.vue.d.ts +2 -4
- package/lib/components/menu/menu-item.vue.d.ts +5 -7
- package/lib/components/menu/menu.vue.d.ts +5 -5
- package/lib/components/menu/types.d.ts +1 -0
- package/lib/components/message/message.vue.d.ts +4 -6
- package/lib/components/modal/index.d.ts +38 -38
- package/lib/components/modal/modal-footer-action.vue.d.ts +2 -4
- package/lib/components/modal/modal.vue.d.ts +5 -7
- package/lib/components/page-wrapper/index.d.ts +3 -3
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +21 -21
- package/lib/components/popconfirm/popconfirm.vue.d.ts +4 -6
- package/lib/components/popover/directive.d.ts +1 -1
- package/lib/components/popover/index.d.ts +7 -7
- package/lib/components/popover/popover.vue.d.ts +5 -7
- package/lib/components/popper/composables/use-content-dom.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +10 -10
- package/lib/components/popper/content.vue.d.ts +4 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +4 -6
- package/lib/components/popper/trigger.vue.d.ts +4 -6
- package/lib/components/progress/index.d.ts +3 -3
- package/lib/components/progress/progress.vue.d.ts +2 -4
- package/lib/components/qrcode/index.d.ts +7 -3
- package/lib/components/radio/index.d.ts +15 -15
- package/lib/components/radio/radio-button.vue.d.ts +4 -6
- package/lib/components/radio/radio-group.vue.d.ts +4 -6
- package/lib/components/radio/radio.vue.d.ts +4 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/row/index.d.ts +3 -3
- package/lib/components/row/row.vue.d.ts +2 -4
- package/lib/components/scrollbar/index.d.ts +6 -6
- package/lib/components/scrollbar/scrollbar.vue.d.ts +4 -6
- package/lib/components/scrollbar/util.d.ts +1 -1
- package/lib/components/search/index.d.ts +19 -19
- package/lib/components/search/search.vue.d.ts +8 -10
- package/lib/components/select/defaults.d.ts +4 -5
- package/lib/components/select/group-item.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +992 -58
- package/lib/components/select/option-item.vue.d.ts +6 -6
- package/lib/components/select/select.vue.d.ts +52 -52
- package/lib/components/select/useSelect.d.ts +44 -44
- package/lib/components/side-menu/index.d.ts +7 -7
- package/lib/components/side-menu/side-menu.vue.d.ts +3 -3
- package/lib/components/skeleton/index.d.ts +3 -3
- package/lib/components/skeleton/skeleton.vue.d.ts +5 -7
- package/lib/components/slider/composables/use-slide.d.ts +1 -1
- package/lib/components/slider/composables/use-slider-button.d.ts +1 -1
- package/lib/components/slider/composables/use-watch.d.ts +1 -1
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/index.d.ts +4 -10
- package/lib/components/space/space.d.ts +5 -13
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/steps/index.d.ts +26 -26
- package/lib/components/steps/item.vue.d.ts +2 -4
- package/lib/components/steps/steps.vue.d.ts +7 -9
- package/lib/components/super-form/index.d.ts +31 -313
- package/lib/components/super-form/super-form-action.vue.d.ts +2 -4
- package/lib/components/super-form/super-form.vue.d.ts +8 -20
- package/lib/components/switch/index.d.ts +8 -8
- package/lib/components/switch/switch.vue.d.ts +4 -4
- package/lib/components/table/field.d.ts +1 -1
- package/lib/components/table/index.d.ts +50 -50
- package/lib/components/table/table.vue.d.ts +13 -15
- package/lib/components/table/use/use-data-source.d.ts +2 -2
- package/lib/components/tabs/index.d.ts +26 -18
- package/lib/components/tabs/tab-pane.vue.d.ts +2 -4
- package/lib/components/tabs/tabs.vue.d.ts +12 -4
- package/lib/components/time-picker/common/picker.vue.d.ts +21 -23
- package/lib/components/time-picker/composables/use-time-picker.d.ts +20 -20
- package/lib/components/time-picker/index.d.ts +110 -110
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +55 -55
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/timeline/index.d.ts +14 -14
- package/lib/components/timeline/timeline-item.vue.d.ts +2 -4
- package/lib/components/tooltip/content.vue.d.ts +4 -6
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/tooltip.vue.d.ts +8 -10
- package/lib/components/tooltip/trigger.vue.d.ts +4 -6
- package/lib/components/tooltip/utils.d.ts +2 -2
- package/lib/components/tree/index.d.ts +599 -54
- package/lib/components/tree/model/util.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +6 -6
- package/lib/components/tree/tree.vue.d.ts +19 -21
- package/lib/components/upload/index.d.ts +10 -10
- package/lib/components/upload/upload-content.vue.d.ts +5 -7
- package/lib/components/upload/upload-dragger.vue.d.ts +4 -6
- package/lib/components/upload/upload-list.vue.d.ts +8 -10
- package/lib/components/upload/upload.vue.d.ts +10 -12
- package/lib/components/upload/use-handlers.d.ts +2 -3
- package/lib/components/virtual-list/builders/build-list.d.ts +44 -44
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +9 -9
- package/lib/components/virtual-list/utils.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +10 -10
- package/lib/hooks/use-popper-container/index.cjs +1 -1
- package/lib/hooks/use-popper-container/index.d.ts +4 -1
- package/lib/hooks/use-same-target/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/event.d.ts +1 -1
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/ns-cover.d.ts +2 -2
- package/lib/utils/typescript.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +4 -4
- package/lib/utils/vue/vnode.d.ts +1 -1
- package/package.json +5 -5
- package/tags.json +1 -1
- package/web-types.json +1 -1
- package/es/components/context-menu/types.d.ts +0 -23
- package/lib/components/context-menu/types.d.ts +0 -23
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
__epPropKey: true;
|
|
8
8
|
};
|
|
9
9
|
readonly visible: BooleanConstructor;
|
|
10
|
-
readonly actualVisible: import("
|
|
11
|
-
readonly format: import("
|
|
10
|
+
readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
11
|
+
readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
12
12
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
pick: (...args: any[]) => void;
|
|
14
14
|
"select-range": (...args: any[]) => void;
|
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
__epPropKey: true;
|
|
22
22
|
};
|
|
23
23
|
readonly visible: BooleanConstructor;
|
|
24
|
-
readonly actualVisible: import("
|
|
25
|
-
readonly format: import("
|
|
24
|
+
readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
25
|
+
readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
26
26
|
}>> & {
|
|
27
27
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
@@ -30,6 +30,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, {
|
|
31
31
|
readonly visible: boolean;
|
|
32
32
|
readonly format: string;
|
|
33
|
-
readonly actualVisible: import("
|
|
33
|
+
readonly actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|
|
@@ -18,11 +18,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
|
-
shortcuts: import("
|
|
22
|
-
arrowControl: import("
|
|
23
|
-
label: import("
|
|
24
|
-
tabindex: import("
|
|
25
|
-
validateEvent: import("
|
|
21
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
22
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
23
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
24
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
25
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
26
26
|
unlinkPanels: BooleanConstructor;
|
|
27
27
|
disabledHours: {
|
|
28
28
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -43,42 +43,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
45
|
id: {
|
|
46
|
-
readonly type: import("vue").PropType<import("
|
|
46
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
47
47
|
readonly required: false;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
50
50
|
};
|
|
51
|
-
name: import("
|
|
52
|
-
popperClass: import("
|
|
51
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
52
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
53
53
|
format: StringConstructor;
|
|
54
54
|
valueFormat: StringConstructor;
|
|
55
|
-
type: import("
|
|
56
|
-
clearable: import("
|
|
57
|
-
clearIcon: import("
|
|
58
|
-
editable: import("
|
|
59
|
-
prefixIcon: import("
|
|
55
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
56
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
57
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
58
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
60
60
|
size: {
|
|
61
|
-
readonly type: import("vue").PropType<import("
|
|
61
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
62
62
|
readonly required: false;
|
|
63
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
64
|
__epPropKey: true;
|
|
65
65
|
};
|
|
66
|
-
readonly: import("
|
|
67
|
-
disabled: import("
|
|
68
|
-
placeholder: import("
|
|
69
|
-
popperOptions: import("
|
|
70
|
-
modelValue: import("
|
|
71
|
-
rangeSeparator: import("
|
|
66
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
67
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
68
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
69
|
+
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>;
|
|
70
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
71
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
72
72
|
startPlaceholder: StringConstructor;
|
|
73
73
|
endPlaceholder: StringConstructor;
|
|
74
74
|
defaultValue: {
|
|
75
|
-
readonly type: import("vue").PropType<import("
|
|
75
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
76
76
|
readonly required: false;
|
|
77
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
78
|
__epPropKey: true;
|
|
79
79
|
};
|
|
80
80
|
defaultTime: {
|
|
81
|
-
readonly type: import("vue").PropType<import("
|
|
81
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
82
82
|
readonly required: false;
|
|
83
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
84
|
__epPropKey: true;
|
|
@@ -103,11 +103,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
104
|
__epPropKey: true;
|
|
105
105
|
};
|
|
106
|
-
shortcuts: import("
|
|
107
|
-
arrowControl: import("
|
|
108
|
-
label: import("
|
|
109
|
-
tabindex: import("
|
|
110
|
-
validateEvent: import("
|
|
106
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
107
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
108
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
109
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
110
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
111
|
unlinkPanels: BooleanConstructor;
|
|
112
112
|
disabledHours: {
|
|
113
113
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -128,42 +128,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
__epPropKey: true;
|
|
129
129
|
};
|
|
130
130
|
id: {
|
|
131
|
-
readonly type: import("vue").PropType<import("
|
|
131
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
132
132
|
readonly required: false;
|
|
133
133
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
134
|
__epPropKey: true;
|
|
135
135
|
};
|
|
136
|
-
name: import("
|
|
137
|
-
popperClass: import("
|
|
136
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
137
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
138
138
|
format: StringConstructor;
|
|
139
139
|
valueFormat: StringConstructor;
|
|
140
|
-
type: import("
|
|
141
|
-
clearable: import("
|
|
142
|
-
clearIcon: import("
|
|
143
|
-
editable: import("
|
|
144
|
-
prefixIcon: import("
|
|
140
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
142
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
143
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
144
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
145
145
|
size: {
|
|
146
|
-
readonly type: import("vue").PropType<import("
|
|
146
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
147
147
|
readonly required: false;
|
|
148
148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
149
|
__epPropKey: true;
|
|
150
150
|
};
|
|
151
|
-
readonly: import("
|
|
152
|
-
disabled: import("
|
|
153
|
-
placeholder: import("
|
|
154
|
-
popperOptions: import("
|
|
155
|
-
modelValue: import("
|
|
156
|
-
rangeSeparator: import("
|
|
151
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
152
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
153
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
154
|
+
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>;
|
|
155
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
156
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
157
157
|
startPlaceholder: StringConstructor;
|
|
158
158
|
endPlaceholder: StringConstructor;
|
|
159
159
|
defaultValue: {
|
|
160
|
-
readonly type: import("vue").PropType<import("
|
|
160
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
161
161
|
readonly required: false;
|
|
162
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
163
|
__epPropKey: true;
|
|
164
164
|
};
|
|
165
165
|
defaultTime: {
|
|
166
|
-
readonly type: import("vue").PropType<import("
|
|
166
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -172,24 +172,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
172
172
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
label: string;
|
|
175
|
-
name: import("
|
|
175
|
+
name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
176
176
|
type: string;
|
|
177
|
-
modelValue: import("
|
|
178
|
-
readonly: import("
|
|
179
|
-
disabled: import("
|
|
177
|
+
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
178
|
+
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
|
+
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
180
180
|
placeholder: string;
|
|
181
|
-
clearable: import("
|
|
182
|
-
prefixIcon: import("
|
|
183
|
-
clearIcon: import("
|
|
184
|
-
tabindex: import("
|
|
185
|
-
validateEvent: import("
|
|
181
|
+
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
|
+
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
183
|
+
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
184
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
185
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
186
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
187
187
|
popperClass: string;
|
|
188
|
-
editable: import("
|
|
188
|
+
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
189
189
|
rangeSeparator: string;
|
|
190
190
|
isRange: boolean;
|
|
191
191
|
shortcuts: unknown[];
|
|
192
|
-
arrowControl: import("
|
|
192
|
+
arrowControl: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
193
|
unlinkPanels: boolean;
|
|
194
194
|
}, {}>;
|
|
195
195
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly format: import("
|
|
2
|
+
readonly format: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
|
|
3
3
|
readonly modelValue: StringConstructor;
|
|
4
4
|
readonly disabled: BooleanConstructor;
|
|
5
|
-
readonly editable: import("
|
|
6
|
-
readonly effect: import("
|
|
7
|
-
readonly clearable: import("
|
|
5
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6
|
+
readonly effect: import("../../utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "light", boolean>;
|
|
7
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8
8
|
readonly size: {
|
|
9
9
|
readonly type: import("vue").PropType<Record<string, any>>;
|
|
10
10
|
readonly required: false;
|
|
@@ -12,20 +12,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
14
|
readonly placeholder: StringConstructor;
|
|
15
|
-
readonly start: import("
|
|
16
|
-
readonly end: import("
|
|
17
|
-
readonly step: import("
|
|
15
|
+
readonly start: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
|
|
16
|
+
readonly end: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
|
|
17
|
+
readonly step: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
|
|
18
18
|
readonly minTime: StringConstructor;
|
|
19
19
|
readonly maxTime: StringConstructor;
|
|
20
20
|
readonly name: StringConstructor;
|
|
21
21
|
readonly prefixIcon: {
|
|
22
|
-
readonly type: import("vue").PropType<import("
|
|
22
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
readonly clearIcon: {
|
|
28
|
-
readonly type: import("vue").PropType<import("
|
|
28
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
@@ -39,12 +39,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
blur: (...args: any[]) => void;
|
|
40
40
|
focus: (...args: any[]) => void;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
readonly format: import("
|
|
42
|
+
readonly format: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
|
|
43
43
|
readonly modelValue: StringConstructor;
|
|
44
44
|
readonly disabled: BooleanConstructor;
|
|
45
|
-
readonly editable: import("
|
|
46
|
-
readonly effect: import("
|
|
47
|
-
readonly clearable: import("
|
|
45
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
46
|
+
readonly effect: import("../../utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "light", boolean>;
|
|
47
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
48
48
|
readonly size: {
|
|
49
49
|
readonly type: import("vue").PropType<Record<string, any>>;
|
|
50
50
|
readonly required: false;
|
|
@@ -52,20 +52,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
__epPropKey: true;
|
|
53
53
|
};
|
|
54
54
|
readonly placeholder: StringConstructor;
|
|
55
|
-
readonly start: import("
|
|
56
|
-
readonly end: import("
|
|
57
|
-
readonly step: import("
|
|
55
|
+
readonly start: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
|
|
56
|
+
readonly end: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
|
|
57
|
+
readonly step: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
|
|
58
58
|
readonly minTime: StringConstructor;
|
|
59
59
|
readonly maxTime: StringConstructor;
|
|
60
60
|
readonly name: StringConstructor;
|
|
61
61
|
readonly prefixIcon: {
|
|
62
|
-
readonly type: import("vue").PropType<import("
|
|
62
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
63
63
|
readonly required: false;
|
|
64
64
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
65
|
__epPropKey: true;
|
|
66
66
|
};
|
|
67
67
|
readonly clearIcon: {
|
|
68
|
-
readonly type: import("vue").PropType<import("
|
|
68
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -80,9 +80,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
readonly end: string;
|
|
81
81
|
readonly effect: string;
|
|
82
82
|
readonly disabled: boolean;
|
|
83
|
-
readonly clearable: import("
|
|
83
|
+
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly format: string;
|
|
85
|
-
readonly editable: import("
|
|
85
|
+
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
readonly step: string;
|
|
87
87
|
}, {}>;
|
|
88
88
|
export default _default;
|
|
@@ -23,7 +23,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
23
23
|
type: import("vue").PropType<"large" | "normal">;
|
|
24
24
|
};
|
|
25
25
|
icon: {
|
|
26
|
-
type: import("vue").PropType<import("
|
|
26
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
27
27
|
};
|
|
28
28
|
hollow: {
|
|
29
29
|
type: import("vue").PropType<boolean>;
|
|
@@ -51,7 +51,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
51
51
|
type: import("vue").PropType<"large" | "normal">;
|
|
52
52
|
};
|
|
53
53
|
icon: {
|
|
54
|
-
type: import("vue").PropType<import("
|
|
54
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
55
55
|
};
|
|
56
56
|
hollow: {
|
|
57
57
|
type: import("vue").PropType<boolean>;
|
|
@@ -86,15 +86,15 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
86
86
|
type: import("vue").PropType<"large" | "normal">;
|
|
87
87
|
};
|
|
88
88
|
icon: {
|
|
89
|
-
type: import("vue").PropType<import("
|
|
89
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
90
90
|
};
|
|
91
91
|
hollow: {
|
|
92
92
|
type: import("vue").PropType<boolean>;
|
|
93
93
|
};
|
|
94
94
|
}>>, {}, {}, {}, {}, {}>;
|
|
95
|
-
__isFragment?:
|
|
96
|
-
__isTeleport?:
|
|
97
|
-
__isSuspense?:
|
|
95
|
+
__isFragment?: undefined;
|
|
96
|
+
__isTeleport?: undefined;
|
|
97
|
+
__isSuspense?: undefined;
|
|
98
98
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
99
99
|
timestamp: {
|
|
100
100
|
type: import("vue").PropType<string>;
|
|
@@ -118,7 +118,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
118
118
|
type: import("vue").PropType<"large" | "normal">;
|
|
119
119
|
};
|
|
120
120
|
icon: {
|
|
121
|
-
type: import("vue").PropType<import("
|
|
121
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
122
122
|
};
|
|
123
123
|
hollow: {
|
|
124
124
|
type: import("vue").PropType<boolean>;
|
|
@@ -154,7 +154,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
154
154
|
type: import("vue").PropType<"large" | "normal">;
|
|
155
155
|
};
|
|
156
156
|
icon: {
|
|
157
|
-
type: import("vue").PropType<import("
|
|
157
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
158
158
|
};
|
|
159
159
|
hollow: {
|
|
160
160
|
type: import("vue").PropType<boolean>;
|
|
@@ -182,7 +182,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
182
182
|
type: import("vue").PropType<"large" | "normal">;
|
|
183
183
|
};
|
|
184
184
|
icon: {
|
|
185
|
-
type: import("vue").PropType<import("
|
|
185
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
186
186
|
};
|
|
187
187
|
hollow: {
|
|
188
188
|
type: import("vue").PropType<boolean>;
|
|
@@ -217,15 +217,15 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
217
217
|
type: import("vue").PropType<"large" | "normal">;
|
|
218
218
|
};
|
|
219
219
|
icon: {
|
|
220
|
-
type: import("vue").PropType<import("
|
|
220
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
221
221
|
};
|
|
222
222
|
hollow: {
|
|
223
223
|
type: import("vue").PropType<boolean>;
|
|
224
224
|
};
|
|
225
225
|
}>>, {}, {}, {}, {}, {}>;
|
|
226
|
-
__isFragment?:
|
|
227
|
-
__isTeleport?:
|
|
228
|
-
__isSuspense?:
|
|
226
|
+
__isFragment?: undefined;
|
|
227
|
+
__isTeleport?: undefined;
|
|
228
|
+
__isSuspense?: undefined;
|
|
229
229
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
230
230
|
timestamp: {
|
|
231
231
|
type: import("vue").PropType<string>;
|
|
@@ -249,7 +249,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
249
249
|
type: import("vue").PropType<"large" | "normal">;
|
|
250
250
|
};
|
|
251
251
|
icon: {
|
|
252
|
-
type: import("vue").PropType<import("
|
|
252
|
+
type: import("vue").PropType<import("..").IconProps>;
|
|
253
253
|
};
|
|
254
254
|
hollow: {
|
|
255
255
|
type: import("vue").PropType<boolean>;
|
|
@@ -10,12 +10,10 @@ export interface Props {
|
|
|
10
10
|
icon?: IconProps;
|
|
11
11
|
hollow?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
|
|
14
14
|
dot?(_: {}): any;
|
|
15
15
|
default?(_: {}): any;
|
|
16
|
-
}
|
|
17
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
}>;
|
|
19
17
|
export default _default;
|
|
20
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { ToolTipContentProps } from './types';
|
|
2
|
-
declare
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ToolTipContentProps>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ToolTipContentProps>, {
|
|
6
3
|
/**
|
|
7
4
|
* @description el-popper-content component instance
|
|
8
5
|
*/
|
|
9
6
|
contentRef: import("vue").Ref<any>;
|
|
10
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToolTipContentProps>>>, {}, {}
|
|
11
|
-
|
|
7
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToolTipContentProps>>>, {}, {}>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
12
10
|
export default _default;
|
|
13
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -11,7 +11,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
11
|
type: import("vue").PropType<number>;
|
|
12
12
|
};
|
|
13
13
|
virtualRef: {
|
|
14
|
-
type: import("vue").PropType<import("
|
|
14
|
+
type: import("vue").PropType<import("..").Measurable>;
|
|
15
15
|
};
|
|
16
16
|
virtualTriggering: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
|
@@ -154,9 +154,9 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
154
154
|
contentRef: import("vue").Ref<any>;
|
|
155
155
|
isFocusInsideContent: () => boolean | undefined;
|
|
156
156
|
updatePopper: () => void;
|
|
157
|
-
onOpen: (event?: Event) => void;
|
|
158
|
-
onClose: (event?: Event) => void;
|
|
159
|
-
hide: (event?: Event) => void;
|
|
157
|
+
onOpen: (event?: Event | undefined) => void;
|
|
158
|
+
onClose: (event?: Event | undefined) => void;
|
|
159
|
+
hide: (event?: Event | undefined) => void;
|
|
160
160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
161
161
|
close: (...args: any[]) => void;
|
|
162
162
|
open: (...args: any[]) => void;
|
|
@@ -175,7 +175,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
175
175
|
type: import("vue").PropType<number>;
|
|
176
176
|
};
|
|
177
177
|
virtualRef: {
|
|
178
|
-
type: import("vue").PropType<import("
|
|
178
|
+
type: import("vue").PropType<import("..").Measurable>;
|
|
179
179
|
};
|
|
180
180
|
virtualTriggering: {
|
|
181
181
|
type: import("vue").PropType<boolean>;
|
|
@@ -331,7 +331,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
331
331
|
type: import("vue").PropType<number>;
|
|
332
332
|
};
|
|
333
333
|
virtualRef: {
|
|
334
|
-
type: import("vue").PropType<import("
|
|
334
|
+
type: import("vue").PropType<import("..").Measurable>;
|
|
335
335
|
};
|
|
336
336
|
virtualTriggering: {
|
|
337
337
|
type: import("vue").PropType<boolean>;
|
|
@@ -474,13 +474,13 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
474
474
|
contentRef: import("vue").Ref<any>;
|
|
475
475
|
isFocusInsideContent: () => boolean | undefined;
|
|
476
476
|
updatePopper: () => void;
|
|
477
|
-
onOpen: (event?: Event) => void;
|
|
478
|
-
onClose: (event?: Event) => void;
|
|
479
|
-
hide: (event?: Event) => void;
|
|
477
|
+
onOpen: (event?: Event | undefined) => void;
|
|
478
|
+
onClose: (event?: Event | undefined) => void;
|
|
479
|
+
hide: (event?: Event | undefined) => void;
|
|
480
480
|
}, {}, {}, {}, {}>;
|
|
481
|
-
__isFragment?:
|
|
482
|
-
__isTeleport?:
|
|
483
|
-
__isSuspense?:
|
|
481
|
+
__isFragment?: undefined;
|
|
482
|
+
__isTeleport?: undefined;
|
|
483
|
+
__isSuspense?: undefined;
|
|
484
484
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
485
485
|
role: {
|
|
486
486
|
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
@@ -492,7 +492,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
492
492
|
type: import("vue").PropType<number>;
|
|
493
493
|
};
|
|
494
494
|
virtualRef: {
|
|
495
|
-
type: import("vue").PropType<import("
|
|
495
|
+
type: import("vue").PropType<import("..").Measurable>;
|
|
496
496
|
};
|
|
497
497
|
virtualTriggering: {
|
|
498
498
|
type: import("vue").PropType<boolean>;
|
|
@@ -635,9 +635,9 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
635
635
|
contentRef: import("vue").Ref<any>;
|
|
636
636
|
isFocusInsideContent: () => boolean | undefined;
|
|
637
637
|
updatePopper: () => void;
|
|
638
|
-
onOpen: (event?: Event) => void;
|
|
639
|
-
onClose: (event?: Event) => void;
|
|
640
|
-
hide: (event?: Event) => void;
|
|
638
|
+
onOpen: (event?: Event | undefined) => void;
|
|
639
|
+
onClose: (event?: Event | undefined) => void;
|
|
640
|
+
hide: (event?: Event | undefined) => void;
|
|
641
641
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
642
642
|
close: (...args: any[]) => void;
|
|
643
643
|
open: (...args: any[]) => void;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { ToolTipProps } from './types';
|
|
2
|
-
declare
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
content?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ToolTipProps>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ToolTipProps>, {
|
|
7
3
|
/**
|
|
8
4
|
* @description el-popper component instance
|
|
9
5
|
*/
|
|
@@ -23,15 +19,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
23
19
|
/**
|
|
24
20
|
* @description expose onOpen function to mange el-tooltip open state
|
|
25
21
|
*/
|
|
26
|
-
onOpen: (event?: Event) => void;
|
|
22
|
+
onOpen: (event?: Event | undefined) => void;
|
|
27
23
|
/**
|
|
28
24
|
* @description expose onOpen function to mange el-tooltip open state
|
|
29
25
|
*/
|
|
30
|
-
onClose: (event?: Event) => void;
|
|
26
|
+
onClose: (event?: Event | undefined) => void;
|
|
31
27
|
/**
|
|
32
28
|
* @description expose hide function
|
|
33
29
|
*/
|
|
34
|
-
hide: (event?: Event) => void;
|
|
30
|
+
hide: (event?: Event | undefined) => void;
|
|
35
31
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
32
|
close: (...args: any[]) => void;
|
|
37
33
|
open: (...args: any[]) => void;
|
|
@@ -46,8 +42,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
46
42
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
47
43
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
48
44
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
}, {}, {}
|
|
50
|
-
|
|
45
|
+
}, {}, {}>, {
|
|
46
|
+
default?(_: {}): any;
|
|
47
|
+
content?(_: {}): any;
|
|
48
|
+
}>;
|
|
51
49
|
export default _default;
|
|
52
50
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
51
|
type __VLS_TypePropsToRuntimeProps<T> = {
|