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
|
@@ -2,16 +2,16 @@ import type { SFCWithInstall } from 'vft/es/utils';
|
|
|
2
2
|
declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
allowCreate: BooleanConstructor;
|
|
4
4
|
autocomplete: {
|
|
5
|
-
type:
|
|
5
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
automaticDropdown: BooleanConstructor;
|
|
9
9
|
clearable: BooleanConstructor;
|
|
10
10
|
clearIcon: {
|
|
11
|
-
type:
|
|
11
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
12
12
|
};
|
|
13
13
|
effect: {
|
|
14
|
-
type:
|
|
14
|
+
type: globalThis.PropType<string>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
collapseTags: BooleanConstructor;
|
|
@@ -43,7 +43,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
43
43
|
loading: BooleanConstructor;
|
|
44
44
|
loadingText: StringConstructor;
|
|
45
45
|
label: StringConstructor;
|
|
46
|
-
modelValue:
|
|
46
|
+
modelValue: globalThis.PropType<any>;
|
|
47
47
|
multiple: BooleanConstructor;
|
|
48
48
|
multipleLimit: {
|
|
49
49
|
type: NumberConstructor;
|
|
@@ -58,7 +58,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
options: {
|
|
61
|
-
type:
|
|
61
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
62
62
|
required: boolean;
|
|
63
63
|
};
|
|
64
64
|
placeholder: {
|
|
@@ -74,12 +74,12 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
popperOptions: {
|
|
77
|
-
type:
|
|
77
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
78
78
|
default: () => Partial<import("@popperjs/core").Options>;
|
|
79
79
|
};
|
|
80
80
|
remote: BooleanConstructor;
|
|
81
81
|
size: {
|
|
82
|
-
type:
|
|
82
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
83
83
|
};
|
|
84
84
|
valueKey: {
|
|
85
85
|
type: StringConstructor;
|
|
@@ -94,29 +94,29 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
96
|
placement: {
|
|
97
|
-
type:
|
|
97
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
98
98
|
values: import("@popperjs/core").Placement[];
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
101
|
}, {
|
|
102
|
-
modelValue:
|
|
103
|
-
collapseTagSize:
|
|
104
|
-
currentPlaceholder:
|
|
105
|
-
expanded:
|
|
106
|
-
emptyText:
|
|
107
|
-
popupHeight:
|
|
108
|
-
debounce:
|
|
109
|
-
filteredOptions:
|
|
110
|
-
iconComponent:
|
|
111
|
-
iconReverse:
|
|
112
|
-
inputWrapperStyle:
|
|
113
|
-
popperSize:
|
|
114
|
-
dropdownMenuVisible:
|
|
115
|
-
hasModelValue:
|
|
116
|
-
shouldShowPlaceholder:
|
|
117
|
-
selectDisabled:
|
|
118
|
-
selectSize:
|
|
119
|
-
showClearBtn:
|
|
102
|
+
modelValue: globalThis.ComputedRef<any>;
|
|
103
|
+
collapseTagSize: globalThis.ComputedRef<"default" | "small">;
|
|
104
|
+
currentPlaceholder: globalThis.ComputedRef<string>;
|
|
105
|
+
expanded: globalThis.Ref<boolean>;
|
|
106
|
+
emptyText: globalThis.ComputedRef<string | false | null>;
|
|
107
|
+
popupHeight: globalThis.ComputedRef<number>;
|
|
108
|
+
debounce: globalThis.ComputedRef<0 | 300>;
|
|
109
|
+
filteredOptions: globalThis.ComputedRef<never[]>;
|
|
110
|
+
iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
|
|
111
|
+
iconReverse: globalThis.ComputedRef<string>;
|
|
112
|
+
inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
|
|
113
|
+
popperSize: globalThis.Ref<number>;
|
|
114
|
+
dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
|
|
115
|
+
hasModelValue: globalThis.ComputedRef<boolean>;
|
|
116
|
+
shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
|
|
117
|
+
selectDisabled: globalThis.ComputedRef<boolean | undefined>;
|
|
118
|
+
selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
119
|
+
showClearBtn: globalThis.ComputedRef<boolean>;
|
|
120
120
|
states: {
|
|
121
121
|
inputValue: string;
|
|
122
122
|
displayInputValue: string;
|
|
@@ -152,9 +152,9 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
152
152
|
softFocus: boolean;
|
|
153
153
|
tagInMultiLine: boolean;
|
|
154
154
|
};
|
|
155
|
-
tagMaxWidth:
|
|
155
|
+
tagMaxWidth: globalThis.ComputedRef<number>;
|
|
156
156
|
nsSelect: {
|
|
157
|
-
namespace:
|
|
157
|
+
namespace: globalThis.Ref<string>;
|
|
158
158
|
b: (blockSuffix?: string) => string;
|
|
159
159
|
e: (element?: string | undefined) => string;
|
|
160
160
|
m: (modifier?: string | undefined) => string;
|
|
@@ -172,7 +172,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
172
172
|
cssVarBlockName: (name: string) => string;
|
|
173
173
|
};
|
|
174
174
|
nsInput: {
|
|
175
|
-
namespace:
|
|
175
|
+
namespace: globalThis.Ref<string>;
|
|
176
176
|
b: (blockSuffix?: string) => string;
|
|
177
177
|
e: (element?: string | undefined) => string;
|
|
178
178
|
m: (modifier?: string | undefined) => string;
|
|
@@ -190,10 +190,10 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
190
190
|
cssVarBlockName: (name: string) => string;
|
|
191
191
|
};
|
|
192
192
|
calculatorRef: HTMLElement;
|
|
193
|
-
controlRef:
|
|
194
|
-
inputRef:
|
|
195
|
-
menuRef:
|
|
196
|
-
popper:
|
|
193
|
+
controlRef: globalThis.Ref<null>;
|
|
194
|
+
inputRef: globalThis.Ref<null>;
|
|
195
|
+
menuRef: globalThis.Ref<null>;
|
|
196
|
+
popper: globalThis.Ref<({
|
|
197
197
|
$: import("vue").ComponentInternalInstance;
|
|
198
198
|
$data: {};
|
|
199
199
|
$props: {
|
|
@@ -228,42 +228,42 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
228
228
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
229
229
|
ref_for?: boolean | undefined;
|
|
230
230
|
ref_key?: string | undefined;
|
|
231
|
-
onVnodeBeforeMount?: ((vnode:
|
|
231
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
232
232
|
[key: string]: any;
|
|
233
|
-
}>) => void) | ((vnode:
|
|
233
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
234
234
|
[key: string]: any;
|
|
235
235
|
}>) => void)[] | undefined;
|
|
236
|
-
onVnodeMounted?: ((vnode:
|
|
236
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
237
237
|
[key: string]: any;
|
|
238
|
-
}>) => void) | ((vnode:
|
|
238
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
239
239
|
[key: string]: any;
|
|
240
240
|
}>) => void)[] | undefined;
|
|
241
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
241
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
242
242
|
[key: string]: any;
|
|
243
|
-
}>, oldVNode:
|
|
243
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
244
244
|
[key: string]: any;
|
|
245
|
-
}>) => void) | ((vnode:
|
|
245
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
246
246
|
[key: string]: any;
|
|
247
|
-
}>, oldVNode:
|
|
247
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
248
248
|
[key: string]: any;
|
|
249
249
|
}>) => void)[] | undefined;
|
|
250
|
-
onVnodeUpdated?: ((vnode:
|
|
250
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
251
251
|
[key: string]: any;
|
|
252
|
-
}>, oldVNode:
|
|
252
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
253
253
|
[key: string]: any;
|
|
254
|
-
}>) => void) | ((vnode:
|
|
254
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
255
255
|
[key: string]: any;
|
|
256
|
-
}>, oldVNode:
|
|
256
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
257
257
|
[key: string]: any;
|
|
258
258
|
}>) => void)[] | undefined;
|
|
259
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
259
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
}>) => void) | ((vnode:
|
|
261
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
262
262
|
[key: string]: any;
|
|
263
263
|
}>) => void)[] | undefined;
|
|
264
|
-
onVnodeUnmounted?: ((vnode:
|
|
264
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
265
265
|
[key: string]: any;
|
|
266
|
-
}>) => void) | ((vnode:
|
|
266
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
267
267
|
[key: string]: any;
|
|
268
268
|
}>) => void)[] | undefined;
|
|
269
269
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -303,151 +303,151 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
303
303
|
$slots: Readonly<{
|
|
304
304
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
305
305
|
}>;
|
|
306
|
-
$root:
|
|
307
|
-
$parent:
|
|
306
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
307
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
308
308
|
$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);
|
|
309
309
|
$el: any;
|
|
310
|
-
$options: import("vue").ComponentOptionsBase<Readonly<
|
|
310
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
311
311
|
role: {
|
|
312
|
-
type:
|
|
312
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
313
313
|
};
|
|
314
314
|
showArrow: {
|
|
315
|
-
type:
|
|
315
|
+
type: globalThis.PropType<boolean>;
|
|
316
316
|
};
|
|
317
317
|
arrowOffset: {
|
|
318
|
-
type:
|
|
318
|
+
type: globalThis.PropType<number>;
|
|
319
319
|
};
|
|
320
320
|
virtualRef: {
|
|
321
|
-
type:
|
|
321
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
322
322
|
};
|
|
323
323
|
virtualTriggering: {
|
|
324
|
-
type:
|
|
324
|
+
type: globalThis.PropType<boolean>;
|
|
325
325
|
};
|
|
326
326
|
onMouseenter: {
|
|
327
|
-
type:
|
|
327
|
+
type: globalThis.PropType<Function>;
|
|
328
328
|
};
|
|
329
329
|
onMouseleave: {
|
|
330
|
-
type:
|
|
330
|
+
type: globalThis.PropType<Function>;
|
|
331
331
|
};
|
|
332
332
|
onClick: {
|
|
333
|
-
type:
|
|
333
|
+
type: globalThis.PropType<Function>;
|
|
334
334
|
};
|
|
335
335
|
onKeydown: {
|
|
336
|
-
type:
|
|
336
|
+
type: globalThis.PropType<Function>;
|
|
337
337
|
};
|
|
338
338
|
onFocus: {
|
|
339
|
-
type:
|
|
339
|
+
type: globalThis.PropType<Function>;
|
|
340
340
|
};
|
|
341
341
|
onBlur: {
|
|
342
|
-
type:
|
|
342
|
+
type: globalThis.PropType<Function>;
|
|
343
343
|
};
|
|
344
344
|
onContextmenu: {
|
|
345
|
-
type:
|
|
345
|
+
type: globalThis.PropType<Function>;
|
|
346
346
|
};
|
|
347
347
|
id: {
|
|
348
|
-
type:
|
|
348
|
+
type: globalThis.PropType<string>;
|
|
349
349
|
};
|
|
350
350
|
open: {
|
|
351
|
-
type:
|
|
351
|
+
type: globalThis.PropType<boolean>;
|
|
352
352
|
};
|
|
353
353
|
boundariesPadding: {
|
|
354
|
-
type:
|
|
354
|
+
type: globalThis.PropType<number>;
|
|
355
355
|
};
|
|
356
356
|
fallbackPlacements: {
|
|
357
|
-
type:
|
|
357
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
358
358
|
};
|
|
359
359
|
gpuAcceleration: {
|
|
360
|
-
type:
|
|
360
|
+
type: globalThis.PropType<boolean>;
|
|
361
361
|
};
|
|
362
362
|
offset: {
|
|
363
|
-
type:
|
|
363
|
+
type: globalThis.PropType<number>;
|
|
364
364
|
};
|
|
365
365
|
placement: {
|
|
366
|
-
type:
|
|
366
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
367
367
|
};
|
|
368
368
|
popperOptions: {
|
|
369
|
-
type:
|
|
369
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
370
370
|
};
|
|
371
371
|
strategy: {
|
|
372
|
-
type:
|
|
372
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
373
373
|
};
|
|
374
374
|
style: {
|
|
375
|
-
type:
|
|
375
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
376
376
|
};
|
|
377
377
|
className: {
|
|
378
|
-
type:
|
|
378
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
379
379
|
};
|
|
380
380
|
effect: {
|
|
381
|
-
type:
|
|
381
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
382
382
|
};
|
|
383
383
|
visible: {
|
|
384
|
-
type:
|
|
384
|
+
type: globalThis.PropType<boolean>;
|
|
385
385
|
};
|
|
386
386
|
enterable: {
|
|
387
|
-
type:
|
|
387
|
+
type: globalThis.PropType<boolean>;
|
|
388
388
|
};
|
|
389
389
|
pure: {
|
|
390
|
-
type:
|
|
390
|
+
type: globalThis.PropType<boolean>;
|
|
391
391
|
};
|
|
392
392
|
focusOnShow: {
|
|
393
|
-
type:
|
|
393
|
+
type: globalThis.PropType<boolean>;
|
|
394
394
|
};
|
|
395
395
|
trapping: {
|
|
396
|
-
type:
|
|
396
|
+
type: globalThis.PropType<boolean>;
|
|
397
397
|
};
|
|
398
398
|
popperClass: {
|
|
399
|
-
type:
|
|
399
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
400
400
|
};
|
|
401
401
|
popperStyle: {
|
|
402
|
-
type:
|
|
402
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
403
403
|
};
|
|
404
404
|
referenceEl: {
|
|
405
|
-
type:
|
|
405
|
+
type: globalThis.PropType<HTMLElement>;
|
|
406
406
|
};
|
|
407
407
|
triggerTargetEl: {
|
|
408
|
-
type:
|
|
408
|
+
type: globalThis.PropType<HTMLElement>;
|
|
409
409
|
};
|
|
410
410
|
stopPopperMouseEvent: {
|
|
411
|
-
type:
|
|
411
|
+
type: globalThis.PropType<boolean>;
|
|
412
412
|
};
|
|
413
413
|
ariaLabel: {
|
|
414
|
-
type:
|
|
414
|
+
type: globalThis.PropType<string>;
|
|
415
415
|
};
|
|
416
416
|
zIndex: {
|
|
417
|
-
type:
|
|
417
|
+
type: globalThis.PropType<number>;
|
|
418
418
|
};
|
|
419
419
|
showAfter: {
|
|
420
|
-
type:
|
|
420
|
+
type: globalThis.PropType<number>;
|
|
421
421
|
};
|
|
422
422
|
hideAfter: {
|
|
423
|
-
type:
|
|
423
|
+
type: globalThis.PropType<number>;
|
|
424
424
|
};
|
|
425
425
|
appendTo: {
|
|
426
|
-
type:
|
|
426
|
+
type: globalThis.PropType<any>;
|
|
427
427
|
};
|
|
428
428
|
content: {
|
|
429
|
-
type:
|
|
429
|
+
type: globalThis.PropType<string>;
|
|
430
430
|
};
|
|
431
431
|
rawContent: {
|
|
432
|
-
type:
|
|
432
|
+
type: globalThis.PropType<boolean>;
|
|
433
433
|
};
|
|
434
434
|
persistent: {
|
|
435
|
-
type:
|
|
435
|
+
type: globalThis.PropType<boolean>;
|
|
436
436
|
};
|
|
437
437
|
transition: {
|
|
438
|
-
type:
|
|
438
|
+
type: globalThis.PropType<string>;
|
|
439
439
|
};
|
|
440
440
|
teleported: {
|
|
441
|
-
type:
|
|
441
|
+
type: globalThis.PropType<boolean>;
|
|
442
442
|
};
|
|
443
443
|
disabled: {
|
|
444
|
-
type:
|
|
444
|
+
type: globalThis.PropType<boolean>;
|
|
445
445
|
};
|
|
446
446
|
trigger: {
|
|
447
|
-
type:
|
|
447
|
+
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
448
448
|
};
|
|
449
449
|
triggerKeys: {
|
|
450
|
-
type:
|
|
450
|
+
type: globalThis.PropType<string[]>;
|
|
451
451
|
};
|
|
452
452
|
}>> & {
|
|
453
453
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -457,8 +457,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
457
457
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
458
458
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
459
459
|
}, {
|
|
460
|
-
popperRef:
|
|
461
|
-
contentRef:
|
|
460
|
+
popperRef: globalThis.Ref<any>;
|
|
461
|
+
contentRef: globalThis.Ref<any>;
|
|
462
462
|
isFocusInsideContent: () => boolean | undefined;
|
|
463
463
|
updatePopper: () => void;
|
|
464
464
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -486,152 +486,152 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
486
486
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
487
487
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
488
488
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
489
|
-
errorCaptured?: (((err: unknown, instance:
|
|
489
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
490
490
|
};
|
|
491
491
|
$forceUpdate: () => void;
|
|
492
492
|
$nextTick: typeof import("vue").nextTick;
|
|
493
493
|
$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;
|
|
494
|
-
} & Readonly<
|
|
494
|
+
} & Readonly<globalThis.ExtractPropTypes<{
|
|
495
495
|
role: {
|
|
496
|
-
type:
|
|
496
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
497
497
|
};
|
|
498
498
|
showArrow: {
|
|
499
|
-
type:
|
|
499
|
+
type: globalThis.PropType<boolean>;
|
|
500
500
|
};
|
|
501
501
|
arrowOffset: {
|
|
502
|
-
type:
|
|
502
|
+
type: globalThis.PropType<number>;
|
|
503
503
|
};
|
|
504
504
|
virtualRef: {
|
|
505
|
-
type:
|
|
505
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
506
506
|
};
|
|
507
507
|
virtualTriggering: {
|
|
508
|
-
type:
|
|
508
|
+
type: globalThis.PropType<boolean>;
|
|
509
509
|
};
|
|
510
510
|
onMouseenter: {
|
|
511
|
-
type:
|
|
511
|
+
type: globalThis.PropType<Function>;
|
|
512
512
|
};
|
|
513
513
|
onMouseleave: {
|
|
514
|
-
type:
|
|
514
|
+
type: globalThis.PropType<Function>;
|
|
515
515
|
};
|
|
516
516
|
onClick: {
|
|
517
|
-
type:
|
|
517
|
+
type: globalThis.PropType<Function>;
|
|
518
518
|
};
|
|
519
519
|
onKeydown: {
|
|
520
|
-
type:
|
|
520
|
+
type: globalThis.PropType<Function>;
|
|
521
521
|
};
|
|
522
522
|
onFocus: {
|
|
523
|
-
type:
|
|
523
|
+
type: globalThis.PropType<Function>;
|
|
524
524
|
};
|
|
525
525
|
onBlur: {
|
|
526
|
-
type:
|
|
526
|
+
type: globalThis.PropType<Function>;
|
|
527
527
|
};
|
|
528
528
|
onContextmenu: {
|
|
529
|
-
type:
|
|
529
|
+
type: globalThis.PropType<Function>;
|
|
530
530
|
};
|
|
531
531
|
id: {
|
|
532
|
-
type:
|
|
532
|
+
type: globalThis.PropType<string>;
|
|
533
533
|
};
|
|
534
534
|
open: {
|
|
535
|
-
type:
|
|
535
|
+
type: globalThis.PropType<boolean>;
|
|
536
536
|
};
|
|
537
537
|
boundariesPadding: {
|
|
538
|
-
type:
|
|
538
|
+
type: globalThis.PropType<number>;
|
|
539
539
|
};
|
|
540
540
|
fallbackPlacements: {
|
|
541
|
-
type:
|
|
541
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
542
542
|
};
|
|
543
543
|
gpuAcceleration: {
|
|
544
|
-
type:
|
|
544
|
+
type: globalThis.PropType<boolean>;
|
|
545
545
|
};
|
|
546
546
|
offset: {
|
|
547
|
-
type:
|
|
547
|
+
type: globalThis.PropType<number>;
|
|
548
548
|
};
|
|
549
549
|
placement: {
|
|
550
|
-
type:
|
|
550
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
551
551
|
};
|
|
552
552
|
popperOptions: {
|
|
553
|
-
type:
|
|
553
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
554
554
|
};
|
|
555
555
|
strategy: {
|
|
556
|
-
type:
|
|
556
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
557
557
|
};
|
|
558
558
|
style: {
|
|
559
|
-
type:
|
|
559
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
560
560
|
};
|
|
561
561
|
className: {
|
|
562
|
-
type:
|
|
562
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
563
563
|
};
|
|
564
564
|
effect: {
|
|
565
|
-
type:
|
|
565
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
566
566
|
};
|
|
567
567
|
visible: {
|
|
568
|
-
type:
|
|
568
|
+
type: globalThis.PropType<boolean>;
|
|
569
569
|
};
|
|
570
570
|
enterable: {
|
|
571
|
-
type:
|
|
571
|
+
type: globalThis.PropType<boolean>;
|
|
572
572
|
};
|
|
573
573
|
pure: {
|
|
574
|
-
type:
|
|
574
|
+
type: globalThis.PropType<boolean>;
|
|
575
575
|
};
|
|
576
576
|
focusOnShow: {
|
|
577
|
-
type:
|
|
577
|
+
type: globalThis.PropType<boolean>;
|
|
578
578
|
};
|
|
579
579
|
trapping: {
|
|
580
|
-
type:
|
|
580
|
+
type: globalThis.PropType<boolean>;
|
|
581
581
|
};
|
|
582
582
|
popperClass: {
|
|
583
|
-
type:
|
|
583
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
584
584
|
};
|
|
585
585
|
popperStyle: {
|
|
586
|
-
type:
|
|
586
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
587
587
|
};
|
|
588
588
|
referenceEl: {
|
|
589
|
-
type:
|
|
589
|
+
type: globalThis.PropType<HTMLElement>;
|
|
590
590
|
};
|
|
591
591
|
triggerTargetEl: {
|
|
592
|
-
type:
|
|
592
|
+
type: globalThis.PropType<HTMLElement>;
|
|
593
593
|
};
|
|
594
594
|
stopPopperMouseEvent: {
|
|
595
|
-
type:
|
|
595
|
+
type: globalThis.PropType<boolean>;
|
|
596
596
|
};
|
|
597
597
|
ariaLabel: {
|
|
598
|
-
type:
|
|
598
|
+
type: globalThis.PropType<string>;
|
|
599
599
|
};
|
|
600
600
|
zIndex: {
|
|
601
|
-
type:
|
|
601
|
+
type: globalThis.PropType<number>;
|
|
602
602
|
};
|
|
603
603
|
showAfter: {
|
|
604
|
-
type:
|
|
604
|
+
type: globalThis.PropType<number>;
|
|
605
605
|
};
|
|
606
606
|
hideAfter: {
|
|
607
|
-
type:
|
|
607
|
+
type: globalThis.PropType<number>;
|
|
608
608
|
};
|
|
609
609
|
appendTo: {
|
|
610
|
-
type:
|
|
610
|
+
type: globalThis.PropType<any>;
|
|
611
611
|
};
|
|
612
612
|
content: {
|
|
613
|
-
type:
|
|
613
|
+
type: globalThis.PropType<string>;
|
|
614
614
|
};
|
|
615
615
|
rawContent: {
|
|
616
|
-
type:
|
|
616
|
+
type: globalThis.PropType<boolean>;
|
|
617
617
|
};
|
|
618
618
|
persistent: {
|
|
619
|
-
type:
|
|
619
|
+
type: globalThis.PropType<boolean>;
|
|
620
620
|
};
|
|
621
621
|
transition: {
|
|
622
|
-
type:
|
|
622
|
+
type: globalThis.PropType<string>;
|
|
623
623
|
};
|
|
624
624
|
teleported: {
|
|
625
|
-
type:
|
|
625
|
+
type: globalThis.PropType<boolean>;
|
|
626
626
|
};
|
|
627
627
|
disabled: {
|
|
628
|
-
type:
|
|
628
|
+
type: globalThis.PropType<boolean>;
|
|
629
629
|
};
|
|
630
630
|
trigger: {
|
|
631
|
-
type:
|
|
631
|
+
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
632
632
|
};
|
|
633
633
|
triggerKeys: {
|
|
634
|
-
type:
|
|
634
|
+
type: globalThis.PropType<string[]>;
|
|
635
635
|
};
|
|
636
636
|
}>> & {
|
|
637
637
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -641,8 +641,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
641
641
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
642
642
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
643
643
|
} & import("vue").ShallowUnwrapRef<{
|
|
644
|
-
popperRef:
|
|
645
|
-
contentRef:
|
|
644
|
+
popperRef: globalThis.Ref<any>;
|
|
645
|
+
contentRef: globalThis.Ref<any>;
|
|
646
646
|
isFocusInsideContent: () => boolean | undefined;
|
|
647
647
|
updatePopper: () => void;
|
|
648
648
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -654,18 +654,18 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
654
654
|
content?(_: {}): any;
|
|
655
655
|
};
|
|
656
656
|
}) | null>;
|
|
657
|
-
selectRef:
|
|
658
|
-
selectionRef:
|
|
659
|
-
popperRef:
|
|
660
|
-
validateState:
|
|
657
|
+
selectRef: globalThis.Ref<null>;
|
|
658
|
+
selectionRef: globalThis.Ref<null>;
|
|
659
|
+
popperRef: globalThis.ComputedRef<any>;
|
|
660
|
+
validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
|
|
661
661
|
validateIcon: string;
|
|
662
|
-
showTagList:
|
|
662
|
+
showTagList: globalThis.ComputedRef<{
|
|
663
663
|
[x: string]: any;
|
|
664
664
|
label: string;
|
|
665
665
|
created?: boolean | undefined;
|
|
666
666
|
value: any;
|
|
667
667
|
}[]>;
|
|
668
|
-
collapseTagList:
|
|
668
|
+
collapseTagList: globalThis.ComputedRef<{
|
|
669
669
|
[x: string]: any;
|
|
670
670
|
label: string;
|
|
671
671
|
created?: boolean | undefined;
|
|
@@ -694,19 +694,19 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
694
694
|
handleCompositionStart: () => void;
|
|
695
695
|
handleCompositionEnd: (event: any) => void;
|
|
696
696
|
handleCompositionUpdate: (event: any) => void;
|
|
697
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
697
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
698
698
|
allowCreate: BooleanConstructor;
|
|
699
699
|
autocomplete: {
|
|
700
|
-
type:
|
|
700
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
701
701
|
default: string;
|
|
702
702
|
};
|
|
703
703
|
automaticDropdown: BooleanConstructor;
|
|
704
704
|
clearable: BooleanConstructor;
|
|
705
705
|
clearIcon: {
|
|
706
|
-
type:
|
|
706
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
707
707
|
};
|
|
708
708
|
effect: {
|
|
709
|
-
type:
|
|
709
|
+
type: globalThis.PropType<string>;
|
|
710
710
|
default: string;
|
|
711
711
|
};
|
|
712
712
|
collapseTags: BooleanConstructor;
|
|
@@ -738,7 +738,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
738
738
|
loading: BooleanConstructor;
|
|
739
739
|
loadingText: StringConstructor;
|
|
740
740
|
label: StringConstructor;
|
|
741
|
-
modelValue:
|
|
741
|
+
modelValue: globalThis.PropType<any>;
|
|
742
742
|
multiple: BooleanConstructor;
|
|
743
743
|
multipleLimit: {
|
|
744
744
|
type: NumberConstructor;
|
|
@@ -753,7 +753,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
753
753
|
default: boolean;
|
|
754
754
|
};
|
|
755
755
|
options: {
|
|
756
|
-
type:
|
|
756
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
757
757
|
required: boolean;
|
|
758
758
|
};
|
|
759
759
|
placeholder: {
|
|
@@ -769,12 +769,12 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
769
769
|
default: string;
|
|
770
770
|
};
|
|
771
771
|
popperOptions: {
|
|
772
|
-
type:
|
|
772
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
773
773
|
default: () => Partial<import("@popperjs/core").Options>;
|
|
774
774
|
};
|
|
775
775
|
remote: BooleanConstructor;
|
|
776
776
|
size: {
|
|
777
|
-
type:
|
|
777
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
778
778
|
};
|
|
779
779
|
valueKey: {
|
|
780
780
|
type: StringConstructor;
|
|
@@ -789,7 +789,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
789
789
|
default: boolean;
|
|
790
790
|
};
|
|
791
791
|
placement: {
|
|
792
|
-
type:
|
|
792
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
793
793
|
values: import("@popperjs/core").Placement[];
|
|
794
794
|
default: string;
|
|
795
795
|
};
|
|
@@ -833,16 +833,16 @@ export default _Select;
|
|
|
833
833
|
export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
834
834
|
allowCreate: BooleanConstructor;
|
|
835
835
|
autocomplete: {
|
|
836
|
-
type:
|
|
836
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
837
837
|
default: string;
|
|
838
838
|
};
|
|
839
839
|
automaticDropdown: BooleanConstructor;
|
|
840
840
|
clearable: BooleanConstructor;
|
|
841
841
|
clearIcon: {
|
|
842
|
-
type:
|
|
842
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
843
843
|
};
|
|
844
844
|
effect: {
|
|
845
|
-
type:
|
|
845
|
+
type: globalThis.PropType<string>;
|
|
846
846
|
default: string;
|
|
847
847
|
};
|
|
848
848
|
collapseTags: BooleanConstructor;
|
|
@@ -874,7 +874,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
874
874
|
loading: BooleanConstructor;
|
|
875
875
|
loadingText: StringConstructor;
|
|
876
876
|
label: StringConstructor;
|
|
877
|
-
modelValue:
|
|
877
|
+
modelValue: globalThis.PropType<any>;
|
|
878
878
|
multiple: BooleanConstructor;
|
|
879
879
|
multipleLimit: {
|
|
880
880
|
type: NumberConstructor;
|
|
@@ -889,7 +889,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
889
889
|
default: boolean;
|
|
890
890
|
};
|
|
891
891
|
options: {
|
|
892
|
-
type:
|
|
892
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
893
893
|
required: boolean;
|
|
894
894
|
};
|
|
895
895
|
placeholder: {
|
|
@@ -905,12 +905,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
905
905
|
default: string;
|
|
906
906
|
};
|
|
907
907
|
popperOptions: {
|
|
908
|
-
type:
|
|
908
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
909
909
|
default: () => Partial<import("@popperjs/core").Options>;
|
|
910
910
|
};
|
|
911
911
|
remote: BooleanConstructor;
|
|
912
912
|
size: {
|
|
913
|
-
type:
|
|
913
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
914
914
|
};
|
|
915
915
|
valueKey: {
|
|
916
916
|
type: StringConstructor;
|
|
@@ -925,29 +925,29 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
925
925
|
default: boolean;
|
|
926
926
|
};
|
|
927
927
|
placement: {
|
|
928
|
-
type:
|
|
928
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
929
929
|
values: import("@popperjs/core").Placement[];
|
|
930
930
|
default: string;
|
|
931
931
|
};
|
|
932
932
|
}, {
|
|
933
|
-
modelValue:
|
|
934
|
-
collapseTagSize:
|
|
935
|
-
currentPlaceholder:
|
|
936
|
-
expanded:
|
|
937
|
-
emptyText:
|
|
938
|
-
popupHeight:
|
|
939
|
-
debounce:
|
|
940
|
-
filteredOptions:
|
|
941
|
-
iconComponent:
|
|
942
|
-
iconReverse:
|
|
943
|
-
inputWrapperStyle:
|
|
944
|
-
popperSize:
|
|
945
|
-
dropdownMenuVisible:
|
|
946
|
-
hasModelValue:
|
|
947
|
-
shouldShowPlaceholder:
|
|
948
|
-
selectDisabled:
|
|
949
|
-
selectSize:
|
|
950
|
-
showClearBtn:
|
|
933
|
+
modelValue: globalThis.ComputedRef<any>;
|
|
934
|
+
collapseTagSize: globalThis.ComputedRef<"default" | "small">;
|
|
935
|
+
currentPlaceholder: globalThis.ComputedRef<string>;
|
|
936
|
+
expanded: globalThis.Ref<boolean>;
|
|
937
|
+
emptyText: globalThis.ComputedRef<string | false | null>;
|
|
938
|
+
popupHeight: globalThis.ComputedRef<number>;
|
|
939
|
+
debounce: globalThis.ComputedRef<0 | 300>;
|
|
940
|
+
filteredOptions: globalThis.ComputedRef<never[]>;
|
|
941
|
+
iconComponent: globalThis.ComputedRef<"" | "icon-arrow-up">;
|
|
942
|
+
iconReverse: globalThis.ComputedRef<string>;
|
|
943
|
+
inputWrapperStyle: globalThis.ComputedRef<import("vue").CSSProperties>;
|
|
944
|
+
popperSize: globalThis.Ref<number>;
|
|
945
|
+
dropdownMenuVisible: globalThis.WritableComputedRef<boolean>;
|
|
946
|
+
hasModelValue: globalThis.ComputedRef<boolean>;
|
|
947
|
+
shouldShowPlaceholder: globalThis.ComputedRef<boolean>;
|
|
948
|
+
selectDisabled: globalThis.ComputedRef<boolean | undefined>;
|
|
949
|
+
selectSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
950
|
+
showClearBtn: globalThis.ComputedRef<boolean>;
|
|
951
951
|
states: {
|
|
952
952
|
inputValue: string;
|
|
953
953
|
displayInputValue: string;
|
|
@@ -983,9 +983,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
983
983
|
softFocus: boolean;
|
|
984
984
|
tagInMultiLine: boolean;
|
|
985
985
|
};
|
|
986
|
-
tagMaxWidth:
|
|
986
|
+
tagMaxWidth: globalThis.ComputedRef<number>;
|
|
987
987
|
nsSelect: {
|
|
988
|
-
namespace:
|
|
988
|
+
namespace: globalThis.Ref<string>;
|
|
989
989
|
b: (blockSuffix?: string) => string;
|
|
990
990
|
e: (element?: string | undefined) => string;
|
|
991
991
|
m: (modifier?: string | undefined) => string;
|
|
@@ -1003,7 +1003,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1003
1003
|
cssVarBlockName: (name: string) => string;
|
|
1004
1004
|
};
|
|
1005
1005
|
nsInput: {
|
|
1006
|
-
namespace:
|
|
1006
|
+
namespace: globalThis.Ref<string>;
|
|
1007
1007
|
b: (blockSuffix?: string) => string;
|
|
1008
1008
|
e: (element?: string | undefined) => string;
|
|
1009
1009
|
m: (modifier?: string | undefined) => string;
|
|
@@ -1021,10 +1021,10 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1021
1021
|
cssVarBlockName: (name: string) => string;
|
|
1022
1022
|
};
|
|
1023
1023
|
calculatorRef: HTMLElement;
|
|
1024
|
-
controlRef:
|
|
1025
|
-
inputRef:
|
|
1026
|
-
menuRef:
|
|
1027
|
-
popper:
|
|
1024
|
+
controlRef: globalThis.Ref<null>;
|
|
1025
|
+
inputRef: globalThis.Ref<null>;
|
|
1026
|
+
menuRef: globalThis.Ref<null>;
|
|
1027
|
+
popper: globalThis.Ref<({
|
|
1028
1028
|
$: import("vue").ComponentInternalInstance;
|
|
1029
1029
|
$data: {};
|
|
1030
1030
|
$props: {
|
|
@@ -1059,42 +1059,42 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1059
1059
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1060
1060
|
ref_for?: boolean | undefined;
|
|
1061
1061
|
ref_key?: string | undefined;
|
|
1062
|
-
onVnodeBeforeMount?: ((vnode:
|
|
1062
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1063
1063
|
[key: string]: any;
|
|
1064
|
-
}>) => void) | ((vnode:
|
|
1064
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1065
1065
|
[key: string]: any;
|
|
1066
1066
|
}>) => void)[] | undefined;
|
|
1067
|
-
onVnodeMounted?: ((vnode:
|
|
1067
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1068
1068
|
[key: string]: any;
|
|
1069
|
-
}>) => void) | ((vnode:
|
|
1069
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1070
1070
|
[key: string]: any;
|
|
1071
1071
|
}>) => void)[] | undefined;
|
|
1072
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
1072
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1073
1073
|
[key: string]: any;
|
|
1074
|
-
}>, oldVNode:
|
|
1074
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1075
1075
|
[key: string]: any;
|
|
1076
|
-
}>) => void) | ((vnode:
|
|
1076
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1077
1077
|
[key: string]: any;
|
|
1078
|
-
}>, oldVNode:
|
|
1078
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1079
1079
|
[key: string]: any;
|
|
1080
1080
|
}>) => void)[] | undefined;
|
|
1081
|
-
onVnodeUpdated?: ((vnode:
|
|
1081
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1082
1082
|
[key: string]: any;
|
|
1083
|
-
}>, oldVNode:
|
|
1083
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1084
1084
|
[key: string]: any;
|
|
1085
|
-
}>) => void) | ((vnode:
|
|
1085
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1086
1086
|
[key: string]: any;
|
|
1087
|
-
}>, oldVNode:
|
|
1087
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1088
1088
|
[key: string]: any;
|
|
1089
1089
|
}>) => void)[] | undefined;
|
|
1090
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
1090
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1091
1091
|
[key: string]: any;
|
|
1092
|
-
}>) => void) | ((vnode:
|
|
1092
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1093
1093
|
[key: string]: any;
|
|
1094
1094
|
}>) => void)[] | undefined;
|
|
1095
|
-
onVnodeUnmounted?: ((vnode:
|
|
1095
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1096
1096
|
[key: string]: any;
|
|
1097
|
-
}>) => void) | ((vnode:
|
|
1097
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1098
1098
|
[key: string]: any;
|
|
1099
1099
|
}>) => void)[] | undefined;
|
|
1100
1100
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1134,151 +1134,151 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1134
1134
|
$slots: Readonly<{
|
|
1135
1135
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
1136
1136
|
}>;
|
|
1137
|
-
$root:
|
|
1138
|
-
$parent:
|
|
1137
|
+
$root: globalThis.ComponentPublicInstance | null;
|
|
1138
|
+
$parent: globalThis.ComponentPublicInstance | null;
|
|
1139
1139
|
$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);
|
|
1140
1140
|
$el: any;
|
|
1141
|
-
$options: import("vue").ComponentOptionsBase<Readonly<
|
|
1141
|
+
$options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
1142
1142
|
role: {
|
|
1143
|
-
type:
|
|
1143
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
1144
1144
|
};
|
|
1145
1145
|
showArrow: {
|
|
1146
|
-
type:
|
|
1146
|
+
type: globalThis.PropType<boolean>;
|
|
1147
1147
|
};
|
|
1148
1148
|
arrowOffset: {
|
|
1149
|
-
type:
|
|
1149
|
+
type: globalThis.PropType<number>;
|
|
1150
1150
|
};
|
|
1151
1151
|
virtualRef: {
|
|
1152
|
-
type:
|
|
1152
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
1153
1153
|
};
|
|
1154
1154
|
virtualTriggering: {
|
|
1155
|
-
type:
|
|
1155
|
+
type: globalThis.PropType<boolean>;
|
|
1156
1156
|
};
|
|
1157
1157
|
onMouseenter: {
|
|
1158
|
-
type:
|
|
1158
|
+
type: globalThis.PropType<Function>;
|
|
1159
1159
|
};
|
|
1160
1160
|
onMouseleave: {
|
|
1161
|
-
type:
|
|
1161
|
+
type: globalThis.PropType<Function>;
|
|
1162
1162
|
};
|
|
1163
1163
|
onClick: {
|
|
1164
|
-
type:
|
|
1164
|
+
type: globalThis.PropType<Function>;
|
|
1165
1165
|
};
|
|
1166
1166
|
onKeydown: {
|
|
1167
|
-
type:
|
|
1167
|
+
type: globalThis.PropType<Function>;
|
|
1168
1168
|
};
|
|
1169
1169
|
onFocus: {
|
|
1170
|
-
type:
|
|
1170
|
+
type: globalThis.PropType<Function>;
|
|
1171
1171
|
};
|
|
1172
1172
|
onBlur: {
|
|
1173
|
-
type:
|
|
1173
|
+
type: globalThis.PropType<Function>;
|
|
1174
1174
|
};
|
|
1175
1175
|
onContextmenu: {
|
|
1176
|
-
type:
|
|
1176
|
+
type: globalThis.PropType<Function>;
|
|
1177
1177
|
};
|
|
1178
1178
|
id: {
|
|
1179
|
-
type:
|
|
1179
|
+
type: globalThis.PropType<string>;
|
|
1180
1180
|
};
|
|
1181
1181
|
open: {
|
|
1182
|
-
type:
|
|
1182
|
+
type: globalThis.PropType<boolean>;
|
|
1183
1183
|
};
|
|
1184
1184
|
boundariesPadding: {
|
|
1185
|
-
type:
|
|
1185
|
+
type: globalThis.PropType<number>;
|
|
1186
1186
|
};
|
|
1187
1187
|
fallbackPlacements: {
|
|
1188
|
-
type:
|
|
1188
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
1189
1189
|
};
|
|
1190
1190
|
gpuAcceleration: {
|
|
1191
|
-
type:
|
|
1191
|
+
type: globalThis.PropType<boolean>;
|
|
1192
1192
|
};
|
|
1193
1193
|
offset: {
|
|
1194
|
-
type:
|
|
1194
|
+
type: globalThis.PropType<number>;
|
|
1195
1195
|
};
|
|
1196
1196
|
placement: {
|
|
1197
|
-
type:
|
|
1197
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1198
1198
|
};
|
|
1199
1199
|
popperOptions: {
|
|
1200
|
-
type:
|
|
1200
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1201
1201
|
};
|
|
1202
1202
|
strategy: {
|
|
1203
|
-
type:
|
|
1203
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
1204
1204
|
};
|
|
1205
1205
|
style: {
|
|
1206
|
-
type:
|
|
1206
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
1207
1207
|
};
|
|
1208
1208
|
className: {
|
|
1209
|
-
type:
|
|
1209
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
1210
1210
|
};
|
|
1211
1211
|
effect: {
|
|
1212
|
-
type:
|
|
1212
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
1213
1213
|
};
|
|
1214
1214
|
visible: {
|
|
1215
|
-
type:
|
|
1215
|
+
type: globalThis.PropType<boolean>;
|
|
1216
1216
|
};
|
|
1217
1217
|
enterable: {
|
|
1218
|
-
type:
|
|
1218
|
+
type: globalThis.PropType<boolean>;
|
|
1219
1219
|
};
|
|
1220
1220
|
pure: {
|
|
1221
|
-
type:
|
|
1221
|
+
type: globalThis.PropType<boolean>;
|
|
1222
1222
|
};
|
|
1223
1223
|
focusOnShow: {
|
|
1224
|
-
type:
|
|
1224
|
+
type: globalThis.PropType<boolean>;
|
|
1225
1225
|
};
|
|
1226
1226
|
trapping: {
|
|
1227
|
-
type:
|
|
1227
|
+
type: globalThis.PropType<boolean>;
|
|
1228
1228
|
};
|
|
1229
1229
|
popperClass: {
|
|
1230
|
-
type:
|
|
1230
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
1231
1231
|
};
|
|
1232
1232
|
popperStyle: {
|
|
1233
|
-
type:
|
|
1233
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
1234
1234
|
};
|
|
1235
1235
|
referenceEl: {
|
|
1236
|
-
type:
|
|
1236
|
+
type: globalThis.PropType<HTMLElement>;
|
|
1237
1237
|
};
|
|
1238
1238
|
triggerTargetEl: {
|
|
1239
|
-
type:
|
|
1239
|
+
type: globalThis.PropType<HTMLElement>;
|
|
1240
1240
|
};
|
|
1241
1241
|
stopPopperMouseEvent: {
|
|
1242
|
-
type:
|
|
1242
|
+
type: globalThis.PropType<boolean>;
|
|
1243
1243
|
};
|
|
1244
1244
|
ariaLabel: {
|
|
1245
|
-
type:
|
|
1245
|
+
type: globalThis.PropType<string>;
|
|
1246
1246
|
};
|
|
1247
1247
|
zIndex: {
|
|
1248
|
-
type:
|
|
1248
|
+
type: globalThis.PropType<number>;
|
|
1249
1249
|
};
|
|
1250
1250
|
showAfter: {
|
|
1251
|
-
type:
|
|
1251
|
+
type: globalThis.PropType<number>;
|
|
1252
1252
|
};
|
|
1253
1253
|
hideAfter: {
|
|
1254
|
-
type:
|
|
1254
|
+
type: globalThis.PropType<number>;
|
|
1255
1255
|
};
|
|
1256
1256
|
appendTo: {
|
|
1257
|
-
type:
|
|
1257
|
+
type: globalThis.PropType<any>;
|
|
1258
1258
|
};
|
|
1259
1259
|
content: {
|
|
1260
|
-
type:
|
|
1260
|
+
type: globalThis.PropType<string>;
|
|
1261
1261
|
};
|
|
1262
1262
|
rawContent: {
|
|
1263
|
-
type:
|
|
1263
|
+
type: globalThis.PropType<boolean>;
|
|
1264
1264
|
};
|
|
1265
1265
|
persistent: {
|
|
1266
|
-
type:
|
|
1266
|
+
type: globalThis.PropType<boolean>;
|
|
1267
1267
|
};
|
|
1268
1268
|
transition: {
|
|
1269
|
-
type:
|
|
1269
|
+
type: globalThis.PropType<string>;
|
|
1270
1270
|
};
|
|
1271
1271
|
teleported: {
|
|
1272
|
-
type:
|
|
1272
|
+
type: globalThis.PropType<boolean>;
|
|
1273
1273
|
};
|
|
1274
1274
|
disabled: {
|
|
1275
|
-
type:
|
|
1275
|
+
type: globalThis.PropType<boolean>;
|
|
1276
1276
|
};
|
|
1277
1277
|
trigger: {
|
|
1278
|
-
type:
|
|
1278
|
+
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
1279
1279
|
};
|
|
1280
1280
|
triggerKeys: {
|
|
1281
|
-
type:
|
|
1281
|
+
type: globalThis.PropType<string[]>;
|
|
1282
1282
|
};
|
|
1283
1283
|
}>> & {
|
|
1284
1284
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -1288,8 +1288,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1288
1288
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1289
1289
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1290
1290
|
}, {
|
|
1291
|
-
popperRef:
|
|
1292
|
-
contentRef:
|
|
1291
|
+
popperRef: globalThis.Ref<any>;
|
|
1292
|
+
contentRef: globalThis.Ref<any>;
|
|
1293
1293
|
isFocusInsideContent: () => boolean | undefined;
|
|
1294
1294
|
updatePopper: () => void;
|
|
1295
1295
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -1317,152 +1317,152 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1317
1317
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1318
1318
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1319
1319
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1320
|
-
errorCaptured?: (((err: unknown, instance:
|
|
1320
|
+
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
1321
1321
|
};
|
|
1322
1322
|
$forceUpdate: () => void;
|
|
1323
1323
|
$nextTick: typeof import("vue").nextTick;
|
|
1324
1324
|
$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;
|
|
1325
|
-
} & Readonly<
|
|
1325
|
+
} & Readonly<globalThis.ExtractPropTypes<{
|
|
1326
1326
|
role: {
|
|
1327
|
-
type:
|
|
1327
|
+
type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
1328
1328
|
};
|
|
1329
1329
|
showArrow: {
|
|
1330
|
-
type:
|
|
1330
|
+
type: globalThis.PropType<boolean>;
|
|
1331
1331
|
};
|
|
1332
1332
|
arrowOffset: {
|
|
1333
|
-
type:
|
|
1333
|
+
type: globalThis.PropType<number>;
|
|
1334
1334
|
};
|
|
1335
1335
|
virtualRef: {
|
|
1336
|
-
type:
|
|
1336
|
+
type: globalThis.PropType<import("..").Measurable>;
|
|
1337
1337
|
};
|
|
1338
1338
|
virtualTriggering: {
|
|
1339
|
-
type:
|
|
1339
|
+
type: globalThis.PropType<boolean>;
|
|
1340
1340
|
};
|
|
1341
1341
|
onMouseenter: {
|
|
1342
|
-
type:
|
|
1342
|
+
type: globalThis.PropType<Function>;
|
|
1343
1343
|
};
|
|
1344
1344
|
onMouseleave: {
|
|
1345
|
-
type:
|
|
1345
|
+
type: globalThis.PropType<Function>;
|
|
1346
1346
|
};
|
|
1347
1347
|
onClick: {
|
|
1348
|
-
type:
|
|
1348
|
+
type: globalThis.PropType<Function>;
|
|
1349
1349
|
};
|
|
1350
1350
|
onKeydown: {
|
|
1351
|
-
type:
|
|
1351
|
+
type: globalThis.PropType<Function>;
|
|
1352
1352
|
};
|
|
1353
1353
|
onFocus: {
|
|
1354
|
-
type:
|
|
1354
|
+
type: globalThis.PropType<Function>;
|
|
1355
1355
|
};
|
|
1356
1356
|
onBlur: {
|
|
1357
|
-
type:
|
|
1357
|
+
type: globalThis.PropType<Function>;
|
|
1358
1358
|
};
|
|
1359
1359
|
onContextmenu: {
|
|
1360
|
-
type:
|
|
1360
|
+
type: globalThis.PropType<Function>;
|
|
1361
1361
|
};
|
|
1362
1362
|
id: {
|
|
1363
|
-
type:
|
|
1363
|
+
type: globalThis.PropType<string>;
|
|
1364
1364
|
};
|
|
1365
1365
|
open: {
|
|
1366
|
-
type:
|
|
1366
|
+
type: globalThis.PropType<boolean>;
|
|
1367
1367
|
};
|
|
1368
1368
|
boundariesPadding: {
|
|
1369
|
-
type:
|
|
1369
|
+
type: globalThis.PropType<number>;
|
|
1370
1370
|
};
|
|
1371
1371
|
fallbackPlacements: {
|
|
1372
|
-
type:
|
|
1372
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
1373
1373
|
};
|
|
1374
1374
|
gpuAcceleration: {
|
|
1375
|
-
type:
|
|
1375
|
+
type: globalThis.PropType<boolean>;
|
|
1376
1376
|
};
|
|
1377
1377
|
offset: {
|
|
1378
|
-
type:
|
|
1378
|
+
type: globalThis.PropType<number>;
|
|
1379
1379
|
};
|
|
1380
1380
|
placement: {
|
|
1381
|
-
type:
|
|
1381
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1382
1382
|
};
|
|
1383
1383
|
popperOptions: {
|
|
1384
|
-
type:
|
|
1384
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1385
1385
|
};
|
|
1386
1386
|
strategy: {
|
|
1387
|
-
type:
|
|
1387
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
1388
1388
|
};
|
|
1389
1389
|
style: {
|
|
1390
|
-
type:
|
|
1390
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
1391
1391
|
};
|
|
1392
1392
|
className: {
|
|
1393
|
-
type:
|
|
1393
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
1394
1394
|
};
|
|
1395
1395
|
effect: {
|
|
1396
|
-
type:
|
|
1396
|
+
type: globalThis.PropType<"light" | "dark">;
|
|
1397
1397
|
};
|
|
1398
1398
|
visible: {
|
|
1399
|
-
type:
|
|
1399
|
+
type: globalThis.PropType<boolean>;
|
|
1400
1400
|
};
|
|
1401
1401
|
enterable: {
|
|
1402
|
-
type:
|
|
1402
|
+
type: globalThis.PropType<boolean>;
|
|
1403
1403
|
};
|
|
1404
1404
|
pure: {
|
|
1405
|
-
type:
|
|
1405
|
+
type: globalThis.PropType<boolean>;
|
|
1406
1406
|
};
|
|
1407
1407
|
focusOnShow: {
|
|
1408
|
-
type:
|
|
1408
|
+
type: globalThis.PropType<boolean>;
|
|
1409
1409
|
};
|
|
1410
1410
|
trapping: {
|
|
1411
|
-
type:
|
|
1411
|
+
type: globalThis.PropType<boolean>;
|
|
1412
1412
|
};
|
|
1413
1413
|
popperClass: {
|
|
1414
|
-
type:
|
|
1414
|
+
type: globalThis.PropType<import("../types").ClassType>;
|
|
1415
1415
|
};
|
|
1416
1416
|
popperStyle: {
|
|
1417
|
-
type:
|
|
1417
|
+
type: globalThis.PropType<import("vue").StyleValue>;
|
|
1418
1418
|
};
|
|
1419
1419
|
referenceEl: {
|
|
1420
|
-
type:
|
|
1420
|
+
type: globalThis.PropType<HTMLElement>;
|
|
1421
1421
|
};
|
|
1422
1422
|
triggerTargetEl: {
|
|
1423
|
-
type:
|
|
1423
|
+
type: globalThis.PropType<HTMLElement>;
|
|
1424
1424
|
};
|
|
1425
1425
|
stopPopperMouseEvent: {
|
|
1426
|
-
type:
|
|
1426
|
+
type: globalThis.PropType<boolean>;
|
|
1427
1427
|
};
|
|
1428
1428
|
ariaLabel: {
|
|
1429
|
-
type:
|
|
1429
|
+
type: globalThis.PropType<string>;
|
|
1430
1430
|
};
|
|
1431
1431
|
zIndex: {
|
|
1432
|
-
type:
|
|
1432
|
+
type: globalThis.PropType<number>;
|
|
1433
1433
|
};
|
|
1434
1434
|
showAfter: {
|
|
1435
|
-
type:
|
|
1435
|
+
type: globalThis.PropType<number>;
|
|
1436
1436
|
};
|
|
1437
1437
|
hideAfter: {
|
|
1438
|
-
type:
|
|
1438
|
+
type: globalThis.PropType<number>;
|
|
1439
1439
|
};
|
|
1440
1440
|
appendTo: {
|
|
1441
|
-
type:
|
|
1441
|
+
type: globalThis.PropType<any>;
|
|
1442
1442
|
};
|
|
1443
1443
|
content: {
|
|
1444
|
-
type:
|
|
1444
|
+
type: globalThis.PropType<string>;
|
|
1445
1445
|
};
|
|
1446
1446
|
rawContent: {
|
|
1447
|
-
type:
|
|
1447
|
+
type: globalThis.PropType<boolean>;
|
|
1448
1448
|
};
|
|
1449
1449
|
persistent: {
|
|
1450
|
-
type:
|
|
1450
|
+
type: globalThis.PropType<boolean>;
|
|
1451
1451
|
};
|
|
1452
1452
|
transition: {
|
|
1453
|
-
type:
|
|
1453
|
+
type: globalThis.PropType<string>;
|
|
1454
1454
|
};
|
|
1455
1455
|
teleported: {
|
|
1456
|
-
type:
|
|
1456
|
+
type: globalThis.PropType<boolean>;
|
|
1457
1457
|
};
|
|
1458
1458
|
disabled: {
|
|
1459
|
-
type:
|
|
1459
|
+
type: globalThis.PropType<boolean>;
|
|
1460
1460
|
};
|
|
1461
1461
|
trigger: {
|
|
1462
|
-
type:
|
|
1462
|
+
type: globalThis.PropType<import("..").TooltipTriggerType>;
|
|
1463
1463
|
};
|
|
1464
1464
|
triggerKeys: {
|
|
1465
|
-
type:
|
|
1465
|
+
type: globalThis.PropType<string[]>;
|
|
1466
1466
|
};
|
|
1467
1467
|
}>> & {
|
|
1468
1468
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -1472,8 +1472,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1472
1472
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1473
1473
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1474
1474
|
} & import("vue").ShallowUnwrapRef<{
|
|
1475
|
-
popperRef:
|
|
1476
|
-
contentRef:
|
|
1475
|
+
popperRef: globalThis.Ref<any>;
|
|
1476
|
+
contentRef: globalThis.Ref<any>;
|
|
1477
1477
|
isFocusInsideContent: () => boolean | undefined;
|
|
1478
1478
|
updatePopper: () => void;
|
|
1479
1479
|
onOpen: (event?: Event | undefined) => void;
|
|
@@ -1485,18 +1485,18 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1485
1485
|
content?(_: {}): any;
|
|
1486
1486
|
};
|
|
1487
1487
|
}) | null>;
|
|
1488
|
-
selectRef:
|
|
1489
|
-
selectionRef:
|
|
1490
|
-
popperRef:
|
|
1491
|
-
validateState:
|
|
1488
|
+
selectRef: globalThis.Ref<null>;
|
|
1489
|
+
selectionRef: globalThis.Ref<null>;
|
|
1490
|
+
popperRef: globalThis.ComputedRef<any>;
|
|
1491
|
+
validateState: globalThis.ComputedRef<"" | "error" | "validating" | "success">;
|
|
1492
1492
|
validateIcon: string;
|
|
1493
|
-
showTagList:
|
|
1493
|
+
showTagList: globalThis.ComputedRef<{
|
|
1494
1494
|
[x: string]: any;
|
|
1495
1495
|
label: string;
|
|
1496
1496
|
created?: boolean | undefined;
|
|
1497
1497
|
value: any;
|
|
1498
1498
|
}[]>;
|
|
1499
|
-
collapseTagList:
|
|
1499
|
+
collapseTagList: globalThis.ComputedRef<{
|
|
1500
1500
|
[x: string]: any;
|
|
1501
1501
|
label: string;
|
|
1502
1502
|
created?: boolean | undefined;
|
|
@@ -1525,19 +1525,19 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1525
1525
|
handleCompositionStart: () => void;
|
|
1526
1526
|
handleCompositionEnd: (event: any) => void;
|
|
1527
1527
|
handleCompositionUpdate: (event: any) => void;
|
|
1528
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
1528
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
1529
1529
|
allowCreate: BooleanConstructor;
|
|
1530
1530
|
autocomplete: {
|
|
1531
|
-
type:
|
|
1531
|
+
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
1532
1532
|
default: string;
|
|
1533
1533
|
};
|
|
1534
1534
|
automaticDropdown: BooleanConstructor;
|
|
1535
1535
|
clearable: BooleanConstructor;
|
|
1536
1536
|
clearIcon: {
|
|
1537
|
-
type:
|
|
1537
|
+
type: globalThis.PropType<string | globalThis.Component>;
|
|
1538
1538
|
};
|
|
1539
1539
|
effect: {
|
|
1540
|
-
type:
|
|
1540
|
+
type: globalThis.PropType<string>;
|
|
1541
1541
|
default: string;
|
|
1542
1542
|
};
|
|
1543
1543
|
collapseTags: BooleanConstructor;
|
|
@@ -1569,7 +1569,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1569
1569
|
loading: BooleanConstructor;
|
|
1570
1570
|
loadingText: StringConstructor;
|
|
1571
1571
|
label: StringConstructor;
|
|
1572
|
-
modelValue:
|
|
1572
|
+
modelValue: globalThis.PropType<any>;
|
|
1573
1573
|
multiple: BooleanConstructor;
|
|
1574
1574
|
multipleLimit: {
|
|
1575
1575
|
type: NumberConstructor;
|
|
@@ -1584,7 +1584,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1584
1584
|
default: boolean;
|
|
1585
1585
|
};
|
|
1586
1586
|
options: {
|
|
1587
|
-
type:
|
|
1587
|
+
type: globalThis.PropType<import("./select.types").OptionType[]>;
|
|
1588
1588
|
required: boolean;
|
|
1589
1589
|
};
|
|
1590
1590
|
placeholder: {
|
|
@@ -1600,12 +1600,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1600
1600
|
default: string;
|
|
1601
1601
|
};
|
|
1602
1602
|
popperOptions: {
|
|
1603
|
-
type:
|
|
1603
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1604
1604
|
default: () => Partial<import("@popperjs/core").Options>;
|
|
1605
1605
|
};
|
|
1606
1606
|
remote: BooleanConstructor;
|
|
1607
1607
|
size: {
|
|
1608
|
-
type:
|
|
1608
|
+
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
1609
1609
|
};
|
|
1610
1610
|
valueKey: {
|
|
1611
1611
|
type: StringConstructor;
|
|
@@ -1620,7 +1620,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1620
1620
|
default: boolean;
|
|
1621
1621
|
};
|
|
1622
1622
|
placement: {
|
|
1623
|
-
type:
|
|
1623
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1624
1624
|
values: import("@popperjs/core").Placement[];
|
|
1625
1625
|
default: string;
|
|
1626
1626
|
};
|