Yue před 2 roky
rodič
revize
92fbc3c349

+ 2 - 2
.gitignore

@@ -56,5 +56,5 @@ build/
 ### VS  ###
 .vs/
 
-/vite/auto-import/*.d.ts
-/dist.rar
+/UI/**/vite/auto-import/*.d.ts
+/UI/**/dist.rar

+ 0 - 127
UI/VA.App_V1.0/vite/auto-import/auto-import.d.ts

@@ -1,127 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-auto-import
-export {}
-declare global {
-  const EffectScope: typeof import('vue')['EffectScope']
-  const JwtService: typeof import('../../src/core/services/JwtService')['default']
-  const PermissionNames: typeof import('../../src/core/services/PermissionNames')['default']
-  const RequestService: typeof import('../../src/core/services/RequestService')['default']
-  const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
-  const cache: typeof import('../../src/core/utils/cache')['default']
-  const checkPermission: typeof import('../../src/core/services/PermissionService')['checkPermission']
-  const checkRole: typeof import('../../src/core/services/PermissionService')['checkRole']
-  const computed: typeof import('vue')['computed']
-  const createApp: typeof import('vue')['createApp']
-  const createPinia: typeof import('pinia')['createPinia']
-  const customRef: typeof import('vue')['customRef']
-  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
-  const defineComponent: typeof import('vue')['defineComponent']
-  const defineStore: typeof import('pinia')['defineStore']
-  const del: typeof import('../../src/core/services/RequestService')['del']
-  const destroyToken: typeof import('../../src/core/services/JwtService')['destroyToken']
-  const effectScope: typeof import('vue')['effectScope']
-  const errorCode: typeof import('../../src/core/utils/errorCode')['default']
-  const get: typeof import('../../src/core/services/RequestService')['get']
-  const getActivePinia: typeof import('pinia')['getActivePinia']
-  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
-  const getCurrentScope: typeof import('vue')['getCurrentScope']
-  const getToken: typeof import('../../src/core/services/JwtService')['getToken']
-  const getWindowHeight: typeof import('../../src/core/utils/index')['getWindowHeight']
-  const h: typeof import('vue')['h']
-  const inject: typeof import('vue')['inject']
-  const isProxy: typeof import('vue')['isProxy']
-  const isReactive: typeof import('vue')['isReactive']
-  const isReadonly: typeof import('vue')['isReadonly']
-  const isRef: typeof import('vue')['isRef']
-  const isRelogin: typeof import('../../src/core/services/RequestService')['isRelogin']
-  const localCache: typeof import('../../src/core/utils/cache')['localCache']
-  const mapActions: typeof import('pinia')['mapActions']
-  const mapGetters: typeof import('pinia')['mapGetters']
-  const mapState: typeof import('pinia')['mapState']
-  const mapStores: typeof import('pinia')['mapStores']
-  const mapWritableState: typeof import('pinia')['mapWritableState']
-  const markRaw: typeof import('vue')['markRaw']
-  const message: typeof import('../../src/core/utils/message')['default']
-  const nextTick: typeof import('vue')['nextTick']
-  const onActivated: typeof import('vue')['onActivated']
-  const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
-  const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
-  const onBeforeMount: typeof import('vue')['onBeforeMount']
-  const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
-  const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
-  const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
-  const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
-  const onDeactivated: typeof import('vue')['onDeactivated']
-  const onError: typeof import('@dcloudio/uni-app')['onError']
-  const onErrorCaptured: typeof import('vue')['onErrorCaptured']
-  const onHide: typeof import('@dcloudio/uni-app')['onHide']
-  const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
-  const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
-  const onMounted: typeof import('vue')['onMounted']
-  const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
-  const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
-  const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
-  const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
-  const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
-  const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
-  const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
-  const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
-  const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
-  const onReady: typeof import('@dcloudio/uni-app')['onReady']
-  const onRenderTracked: typeof import('vue')['onRenderTracked']
-  const onRenderTriggered: typeof import('vue')['onRenderTriggered']
-  const onResize: typeof import('@dcloudio/uni-app')['onResize']
-  const onScopeDispose: typeof import('vue')['onScopeDispose']
-  const onServerPrefetch: typeof import('vue')['onServerPrefetch']
-  const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
-  const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
-  const onShow: typeof import('@dcloudio/uni-app')['onShow']
-  const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
-  const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
-  const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
-  const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
-  const onUnmounted: typeof import('vue')['onUnmounted']
-  const onUpdated: typeof import('vue')['onUpdated']
-  const permissionNames: typeof import('../../src/core/services/PermissionNames')['permissionNames']
-  const post: typeof import('../../src/core/services/RequestService')['post']
-  const provide: typeof import('vue')['provide']
-  const put: typeof import('../../src/core/services/RequestService')['put']
-  const reactive: typeof import('vue')['reactive']
-  const readonly: typeof import('vue')['readonly']
-  const ref: typeof import('vue')['ref']
-  const request: typeof import('../../src/core/services/RequestService')['request']
-  const resolveComponent: typeof import('vue')['resolveComponent']
-  const saveToken: typeof import('../../src/core/services/JwtService')['saveToken']
-  const setActivePinia: typeof import('pinia')['setActivePinia']
-  const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
-  const shallowReactive: typeof import('vue')['shallowReactive']
-  const shallowReadonly: typeof import('vue')['shallowReadonly']
-  const shallowRef: typeof import('vue')['shallowRef']
-  const storeToRefs: typeof import('pinia')['storeToRefs']
-  const tansParams: typeof import('../../src/core/utils/index')['tansParams']
-  const toRaw: typeof import('vue')['toRaw']
-  const toRef: typeof import('vue')['toRef']
-  const toRefs: typeof import('vue')['toRefs']
-  const toValue: typeof import('vue')['toValue']
-  const triggerRef: typeof import('vue')['triggerRef']
-  const unref: typeof import('vue')['unref']
-  const upload: typeof import('../../src/core/services/RequestService')['upload']
-  const useAttrs: typeof import('vue')['useAttrs']
-  const useCssModule: typeof import('vue')['useCssModule']
-  const useCssVars: typeof import('vue')['useCssVars']
-  const useLink: typeof import('vue-router')['useLink']
-  const useRoute: typeof import('vue-router')['useRoute']
-  const useRouter: typeof import('vue-router')['useRouter']
-  const useSlots: typeof import('vue')['useSlots']
-  const watch: typeof import('vue')['watch']
-  const watchEffect: typeof import('vue')['watchEffect']
-  const watchPostEffect: typeof import('vue')['watchPostEffect']
-  const watchSyncEffect: typeof import('vue')['watchSyncEffect']
-}
-// for type re-export
-declare global {
-  // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
-}

+ 0 - 15
UI/VA.App_V1.0/vite/auto-import/components.d.ts

@@ -1,15 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-import '@vue/runtime-core'
-
-export {}
-
-declare module '@vue/runtime-core' {
-  export interface GlobalComponents {
-    RouterLink: typeof import('vue-router')['RouterLink']
-    RouterView: typeof import('vue-router')['RouterView']
-  }
-}

binární
UI/VA.Vue_V1.0/dist.rar


+ 0 - 161
UI/VA.Vue_V1.0/vite/auto-import/auto-import.d.ts

@@ -1,161 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-auto-import
-export {}
-declare global {
-  const ApiService: typeof import('../../src/core/services/ApiService')['default']
-  const EffectScope: typeof import('vue')['EffectScope']
-  const ElInput: typeof import('element-plus/es')['ElInput']
-  const ElSelect: typeof import('element-plus/es')['ElSelect']
-  const ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
-  const JwtService: typeof import('../../src/core/services/JwtService')['default']
-  const LayoutService: typeof import('../../src/core/services/LayoutService')['default']
-  const PermissionNames: typeof import('../../src/core/services/PermissionNames')['default']
-  const RequestService: typeof import('../../src/core/services/RequestService')['default']
-  const Rs: typeof import('../../src/core/services/RequestService')['Rs']
-  const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
-  const addClass: typeof import('../../src/core/utils/index')['addClass']
-  const addDateRange: typeof import('../../src/core/utils/index')['addDateRange']
-  const beautifierConf: typeof import('../../src/core/utils/index')['beautifierConf']
-  const blobValidate: typeof import('../../src/core/utils/index')['blobValidate']
-  const byteLength: typeof import('../../src/core/utils/index')['byteLength']
-  const cache: typeof import('../../src/core/utils/cache')['default']
-  const camelCase: typeof import('../../src/core/utils/index')['camelCase']
-  const checkPermission: typeof import('../../src/core/services/PermissionService')['checkPermission']
-  const checkRole: typeof import('../../src/core/services/PermissionService')['checkRole']
-  const cleanArray: typeof import('../../src/core/utils/index')['cleanArray']
-  const computed: typeof import('vue')['computed']
-  const createApp: typeof import('vue')['createApp']
-  const createPinia: typeof import('pinia')['createPinia']
-  const createUniqueString: typeof import('../../src/core/utils/index')['createUniqueString']
-  const customRef: typeof import('vue')['customRef']
-  const debounce: typeof import('../../src/core/utils/index')['debounce']
-  const decrypt: typeof import('../../src/core/utils/crypto')['decrypt']
-  const deepClone: typeof import('../../src/core/utils/index')['deepClone']
-  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
-  const defineComponent: typeof import('vue')['defineComponent']
-  const defineStore: typeof import('pinia')['defineStore']
-  const del: typeof import('../../src/core/services/RequestService')['del']
-  const destroyToken: typeof import('../../src/core/services/JwtService')['destroyToken']
-  const download: typeof import('../../src/core/services/RequestService')['download']
-  const effectScope: typeof import('vue')['effectScope']
-  const encrypt: typeof import('../../src/core/utils/crypto')['encrypt']
-  const errorCode: typeof import('../../src/core/utils/errorCode')['default']
-  const exportDefault: typeof import('../../src/core/utils/index')['exportDefault']
-  const fileDownload: typeof import('../../src/core/utils/fileDownload')['default']
-  const formatDate: typeof import('../../src/core/utils/index')['formatDate']
-  const formatString: typeof import('../../src/core/utils/index')['formatString']
-  const formatTime: typeof import('../../src/core/utils/index')['formatTime']
-  const get: typeof import('../../src/core/services/RequestService')['get']
-  const getActivePinia: typeof import('pinia')['getActivePinia']
-  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
-  const getCurrentScope: typeof import('vue')['getCurrentScope']
-  const getNormalPath: typeof import('../../src/core/utils/index')['getNormalPath']
-  const getQueryObject: typeof import('../../src/core/utils/index')['getQueryObject']
-  const getTime: typeof import('../../src/core/utils/index')['getTime']
-  const getToken: typeof import('../../src/core/services/JwtService')['getToken']
-  const h: typeof import('vue')['h']
-  const handleTree: typeof import('../../src/core/utils/index')['handleTree']
-  const hasClass: typeof import('../../src/core/utils/index')['hasClass']
-  const html2Text: typeof import('../../src/core/utils/index')['html2Text']
-  const inject: typeof import('vue')['inject']
-  const isArray: typeof import('../../src/core/utils/validate')['isArray']
-  const isExternal: typeof import('../../src/core/utils/validate')['isExternal']
-  const isHttp: typeof import('../../src/core/utils/validate')['isHttp']
-  const isNumberStr: typeof import('../../src/core/utils/index')['isNumberStr']
-  const isProxy: typeof import('vue')['isProxy']
-  const isReactive: typeof import('vue')['isReactive']
-  const isReadonly: typeof import('vue')['isReadonly']
-  const isRef: typeof import('vue')['isRef']
-  const isRelogin: typeof import('../../src/core/services/RequestService')['isRelogin']
-  const isString: typeof import('../../src/core/utils/validate')['isString']
-  const localCache: typeof import('../../src/core/utils/cache')['localCache']
-  const makeMap: typeof import('../../src/core/utils/index')['makeMap']
-  const mapActions: typeof import('pinia')['mapActions']
-  const mapGetters: typeof import('pinia')['mapGetters']
-  const mapState: typeof import('pinia')['mapState']
-  const mapStores: typeof import('pinia')['mapStores']
-  const mapWritableState: typeof import('pinia')['mapWritableState']
-  const markRaw: typeof import('vue')['markRaw']
-  const mergeRecursive: typeof import('../../src/core/utils/index')['mergeRecursive']
-  const message: typeof import('../../src/core/utils/message')['default']
-  const nextTick: typeof import('vue')['nextTick']
-  const objectMerge: typeof import('../../src/core/utils/index')['objectMerge']
-  const onActivated: typeof import('vue')['onActivated']
-  const onBeforeMount: typeof import('vue')['onBeforeMount']
-  const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
-  const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
-  const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
-  const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
-  const onDeactivated: typeof import('vue')['onDeactivated']
-  const onErrorCaptured: typeof import('vue')['onErrorCaptured']
-  const onMounted: typeof import('vue')['onMounted']
-  const onRenderTracked: typeof import('vue')['onRenderTracked']
-  const onRenderTriggered: typeof import('vue')['onRenderTriggered']
-  const onScopeDispose: typeof import('vue')['onScopeDispose']
-  const onServerPrefetch: typeof import('vue')['onServerPrefetch']
-  const onUnmounted: typeof import('vue')['onUnmounted']
-  const onUpdated: typeof import('vue')['onUpdated']
-  const param2Obj: typeof import('../../src/core/utils/index')['param2Obj']
-  const param: typeof import('../../src/core/utils/index')['param']
-  const parseStrEmpty: typeof import('../../src/core/utils/index')['parseStrEmpty']
-  const parseTime: typeof import('../../src/core/utils/index')['parseTime']
-  const permissionNames: typeof import('../../src/core/services/PermissionNames')['permissionNames']
-  const post: typeof import('../../src/core/services/RequestService')['post']
-  const provide: typeof import('vue')['provide']
-  const put: typeof import('../../src/core/services/RequestService')['put']
-  const reactive: typeof import('vue')['reactive']
-  const readonly: typeof import('vue')['readonly']
-  const ref: typeof import('vue')['ref']
-  const removeClass: typeof import('../../src/core/utils/index')['removeClass']
-  const replaceAll: typeof import('../../src/core/utils/index')['replaceAll']
-  const request: typeof import('../../src/core/services/RequestService')['request']
-  const resetForm: typeof import('../../src/core/utils/index')['resetForm']
-  const resolveComponent: typeof import('vue')['resolveComponent']
-  const saveToken: typeof import('../../src/core/services/JwtService')['saveToken']
-  const selectDictLabel: typeof import('../../src/core/utils/index')['selectDictLabel']
-  const selectDictLabels: typeof import('../../src/core/utils/index')['selectDictLabels']
-  const sessionCache: typeof import('../../src/core/utils/cache')['sessionCache']
-  const setActivePinia: typeof import('pinia')['setActivePinia']
-  const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
-  const shallowReactive: typeof import('vue')['shallowReactive']
-  const shallowReadonly: typeof import('vue')['shallowReadonly']
-  const shallowRef: typeof import('vue')['shallowRef']
-  const sprintf: typeof import('../../src/core/utils/index')['sprintf']
-  const storeToRefs: typeof import('pinia')['storeToRefs']
-  const tansParams: typeof import('../../src/core/utils/index')['tansParams']
-  const titleCase: typeof import('../../src/core/utils/index')['titleCase']
-  const toRaw: typeof import('vue')['toRaw']
-  const toRef: typeof import('vue')['toRef']
-  const toRefs: typeof import('vue')['toRefs']
-  const toValue: typeof import('vue')['toValue']
-  const toggleClass: typeof import('../../src/core/utils/index')['toggleClass']
-  const triggerRef: typeof import('vue')['triggerRef']
-  const uniqueArr: typeof import('../../src/core/utils/index')['uniqueArr']
-  const unref: typeof import('vue')['unref']
-  const useAttrs: typeof import('vue')['useAttrs']
-  const useCssModule: typeof import('vue')['useCssModule']
-  const useCssVars: typeof import('vue')['useCssVars']
-  const useCurrentInstance: typeof import('../../src/core/utils/useCurrentInstance')['default']
-  const useDict: typeof import('../../src/core/services/DictService')['useDict']
-  const useLink: typeof import('vue-router')['useLink']
-  const useRoute: typeof import('vue-router')['useRoute']
-  const useRouter: typeof import('vue-router')['useRouter']
-  const useSlots: typeof import('vue')['useSlots']
-  const validAlphabets: typeof import('../../src/core/utils/validate')['validAlphabets']
-  const validLowerCase: typeof import('../../src/core/utils/validate')['validLowerCase']
-  const validURL: typeof import('../../src/core/utils/validate')['validURL']
-  const validUpperCase: typeof import('../../src/core/utils/validate')['validUpperCase']
-  const validUsername: typeof import('../../src/core/utils/validate')['validUsername']
-  const waitDo: typeof import('../../src/core/utils/index')['waitDo']
-  const watch: typeof import('vue')['watch']
-  const watchEffect: typeof import('vue')['watchEffect']
-  const watchPostEffect: typeof import('vue')['watchPostEffect']
-  const watchSyncEffect: typeof import('vue')['watchSyncEffect']
-}
-// for type re-export
-declare global {
-  // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
-}

+ 0 - 89
UI/VA.Vue_V1.0/vite/auto-import/components.d.ts

@@ -1,89 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-vue-components
-// Read more: https://github.com/vuejs/core/pull/3399
-import '@vue/runtime-core'
-
-export {}
-
-declare module '@vue/runtime-core' {
-  export interface GlobalComponents {
-    Card: typeof import('./../../src/components/cards/card.vue')['default']
-    CodeHighlighter: typeof import('./../../src/components/highlighters/CodeHighlighter.vue')['default']
-    CodeHighlighter2: typeof import('./../../src/components/highlighters/CodeHighlighter2.vue')['default']
-    DeptTree: typeof import('./../../src/components/tree/DeptTree.vue')['default']
-    DictSelect: typeof import('./../../src/components/dict/DictSelect.vue')['default']
-    DictTag: typeof import('./../../src/components/dict/DictTag.vue')['default']
-    DynamicTreeSelect: typeof import('./../../src/components/select/DynamicTreeSelect.vue')['default']
-    DySearchSelect: typeof import('./../../src/components/select/DySearchSelect.vue')['default']
-    DySelect: typeof import('./../../src/components/select/DySelect.vue')['default']
-    DySelectTree: typeof import('./../../src/components/select/DySelectTree.vue')['default']
-    ElButton: typeof import('element-plus/es')['ElButton']
-    ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
-    ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
-    ElCol: typeof import('element-plus/es')['ElCol']
-    ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
-    ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
-    ElForm: typeof import('element-plus/es')['ElForm']
-    ElFormItem: typeof import('element-plus/es')['ElFormItem']
-    ElIcon: typeof import('element-plus/es')['ElIcon']
-    ElInput: typeof import('element-plus/es')['ElInput']
-    ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
-    ElLink: typeof import('element-plus/es')['ElLink']
-    ElOption: typeof import('element-plus/es')['ElOption']
-    ElPopover: typeof import('element-plus/es')['ElPopover']
-    ElRadio: typeof import('element-plus/es')['ElRadio']
-    ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
-    ElRow: typeof import('element-plus/es')['ElRow']
-    ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
-    ElSelect: typeof import('element-plus/es')['ElSelect']
-    ElSwitch: typeof import('element-plus/es')['ElSwitch']
-    ElTabPane: typeof import('element-plus/es')['ElTabPane']
-    ElTabs: typeof import('element-plus/es')['ElTabs']
-    ElTag: typeof import('element-plus/es')['ElTag']
-    ElTooltip: typeof import('element-plus/es')['ElTooltip']
-    ElTransfer: typeof import('element-plus/es')['ElTransfer']
-    ElTree: typeof import('element-plus/es')['ElTree']
-    ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
-    ElUpload: typeof import('element-plus/es')['ElUpload']
-    IconSelect: typeof import('./../../src/components/icon/IconSelect.vue')['default']
-    IFrame: typeof import('./../../src/components/iFrame/iFrame.vue')['default']
-    ImportModal: typeof import('./../../src/components/upload/ImportModal.vue')['default']
-    Loading: typeof import('./../../src/components/table/table-partials/Loading.vue')['default']
-    MenuComponent: typeof import('./../../src/components/menu/MenuComponent.vue')['default']
-    Notice: typeof import('./../../src/components/Notice.vue')['default']
-    RouterLink: typeof import('vue-router')['RouterLink']
-    RouterView: typeof import('vue-router')['RouterView']
-    TableBodyRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
-    TableContent: typeof import('./../../src/components/table/table-partials/table-content/TableContent.vue')['default']
-    TableFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
-    TableFooter: typeof import('./../../src/components/table/table-partials/TableFooter.vue')['default']
-    TableHeadRow: typeof import('./../../src/components/table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
-    TableItemsPerPageSelect: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
-    TableLeftToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableLeftToolbar.vue')['default']
-    TablePagination: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TablePagination.vue')['default']
-    TableRightFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
-    TableRightToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableRightToolbar.vue')['default']
-    TableSearchFrom: typeof import('./../../src/components/table/table-partials/table-toolbar/TableSearchFrom.vue')['default']
-    TableToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableToolbar.vue')['default']
-    TableTreeRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRow.vue')['default']
-    TableTreeRowChild: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRowChild.vue')['default']
-    VbDataTable: typeof import('./../../src/components/table/VbDataTable.vue')['default']
-    VbEditor: typeof import('./../../src/components/editor/VbEditor.vue')['default']
-    VbForm: typeof import('./../../src/components/form/VbForm.vue')['default']
-    VbFormItem: typeof import('./../../src/components/form/VbFormItem.vue')['default']
-    VbImagePreview: typeof import('./../../src/components/upload/VbImagePreview.vue')['default']
-    VbModal: typeof import('./../../src/components/modal/VbModal.vue')['default']
-    VbSelect: typeof import('./../../src/components/select/VbSelect.vue')['default']
-    VbSelectTree: typeof import('./../../src/components/select/VbSelectTree.vue')['default']
-    VbSymbol: typeof import('./../../src/components/symbol/VbSymbol.vue')['default']
-    VbTag: typeof import('./../../src/components/tag/VbTag.vue')['default']
-    VbTooltip: typeof import('./../../src/components/tooltip/VbTooltip.vue')['default']
-    VbTreeTable: typeof import('./../../src/components/table/VbTreeTable.vue')['default']
-    VbUpload: typeof import('./../../src/components/upload/VbUpload.vue')['default']
-  }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
-}