vft 0.0.148 → 0.0.150
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/button/button-custom.d.ts +1 -1
- package/es/app-components/button/use-button.d.ts +6 -6
- package/es/app-components/form/form-label-wrap.d.ts +1 -1
- package/es/app-components/form/utils.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +22 -22
- 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 +40 -40
- package/es/components/backtop/backtop.vue.d.ts +13 -13
- package/es/components/backtop/index.d.ts +40 -40
- 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 +48 -48
- package/es/components/button/index.d.ts +159 -159
- package/es/components/button/use-button.d.ts +6 -6
- 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 +23 -23
- package/es/components/carousel/index.d.ts +111 -111
- 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 +219 -219
- 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/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 +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
- 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 +92 -92
- 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 +132 -132
- 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 +97 -97
- 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 +103 -103
- 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 +26 -26
- 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 +195 -195
- 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 +73 -73
- 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/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 +40 -40
- 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 +112 -112
- package/es/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +61 -61
- 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 +11 -10
- 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 +58 -58
- package/es/components/popconfirm/popconfirm.vue.d.ts +25 -25
- package/es/components/popover/index.d.ts +88 -88
- 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 +7 -7
- 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 +64 -64
- 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 +58 -58
- 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 +61 -61
- 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 +151 -151
- 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 +86 -86
- package/es/components/super-form/use/use-form-events.js +109 -109
- package/es/components/switch/index.d.ts +44 -44
- package/es/components/switch/switch.vue.d.ts +44 -44
- package/es/components/table/index.d.ts +337 -337
- package/es/components/table/table.vue.d.ts +209 -209
- 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 +1 -1
- 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 +200 -200
- 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 +4 -4
- 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/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +6 -6
- package/lib/app-components/form/form-label-wrap.d.ts +1 -1
- package/lib/app-components/form/utils.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +22 -22
- 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 +40 -40
- package/lib/components/backtop/backtop.vue.d.ts +13 -13
- package/lib/components/backtop/index.d.ts +40 -40
- 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 +48 -48
- package/lib/components/button/index.d.ts +159 -159
- 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 +23 -23
- package/lib/components/carousel/index.d.ts +111 -111
- 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 +219 -219
- 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/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 +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
- 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 +92 -92
- 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 +132 -132
- 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 +97 -97
- 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 +103 -103
- 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 +26 -26
- 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 +195 -195
- 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 +73 -73
- 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/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 +40 -40
- 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 +112 -112
- package/lib/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +61 -61
- 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 +11 -10
- 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 +58 -58
- package/lib/components/popconfirm/popconfirm.vue.d.ts +25 -25
- package/lib/components/popover/index.d.ts +88 -88
- 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 +7 -7
- 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 +64 -64
- 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 +58 -58
- 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 +61 -61
- 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 +151 -151
- 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 +86 -86
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +44 -44
- package/lib/components/switch/switch.vue.d.ts +44 -44
- package/lib/components/table/index.d.ts +337 -337
- package/lib/components/table/table.vue.d.ts +209 -209
- 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 +1 -1
- 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 +200 -200
- 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 +4 -4
- 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/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
|
@@ -18,42 +18,42 @@ declare const _Tree: SFCWithInstall<{
|
|
|
18
18
|
readonly icon?: import("..").IconProps | undefined;
|
|
19
19
|
ref_for?: boolean | undefined;
|
|
20
20
|
ref_key?: string | undefined;
|
|
21
|
-
onVnodeBeforeMount?: ((vnode:
|
|
21
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
}>) => void) | ((vnode:
|
|
23
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>) => void)[] | undefined;
|
|
26
|
-
onVnodeMounted?: ((vnode:
|
|
26
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
}>) => void) | ((vnode:
|
|
28
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>) => void)[] | undefined;
|
|
31
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
31
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
|
-
}>, oldVNode:
|
|
33
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
|
-
}>) => void) | ((vnode:
|
|
35
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
}>, oldVNode:
|
|
37
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}>) => void)[] | undefined;
|
|
40
|
-
onVnodeUpdated?: ((vnode:
|
|
40
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
41
|
[key: string]: any;
|
|
42
|
-
}>, oldVNode:
|
|
42
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
|
-
}>) => void) | ((vnode:
|
|
44
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
|
-
}>, oldVNode:
|
|
46
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
}>) => void)[] | undefined;
|
|
49
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
49
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
50
|
[key: string]: any;
|
|
51
|
-
}>) => void) | ((vnode:
|
|
51
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
}>) => void)[] | undefined;
|
|
54
|
-
onVnodeUnmounted?: ((vnode:
|
|
54
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
55
|
[key: string]: any;
|
|
56
|
-
}>) => void) | ((vnode:
|
|
56
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
57
57
|
[key: string]: any;
|
|
58
58
|
}>) => void)[] | undefined;
|
|
59
59
|
readonly draggable?: boolean | undefined;
|
|
@@ -97,17 +97,17 @@ declare const _Tree: SFCWithInstall<{
|
|
|
97
97
|
$slots: Readonly<{
|
|
98
98
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
99
99
|
}>;
|
|
100
|
-
$root:
|
|
101
|
-
$parent:
|
|
100
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
101
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
102
102
|
$emit: ((event: "current-change") => void) & ((event: "node-drag-start") => void) & ((event: "node-drag-leave") => void) & ((event: "node-drag-enter") => void) & ((event: "node-drag-over") => void) & ((event: "node-drag-end") => void) & ((event: "node-drop") => void) & ((event: "node-expand") => void) & ((event: "check-change") => void) & ((event: "node-click") => void) & ((event: "node-contextmenu") => void) & ((event: "node-collapse") => void) & ((event: "check") => void);
|
|
103
103
|
$el: any;
|
|
104
|
-
$options: import("vue").ComponentOptionsBase<Readonly<
|
|
104
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
105
105
|
data: {
|
|
106
|
-
type:
|
|
106
|
+
type: globalThis.PropType<any[]>;
|
|
107
107
|
default: never[];
|
|
108
108
|
};
|
|
109
109
|
props: {
|
|
110
|
-
type:
|
|
110
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
111
111
|
default: {
|
|
112
112
|
children: string;
|
|
113
113
|
label: string;
|
|
@@ -115,79 +115,79 @@ declare const _Tree: SFCWithInstall<{
|
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
117
|
load: {
|
|
118
|
-
type:
|
|
118
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
119
119
|
};
|
|
120
120
|
icon: {
|
|
121
|
-
type:
|
|
121
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
122
122
|
};
|
|
123
123
|
draggable: {
|
|
124
|
-
type:
|
|
124
|
+
type: globalThis.PropType<boolean>;
|
|
125
125
|
};
|
|
126
126
|
lazy: {
|
|
127
|
-
type:
|
|
127
|
+
type: globalThis.PropType<boolean>;
|
|
128
128
|
};
|
|
129
129
|
emptyText: {
|
|
130
|
-
type:
|
|
130
|
+
type: globalThis.PropType<string>;
|
|
131
131
|
};
|
|
132
132
|
currentNodeKey: {
|
|
133
|
-
type:
|
|
133
|
+
type: globalThis.PropType<string | number>;
|
|
134
134
|
};
|
|
135
135
|
checkStrictly: {
|
|
136
|
-
type:
|
|
136
|
+
type: globalThis.PropType<boolean>;
|
|
137
137
|
};
|
|
138
138
|
checkDescendants: {
|
|
139
|
-
type:
|
|
139
|
+
type: globalThis.PropType<boolean>;
|
|
140
140
|
};
|
|
141
141
|
defaultCheckedKeys: {
|
|
142
|
-
type:
|
|
142
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
143
143
|
};
|
|
144
144
|
defaultExpandedKeys: {
|
|
145
|
-
type:
|
|
145
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
146
146
|
};
|
|
147
147
|
autoExpandParent: {
|
|
148
|
-
type:
|
|
148
|
+
type: globalThis.PropType<boolean>;
|
|
149
149
|
default: boolean;
|
|
150
150
|
};
|
|
151
151
|
defaultExpandAll: {
|
|
152
|
-
type:
|
|
152
|
+
type: globalThis.PropType<boolean>;
|
|
153
153
|
};
|
|
154
154
|
filterNodeMethod: {
|
|
155
|
-
type:
|
|
155
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
156
156
|
};
|
|
157
157
|
allowDrop: {
|
|
158
|
-
type:
|
|
158
|
+
type: globalThis.PropType<any>;
|
|
159
159
|
};
|
|
160
160
|
renderContent: {
|
|
161
|
-
type:
|
|
161
|
+
type: globalThis.PropType<any>;
|
|
162
162
|
};
|
|
163
163
|
accordion: {
|
|
164
|
-
type:
|
|
164
|
+
type: globalThis.PropType<boolean>;
|
|
165
165
|
};
|
|
166
166
|
renderAfterExpand: {
|
|
167
|
-
type:
|
|
167
|
+
type: globalThis.PropType<boolean>;
|
|
168
168
|
default: boolean;
|
|
169
169
|
};
|
|
170
170
|
showCheckbox: {
|
|
171
|
-
type:
|
|
171
|
+
type: globalThis.PropType<boolean>;
|
|
172
172
|
};
|
|
173
173
|
nodeKey: {
|
|
174
|
-
type:
|
|
174
|
+
type: globalThis.PropType<string>;
|
|
175
175
|
};
|
|
176
176
|
expandOnClickNode: {
|
|
177
|
-
type:
|
|
177
|
+
type: globalThis.PropType<boolean>;
|
|
178
178
|
default: boolean;
|
|
179
179
|
};
|
|
180
180
|
checkOnClickNode: {
|
|
181
|
-
type:
|
|
181
|
+
type: globalThis.PropType<boolean>;
|
|
182
182
|
};
|
|
183
183
|
allowDrag: {
|
|
184
|
-
type:
|
|
184
|
+
type: globalThis.PropType<any>;
|
|
185
185
|
};
|
|
186
186
|
highlightCurrent: {
|
|
187
|
-
type:
|
|
187
|
+
type: globalThis.PropType<boolean>;
|
|
188
188
|
};
|
|
189
189
|
indent: {
|
|
190
|
-
type:
|
|
190
|
+
type: globalThis.PropType<number>;
|
|
191
191
|
default: number;
|
|
192
192
|
};
|
|
193
193
|
}>> & {
|
|
@@ -263,18 +263,18 @@ declare const _Tree: SFCWithInstall<{
|
|
|
263
263
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
264
264
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
265
265
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
266
|
-
errorCaptured?: (((err: unknown, instance:
|
|
266
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
267
267
|
};
|
|
268
268
|
$forceUpdate: () => void;
|
|
269
269
|
$nextTick: typeof import("vue").nextTick;
|
|
270
270
|
$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;
|
|
271
|
-
} & Readonly<
|
|
271
|
+
} & Readonly<globalThis.ExtractPropTypes<{
|
|
272
272
|
data: {
|
|
273
|
-
type:
|
|
273
|
+
type: globalThis.PropType<any[]>;
|
|
274
274
|
default: never[];
|
|
275
275
|
};
|
|
276
276
|
props: {
|
|
277
|
-
type:
|
|
277
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
278
278
|
default: {
|
|
279
279
|
children: string;
|
|
280
280
|
label: string;
|
|
@@ -282,79 +282,79 @@ declare const _Tree: SFCWithInstall<{
|
|
|
282
282
|
};
|
|
283
283
|
};
|
|
284
284
|
load: {
|
|
285
|
-
type:
|
|
285
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
286
286
|
};
|
|
287
287
|
icon: {
|
|
288
|
-
type:
|
|
288
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
289
289
|
};
|
|
290
290
|
draggable: {
|
|
291
|
-
type:
|
|
291
|
+
type: globalThis.PropType<boolean>;
|
|
292
292
|
};
|
|
293
293
|
lazy: {
|
|
294
|
-
type:
|
|
294
|
+
type: globalThis.PropType<boolean>;
|
|
295
295
|
};
|
|
296
296
|
emptyText: {
|
|
297
|
-
type:
|
|
297
|
+
type: globalThis.PropType<string>;
|
|
298
298
|
};
|
|
299
299
|
currentNodeKey: {
|
|
300
|
-
type:
|
|
300
|
+
type: globalThis.PropType<string | number>;
|
|
301
301
|
};
|
|
302
302
|
checkStrictly: {
|
|
303
|
-
type:
|
|
303
|
+
type: globalThis.PropType<boolean>;
|
|
304
304
|
};
|
|
305
305
|
checkDescendants: {
|
|
306
|
-
type:
|
|
306
|
+
type: globalThis.PropType<boolean>;
|
|
307
307
|
};
|
|
308
308
|
defaultCheckedKeys: {
|
|
309
|
-
type:
|
|
309
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
310
310
|
};
|
|
311
311
|
defaultExpandedKeys: {
|
|
312
|
-
type:
|
|
312
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
313
313
|
};
|
|
314
314
|
autoExpandParent: {
|
|
315
|
-
type:
|
|
315
|
+
type: globalThis.PropType<boolean>;
|
|
316
316
|
default: boolean;
|
|
317
317
|
};
|
|
318
318
|
defaultExpandAll: {
|
|
319
|
-
type:
|
|
319
|
+
type: globalThis.PropType<boolean>;
|
|
320
320
|
};
|
|
321
321
|
filterNodeMethod: {
|
|
322
|
-
type:
|
|
322
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
323
323
|
};
|
|
324
324
|
allowDrop: {
|
|
325
|
-
type:
|
|
325
|
+
type: globalThis.PropType<any>;
|
|
326
326
|
};
|
|
327
327
|
renderContent: {
|
|
328
|
-
type:
|
|
328
|
+
type: globalThis.PropType<any>;
|
|
329
329
|
};
|
|
330
330
|
accordion: {
|
|
331
|
-
type:
|
|
331
|
+
type: globalThis.PropType<boolean>;
|
|
332
332
|
};
|
|
333
333
|
renderAfterExpand: {
|
|
334
|
-
type:
|
|
334
|
+
type: globalThis.PropType<boolean>;
|
|
335
335
|
default: boolean;
|
|
336
336
|
};
|
|
337
337
|
showCheckbox: {
|
|
338
|
-
type:
|
|
338
|
+
type: globalThis.PropType<boolean>;
|
|
339
339
|
};
|
|
340
340
|
nodeKey: {
|
|
341
|
-
type:
|
|
341
|
+
type: globalThis.PropType<string>;
|
|
342
342
|
};
|
|
343
343
|
expandOnClickNode: {
|
|
344
|
-
type:
|
|
344
|
+
type: globalThis.PropType<boolean>;
|
|
345
345
|
default: boolean;
|
|
346
346
|
};
|
|
347
347
|
checkOnClickNode: {
|
|
348
|
-
type:
|
|
348
|
+
type: globalThis.PropType<boolean>;
|
|
349
349
|
};
|
|
350
350
|
allowDrag: {
|
|
351
|
-
type:
|
|
351
|
+
type: globalThis.PropType<any>;
|
|
352
352
|
};
|
|
353
353
|
highlightCurrent: {
|
|
354
|
-
type:
|
|
354
|
+
type: globalThis.PropType<boolean>;
|
|
355
355
|
};
|
|
356
356
|
indent: {
|
|
357
|
-
type:
|
|
357
|
+
type: globalThis.PropType<number>;
|
|
358
358
|
default: number;
|
|
359
359
|
};
|
|
360
360
|
}>> & {
|
|
@@ -398,13 +398,13 @@ declare const _Tree: SFCWithInstall<{
|
|
|
398
398
|
__isFragment?: undefined;
|
|
399
399
|
__isTeleport?: undefined;
|
|
400
400
|
__isSuspense?: undefined;
|
|
401
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
401
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
402
402
|
data: {
|
|
403
|
-
type:
|
|
403
|
+
type: globalThis.PropType<any[]>;
|
|
404
404
|
default: never[];
|
|
405
405
|
};
|
|
406
406
|
props: {
|
|
407
|
-
type:
|
|
407
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
408
408
|
default: {
|
|
409
409
|
children: string;
|
|
410
410
|
label: string;
|
|
@@ -412,79 +412,79 @@ declare const _Tree: SFCWithInstall<{
|
|
|
412
412
|
};
|
|
413
413
|
};
|
|
414
414
|
load: {
|
|
415
|
-
type:
|
|
415
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
416
416
|
};
|
|
417
417
|
icon: {
|
|
418
|
-
type:
|
|
418
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
419
419
|
};
|
|
420
420
|
draggable: {
|
|
421
|
-
type:
|
|
421
|
+
type: globalThis.PropType<boolean>;
|
|
422
422
|
};
|
|
423
423
|
lazy: {
|
|
424
|
-
type:
|
|
424
|
+
type: globalThis.PropType<boolean>;
|
|
425
425
|
};
|
|
426
426
|
emptyText: {
|
|
427
|
-
type:
|
|
427
|
+
type: globalThis.PropType<string>;
|
|
428
428
|
};
|
|
429
429
|
currentNodeKey: {
|
|
430
|
-
type:
|
|
430
|
+
type: globalThis.PropType<string | number>;
|
|
431
431
|
};
|
|
432
432
|
checkStrictly: {
|
|
433
|
-
type:
|
|
433
|
+
type: globalThis.PropType<boolean>;
|
|
434
434
|
};
|
|
435
435
|
checkDescendants: {
|
|
436
|
-
type:
|
|
436
|
+
type: globalThis.PropType<boolean>;
|
|
437
437
|
};
|
|
438
438
|
defaultCheckedKeys: {
|
|
439
|
-
type:
|
|
439
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
440
440
|
};
|
|
441
441
|
defaultExpandedKeys: {
|
|
442
|
-
type:
|
|
442
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
443
443
|
};
|
|
444
444
|
autoExpandParent: {
|
|
445
|
-
type:
|
|
445
|
+
type: globalThis.PropType<boolean>;
|
|
446
446
|
default: boolean;
|
|
447
447
|
};
|
|
448
448
|
defaultExpandAll: {
|
|
449
|
-
type:
|
|
449
|
+
type: globalThis.PropType<boolean>;
|
|
450
450
|
};
|
|
451
451
|
filterNodeMethod: {
|
|
452
|
-
type:
|
|
452
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
453
453
|
};
|
|
454
454
|
allowDrop: {
|
|
455
|
-
type:
|
|
455
|
+
type: globalThis.PropType<any>;
|
|
456
456
|
};
|
|
457
457
|
renderContent: {
|
|
458
|
-
type:
|
|
458
|
+
type: globalThis.PropType<any>;
|
|
459
459
|
};
|
|
460
460
|
accordion: {
|
|
461
|
-
type:
|
|
461
|
+
type: globalThis.PropType<boolean>;
|
|
462
462
|
};
|
|
463
463
|
renderAfterExpand: {
|
|
464
|
-
type:
|
|
464
|
+
type: globalThis.PropType<boolean>;
|
|
465
465
|
default: boolean;
|
|
466
466
|
};
|
|
467
467
|
showCheckbox: {
|
|
468
|
-
type:
|
|
468
|
+
type: globalThis.PropType<boolean>;
|
|
469
469
|
};
|
|
470
470
|
nodeKey: {
|
|
471
|
-
type:
|
|
471
|
+
type: globalThis.PropType<string>;
|
|
472
472
|
};
|
|
473
473
|
expandOnClickNode: {
|
|
474
|
-
type:
|
|
474
|
+
type: globalThis.PropType<boolean>;
|
|
475
475
|
default: boolean;
|
|
476
476
|
};
|
|
477
477
|
checkOnClickNode: {
|
|
478
|
-
type:
|
|
478
|
+
type: globalThis.PropType<boolean>;
|
|
479
479
|
};
|
|
480
480
|
allowDrag: {
|
|
481
|
-
type:
|
|
481
|
+
type: globalThis.PropType<any>;
|
|
482
482
|
};
|
|
483
483
|
highlightCurrent: {
|
|
484
|
-
type:
|
|
484
|
+
type: globalThis.PropType<boolean>;
|
|
485
485
|
};
|
|
486
486
|
indent: {
|
|
487
|
-
type:
|
|
487
|
+
type: globalThis.PropType<number>;
|
|
488
488
|
default: number;
|
|
489
489
|
};
|
|
490
490
|
}>> & {
|
|
@@ -573,42 +573,42 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
573
573
|
readonly icon?: import("..").IconProps | undefined;
|
|
574
574
|
ref_for?: boolean | undefined;
|
|
575
575
|
ref_key?: string | undefined;
|
|
576
|
-
onVnodeBeforeMount?: ((vnode:
|
|
576
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
577
577
|
[key: string]: any;
|
|
578
|
-
}>) => void) | ((vnode:
|
|
578
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
579
579
|
[key: string]: any;
|
|
580
580
|
}>) => void)[] | undefined;
|
|
581
|
-
onVnodeMounted?: ((vnode:
|
|
581
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
582
582
|
[key: string]: any;
|
|
583
|
-
}>) => void) | ((vnode:
|
|
583
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
584
584
|
[key: string]: any;
|
|
585
585
|
}>) => void)[] | undefined;
|
|
586
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
586
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
587
587
|
[key: string]: any;
|
|
588
|
-
}>, oldVNode:
|
|
588
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
589
589
|
[key: string]: any;
|
|
590
|
-
}>) => void) | ((vnode:
|
|
590
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
591
591
|
[key: string]: any;
|
|
592
|
-
}>, oldVNode:
|
|
592
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
593
593
|
[key: string]: any;
|
|
594
594
|
}>) => void)[] | undefined;
|
|
595
|
-
onVnodeUpdated?: ((vnode:
|
|
595
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
596
596
|
[key: string]: any;
|
|
597
|
-
}>, oldVNode:
|
|
597
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
598
598
|
[key: string]: any;
|
|
599
|
-
}>) => void) | ((vnode:
|
|
599
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
600
600
|
[key: string]: any;
|
|
601
|
-
}>, oldVNode:
|
|
601
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
602
602
|
[key: string]: any;
|
|
603
603
|
}>) => void)[] | undefined;
|
|
604
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
604
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
605
605
|
[key: string]: any;
|
|
606
|
-
}>) => void) | ((vnode:
|
|
606
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
607
607
|
[key: string]: any;
|
|
608
608
|
}>) => void)[] | undefined;
|
|
609
|
-
onVnodeUnmounted?: ((vnode:
|
|
609
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
610
610
|
[key: string]: any;
|
|
611
|
-
}>) => void) | ((vnode:
|
|
611
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
612
612
|
[key: string]: any;
|
|
613
613
|
}>) => void)[] | undefined;
|
|
614
614
|
readonly draggable?: boolean | undefined;
|
|
@@ -652,17 +652,17 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
652
652
|
$slots: Readonly<{
|
|
653
653
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
654
654
|
}>;
|
|
655
|
-
$root:
|
|
656
|
-
$parent:
|
|
655
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
656
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
657
657
|
$emit: ((event: "current-change") => void) & ((event: "node-drag-start") => void) & ((event: "node-drag-leave") => void) & ((event: "node-drag-enter") => void) & ((event: "node-drag-over") => void) & ((event: "node-drag-end") => void) & ((event: "node-drop") => void) & ((event: "node-expand") => void) & ((event: "check-change") => void) & ((event: "node-click") => void) & ((event: "node-contextmenu") => void) & ((event: "node-collapse") => void) & ((event: "check") => void);
|
|
658
658
|
$el: any;
|
|
659
|
-
$options: import("vue").ComponentOptionsBase<Readonly<
|
|
659
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
660
660
|
data: {
|
|
661
|
-
type:
|
|
661
|
+
type: globalThis.PropType<any[]>;
|
|
662
662
|
default: never[];
|
|
663
663
|
};
|
|
664
664
|
props: {
|
|
665
|
-
type:
|
|
665
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
666
666
|
default: {
|
|
667
667
|
children: string;
|
|
668
668
|
label: string;
|
|
@@ -670,79 +670,79 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
670
670
|
};
|
|
671
671
|
};
|
|
672
672
|
load: {
|
|
673
|
-
type:
|
|
673
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
674
674
|
};
|
|
675
675
|
icon: {
|
|
676
|
-
type:
|
|
676
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
677
677
|
};
|
|
678
678
|
draggable: {
|
|
679
|
-
type:
|
|
679
|
+
type: globalThis.PropType<boolean>;
|
|
680
680
|
};
|
|
681
681
|
lazy: {
|
|
682
|
-
type:
|
|
682
|
+
type: globalThis.PropType<boolean>;
|
|
683
683
|
};
|
|
684
684
|
emptyText: {
|
|
685
|
-
type:
|
|
685
|
+
type: globalThis.PropType<string>;
|
|
686
686
|
};
|
|
687
687
|
currentNodeKey: {
|
|
688
|
-
type:
|
|
688
|
+
type: globalThis.PropType<string | number>;
|
|
689
689
|
};
|
|
690
690
|
checkStrictly: {
|
|
691
|
-
type:
|
|
691
|
+
type: globalThis.PropType<boolean>;
|
|
692
692
|
};
|
|
693
693
|
checkDescendants: {
|
|
694
|
-
type:
|
|
694
|
+
type: globalThis.PropType<boolean>;
|
|
695
695
|
};
|
|
696
696
|
defaultCheckedKeys: {
|
|
697
|
-
type:
|
|
697
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
698
698
|
};
|
|
699
699
|
defaultExpandedKeys: {
|
|
700
|
-
type:
|
|
700
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
701
701
|
};
|
|
702
702
|
autoExpandParent: {
|
|
703
|
-
type:
|
|
703
|
+
type: globalThis.PropType<boolean>;
|
|
704
704
|
default: boolean;
|
|
705
705
|
};
|
|
706
706
|
defaultExpandAll: {
|
|
707
|
-
type:
|
|
707
|
+
type: globalThis.PropType<boolean>;
|
|
708
708
|
};
|
|
709
709
|
filterNodeMethod: {
|
|
710
|
-
type:
|
|
710
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
711
711
|
};
|
|
712
712
|
allowDrop: {
|
|
713
|
-
type:
|
|
713
|
+
type: globalThis.PropType<any>;
|
|
714
714
|
};
|
|
715
715
|
renderContent: {
|
|
716
|
-
type:
|
|
716
|
+
type: globalThis.PropType<any>;
|
|
717
717
|
};
|
|
718
718
|
accordion: {
|
|
719
|
-
type:
|
|
719
|
+
type: globalThis.PropType<boolean>;
|
|
720
720
|
};
|
|
721
721
|
renderAfterExpand: {
|
|
722
|
-
type:
|
|
722
|
+
type: globalThis.PropType<boolean>;
|
|
723
723
|
default: boolean;
|
|
724
724
|
};
|
|
725
725
|
showCheckbox: {
|
|
726
|
-
type:
|
|
726
|
+
type: globalThis.PropType<boolean>;
|
|
727
727
|
};
|
|
728
728
|
nodeKey: {
|
|
729
|
-
type:
|
|
729
|
+
type: globalThis.PropType<string>;
|
|
730
730
|
};
|
|
731
731
|
expandOnClickNode: {
|
|
732
|
-
type:
|
|
732
|
+
type: globalThis.PropType<boolean>;
|
|
733
733
|
default: boolean;
|
|
734
734
|
};
|
|
735
735
|
checkOnClickNode: {
|
|
736
|
-
type:
|
|
736
|
+
type: globalThis.PropType<boolean>;
|
|
737
737
|
};
|
|
738
738
|
allowDrag: {
|
|
739
|
-
type:
|
|
739
|
+
type: globalThis.PropType<any>;
|
|
740
740
|
};
|
|
741
741
|
highlightCurrent: {
|
|
742
|
-
type:
|
|
742
|
+
type: globalThis.PropType<boolean>;
|
|
743
743
|
};
|
|
744
744
|
indent: {
|
|
745
|
-
type:
|
|
745
|
+
type: globalThis.PropType<number>;
|
|
746
746
|
default: number;
|
|
747
747
|
};
|
|
748
748
|
}>> & {
|
|
@@ -818,18 +818,18 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
818
818
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
819
819
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
820
820
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
821
|
-
errorCaptured?: (((err: unknown, instance:
|
|
821
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
822
822
|
};
|
|
823
823
|
$forceUpdate: () => void;
|
|
824
824
|
$nextTick: typeof import("vue").nextTick;
|
|
825
825
|
$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;
|
|
826
|
-
} & Readonly<
|
|
826
|
+
} & Readonly<globalThis.ExtractPropTypes<{
|
|
827
827
|
data: {
|
|
828
|
-
type:
|
|
828
|
+
type: globalThis.PropType<any[]>;
|
|
829
829
|
default: never[];
|
|
830
830
|
};
|
|
831
831
|
props: {
|
|
832
|
-
type:
|
|
832
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
833
833
|
default: {
|
|
834
834
|
children: string;
|
|
835
835
|
label: string;
|
|
@@ -837,79 +837,79 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
837
837
|
};
|
|
838
838
|
};
|
|
839
839
|
load: {
|
|
840
|
-
type:
|
|
840
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
841
841
|
};
|
|
842
842
|
icon: {
|
|
843
|
-
type:
|
|
843
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
844
844
|
};
|
|
845
845
|
draggable: {
|
|
846
|
-
type:
|
|
846
|
+
type: globalThis.PropType<boolean>;
|
|
847
847
|
};
|
|
848
848
|
lazy: {
|
|
849
|
-
type:
|
|
849
|
+
type: globalThis.PropType<boolean>;
|
|
850
850
|
};
|
|
851
851
|
emptyText: {
|
|
852
|
-
type:
|
|
852
|
+
type: globalThis.PropType<string>;
|
|
853
853
|
};
|
|
854
854
|
currentNodeKey: {
|
|
855
|
-
type:
|
|
855
|
+
type: globalThis.PropType<string | number>;
|
|
856
856
|
};
|
|
857
857
|
checkStrictly: {
|
|
858
|
-
type:
|
|
858
|
+
type: globalThis.PropType<boolean>;
|
|
859
859
|
};
|
|
860
860
|
checkDescendants: {
|
|
861
|
-
type:
|
|
861
|
+
type: globalThis.PropType<boolean>;
|
|
862
862
|
};
|
|
863
863
|
defaultCheckedKeys: {
|
|
864
|
-
type:
|
|
864
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
865
865
|
};
|
|
866
866
|
defaultExpandedKeys: {
|
|
867
|
-
type:
|
|
867
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
868
868
|
};
|
|
869
869
|
autoExpandParent: {
|
|
870
|
-
type:
|
|
870
|
+
type: globalThis.PropType<boolean>;
|
|
871
871
|
default: boolean;
|
|
872
872
|
};
|
|
873
873
|
defaultExpandAll: {
|
|
874
|
-
type:
|
|
874
|
+
type: globalThis.PropType<boolean>;
|
|
875
875
|
};
|
|
876
876
|
filterNodeMethod: {
|
|
877
|
-
type:
|
|
877
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
878
878
|
};
|
|
879
879
|
allowDrop: {
|
|
880
|
-
type:
|
|
880
|
+
type: globalThis.PropType<any>;
|
|
881
881
|
};
|
|
882
882
|
renderContent: {
|
|
883
|
-
type:
|
|
883
|
+
type: globalThis.PropType<any>;
|
|
884
884
|
};
|
|
885
885
|
accordion: {
|
|
886
|
-
type:
|
|
886
|
+
type: globalThis.PropType<boolean>;
|
|
887
887
|
};
|
|
888
888
|
renderAfterExpand: {
|
|
889
|
-
type:
|
|
889
|
+
type: globalThis.PropType<boolean>;
|
|
890
890
|
default: boolean;
|
|
891
891
|
};
|
|
892
892
|
showCheckbox: {
|
|
893
|
-
type:
|
|
893
|
+
type: globalThis.PropType<boolean>;
|
|
894
894
|
};
|
|
895
895
|
nodeKey: {
|
|
896
|
-
type:
|
|
896
|
+
type: globalThis.PropType<string>;
|
|
897
897
|
};
|
|
898
898
|
expandOnClickNode: {
|
|
899
|
-
type:
|
|
899
|
+
type: globalThis.PropType<boolean>;
|
|
900
900
|
default: boolean;
|
|
901
901
|
};
|
|
902
902
|
checkOnClickNode: {
|
|
903
|
-
type:
|
|
903
|
+
type: globalThis.PropType<boolean>;
|
|
904
904
|
};
|
|
905
905
|
allowDrag: {
|
|
906
|
-
type:
|
|
906
|
+
type: globalThis.PropType<any>;
|
|
907
907
|
};
|
|
908
908
|
highlightCurrent: {
|
|
909
|
-
type:
|
|
909
|
+
type: globalThis.PropType<boolean>;
|
|
910
910
|
};
|
|
911
911
|
indent: {
|
|
912
|
-
type:
|
|
912
|
+
type: globalThis.PropType<number>;
|
|
913
913
|
default: number;
|
|
914
914
|
};
|
|
915
915
|
}>> & {
|
|
@@ -953,13 +953,13 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
953
953
|
__isFragment?: undefined;
|
|
954
954
|
__isTeleport?: undefined;
|
|
955
955
|
__isSuspense?: undefined;
|
|
956
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
956
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
957
957
|
data: {
|
|
958
|
-
type:
|
|
958
|
+
type: globalThis.PropType<any[]>;
|
|
959
959
|
default: never[];
|
|
960
960
|
};
|
|
961
961
|
props: {
|
|
962
|
-
type:
|
|
962
|
+
type: globalThis.PropType<import("./tree.type").TreeOptionProps>;
|
|
963
963
|
default: {
|
|
964
964
|
children: string;
|
|
965
965
|
label: string;
|
|
@@ -967,79 +967,79 @@ export declare const VftTree: SFCWithInstall<{
|
|
|
967
967
|
};
|
|
968
968
|
};
|
|
969
969
|
load: {
|
|
970
|
-
type:
|
|
970
|
+
type: globalThis.PropType<import("./tree.type").LoadFunction>;
|
|
971
971
|
};
|
|
972
972
|
icon: {
|
|
973
|
-
type:
|
|
973
|
+
type: globalThis.PropType<import("..").IconProps>;
|
|
974
974
|
};
|
|
975
975
|
draggable: {
|
|
976
|
-
type:
|
|
976
|
+
type: globalThis.PropType<boolean>;
|
|
977
977
|
};
|
|
978
978
|
lazy: {
|
|
979
|
-
type:
|
|
979
|
+
type: globalThis.PropType<boolean>;
|
|
980
980
|
};
|
|
981
981
|
emptyText: {
|
|
982
|
-
type:
|
|
982
|
+
type: globalThis.PropType<string>;
|
|
983
983
|
};
|
|
984
984
|
currentNodeKey: {
|
|
985
|
-
type:
|
|
985
|
+
type: globalThis.PropType<string | number>;
|
|
986
986
|
};
|
|
987
987
|
checkStrictly: {
|
|
988
|
-
type:
|
|
988
|
+
type: globalThis.PropType<boolean>;
|
|
989
989
|
};
|
|
990
990
|
checkDescendants: {
|
|
991
|
-
type:
|
|
991
|
+
type: globalThis.PropType<boolean>;
|
|
992
992
|
};
|
|
993
993
|
defaultCheckedKeys: {
|
|
994
|
-
type:
|
|
994
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
995
995
|
};
|
|
996
996
|
defaultExpandedKeys: {
|
|
997
|
-
type:
|
|
997
|
+
type: globalThis.PropType<import("./tree.type").TreeKey[]>;
|
|
998
998
|
};
|
|
999
999
|
autoExpandParent: {
|
|
1000
|
-
type:
|
|
1000
|
+
type: globalThis.PropType<boolean>;
|
|
1001
1001
|
default: boolean;
|
|
1002
1002
|
};
|
|
1003
1003
|
defaultExpandAll: {
|
|
1004
|
-
type:
|
|
1004
|
+
type: globalThis.PropType<boolean>;
|
|
1005
1005
|
};
|
|
1006
1006
|
filterNodeMethod: {
|
|
1007
|
-
type:
|
|
1007
|
+
type: globalThis.PropType<import("./tree.type").FilterNodeMethodFunction>;
|
|
1008
1008
|
};
|
|
1009
1009
|
allowDrop: {
|
|
1010
|
-
type:
|
|
1010
|
+
type: globalThis.PropType<any>;
|
|
1011
1011
|
};
|
|
1012
1012
|
renderContent: {
|
|
1013
|
-
type:
|
|
1013
|
+
type: globalThis.PropType<any>;
|
|
1014
1014
|
};
|
|
1015
1015
|
accordion: {
|
|
1016
|
-
type:
|
|
1016
|
+
type: globalThis.PropType<boolean>;
|
|
1017
1017
|
};
|
|
1018
1018
|
renderAfterExpand: {
|
|
1019
|
-
type:
|
|
1019
|
+
type: globalThis.PropType<boolean>;
|
|
1020
1020
|
default: boolean;
|
|
1021
1021
|
};
|
|
1022
1022
|
showCheckbox: {
|
|
1023
|
-
type:
|
|
1023
|
+
type: globalThis.PropType<boolean>;
|
|
1024
1024
|
};
|
|
1025
1025
|
nodeKey: {
|
|
1026
|
-
type:
|
|
1026
|
+
type: globalThis.PropType<string>;
|
|
1027
1027
|
};
|
|
1028
1028
|
expandOnClickNode: {
|
|
1029
|
-
type:
|
|
1029
|
+
type: globalThis.PropType<boolean>;
|
|
1030
1030
|
default: boolean;
|
|
1031
1031
|
};
|
|
1032
1032
|
checkOnClickNode: {
|
|
1033
|
-
type:
|
|
1033
|
+
type: globalThis.PropType<boolean>;
|
|
1034
1034
|
};
|
|
1035
1035
|
allowDrag: {
|
|
1036
|
-
type:
|
|
1036
|
+
type: globalThis.PropType<any>;
|
|
1037
1037
|
};
|
|
1038
1038
|
highlightCurrent: {
|
|
1039
|
-
type:
|
|
1039
|
+
type: globalThis.PropType<boolean>;
|
|
1040
1040
|
};
|
|
1041
1041
|
indent: {
|
|
1042
|
-
type:
|
|
1042
|
+
type: globalThis.PropType<number>;
|
|
1043
1043
|
default: number;
|
|
1044
1044
|
};
|
|
1045
1045
|
}>> & {
|