vft 0.0.148 → 0.0.149
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/es/app-components/form/form-label-wrap.d.ts +2 -2
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +4 -4
- package/es/components/affix/index.d.ts +28 -28
- package/es/components/alert/alert.vue.d.ts +17 -17
- package/es/components/alert/index.d.ts +46 -46
- package/es/components/autocomplete/autocomplete.vue.d.ts +158 -158
- package/es/components/autocomplete/index.d.ts +445 -445
- package/es/components/avatar/avatar.vue.d.ts +13 -13
- package/es/components/avatar/index.d.ts +43 -43
- package/es/components/backtop/backtop.vue.d.ts +13 -13
- package/es/components/backtop/index.d.ts +42 -42
- package/es/components/backtop/use-backtop.d.ts +1 -1
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button-group.vue.d.ts +5 -5
- package/es/components/button/button.vue.d.ts +52 -52
- package/es/components/button/index.d.ts +166 -166
- package/es/components/button/use-button.d.ts +6 -6
- package/es/components/button/use-button.js +3 -3
- package/es/components/card/card.vue.d.ts +7 -7
- package/es/components/card/index.d.ts +31 -31
- package/es/components/carousel/carousel-item.vue.d.ts +5 -5
- package/es/components/carousel/carousel.vue.d.ts +28 -28
- package/es/components/carousel/index.d.ts +120 -120
- package/es/components/carousel/use-carousel-item.d.ts +10 -10
- package/es/components/carousel/use-carousel.d.ts +8 -8
- package/es/components/check-tag/check-tag.vue.d.ts +3 -3
- package/es/components/check-tag/index.d.ts +25 -25
- package/es/components/checkbox/checkbox-button.vue.d.ts +31 -31
- package/es/components/checkbox/checkbox-group.vue.d.ts +25 -25
- package/es/components/checkbox/checkbox.vue.d.ts +31 -31
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
- package/es/components/checkbox/composables/use-checkbox.d.ts +9 -9
- package/es/components/checkbox/index.d.ts +317 -317
- package/es/components/clamp/clamp.vue.d.ts +15 -15
- package/es/components/clamp/index.d.ts +43 -43
- package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
- package/es/components/clamp-toggle/index.d.ts +25 -25
- package/es/components/col/col.vue.d.ts +21 -21
- package/es/components/col/index.d.ts +52 -52
- package/es/components/collapse-transition/index.d.ts +44 -44
- package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
- package/es/components/collection/collection-item.vue.d.ts +1 -1
- package/es/components/collection/collection.d.ts +44 -44
- package/es/components/collection/collection.vue.d.ts +1 -1
- package/es/components/color-picker/color-picker.vue.d.ts +24 -24
- package/es/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
- package/es/components/color-picker/components/hue-slider.vue.d.ts +7 -7
- package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
- package/es/components/color-picker/index.d.ts +24 -24
- package/es/components/config-provider/config-provider.vue.d.ts +23 -23
- package/es/components/config-provider/hooks/use-global-config.d.ts +3 -3
- package/es/components/config-provider/index.d.ts +55 -55
- package/es/components/container/aside.vue.d.ts +3 -3
- package/es/components/container/container.vue.d.ts +3 -3
- package/es/components/container/footer.vue.d.ts +3 -3
- package/es/components/container/header.vue.d.ts +3 -3
- package/es/components/container/index.d.ts +225 -225
- package/es/components/container/main.vue.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue.d.ts +9 -9
- package/es/components/date-picker/composables/use-month-range-header.d.ts +4 -4
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +7 -7
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +5 -5
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
- package/es/components/date-picker/date-picker.d.ts +25 -25
- package/es/components/date-picker/index.d.ts +50 -50
- package/es/components/date-picker/panel-utils.d.ts +84 -84
- package/es/components/date-picker/props/basic-cell.d.ts +1 -1
- package/es/components/date-picker/props/basic-date-table.d.ts +6 -6
- package/es/components/date-picker/props/basic-month-table.d.ts +5 -5
- package/es/components/date-picker/props/basic-year-table.d.ts +3 -3
- package/es/components/date-picker/props/date-picker.d.ts +11 -11
- package/es/components/date-picker/props/panel-date-pick.d.ts +3 -3
- package/es/components/date-picker/props/panel-date-range.d.ts +2 -2
- package/es/components/date-picker/props/panel-month-range.d.ts +1 -1
- package/es/components/date-picker/props/shared.d.ts +7 -7
- package/es/components/date-time-select/date-time-select.vue.d.ts +5 -5
- package/es/components/date-time-select/index.d.ts +5 -5
- package/es/components/descriptions/description-item.vue.d.ts +17 -17
- package/es/components/descriptions/description.vue.d.ts +13 -13
- package/es/components/descriptions/descriptions-cell.d.ts +1 -1
- package/es/components/descriptions/descriptions-row.vue.d.ts +3 -3
- package/es/components/descriptions/index.d.ts +134 -134
- package/es/components/dialog/dialog-content.vue.d.ts +17 -17
- package/es/components/dialog/dialog.vue.d.ts +49 -49
- package/es/components/dialog/hooks/use-dialog.d.ts +2 -2
- package/es/components/dialog/index.d.ts +99 -99
- package/es/components/divider/divider.vue.d.ts +13 -13
- package/es/components/divider/index.d.ts +40 -40
- package/es/components/drawer/drawer.vue.d.ts +55 -55
- package/es/components/drawer/index.d.ts +105 -105
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
- package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/es/components/dropdown/dropdown-menu.vue.d.ts +8 -8
- package/es/components/dropdown/dropdown.vue.d.ts +39 -39
- package/es/components/dropdown/index.d.ts +101 -101
- package/es/components/dropdown/useDropdown.d.ts +1 -1
- package/es/components/empty/empty.vue.d.ts +9 -9
- package/es/components/empty/index.d.ts +34 -34
- package/es/components/exception/exception.vue.d.ts +7 -7
- package/es/components/exception/index.d.ts +7 -7
- package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +3 -3
- package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/es/components/footer-layout/index.d.ts +22 -22
- package/es/components/form/form-item.vue.d.ts +33 -33
- package/es/components/form/form-label-wrap.d.ts +1 -1
- package/es/components/form/form.vue.d.ts +31 -31
- package/es/components/form/hooks/use-form-common-props.d.ts +4 -4
- package/es/components/form/index.d.ts +220 -220
- package/es/components/form/utils.d.ts +1 -1
- package/es/components/full-screen/full-screen.vue.d.ts +21 -21
- package/es/components/full-screen/index.d.ts +21 -21
- package/es/components/header-layout/header-layout.vue.d.ts +3 -3
- package/es/components/header-layout/index.d.ts +25 -25
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
- package/es/components/horizontal-menu/index.d.ts +22 -22
- package/es/components/icon/icon.vue.d.ts +15 -15
- package/es/components/icon/index.d.ts +15 -15
- package/es/components/icon-text/icon-text.vue.d.ts +21 -21
- package/es/components/icon-text/index.d.ts +21 -21
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
- package/es/components/iframe-layout/iframe-page.vue.d.ts +3 -3
- package/es/components/iframe-layout/index.d.ts +3 -3
- package/es/components/image/image.vue.d.ts +25 -25
- package/es/components/image/index.d.ts +74 -74
- package/es/components/image/p-image.vue.d.ts +15 -15
- package/es/components/image-viewer/image-viewer.vue.d.ts +17 -17
- package/es/components/image-viewer/index.d.ts +46 -46
- package/es/components/index.js +113 -113
- package/es/components/infinite-scroll/index.d.ts +2 -2
- package/es/components/input/index.d.ts +100 -100
- package/es/components/input/input.vue.d.ts +51 -51
- package/es/components/input-number/index.d.ts +35 -35
- package/es/components/input-number/input-number.vue.d.ts +35 -35
- package/es/components/link/index.d.ts +41 -41
- package/es/components/link/link.vue.d.ts +13 -13
- package/es/components/list-cell/index.d.ts +9 -9
- package/es/components/list-cell/list-cell.vue.d.ts +9 -9
- package/es/components/loading/index.d.ts +19 -19
- package/es/components/loading/loading.d.ts +19 -19
- package/es/components/logo/index.d.ts +7 -7
- package/es/components/logo/logo.vue.d.ts +7 -7
- package/es/components/md-code-demo/index.d.ts +4 -4
- package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/es/components/md-code-tabs/index.d.ts +4 -4
- package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
- package/es/components/md-comment/index.d.ts +1 -1
- package/es/components/md-comment/md-comment.vue.d.ts +1 -1
- package/es/components/md-container/index.d.ts +22 -22
- package/es/components/md-container/md-container.vue.d.ts +1 -1
- package/es/components/md-container/toc.d.ts +1 -1
- package/es/components/md-tabs/index.d.ts +4 -4
- package/es/components/md-tabs/md-tabs.d.ts +1 -1
- package/es/components/md-vue-playground/index.d.ts +7 -7
- package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
- package/es/components/menu/index.d.ts +205 -205
- package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/es/components/menu/menu-item-group.vue.d.ts +3 -3
- package/es/components/menu/menu-item.vue.d.ts +21 -21
- package/es/components/menu/menu.vue.d.ts +23 -23
- package/es/components/menu/sub-menu.vue.d.ts +30 -30
- package/es/components/menu/use-menu-css-var.d.ts +1 -1
- package/es/components/menu/use-menu.d.ts +2 -2
- package/es/components/message/message.vue.d.ts +31 -31
- package/es/components/modal/index.d.ts +125 -125
- package/es/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +69 -69
- package/es/components/multiple-tabs/index.d.ts +11 -11
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
- package/es/components/multiple-tabs/tab-content.vue.d.ts +9 -9
- package/es/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
- package/es/components/overlay/index.d.ts +11 -11
- package/es/components/overlay/overlay.vue.d.ts +11 -11
- package/es/components/page-wrapper/index.d.ts +25 -25
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
- package/es/components/pagination/components/jumper.vue.d.ts +3 -3
- package/es/components/pagination/components/next.vue.d.ts +9 -9
- package/es/components/pagination/components/pager.vue.d.ts +9 -9
- package/es/components/pagination/components/prev.vue.d.ts +7 -7
- package/es/components/pagination/components/sizes.vue.d.ts +11 -11
- package/es/components/pagination/components/total.vue.d.ts +3 -3
- package/es/components/pagination/index.d.ts +37 -37
- package/es/components/pagination/pagination.vue.d.ts +37 -37
- package/es/components/popconfirm/index.d.ts +64 -64
- package/es/components/popconfirm/popconfirm.vue.d.ts +29 -29
- package/es/components/popover/index.d.ts +89 -89
- package/es/components/popover/popover.vue.d.ts +44 -44
- package/es/components/popper/arrow.vue.d.ts +4 -4
- package/es/components/popper/composables/use-content-dom.d.ts +6 -6
- package/es/components/popper/composables/use-content.d.ts +10 -10
- package/es/components/popper/composables/use-focus-trap.d.ts +2 -2
- package/es/components/popper/content.vue.d.ts +52 -52
- package/es/components/popper/index.d.ts +40 -40
- package/es/components/popper/popper.vue.d.ts +8 -8
- package/es/components/popper/trigger.vue.d.ts +24 -24
- package/es/components/progress/index.d.ts +65 -65
- package/es/components/progress/progress.vue.d.ts +29 -29
- package/es/components/progress-i/index.d.ts +1 -1
- package/es/components/progress-i/progress-i.vue.d.ts +1 -1
- package/es/components/qrcode/index.d.ts +11 -11
- package/es/components/qrcode/qrcode.vue.d.ts +11 -11
- package/es/components/radio/index.d.ts +227 -227
- package/es/components/radio/radio-button.vue.d.ts +11 -11
- package/es/components/radio/radio-group.vue.d.ts +23 -23
- package/es/components/radio/radio.vue.d.ts +15 -15
- package/es/components/radio/use-radio.d.ts +7 -7
- package/es/components/result/index.d.ts +7 -7
- package/es/components/result/result.vue.d.ts +7 -7
- package/es/components/router-view-content/index.d.ts +13 -13
- package/es/components/router-view-content/router-view-content.vue.d.ts +13 -13
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
- package/es/components/roving-focus-group/types.d.ts +45 -45
- package/es/components/row/index.d.ts +34 -34
- package/es/components/row/row.vue.d.ts +9 -9
- package/es/components/scrollbar/bar.vue.d.ts +11 -11
- package/es/components/scrollbar/index.d.ts +59 -59
- package/es/components/scrollbar/scrollbar.vue.d.ts +24 -24
- package/es/components/scrollbar/thumb.vue.d.ts +11 -11
- package/es/components/search/index.d.ts +62 -62
- package/es/components/search/search.vue.d.ts +24 -24
- package/es/components/select/group-item.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +334 -334
- package/es/components/select/option-item.vue.d.ts +2 -2
- package/es/components/select/select-dropdown.d.ts +1 -1
- package/es/components/select/select.vue.d.ts +167 -167
- package/es/components/select/useSelect.d.ts +147 -147
- package/es/components/side-menu/index.d.ts +40 -40
- package/es/components/side-menu/side-menu.vue.d.ts +40 -40
- package/es/components/skeleton/index.d.ts +46 -46
- package/es/components/skeleton/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/skeleton.vue.d.ts +12 -12
- package/es/components/slider/button.vue.d.ts +11 -11
- package/es/components/slider/composables/use-lifecycle.d.ts +1 -1
- package/es/components/slider/composables/use-marks.d.ts +1 -1
- package/es/components/slider/composables/use-slide.d.ts +63 -63
- package/es/components/slider/index.d.ts +51 -51
- package/es/components/slider/marker.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +51 -51
- package/es/components/slot/only-child.d.ts +1 -1
- package/es/components/space/index.d.ts +6 -6
- package/es/components/space/item.d.ts +4 -4
- package/es/components/space/space.d.ts +6 -6
- package/es/components/space/use-space.d.ts +3 -3
- package/es/components/super-form/index.d.ts +154 -154
- package/es/components/super-form/super-form-action.vue.d.ts +15 -15
- package/es/components/super-form/super-form-item.vue.d.ts +15 -15
- package/es/components/super-form/super-form.vue.d.ts +87 -87
- package/es/components/super-form/use/use-form-events.js +109 -109
- package/es/components/switch/index.d.ts +48 -48
- package/es/components/switch/switch.vue.d.ts +48 -48
- package/es/components/table/index.d.ts +344 -344
- package/es/components/table/table.vue.d.ts +213 -213
- package/es/components/tabs/index.d.ts +104 -104
- package/es/components/tabs/tab-bar.vue.d.ts +4 -4
- package/es/components/tabs/tab-nav.vue.d.ts +23 -23
- package/es/components/tabs/tab-pane.vue.d.ts +11 -11
- package/es/components/tabs/tabs.vue.d.ts +30 -30
- package/es/components/tag/index.d.ts +17 -17
- package/es/components/tag/tag.vue.d.ts +17 -17
- package/es/components/time-picker/common/picker.vue.d.ts +25 -25
- package/es/components/time-picker/common/props.d.ts +9 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +3 -3
- package/es/components/time-picker/index.d.ts +50 -50
- package/es/components/time-picker/props/basic-time-spinner.d.ts +5 -5
- package/es/components/time-picker/props/panel-time-picker.d.ts +1 -1
- package/es/components/time-picker/props/panel-time-range.d.ts +1 -1
- package/es/components/time-picker/props/shared.d.ts +3 -3
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
- package/es/components/time-picker/time-picker.d.ts +25 -25
- package/es/components/time-select/time-select.vue.d.ts +7 -7
- package/es/components/tooltip/content.vue.d.ts +65 -65
- package/es/components/tooltip/index.d.ts +169 -169
- package/es/components/tooltip/tooltip.vue.d.ts +97 -97
- package/es/components/tooltip/trigger.vue.d.ts +12 -12
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +202 -202
- package/es/components/tree/model/useDragNode.d.ts +1 -1
- package/es/components/tree/tree-node-content.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +5 -5
- package/es/components/tree/tree.vue.d.ts +53 -53
- package/es/components/upload/index.d.ts +100 -100
- package/es/components/upload/upload-content.vue.d.ts +49 -49
- package/es/components/upload/upload-dragger.vue.d.ts +3 -3
- package/es/components/upload/upload-list.vue.d.ts +9 -9
- package/es/components/upload/upload.vue.d.ts +53 -53
- package/es/components/upload/use-handlers.d.ts +2 -2
- package/es/components/verify-code/index.d.ts +8 -8
- package/es/components/verify-code/useImageVerify.d.ts +2 -2
- package/es/components/verify-code/verify-code.vue.d.ts +8 -8
- package/es/components/virtual-list/builders/build-grid.d.ts +19 -19
- package/es/components/virtual-list/builders/build-list.d.ts +23 -23
- package/es/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
- package/es/components/virtual-list/components/fixed-size-list.d.ts +23 -23
- package/es/components/virtual-list/components/scrollbar.d.ts +10 -10
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/components/virtual-list/props.d.ts +22 -22
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-namespace/index.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +7 -7
- package/es/hooks/use-popper-container/index.d.ts +2 -2
- package/es/hooks/use-size/index.d.ts +1 -1
- package/es/hooks/use-z-index/index.d.ts +2 -2
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/form/form-label-wrap.d.ts +2 -2
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +4 -4
- package/lib/components/affix/index.d.ts +28 -28
- package/lib/components/alert/alert.vue.d.ts +17 -17
- package/lib/components/alert/index.d.ts +46 -46
- package/lib/components/autocomplete/autocomplete.vue.d.ts +158 -158
- package/lib/components/autocomplete/index.d.ts +445 -445
- package/lib/components/avatar/avatar.vue.d.ts +13 -13
- package/lib/components/avatar/index.d.ts +43 -43
- package/lib/components/backtop/backtop.vue.d.ts +13 -13
- package/lib/components/backtop/index.d.ts +42 -42
- package/lib/components/backtop/use-backtop.d.ts +1 -1
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button-group.vue.d.ts +5 -5
- package/lib/components/button/button.vue.d.ts +52 -52
- package/lib/components/button/index.d.ts +166 -166
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +6 -6
- package/lib/components/card/card.vue.d.ts +7 -7
- package/lib/components/card/index.d.ts +31 -31
- package/lib/components/carousel/carousel-item.vue.d.ts +5 -5
- package/lib/components/carousel/carousel.vue.d.ts +28 -28
- package/lib/components/carousel/index.d.ts +120 -120
- package/lib/components/carousel/use-carousel-item.d.ts +10 -10
- package/lib/components/carousel/use-carousel.d.ts +8 -8
- package/lib/components/check-tag/check-tag.vue.d.ts +3 -3
- package/lib/components/check-tag/index.d.ts +25 -25
- package/lib/components/checkbox/checkbox-button.vue.d.ts +31 -31
- package/lib/components/checkbox/checkbox-group.vue.d.ts +25 -25
- package/lib/components/checkbox/checkbox.vue.d.ts +31 -31
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
- package/lib/components/checkbox/composables/use-checkbox.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +317 -317
- package/lib/components/clamp/clamp.vue.d.ts +15 -15
- package/lib/components/clamp/index.d.ts +43 -43
- package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
- package/lib/components/clamp-toggle/index.d.ts +25 -25
- package/lib/components/col/col.vue.d.ts +21 -21
- package/lib/components/col/index.d.ts +52 -52
- package/lib/components/collapse-transition/index.d.ts +44 -44
- package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
- package/lib/components/collection/collection-item.vue.d.ts +1 -1
- package/lib/components/collection/collection.d.ts +44 -44
- package/lib/components/collection/collection.vue.d.ts +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +24 -24
- package/lib/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +7 -7
- package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
- package/lib/components/color-picker/index.d.ts +24 -24
- package/lib/components/config-provider/config-provider.vue.d.ts +23 -23
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -3
- package/lib/components/config-provider/index.d.ts +55 -55
- package/lib/components/container/aside.vue.d.ts +3 -3
- package/lib/components/container/container.vue.d.ts +3 -3
- package/lib/components/container/footer.vue.d.ts +3 -3
- package/lib/components/container/header.vue.d.ts +3 -3
- package/lib/components/container/index.d.ts +225 -225
- package/lib/components/container/main.vue.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue.d.ts +9 -9
- package/lib/components/date-picker/composables/use-month-range-header.d.ts +4 -4
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +7 -7
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +5 -5
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
- package/lib/components/date-picker/date-picker.d.ts +25 -25
- package/lib/components/date-picker/index.d.ts +50 -50
- package/lib/components/date-picker/panel-utils.d.ts +84 -84
- package/lib/components/date-picker/props/basic-cell.d.ts +1 -1
- package/lib/components/date-picker/props/basic-date-table.d.ts +6 -6
- package/lib/components/date-picker/props/basic-month-table.d.ts +5 -5
- package/lib/components/date-picker/props/basic-year-table.d.ts +3 -3
- package/lib/components/date-picker/props/date-picker.d.ts +11 -11
- package/lib/components/date-picker/props/panel-date-pick.d.ts +3 -3
- package/lib/components/date-picker/props/panel-date-range.d.ts +2 -2
- package/lib/components/date-picker/props/panel-month-range.d.ts +1 -1
- package/lib/components/date-picker/props/shared.d.ts +7 -7
- package/lib/components/date-time-select/date-time-select.vue.d.ts +5 -5
- package/lib/components/date-time-select/index.d.ts +5 -5
- package/lib/components/descriptions/description-item.vue.d.ts +17 -17
- package/lib/components/descriptions/description.vue.d.ts +13 -13
- package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
- package/lib/components/descriptions/descriptions-row.vue.d.ts +3 -3
- package/lib/components/descriptions/index.d.ts +134 -134
- package/lib/components/dialog/dialog-content.vue.d.ts +17 -17
- package/lib/components/dialog/dialog.vue.d.ts +49 -49
- package/lib/components/dialog/hooks/use-dialog.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +99 -99
- package/lib/components/divider/divider.vue.d.ts +13 -13
- package/lib/components/divider/index.d.ts +40 -40
- package/lib/components/drawer/drawer.vue.d.ts +55 -55
- package/lib/components/drawer/index.d.ts +105 -105
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
- package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +8 -8
- package/lib/components/dropdown/dropdown.vue.d.ts +39 -39
- package/lib/components/dropdown/index.d.ts +101 -101
- package/lib/components/dropdown/useDropdown.d.ts +1 -1
- package/lib/components/empty/empty.vue.d.ts +9 -9
- package/lib/components/empty/index.d.ts +34 -34
- package/lib/components/exception/exception.vue.d.ts +7 -7
- package/lib/components/exception/index.d.ts +7 -7
- package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +3 -3
- package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/lib/components/footer-layout/index.d.ts +22 -22
- package/lib/components/form/form-item.vue.d.ts +33 -33
- package/lib/components/form/form-label-wrap.d.ts +1 -1
- package/lib/components/form/form.vue.d.ts +31 -31
- package/lib/components/form/hooks/use-form-common-props.d.ts +4 -4
- package/lib/components/form/index.d.ts +220 -220
- package/lib/components/form/utils.d.ts +1 -1
- package/lib/components/full-screen/full-screen.vue.d.ts +21 -21
- package/lib/components/full-screen/index.d.ts +21 -21
- package/lib/components/header-layout/header-layout.vue.d.ts +3 -3
- package/lib/components/header-layout/index.d.ts +25 -25
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
- package/lib/components/horizontal-menu/index.d.ts +22 -22
- package/lib/components/icon/icon.vue.d.ts +15 -15
- package/lib/components/icon/index.d.ts +15 -15
- package/lib/components/icon-text/icon-text.vue.d.ts +21 -21
- package/lib/components/icon-text/index.d.ts +21 -21
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
- package/lib/components/iframe-layout/iframe-page.vue.d.ts +3 -3
- package/lib/components/iframe-layout/index.d.ts +3 -3
- package/lib/components/image/image.vue.d.ts +25 -25
- package/lib/components/image/index.d.ts +74 -74
- package/lib/components/image/p-image.vue.d.ts +15 -15
- package/lib/components/image-viewer/image-viewer.vue.d.ts +17 -17
- package/lib/components/image-viewer/index.d.ts +46 -46
- package/lib/components/index.cjs +1 -1
- package/lib/components/infinite-scroll/index.d.ts +2 -2
- package/lib/components/input/index.d.ts +100 -100
- package/lib/components/input/input.vue.d.ts +51 -51
- package/lib/components/input-number/index.d.ts +35 -35
- package/lib/components/input-number/input-number.vue.d.ts +35 -35
- package/lib/components/link/index.d.ts +41 -41
- package/lib/components/link/link.vue.d.ts +13 -13
- package/lib/components/list-cell/index.d.ts +9 -9
- package/lib/components/list-cell/list-cell.vue.d.ts +9 -9
- package/lib/components/loading/index.d.ts +19 -19
- package/lib/components/loading/loading.d.ts +19 -19
- package/lib/components/logo/index.d.ts +7 -7
- package/lib/components/logo/logo.vue.d.ts +7 -7
- package/lib/components/md-code-demo/index.d.ts +4 -4
- package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/lib/components/md-code-tabs/index.d.ts +4 -4
- package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
- package/lib/components/md-comment/index.d.ts +1 -1
- package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
- package/lib/components/md-container/index.d.ts +22 -22
- package/lib/components/md-container/md-container.vue.d.ts +1 -1
- package/lib/components/md-container/toc.d.ts +1 -1
- package/lib/components/md-tabs/index.d.ts +4 -4
- package/lib/components/md-tabs/md-tabs.d.ts +1 -1
- package/lib/components/md-vue-playground/index.d.ts +7 -7
- package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
- package/lib/components/menu/index.d.ts +205 -205
- package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/lib/components/menu/menu-item-group.vue.d.ts +3 -3
- package/lib/components/menu/menu-item.vue.d.ts +21 -21
- package/lib/components/menu/menu.vue.d.ts +23 -23
- package/lib/components/menu/sub-menu.vue.d.ts +30 -30
- package/lib/components/menu/use-menu-css-var.d.ts +1 -1
- package/lib/components/menu/use-menu.d.ts +2 -2
- package/lib/components/message/message.vue.d.ts +31 -31
- package/lib/components/modal/index.d.ts +125 -125
- package/lib/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +69 -69
- package/lib/components/multiple-tabs/index.d.ts +11 -11
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +9 -9
- package/lib/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
- package/lib/components/overlay/index.d.ts +11 -11
- package/lib/components/overlay/overlay.vue.d.ts +11 -11
- package/lib/components/page-wrapper/index.d.ts +25 -25
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
- package/lib/components/pagination/components/jumper.vue.d.ts +3 -3
- package/lib/components/pagination/components/next.vue.d.ts +9 -9
- package/lib/components/pagination/components/pager.vue.d.ts +9 -9
- package/lib/components/pagination/components/prev.vue.d.ts +7 -7
- package/lib/components/pagination/components/sizes.vue.d.ts +11 -11
- package/lib/components/pagination/components/total.vue.d.ts +3 -3
- package/lib/components/pagination/index.d.ts +37 -37
- package/lib/components/pagination/pagination.vue.d.ts +37 -37
- package/lib/components/popconfirm/index.d.ts +64 -64
- package/lib/components/popconfirm/popconfirm.vue.d.ts +29 -29
- package/lib/components/popover/index.d.ts +89 -89
- package/lib/components/popover/popover.vue.d.ts +44 -44
- package/lib/components/popper/arrow.vue.d.ts +4 -4
- package/lib/components/popper/composables/use-content-dom.d.ts +6 -6
- package/lib/components/popper/composables/use-content.d.ts +10 -10
- package/lib/components/popper/composables/use-focus-trap.d.ts +2 -2
- package/lib/components/popper/content.vue.d.ts +52 -52
- package/lib/components/popper/index.d.ts +40 -40
- package/lib/components/popper/popper.vue.d.ts +8 -8
- package/lib/components/popper/trigger.vue.d.ts +24 -24
- package/lib/components/progress/index.d.ts +65 -65
- package/lib/components/progress/progress.vue.d.ts +29 -29
- package/lib/components/progress-i/index.d.ts +1 -1
- package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
- package/lib/components/qrcode/index.d.ts +11 -11
- package/lib/components/qrcode/qrcode.vue.d.ts +11 -11
- package/lib/components/radio/index.d.ts +227 -227
- package/lib/components/radio/radio-button.vue.d.ts +11 -11
- package/lib/components/radio/radio-group.vue.d.ts +23 -23
- package/lib/components/radio/radio.vue.d.ts +15 -15
- package/lib/components/radio/use-radio.d.ts +7 -7
- package/lib/components/result/index.d.ts +7 -7
- package/lib/components/result/result.vue.d.ts +7 -7
- package/lib/components/router-view-content/index.d.ts +13 -13
- package/lib/components/router-view-content/router-view-content.vue.d.ts +13 -13
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/types.d.ts +45 -45
- package/lib/components/row/index.d.ts +34 -34
- package/lib/components/row/row.vue.d.ts +9 -9
- package/lib/components/scrollbar/bar.vue.d.ts +11 -11
- package/lib/components/scrollbar/index.d.ts +59 -59
- package/lib/components/scrollbar/scrollbar.vue.d.ts +24 -24
- package/lib/components/scrollbar/thumb.vue.d.ts +11 -11
- package/lib/components/search/index.d.ts +62 -62
- package/lib/components/search/search.vue.d.ts +24 -24
- package/lib/components/select/group-item.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +334 -334
- package/lib/components/select/option-item.vue.d.ts +2 -2
- package/lib/components/select/select-dropdown.d.ts +1 -1
- package/lib/components/select/select.vue.d.ts +167 -167
- package/lib/components/select/useSelect.d.ts +147 -147
- package/lib/components/side-menu/index.d.ts +40 -40
- package/lib/components/side-menu/side-menu.vue.d.ts +40 -40
- package/lib/components/skeleton/index.d.ts +46 -46
- package/lib/components/skeleton/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/skeleton.vue.d.ts +12 -12
- package/lib/components/slider/button.vue.d.ts +11 -11
- package/lib/components/slider/composables/use-lifecycle.d.ts +1 -1
- package/lib/components/slider/composables/use-marks.d.ts +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +63 -63
- package/lib/components/slider/index.d.ts +51 -51
- package/lib/components/slider/marker.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +51 -51
- package/lib/components/slot/only-child.d.ts +1 -1
- package/lib/components/space/index.d.ts +6 -6
- package/lib/components/space/item.d.ts +4 -4
- package/lib/components/space/space.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +3 -3
- package/lib/components/super-form/index.d.ts +154 -154
- package/lib/components/super-form/super-form-action.vue.d.ts +15 -15
- package/lib/components/super-form/super-form-item.vue.d.ts +15 -15
- package/lib/components/super-form/super-form.vue.d.ts +87 -87
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +48 -48
- package/lib/components/switch/switch.vue.d.ts +48 -48
- package/lib/components/table/index.d.ts +344 -344
- package/lib/components/table/table.vue.d.ts +213 -213
- package/lib/components/tabs/index.d.ts +104 -104
- package/lib/components/tabs/tab-bar.vue.d.ts +4 -4
- package/lib/components/tabs/tab-nav.vue.d.ts +23 -23
- package/lib/components/tabs/tab-pane.vue.d.ts +11 -11
- package/lib/components/tabs/tabs.vue.d.ts +30 -30
- package/lib/components/tag/index.d.ts +17 -17
- package/lib/components/tag/tag.vue.d.ts +17 -17
- package/lib/components/time-picker/common/picker.vue.d.ts +25 -25
- package/lib/components/time-picker/common/props.d.ts +9 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +3 -3
- package/lib/components/time-picker/index.d.ts +50 -50
- package/lib/components/time-picker/props/basic-time-spinner.d.ts +5 -5
- package/lib/components/time-picker/props/panel-time-picker.d.ts +1 -1
- package/lib/components/time-picker/props/panel-time-range.d.ts +1 -1
- package/lib/components/time-picker/props/shared.d.ts +3 -3
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
- package/lib/components/time-picker/time-picker.d.ts +25 -25
- package/lib/components/time-select/time-select.vue.d.ts +7 -7
- package/lib/components/tooltip/content.vue.d.ts +65 -65
- package/lib/components/tooltip/index.d.ts +169 -169
- package/lib/components/tooltip/tooltip.vue.d.ts +97 -97
- package/lib/components/tooltip/trigger.vue.d.ts +12 -12
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +202 -202
- package/lib/components/tree/model/useDragNode.d.ts +1 -1
- package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +5 -5
- package/lib/components/tree/tree.vue.d.ts +53 -53
- package/lib/components/upload/index.d.ts +100 -100
- package/lib/components/upload/upload-content.vue.d.ts +49 -49
- package/lib/components/upload/upload-dragger.vue.d.ts +3 -3
- package/lib/components/upload/upload-list.vue.d.ts +9 -9
- package/lib/components/upload/upload.vue.d.ts +53 -53
- package/lib/components/upload/use-handlers.d.ts +2 -2
- package/lib/components/verify-code/index.d.ts +8 -8
- package/lib/components/verify-code/useImageVerify.d.ts +2 -2
- package/lib/components/verify-code/verify-code.vue.d.ts +8 -8
- package/lib/components/virtual-list/builders/build-grid.d.ts +19 -19
- package/lib/components/virtual-list/builders/build-list.d.ts +23 -23
- package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +23 -23
- package/lib/components/virtual-list/components/scrollbar.d.ts +10 -10
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/components/virtual-list/props.d.ts +22 -22
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-namespace/index.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +7 -7
- package/lib/hooks/use-popper-container/index.d.ts +2 -2
- package/lib/hooks/use-size/index.d.ts +1 -1
- package/lib/hooks/use-z-index/index.d.ts +2 -2
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -35,42 +35,42 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
35
35
|
readonly trigger?: import("./types").TooltipTriggerType | undefined;
|
|
36
36
|
ref_for?: boolean | undefined;
|
|
37
37
|
ref_key?: string | undefined;
|
|
38
|
-
onVnodeBeforeMount?: ((vnode:
|
|
38
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
|
-
}>) => void) | ((vnode:
|
|
40
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
}>) => void)[] | undefined;
|
|
43
|
-
onVnodeMounted?: ((vnode:
|
|
43
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
}>) => void) | ((vnode:
|
|
45
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>) => void)[] | undefined;
|
|
48
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
48
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
49
|
[key: string]: any;
|
|
50
|
-
}>, oldVNode:
|
|
50
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
51
|
[key: string]: any;
|
|
52
|
-
}>) => void) | ((vnode:
|
|
52
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
53
|
[key: string]: any;
|
|
54
|
-
}>, oldVNode:
|
|
54
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
}>) => void)[] | undefined;
|
|
57
|
-
onVnodeUpdated?: ((vnode:
|
|
57
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
58
|
[key: string]: any;
|
|
59
|
-
}>, oldVNode:
|
|
59
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
60
60
|
[key: string]: any;
|
|
61
|
-
}>) => void) | ((vnode:
|
|
61
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
62
62
|
[key: string]: any;
|
|
63
|
-
}>, oldVNode:
|
|
63
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}>) => void)[] | undefined;
|
|
66
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
66
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
67
67
|
[key: string]: any;
|
|
68
|
-
}>) => void) | ((vnode:
|
|
68
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
69
69
|
[key: string]: any;
|
|
70
70
|
}>) => void)[] | undefined;
|
|
71
|
-
onVnodeUnmounted?: ((vnode:
|
|
71
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
72
72
|
[key: string]: any;
|
|
73
|
-
}>) => void) | ((vnode:
|
|
73
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
74
74
|
[key: string]: any;
|
|
75
75
|
}>) => void)[] | undefined;
|
|
76
76
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -110,151 +110,151 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
110
110
|
$slots: Readonly<{
|
|
111
111
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
112
112
|
}>;
|
|
113
|
-
$root:
|
|
114
|
-
$parent:
|
|
113
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
114
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
115
115
|
$emit: ((event: "open", ...args: any[]) => void) & ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
116
116
|
$el: any;
|
|
117
|
-
$options: import("vue").ComponentOptionsBase<Readonly<
|
|
117
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
118
118
|
role: {
|
|
119
|
-
type:
|
|
119
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
120
120
|
};
|
|
121
121
|
showArrow: {
|
|
122
|
-
type:
|
|
122
|
+
type: globalThis.PropType<boolean>;
|
|
123
123
|
};
|
|
124
124
|
arrowOffset: {
|
|
125
|
-
type:
|
|
125
|
+
type: globalThis.PropType<number>;
|
|
126
126
|
};
|
|
127
127
|
virtualRef: {
|
|
128
|
-
type:
|
|
128
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
129
129
|
};
|
|
130
130
|
virtualTriggering: {
|
|
131
|
-
type:
|
|
131
|
+
type: globalThis.PropType<boolean>;
|
|
132
132
|
};
|
|
133
133
|
onMouseenter: {
|
|
134
|
-
type:
|
|
134
|
+
type: globalThis.PropType<Function>;
|
|
135
135
|
};
|
|
136
136
|
onMouseleave: {
|
|
137
|
-
type:
|
|
137
|
+
type: globalThis.PropType<Function>;
|
|
138
138
|
};
|
|
139
139
|
onClick: {
|
|
140
|
-
type:
|
|
140
|
+
type: globalThis.PropType<Function>;
|
|
141
141
|
};
|
|
142
142
|
onKeydown: {
|
|
143
|
-
type:
|
|
143
|
+
type: globalThis.PropType<Function>;
|
|
144
144
|
};
|
|
145
145
|
onFocus: {
|
|
146
|
-
type:
|
|
146
|
+
type: globalThis.PropType<Function>;
|
|
147
147
|
};
|
|
148
148
|
onBlur: {
|
|
149
|
-
type:
|
|
149
|
+
type: globalThis.PropType<Function>;
|
|
150
150
|
};
|
|
151
151
|
onContextmenu: {
|
|
152
|
-
type:
|
|
152
|
+
type: globalThis.PropType<Function>;
|
|
153
153
|
};
|
|
154
154
|
id: {
|
|
155
|
-
type:
|
|
155
|
+
type: globalThis.PropType<string>;
|
|
156
156
|
};
|
|
157
157
|
open: {
|
|
158
|
-
type:
|
|
158
|
+
type: globalThis.PropType<boolean>;
|
|
159
159
|
};
|
|
160
160
|
boundariesPadding: {
|
|
161
|
-
type:
|
|
161
|
+
type: globalThis.PropType<number>;
|
|
162
162
|
};
|
|
163
163
|
fallbackPlacements: {
|
|
164
|
-
type:
|
|
164
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
165
165
|
};
|
|
166
166
|
gpuAcceleration: {
|
|
167
|
-
type:
|
|
167
|
+
type: globalThis.PropType<boolean>;
|
|
168
168
|
};
|
|
169
169
|
offset: {
|
|
170
|
-
type:
|
|
170
|
+
type: globalThis.PropType<number>;
|
|
171
171
|
};
|
|
172
172
|
placement: {
|
|
173
|
-
type:
|
|
173
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
174
174
|
};
|
|
175
175
|
popperOptions: {
|
|
176
|
-
type:
|
|
176
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
177
177
|
};
|
|
178
178
|
strategy: {
|
|
179
|
-
type:
|
|
179
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
180
180
|
};
|
|
181
181
|
style: {
|
|
182
|
-
type:
|
|
182
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
183
183
|
};
|
|
184
184
|
className: {
|
|
185
|
-
type:
|
|
185
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
186
186
|
};
|
|
187
187
|
effect: {
|
|
188
|
-
type:
|
|
188
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
189
189
|
};
|
|
190
190
|
visible: {
|
|
191
|
-
type:
|
|
191
|
+
type: globalThis.PropType<boolean>;
|
|
192
192
|
};
|
|
193
193
|
enterable: {
|
|
194
|
-
type:
|
|
194
|
+
type: globalThis.PropType<boolean>;
|
|
195
195
|
};
|
|
196
196
|
pure: {
|
|
197
|
-
type:
|
|
197
|
+
type: globalThis.PropType<boolean>;
|
|
198
198
|
};
|
|
199
199
|
focusOnShow: {
|
|
200
|
-
type:
|
|
200
|
+
type: globalThis.PropType<boolean>;
|
|
201
201
|
};
|
|
202
202
|
trapping: {
|
|
203
|
-
type:
|
|
203
|
+
type: globalThis.PropType<boolean>;
|
|
204
204
|
};
|
|
205
205
|
popperClass: {
|
|
206
|
-
type:
|
|
206
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
207
207
|
};
|
|
208
208
|
popperStyle: {
|
|
209
|
-
type:
|
|
209
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
210
210
|
};
|
|
211
211
|
referenceEl: {
|
|
212
|
-
type:
|
|
212
|
+
type: globalThis.PropType<HTMLElement>;
|
|
213
213
|
};
|
|
214
214
|
triggerTargetEl: {
|
|
215
|
-
type:
|
|
215
|
+
type: globalThis.PropType<HTMLElement>;
|
|
216
216
|
};
|
|
217
217
|
stopPopperMouseEvent: {
|
|
218
|
-
type:
|
|
218
|
+
type: globalThis.PropType<boolean>;
|
|
219
219
|
};
|
|
220
220
|
ariaLabel: {
|
|
221
|
-
type:
|
|
221
|
+
type: globalThis.PropType<string>;
|
|
222
222
|
};
|
|
223
223
|
zIndex: {
|
|
224
|
-
type:
|
|
224
|
+
type: globalThis.PropType<number>;
|
|
225
225
|
};
|
|
226
226
|
showAfter: {
|
|
227
|
-
type:
|
|
227
|
+
type: globalThis.PropType<number>;
|
|
228
228
|
};
|
|
229
229
|
hideAfter: {
|
|
230
|
-
type:
|
|
230
|
+
type: globalThis.PropType<number>;
|
|
231
231
|
};
|
|
232
232
|
appendTo: {
|
|
233
|
-
type:
|
|
233
|
+
type: globalThis.PropType<any>;
|
|
234
234
|
};
|
|
235
235
|
content: {
|
|
236
|
-
type:
|
|
236
|
+
type: globalThis.PropType<string>;
|
|
237
237
|
};
|
|
238
238
|
rawContent: {
|
|
239
|
-
type:
|
|
239
|
+
type: globalThis.PropType<boolean>;
|
|
240
240
|
};
|
|
241
241
|
persistent: {
|
|
242
|
-
type:
|
|
242
|
+
type: globalThis.PropType<boolean>;
|
|
243
243
|
};
|
|
244
244
|
transition: {
|
|
245
|
-
type:
|
|
245
|
+
type: globalThis.PropType<string>;
|
|
246
246
|
};
|
|
247
247
|
teleported: {
|
|
248
|
-
type:
|
|
248
|
+
type: globalThis.PropType<boolean>;
|
|
249
249
|
};
|
|
250
250
|
disabled: {
|
|
251
|
-
type:
|
|
251
|
+
type: globalThis.PropType<boolean>;
|
|
252
252
|
};
|
|
253
253
|
trigger: {
|
|
254
|
-
type:
|
|
254
|
+
type: globalThis.PropType<import("./types").TooltipTriggerType>;
|
|
255
255
|
};
|
|
256
256
|
triggerKeys: {
|
|
257
|
-
type:
|
|
257
|
+
type: globalThis.PropType<string[]>;
|
|
258
258
|
};
|
|
259
259
|
}>> & {
|
|
260
260
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -264,8 +264,8 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
264
264
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
265
265
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
266
266
|
}, {
|
|
267
|
-
popperRef:
|
|
268
|
-
contentRef:
|
|
267
|
+
popperRef: globalThis.Ref<any>;
|
|
268
|
+
contentRef: globalThis.Ref<any>;
|
|
269
269
|
isFocusInsideContent: () => boolean | undefined;
|
|
270
270
|
updatePopper: () => void;
|
|
271
271
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -293,152 +293,152 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
293
293
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
294
294
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
295
295
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
296
|
-
errorCaptured?: (((err: unknown, instance:
|
|
296
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
297
297
|
};
|
|
298
298
|
$forceUpdate: () => void;
|
|
299
299
|
$nextTick: typeof import("vue").nextTick;
|
|
300
300
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
301
|
-
} & Readonly<
|
|
301
|
+
} & Readonly<globalThis.ExtractPropTypes<{
|
|
302
302
|
role: {
|
|
303
|
-
type:
|
|
303
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
304
304
|
};
|
|
305
305
|
showArrow: {
|
|
306
|
-
type:
|
|
306
|
+
type: globalThis.PropType<boolean>;
|
|
307
307
|
};
|
|
308
308
|
arrowOffset: {
|
|
309
|
-
type:
|
|
309
|
+
type: globalThis.PropType<number>;
|
|
310
310
|
};
|
|
311
311
|
virtualRef: {
|
|
312
|
-
type:
|
|
312
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
313
313
|
};
|
|
314
314
|
virtualTriggering: {
|
|
315
|
-
type:
|
|
315
|
+
type: globalThis.PropType<boolean>;
|
|
316
316
|
};
|
|
317
317
|
onMouseenter: {
|
|
318
|
-
type:
|
|
318
|
+
type: globalThis.PropType<Function>;
|
|
319
319
|
};
|
|
320
320
|
onMouseleave: {
|
|
321
|
-
type:
|
|
321
|
+
type: globalThis.PropType<Function>;
|
|
322
322
|
};
|
|
323
323
|
onClick: {
|
|
324
|
-
type:
|
|
324
|
+
type: globalThis.PropType<Function>;
|
|
325
325
|
};
|
|
326
326
|
onKeydown: {
|
|
327
|
-
type:
|
|
327
|
+
type: globalThis.PropType<Function>;
|
|
328
328
|
};
|
|
329
329
|
onFocus: {
|
|
330
|
-
type:
|
|
330
|
+
type: globalThis.PropType<Function>;
|
|
331
331
|
};
|
|
332
332
|
onBlur: {
|
|
333
|
-
type:
|
|
333
|
+
type: globalThis.PropType<Function>;
|
|
334
334
|
};
|
|
335
335
|
onContextmenu: {
|
|
336
|
-
type:
|
|
336
|
+
type: globalThis.PropType<Function>;
|
|
337
337
|
};
|
|
338
338
|
id: {
|
|
339
|
-
type:
|
|
339
|
+
type: globalThis.PropType<string>;
|
|
340
340
|
};
|
|
341
341
|
open: {
|
|
342
|
-
type:
|
|
342
|
+
type: globalThis.PropType<boolean>;
|
|
343
343
|
};
|
|
344
344
|
boundariesPadding: {
|
|
345
|
-
type:
|
|
345
|
+
type: globalThis.PropType<number>;
|
|
346
346
|
};
|
|
347
347
|
fallbackPlacements: {
|
|
348
|
-
type:
|
|
348
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
349
349
|
};
|
|
350
350
|
gpuAcceleration: {
|
|
351
|
-
type:
|
|
351
|
+
type: globalThis.PropType<boolean>;
|
|
352
352
|
};
|
|
353
353
|
offset: {
|
|
354
|
-
type:
|
|
354
|
+
type: globalThis.PropType<number>;
|
|
355
355
|
};
|
|
356
356
|
placement: {
|
|
357
|
-
type:
|
|
357
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
358
358
|
};
|
|
359
359
|
popperOptions: {
|
|
360
|
-
type:
|
|
360
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
361
361
|
};
|
|
362
362
|
strategy: {
|
|
363
|
-
type:
|
|
363
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
364
364
|
};
|
|
365
365
|
style: {
|
|
366
|
-
type:
|
|
366
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
367
367
|
};
|
|
368
368
|
className: {
|
|
369
|
-
type:
|
|
369
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
370
370
|
};
|
|
371
371
|
effect: {
|
|
372
|
-
type:
|
|
372
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
373
373
|
};
|
|
374
374
|
visible: {
|
|
375
|
-
type:
|
|
375
|
+
type: globalThis.PropType<boolean>;
|
|
376
376
|
};
|
|
377
377
|
enterable: {
|
|
378
|
-
type:
|
|
378
|
+
type: globalThis.PropType<boolean>;
|
|
379
379
|
};
|
|
380
380
|
pure: {
|
|
381
|
-
type:
|
|
381
|
+
type: globalThis.PropType<boolean>;
|
|
382
382
|
};
|
|
383
383
|
focusOnShow: {
|
|
384
|
-
type:
|
|
384
|
+
type: globalThis.PropType<boolean>;
|
|
385
385
|
};
|
|
386
386
|
trapping: {
|
|
387
|
-
type:
|
|
387
|
+
type: globalThis.PropType<boolean>;
|
|
388
388
|
};
|
|
389
389
|
popperClass: {
|
|
390
|
-
type:
|
|
390
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
391
391
|
};
|
|
392
392
|
popperStyle: {
|
|
393
|
-
type:
|
|
393
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
394
394
|
};
|
|
395
395
|
referenceEl: {
|
|
396
|
-
type:
|
|
396
|
+
type: globalThis.PropType<HTMLElement>;
|
|
397
397
|
};
|
|
398
398
|
triggerTargetEl: {
|
|
399
|
-
type:
|
|
399
|
+
type: globalThis.PropType<HTMLElement>;
|
|
400
400
|
};
|
|
401
401
|
stopPopperMouseEvent: {
|
|
402
|
-
type:
|
|
402
|
+
type: globalThis.PropType<boolean>;
|
|
403
403
|
};
|
|
404
404
|
ariaLabel: {
|
|
405
|
-
type:
|
|
405
|
+
type: globalThis.PropType<string>;
|
|
406
406
|
};
|
|
407
407
|
zIndex: {
|
|
408
|
-
type:
|
|
408
|
+
type: globalThis.PropType<number>;
|
|
409
409
|
};
|
|
410
410
|
showAfter: {
|
|
411
|
-
type:
|
|
411
|
+
type: globalThis.PropType<number>;
|
|
412
412
|
};
|
|
413
413
|
hideAfter: {
|
|
414
|
-
type:
|
|
414
|
+
type: globalThis.PropType<number>;
|
|
415
415
|
};
|
|
416
416
|
appendTo: {
|
|
417
|
-
type:
|
|
417
|
+
type: globalThis.PropType<any>;
|
|
418
418
|
};
|
|
419
419
|
content: {
|
|
420
|
-
type:
|
|
420
|
+
type: globalThis.PropType<string>;
|
|
421
421
|
};
|
|
422
422
|
rawContent: {
|
|
423
|
-
type:
|
|
423
|
+
type: globalThis.PropType<boolean>;
|
|
424
424
|
};
|
|
425
425
|
persistent: {
|
|
426
|
-
type:
|
|
426
|
+
type: globalThis.PropType<boolean>;
|
|
427
427
|
};
|
|
428
428
|
transition: {
|
|
429
|
-
type:
|
|
429
|
+
type: globalThis.PropType<string>;
|
|
430
430
|
};
|
|
431
431
|
teleported: {
|
|
432
|
-
type:
|
|
432
|
+
type: globalThis.PropType<boolean>;
|
|
433
433
|
};
|
|
434
434
|
disabled: {
|
|
435
|
-
type:
|
|
435
|
+
type: globalThis.PropType<boolean>;
|
|
436
436
|
};
|
|
437
437
|
trigger: {
|
|
438
|
-
type:
|
|
438
|
+
type: globalThis.PropType<import("./types").TooltipTriggerType>;
|
|
439
439
|
};
|
|
440
440
|
triggerKeys: {
|
|
441
|
-
type:
|
|
441
|
+
type: globalThis.PropType<string[]>;
|
|
442
442
|
};
|
|
443
443
|
}>> & {
|
|
444
444
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -448,8 +448,8 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
448
448
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
449
449
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
450
450
|
} & import("vue").ShallowUnwrapRef<{
|
|
451
|
-
popperRef:
|
|
452
|
-
contentRef:
|
|
451
|
+
popperRef: globalThis.Ref<any>;
|
|
452
|
+
contentRef: globalThis.Ref<any>;
|
|
453
453
|
isFocusInsideContent: () => boolean | undefined;
|
|
454
454
|
updatePopper: () => void;
|
|
455
455
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -459,147 +459,147 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
459
459
|
__isFragment?: undefined;
|
|
460
460
|
__isTeleport?: undefined;
|
|
461
461
|
__isSuspense?: undefined;
|
|
462
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
462
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
463
463
|
role: {
|
|
464
|
-
type:
|
|
464
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
465
465
|
};
|
|
466
466
|
showArrow: {
|
|
467
|
-
type:
|
|
467
|
+
type: globalThis.PropType<boolean>;
|
|
468
468
|
};
|
|
469
469
|
arrowOffset: {
|
|
470
|
-
type:
|
|
470
|
+
type: globalThis.PropType<number>;
|
|
471
471
|
};
|
|
472
472
|
virtualRef: {
|
|
473
|
-
type:
|
|
473
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
474
474
|
};
|
|
475
475
|
virtualTriggering: {
|
|
476
|
-
type:
|
|
476
|
+
type: globalThis.PropType<boolean>;
|
|
477
477
|
};
|
|
478
478
|
onMouseenter: {
|
|
479
|
-
type:
|
|
479
|
+
type: globalThis.PropType<Function>;
|
|
480
480
|
};
|
|
481
481
|
onMouseleave: {
|
|
482
|
-
type:
|
|
482
|
+
type: globalThis.PropType<Function>;
|
|
483
483
|
};
|
|
484
484
|
onClick: {
|
|
485
|
-
type:
|
|
485
|
+
type: globalThis.PropType<Function>;
|
|
486
486
|
};
|
|
487
487
|
onKeydown: {
|
|
488
|
-
type:
|
|
488
|
+
type: globalThis.PropType<Function>;
|
|
489
489
|
};
|
|
490
490
|
onFocus: {
|
|
491
|
-
type:
|
|
491
|
+
type: globalThis.PropType<Function>;
|
|
492
492
|
};
|
|
493
493
|
onBlur: {
|
|
494
|
-
type:
|
|
494
|
+
type: globalThis.PropType<Function>;
|
|
495
495
|
};
|
|
496
496
|
onContextmenu: {
|
|
497
|
-
type:
|
|
497
|
+
type: globalThis.PropType<Function>;
|
|
498
498
|
};
|
|
499
499
|
id: {
|
|
500
|
-
type:
|
|
500
|
+
type: globalThis.PropType<string>;
|
|
501
501
|
};
|
|
502
502
|
open: {
|
|
503
|
-
type:
|
|
503
|
+
type: globalThis.PropType<boolean>;
|
|
504
504
|
};
|
|
505
505
|
boundariesPadding: {
|
|
506
|
-
type:
|
|
506
|
+
type: globalThis.PropType<number>;
|
|
507
507
|
};
|
|
508
508
|
fallbackPlacements: {
|
|
509
|
-
type:
|
|
509
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
510
510
|
};
|
|
511
511
|
gpuAcceleration: {
|
|
512
|
-
type:
|
|
512
|
+
type: globalThis.PropType<boolean>;
|
|
513
513
|
};
|
|
514
514
|
offset: {
|
|
515
|
-
type:
|
|
515
|
+
type: globalThis.PropType<number>;
|
|
516
516
|
};
|
|
517
517
|
placement: {
|
|
518
|
-
type:
|
|
518
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
519
519
|
};
|
|
520
520
|
popperOptions: {
|
|
521
|
-
type:
|
|
521
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
522
522
|
};
|
|
523
523
|
strategy: {
|
|
524
|
-
type:
|
|
524
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
525
525
|
};
|
|
526
526
|
style: {
|
|
527
|
-
type:
|
|
527
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
528
528
|
};
|
|
529
529
|
className: {
|
|
530
|
-
type:
|
|
530
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
531
531
|
};
|
|
532
532
|
effect: {
|
|
533
|
-
type:
|
|
533
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
534
534
|
};
|
|
535
535
|
visible: {
|
|
536
|
-
type:
|
|
536
|
+
type: globalThis.PropType<boolean>;
|
|
537
537
|
};
|
|
538
538
|
enterable: {
|
|
539
|
-
type:
|
|
539
|
+
type: globalThis.PropType<boolean>;
|
|
540
540
|
};
|
|
541
541
|
pure: {
|
|
542
|
-
type:
|
|
542
|
+
type: globalThis.PropType<boolean>;
|
|
543
543
|
};
|
|
544
544
|
focusOnShow: {
|
|
545
|
-
type:
|
|
545
|
+
type: globalThis.PropType<boolean>;
|
|
546
546
|
};
|
|
547
547
|
trapping: {
|
|
548
|
-
type:
|
|
548
|
+
type: globalThis.PropType<boolean>;
|
|
549
549
|
};
|
|
550
550
|
popperClass: {
|
|
551
|
-
type:
|
|
551
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
552
552
|
};
|
|
553
553
|
popperStyle: {
|
|
554
|
-
type:
|
|
554
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
555
555
|
};
|
|
556
556
|
referenceEl: {
|
|
557
|
-
type:
|
|
557
|
+
type: globalThis.PropType<HTMLElement>;
|
|
558
558
|
};
|
|
559
559
|
triggerTargetEl: {
|
|
560
|
-
type:
|
|
560
|
+
type: globalThis.PropType<HTMLElement>;
|
|
561
561
|
};
|
|
562
562
|
stopPopperMouseEvent: {
|
|
563
|
-
type:
|
|
563
|
+
type: globalThis.PropType<boolean>;
|
|
564
564
|
};
|
|
565
565
|
ariaLabel: {
|
|
566
|
-
type:
|
|
566
|
+
type: globalThis.PropType<string>;
|
|
567
567
|
};
|
|
568
568
|
zIndex: {
|
|
569
|
-
type:
|
|
569
|
+
type: globalThis.PropType<number>;
|
|
570
570
|
};
|
|
571
571
|
showAfter: {
|
|
572
|
-
type:
|
|
572
|
+
type: globalThis.PropType<number>;
|
|
573
573
|
};
|
|
574
574
|
hideAfter: {
|
|
575
|
-
type:
|
|
575
|
+
type: globalThis.PropType<number>;
|
|
576
576
|
};
|
|
577
577
|
appendTo: {
|
|
578
|
-
type:
|
|
578
|
+
type: globalThis.PropType<any>;
|
|
579
579
|
};
|
|
580
580
|
content: {
|
|
581
|
-
type:
|
|
581
|
+
type: globalThis.PropType<string>;
|
|
582
582
|
};
|
|
583
583
|
rawContent: {
|
|
584
|
-
type:
|
|
584
|
+
type: globalThis.PropType<boolean>;
|
|
585
585
|
};
|
|
586
586
|
persistent: {
|
|
587
|
-
type:
|
|
587
|
+
type: globalThis.PropType<boolean>;
|
|
588
588
|
};
|
|
589
589
|
transition: {
|
|
590
|
-
type:
|
|
590
|
+
type: globalThis.PropType<string>;
|
|
591
591
|
};
|
|
592
592
|
teleported: {
|
|
593
|
-
type:
|
|
593
|
+
type: globalThis.PropType<boolean>;
|
|
594
594
|
};
|
|
595
595
|
disabled: {
|
|
596
|
-
type:
|
|
596
|
+
type: globalThis.PropType<boolean>;
|
|
597
597
|
};
|
|
598
598
|
trigger: {
|
|
599
|
-
type:
|
|
599
|
+
type: globalThis.PropType<import("./types").TooltipTriggerType>;
|
|
600
600
|
};
|
|
601
601
|
triggerKeys: {
|
|
602
|
-
type:
|
|
602
|
+
type: globalThis.PropType<string[]>;
|
|
603
603
|
};
|
|
604
604
|
}>> & {
|
|
605
605
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -609,8 +609,8 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
609
609
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
610
610
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
611
611
|
}, {
|
|
612
|
-
popperRef:
|
|
613
|
-
contentRef:
|
|
612
|
+
popperRef: globalThis.Ref<any>;
|
|
613
|
+
contentRef: globalThis.Ref<any>;
|
|
614
614
|
isFocusInsideContent: () => boolean | undefined;
|
|
615
615
|
updatePopper: () => void;
|
|
616
616
|
onOpen: (event?: Event | undefined) => void;
|