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,6 @@
|
|
|
1
|
+
import 'vft/es/components/input/style/css';
|
|
2
|
+
import 'vft/es/components/tag/style/css';
|
|
3
|
+
import 'vft/es/components/scrollbar/style/css';
|
|
4
|
+
import 'vft/es/components/popper/style/css';
|
|
5
|
+
import 'vft/es/components/virtual-list/style/css';
|
|
6
|
+
import 'vft/theme-style/vft-select.css';
|
|
@@ -122,10 +122,10 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
122
122
|
readonly className?: import("../types").ClassType | undefined;
|
|
123
123
|
readonly ariaLabel?: string | undefined;
|
|
124
124
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
125
|
+
readonly visible?: boolean | undefined;
|
|
125
126
|
readonly disabled?: boolean | undefined;
|
|
126
127
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
127
128
|
readonly appendTo?: any;
|
|
128
|
-
readonly visible?: boolean | undefined;
|
|
129
129
|
readonly arrowOffset?: number | undefined;
|
|
130
130
|
readonly gpuAcceleration?: boolean | undefined;
|
|
131
131
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-skeleton-item.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/skeleton-item.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-space.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/space.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-sub-menu.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/sub-menu.scss';
|
|
@@ -4,6 +4,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
+
rules: {
|
|
8
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
9
|
+
};
|
|
7
10
|
disabled: {
|
|
8
11
|
type: globalThis.PropType<boolean>;
|
|
9
12
|
};
|
|
@@ -11,9 +14,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
14
|
type: globalThis.PropType<string | number>;
|
|
12
15
|
default: string;
|
|
13
16
|
};
|
|
14
|
-
rules: {
|
|
15
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
16
|
-
};
|
|
17
17
|
inlineMessage: {
|
|
18
18
|
type: globalThis.PropType<boolean>;
|
|
19
19
|
};
|
|
@@ -175,6 +175,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
175
175
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
|
+
rules: {
|
|
179
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
180
|
+
};
|
|
178
181
|
disabled: {
|
|
179
182
|
type: globalThis.PropType<boolean>;
|
|
180
183
|
};
|
|
@@ -182,9 +185,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
182
185
|
type: globalThis.PropType<string | number>;
|
|
183
186
|
default: string;
|
|
184
187
|
};
|
|
185
|
-
rules: {
|
|
186
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
187
|
-
};
|
|
188
188
|
inlineMessage: {
|
|
189
189
|
type: globalThis.PropType<boolean>;
|
|
190
190
|
};
|
|
@@ -353,6 +353,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
353
353
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
354
354
|
default: string;
|
|
355
355
|
};
|
|
356
|
+
rules: {
|
|
357
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
358
|
+
};
|
|
356
359
|
disabled: {
|
|
357
360
|
type: globalThis.PropType<boolean>;
|
|
358
361
|
};
|
|
@@ -360,9 +363,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
360
363
|
type: globalThis.PropType<string | number>;
|
|
361
364
|
default: string;
|
|
362
365
|
};
|
|
363
|
-
rules: {
|
|
364
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
365
|
-
};
|
|
366
366
|
inlineMessage: {
|
|
367
367
|
type: globalThis.PropType<boolean>;
|
|
368
368
|
};
|
|
@@ -543,6 +543,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
543
543
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
544
544
|
default: string;
|
|
545
545
|
};
|
|
546
|
+
rules: {
|
|
547
|
+
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
548
|
+
};
|
|
546
549
|
disabled: {
|
|
547
550
|
type: globalThis.PropType<boolean>;
|
|
548
551
|
};
|
|
@@ -550,9 +553,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
550
553
|
type: globalThis.PropType<string | number>;
|
|
551
554
|
default: string;
|
|
552
555
|
};
|
|
553
|
-
rules: {
|
|
554
|
-
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
|
|
555
|
-
};
|
|
556
556
|
inlineMessage: {
|
|
557
557
|
type: globalThis.PropType<boolean>;
|
|
558
558
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import 'vft/es/components/input/style/css';
|
|
2
|
+
import 'vft/es/components/input-number/style/css';
|
|
3
|
+
import 'vft/es/components/checkbox/style/css';
|
|
4
|
+
import 'vft/es/components/check-tag/style/css';
|
|
5
|
+
import 'vft/es/components/checkbox-button/style/css';
|
|
6
|
+
import 'vft/es/components/checkbox-group/style/css';
|
|
7
|
+
import 'vft/es/components/radio/style/css';
|
|
8
|
+
import 'vft/es/components/radio-group/style/css';
|
|
9
|
+
import 'vft/es/components/radio-button/style/css';
|
|
10
|
+
import 'vft/es/components/date-picker/style/css';
|
|
11
|
+
import 'vft/es/components/time-picker/style/css';
|
|
12
|
+
import 'vft/es/components/select/style/css';
|
|
13
|
+
import 'vft/es/components/switch/style/css';
|
|
14
|
+
import 'vft/es/components/divider/style/css';
|
|
15
|
+
import 'vft/es/components/row/style/css';
|
|
16
|
+
import 'vft/es/components/col/style/css';
|
|
17
|
+
import 'vft/es/components/button/style/css';
|
|
18
|
+
import 'vft/es/components/form/style/css';
|
|
19
|
+
import 'vft/es/components/form-item/style/css';
|
|
20
|
+
import 'vft/es/components/time-select/style/css';
|
|
21
|
+
import 'vft/theme-style/vft-super-form.css';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import 'vft/es/components/input/style';
|
|
2
|
+
import 'vft/es/components/input-number/style';
|
|
3
|
+
import 'vft/es/components/checkbox/style';
|
|
4
|
+
import 'vft/es/components/check-tag/style';
|
|
5
|
+
import 'vft/es/components/checkbox-button/style';
|
|
6
|
+
import 'vft/es/components/checkbox-group/style';
|
|
7
|
+
import 'vft/es/components/radio/style';
|
|
8
|
+
import 'vft/es/components/radio-group/style';
|
|
9
|
+
import 'vft/es/components/radio-button/style';
|
|
10
|
+
import 'vft/es/components/date-picker/style';
|
|
11
|
+
import 'vft/es/components/time-picker/style';
|
|
12
|
+
import 'vft/es/components/select/style';
|
|
13
|
+
import 'vft/es/components/switch/style';
|
|
14
|
+
import 'vft/es/components/divider/style';
|
|
15
|
+
import 'vft/es/components/row/style';
|
|
16
|
+
import 'vft/es/components/col/style';
|
|
17
|
+
import 'vft/es/components/form/style';
|
|
18
|
+
import 'vft/es/components/form-item/style';
|
|
19
|
+
import 'vft/es/components/button/style';
|
|
20
|
+
import 'vft/es/components/time-select/style';
|
|
21
|
+
import 'vft/theme-style/src/super-form.scss';
|
|
@@ -22,11 +22,11 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
22
22
|
id: {
|
|
23
23
|
type: globalThis.PropType<string>;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
loading: {
|
|
26
26
|
type: globalThis.PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
disabled: {
|
|
30
30
|
type: globalThis.PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
@@ -101,11 +101,11 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
101
101
|
id: {
|
|
102
102
|
type: globalThis.PropType<string>;
|
|
103
103
|
};
|
|
104
|
-
|
|
104
|
+
loading: {
|
|
105
105
|
type: globalThis.PropType<boolean>;
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
disabled: {
|
|
109
109
|
type: globalThis.PropType<boolean>;
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
@@ -156,8 +156,8 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
156
156
|
}, {
|
|
157
157
|
value: string | number | boolean;
|
|
158
158
|
modelValue: string | number | boolean;
|
|
159
|
-
disabled: boolean;
|
|
160
159
|
loading: boolean;
|
|
160
|
+
disabled: boolean;
|
|
161
161
|
validateEvent: boolean;
|
|
162
162
|
inlinePrompt: boolean;
|
|
163
163
|
activeValue: string | number | boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-switch.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/switch.scss';
|
|
@@ -61,8 +61,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
61
61
|
}, {
|
|
62
62
|
value: string | number | boolean;
|
|
63
63
|
modelValue: string | number | boolean;
|
|
64
|
-
disabled: boolean;
|
|
65
64
|
loading: boolean;
|
|
65
|
+
disabled: boolean;
|
|
66
66
|
validateEvent: boolean;
|
|
67
67
|
inlinePrompt: boolean;
|
|
68
68
|
activeValue: string | number | boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-tab-pane.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/tab-pane.scss';
|
|
@@ -32,6 +32,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
32
32
|
type: globalThis.PropType<boolean>;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
+
scrollX: {
|
|
36
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
37
|
+
};
|
|
38
|
+
scrollY: {
|
|
39
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
40
|
+
};
|
|
41
|
+
align: {
|
|
42
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
35
45
|
loading: {
|
|
36
46
|
type: globalThis.PropType<boolean>;
|
|
37
47
|
default: boolean;
|
|
@@ -49,10 +59,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
49
59
|
type: globalThis.PropType<boolean>;
|
|
50
60
|
default: boolean;
|
|
51
61
|
};
|
|
52
|
-
align: {
|
|
53
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
62
|
cellClassName: {
|
|
57
63
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
|
|
58
64
|
};
|
|
@@ -70,9 +76,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
70
76
|
total: {
|
|
71
77
|
type: globalThis.PropType<number>;
|
|
72
78
|
};
|
|
73
|
-
emptyText: {
|
|
74
|
-
type: globalThis.PropType<string>;
|
|
75
|
-
};
|
|
76
79
|
pageSize: {
|
|
77
80
|
type: globalThis.PropType<number>;
|
|
78
81
|
default: number;
|
|
@@ -241,18 +244,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
241
244
|
editRules: {
|
|
242
245
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
243
246
|
};
|
|
247
|
+
emptyText: {
|
|
248
|
+
type: globalThis.PropType<string>;
|
|
249
|
+
};
|
|
244
250
|
emptyRender: {
|
|
245
251
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
|
|
246
252
|
};
|
|
247
253
|
loadingConfig: {
|
|
248
254
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
249
255
|
};
|
|
250
|
-
scrollX: {
|
|
251
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
252
|
-
};
|
|
253
|
-
scrollY: {
|
|
254
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
255
|
-
};
|
|
256
256
|
resizable: {
|
|
257
257
|
type: globalThis.PropType<boolean>;
|
|
258
258
|
};
|
|
@@ -564,6 +564,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
564
564
|
type: globalThis.PropType<boolean>;
|
|
565
565
|
default: boolean;
|
|
566
566
|
};
|
|
567
|
+
scrollX: {
|
|
568
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
569
|
+
};
|
|
570
|
+
scrollY: {
|
|
571
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
572
|
+
};
|
|
573
|
+
align: {
|
|
574
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
575
|
+
default: string;
|
|
576
|
+
};
|
|
567
577
|
loading: {
|
|
568
578
|
type: globalThis.PropType<boolean>;
|
|
569
579
|
default: boolean;
|
|
@@ -581,10 +591,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
581
591
|
type: globalThis.PropType<boolean>;
|
|
582
592
|
default: boolean;
|
|
583
593
|
};
|
|
584
|
-
align: {
|
|
585
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
586
|
-
default: string;
|
|
587
|
-
};
|
|
588
594
|
cellClassName: {
|
|
589
595
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
|
|
590
596
|
};
|
|
@@ -602,9 +608,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
602
608
|
total: {
|
|
603
609
|
type: globalThis.PropType<number>;
|
|
604
610
|
};
|
|
605
|
-
emptyText: {
|
|
606
|
-
type: globalThis.PropType<string>;
|
|
607
|
-
};
|
|
608
611
|
pageSize: {
|
|
609
612
|
type: globalThis.PropType<number>;
|
|
610
613
|
default: number;
|
|
@@ -773,18 +776,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
773
776
|
editRules: {
|
|
774
777
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
775
778
|
};
|
|
779
|
+
emptyText: {
|
|
780
|
+
type: globalThis.PropType<string>;
|
|
781
|
+
};
|
|
776
782
|
emptyRender: {
|
|
777
783
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
|
|
778
784
|
};
|
|
779
785
|
loadingConfig: {
|
|
780
786
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
781
787
|
};
|
|
782
|
-
scrollX: {
|
|
783
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
784
|
-
};
|
|
785
|
-
scrollY: {
|
|
786
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
787
|
-
};
|
|
788
788
|
resizable: {
|
|
789
789
|
type: globalThis.PropType<boolean>;
|
|
790
790
|
};
|
|
@@ -964,9 +964,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
964
964
|
}, {
|
|
965
965
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
966
966
|
immediate: boolean;
|
|
967
|
+
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
967
968
|
loading: boolean;
|
|
968
969
|
autoResize: boolean;
|
|
969
|
-
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
970
970
|
pageSize: number;
|
|
971
971
|
stripe: boolean;
|
|
972
972
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
@@ -1020,6 +1020,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1020
1020
|
type: globalThis.PropType<boolean>;
|
|
1021
1021
|
default: boolean;
|
|
1022
1022
|
};
|
|
1023
|
+
scrollX: {
|
|
1024
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
1025
|
+
};
|
|
1026
|
+
scrollY: {
|
|
1027
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
1028
|
+
};
|
|
1029
|
+
align: {
|
|
1030
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1031
|
+
default: string;
|
|
1032
|
+
};
|
|
1023
1033
|
loading: {
|
|
1024
1034
|
type: globalThis.PropType<boolean>;
|
|
1025
1035
|
default: boolean;
|
|
@@ -1037,10 +1047,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1037
1047
|
type: globalThis.PropType<boolean>;
|
|
1038
1048
|
default: boolean;
|
|
1039
1049
|
};
|
|
1040
|
-
align: {
|
|
1041
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1042
|
-
default: string;
|
|
1043
|
-
};
|
|
1044
1050
|
cellClassName: {
|
|
1045
1051
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
|
|
1046
1052
|
};
|
|
@@ -1058,9 +1064,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1058
1064
|
total: {
|
|
1059
1065
|
type: globalThis.PropType<number>;
|
|
1060
1066
|
};
|
|
1061
|
-
emptyText: {
|
|
1062
|
-
type: globalThis.PropType<string>;
|
|
1063
|
-
};
|
|
1064
1067
|
pageSize: {
|
|
1065
1068
|
type: globalThis.PropType<number>;
|
|
1066
1069
|
default: number;
|
|
@@ -1229,18 +1232,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1229
1232
|
editRules: {
|
|
1230
1233
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
1231
1234
|
};
|
|
1235
|
+
emptyText: {
|
|
1236
|
+
type: globalThis.PropType<string>;
|
|
1237
|
+
};
|
|
1232
1238
|
emptyRender: {
|
|
1233
1239
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
|
|
1234
1240
|
};
|
|
1235
1241
|
loadingConfig: {
|
|
1236
1242
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
1237
1243
|
};
|
|
1238
|
-
scrollX: {
|
|
1239
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
1240
|
-
};
|
|
1241
|
-
scrollY: {
|
|
1242
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
1243
|
-
};
|
|
1244
1244
|
resizable: {
|
|
1245
1245
|
type: globalThis.PropType<boolean>;
|
|
1246
1246
|
};
|
|
@@ -1437,9 +1437,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1437
1437
|
}, {}, {}, {}, {
|
|
1438
1438
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
1439
1439
|
immediate: boolean;
|
|
1440
|
+
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
1440
1441
|
loading: boolean;
|
|
1441
1442
|
autoResize: boolean;
|
|
1442
|
-
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
1443
1443
|
pageSize: number;
|
|
1444
1444
|
stripe: boolean;
|
|
1445
1445
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
@@ -1490,6 +1490,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1490
1490
|
type: globalThis.PropType<boolean>;
|
|
1491
1491
|
default: boolean;
|
|
1492
1492
|
};
|
|
1493
|
+
scrollX: {
|
|
1494
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
1495
|
+
};
|
|
1496
|
+
scrollY: {
|
|
1497
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
1498
|
+
};
|
|
1499
|
+
align: {
|
|
1500
|
+
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1501
|
+
default: string;
|
|
1502
|
+
};
|
|
1493
1503
|
loading: {
|
|
1494
1504
|
type: globalThis.PropType<boolean>;
|
|
1495
1505
|
default: boolean;
|
|
@@ -1507,10 +1517,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1507
1517
|
type: globalThis.PropType<boolean>;
|
|
1508
1518
|
default: boolean;
|
|
1509
1519
|
};
|
|
1510
|
-
align: {
|
|
1511
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
|
|
1512
|
-
default: string;
|
|
1513
|
-
};
|
|
1514
1520
|
cellClassName: {
|
|
1515
1521
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
|
|
1516
1522
|
};
|
|
@@ -1528,9 +1534,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1528
1534
|
total: {
|
|
1529
1535
|
type: globalThis.PropType<number>;
|
|
1530
1536
|
};
|
|
1531
|
-
emptyText: {
|
|
1532
|
-
type: globalThis.PropType<string>;
|
|
1533
|
-
};
|
|
1534
1537
|
pageSize: {
|
|
1535
1538
|
type: globalThis.PropType<number>;
|
|
1536
1539
|
default: number;
|
|
@@ -1699,18 +1702,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1699
1702
|
editRules: {
|
|
1700
1703
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
|
|
1701
1704
|
};
|
|
1705
|
+
emptyText: {
|
|
1706
|
+
type: globalThis.PropType<string>;
|
|
1707
|
+
};
|
|
1702
1708
|
emptyRender: {
|
|
1703
1709
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
|
|
1704
1710
|
};
|
|
1705
1711
|
loadingConfig: {
|
|
1706
1712
|
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
|
|
1707
1713
|
};
|
|
1708
|
-
scrollX: {
|
|
1709
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
|
|
1710
|
-
};
|
|
1711
|
-
scrollY: {
|
|
1712
|
-
type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
|
|
1713
|
-
};
|
|
1714
1714
|
resizable: {
|
|
1715
1715
|
type: globalThis.PropType<boolean>;
|
|
1716
1716
|
};
|
|
@@ -1992,9 +1992,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
|
|
|
1992
1992
|
}, string, {
|
|
1993
1993
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
1994
1994
|
immediate: boolean;
|
|
1995
|
+
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
1995
1996
|
loading: boolean;
|
|
1996
1997
|
autoResize: boolean;
|
|
1997
|
-
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
1998
1998
|
pageSize: number;
|
|
1999
1999
|
stripe: boolean;
|
|
2000
2000
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
@@ -254,9 +254,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
254
254
|
}, {
|
|
255
255
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
256
256
|
immediate: boolean;
|
|
257
|
+
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
257
258
|
loading: boolean;
|
|
258
259
|
autoResize: boolean;
|
|
259
|
-
align: import("vxe-table").VxeTablePropTypes.Align;
|
|
260
260
|
pageSize: number;
|
|
261
261
|
stripe: boolean;
|
|
262
262
|
headerAlign: import("vxe-table").VxeTablePropTypes.Align;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-tabs.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/tabs.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-tag.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/tag.scss';
|
|
@@ -234,7 +234,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
234
234
|
type: string;
|
|
235
235
|
defaultValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
236
236
|
pick: (date?: any, visible?: boolean) => void;
|
|
237
|
-
"select-range": (start: number, end: number, pos?: "
|
|
237
|
+
"select-range": (start: number, end: number, pos?: "max" | "min" | undefined) => void;
|
|
238
238
|
"set-picker-option": <T extends keyof PickerOptions>(e: [T, PickerOptions[T]]) => void;
|
|
239
239
|
"calendar-change": (e: [Date, false | Date]) => void;
|
|
240
240
|
"panel-change": (value: [Dayjs, Dayjs], mode: "year" | "month", view: unknown) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-time-picker.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/time-picker.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-time-select.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/time-select.scss';
|