vft 0.0.159 → 0.0.161
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/style/index.d.ts +1 -0
- package/es/app-components/clamp/style/index.d.ts +1 -0
- package/es/app-components/col/style/index.d.ts +1 -0
- package/es/app-components/form/style/index.d.ts +1 -0
- package/es/app-components/icon/style/index.d.ts +1 -0
- package/es/app-components/image/style/index.d.ts +1 -0
- package/es/app-components/input/style/index.d.ts +2 -0
- package/es/app-components/overlay/style/index.d.ts +1 -0
- package/es/app-components/popup/style/index.d.ts +2 -0
- package/es/app-components/row/style/index.d.ts +1 -0
- package/es/app-components/super-form/style/index.d.ts +3 -0
- package/es/components/affix/style/css.d.ts +1 -0
- package/es/components/affix/style/index.d.ts +1 -0
- package/es/components/alert/style/css.d.ts +2 -0
- package/es/components/alert/style/index.d.ts +2 -0
- package/es/components/aside/style/css.d.ts +1 -0
- package/es/components/aside/style/index.d.ts +1 -0
- package/es/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +3 -3
- package/es/components/autocomplete/style/css.d.ts +4 -0
- package/es/components/autocomplete/style/index.d.ts +4 -0
- package/es/components/avatar/style/css.d.ts +3 -0
- package/es/components/avatar/style/index.d.ts +3 -0
- package/es/components/backtop/style/css.d.ts +1 -0
- package/es/components/backtop/style/index.d.ts +1 -0
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +43 -43
- package/es/components/button/style/css.d.ts +2 -0
- package/es/components/button/style/index.d.ts +2 -0
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button-group/style/css.d.ts +2 -0
- package/es/components/button-group/style/index.d.ts +2 -0
- package/es/components/card/style/css.d.ts +1 -0
- package/es/components/card/style/index.d.ts +1 -0
- package/es/components/carousel/style/css.d.ts +1 -0
- package/es/components/carousel/style/index.d.ts +1 -0
- package/es/components/carousel-item/style/css.d.ts +1 -0
- package/es/components/carousel-item/style/index.d.ts +1 -0
- package/es/components/check-tag/style/css.d.ts +1 -0
- package/es/components/check-tag/style/index.d.ts +1 -0
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +32 -32
- package/es/components/checkbox/style/css.d.ts +1 -0
- package/es/components/checkbox/style/index.d.ts +1 -0
- package/es/components/checkbox-button/style/css.d.ts +1 -0
- package/es/components/checkbox-button/style/index.d.ts +1 -0
- package/es/components/checkbox-group/style/css.d.ts +1 -0
- package/es/components/checkbox-group/style/index.d.ts +1 -0
- package/es/components/clamp/style/css.d.ts +1 -0
- package/es/components/clamp/style/index.d.ts +1 -0
- package/es/components/clamp-toggle/style/css.d.ts +1 -0
- package/es/components/clamp-toggle/style/index.d.ts +1 -0
- package/es/components/clamp-tooltip/style/css.d.ts +1 -0
- package/es/components/clamp-tooltip/style/index.d.ts +1 -0
- package/es/components/col/style/css.d.ts +1 -0
- package/es/components/col/style/index.d.ts +1 -0
- package/es/components/collapse-transition/style/css.d.ts +1 -0
- package/es/components/collapse-transition/style/index.d.ts +1 -0
- package/es/components/color-picker/style/css.d.ts +3 -0
- package/es/components/color-picker/style/index.d.ts +3 -0
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/style/css.d.ts +1 -0
- package/es/components/config-provider/style/index.d.ts +1 -0
- package/es/components/container/style/css.d.ts +5 -0
- package/es/components/container/style/index.d.ts +5 -0
- package/es/components/context-menu/style/css.d.ts +1 -0
- package/es/components/context-menu/style/index.d.ts +1 -0
- package/es/components/date-picker/style/css.d.ts +1 -0
- package/es/components/date-picker/style/index.d.ts +6 -0
- package/es/components/date-time-select/style/css.d.ts +3 -0
- package/es/components/date-time-select/style/index.d.ts +5 -0
- package/es/components/descriptions/style/css.d.ts +1 -0
- package/es/components/descriptions/style/index.d.ts +1 -0
- package/es/components/descriptions-item/style/css.d.ts +1 -0
- package/es/components/descriptions-item/style/index.d.ts +1 -0
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/dialog/style/css.d.ts +2 -0
- package/es/components/dialog/style/index.d.ts +2 -0
- package/es/components/divider/style/css.d.ts +1 -0
- package/es/components/divider/style/index.d.ts +1 -0
- package/es/components/docs-layout/style/css.d.ts +1 -0
- package/es/components/docs-layout/style/index.d.ts +1 -0
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/drawer/style/css.d.ts +2 -0
- package/es/components/drawer/style/index.d.ts +2 -0
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +11 -11
- package/es/components/dropdown/style/css.d.ts +5 -0
- package/es/components/dropdown/style/index.d.ts +5 -0
- package/es/components/dropdown-item/style/css.d.ts +1 -0
- package/es/components/dropdown-item/style/index.d.ts +1 -0
- package/es/components/dropdown-menu/style/css.d.ts +1 -0
- package/es/components/dropdown-menu/style/index.d.ts +1 -0
- package/es/components/empty/style/css.d.ts +1 -0
- package/es/components/empty/style/index.d.ts +1 -0
- package/es/components/exception/style/css.d.ts +1 -0
- package/es/components/exception/style/index.d.ts +1 -0
- package/es/components/footer/style/css.d.ts +1 -0
- package/es/components/footer/style/index.d.ts +1 -0
- package/es/components/footer-layout/style/css.d.ts +2 -0
- package/es/components/footer-layout/style/index.d.ts +2 -0
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +24 -24
- package/es/components/form/style/css.d.ts +1 -0
- package/es/components/form/style/index.d.ts +1 -0
- package/es/components/form-item/style/css.d.ts +1 -0
- package/es/components/form-item/style/index.d.ts +1 -0
- package/es/components/full-screen/style/css.d.ts +2 -0
- package/es/components/full-screen/style/index.d.ts +2 -0
- package/es/components/header/style/css.d.ts +1 -0
- package/es/components/header/style/index.d.ts +1 -0
- package/es/components/header-layout/style/css.d.ts +3 -0
- package/es/components/header-layout/style/index.d.ts +3 -0
- package/es/components/horizontal-menu/style/css.d.ts +5 -0
- package/es/components/horizontal-menu/style/index.d.ts +5 -0
- package/es/components/icon/icon.vue2.js +27 -24
- package/es/components/icon/style/css.d.ts +1 -0
- package/es/components/icon/style/index.d.ts +1 -0
- package/es/components/icon-text/style/css.d.ts +1 -0
- package/es/components/icon-text/style/index.d.ts +1 -0
- package/es/components/iframe-layout/style/css.d.ts +1 -0
- package/es/components/iframe-layout/style/index.d.ts +1 -0
- package/es/components/image/style/css.d.ts +2 -0
- package/es/components/image/style/index.d.ts +2 -0
- package/es/components/image-viewer/style/css.d.ts +1 -0
- package/es/components/image-viewer/style/index.d.ts +1 -0
- package/es/components/infinite-scroll/style/css.d.ts +1 -0
- package/es/components/infinite-scroll/style/index.d.ts +1 -0
- package/es/components/input/style/css.d.ts +1 -0
- package/es/components/input/style/index.d.ts +1 -0
- package/es/components/input-number/style/css.d.ts +2 -0
- package/es/components/input-number/style/index.d.ts +2 -0
- package/es/components/link/style/css.d.ts +1 -0
- package/es/components/link/style/index.d.ts +1 -0
- package/es/components/list-cell/style/css.d.ts +1 -0
- package/es/components/list-cell/style/index.d.ts +1 -0
- package/es/components/loading/style/css.d.ts +1 -0
- package/es/components/loading/style/index.d.ts +1 -0
- package/es/components/logo/style/css.d.ts +1 -0
- package/es/components/logo/style/index.d.ts +1 -0
- package/es/components/main/style/css.d.ts +1 -0
- package/es/components/main/style/index.d.ts +1 -0
- package/es/components/md-code-demo/style/css.d.ts +1 -0
- package/es/components/md-code-demo/style/index.d.ts +1 -0
- package/es/components/md-code-tabs/style/css.d.ts +1 -0
- package/es/components/md-code-tabs/style/index.d.ts +1 -0
- package/es/components/md-comment/style/css.d.ts +1 -0
- package/es/components/md-comment/style/index.d.ts +1 -0
- package/es/components/md-container/md-container.vue2.js +32 -32
- package/es/components/md-container/style/css.d.ts +6 -0
- package/es/components/md-container/style/index.d.ts +6 -0
- package/es/components/md-tabs/style/css.d.ts +1 -0
- package/es/components/md-tabs/style/index.d.ts +1 -0
- package/es/components/md-vue-playground/style/css.d.ts +1 -0
- package/es/components/md-vue-playground/style/index.d.ts +1 -0
- package/es/components/menu/style/css.d.ts +3 -0
- package/es/components/menu/style/index.d.ts +3 -0
- package/es/components/menu-item/style/css.d.ts +2 -0
- package/es/components/menu-item/style/index.d.ts +2 -0
- package/es/components/menu-item-group/style/css.d.ts +1 -0
- package/es/components/menu-item-group/style/index.d.ts +1 -0
- package/es/components/message/style/css.d.ts +1 -0
- package/es/components/message/style/index.d.ts +1 -0
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/modal/style/css.d.ts +2 -0
- package/es/components/modal/style/index.d.ts +2 -0
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -6
- package/es/components/multiple-tabs/style/css.d.ts +2 -0
- package/es/components/multiple-tabs/style/index.d.ts +2 -0
- package/es/components/option/style/css.d.ts +1 -0
- package/es/components/option/style/index.d.ts +1 -0
- package/es/components/option-group/style/css.d.ts +1 -0
- package/es/components/option-group/style/index.d.ts +1 -0
- package/es/components/overlay/style/css.d.ts +1 -0
- package/es/components/overlay/style/index.d.ts +1 -0
- package/es/components/p-image/style/css.d.ts +1 -0
- package/es/components/p-image/style/index.d.ts +1 -0
- package/es/components/page-wrapper/style/css.d.ts +1 -0
- package/es/components/page-wrapper/style/index.d.ts +1 -0
- package/es/components/pagination/style/css.d.ts +1 -0
- package/es/components/pagination/style/index.d.ts +1 -0
- package/es/components/popconfirm/style/css.d.ts +3 -0
- package/es/components/popconfirm/style/index.d.ts +3 -0
- package/es/components/popover/style/css.d.ts +2 -0
- package/es/components/popover/style/index.d.ts +2 -0
- package/es/components/popper/style/css.d.ts +1 -0
- package/es/components/popper/style/index.d.ts +1 -0
- package/es/components/progress/style/css.d.ts +1 -0
- package/es/components/progress/style/index.d.ts +1 -0
- package/es/components/progress-i/style/css.d.ts +1 -0
- package/es/components/progress-i/style/index.d.ts +1 -0
- package/es/components/qrcode/style/css.d.ts +1 -0
- package/es/components/qrcode/style/index.d.ts +1 -0
- package/es/components/radio/style/css.d.ts +1 -0
- package/es/components/radio/style/index.d.ts +1 -0
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/radio-button/style/css.d.ts +1 -0
- package/es/components/radio-button/style/index.d.ts +1 -0
- package/es/components/radio-group/style/css.d.ts +1 -0
- package/es/components/radio-group/style/index.d.ts +1 -0
- package/es/components/result/style/css.d.ts +1 -0
- package/es/components/result/style/index.d.ts +1 -0
- package/es/components/router-view-content/style/css.d.ts +1 -0
- package/es/components/router-view-content/style/index.d.ts +1 -0
- package/es/components/row/style/css.d.ts +1 -0
- package/es/components/row/style/index.d.ts +1 -0
- package/es/components/scrollbar/style/css.d.ts +1 -0
- package/es/components/scrollbar/style/index.d.ts +1 -0
- package/es/components/search/style/css.d.ts +3 -0
- package/es/components/search/style/index.d.ts +3 -0
- package/es/components/select/index.d.ts +2 -1872
- package/es/components/select/select.vue.d.ts +1 -936
- package/es/components/select/style/css.d.ts +6 -0
- package/es/components/select/style/index.d.ts +6 -0
- package/es/components/select/useSelect.d.ts +1 -1
- package/es/components/side-menu/style/css.d.ts +5 -0
- package/es/components/side-menu/style/index.d.ts +5 -0
- package/es/components/skeleton/style/css.d.ts +2 -0
- package/es/components/skeleton/style/index.d.ts +2 -0
- package/es/components/skeleton-item/style/css.d.ts +1 -0
- package/es/components/skeleton-item/style/index.d.ts +1 -0
- package/es/components/slider/style/css.d.ts +3 -0
- package/es/components/slider/style/index.d.ts +3 -0
- package/es/components/space/style/css.d.ts +1 -0
- package/es/components/space/style/index.d.ts +1 -0
- package/es/components/sub-menu/style/css.d.ts +1 -0
- package/es/components/sub-menu/style/index.d.ts +1 -0
- package/es/components/super-form/index.d.ts +12 -12
- package/es/components/super-form/style/css.d.ts +21 -0
- package/es/components/super-form/style/index.d.ts +21 -0
- package/es/components/switch/index.d.ts +5 -5
- package/es/components/switch/style/css.d.ts +1 -0
- package/es/components/switch/style/index.d.ts +1 -0
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/tab-pane/style/css.d.ts +1 -0
- package/es/components/tab-pane/style/index.d.ts +1 -0
- package/es/components/table/index.d.ts +55 -55
- package/es/components/table/style/css.d.ts +4 -0
- package/es/components/table/style/index.d.ts +4 -0
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/tabs/style/css.d.ts +1 -0
- package/es/components/tabs/style/index.d.ts +1 -0
- package/es/components/tag/style/css.d.ts +1 -0
- package/es/components/tag/style/index.d.ts +1 -0
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/style/css.d.ts +1 -0
- package/es/components/time-picker/style/index.d.ts +1 -0
- package/es/components/time-select/style/css.d.ts +1 -0
- package/es/components/time-select/style/index.d.ts +1 -0
- package/es/components/tooltip/style/css.d.ts +2 -0
- package/es/components/tooltip/style/index.d.ts +2 -0
- package/es/components/tree/index.d.ts +12 -12
- package/es/components/tree/style/css.d.ts +2 -0
- package/es/components/tree/style/index.d.ts +2 -0
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +38 -38
- package/es/components/upload/style/css.d.ts +2 -0
- package/es/components/upload/style/index.d.ts +2 -0
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/verify-code/style/css.d.ts +1 -0
- package/es/components/verify-code/style/index.d.ts +1 -0
- package/es/components/virtual-list/style/css.d.ts +2 -0
- package/es/components/virtual-list/style/index.d.ts +2 -0
- package/es/package.json.d.ts +2 -2
- package/es/package.json.js +1 -1
- package/lib/app-components/button/style/index.d.ts +1 -0
- package/lib/app-components/clamp/style/index.d.ts +1 -0
- package/lib/app-components/col/style/index.d.ts +1 -0
- package/lib/app-components/form/style/index.d.ts +1 -0
- package/lib/app-components/icon/style/index.d.ts +1 -0
- package/lib/app-components/image/style/index.d.ts +1 -0
- package/lib/app-components/input/style/index.d.ts +2 -0
- package/lib/app-components/overlay/style/index.d.ts +1 -0
- package/lib/app-components/popup/style/index.d.ts +2 -0
- package/lib/app-components/row/style/index.d.ts +1 -0
- package/lib/app-components/super-form/style/index.d.ts +3 -0
- package/lib/components/affix/style/css.d.ts +1 -0
- package/lib/components/affix/style/index.d.ts +1 -0
- package/lib/components/alert/style/css.d.ts +2 -0
- package/lib/components/alert/style/index.d.ts +2 -0
- package/lib/components/aside/style/css.d.ts +1 -0
- package/lib/components/aside/style/index.d.ts +1 -0
- package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +3 -3
- package/lib/components/autocomplete/style/css.d.ts +4 -0
- package/lib/components/autocomplete/style/index.d.ts +4 -0
- package/lib/components/avatar/style/css.d.ts +3 -0
- package/lib/components/avatar/style/index.d.ts +3 -0
- package/lib/components/backtop/style/css.d.ts +1 -0
- package/lib/components/backtop/style/index.d.ts +1 -0
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +43 -43
- package/lib/components/button/style/css.d.ts +2 -0
- package/lib/components/button/style/index.d.ts +2 -0
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/button-group/style/css.d.ts +2 -0
- package/lib/components/button-group/style/index.d.ts +2 -0
- package/lib/components/card/style/css.d.ts +1 -0
- package/lib/components/card/style/index.d.ts +1 -0
- package/lib/components/carousel/style/css.d.ts +1 -0
- package/lib/components/carousel/style/index.d.ts +1 -0
- package/lib/components/carousel-item/style/css.d.ts +1 -0
- package/lib/components/carousel-item/style/index.d.ts +1 -0
- package/lib/components/check-tag/style/css.d.ts +1 -0
- package/lib/components/check-tag/style/index.d.ts +1 -0
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +32 -32
- package/lib/components/checkbox/style/css.d.ts +1 -0
- package/lib/components/checkbox/style/index.d.ts +1 -0
- package/lib/components/checkbox-button/style/css.d.ts +1 -0
- package/lib/components/checkbox-button/style/index.d.ts +1 -0
- package/lib/components/checkbox-group/style/css.d.ts +1 -0
- package/lib/components/checkbox-group/style/index.d.ts +1 -0
- package/lib/components/clamp/style/css.d.ts +1 -0
- package/lib/components/clamp/style/index.d.ts +1 -0
- package/lib/components/clamp-toggle/style/css.d.ts +1 -0
- package/lib/components/clamp-toggle/style/index.d.ts +1 -0
- package/lib/components/clamp-tooltip/style/css.d.ts +1 -0
- package/lib/components/clamp-tooltip/style/index.d.ts +1 -0
- package/lib/components/col/style/css.d.ts +1 -0
- package/lib/components/col/style/index.d.ts +1 -0
- package/lib/components/collapse-transition/style/css.d.ts +1 -0
- package/lib/components/collapse-transition/style/index.d.ts +1 -0
- package/lib/components/color-picker/style/css.d.ts +3 -0
- package/lib/components/color-picker/style/index.d.ts +3 -0
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/style/css.d.ts +1 -0
- package/lib/components/config-provider/style/index.d.ts +1 -0
- package/lib/components/container/style/css.d.ts +5 -0
- package/lib/components/container/style/index.d.ts +5 -0
- package/lib/components/context-menu/style/css.d.ts +1 -0
- package/lib/components/context-menu/style/index.d.ts +1 -0
- package/lib/components/date-picker/style/css.d.ts +1 -0
- package/lib/components/date-picker/style/index.d.ts +6 -0
- package/lib/components/date-time-select/style/css.d.ts +3 -0
- package/lib/components/date-time-select/style/index.d.ts +5 -0
- package/lib/components/descriptions/style/css.d.ts +1 -0
- package/lib/components/descriptions/style/index.d.ts +1 -0
- package/lib/components/descriptions-item/style/css.d.ts +1 -0
- package/lib/components/descriptions-item/style/index.d.ts +1 -0
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/dialog/style/css.d.ts +2 -0
- package/lib/components/dialog/style/index.d.ts +2 -0
- package/lib/components/divider/style/css.d.ts +1 -0
- package/lib/components/divider/style/index.d.ts +1 -0
- package/lib/components/docs-layout/style/css.d.ts +1 -0
- package/lib/components/docs-layout/style/index.d.ts +1 -0
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/drawer/style/css.d.ts +2 -0
- package/lib/components/drawer/style/index.d.ts +2 -0
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +11 -11
- package/lib/components/dropdown/style/css.d.ts +5 -0
- package/lib/components/dropdown/style/index.d.ts +5 -0
- package/lib/components/dropdown-item/style/css.d.ts +1 -0
- package/lib/components/dropdown-item/style/index.d.ts +1 -0
- package/lib/components/dropdown-menu/style/css.d.ts +1 -0
- package/lib/components/dropdown-menu/style/index.d.ts +1 -0
- package/lib/components/empty/style/css.d.ts +1 -0
- package/lib/components/empty/style/index.d.ts +1 -0
- package/lib/components/exception/style/css.d.ts +1 -0
- package/lib/components/exception/style/index.d.ts +1 -0
- package/lib/components/footer/style/css.d.ts +1 -0
- package/lib/components/footer/style/index.d.ts +1 -0
- package/lib/components/footer-layout/style/css.d.ts +2 -0
- package/lib/components/footer-layout/style/index.d.ts +2 -0
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +24 -24
- package/lib/components/form/style/css.d.ts +1 -0
- package/lib/components/form/style/index.d.ts +1 -0
- package/lib/components/form-item/style/css.d.ts +1 -0
- package/lib/components/form-item/style/index.d.ts +1 -0
- package/lib/components/full-screen/style/css.d.ts +2 -0
- package/lib/components/full-screen/style/index.d.ts +2 -0
- package/lib/components/header/style/css.d.ts +1 -0
- package/lib/components/header/style/index.d.ts +1 -0
- package/lib/components/header-layout/style/css.d.ts +3 -0
- package/lib/components/header-layout/style/index.d.ts +3 -0
- package/lib/components/horizontal-menu/style/css.d.ts +5 -0
- package/lib/components/horizontal-menu/style/index.d.ts +5 -0
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon/style/css.d.ts +1 -0
- package/lib/components/icon/style/index.d.ts +1 -0
- package/lib/components/icon-text/style/css.d.ts +1 -0
- package/lib/components/icon-text/style/index.d.ts +1 -0
- package/lib/components/iframe-layout/style/css.d.ts +1 -0
- package/lib/components/iframe-layout/style/index.d.ts +1 -0
- package/lib/components/image/style/css.d.ts +2 -0
- package/lib/components/image/style/index.d.ts +2 -0
- package/lib/components/image-viewer/style/css.d.ts +1 -0
- package/lib/components/image-viewer/style/index.d.ts +1 -0
- package/lib/components/infinite-scroll/style/css.d.ts +1 -0
- package/lib/components/infinite-scroll/style/index.d.ts +1 -0
- package/lib/components/input/style/css.d.ts +1 -0
- package/lib/components/input/style/index.d.ts +1 -0
- package/lib/components/input-number/style/css.d.ts +2 -0
- package/lib/components/input-number/style/index.d.ts +2 -0
- package/lib/components/link/style/css.d.ts +1 -0
- package/lib/components/link/style/index.d.ts +1 -0
- package/lib/components/list-cell/style/css.d.ts +1 -0
- package/lib/components/list-cell/style/index.d.ts +1 -0
- package/lib/components/loading/style/css.d.ts +1 -0
- package/lib/components/loading/style/index.d.ts +1 -0
- package/lib/components/logo/style/css.d.ts +1 -0
- package/lib/components/logo/style/index.d.ts +1 -0
- package/lib/components/main/style/css.d.ts +1 -0
- package/lib/components/main/style/index.d.ts +1 -0
- package/lib/components/md-code-demo/style/css.d.ts +1 -0
- package/lib/components/md-code-demo/style/index.d.ts +1 -0
- package/lib/components/md-code-tabs/style/css.d.ts +1 -0
- package/lib/components/md-code-tabs/style/index.d.ts +1 -0
- package/lib/components/md-comment/style/css.d.ts +1 -0
- package/lib/components/md-comment/style/index.d.ts +1 -0
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/style/css.d.ts +6 -0
- package/lib/components/md-container/style/index.d.ts +6 -0
- package/lib/components/md-tabs/style/css.d.ts +1 -0
- package/lib/components/md-tabs/style/index.d.ts +1 -0
- package/lib/components/md-vue-playground/style/css.d.ts +1 -0
- package/lib/components/md-vue-playground/style/index.d.ts +1 -0
- package/lib/components/menu/style/css.d.ts +3 -0
- package/lib/components/menu/style/index.d.ts +3 -0
- package/lib/components/menu-item/style/css.d.ts +2 -0
- package/lib/components/menu-item/style/index.d.ts +2 -0
- package/lib/components/menu-item-group/style/css.d.ts +1 -0
- package/lib/components/menu-item-group/style/index.d.ts +1 -0
- package/lib/components/message/style/css.d.ts +1 -0
- package/lib/components/message/style/index.d.ts +1 -0
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/modal/style/css.d.ts +2 -0
- package/lib/components/modal/style/index.d.ts +2 -0
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/style/css.d.ts +2 -0
- package/lib/components/multiple-tabs/style/index.d.ts +2 -0
- package/lib/components/option/style/css.d.ts +1 -0
- package/lib/components/option/style/index.d.ts +1 -0
- package/lib/components/option-group/style/css.d.ts +1 -0
- package/lib/components/option-group/style/index.d.ts +1 -0
- package/lib/components/overlay/style/css.d.ts +1 -0
- package/lib/components/overlay/style/index.d.ts +1 -0
- package/lib/components/p-image/style/css.d.ts +1 -0
- package/lib/components/p-image/style/index.d.ts +1 -0
- package/lib/components/page-wrapper/style/css.d.ts +1 -0
- package/lib/components/page-wrapper/style/index.d.ts +1 -0
- package/lib/components/pagination/style/css.d.ts +1 -0
- package/lib/components/pagination/style/index.d.ts +1 -0
- package/lib/components/popconfirm/style/css.d.ts +3 -0
- package/lib/components/popconfirm/style/index.d.ts +3 -0
- package/lib/components/popover/style/css.d.ts +2 -0
- package/lib/components/popover/style/index.d.ts +2 -0
- package/lib/components/popper/style/css.d.ts +1 -0
- package/lib/components/popper/style/index.d.ts +1 -0
- package/lib/components/progress/style/css.d.ts +1 -0
- package/lib/components/progress/style/index.d.ts +1 -0
- package/lib/components/progress-i/style/css.d.ts +1 -0
- package/lib/components/progress-i/style/index.d.ts +1 -0
- package/lib/components/qrcode/style/css.d.ts +1 -0
- package/lib/components/qrcode/style/index.d.ts +1 -0
- package/lib/components/radio/style/css.d.ts +1 -0
- package/lib/components/radio/style/index.d.ts +1 -0
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/radio-button/style/css.d.ts +1 -0
- package/lib/components/radio-button/style/index.d.ts +1 -0
- package/lib/components/radio-group/style/css.d.ts +1 -0
- package/lib/components/radio-group/style/index.d.ts +1 -0
- package/lib/components/result/style/css.d.ts +1 -0
- package/lib/components/result/style/index.d.ts +1 -0
- package/lib/components/router-view-content/style/css.d.ts +1 -0
- package/lib/components/router-view-content/style/index.d.ts +1 -0
- package/lib/components/row/style/css.d.ts +1 -0
- package/lib/components/row/style/index.d.ts +1 -0
- package/lib/components/scrollbar/style/css.d.ts +1 -0
- package/lib/components/scrollbar/style/index.d.ts +1 -0
- package/lib/components/search/style/css.d.ts +3 -0
- package/lib/components/search/style/index.d.ts +3 -0
- package/lib/components/select/index.d.ts +2 -1872
- package/lib/components/select/select.vue.d.ts +1 -936
- package/lib/components/select/style/css.d.ts +6 -0
- package/lib/components/select/style/index.d.ts +6 -0
- package/lib/components/select/useSelect.d.ts +1 -1
- package/lib/components/side-menu/style/css.d.ts +5 -0
- package/lib/components/side-menu/style/index.d.ts +5 -0
- package/lib/components/skeleton/style/css.d.ts +2 -0
- package/lib/components/skeleton/style/index.d.ts +2 -0
- package/lib/components/skeleton-item/style/css.d.ts +1 -0
- package/lib/components/skeleton-item/style/index.d.ts +1 -0
- package/lib/components/slider/style/css.d.ts +3 -0
- package/lib/components/slider/style/index.d.ts +3 -0
- package/lib/components/space/style/css.d.ts +1 -0
- package/lib/components/space/style/index.d.ts +1 -0
- package/lib/components/sub-menu/style/css.d.ts +1 -0
- package/lib/components/sub-menu/style/index.d.ts +1 -0
- package/lib/components/super-form/index.d.ts +12 -12
- package/lib/components/super-form/style/css.d.ts +21 -0
- package/lib/components/super-form/style/index.d.ts +21 -0
- package/lib/components/switch/index.d.ts +5 -5
- package/lib/components/switch/style/css.d.ts +1 -0
- package/lib/components/switch/style/index.d.ts +1 -0
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/tab-pane/style/css.d.ts +1 -0
- package/lib/components/tab-pane/style/index.d.ts +1 -0
- package/lib/components/table/index.d.ts +55 -55
- package/lib/components/table/style/css.d.ts +4 -0
- package/lib/components/table/style/index.d.ts +4 -0
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/tabs/style/css.d.ts +1 -0
- package/lib/components/tabs/style/index.d.ts +1 -0
- package/lib/components/tag/style/css.d.ts +1 -0
- package/lib/components/tag/style/index.d.ts +1 -0
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/style/css.d.ts +1 -0
- package/lib/components/time-picker/style/index.d.ts +1 -0
- package/lib/components/time-select/style/css.d.ts +1 -0
- package/lib/components/time-select/style/index.d.ts +1 -0
- package/lib/components/tooltip/style/css.d.ts +2 -0
- package/lib/components/tooltip/style/index.d.ts +2 -0
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/components/tree/style/css.d.ts +2 -0
- package/lib/components/tree/style/index.d.ts +2 -0
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +38 -38
- package/lib/components/upload/style/css.d.ts +2 -0
- package/lib/components/upload/style/index.d.ts +2 -0
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/verify-code/style/css.d.ts +1 -0
- package/lib/components/verify-code/style/index.d.ts +1 -0
- package/lib/components/virtual-list/style/css.d.ts +2 -0
- package/lib/components/virtual-list/style/index.d.ts +2 -0
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +2 -2
- package/package.json +7 -7
- package/web-types.json +1 -1
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/button.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/clamp.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/col.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/form.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/icon.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/image.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/overlay.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@vft-app/components/theme-style/src/row.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-affix.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/affix.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-aside.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/aside.scss';
|
|
@@ -54,10 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
54
|
readonly className?: import("../types").ClassType | undefined;
|
|
55
55
|
readonly ariaLabel?: string | undefined;
|
|
56
56
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
57
|
+
readonly visible?: boolean | undefined;
|
|
57
58
|
readonly disabled?: boolean | undefined;
|
|
58
59
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
59
60
|
readonly appendTo?: any;
|
|
60
|
-
readonly visible?: boolean | undefined;
|
|
61
61
|
readonly arrowOffset?: number | undefined;
|
|
62
62
|
readonly gpuAcceleration?: boolean | undefined;
|
|
63
63
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -87,10 +87,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
readonly className?: import("../types").ClassType | undefined;
|
|
88
88
|
readonly ariaLabel?: string | undefined;
|
|
89
89
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
90
|
+
readonly visible?: boolean | undefined;
|
|
90
91
|
readonly disabled?: boolean | undefined;
|
|
91
92
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
92
93
|
readonly appendTo?: any;
|
|
93
|
-
readonly visible?: boolean | undefined;
|
|
94
94
|
readonly arrowOffset?: number | undefined;
|
|
95
95
|
readonly gpuAcceleration?: boolean | undefined;
|
|
96
96
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -795,10 +795,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
795
795
|
readonly className?: import("../types").ClassType | undefined;
|
|
796
796
|
readonly ariaLabel?: string | undefined;
|
|
797
797
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
798
|
+
readonly visible?: boolean | undefined;
|
|
798
799
|
readonly disabled?: boolean | undefined;
|
|
799
800
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
800
801
|
readonly appendTo?: any;
|
|
801
|
-
readonly visible?: boolean | undefined;
|
|
802
802
|
readonly arrowOffset?: number | undefined;
|
|
803
803
|
readonly gpuAcceleration?: boolean | undefined;
|
|
804
804
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1435,10 +1435,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1435
1435
|
readonly className?: import("../types").ClassType | undefined;
|
|
1436
1436
|
readonly ariaLabel?: string | undefined;
|
|
1437
1437
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
1438
|
+
readonly visible?: boolean | undefined;
|
|
1438
1439
|
readonly disabled?: boolean | undefined;
|
|
1439
1440
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1440
1441
|
readonly appendTo?: any;
|
|
1441
|
-
readonly visible?: boolean | undefined;
|
|
1442
1442
|
readonly arrowOffset?: number | undefined;
|
|
1443
1443
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1444
1444
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-backtop.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/backtop.scss';
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
55
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
56
56
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
57
57
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
58
|
-
disabled: globalThis.ComputedRef<boolean
|
|
58
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
59
59
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
60
60
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
click: (evt: MouseEvent) => void;
|
|
@@ -25,12 +25,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
25
25
|
icon: {
|
|
26
26
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
autofocus: {
|
|
29
|
+
type: globalThis.PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
loading: {
|
|
29
32
|
type: globalThis.PropType<boolean>;
|
|
30
33
|
};
|
|
31
34
|
disabled: {
|
|
32
35
|
type: globalThis.PropType<boolean>;
|
|
33
36
|
};
|
|
37
|
+
block: {
|
|
38
|
+
type: globalThis.PropType<boolean>;
|
|
39
|
+
};
|
|
40
|
+
bg: {
|
|
41
|
+
type: globalThis.PropType<boolean>;
|
|
42
|
+
};
|
|
34
43
|
tag: {
|
|
35
44
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
36
45
|
default: string;
|
|
@@ -39,27 +48,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
39
48
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
40
49
|
default: string;
|
|
41
50
|
};
|
|
42
|
-
loading: {
|
|
43
|
-
type: globalThis.PropType<boolean>;
|
|
44
|
-
};
|
|
45
51
|
loadingIcon: {
|
|
46
52
|
type: globalThis.PropType<import("..").IconProps>;
|
|
47
53
|
};
|
|
48
54
|
plain: {
|
|
49
55
|
type: globalThis.PropType<boolean>;
|
|
50
56
|
};
|
|
51
|
-
autofocus: {
|
|
52
|
-
type: globalThis.PropType<boolean>;
|
|
53
|
-
};
|
|
54
57
|
round: {
|
|
55
58
|
type: globalThis.PropType<boolean>;
|
|
56
59
|
};
|
|
57
60
|
autoInsertSpace: {
|
|
58
61
|
type: globalThis.PropType<boolean>;
|
|
59
62
|
};
|
|
60
|
-
block: {
|
|
61
|
-
type: globalThis.PropType<boolean>;
|
|
62
|
-
};
|
|
63
63
|
useThrottle: {
|
|
64
64
|
type: globalThis.PropType<boolean>;
|
|
65
65
|
default: boolean;
|
|
@@ -74,7 +74,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
75
75
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
76
76
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
77
|
-
disabled: globalThis.ComputedRef<boolean
|
|
77
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
78
78
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
79
79
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
80
80
|
click: (evt: MouseEvent) => void;
|
|
@@ -103,12 +103,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
103
103
|
icon: {
|
|
104
104
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
105
105
|
};
|
|
106
|
-
|
|
106
|
+
autofocus: {
|
|
107
|
+
type: globalThis.PropType<boolean>;
|
|
108
|
+
};
|
|
109
|
+
loading: {
|
|
107
110
|
type: globalThis.PropType<boolean>;
|
|
108
111
|
};
|
|
109
112
|
disabled: {
|
|
110
113
|
type: globalThis.PropType<boolean>;
|
|
111
114
|
};
|
|
115
|
+
block: {
|
|
116
|
+
type: globalThis.PropType<boolean>;
|
|
117
|
+
};
|
|
118
|
+
bg: {
|
|
119
|
+
type: globalThis.PropType<boolean>;
|
|
120
|
+
};
|
|
112
121
|
tag: {
|
|
113
122
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
114
123
|
default: string;
|
|
@@ -117,27 +126,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
117
126
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
118
127
|
default: string;
|
|
119
128
|
};
|
|
120
|
-
loading: {
|
|
121
|
-
type: globalThis.PropType<boolean>;
|
|
122
|
-
};
|
|
123
129
|
loadingIcon: {
|
|
124
130
|
type: globalThis.PropType<import("..").IconProps>;
|
|
125
131
|
};
|
|
126
132
|
plain: {
|
|
127
133
|
type: globalThis.PropType<boolean>;
|
|
128
134
|
};
|
|
129
|
-
autofocus: {
|
|
130
|
-
type: globalThis.PropType<boolean>;
|
|
131
|
-
};
|
|
132
135
|
round: {
|
|
133
136
|
type: globalThis.PropType<boolean>;
|
|
134
137
|
};
|
|
135
138
|
autoInsertSpace: {
|
|
136
139
|
type: globalThis.PropType<boolean>;
|
|
137
140
|
};
|
|
138
|
-
block: {
|
|
139
|
-
type: globalThis.PropType<boolean>;
|
|
140
|
-
};
|
|
141
141
|
useThrottle: {
|
|
142
142
|
type: globalThis.PropType<boolean>;
|
|
143
143
|
default: boolean;
|
|
@@ -185,12 +185,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
icon: {
|
|
186
186
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
187
187
|
};
|
|
188
|
-
|
|
188
|
+
autofocus: {
|
|
189
|
+
type: globalThis.PropType<boolean>;
|
|
190
|
+
};
|
|
191
|
+
loading: {
|
|
189
192
|
type: globalThis.PropType<boolean>;
|
|
190
193
|
};
|
|
191
194
|
disabled: {
|
|
192
195
|
type: globalThis.PropType<boolean>;
|
|
193
196
|
};
|
|
197
|
+
block: {
|
|
198
|
+
type: globalThis.PropType<boolean>;
|
|
199
|
+
};
|
|
200
|
+
bg: {
|
|
201
|
+
type: globalThis.PropType<boolean>;
|
|
202
|
+
};
|
|
194
203
|
tag: {
|
|
195
204
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
196
205
|
default: string;
|
|
@@ -199,27 +208,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
208
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
200
209
|
default: string;
|
|
201
210
|
};
|
|
202
|
-
loading: {
|
|
203
|
-
type: globalThis.PropType<boolean>;
|
|
204
|
-
};
|
|
205
211
|
loadingIcon: {
|
|
206
212
|
type: globalThis.PropType<import("..").IconProps>;
|
|
207
213
|
};
|
|
208
214
|
plain: {
|
|
209
215
|
type: globalThis.PropType<boolean>;
|
|
210
216
|
};
|
|
211
|
-
autofocus: {
|
|
212
|
-
type: globalThis.PropType<boolean>;
|
|
213
|
-
};
|
|
214
217
|
round: {
|
|
215
218
|
type: globalThis.PropType<boolean>;
|
|
216
219
|
};
|
|
217
220
|
autoInsertSpace: {
|
|
218
221
|
type: globalThis.PropType<boolean>;
|
|
219
222
|
};
|
|
220
|
-
block: {
|
|
221
|
-
type: globalThis.PropType<boolean>;
|
|
222
|
-
};
|
|
223
223
|
useThrottle: {
|
|
224
224
|
type: globalThis.PropType<boolean>;
|
|
225
225
|
default: boolean;
|
|
@@ -234,7 +234,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
234
234
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
235
235
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
236
236
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
237
|
-
disabled: globalThis.ComputedRef<boolean
|
|
237
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
238
238
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
239
239
|
}, {}, {}, {}, {
|
|
240
240
|
tag: string | globalThis.Component;
|
|
@@ -270,12 +270,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
270
270
|
icon: {
|
|
271
271
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
272
272
|
};
|
|
273
|
-
|
|
273
|
+
autofocus: {
|
|
274
|
+
type: globalThis.PropType<boolean>;
|
|
275
|
+
};
|
|
276
|
+
loading: {
|
|
274
277
|
type: globalThis.PropType<boolean>;
|
|
275
278
|
};
|
|
276
279
|
disabled: {
|
|
277
280
|
type: globalThis.PropType<boolean>;
|
|
278
281
|
};
|
|
282
|
+
block: {
|
|
283
|
+
type: globalThis.PropType<boolean>;
|
|
284
|
+
};
|
|
285
|
+
bg: {
|
|
286
|
+
type: globalThis.PropType<boolean>;
|
|
287
|
+
};
|
|
279
288
|
tag: {
|
|
280
289
|
type: globalThis.PropType<string | globalThis.Component>;
|
|
281
290
|
default: string;
|
|
@@ -284,27 +293,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
284
293
|
type: globalThis.PropType<"button" | "reset" | "submit">;
|
|
285
294
|
default: string;
|
|
286
295
|
};
|
|
287
|
-
loading: {
|
|
288
|
-
type: globalThis.PropType<boolean>;
|
|
289
|
-
};
|
|
290
296
|
loadingIcon: {
|
|
291
297
|
type: globalThis.PropType<import("..").IconProps>;
|
|
292
298
|
};
|
|
293
299
|
plain: {
|
|
294
300
|
type: globalThis.PropType<boolean>;
|
|
295
301
|
};
|
|
296
|
-
autofocus: {
|
|
297
|
-
type: globalThis.PropType<boolean>;
|
|
298
|
-
};
|
|
299
302
|
round: {
|
|
300
303
|
type: globalThis.PropType<boolean>;
|
|
301
304
|
};
|
|
302
305
|
autoInsertSpace: {
|
|
303
306
|
type: globalThis.PropType<boolean>;
|
|
304
307
|
};
|
|
305
|
-
block: {
|
|
306
|
-
type: globalThis.PropType<boolean>;
|
|
307
|
-
};
|
|
308
308
|
useThrottle: {
|
|
309
309
|
type: globalThis.PropType<boolean>;
|
|
310
310
|
default: boolean;
|
|
@@ -319,7 +319,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
319
319
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
320
320
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
321
321
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
322
|
-
disabled: globalThis.ComputedRef<boolean
|
|
322
|
+
disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
323
323
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
324
324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
325
325
|
click: (evt: MouseEvent) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ButtonProps } from './button.vue';
|
|
2
2
|
export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
3
3
|
_props: globalThis.ComputedRef<{
|
|
4
|
-
ariaDisabled: boolean | undefined;
|
|
5
|
-
disabled: boolean | undefined;
|
|
4
|
+
ariaDisabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
|
|
5
|
+
disabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
|
|
6
6
|
autofocus: boolean | undefined;
|
|
7
7
|
type: "button" | "reset" | "submit" | undefined;
|
|
8
8
|
} | {
|
|
@@ -11,7 +11,7 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
|
11
11
|
autofocus?: undefined;
|
|
12
12
|
type?: undefined;
|
|
13
13
|
}>;
|
|
14
|
-
_disabled: globalThis.ComputedRef<boolean
|
|
14
|
+
_disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
15
15
|
_size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
16
16
|
_type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
17
17
|
_ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-card.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/card.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-carousel.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/carousel.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-carousel-item.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/carousel-item.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-check-tag.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/check-tag.scss';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CheckboxModel, CheckboxStatus } from '../composables';
|
|
2
2
|
export declare const useCheckboxDisabled: ({ model, isChecked, }: Pick<CheckboxModel, 'model'> & Pick<CheckboxStatus, 'isChecked'>) => {
|
|
3
|
-
isDisabled: globalThis.ComputedRef<boolean
|
|
3
|
+
isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
4
4
|
isLimitDisabled: globalThis.ComputedRef<boolean>;
|
|
5
5
|
};
|
|
6
6
|
export type CheckboxDisabled = ReturnType<typeof useCheckboxDisabled>;
|
|
@@ -4,7 +4,7 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
|
|
|
4
4
|
inputId: globalThis.Ref<string | undefined>;
|
|
5
5
|
isLabeledByFormItem: globalThis.ComputedRef<boolean>;
|
|
6
6
|
isChecked: globalThis.ComputedRef<boolean>;
|
|
7
|
-
isDisabled: globalThis.ComputedRef<boolean
|
|
7
|
+
isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
|
|
8
8
|
isFocused: globalThis.Ref<boolean>;
|
|
9
9
|
checkboxButtonSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
10
10
|
checkboxSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
@@ -464,14 +464,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
464
464
|
options: {
|
|
465
465
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
466
466
|
};
|
|
467
|
-
|
|
468
|
-
type: globalThis.PropType<
|
|
467
|
+
max: {
|
|
468
|
+
type: globalThis.PropType<number>;
|
|
469
469
|
};
|
|
470
470
|
min: {
|
|
471
471
|
type: globalThis.PropType<number>;
|
|
472
472
|
};
|
|
473
|
-
|
|
474
|
-
type: globalThis.PropType<
|
|
473
|
+
disabled: {
|
|
474
|
+
type: globalThis.PropType<boolean>;
|
|
475
475
|
};
|
|
476
476
|
tag: {
|
|
477
477
|
type: globalThis.PropType<string>;
|
|
@@ -510,14 +510,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
510
510
|
options: {
|
|
511
511
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
512
512
|
};
|
|
513
|
-
|
|
514
|
-
type: globalThis.PropType<
|
|
513
|
+
max: {
|
|
514
|
+
type: globalThis.PropType<number>;
|
|
515
515
|
};
|
|
516
516
|
min: {
|
|
517
517
|
type: globalThis.PropType<number>;
|
|
518
518
|
};
|
|
519
|
-
|
|
520
|
-
type: globalThis.PropType<
|
|
519
|
+
disabled: {
|
|
520
|
+
type: globalThis.PropType<boolean>;
|
|
521
521
|
};
|
|
522
522
|
tag: {
|
|
523
523
|
type: globalThis.PropType<string>;
|
|
@@ -564,14 +564,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
564
564
|
options: {
|
|
565
565
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
566
566
|
};
|
|
567
|
-
|
|
568
|
-
type: globalThis.PropType<
|
|
567
|
+
max: {
|
|
568
|
+
type: globalThis.PropType<number>;
|
|
569
569
|
};
|
|
570
570
|
min: {
|
|
571
571
|
type: globalThis.PropType<number>;
|
|
572
572
|
};
|
|
573
|
-
|
|
574
|
-
type: globalThis.PropType<
|
|
573
|
+
disabled: {
|
|
574
|
+
type: globalThis.PropType<boolean>;
|
|
575
575
|
};
|
|
576
576
|
tag: {
|
|
577
577
|
type: globalThis.PropType<string>;
|
|
@@ -615,14 +615,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
615
615
|
options: {
|
|
616
616
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
617
617
|
};
|
|
618
|
-
|
|
619
|
-
type: globalThis.PropType<
|
|
618
|
+
max: {
|
|
619
|
+
type: globalThis.PropType<number>;
|
|
620
620
|
};
|
|
621
621
|
min: {
|
|
622
622
|
type: globalThis.PropType<number>;
|
|
623
623
|
};
|
|
624
|
-
|
|
625
|
-
type: globalThis.PropType<
|
|
624
|
+
disabled: {
|
|
625
|
+
type: globalThis.PropType<boolean>;
|
|
626
626
|
};
|
|
627
627
|
tag: {
|
|
628
628
|
type: globalThis.PropType<string>;
|
|
@@ -892,14 +892,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
892
892
|
options: {
|
|
893
893
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
894
894
|
};
|
|
895
|
-
|
|
896
|
-
type: globalThis.PropType<
|
|
895
|
+
max: {
|
|
896
|
+
type: globalThis.PropType<number>;
|
|
897
897
|
};
|
|
898
898
|
min: {
|
|
899
899
|
type: globalThis.PropType<number>;
|
|
900
900
|
};
|
|
901
|
-
|
|
902
|
-
type: globalThis.PropType<
|
|
901
|
+
disabled: {
|
|
902
|
+
type: globalThis.PropType<boolean>;
|
|
903
903
|
};
|
|
904
904
|
tag: {
|
|
905
905
|
type: globalThis.PropType<string>;
|
|
@@ -938,14 +938,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
938
938
|
options: {
|
|
939
939
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
940
940
|
};
|
|
941
|
-
|
|
942
|
-
type: globalThis.PropType<
|
|
941
|
+
max: {
|
|
942
|
+
type: globalThis.PropType<number>;
|
|
943
943
|
};
|
|
944
944
|
min: {
|
|
945
945
|
type: globalThis.PropType<number>;
|
|
946
946
|
};
|
|
947
|
-
|
|
948
|
-
type: globalThis.PropType<
|
|
947
|
+
disabled: {
|
|
948
|
+
type: globalThis.PropType<boolean>;
|
|
949
949
|
};
|
|
950
950
|
tag: {
|
|
951
951
|
type: globalThis.PropType<string>;
|
|
@@ -992,14 +992,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
992
992
|
options: {
|
|
993
993
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
994
994
|
};
|
|
995
|
-
|
|
996
|
-
type: globalThis.PropType<
|
|
995
|
+
max: {
|
|
996
|
+
type: globalThis.PropType<number>;
|
|
997
997
|
};
|
|
998
998
|
min: {
|
|
999
999
|
type: globalThis.PropType<number>;
|
|
1000
1000
|
};
|
|
1001
|
-
|
|
1002
|
-
type: globalThis.PropType<
|
|
1001
|
+
disabled: {
|
|
1002
|
+
type: globalThis.PropType<boolean>;
|
|
1003
1003
|
};
|
|
1004
1004
|
tag: {
|
|
1005
1005
|
type: globalThis.PropType<string>;
|
|
@@ -1043,14 +1043,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
1043
1043
|
options: {
|
|
1044
1044
|
type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
|
|
1045
1045
|
};
|
|
1046
|
-
|
|
1047
|
-
type: globalThis.PropType<
|
|
1046
|
+
max: {
|
|
1047
|
+
type: globalThis.PropType<number>;
|
|
1048
1048
|
};
|
|
1049
1049
|
min: {
|
|
1050
1050
|
type: globalThis.PropType<number>;
|
|
1051
1051
|
};
|
|
1052
|
-
|
|
1053
|
-
type: globalThis.PropType<
|
|
1052
|
+
disabled: {
|
|
1053
|
+
type: globalThis.PropType<boolean>;
|
|
1054
1054
|
};
|
|
1055
1055
|
tag: {
|
|
1056
1056
|
type: globalThis.PropType<string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-checkbox.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/checkbox.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-checkbox-button.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/checkbox-button.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-checkbox-group.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/checkbox-group.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-clamp.css';
|