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
|
@@ -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> = {
|
|
@@ -14,7 +14,7 @@ import "../collapse-transition/index.js";
|
|
|
14
14
|
import "../color-picker/index.js";
|
|
15
15
|
import "../config-provider/index.js";
|
|
16
16
|
import "../container/index.js";
|
|
17
|
-
import { jumpElement as q, getRandomElementForArr as F, formatToDateTime as J, getDayTimestamp as O } from "@vft/utils";
|
|
17
|
+
import { jumpElement as q, getRandomElementForArr as F, formatToDateTime as J, getDayTimestamp as O, isClient as j } from "@vft/utils";
|
|
18
18
|
import "../context-menu/context-menu.vue2.js";
|
|
19
19
|
import "../date-picker/index.js";
|
|
20
20
|
import "../date-time-select/index.js";
|
|
@@ -31,7 +31,7 @@ import "../full-screen/index.js";
|
|
|
31
31
|
import "../header-layout/index.js";
|
|
32
32
|
import "../horizontal-menu/index.js";
|
|
33
33
|
import { VftIcon as T } from "../icon/index.js";
|
|
34
|
-
import { VftIconText as
|
|
34
|
+
import { VftIconText as U } from "../icon-text/index.js";
|
|
35
35
|
import "../iframe-layout/index.js";
|
|
36
36
|
import "../image/index.js";
|
|
37
37
|
import "../image-viewer/index.js";
|
|
@@ -63,7 +63,7 @@ import "../space/index.js";
|
|
|
63
63
|
import "../switch/index.js";
|
|
64
64
|
import "../table/index.js";
|
|
65
65
|
import "../tabs/index.js";
|
|
66
|
-
import { VftTag as
|
|
66
|
+
import { VftTag as Y } from "../tag/index.js";
|
|
67
67
|
import "../time-picker/index.js";
|
|
68
68
|
import "../tooltip/index.js";
|
|
69
69
|
import "../tree/index.js";
|
|
@@ -83,49 +83,49 @@ import "../carousel/index.js";
|
|
|
83
83
|
import "../timeline/index.js";
|
|
84
84
|
import "../md-code-demo/index.js";
|
|
85
85
|
import "../md-code-tabs/index.js";
|
|
86
|
-
import { VftMdComment as
|
|
86
|
+
import { VftMdComment as G } from "../md-comment/index.js";
|
|
87
87
|
import "./index.js";
|
|
88
88
|
import "../md-tabs/index.js";
|
|
89
89
|
import "../md-vue-playground/index.js";
|
|
90
90
|
import "@vueuse/core";
|
|
91
|
-
import { primaryColor as
|
|
91
|
+
import { primaryColor as K } from "../../utils/ns-cover.js";
|
|
92
92
|
import "lodash-es";
|
|
93
|
-
import { useNamespace as
|
|
93
|
+
import { useNamespace as Q } from "../../hooks/use-namespace/index.js";
|
|
94
94
|
import "../../hooks/use-model-toggle/index.js";
|
|
95
95
|
import "@popperjs/core";
|
|
96
96
|
import "../../hooks/use-z-index/index.js";
|
|
97
97
|
import "../message/index.js";
|
|
98
98
|
import "../infinite-scroll/index.js";
|
|
99
99
|
import "../progress-i/index.js";
|
|
100
|
-
import { useRouterHelper as
|
|
101
|
-
import { usePhotoSwipe as
|
|
102
|
-
import
|
|
103
|
-
import { useCopyCode as
|
|
104
|
-
import { useActiveHeaderLinks as
|
|
105
|
-
import { COMP_TYPE as
|
|
106
|
-
const
|
|
100
|
+
import { useRouterHelper as W } from "@vft/router";
|
|
101
|
+
import { usePhotoSwipe as X, useEventListener as Z } from "@vft/use";
|
|
102
|
+
import tt from "./toc.js";
|
|
103
|
+
import { useCopyCode as ot } from "./use/useCopyCode.js";
|
|
104
|
+
import { useActiveHeaderLinks as it } from "./use/useActiveHeaderLinks.js";
|
|
105
|
+
import { COMP_TYPE as et } from "./utils.js";
|
|
106
|
+
const rt = { class: "info-container" }, mt = {
|
|
107
107
|
key: 0,
|
|
108
108
|
class: "left"
|
|
109
|
-
},
|
|
109
|
+
}, pt = { class: "infos" }, nt = {
|
|
110
110
|
class: "reading",
|
|
111
111
|
title: "阅读量"
|
|
112
|
-
},
|
|
112
|
+
}, at = ["data-path"], st = /* @__PURE__ */ r("ins", {
|
|
113
113
|
class: "adsbygoogle",
|
|
114
114
|
style: { display: "block", "text-align": "center" },
|
|
115
115
|
"data-ad-layout": "in-article",
|
|
116
116
|
"data-ad-format": "fluid",
|
|
117
117
|
"data-ad-client": "ca-pub-4046301015031382",
|
|
118
118
|
"data-ad-slot": "6525439078"
|
|
119
|
-
}, null, -1),
|
|
119
|
+
}, null, -1), ct = V({
|
|
120
120
|
name: "vft-md-container"
|
|
121
|
-
}),
|
|
122
|
-
...
|
|
121
|
+
}), ci = /* @__PURE__ */ V({
|
|
122
|
+
...ct,
|
|
123
123
|
props: {
|
|
124
124
|
tocList: {}
|
|
125
125
|
},
|
|
126
126
|
setup(c) {
|
|
127
|
-
const m =
|
|
128
|
-
w(),
|
|
127
|
+
const m = Q("md-container"), b = A(), d = _(() => c.tocList && c.tocList !== "undefined" ? JSON.parse(c.tocList) : ""), { initPhotoSwipe: w } = X(`.${m.e("content")} img`);
|
|
128
|
+
w(), it({}), ot();
|
|
129
129
|
const u = b.appContext.config.globalProperties.$router, e = u.currentRoute.value;
|
|
130
130
|
P(() => {
|
|
131
131
|
I(() => {
|
|
@@ -136,12 +136,12 @@ const et = { class: "info-container" }, rt = {
|
|
|
136
136
|
"div.language-vue"
|
|
137
137
|
);
|
|
138
138
|
for (let o = 0; o < i.length; o++)
|
|
139
|
-
|
|
139
|
+
Z(i[o], "click", () => {
|
|
140
140
|
p[o].offsetHeight === 0 ? (p[o].style.height = "auto", p[o].style.visibility = "visible") : (p[o].style.height = "0px", p[o].style.visibility = "hidden");
|
|
141
141
|
});
|
|
142
142
|
});
|
|
143
143
|
});
|
|
144
|
-
const L =
|
|
144
|
+
const L = K(), D = j ? location.pathname : "", { go: S } = W(u);
|
|
145
145
|
function E(i) {
|
|
146
146
|
S("/?classify=" + i);
|
|
147
147
|
}
|
|
@@ -154,7 +154,7 @@ const et = { class: "info-container" }, rt = {
|
|
|
154
154
|
return n(), l("div", {
|
|
155
155
|
class: a([t(m).b(), t(m).is("api", N.value)])
|
|
156
156
|
}, [
|
|
157
|
-
d.value ? (n(), C(t(
|
|
157
|
+
d.value ? (n(), C(t(tt), {
|
|
158
158
|
key: 0,
|
|
159
159
|
items: d.value,
|
|
160
160
|
route: t(e)
|
|
@@ -165,19 +165,19 @@ const et = { class: "info-container" }, rt = {
|
|
|
165
165
|
r("h1", {
|
|
166
166
|
class: a(t(m).e("title"))
|
|
167
167
|
}, k((o = t(e).meta) == null ? void 0 : o.title), 3),
|
|
168
|
-
r("div",
|
|
169
|
-
(g = (f = t(e).meta) == null ? void 0 : f.category) != null && g.length ? (n(), l("div",
|
|
168
|
+
r("div", rt, [
|
|
169
|
+
(g = (f = t(e).meta) == null ? void 0 : f.category) != null && g.length ? (n(), l("div", mt, [
|
|
170
170
|
s(t(T), {
|
|
171
171
|
size: 14,
|
|
172
172
|
color: t(L),
|
|
173
173
|
icon: "icon-category"
|
|
174
174
|
}, null, 8, ["color"]),
|
|
175
|
-
(n(!0), l(R, null, $((h = t(e).meta) == null ? void 0 : h.category, (v, z) => (n(), C(t(
|
|
175
|
+
(n(!0), l(R, null, $((h = t(e).meta) == null ? void 0 : h.category, (v, z) => (n(), C(t(Y), {
|
|
176
176
|
size: "small",
|
|
177
177
|
class: "tag",
|
|
178
|
-
type: t(F)(t(
|
|
178
|
+
type: t(F)(t(et), 1)[0],
|
|
179
179
|
key: z,
|
|
180
|
-
onClick: (
|
|
180
|
+
onClick: (lt) => E(v)
|
|
181
181
|
}, {
|
|
182
182
|
default: B(() => [
|
|
183
183
|
H(k(v), 1)
|
|
@@ -185,8 +185,8 @@ const et = { class: "info-container" }, rt = {
|
|
|
185
185
|
_: 2
|
|
186
186
|
}, 1032, ["type", "onClick"]))), 128))
|
|
187
187
|
])) : x("", !0),
|
|
188
|
-
r("div",
|
|
189
|
-
s(t(
|
|
188
|
+
r("div", pt, [
|
|
189
|
+
s(t(U), {
|
|
190
190
|
title: "发布时间",
|
|
191
191
|
icon: "icon-date",
|
|
192
192
|
size: 12,
|
|
@@ -196,7 +196,7 @@ const et = { class: "info-container" }, rt = {
|
|
|
196
196
|
((y = t(e).meta) != null && y.date ? new Date(t(e).meta.date).getTime() : (/* @__PURE__ */ new Date()).getTime()) - t(O)()
|
|
197
197
|
)
|
|
198
198
|
}, null, 8, ["text"]),
|
|
199
|
-
r("div",
|
|
199
|
+
r("div", nt, [
|
|
200
200
|
s(t(T), {
|
|
201
201
|
icon: "icon-reading",
|
|
202
202
|
size: 14,
|
|
@@ -205,7 +205,7 @@ const et = { class: "info-container" }, rt = {
|
|
|
205
205
|
r("div", {
|
|
206
206
|
class: "waline-pageview-count lh-1",
|
|
207
207
|
"data-path": t(D)
|
|
208
|
-
}, "0", 8,
|
|
208
|
+
}, "0", 8, at)
|
|
209
209
|
])
|
|
210
210
|
])
|
|
211
211
|
])
|
|
@@ -215,12 +215,12 @@ const et = { class: "info-container" }, rt = {
|
|
|
215
215
|
}, [
|
|
216
216
|
M(i.$slots, "default")
|
|
217
217
|
], 2),
|
|
218
|
-
s(t(
|
|
219
|
-
|
|
218
|
+
s(t(G)),
|
|
219
|
+
st
|
|
220
220
|
], 2);
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
223
|
});
|
|
224
224
|
export {
|
|
225
|
-
|
|
225
|
+
ci as default
|
|
226
226
|
};
|
|
@@ -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> = {
|