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
|
@@ -5,7 +5,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
type: {
|
|
8
|
-
type: import("vue").PropType<import("
|
|
8
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
9
9
|
};
|
|
10
10
|
id: {
|
|
11
11
|
type: import("vue").PropType<string>;
|
|
@@ -34,7 +34,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
trigger: {
|
|
37
|
-
type: import("vue").PropType<import("
|
|
37
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
tabindex: {
|
|
@@ -68,7 +68,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
68
68
|
default: number;
|
|
69
69
|
};
|
|
70
70
|
buttonProps: {
|
|
71
|
-
type: import("vue").PropType<import("
|
|
71
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
72
72
|
};
|
|
73
73
|
}>> & {
|
|
74
74
|
onClick?: ((val: MouseEvent) => any) | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
type: {
|
|
91
|
-
type: import("vue").PropType<import("
|
|
91
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
92
92
|
};
|
|
93
93
|
id: {
|
|
94
94
|
type: import("vue").PropType<string>;
|
|
@@ -117,7 +117,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
117
117
|
default: boolean;
|
|
118
118
|
};
|
|
119
119
|
trigger: {
|
|
120
|
-
type: import("vue").PropType<import("
|
|
120
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
tabindex: {
|
|
@@ -151,21 +151,21 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
151
151
|
default: number;
|
|
152
152
|
};
|
|
153
153
|
buttonProps: {
|
|
154
|
-
type: import("vue").PropType<import("
|
|
154
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
155
155
|
};
|
|
156
156
|
}>> & {
|
|
157
157
|
onClick?: ((val: MouseEvent) => any) | undefined;
|
|
158
158
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
159
159
|
onCommand?: ((val: string) => any) | undefined;
|
|
160
160
|
}, {
|
|
161
|
-
maxHeight:
|
|
161
|
+
maxHeight: string | number;
|
|
162
162
|
role: string;
|
|
163
163
|
placement: import("@popperjs/core").Placement;
|
|
164
164
|
effect: "light" | "dark";
|
|
165
165
|
loop: boolean;
|
|
166
166
|
disabled: boolean;
|
|
167
|
-
trigger: import("
|
|
168
|
-
tabindex:
|
|
167
|
+
trigger: import("..").TooltipTriggerType;
|
|
168
|
+
tabindex: string | number;
|
|
169
169
|
popperClass: string;
|
|
170
170
|
teleported: boolean;
|
|
171
171
|
hideOnClick: boolean;
|
|
@@ -184,7 +184,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
184
184
|
default: string;
|
|
185
185
|
};
|
|
186
186
|
type: {
|
|
187
|
-
type: import("vue").PropType<import("
|
|
187
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
188
188
|
};
|
|
189
189
|
id: {
|
|
190
190
|
type: import("vue").PropType<string>;
|
|
@@ -213,7 +213,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
213
213
|
default: boolean;
|
|
214
214
|
};
|
|
215
215
|
trigger: {
|
|
216
|
-
type: import("vue").PropType<import("
|
|
216
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
217
217
|
default: string;
|
|
218
218
|
};
|
|
219
219
|
tabindex: {
|
|
@@ -247,7 +247,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
247
247
|
default: number;
|
|
248
248
|
};
|
|
249
249
|
buttonProps: {
|
|
250
|
-
type: import("vue").PropType<import("
|
|
250
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
251
251
|
};
|
|
252
252
|
}>> & {
|
|
253
253
|
onClick?: ((val: MouseEvent) => any) | undefined;
|
|
@@ -258,30 +258,30 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
258
258
|
handleOpen: () => void;
|
|
259
259
|
onFocusAfterTrapped: (e: Event) => void;
|
|
260
260
|
}, {}, {}, {}, {
|
|
261
|
-
maxHeight:
|
|
261
|
+
maxHeight: string | number;
|
|
262
262
|
role: string;
|
|
263
263
|
placement: import("@popperjs/core").Placement;
|
|
264
264
|
effect: "light" | "dark";
|
|
265
265
|
loop: boolean;
|
|
266
266
|
disabled: boolean;
|
|
267
|
-
trigger: import("
|
|
268
|
-
tabindex:
|
|
267
|
+
trigger: import("..").TooltipTriggerType;
|
|
268
|
+
tabindex: string | number;
|
|
269
269
|
popperClass: string;
|
|
270
270
|
teleported: boolean;
|
|
271
271
|
hideOnClick: boolean;
|
|
272
272
|
showTimeout: number;
|
|
273
273
|
hideTimeout: number;
|
|
274
274
|
}>;
|
|
275
|
-
__isFragment?:
|
|
276
|
-
__isTeleport?:
|
|
277
|
-
__isSuspense?:
|
|
275
|
+
__isFragment?: undefined;
|
|
276
|
+
__isTeleport?: undefined;
|
|
277
|
+
__isSuspense?: undefined;
|
|
278
278
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
279
279
|
maxHeight: {
|
|
280
280
|
type: import("vue").PropType<string | number>;
|
|
281
281
|
default: string;
|
|
282
282
|
};
|
|
283
283
|
type: {
|
|
284
|
-
type: import("vue").PropType<import("
|
|
284
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
285
285
|
};
|
|
286
286
|
id: {
|
|
287
287
|
type: import("vue").PropType<string>;
|
|
@@ -310,7 +310,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
310
310
|
default: boolean;
|
|
311
311
|
};
|
|
312
312
|
trigger: {
|
|
313
|
-
type: import("vue").PropType<import("
|
|
313
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
314
314
|
default: string;
|
|
315
315
|
};
|
|
316
316
|
tabindex: {
|
|
@@ -344,7 +344,7 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
344
344
|
default: number;
|
|
345
345
|
};
|
|
346
346
|
buttonProps: {
|
|
347
|
-
type: import("vue").PropType<import("
|
|
347
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
348
348
|
};
|
|
349
349
|
}>> & {
|
|
350
350
|
onClick?: ((val: MouseEvent) => any) | undefined;
|
|
@@ -359,14 +359,14 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
359
359
|
command: (val: string) => void;
|
|
360
360
|
click: (val: MouseEvent) => void;
|
|
361
361
|
}, string, {
|
|
362
|
-
maxHeight:
|
|
362
|
+
maxHeight: string | number;
|
|
363
363
|
role: string;
|
|
364
364
|
placement: import("@popperjs/core").Placement;
|
|
365
365
|
effect: "light" | "dark";
|
|
366
366
|
loop: boolean;
|
|
367
367
|
disabled: boolean;
|
|
368
|
-
trigger: import("
|
|
369
|
-
tabindex:
|
|
368
|
+
trigger: import("..").TooltipTriggerType;
|
|
369
|
+
tabindex: string | number;
|
|
370
370
|
popperClass: string;
|
|
371
371
|
teleported: boolean;
|
|
372
372
|
hideOnClick: boolean;
|
|
@@ -9,12 +9,10 @@ export interface EmptyProps {
|
|
|
9
9
|
/** 图片底部描述 支持自定义 slot */
|
|
10
10
|
desc?: string;
|
|
11
11
|
}
|
|
12
|
-
declare
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<EmptyProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<EmptyProps>>>, {}, {}>, {
|
|
13
13
|
img?(_: {}): any;
|
|
14
14
|
default?(_: {}): any;
|
|
15
|
-
}
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<EmptyProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<EmptyProps>>>, {}, {}>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
|
+
}>;
|
|
18
16
|
export default _default;
|
|
19
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -47,9 +47,9 @@ export declare const VftEmpty: import("vft/es/utils").SFCWithInstall<{
|
|
|
47
47
|
type: import("vue").PropType<string>;
|
|
48
48
|
};
|
|
49
49
|
}>>, {}, {}, {}, {}, {}>;
|
|
50
|
-
__isFragment?:
|
|
51
|
-
__isTeleport?:
|
|
52
|
-
__isSuspense?:
|
|
50
|
+
__isFragment?: undefined;
|
|
51
|
+
__isTeleport?: undefined;
|
|
52
|
+
__isSuspense?: undefined;
|
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
img: {
|
|
55
55
|
type: import("vue").PropType<string>;
|
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
trapped: BooleanConstructor;
|
|
5
5
|
focusTrapEl: PropType<HTMLElement>;
|
|
6
6
|
focusStartEl: {
|
|
7
|
-
type: PropType<"container" | "first"
|
|
7
|
+
type: PropType<HTMLElement | "container" | "first">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
}, {
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
trapped: BooleanConstructor;
|
|
15
15
|
focusTrapEl: PropType<HTMLElement>;
|
|
16
16
|
focusStartEl: {
|
|
17
|
-
type: PropType<"container" | "first"
|
|
17
|
+
type: PropType<HTMLElement | "container" | "first">;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
}>> & {
|
|
@@ -25,5 +25,5 @@ export declare const useFocusReason: () => {
|
|
|
25
25
|
lastUserFocusTimestamp: typeof lastUserFocusTimestamp;
|
|
26
26
|
lastAutomatedFocusTimestamp: typeof lastAutomatedFocusTimestamp;
|
|
27
27
|
};
|
|
28
|
-
export declare const createFocusOutPreventedEvent: (detail: CustomEventInit[
|
|
28
|
+
export declare const createFocusOutPreventedEvent: (detail: CustomEventInit['detail']) => CustomEvent<any>;
|
|
29
29
|
export {};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
left?(_: {}): any;
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
right?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
|
+
}>;
|
|
8
6
|
export default _default;
|
|
9
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
8
|
new (): {
|
|
@@ -7,9 +7,9 @@ export declare const VftFooterLayout: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
M: {};
|
|
8
8
|
Defaults: {};
|
|
9
9
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
10
|
-
__isFragment?:
|
|
11
|
-
__isTeleport?:
|
|
12
|
-
__isSuspense?:
|
|
10
|
+
__isFragment?: undefined;
|
|
11
|
+
__isTeleport?: undefined;
|
|
12
|
+
__isSuspense?: undefined;
|
|
13
13
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
14
14
|
$slots: {
|
|
15
15
|
left?(_: {}): any;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
2
|
import type { FormItemProps, FormItemValidateState } from './types';
|
|
3
|
-
declare
|
|
4
|
-
label?(_: {
|
|
5
|
-
label: string;
|
|
6
|
-
}): any;
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
error?(_: {
|
|
9
|
-
error: string;
|
|
10
|
-
}): any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FormItemProps>, {
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FormItemProps>, {
|
|
13
4
|
required: undefined;
|
|
14
5
|
inlineMessage: string;
|
|
15
6
|
labelWidth: string;
|
|
@@ -18,7 +9,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
18
9
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
19
10
|
validateMessage: Ref<string>;
|
|
20
11
|
validateState: Ref<FormItemValidateState>;
|
|
21
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
12
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
22
13
|
clearValidate: () => void;
|
|
23
14
|
resetField: () => void;
|
|
24
15
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -35,8 +26,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
35
26
|
labelWidth: string | number;
|
|
36
27
|
inlineMessage: string | boolean;
|
|
37
28
|
showMessage: boolean;
|
|
38
|
-
}, {}
|
|
39
|
-
|
|
29
|
+
}, {}>, {
|
|
30
|
+
label?(_: {
|
|
31
|
+
label: string;
|
|
32
|
+
}): any;
|
|
33
|
+
default?(_: {}): any;
|
|
34
|
+
error?(_: {
|
|
35
|
+
error: string;
|
|
36
|
+
}): any;
|
|
37
|
+
}>;
|
|
40
38
|
export default _default;
|
|
41
39
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
40
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,25 +1,22 @@
|
|
|
1
1
|
import type { Arrayable } from 'vft/es/utils';
|
|
2
2
|
import type { FormItemProp, FormProps, FormValidateCallback, FormValidationResult } from './types';
|
|
3
|
-
declare
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FormProps>, {
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FormProps>, {
|
|
7
4
|
/**
|
|
8
5
|
* @description Validate the whole form. Receives a callback or returns `Promise`.
|
|
9
6
|
*/
|
|
10
|
-
validate: (callback?: FormValidateCallback) => FormValidationResult;
|
|
7
|
+
validate: (callback?: FormValidateCallback | undefined) => FormValidationResult;
|
|
11
8
|
/**
|
|
12
9
|
* @description Validate specified fields.
|
|
13
10
|
*/
|
|
14
|
-
validateField: (props?: Arrayable<FormItemProp
|
|
11
|
+
validateField: (props?: Arrayable<FormItemProp> | undefined, callback?: FormValidateCallback | undefined) => FormValidationResult;
|
|
15
12
|
/**
|
|
16
13
|
* @description Reset specified fields and remove validation result.
|
|
17
14
|
*/
|
|
18
|
-
resetFields: (props?: Arrayable<FormItemProp>) => void;
|
|
15
|
+
resetFields: (props?: Arrayable<FormItemProp> | undefined) => void;
|
|
19
16
|
/**
|
|
20
17
|
* @description Clear validation message for specified fields.
|
|
21
18
|
*/
|
|
22
|
-
clearValidate: (props?: Arrayable<FormItemProp>) => void;
|
|
19
|
+
clearValidate: (props?: Arrayable<FormItemProp> | undefined) => void;
|
|
23
20
|
/**
|
|
24
21
|
* @description Scroll to the specified fields.
|
|
25
22
|
*/
|
|
@@ -28,8 +25,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
28
25
|
validate: (...args: any[]) => void;
|
|
29
26
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormProps>>> & {
|
|
30
27
|
onValidate?: ((...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> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentSize } from 'vft/es/constants';
|
|
2
2
|
import type { MaybeRef } from '@vueuse/core';
|
|
3
|
-
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<
|
|
3
|
+
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
4
4
|
export declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|
|
5
|
-
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<
|
|
5
|
+
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
6
6
|
export declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|
|
@@ -9,9 +9,9 @@ export type IUseFormItemInputCommonProps = {
|
|
|
9
9
|
label?: string | number | boolean | Record<string, any>;
|
|
10
10
|
};
|
|
11
11
|
export declare const useFormItemInputId: (props: Partial<IUseFormItemInputCommonProps>, { formItemContext, disableIdGeneration, disableIdManagement, }: {
|
|
12
|
-
formItemContext?: FormItemContext;
|
|
13
|
-
disableIdGeneration?: ComputedRef<boolean> | Ref<boolean
|
|
14
|
-
disableIdManagement?: ComputedRef<boolean> | Ref<boolean
|
|
12
|
+
formItemContext?: FormItemContext | undefined;
|
|
13
|
+
disableIdGeneration?: ComputedRef<boolean> | Ref<boolean> | undefined;
|
|
14
|
+
disableIdManagement?: ComputedRef<boolean> | Ref<boolean> | undefined;
|
|
15
15
|
}) => {
|
|
16
16
|
isLabeledByFormItem: ComputedRef<boolean>;
|
|
17
17
|
inputId: Ref<string | undefined>;
|
|
@@ -50,10 +50,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
50
50
|
}>> & {
|
|
51
51
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}, {
|
|
53
|
-
validate: (callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
54
|
-
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp
|
|
55
|
-
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
56
|
-
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
53
|
+
validate: (callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
54
|
+
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
55
|
+
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
56
|
+
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
57
57
|
scrollToField: (prop: import("./types").FormItemProp) => void;
|
|
58
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
59
|
validate: (...args: any[]) => void;
|
|
@@ -161,15 +161,15 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
161
161
|
}>> & {
|
|
162
162
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
}, {
|
|
164
|
-
validate: (callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
165
|
-
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp
|
|
166
|
-
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
167
|
-
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
164
|
+
validate: (callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
165
|
+
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
166
|
+
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
167
|
+
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
168
168
|
scrollToField: (prop: import("./types").FormItemProp) => void;
|
|
169
169
|
}, {}, {}, {}, {}>;
|
|
170
|
-
__isFragment?:
|
|
171
|
-
__isTeleport?:
|
|
172
|
-
__isSuspense?:
|
|
170
|
+
__isFragment?: undefined;
|
|
171
|
+
__isTeleport?: undefined;
|
|
172
|
+
__isSuspense?: undefined;
|
|
173
173
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
174
174
|
size: {
|
|
175
175
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
@@ -219,10 +219,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
219
219
|
}>> & {
|
|
220
220
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
221
221
|
}, {
|
|
222
|
-
validate: (callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
223
|
-
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp
|
|
224
|
-
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
225
|
-
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp>) => void;
|
|
222
|
+
validate: (callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
223
|
+
validateField: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
224
|
+
resetFields: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
225
|
+
clearValidate: (props?: import("vft/es/utils").Arrayable<import("./types").FormItemProp> | undefined) => void;
|
|
226
226
|
scrollToField: (prop: import("./types").FormItemProp) => void;
|
|
227
227
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
228
228
|
validate: (...args: any[]) => void;
|
|
@@ -276,7 +276,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
276
276
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
277
277
|
validateMessage: import("vue").Ref<string>;
|
|
278
278
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
279
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
279
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
280
280
|
clearValidate: () => void;
|
|
281
281
|
resetField: () => void;
|
|
282
282
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -377,7 +377,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
377
377
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
378
378
|
validateMessage: import("vue").Ref<string>;
|
|
379
379
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
380
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
380
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
381
381
|
clearValidate: () => void;
|
|
382
382
|
resetField: () => void;
|
|
383
383
|
}, {}, {}, {}, {
|
|
@@ -386,9 +386,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
386
386
|
inlineMessage: string | boolean;
|
|
387
387
|
showMessage: boolean;
|
|
388
388
|
}>;
|
|
389
|
-
__isFragment?:
|
|
390
|
-
__isTeleport?:
|
|
391
|
-
__isSuspense?:
|
|
389
|
+
__isFragment?: undefined;
|
|
390
|
+
__isTeleport?: undefined;
|
|
391
|
+
__isSuspense?: undefined;
|
|
392
392
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
393
393
|
label: {
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
@@ -433,7 +433,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
433
433
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
434
434
|
validateMessage: import("vue").Ref<string>;
|
|
435
435
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
436
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
436
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
437
437
|
clearValidate: () => void;
|
|
438
438
|
resetField: () => void;
|
|
439
439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -500,7 +500,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
500
500
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
501
501
|
validateMessage: import("vue").Ref<string>;
|
|
502
502
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
503
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
503
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
504
504
|
clearValidate: () => void;
|
|
505
505
|
resetField: () => void;
|
|
506
506
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -601,7 +601,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
601
601
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
602
602
|
validateMessage: import("vue").Ref<string>;
|
|
603
603
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
604
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
604
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
605
605
|
clearValidate: () => void;
|
|
606
606
|
resetField: () => void;
|
|
607
607
|
}, {}, {}, {}, {
|
|
@@ -610,9 +610,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
610
610
|
inlineMessage: string | boolean;
|
|
611
611
|
showMessage: boolean;
|
|
612
612
|
}>;
|
|
613
|
-
__isFragment?:
|
|
614
|
-
__isTeleport?:
|
|
615
|
-
__isSuspense?:
|
|
613
|
+
__isFragment?: undefined;
|
|
614
|
+
__isTeleport?: undefined;
|
|
615
|
+
__isSuspense?: undefined;
|
|
616
616
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
617
617
|
label: {
|
|
618
618
|
type: import("vue").PropType<string>;
|
|
@@ -657,7 +657,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
657
657
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
658
658
|
validateMessage: import("vue").Ref<string>;
|
|
659
659
|
validateState: import("vue").Ref<import("./types").FormItemValidateState>;
|
|
660
|
-
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
660
|
+
validate: (trigger: string, callback?: import("./types").FormValidateCallback | undefined) => import("./types").FormValidationResult;
|
|
661
661
|
clearValidate: () => void;
|
|
662
662
|
resetField: () => void;
|
|
663
663
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -3,7 +3,7 @@ export declare const VftFullScreen: import("vft/es/utils").SFCWithInstall<import
|
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
5
|
icon: {
|
|
6
|
-
type: import("vue").PropType<string | import("
|
|
6
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
7
7
|
};
|
|
8
8
|
color: {
|
|
9
9
|
type: import("vue").PropType<string>;
|
|
@@ -36,14 +36,14 @@ export declare const VftFullScreen: import("vft/es/utils").SFCWithInstall<import
|
|
|
36
36
|
type: import("vue").PropType<boolean>;
|
|
37
37
|
};
|
|
38
38
|
clampTooltipCfg: {
|
|
39
|
-
type: import("vue").PropType<import("
|
|
39
|
+
type: import("vue").PropType<import("..").ClampTooltipProps>;
|
|
40
40
|
};
|
|
41
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
text: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
};
|
|
45
45
|
icon: {
|
|
46
|
-
type: import("vue").PropType<string | import("
|
|
46
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
47
47
|
};
|
|
48
48
|
color: {
|
|
49
49
|
type: import("vue").PropType<string>;
|
|
@@ -76,7 +76,7 @@ export declare const VftFullScreen: import("vft/es/utils").SFCWithInstall<import
|
|
|
76
76
|
type: import("vue").PropType<boolean>;
|
|
77
77
|
};
|
|
78
78
|
clampTooltipCfg: {
|
|
79
|
-
type: import("vue").PropType<import("
|
|
79
|
+
type: import("vue").PropType<import("..").ClampTooltipProps>;
|
|
80
80
|
};
|
|
81
81
|
}>>, {}, {}>> & Record<string, any>;
|
|
82
82
|
export default VftFullScreen;
|
|
@@ -2,13 +2,11 @@ import { type LogoProps } from 'vft/es/components/logo';
|
|
|
2
2
|
export interface HeaderLayoutProps {
|
|
3
3
|
logoCfg?: LogoProps;
|
|
4
4
|
}
|
|
5
|
-
declare
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<HeaderLayoutProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HeaderLayoutProps>>>, {}, {}>, {
|
|
6
6
|
left?(_: {}): any;
|
|
7
7
|
right?(_: {}): any;
|
|
8
8
|
bottom?(_: {}): any;
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<HeaderLayoutProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HeaderLayoutProps>>>, {}, {}>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
9
|
+
}>;
|
|
12
10
|
export default _default;
|
|
13
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const VftHeaderLayout: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
logoCfg: {
|
|
4
|
-
type: import("vue").PropType<import("
|
|
4
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
5
5
|
};
|
|
6
6
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
logoCfg: {
|
|
8
|
-
type: import("vue").PropType<import("
|
|
8
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
9
9
|
};
|
|
10
10
|
}>>, {}, true, {}, {}, {
|
|
11
11
|
P: {};
|
|
@@ -16,15 +16,15 @@ export declare const VftHeaderLayout: import("vft/es/utils").SFCWithInstall<{
|
|
|
16
16
|
Defaults: {};
|
|
17
17
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
logoCfg: {
|
|
19
|
-
type: import("vue").PropType<import("
|
|
19
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
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
|
logoCfg: {
|
|
27
|
-
type: import("vue").PropType<import("
|
|
27
|
+
type: import("vue").PropType<import("..").LogoProps>;
|
|
28
28
|
};
|
|
29
29
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
30
30
|
$slots: {
|