vft 0.0.231 → 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/input/input.vue2.js +4 -4
- 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/input/input.vue2.cjs +1 -1
- 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
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
* 代码演示类型
|
|
16
16
|
*/
|
|
17
17
|
type: {
|
|
18
|
-
type: PropType<"
|
|
18
|
+
type: PropType<"vue" | "normal" | "react">;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
/**
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
* 代码演示类型
|
|
62
62
|
*/
|
|
63
63
|
type: {
|
|
64
|
-
type: PropType<"
|
|
64
|
+
type: PropType<"vue" | "normal" | "react">;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
@@ -4,7 +4,7 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
|
|
|
4
4
|
default: number;
|
|
5
5
|
};
|
|
6
6
|
data: {
|
|
7
|
-
type: import("vue").PropType<import("
|
|
7
|
+
type: import("vue").PropType<import("..").TabProps[]>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
id: {
|
|
@@ -15,13 +15,15 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
|
|
|
15
15
|
type: StringConstructor;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
-
}, () => import("vue").VNode
|
|
18
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
21
|
active: {
|
|
20
22
|
type: NumberConstructor;
|
|
21
23
|
default: number;
|
|
22
24
|
};
|
|
23
25
|
data: {
|
|
24
|
-
type: import("vue").PropType<import("
|
|
26
|
+
type: import("vue").PropType<import("..").TabProps[]>;
|
|
25
27
|
required: true;
|
|
26
28
|
};
|
|
27
29
|
id: {
|
|
@@ -19,9 +19,9 @@ export declare const VftMdContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
};
|
|
21
21
|
}>>, {}, {}, {}, {}, {}>;
|
|
22
|
-
__isFragment?:
|
|
23
|
-
__isTeleport?:
|
|
24
|
-
__isSuspense?:
|
|
22
|
+
__isFragment?: undefined;
|
|
23
|
+
__isTeleport?: undefined;
|
|
24
|
+
__isSuspense?: undefined;
|
|
25
25
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
tocList: {
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
@@ -2,11 +2,9 @@ interface Props {
|
|
|
2
2
|
/** 标题目录列表 */
|
|
3
3
|
tocList?: string;
|
|
4
4
|
}
|
|
5
|
-
declare
|
|
5
|
+
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>>>, {}, {}>, {
|
|
6
6
|
default?(_: {}): any;
|
|
7
|
-
}
|
|
8
|
-
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>>>, {}, {}>;
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7
|
+
}>;
|
|
10
8
|
export default _default;
|
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../alert/index.cjs");require("../avatar/index.cjs");require("../backtop/index.cjs");require("../button/index.cjs");require("../card/index.cjs");require("../check-tag/index.cjs");require("../checkbox/index.cjs");require("../clamp/index.cjs");require("../clamp-toggle/index.cjs");require("../clamp-tooltip/index.cjs");require("../col/index.cjs");require("../collapse-transition/index.cjs");require("../color-picker/index.cjs");require("../config-provider/index.cjs");require("../container/index.cjs");const o=require("@vft/utils");require("../context-menu/context-menu.vue2.cjs");require("../date-picker/index.cjs");require("../date-time-select/index.cjs");require("../descriptions/index.cjs");require("../dialog/index.cjs");require("../divider/index.cjs");require("../drawer/index.cjs");require("../dropdown/index.cjs");require("../empty/index.cjs");require("../exception/index.cjs");require("../footer-layout/index.cjs");require("../form/index.cjs");require("../full-screen/index.cjs");require("../header-layout/index.cjs");require("../horizontal-menu/index.cjs");const p=require("../icon/index.cjs"),N=require("../icon-text/index.cjs");require("../iframe-layout/index.cjs");require("../image/index.cjs");require("../image-viewer/index.cjs");require("../input/index.cjs");require("../input-number/index.cjs");require("../link/index.cjs");require("../list-cell/index.cjs");require("../logo/index.cjs");require("../menu/index.cjs");require("../multiple-tabs/index.cjs");require("../overlay/index.cjs");require("../page-wrapper/index.cjs");require("../pagination/index.cjs");require("../popconfirm/index.cjs");require("../popover/index.cjs");require("../popper/index.cjs");require("../qrcode/index.cjs");require("../radio/index.cjs");require("../result/index.cjs");require("../router-view-content/index.cjs");require("../row/index.cjs");require("../scrollbar/index.cjs");require("../search/index.cjs");require("../select/index.cjs");require("../side-menu/index.cjs");require("../skeleton/index.cjs");require("../slider/index.cjs");require("../space/index.cjs");require("../switch/index.cjs");require("../table/index.cjs");require("../tabs/index.cjs");const E=require("../tag/index.cjs");require("../time-picker/index.cjs");require("../tooltip/index.cjs");require("../tree/index.cjs");require("../verify-code/index.cjs");require("../virtual-list/components/dynamic-size-grid.cjs");require("../virtual-list/components/dynamic-size-list.cjs");require("../virtual-list/components/fixed-size-grid.cjs");require("../virtual-list/components/fixed-size-list.cjs");require("../virtual-list/props.cjs");require("../steps/index.cjs");require("../autocomplete/index.cjs");require("../modal/index.cjs");require("../progress/index.cjs");require("../super-form/index.cjs");require("../upload/index.cjs");require("../carousel/index.cjs");require("../timeline/index.cjs");require("../md-code-demo/index.cjs");require("../md-code-tabs/index.cjs");const T=require("../md-comment/index.cjs");require("./index.cjs");require("../md-tabs/index.cjs");require("../md-vue-playground/index.cjs");require("@vueuse/core");const b=require("../../utils/ns-cover.cjs");require("lodash-es");const B=require("../../hooks/use-namespace/index.cjs");require("../../hooks/use-model-toggle/index.cjs");require("@popperjs/core");require("../../hooks/use-z-index/index.cjs");require("../message/index.cjs");require("../infinite-scroll/index.cjs");require("../progress-i/index.cjs");const S=require("@vft/router"),g=require("@vft/use"),L=require("./toc.cjs"),$=require("./use/useCopyCode.cjs"),w=require("./use/useActiveHeaderLinks.cjs"),z=require("./utils.cjs"),D={class:"info-container"},A={key:0,class:"left"},P={class:"infos"},I={class:"reading",title:"阅读量"},M=["data-path"],H=e.createElementVNode("ins",{class:"adsbygoogle",style:{display:"block","text-align":"center"},"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-client":"ca-pub-4046301015031382","data-ad-slot":"6525439078"},null,-1),R=e.defineComponent({name:"vft-md-container"}),O=e.defineComponent({...R,props:{tocList:{}},setup(
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../alert/index.cjs");require("../avatar/index.cjs");require("../backtop/index.cjs");require("../button/index.cjs");require("../card/index.cjs");require("../check-tag/index.cjs");require("../checkbox/index.cjs");require("../clamp/index.cjs");require("../clamp-toggle/index.cjs");require("../clamp-tooltip/index.cjs");require("../col/index.cjs");require("../collapse-transition/index.cjs");require("../color-picker/index.cjs");require("../config-provider/index.cjs");require("../container/index.cjs");const o=require("@vft/utils");require("../context-menu/context-menu.vue2.cjs");require("../date-picker/index.cjs");require("../date-time-select/index.cjs");require("../descriptions/index.cjs");require("../dialog/index.cjs");require("../divider/index.cjs");require("../drawer/index.cjs");require("../dropdown/index.cjs");require("../empty/index.cjs");require("../exception/index.cjs");require("../footer-layout/index.cjs");require("../form/index.cjs");require("../full-screen/index.cjs");require("../header-layout/index.cjs");require("../horizontal-menu/index.cjs");const p=require("../icon/index.cjs"),N=require("../icon-text/index.cjs");require("../iframe-layout/index.cjs");require("../image/index.cjs");require("../image-viewer/index.cjs");require("../input/index.cjs");require("../input-number/index.cjs");require("../link/index.cjs");require("../list-cell/index.cjs");require("../logo/index.cjs");require("../menu/index.cjs");require("../multiple-tabs/index.cjs");require("../overlay/index.cjs");require("../page-wrapper/index.cjs");require("../pagination/index.cjs");require("../popconfirm/index.cjs");require("../popover/index.cjs");require("../popper/index.cjs");require("../qrcode/index.cjs");require("../radio/index.cjs");require("../result/index.cjs");require("../router-view-content/index.cjs");require("../row/index.cjs");require("../scrollbar/index.cjs");require("../search/index.cjs");require("../select/index.cjs");require("../side-menu/index.cjs");require("../skeleton/index.cjs");require("../slider/index.cjs");require("../space/index.cjs");require("../switch/index.cjs");require("../table/index.cjs");require("../tabs/index.cjs");const E=require("../tag/index.cjs");require("../time-picker/index.cjs");require("../tooltip/index.cjs");require("../tree/index.cjs");require("../verify-code/index.cjs");require("../virtual-list/components/dynamic-size-grid.cjs");require("../virtual-list/components/dynamic-size-list.cjs");require("../virtual-list/components/fixed-size-grid.cjs");require("../virtual-list/components/fixed-size-list.cjs");require("../virtual-list/props.cjs");require("../steps/index.cjs");require("../autocomplete/index.cjs");require("../modal/index.cjs");require("../progress/index.cjs");require("../super-form/index.cjs");require("../upload/index.cjs");require("../carousel/index.cjs");require("../timeline/index.cjs");require("../md-code-demo/index.cjs");require("../md-code-tabs/index.cjs");const T=require("../md-comment/index.cjs");require("./index.cjs");require("../md-tabs/index.cjs");require("../md-vue-playground/index.cjs");require("@vueuse/core");const b=require("../../utils/ns-cover.cjs");require("lodash-es");const B=require("../../hooks/use-namespace/index.cjs");require("../../hooks/use-model-toggle/index.cjs");require("@popperjs/core");require("../../hooks/use-z-index/index.cjs");require("../message/index.cjs");require("../infinite-scroll/index.cjs");require("../progress-i/index.cjs");const S=require("@vft/router"),g=require("@vft/use"),L=require("./toc.cjs"),$=require("./use/useCopyCode.cjs"),w=require("./use/useActiveHeaderLinks.cjs"),z=require("./utils.cjs"),D={class:"info-container"},A={key:0,class:"left"},P={class:"infos"},I={class:"reading",title:"阅读量"},M=["data-path"],H=e.createElementVNode("ins",{class:"adsbygoogle",style:{display:"block","text-align":"center"},"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-client":"ca-pub-4046301015031382","data-ad-slot":"6525439078"},null,-1),R=e.defineComponent({name:"vft-md-container"}),O=e.defineComponent({...R,props:{tocList:{}},setup(s){const u=B.useNamespace("md-container"),y=e.getCurrentInstance(),a=e.computed(()=>s.tocList&&s.tocList!=="undefined"?JSON.parse(s.tocList):""),{initPhotoSwipe:h}=g.usePhotoSwipe(`.${u.e("content")} img`);h(),w.useActiveHeaderLinks({}),$.useCopyCode();const c=y.appContext.config.globalProperties.$router,i=c.currentRoute.value;e.onMounted(()=>{e.nextTick(()=>{setTimeout(()=>{o.jumpElement(encodeURI(i.hash))});const t=document.querySelectorAll(".item.expand"),n=document.querySelectorAll("div.language-vue");for(let r=0;r<t.length;r++)g.useEventListener(t[r],"click",()=>{n[r].offsetHeight===0?(n[r].style.height="auto",n[r].style.visibility="visible"):(n[r].style.height="0px",n[r].style.visibility="hidden")})})});const v=b.primaryColor(),C=o.isClient?location.pathname:"",{go:_}=S.useRouterHelper(c);function V(t){_("/?classify="+t)}const k=e.computed(()=>{var t;return(t=i.meta.category)==null?void 0:t.includes("api")});return(t,n)=>{var r,l,q,d,m;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(u).b(),e.unref(u).is("api",k.value)])},[a.value?(e.openBlock(),e.createBlock(e.unref(L.default),{key:0,items:a.value,route:e.unref(i)},null,8,["items","route"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("header"))},[e.createElementVNode("h1",{class:e.normalizeClass(e.unref(u).e("title"))},e.toDisplayString((r=e.unref(i).meta)==null?void 0:r.title),3),e.createElementVNode("div",D,[(q=(l=e.unref(i).meta)==null?void 0:l.category)!=null&&q.length?(e.openBlock(),e.createElementBlock("div",A,[e.createVNode(e.unref(p.VftIcon),{size:14,color:e.unref(v),icon:"icon-category"},null,8,["color"]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((d=e.unref(i).meta)==null?void 0:d.category,(f,x)=>(e.openBlock(),e.createBlock(e.unref(E.VftTag),{size:"small",class:"tag",type:e.unref(o.getRandomElementForArr)(e.unref(z.COMP_TYPE),1)[0],key:x,onClick:j=>V(f)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f),1)]),_:2},1032,["type","onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",P,[e.createVNode(e.unref(N.VftIconText),{title:"发布时间",icon:"icon-date",size:12,class:"mr-10px",distance:5,text:e.unref(o.formatToDateTime)(((m=e.unref(i).meta)!=null&&m.date?new Date(e.unref(i).meta.date).getTime():new Date().getTime())-e.unref(o.getDayTimestamp)())},null,8,["text"]),e.createElementVNode("div",I,[e.createVNode(e.unref(p.VftIcon),{icon:"icon-reading",size:14,class:"mr-5px"}),e.createElementVNode("div",{class:"waline-pageview-count lh-1","data-path":e.unref(C)},"0",8,M)])])])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("content"))},[e.renderSlot(t.$slots,"default")],2),e.createVNode(e.unref(T.VftMdComment)),H],2)}}});exports.default=O;
|
|
@@ -15,7 +15,9 @@ export declare const VftMdTabs: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
15
15
|
type: StringConstructor;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
-
}, () => import("vue").VNode
|
|
18
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
21
|
active: {
|
|
20
22
|
type: NumberConstructor;
|
|
21
23
|
default: number;
|
|
@@ -31,7 +31,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
31
31
|
};
|
|
32
32
|
}, {
|
|
33
33
|
open: (index: string) => void;
|
|
34
|
-
close: (index: string, indexPath: string[], e?: Event) => void;
|
|
34
|
+
close: (index: string, indexPath: string[], e?: Event | undefined) => void;
|
|
35
35
|
handleResize: () => void;
|
|
36
36
|
menu: import("vue").Ref<HTMLUListElement | undefined>;
|
|
37
37
|
inSubMenu: import("vue").Ref<boolean>;
|
|
@@ -42,12 +42,12 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
42
42
|
close: (val: {
|
|
43
43
|
index: string;
|
|
44
44
|
indexPath: string[];
|
|
45
|
-
event?: Event;
|
|
45
|
+
event?: Event | undefined;
|
|
46
46
|
}) => void;
|
|
47
47
|
open: (val: {
|
|
48
48
|
index: string;
|
|
49
49
|
indexPath: string[];
|
|
50
|
-
event?: Event;
|
|
50
|
+
event?: Event | undefined;
|
|
51
51
|
}) => void;
|
|
52
52
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
mode: {
|
|
@@ -85,12 +85,12 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
85
85
|
onClose?: ((val: {
|
|
86
86
|
index: string;
|
|
87
87
|
indexPath: string[];
|
|
88
|
-
event?: Event;
|
|
88
|
+
event?: Event | undefined;
|
|
89
89
|
}) => any) | undefined;
|
|
90
90
|
onOpen?: ((val: {
|
|
91
91
|
index: string;
|
|
92
92
|
indexPath: string[];
|
|
93
|
-
event?: Event;
|
|
93
|
+
event?: Event | undefined;
|
|
94
94
|
}) => any) | undefined;
|
|
95
95
|
"onUpdate:collapse"?: ((val: boolean) => any) | undefined;
|
|
96
96
|
"onSub-menu-click"?: ((val: any) => any) | undefined;
|
|
@@ -104,13 +104,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
104
104
|
type: import("vue").PropType<string>;
|
|
105
105
|
};
|
|
106
106
|
route: {
|
|
107
|
-
type: import("vue").PropType<import("vue-router").
|
|
107
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
108
108
|
};
|
|
109
109
|
disabled: {
|
|
110
110
|
type: import("vue").PropType<boolean>;
|
|
111
111
|
};
|
|
112
112
|
icon: {
|
|
113
|
-
type: import("vue").PropType<string | import("
|
|
113
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
114
114
|
};
|
|
115
115
|
title: {
|
|
116
116
|
type: import("vue").PropType<string | number>;
|
|
@@ -143,13 +143,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
143
143
|
type: import("vue").PropType<string>;
|
|
144
144
|
};
|
|
145
145
|
route: {
|
|
146
|
-
type: import("vue").PropType<import("vue-router").
|
|
146
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
147
147
|
};
|
|
148
148
|
disabled: {
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
};
|
|
151
151
|
icon: {
|
|
152
|
-
type: import("vue").PropType<string | import("
|
|
152
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
153
153
|
};
|
|
154
154
|
title: {
|
|
155
155
|
type: import("vue").PropType<string | number>;
|
|
@@ -185,13 +185,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
185
185
|
type: import("vue").PropType<string>;
|
|
186
186
|
};
|
|
187
187
|
route: {
|
|
188
|
-
type: import("vue").PropType<import("vue-router").
|
|
188
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
189
189
|
};
|
|
190
190
|
disabled: {
|
|
191
191
|
type: import("vue").PropType<boolean>;
|
|
192
192
|
};
|
|
193
193
|
icon: {
|
|
194
|
-
type: import("vue").PropType<string | import("
|
|
194
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
195
195
|
};
|
|
196
196
|
title: {
|
|
197
197
|
type: import("vue").PropType<string | number>;
|
|
@@ -213,9 +213,9 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
213
213
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
214
214
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
215
215
|
}, {}, {}, {}, {}, {}>;
|
|
216
|
-
__isFragment?:
|
|
217
|
-
__isTeleport?:
|
|
218
|
-
__isSuspense?:
|
|
216
|
+
__isFragment?: undefined;
|
|
217
|
+
__isTeleport?: undefined;
|
|
218
|
+
__isSuspense?: undefined;
|
|
219
219
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
220
220
|
[x: string]: {
|
|
221
221
|
type: import("vue").PropType<any>;
|
|
@@ -224,13 +224,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
224
224
|
type: import("vue").PropType<string>;
|
|
225
225
|
};
|
|
226
226
|
route: {
|
|
227
|
-
type: import("vue").PropType<import("vue-router").
|
|
227
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
228
228
|
};
|
|
229
229
|
disabled: {
|
|
230
230
|
type: import("vue").PropType<boolean>;
|
|
231
231
|
};
|
|
232
232
|
icon: {
|
|
233
|
-
type: import("vue").PropType<string | import("
|
|
233
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
234
234
|
};
|
|
235
235
|
title: {
|
|
236
236
|
type: import("vue").PropType<string | number>;
|
|
@@ -282,9 +282,9 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
282
282
|
type: import("vue").PropType<string>;
|
|
283
283
|
};
|
|
284
284
|
}>>, {}, {}, {}, {}, {}>;
|
|
285
|
-
__isFragment?:
|
|
286
|
-
__isTeleport?:
|
|
287
|
-
__isSuspense?:
|
|
285
|
+
__isFragment?: undefined;
|
|
286
|
+
__isTeleport?: undefined;
|
|
287
|
+
__isSuspense?: undefined;
|
|
288
288
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
289
289
|
title: {
|
|
290
290
|
type: import("vue").PropType<string>;
|
|
@@ -319,22 +319,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
319
319
|
type: import("vue").PropType<number>;
|
|
320
320
|
};
|
|
321
321
|
expandIcon: {
|
|
322
|
-
type: import("vue").PropType<string | import("
|
|
322
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
323
323
|
};
|
|
324
324
|
collapseIcon: {
|
|
325
|
-
type: import("vue").PropType<string | import("
|
|
325
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
326
326
|
};
|
|
327
327
|
title: {
|
|
328
328
|
type: import("vue").PropType<string>;
|
|
329
329
|
};
|
|
330
330
|
icon: {
|
|
331
|
-
type: import("vue").PropType<string | import("
|
|
331
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
332
332
|
};
|
|
333
333
|
showArrow: {
|
|
334
334
|
type: import("vue").PropType<boolean>;
|
|
335
335
|
};
|
|
336
336
|
toolTipCfg: {
|
|
337
|
-
type: import("vue").PropType<import("
|
|
337
|
+
type: import("vue").PropType<import("..").ToolTipProps>;
|
|
338
338
|
};
|
|
339
339
|
teleported: {
|
|
340
340
|
type: import("vue").PropType<boolean>;
|
|
@@ -368,22 +368,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
368
368
|
type: import("vue").PropType<number>;
|
|
369
369
|
};
|
|
370
370
|
expandIcon: {
|
|
371
|
-
type: import("vue").PropType<string | import("
|
|
371
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
372
372
|
};
|
|
373
373
|
collapseIcon: {
|
|
374
|
-
type: import("vue").PropType<string | import("
|
|
374
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
375
375
|
};
|
|
376
376
|
title: {
|
|
377
377
|
type: import("vue").PropType<string>;
|
|
378
378
|
};
|
|
379
379
|
icon: {
|
|
380
|
-
type: import("vue").PropType<string | import("
|
|
380
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
381
381
|
};
|
|
382
382
|
showArrow: {
|
|
383
383
|
type: import("vue").PropType<boolean>;
|
|
384
384
|
};
|
|
385
385
|
toolTipCfg: {
|
|
386
|
-
type: import("vue").PropType<import("
|
|
386
|
+
type: import("vue").PropType<import("..").ToolTipProps>;
|
|
387
387
|
};
|
|
388
388
|
teleported: {
|
|
389
389
|
type: import("vue").PropType<boolean>;
|
|
@@ -406,13 +406,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
406
406
|
type: import("vue").PropType<string>;
|
|
407
407
|
};
|
|
408
408
|
route: {
|
|
409
|
-
type: import("vue").PropType<import("vue-router").
|
|
409
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
410
410
|
};
|
|
411
411
|
disabled: {
|
|
412
412
|
type: import("vue").PropType<boolean>;
|
|
413
413
|
};
|
|
414
414
|
icon: {
|
|
415
|
-
type: import("vue").PropType<string | import("
|
|
415
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
416
416
|
};
|
|
417
417
|
title: {
|
|
418
418
|
type: import("vue").PropType<string | number>;
|
|
@@ -445,13 +445,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
445
445
|
type: import("vue").PropType<string>;
|
|
446
446
|
};
|
|
447
447
|
route: {
|
|
448
|
-
type: import("vue").PropType<import("vue-router").
|
|
448
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
449
449
|
};
|
|
450
450
|
disabled: {
|
|
451
451
|
type: import("vue").PropType<boolean>;
|
|
452
452
|
};
|
|
453
453
|
icon: {
|
|
454
|
-
type: import("vue").PropType<string | import("
|
|
454
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
455
455
|
};
|
|
456
456
|
title: {
|
|
457
457
|
type: import("vue").PropType<string | number>;
|
|
@@ -487,13 +487,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
487
487
|
type: import("vue").PropType<string>;
|
|
488
488
|
};
|
|
489
489
|
route: {
|
|
490
|
-
type: import("vue").PropType<import("vue-router").
|
|
490
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
491
491
|
};
|
|
492
492
|
disabled: {
|
|
493
493
|
type: import("vue").PropType<boolean>;
|
|
494
494
|
};
|
|
495
495
|
icon: {
|
|
496
|
-
type: import("vue").PropType<string | import("
|
|
496
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
497
497
|
};
|
|
498
498
|
title: {
|
|
499
499
|
type: import("vue").PropType<string | number>;
|
|
@@ -515,9 +515,9 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
515
515
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
516
516
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
517
517
|
}, {}, {}, {}, {}, {}>;
|
|
518
|
-
__isFragment?:
|
|
519
|
-
__isTeleport?:
|
|
520
|
-
__isSuspense?:
|
|
518
|
+
__isFragment?: undefined;
|
|
519
|
+
__isTeleport?: undefined;
|
|
520
|
+
__isSuspense?: undefined;
|
|
521
521
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
522
522
|
[x: string]: {
|
|
523
523
|
type: import("vue").PropType<any>;
|
|
@@ -526,13 +526,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
526
526
|
type: import("vue").PropType<string>;
|
|
527
527
|
};
|
|
528
528
|
route: {
|
|
529
|
-
type: import("vue").PropType<import("vue-router").
|
|
529
|
+
type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
530
530
|
};
|
|
531
531
|
disabled: {
|
|
532
532
|
type: import("vue").PropType<boolean>;
|
|
533
533
|
};
|
|
534
534
|
icon: {
|
|
535
|
-
type: import("vue").PropType<string | import("
|
|
535
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
536
536
|
};
|
|
537
537
|
title: {
|
|
538
538
|
type: import("vue").PropType<string | number>;
|
|
@@ -584,9 +584,9 @@ export declare const VftMenuItemGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
584
584
|
type: import("vue").PropType<string>;
|
|
585
585
|
};
|
|
586
586
|
}>>, {}, {}, {}, {}, {}>;
|
|
587
|
-
__isFragment?:
|
|
588
|
-
__isTeleport?:
|
|
589
|
-
__isSuspense?:
|
|
587
|
+
__isFragment?: undefined;
|
|
588
|
+
__isTeleport?: undefined;
|
|
589
|
+
__isSuspense?: undefined;
|
|
590
590
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
591
591
|
title: {
|
|
592
592
|
type: import("vue").PropType<string>;
|
|
@@ -621,22 +621,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
621
621
|
type: import("vue").PropType<number>;
|
|
622
622
|
};
|
|
623
623
|
expandIcon: {
|
|
624
|
-
type: import("vue").PropType<string | import("
|
|
624
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
625
625
|
};
|
|
626
626
|
collapseIcon: {
|
|
627
|
-
type: import("vue").PropType<string | import("
|
|
627
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
628
628
|
};
|
|
629
629
|
title: {
|
|
630
630
|
type: import("vue").PropType<string>;
|
|
631
631
|
};
|
|
632
632
|
icon: {
|
|
633
|
-
type: import("vue").PropType<string | import("
|
|
633
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
634
634
|
};
|
|
635
635
|
showArrow: {
|
|
636
636
|
type: import("vue").PropType<boolean>;
|
|
637
637
|
};
|
|
638
638
|
toolTipCfg: {
|
|
639
|
-
type: import("vue").PropType<import("
|
|
639
|
+
type: import("vue").PropType<import("..").ToolTipProps>;
|
|
640
640
|
};
|
|
641
641
|
teleported: {
|
|
642
642
|
type: import("vue").PropType<boolean>;
|
|
@@ -670,22 +670,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
670
670
|
type: import("vue").PropType<number>;
|
|
671
671
|
};
|
|
672
672
|
expandIcon: {
|
|
673
|
-
type: import("vue").PropType<string | import("
|
|
673
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
674
674
|
};
|
|
675
675
|
collapseIcon: {
|
|
676
|
-
type: import("vue").PropType<string | import("
|
|
676
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
677
677
|
};
|
|
678
678
|
title: {
|
|
679
679
|
type: import("vue").PropType<string>;
|
|
680
680
|
};
|
|
681
681
|
icon: {
|
|
682
|
-
type: import("vue").PropType<string | import("
|
|
682
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
683
683
|
};
|
|
684
684
|
showArrow: {
|
|
685
685
|
type: import("vue").PropType<boolean>;
|
|
686
686
|
};
|
|
687
687
|
toolTipCfg: {
|
|
688
|
-
type: import("vue").PropType<import("
|
|
688
|
+
type: import("vue").PropType<import("..").ToolTipProps>;
|
|
689
689
|
};
|
|
690
690
|
teleported: {
|
|
691
691
|
type: import("vue").PropType<boolean>;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
title?: string;
|
|
3
3
|
}
|
|
4
|
-
declare
|
|
4
|
+
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>>>, {}, {}>, {
|
|
5
5
|
title?(_: {}): any;
|
|
6
6
|
default?(_: {}): any;
|
|
7
|
-
}
|
|
8
|
-
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>>>, {}, {}>;
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7
|
+
}>;
|
|
10
8
|
export default _default;
|
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -15,11 +15,7 @@ export interface MenuItemProps {
|
|
|
15
15
|
reverse?: boolean;
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}
|
|
18
|
-
declare
|
|
19
|
-
title?(_: {}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
};
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
19
|
click: (...args: any[]) => void;
|
|
24
20
|
mouseenter: (...args: any[]) => void;
|
|
25
21
|
mouseleave: (...args: any[]) => void;
|
|
@@ -27,8 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
27
23
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
28
24
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
29
25
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}, {}, {}
|
|
31
|
-
|
|
26
|
+
}, {}, {}>, {
|
|
27
|
+
title?(_: {}): any;
|
|
28
|
+
default?(_: {}): any;
|
|
29
|
+
}>;
|
|
32
30
|
export default _default;
|
|
33
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
32
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -24,7 +24,7 @@ export interface MenuProps {
|
|
|
24
24
|
}
|
|
25
25
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuProps>, {
|
|
26
26
|
open: (index: string) => void;
|
|
27
|
-
close: (index: string, indexPath: string[], e?: Event) => void;
|
|
27
|
+
close: (index: string, indexPath: string[], e?: Event | undefined) => void;
|
|
28
28
|
handleResize: () => void;
|
|
29
29
|
menu: import("vue").Ref<HTMLUListElement | undefined>;
|
|
30
30
|
inSubMenu: import("vue").Ref<boolean>;
|
|
@@ -35,24 +35,24 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
35
35
|
close: (val: {
|
|
36
36
|
index: string;
|
|
37
37
|
indexPath: string[];
|
|
38
|
-
event?: Event;
|
|
38
|
+
event?: Event | undefined;
|
|
39
39
|
}) => void;
|
|
40
40
|
open: (val: {
|
|
41
41
|
index: string;
|
|
42
42
|
indexPath: string[];
|
|
43
|
-
event?: Event;
|
|
43
|
+
event?: Event | undefined;
|
|
44
44
|
}) => void;
|
|
45
45
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MenuProps>>> & {
|
|
46
46
|
onSelect?: ((menuItem: MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
|
|
47
47
|
onClose?: ((val: {
|
|
48
48
|
index: string;
|
|
49
49
|
indexPath: string[];
|
|
50
|
-
event?: Event;
|
|
50
|
+
event?: Event | undefined;
|
|
51
51
|
}) => any) | undefined;
|
|
52
52
|
onOpen?: ((val: {
|
|
53
53
|
index: string;
|
|
54
54
|
indexPath: string[];
|
|
55
|
-
event?: Event;
|
|
55
|
+
event?: Event | undefined;
|
|
56
56
|
}) => any) | undefined;
|
|
57
57
|
"onUpdate:collapse"?: ((val: boolean) => any) | undefined;
|
|
58
58
|
"onSub-menu-click"?: ((val: any) => any) | undefined;
|
|
@@ -17,10 +17,7 @@ export interface MessageProps {
|
|
|
17
17
|
repeatNum?: number;
|
|
18
18
|
}
|
|
19
19
|
declare function close(): void;
|
|
20
|
-
declare
|
|
21
|
-
default?(_: {}): any;
|
|
22
|
-
};
|
|
23
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MessageProps>, {
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MessageProps>, {
|
|
24
21
|
visible: import("vue").Ref<boolean>;
|
|
25
22
|
bottom: import("vue").ComputedRef<number>;
|
|
26
23
|
close: typeof close;
|
|
@@ -28,8 +25,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
28
25
|
destroy: (...args: any[]) => void;
|
|
29
26
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MessageProps>>> & {
|
|
30
27
|
onDestroy?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}, {}, {}
|
|
32
|
-
|
|
28
|
+
}, {}, {}>, {
|
|
29
|
+
default?(_: {}): any;
|
|
30
|
+
}>;
|
|
33
31
|
export default _default;
|
|
34
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|