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
|
@@ -61,7 +61,7 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
63
|
beforeClose: {
|
|
64
|
-
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
64
|
+
type: import("vue").PropType<(done: (cancel?: boolean | undefined) => void) => void>;
|
|
65
65
|
};
|
|
66
66
|
destroyOnClose: {
|
|
67
67
|
type: import("vue").PropType<boolean>;
|
|
@@ -90,26 +90,26 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
90
90
|
modalClass: {
|
|
91
91
|
type: import("vue").PropType<string>;
|
|
92
92
|
};
|
|
93
|
+
showActionButtonGroup: {
|
|
94
|
+
type: import("vue").PropType<boolean>;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
93
97
|
showSubmitButton: {
|
|
94
98
|
type: import("vue").PropType<boolean>;
|
|
95
99
|
default: boolean;
|
|
96
100
|
};
|
|
97
101
|
submitButtonOptions: {
|
|
98
|
-
type: import("vue").PropType<import("
|
|
102
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
99
103
|
};
|
|
100
104
|
actionRowOptions: {
|
|
101
|
-
type: import("vue").PropType<Partial<import("
|
|
102
|
-
};
|
|
103
|
-
showActionButtonGroup: {
|
|
104
|
-
type: import("vue").PropType<boolean>;
|
|
105
|
-
default: boolean;
|
|
105
|
+
type: import("vue").PropType<Partial<import("..").RowProps>>;
|
|
106
106
|
};
|
|
107
107
|
showCancelButton: {
|
|
108
108
|
type: import("vue").PropType<boolean>;
|
|
109
109
|
default: boolean;
|
|
110
110
|
};
|
|
111
111
|
cancelButtonOptions: {
|
|
112
|
-
type: import("vue").PropType<import("
|
|
112
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
113
113
|
};
|
|
114
114
|
closeFunc: {
|
|
115
115
|
type: import("vue").PropType<() => Promise<any>>;
|
|
@@ -180,7 +180,7 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
180
180
|
default: boolean;
|
|
181
181
|
};
|
|
182
182
|
beforeClose: {
|
|
183
|
-
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
183
|
+
type: import("vue").PropType<(done: (cancel?: boolean | undefined) => void) => void>;
|
|
184
184
|
};
|
|
185
185
|
destroyOnClose: {
|
|
186
186
|
type: import("vue").PropType<boolean>;
|
|
@@ -209,26 +209,26 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
209
209
|
modalClass: {
|
|
210
210
|
type: import("vue").PropType<string>;
|
|
211
211
|
};
|
|
212
|
+
showActionButtonGroup: {
|
|
213
|
+
type: import("vue").PropType<boolean>;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
212
216
|
showSubmitButton: {
|
|
213
217
|
type: import("vue").PropType<boolean>;
|
|
214
218
|
default: boolean;
|
|
215
219
|
};
|
|
216
220
|
submitButtonOptions: {
|
|
217
|
-
type: import("vue").PropType<import("
|
|
221
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
218
222
|
};
|
|
219
223
|
actionRowOptions: {
|
|
220
|
-
type: import("vue").PropType<Partial<import("
|
|
221
|
-
};
|
|
222
|
-
showActionButtonGroup: {
|
|
223
|
-
type: import("vue").PropType<boolean>;
|
|
224
|
-
default: boolean;
|
|
224
|
+
type: import("vue").PropType<Partial<import("..").RowProps>>;
|
|
225
225
|
};
|
|
226
226
|
showCancelButton: {
|
|
227
227
|
type: import("vue").PropType<boolean>;
|
|
228
228
|
default: boolean;
|
|
229
229
|
};
|
|
230
230
|
cancelButtonOptions: {
|
|
231
|
-
type: import("vue").PropType<import("
|
|
231
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
232
232
|
};
|
|
233
233
|
closeFunc: {
|
|
234
234
|
type: import("vue").PropType<() => Promise<any>>;
|
|
@@ -254,8 +254,8 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
254
254
|
modal: boolean;
|
|
255
255
|
openDelay: number;
|
|
256
256
|
closeDelay: number;
|
|
257
|
-
showSubmitButton: boolean;
|
|
258
257
|
showActionButtonGroup: boolean;
|
|
258
|
+
showSubmitButton: boolean;
|
|
259
259
|
showCancelButton: boolean;
|
|
260
260
|
}, true, {}, {}, {
|
|
261
261
|
P: {};
|
|
@@ -325,7 +325,7 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
325
325
|
default: boolean;
|
|
326
326
|
};
|
|
327
327
|
beforeClose: {
|
|
328
|
-
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
328
|
+
type: import("vue").PropType<(done: (cancel?: boolean | undefined) => void) => void>;
|
|
329
329
|
};
|
|
330
330
|
destroyOnClose: {
|
|
331
331
|
type: import("vue").PropType<boolean>;
|
|
@@ -354,26 +354,26 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
354
354
|
modalClass: {
|
|
355
355
|
type: import("vue").PropType<string>;
|
|
356
356
|
};
|
|
357
|
+
showActionButtonGroup: {
|
|
358
|
+
type: import("vue").PropType<boolean>;
|
|
359
|
+
default: boolean;
|
|
360
|
+
};
|
|
357
361
|
showSubmitButton: {
|
|
358
362
|
type: import("vue").PropType<boolean>;
|
|
359
363
|
default: boolean;
|
|
360
364
|
};
|
|
361
365
|
submitButtonOptions: {
|
|
362
|
-
type: import("vue").PropType<import("
|
|
366
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
363
367
|
};
|
|
364
368
|
actionRowOptions: {
|
|
365
|
-
type: import("vue").PropType<Partial<import("
|
|
366
|
-
};
|
|
367
|
-
showActionButtonGroup: {
|
|
368
|
-
type: import("vue").PropType<boolean>;
|
|
369
|
-
default: boolean;
|
|
369
|
+
type: import("vue").PropType<Partial<import("..").RowProps>>;
|
|
370
370
|
};
|
|
371
371
|
showCancelButton: {
|
|
372
372
|
type: import("vue").PropType<boolean>;
|
|
373
373
|
default: boolean;
|
|
374
374
|
};
|
|
375
375
|
cancelButtonOptions: {
|
|
376
|
-
type: import("vue").PropType<import("
|
|
376
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
377
377
|
};
|
|
378
378
|
closeFunc: {
|
|
379
379
|
type: import("vue").PropType<() => Promise<any>>;
|
|
@@ -399,13 +399,13 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
399
399
|
modal: boolean;
|
|
400
400
|
openDelay: number;
|
|
401
401
|
closeDelay: number;
|
|
402
|
-
showSubmitButton: boolean;
|
|
403
402
|
showActionButtonGroup: boolean;
|
|
403
|
+
showSubmitButton: boolean;
|
|
404
404
|
showCancelButton: boolean;
|
|
405
405
|
}>;
|
|
406
|
-
__isFragment?:
|
|
407
|
-
__isTeleport?:
|
|
408
|
-
__isSuspense?:
|
|
406
|
+
__isFragment?: undefined;
|
|
407
|
+
__isTeleport?: undefined;
|
|
408
|
+
__isSuspense?: undefined;
|
|
409
409
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
title: {
|
|
411
411
|
type: import("vue").PropType<string>;
|
|
@@ -467,7 +467,7 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
467
467
|
default: boolean;
|
|
468
468
|
};
|
|
469
469
|
beforeClose: {
|
|
470
|
-
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
470
|
+
type: import("vue").PropType<(done: (cancel?: boolean | undefined) => void) => void>;
|
|
471
471
|
};
|
|
472
472
|
destroyOnClose: {
|
|
473
473
|
type: import("vue").PropType<boolean>;
|
|
@@ -496,26 +496,26 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
496
496
|
modalClass: {
|
|
497
497
|
type: import("vue").PropType<string>;
|
|
498
498
|
};
|
|
499
|
+
showActionButtonGroup: {
|
|
500
|
+
type: import("vue").PropType<boolean>;
|
|
501
|
+
default: boolean;
|
|
502
|
+
};
|
|
499
503
|
showSubmitButton: {
|
|
500
504
|
type: import("vue").PropType<boolean>;
|
|
501
505
|
default: boolean;
|
|
502
506
|
};
|
|
503
507
|
submitButtonOptions: {
|
|
504
|
-
type: import("vue").PropType<import("
|
|
508
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
505
509
|
};
|
|
506
510
|
actionRowOptions: {
|
|
507
|
-
type: import("vue").PropType<Partial<import("
|
|
508
|
-
};
|
|
509
|
-
showActionButtonGroup: {
|
|
510
|
-
type: import("vue").PropType<boolean>;
|
|
511
|
-
default: boolean;
|
|
511
|
+
type: import("vue").PropType<Partial<import("..").RowProps>>;
|
|
512
512
|
};
|
|
513
513
|
showCancelButton: {
|
|
514
514
|
type: import("vue").PropType<boolean>;
|
|
515
515
|
default: boolean;
|
|
516
516
|
};
|
|
517
517
|
cancelButtonOptions: {
|
|
518
|
-
type: import("vue").PropType<import("
|
|
518
|
+
type: import("vue").PropType<import("..").ButtonProps>;
|
|
519
519
|
};
|
|
520
520
|
closeFunc: {
|
|
521
521
|
type: import("vue").PropType<() => Promise<any>>;
|
|
@@ -543,8 +543,8 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
543
543
|
modal: boolean;
|
|
544
544
|
openDelay: number;
|
|
545
545
|
closeDelay: number;
|
|
546
|
-
showSubmitButton: boolean;
|
|
547
546
|
showActionButtonGroup: boolean;
|
|
547
|
+
showSubmitButton: boolean;
|
|
548
548
|
showCancelButton: boolean;
|
|
549
549
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
550
550
|
$slots: {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ModalActionProps } from 'vft/es/components/modal';
|
|
2
|
-
declare
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ModalActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ModalActionProps>>>, {}, {}>, {
|
|
3
3
|
submitBefore?(_: {}): any;
|
|
4
4
|
submitAfter?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ModalActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ModalActionProps>>>, {}, {}>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
|
+
}>;
|
|
8
6
|
export default _default;
|
|
9
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,10 +6,7 @@ export interface ModalProps extends DialogProps {
|
|
|
6
6
|
confirmLoading?: boolean;
|
|
7
7
|
loading?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalProps & ModalActionProps>, {
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalProps & ModalActionProps>, {
|
|
13
10
|
center: boolean;
|
|
14
11
|
customClass: string;
|
|
15
12
|
draggable: boolean;
|
|
@@ -71,11 +68,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
71
68
|
modal: boolean;
|
|
72
69
|
openDelay: number;
|
|
73
70
|
closeDelay: number;
|
|
74
|
-
showSubmitButton: boolean;
|
|
75
71
|
showActionButtonGroup: boolean;
|
|
72
|
+
showSubmitButton: boolean;
|
|
76
73
|
showCancelButton: boolean;
|
|
77
|
-
}, {}
|
|
78
|
-
|
|
74
|
+
}, {}>, {
|
|
75
|
+
default?(_: {}): any;
|
|
76
|
+
}>;
|
|
79
77
|
export default _default;
|
|
80
78
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
81
79
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -19,9 +19,9 @@ export declare const VftPageWrapper: import("vft/es/utils").SFCWithInstall<{
|
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
};
|
|
21
21
|
}>>, {}, {}, {}, {}, {}>;
|
|
22
|
-
__isFragment?:
|
|
23
|
-
__isTeleport?:
|
|
24
|
-
__isSuspense?:
|
|
22
|
+
__isFragment?: undefined;
|
|
23
|
+
__isTeleport?: undefined;
|
|
24
|
+
__isSuspense?: undefined;
|
|
25
25
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
title: {
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
@@ -1,11 +1,9 @@
|
|
|
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
|
default?(_: {}): any;
|
|
6
|
-
}
|
|
7
|
-
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>>>, {}, {}>;
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
|
+
}>;
|
|
9
7
|
export default _default;
|
|
10
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -33,13 +33,13 @@ export declare const VftPagination: import("vft/es/utils").SFCWithInstall<import
|
|
|
33
33
|
type: import("vue").PropType<string>;
|
|
34
34
|
};
|
|
35
35
|
prevIcon: {
|
|
36
|
-
type: import("vue").PropType<string | import("
|
|
36
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
37
37
|
};
|
|
38
38
|
nextText: {
|
|
39
39
|
type: import("vue").PropType<string>;
|
|
40
40
|
};
|
|
41
41
|
nextIcon: {
|
|
42
|
-
type: import("vue").PropType<string | import("
|
|
42
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
43
43
|
};
|
|
44
44
|
small: {
|
|
45
45
|
type: import("vue").PropType<boolean>;
|
|
@@ -95,13 +95,13 @@ export declare const VftPagination: import("vft/es/utils").SFCWithInstall<import
|
|
|
95
95
|
type: import("vue").PropType<string>;
|
|
96
96
|
};
|
|
97
97
|
prevIcon: {
|
|
98
|
-
type: import("vue").PropType<string | import("
|
|
98
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
99
99
|
};
|
|
100
100
|
nextText: {
|
|
101
101
|
type: import("vue").PropType<string>;
|
|
102
102
|
};
|
|
103
103
|
nextIcon: {
|
|
104
|
-
type: import("vue").PropType<string | import("
|
|
104
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
105
105
|
};
|
|
106
106
|
small: {
|
|
107
107
|
type: import("vue").PropType<boolean>;
|
|
@@ -12,7 +12,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
14
|
icon: {
|
|
15
|
-
type: import("vue").PropType<string | import("
|
|
15
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
persistent: {
|
|
@@ -30,11 +30,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
30
30
|
type: import("vue").PropType<string>;
|
|
31
31
|
};
|
|
32
32
|
confirmButtonType: {
|
|
33
|
-
type: import("vue").PropType<import("
|
|
33
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
cancelButtonType: {
|
|
37
|
-
type: import("vue").PropType<import("
|
|
37
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
38
38
|
};
|
|
39
39
|
iconColor: {
|
|
40
40
|
type: import("vue").PropType<string>;
|
|
@@ -63,7 +63,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
63
63
|
default: number;
|
|
64
64
|
};
|
|
65
65
|
icon: {
|
|
66
|
-
type: import("vue").PropType<string | import("
|
|
66
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
persistent: {
|
|
@@ -81,11 +81,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
81
81
|
type: import("vue").PropType<string>;
|
|
82
82
|
};
|
|
83
83
|
confirmButtonType: {
|
|
84
|
-
type: import("vue").PropType<import("
|
|
84
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
87
|
cancelButtonType: {
|
|
88
|
-
type: import("vue").PropType<import("
|
|
88
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
89
89
|
};
|
|
90
90
|
iconColor: {
|
|
91
91
|
type: import("vue").PropType<string>;
|
|
@@ -101,10 +101,10 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
101
101
|
}, {
|
|
102
102
|
width: string | number;
|
|
103
103
|
hideAfter: number;
|
|
104
|
-
icon: string | import("
|
|
104
|
+
icon: string | import("..").IconProps;
|
|
105
105
|
persistent: boolean;
|
|
106
106
|
teleported: boolean;
|
|
107
|
-
confirmButtonType: import("
|
|
107
|
+
confirmButtonType: import("..").ButtonType;
|
|
108
108
|
iconColor: string;
|
|
109
109
|
hideIcon: boolean;
|
|
110
110
|
}, true, {}, {}, {
|
|
@@ -127,7 +127,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
127
127
|
default: number;
|
|
128
128
|
};
|
|
129
129
|
icon: {
|
|
130
|
-
type: import("vue").PropType<string | import("
|
|
130
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
131
131
|
default: string;
|
|
132
132
|
};
|
|
133
133
|
persistent: {
|
|
@@ -145,11 +145,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
145
145
|
type: import("vue").PropType<string>;
|
|
146
146
|
};
|
|
147
147
|
confirmButtonType: {
|
|
148
|
-
type: import("vue").PropType<import("
|
|
148
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
151
|
cancelButtonType: {
|
|
152
|
-
type: import("vue").PropType<import("
|
|
152
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
153
153
|
};
|
|
154
154
|
iconColor: {
|
|
155
155
|
type: import("vue").PropType<string>;
|
|
@@ -165,16 +165,16 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
165
|
}, {}, {}, {}, {}, {
|
|
166
166
|
width: string | number;
|
|
167
167
|
hideAfter: number;
|
|
168
|
-
icon: string | import("
|
|
168
|
+
icon: string | import("..").IconProps;
|
|
169
169
|
persistent: boolean;
|
|
170
170
|
teleported: boolean;
|
|
171
|
-
confirmButtonType: import("
|
|
171
|
+
confirmButtonType: import("..").ButtonType;
|
|
172
172
|
iconColor: string;
|
|
173
173
|
hideIcon: boolean;
|
|
174
174
|
}>;
|
|
175
|
-
__isFragment?:
|
|
176
|
-
__isTeleport?:
|
|
177
|
-
__isSuspense?:
|
|
175
|
+
__isFragment?: undefined;
|
|
176
|
+
__isTeleport?: undefined;
|
|
177
|
+
__isSuspense?: undefined;
|
|
178
178
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
179
179
|
title: {
|
|
180
180
|
type: import("vue").PropType<string>;
|
|
@@ -188,7 +188,7 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
188
188
|
default: number;
|
|
189
189
|
};
|
|
190
190
|
icon: {
|
|
191
|
-
type: import("vue").PropType<string | import("
|
|
191
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
192
192
|
default: string;
|
|
193
193
|
};
|
|
194
194
|
persistent: {
|
|
@@ -206,11 +206,11 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
206
206
|
type: import("vue").PropType<string>;
|
|
207
207
|
};
|
|
208
208
|
confirmButtonType: {
|
|
209
|
-
type: import("vue").PropType<import("
|
|
209
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
210
210
|
default: string;
|
|
211
211
|
};
|
|
212
212
|
cancelButtonType: {
|
|
213
|
-
type: import("vue").PropType<import("
|
|
213
|
+
type: import("vue").PropType<import("..").ButtonType>;
|
|
214
214
|
};
|
|
215
215
|
iconColor: {
|
|
216
216
|
type: import("vue").PropType<string>;
|
|
@@ -229,10 +229,10 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
229
229
|
}, string, {
|
|
230
230
|
width: string | number;
|
|
231
231
|
hideAfter: number;
|
|
232
|
-
icon: string | import("
|
|
232
|
+
icon: string | import("..").IconProps;
|
|
233
233
|
persistent: boolean;
|
|
234
234
|
teleported: boolean;
|
|
235
|
-
confirmButtonType: import("
|
|
235
|
+
confirmButtonType: import("..").ButtonType;
|
|
236
236
|
iconColor: string;
|
|
237
237
|
hideIcon: boolean;
|
|
238
238
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -14,10 +14,7 @@ interface Props {
|
|
|
14
14
|
persistent?: boolean;
|
|
15
15
|
width?: string | number;
|
|
16
16
|
}
|
|
17
|
-
declare
|
|
18
|
-
reference?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
18
|
confirmButtonType: string;
|
|
22
19
|
iconColor: string;
|
|
23
20
|
hideIcon: boolean;
|
|
@@ -50,8 +47,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
50
47
|
confirmButtonType: ButtonType;
|
|
51
48
|
iconColor: string;
|
|
52
49
|
hideIcon: boolean;
|
|
53
|
-
}, {}
|
|
54
|
-
|
|
50
|
+
}, {}>, {
|
|
51
|
+
reference?(_: {}): any;
|
|
52
|
+
}>;
|
|
55
53
|
export default _default;
|
|
56
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
57
55
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
trigger: {
|
|
4
|
-
type: import("vue").PropType<import("
|
|
4
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
5
5
|
};
|
|
6
6
|
placement: {
|
|
7
7
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
@@ -80,7 +80,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
"update:visible": (...args: any[]) => void;
|
|
81
81
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
82
82
|
trigger: {
|
|
83
|
-
type: import("vue").PropType<import("
|
|
83
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
84
84
|
};
|
|
85
85
|
placement: {
|
|
86
86
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
@@ -157,7 +157,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
157
157
|
Defaults: {};
|
|
158
158
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
159
159
|
trigger: {
|
|
160
|
-
type: import("vue").PropType<import("
|
|
160
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
161
161
|
};
|
|
162
162
|
placement: {
|
|
163
163
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
@@ -229,12 +229,12 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
|
|
|
229
229
|
popperRef: import("vue").ComputedRef<any>;
|
|
230
230
|
hide: () => void;
|
|
231
231
|
}, {}, {}, {}, {}>;
|
|
232
|
-
__isFragment?:
|
|
233
|
-
__isTeleport?:
|
|
234
|
-
__isSuspense?:
|
|
232
|
+
__isFragment?: undefined;
|
|
233
|
+
__isTeleport?: undefined;
|
|
234
|
+
__isSuspense?: undefined;
|
|
235
235
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
236
236
|
trigger: {
|
|
237
|
-
type: import("vue").PropType<import("
|
|
237
|
+
type: import("vue").PropType<import("..").TooltipTriggerType>;
|
|
238
238
|
};
|
|
239
239
|
placement: {
|
|
240
240
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { PopoverProps } from './types';
|
|
2
|
-
declare
|
|
3
|
-
reference?(_: {}): any;
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
7
3
|
/** @description popper ref */
|
|
8
4
|
popperRef: import("vue").ComputedRef<any>;
|
|
9
5
|
/** @description hide popover */
|
|
@@ -20,8 +16,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
20
16
|
"onBefore-enter"?: ((...args: any[]) => any) | undefined;
|
|
21
17
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
22
18
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}, {}, {}
|
|
24
|
-
|
|
19
|
+
}, {}, {}>, {
|
|
20
|
+
reference?(_: {}): any;
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
}>;
|
|
25
23
|
export default _default;
|
|
26
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,7 +2,7 @@ import type { CSSProperties, StyleValue } from 'vue';
|
|
|
2
2
|
import type { UsePopperReturn } from 'vft/es/hooks';
|
|
3
3
|
import type { UsePopperContentReturn } from './use-content';
|
|
4
4
|
import type { PopperContentProps } from '../types';
|
|
5
|
-
export declare const usePopperContentDOM: (props: PopperContentProps, { attributes, styles, role, }: Pick<UsePopperReturn,
|
|
5
|
+
export declare const usePopperContentDOM: (props: PopperContentProps, { attributes, styles, role, }: Pick<UsePopperReturn, 'attributes' | 'styles'> & Pick<UsePopperContentReturn, 'role'>) => {
|
|
6
6
|
ariaModal: import("vue").ComputedRef<string | undefined>;
|
|
7
7
|
arrowStyle: import("vue").ComputedRef<CSSProperties>;
|
|
8
8
|
contentAttrs: import("vue").ComputedRef<{
|
|
@@ -13,7 +13,7 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
13
13
|
elements?: {
|
|
14
14
|
reference: Element | import("@popperjs/core").VirtualElement;
|
|
15
15
|
popper: HTMLElement;
|
|
16
|
-
arrow?: HTMLElement;
|
|
16
|
+
arrow?: HTMLElement | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
options?: import("@popperjs/core").OptionsGeneric<any> | undefined;
|
|
19
19
|
placement?: import("@popperjs/core").Placement | undefined;
|
|
@@ -21,8 +21,8 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
21
21
|
orderedModifiers?: Modifier<any, any>[] | undefined;
|
|
22
22
|
rects?: import("@popperjs/core").StateRects | undefined;
|
|
23
23
|
scrollParents?: {
|
|
24
|
-
reference:
|
|
25
|
-
popper:
|
|
24
|
+
reference: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
|
|
25
|
+
popper: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
|
|
26
26
|
} | undefined;
|
|
27
27
|
styles?: {
|
|
28
28
|
[key: string]: Partial<CSSStyleDeclaration>;
|
|
@@ -35,16 +35,16 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
35
35
|
modifiersData?: {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
arrow?: {
|
|
38
|
-
x?: number;
|
|
39
|
-
y?: number;
|
|
38
|
+
x?: number | undefined;
|
|
39
|
+
y?: number | undefined;
|
|
40
40
|
centerOffset: number;
|
|
41
|
-
};
|
|
41
|
+
} | undefined;
|
|
42
42
|
hide?: {
|
|
43
43
|
isReferenceHidden: boolean;
|
|
44
44
|
hasPopperEscaped: boolean;
|
|
45
45
|
referenceClippingOffsets: import("@popperjs/core").SideObject;
|
|
46
46
|
popperEscapeOffsets: import("@popperjs/core").SideObject;
|
|
47
|
-
};
|
|
47
|
+
} | undefined;
|
|
48
48
|
offset?: {
|
|
49
49
|
auto?: import("@popperjs/core").Offsets | undefined;
|
|
50
50
|
left?: import("@popperjs/core").Offsets | undefined;
|
|
@@ -61,9 +61,9 @@ export declare const usePopperContent: (props: PopperContentProps) => {
|
|
|
61
61
|
"right-end"?: import("@popperjs/core").Offsets | undefined;
|
|
62
62
|
"left-start"?: import("@popperjs/core").Offsets | undefined;
|
|
63
63
|
"left-end"?: import("@popperjs/core").Offsets | undefined;
|
|
64
|
-
};
|
|
65
|
-
preventOverflow?: import("@popperjs/core").Offsets;
|
|
66
|
-
popperOffsets?: import("@popperjs/core").Offsets;
|
|
64
|
+
} | undefined;
|
|
65
|
+
preventOverflow?: import("@popperjs/core").Offsets | undefined;
|
|
66
|
+
popperOffsets?: import("@popperjs/core").Offsets | undefined;
|
|
67
67
|
} | undefined;
|
|
68
68
|
reset?: boolean | undefined;
|
|
69
69
|
}>;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import type { PopperProps } from './types';
|
|
2
|
-
declare
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PopperProps>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PopperProps>, {
|
|
6
3
|
/**
|
|
7
4
|
* @description popper content element
|
|
8
5
|
*/
|
|
@@ -29,8 +26,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
29
26
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
30
27
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
31
28
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
}, {}, {}
|
|
33
|
-
|
|
29
|
+
}, {}, {}>, {
|
|
30
|
+
default?(_: {}): any;
|
|
31
|
+
}>;
|
|
34
32
|
export default _default;
|
|
35
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
34
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -35,9 +35,9 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
|
|
|
35
35
|
referenceRef: import("vue").Ref<import("./constants").Measurable | undefined>;
|
|
36
36
|
role: import("vue").ComputedRef<string>;
|
|
37
37
|
}, {}, {}, {}, {}>;
|
|
38
|
-
__isFragment?:
|
|
39
|
-
__isTeleport?:
|
|
40
|
-
__isSuspense?:
|
|
38
|
+
__isFragment?: undefined;
|
|
39
|
+
__isTeleport?: undefined;
|
|
40
|
+
__isSuspense?: undefined;
|
|
41
41
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
role: {
|
|
43
43
|
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|