From e32d6239d09f6d9d66c77ad5a7d9716d20b61428 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 08 八月 2025 15:26:28 +0800 Subject: [PATCH] feat: 任务 --- auto-imports.d.ts | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 308 insertions(+), 3 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 78b6b10..89fcfda 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -6,11 +6,86 @@ // biome-ignore lint: disable export {} declare global { + const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig'] + const AppType: typeof import('./src/constants/app')['AppType'] + const AreaType: typeof import('./src/constants/enum')['AreaType'] + const CategoryCode: typeof import('./src/constants/dic')['CategoryCode'] + const CertificateTypeCodeEnum: typeof import('./src/constants/dic')['CertificateTypeCodeEnum'] const CommonAnnexTableColumns: typeof import('@/constants')['CommonAnnexTableColumns'] + const EditorType: typeof import('./src/constants/editor')['EditorType'] + const EditorTypeText: typeof import('./src/constants/editor')['EditorTypeText'] + const EducationCodeEnum: typeof import('./src/constants/dic')['EducationCodeEnum'] const EffectScope: typeof import('vue')['EffectScope'] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] + const EmptyTextEditorItem: typeof import('./src/constants/editor')['EmptyTextEditorItem'] + const EnumBillingMethod: typeof import('./src/constants/apiEnum')['EnumBillingMethod'] + const EnumBillingMethodText: typeof import('./src/constants/task')['EnumBillingMethodText'] + const EnumBillingMethodUnitText: typeof import('./src/constants/task')['EnumBillingMethodUnitText'] + const EnumClientType: typeof import('./src/constants/apiEnum')['EnumClientType'] + const EnumClientTypeText: typeof import('./src/constants/apiEnumText')['EnumClientTypeText'] + const EnumMenuType: typeof import('./src/constants/apiEnum')['EnumMenuType'] + const EnumMenuVisitLevel: typeof import('./src/constants/apiEnum')['EnumMenuVisitLevel'] + const EnumPagedListOrder: typeof import('./src/constants/apiEnum')['EnumPagedListOrder'] + const EnumRealAccess: typeof import('./src/constants/apiEnum')['EnumRealAccess'] + const EnumResourceController: typeof import('./src/constants/apiEnum')['EnumResourceController'] + const EnumResourceMethod: typeof import('./src/constants/apiEnum')['EnumResourceMethod'] + const EnumRoleWebApiDataPower: typeof import('./src/constants/apiEnum')['EnumRoleWebApiDataPower'] + const EnumRoleWebApiDataPowerText: typeof import('./src/constants/apiEnumText')['EnumRoleWebApiDataPowerText'] + const EnumRoleWebApiDataPowerTextForFilter: typeof import('./src/constants/apiEnumText')['EnumRoleWebApiDataPowerTextForFilter'] + const EnumSettlementCycle: typeof import('./src/constants/apiEnum')['EnumSettlementCycle'] + const EnumSettlementCycleText: typeof import('./src/constants/task')['EnumSettlementCycleText'] + const EnumSmsAccess: typeof import('./src/constants/apiEnum')['EnumSmsAccess'] + const EnumSmsTemplateType: typeof import('./src/constants/apiEnum')['EnumSmsTemplateType'] + const EnumTaskCheckReceiveStatus: typeof import('./src/constants/apiEnum')['EnumTaskCheckReceiveStatus'] + const EnumTaskRecommendStatus: typeof import('./src/constants/apiEnum')['EnumTaskRecommendStatus'] + const EnumTaskRecommendStatusText: typeof import('./src/constants/task')['EnumTaskRecommendStatusText'] + const EnumTaskReleaseStatus: typeof import('./src/constants/apiEnum')['EnumTaskReleaseStatus'] + const EnumTaskReleaseStatusText: typeof import('./src/constants/task')['EnumTaskReleaseStatusText'] + const EnumTaskReleaseStatusTextForTip: typeof import('./src/constants/task')['EnumTaskReleaseStatusTextForTip'] + const EnumTaskSettlementStatus: typeof import('./src/constants/apiEnum')['EnumTaskSettlementStatus'] + const EnumTaskStatus: typeof import('./src/constants/apiEnum')['EnumTaskStatus'] + const EnumTaskStatusText: typeof import('./src/constants/task')['EnumTaskStatusText'] + const EnumUserGender: typeof import('./src/constants/apiEnum')['EnumUserGender'] + const EnumUserGenderText: typeof import('./src/constants/task')['EnumUserGenderText'] + const EnumUserGenderTextForEdit: typeof import('./src/constants/task')['EnumUserGenderTextForEdit'] + const EnumUserGenderWithAllText: typeof import('./src/constants/task')['EnumUserGenderWithAllText'] + const EnumUserInfoStatus: typeof import('./src/constants/apiEnum')['EnumUserInfoStatus'] + const EnumUserStatus: typeof import('./src/constants/apiEnum')['EnumUserStatus'] + const EnumUserType: typeof import('./src/constants/apiEnum')['EnumUserType'] + const EnumUserTypeText: typeof import('./src/constants/apiEnumText')['EnumUserTypeText'] + const FastButtonMap: typeof import('./src/constants/module')['FastButtonMap'] + const FastColumnList: typeof import('./src/constants/module')['FastColumnList'] + const FastDataButtonList: typeof import('./src/constants/module')['FastDataButtonList'] + const FastPageButtonList: typeof import('./src/constants/module')['FastPageButtonList'] + const FlexEnterpriseSettingStatus: typeof import('./src/constants/enum')['FlexEnterpriseSettingStatus'] + const Gender: typeof import('./src/constants/enum')['Gender'] + const GenderText: typeof import('./src/constants/enum')['GenderText'] + const IdentityCodeEnum: typeof import('./src/constants/dic')['IdentityCodeEnum'] + const MenuSvgIconMap: typeof import('./src/constants/menu')['MenuSvgIconMap'] + const ModuleColumns: typeof import('./src/constants/module')['ModuleColumns'] + const MyRegExp: typeof import('./src/constants/regExp')['MyRegExp'] + const OSSBaseURL: typeof import('./src/constants/oss')['OSSBaseURL'] + const OssAdvertise: typeof import('./src/constants/oss')['OssAdvertise'] + const OssAssets: typeof import('./src/constants/img')['OssAssets'] + const OssCover: typeof import('./src/constants/oss')['OssCover'] + const OssEnterprise: typeof import('./src/constants/oss')['OssEnterprise'] + const OssHRSIE: typeof import('./src/constants/oss')['OssHRSIE'] + const OssInsure: typeof import('./src/constants/oss')['OssInsure'] + const OssNews: typeof import('./src/constants/oss')['OssNews'] + const OssPlatformService: typeof import('./src/constants/oss')['OssPlatformService'] + const OssReview: typeof import('./src/constants/oss')['OssReview'] + const OssRich: typeof import('./src/constants/oss')['OssRich'] + const OssUser: typeof import('./src/constants/oss')['OssUser'] + const OssUserSign: typeof import('./src/constants/oss')['OssUserSign'] + const SubModuleKey: typeof import('./src/constants/module')['SubModuleKey'] + const SubModuleTitle: typeof import('./src/constants/module')['SubModuleTitle'] + const SubModuleType: typeof import('./src/constants/module')['SubModuleType'] + const TempFolderPath: typeof import('./src/constants/enum')['TempFolderPath'] + const ThemeColors: typeof import('./src/constants/theme')['ThemeColors'] + const WelfareCodeEnum: typeof import('./src/constants/dic')['WelfareCodeEnum'] const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'] const computed: typeof import('vue')['computed'] + const copyTextToClipboard: typeof import('./src/hooks/useCopyToClipboard')['copyTextToClipboard'] const createApp: typeof import('vue')['createApp'] const createPinia: typeof import('pinia')['createPinia'] const customRef: typeof import('vue')['customRef'] @@ -18,9 +93,11 @@ const defineComponent: typeof import('vue')['defineComponent'] const defineStore: typeof import('pinia')['defineStore'] const effectScope: typeof import('vue')['effectScope'] + const eventKey: typeof import('./src/hooks/useEvent')['eventKey'] const getActivePinia: typeof import('pinia')['getActivePinia'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] + const globalEventContextKey: typeof import('./src/hooks/useEvent')['globalEventContextKey'] const h: typeof import('vue')['h'] const inject: typeof import('vue')['inject'] const isProxy: typeof import('vue')['isProxy'] @@ -33,6 +110,7 @@ const mapStores: typeof import('pinia')['mapStores'] const mapWritableState: typeof import('pinia')['mapWritableState'] const markRaw: typeof import('vue')['markRaw'] + const myClient: typeof import('./src/constants/query')['myClient'] const nextTick: typeof import('vue')['nextTick'] const onActivated: typeof import('vue')['onActivated'] const onBeforeMount: typeof import('vue')['onBeforeMount'] @@ -67,18 +145,41 @@ const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const unref: typeof import('vue')['unref'] + const useAccess: typeof import('./src/hooks/useAccess')['useAccess'] + const useAllAreaList: typeof import('./src/hooks/dic')['useAllAreaList'] + const useArea: typeof import('./src/hooks/dic')['useArea'] + const useAreaByCascader: typeof import('./src/hooks/dic')['useAreaByCascader'] const useAttrs: typeof import('vue')['useAttrs'] + const useClearSubModule: typeof import('./src/hooks/useAccess')['useClearSubModule'] + const useCopyToClipboard: typeof import('./src/hooks/useCopyToClipboard')['useCopyToClipboard'] const useCssModule: typeof import('vue')['useCssModule'] const useCssVars: typeof import('vue')['useCssVars'] + const useDictionaryDataSelect: typeof import('./src/hooks/dic')['useDictionaryDataSelect'] + const useGetDictionaryCategorySelect: typeof import('./src/hooks/dic')['useGetDictionaryCategorySelect'] + const useGlobalEventContext: typeof import('./src/hooks/useEvent')['useGlobalEventContext'] + const useGlobalEventProvide: typeof import('./src/hooks/useEvent')['useGlobalEventProvide'] + const useGroupColumns: typeof import('./src/hooks/useAccess')['useGroupColumns'] + const useGroupOperationBtns: typeof import('./src/hooks/useAccess')['useGroupOperationBtns'] const useId: typeof import('vue')['useId'] + const useIsSystemAdmin: typeof import('./src/hooks/useUser')['useIsSystemAdmin'] const useLink: typeof import('vue-router')['useLink'] - const useLoading: typeof import('@/hooks/global')['useLoading'] + const useLoading: typeof import('./src/hooks/global/useLoading')['useLoading'] + const useMenu: typeof import('./src/hooks/menu')['useMenu'] + const useMenus: typeof import('./src/hooks/menu')['useMenus'] const useModel: typeof import('vue')['useModel'] + const useOmit: typeof import('./src/hooks/help')['useOmit'] + const useOmitProps: typeof import('./src/hooks/help')['useOmitProps'] + const useResizeHander: typeof import('./src/hooks/useResizeHander')['useResizeHander'] const useRoute: typeof import('vue-router')['useRoute'] + const useRouteView: typeof import('./src/hooks/useRouteView')['useRouteView'] const useRouter: typeof import('vue-router')['useRouter'] - const useSetReactive: typeof import('@/hooks/global')['useSetReactive'] + const useSearchSettingType: typeof import('./src/hooks/dic')['useSearchSettingType'] + const useSetReactive: typeof import('./src/hooks/global/helper')['useSetReactive'] const useSlots: typeof import('vue')['useSlots'] const useTemplateRef: typeof import('vue')['useTemplateRef'] + const useUser: typeof import('./src/hooks/useUser')['useUser'] + const useVModel: typeof import('./src/hooks/help')['useVModel'] + const useVModels: typeof import('./src/hooks/help')['useVModels'] const watch: typeof import('vue')['watch'] const watchEffect: typeof import('vue')['watchEffect'] const watchPostEffect: typeof import('vue')['watchPostEffect'] @@ -87,6 +188,210 @@ // for type re-export declare global { // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' + export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' import('vue') + // @ts-ignore + export type { EnumBillingMethod, EnumClientType, EnumMenuType, EnumMenuVisitLevel, EnumPagedListOrder, EnumRealAccess, EnumResourceController, EnumResourceMethod, EnumRoleWebApiDataPower, EnumSettlementCycle, EnumSmsAccess, EnumSmsTemplateType, EnumTaskCheckReceiveStatus, EnumTaskRecommendStatus, EnumTaskReleaseStatus, EnumTaskSettlementStatus, EnumTaskStatus, EnumUserGender, EnumUserStatus, EnumUserType, EnumBillingMethod, EnumClientType, EnumMenuType, EnumMenuVisitLevel, EnumPagedListOrder, EnumRealAccess, EnumResourceController, EnumResourceMethod, EnumRoleWebApiDataPower, EnumSettlementCycle, EnumSmsAccess, EnumSmsTemplateType, EnumTaskCheckReceiveStatus, EnumTaskRecommendStatus, EnumTaskReleaseStatus, EnumTaskSettlementStatus, EnumTaskStatus, EnumUserGender, EnumUserStatus, EnumUserType } from './src/constants/apiEnum' + import('./src/constants/apiEnum') + // @ts-ignore + export type { CategoryCode, IdentityCodeEnum, EducationCodeEnum, CertificateTypeCodeEnum, WelfareCodeEnum } from './src/constants/dic' + import('./src/constants/dic') + // @ts-ignore + export type { EditorType, EditorType } from './src/constants/editor' + import('./src/constants/editor') + // @ts-ignore + export type { AreaType, Gender, FlexEnterpriseSettingStatus, AreaType, Gender, FlexEnterpriseSettingStatus } from './src/constants/enum' + import('./src/constants/enum') + // @ts-ignore + export type { SubModuleType, FastBtn, SubModuleType } from './src/constants/module' + import('./src/constants/module') + // @ts-ignore + export type { MyRegExp, MyRegExp } from './src/constants/regExp' + import('./src/constants/regExp') + // @ts-ignore + export type { ThemeColorItem, ThemeColorName, ThemeColorsType } from './src/constants/theme' + import('./src/constants/theme') + // @ts-ignore + export type { GlobalEvent, GlobalEventListener, GlobalEventContext } from './src/hooks/useEvent' + import('./src/hooks/useEvent') } + +// for vue template auto import +import { UnwrapRef } from 'vue' +declare module 'vue' { + interface GlobalComponents {} + interface ComponentCustomProperties { + readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']> + readonly AppType: UnwrapRef<typeof import('./src/constants/app')['AppType']> + readonly AreaType: UnwrapRef<typeof import('./src/constants/enum')['AreaType']> + readonly CategoryCode: UnwrapRef<typeof import('./src/constants/dic')['CategoryCode']> + readonly CertificateTypeCodeEnum: UnwrapRef<typeof import('./src/constants/dic')['CertificateTypeCodeEnum']> + readonly EditorType: UnwrapRef<typeof import('./src/constants/editor')['EditorType']> + readonly EditorTypeText: UnwrapRef<typeof import('./src/constants/editor')['EditorTypeText']> + readonly EducationCodeEnum: UnwrapRef<typeof import('./src/constants/dic')['EducationCodeEnum']> + readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> + readonly EmptyTextEditorItem: UnwrapRef<typeof import('./src/constants/editor')['EmptyTextEditorItem']> + readonly EnumBillingMethod: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumBillingMethod']> + readonly EnumBillingMethodText: UnwrapRef<typeof import('./src/constants/task')['EnumBillingMethodText']> + readonly EnumBillingMethodUnitText: UnwrapRef<typeof import('./src/constants/task')['EnumBillingMethodUnitText']> + readonly EnumClientType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumClientType']> + readonly EnumClientTypeText: UnwrapRef<typeof import('./src/constants/apiEnumText')['EnumClientTypeText']> + readonly EnumMenuType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumMenuType']> + readonly EnumMenuVisitLevel: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumMenuVisitLevel']> + readonly EnumPagedListOrder: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumPagedListOrder']> + readonly EnumRealAccess: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumRealAccess']> + readonly EnumResourceController: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumResourceController']> + readonly EnumResourceMethod: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumResourceMethod']> + readonly EnumRoleWebApiDataPower: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumRoleWebApiDataPower']> + readonly EnumRoleWebApiDataPowerText: UnwrapRef<typeof import('./src/constants/apiEnumText')['EnumRoleWebApiDataPowerText']> + readonly EnumRoleWebApiDataPowerTextForFilter: UnwrapRef<typeof import('./src/constants/apiEnumText')['EnumRoleWebApiDataPowerTextForFilter']> + readonly EnumSettlementCycle: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumSettlementCycle']> + readonly EnumSettlementCycleText: UnwrapRef<typeof import('./src/constants/task')['EnumSettlementCycleText']> + readonly EnumSmsAccess: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumSmsAccess']> + readonly EnumSmsTemplateType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumSmsTemplateType']> + readonly EnumTaskCheckReceiveStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumTaskCheckReceiveStatus']> + readonly EnumTaskRecommendStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumTaskRecommendStatus']> + readonly EnumTaskRecommendStatusText: UnwrapRef<typeof import('./src/constants/task')['EnumTaskRecommendStatusText']> + readonly EnumTaskReleaseStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumTaskReleaseStatus']> + readonly EnumTaskReleaseStatusText: UnwrapRef<typeof import('./src/constants/task')['EnumTaskReleaseStatusText']> + readonly EnumTaskReleaseStatusTextForTip: UnwrapRef<typeof import('./src/constants/task')['EnumTaskReleaseStatusTextForTip']> + readonly EnumTaskSettlementStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumTaskSettlementStatus']> + readonly EnumTaskStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumTaskStatus']> + readonly EnumTaskStatusText: UnwrapRef<typeof import('./src/constants/task')['EnumTaskStatusText']> + readonly EnumUserGender: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumUserGender']> + readonly EnumUserGenderText: UnwrapRef<typeof import('./src/constants/task')['EnumUserGenderText']> + readonly EnumUserGenderTextForEdit: UnwrapRef<typeof import('./src/constants/task')['EnumUserGenderTextForEdit']> + readonly EnumUserStatus: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumUserStatus']> + readonly EnumUserType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumUserType']> + readonly EnumUserTypeText: UnwrapRef<typeof import('./src/constants/apiEnumText')['EnumUserTypeText']> + readonly FastButtonMap: UnwrapRef<typeof import('./src/constants/module')['FastButtonMap']> + readonly FastColumnList: UnwrapRef<typeof import('./src/constants/module')['FastColumnList']> + readonly FastDataButtonList: UnwrapRef<typeof import('./src/constants/module')['FastDataButtonList']> + readonly FastPageButtonList: UnwrapRef<typeof import('./src/constants/module')['FastPageButtonList']> + readonly FlexEnterpriseSettingStatus: UnwrapRef<typeof import('./src/constants/enum')['FlexEnterpriseSettingStatus']> + readonly Gender: UnwrapRef<typeof import('./src/constants/enum')['Gender']> + readonly GenderText: UnwrapRef<typeof import('./src/constants/enum')['GenderText']> + readonly IdentityCodeEnum: UnwrapRef<typeof import('./src/constants/dic')['IdentityCodeEnum']> + readonly MenuSvgIconMap: UnwrapRef<typeof import('./src/constants/menu')['MenuSvgIconMap']> + readonly ModuleColumns: UnwrapRef<typeof import('./src/constants/module')['ModuleColumns']> + readonly MyRegExp: UnwrapRef<typeof import('./src/constants/regExp')['MyRegExp']> + readonly OSSBaseURL: UnwrapRef<typeof import('./src/constants/oss')['OSSBaseURL']> + readonly OssAdvertise: UnwrapRef<typeof import('./src/constants/oss')['OssAdvertise']> + readonly OssAssets: UnwrapRef<typeof import('./src/constants/img')['OssAssets']> + readonly OssCover: UnwrapRef<typeof import('./src/constants/oss')['OssCover']> + readonly OssEnterprise: UnwrapRef<typeof import('./src/constants/oss')['OssEnterprise']> + readonly OssHRSIE: UnwrapRef<typeof import('./src/constants/oss')['OssHRSIE']> + readonly OssInsure: UnwrapRef<typeof import('./src/constants/oss')['OssInsure']> + readonly OssNews: UnwrapRef<typeof import('./src/constants/oss')['OssNews']> + readonly OssPlatformService: UnwrapRef<typeof import('./src/constants/oss')['OssPlatformService']> + readonly OssReview: UnwrapRef<typeof import('./src/constants/oss')['OssReview']> + readonly OssRich: UnwrapRef<typeof import('./src/constants/oss')['OssRich']> + readonly OssUser: UnwrapRef<typeof import('./src/constants/oss')['OssUser']> + readonly OssUserSign: UnwrapRef<typeof import('./src/constants/oss')['OssUserSign']> + readonly SubModuleKey: UnwrapRef<typeof import('./src/constants/module')['SubModuleKey']> + readonly SubModuleTitle: UnwrapRef<typeof import('./src/constants/module')['SubModuleTitle']> + readonly SubModuleType: UnwrapRef<typeof import('./src/constants/module')['SubModuleType']> + readonly TempFolderPath: UnwrapRef<typeof import('./src/constants/enum')['TempFolderPath']> + readonly ThemeColors: UnwrapRef<typeof import('./src/constants/theme')['ThemeColors']> + readonly WelfareCodeEnum: UnwrapRef<typeof import('./src/constants/dic')['WelfareCodeEnum']> + readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']> + readonly computed: UnwrapRef<typeof import('vue')['computed']> + readonly copyTextToClipboard: UnwrapRef<typeof import('./src/hooks/useCopyToClipboard')['copyTextToClipboard']> + readonly createApp: UnwrapRef<typeof import('vue')['createApp']> + readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']> + readonly customRef: UnwrapRef<typeof import('vue')['customRef']> + readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']> + readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']> + readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']> + readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']> + readonly eventKey: UnwrapRef<typeof import('./src/hooks/useEvent')['eventKey']> + readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']> + readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']> + readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']> + readonly globalEventContextKey: UnwrapRef<typeof import('./src/hooks/useEvent')['globalEventContextKey']> + readonly h: UnwrapRef<typeof import('vue')['h']> + readonly inject: UnwrapRef<typeof import('vue')['inject']> + readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']> + readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']> + readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']> + readonly isRef: UnwrapRef<typeof import('vue')['isRef']> + readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']> + readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']> + readonly mapState: UnwrapRef<typeof import('pinia')['mapState']> + readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']> + readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']> + readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']> + readonly myClient: UnwrapRef<typeof import('./src/constants/query')['myClient']> + readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']> + readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']> + readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']> + readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']> + readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']> + readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']> + readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']> + readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']> + readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']> + readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']> + readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']> + readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']> + readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']> + readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']> + readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']> + readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']> + readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']> + readonly provide: UnwrapRef<typeof import('vue')['provide']> + readonly reactive: UnwrapRef<typeof import('vue')['reactive']> + readonly readonly: UnwrapRef<typeof import('vue')['readonly']> + readonly ref: UnwrapRef<typeof import('vue')['ref']> + readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']> + readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']> + readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']> + readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']> + readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']> + readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']> + readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']> + readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']> + readonly toRef: UnwrapRef<typeof import('vue')['toRef']> + readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']> + readonly toValue: UnwrapRef<typeof import('vue')['toValue']> + readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']> + readonly unref: UnwrapRef<typeof import('vue')['unref']> + readonly useAccess: UnwrapRef<typeof import('./src/hooks/useAccess')['useAccess']> + readonly useAllAreaList: UnwrapRef<typeof import('./src/hooks/dic')['useAllAreaList']> + readonly useArea: UnwrapRef<typeof import('./src/hooks/dic')['useArea']> + readonly useAreaByCascader: UnwrapRef<typeof import('./src/hooks/dic')['useAreaByCascader']> + readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']> + readonly useClearSubModule: UnwrapRef<typeof import('./src/hooks/useAccess')['useClearSubModule']> + readonly useCopyToClipboard: UnwrapRef<typeof import('./src/hooks/useCopyToClipboard')['useCopyToClipboard']> + readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']> + readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']> + readonly useDictionaryDataSelect: UnwrapRef<typeof import('./src/hooks/dic')['useDictionaryDataSelect']> + readonly useGetDictionaryCategorySelect: UnwrapRef<typeof import('./src/hooks/dic')['useGetDictionaryCategorySelect']> + readonly useGlobalEventContext: UnwrapRef<typeof import('./src/hooks/useEvent')['useGlobalEventContext']> + readonly useGlobalEventProvide: UnwrapRef<typeof import('./src/hooks/useEvent')['useGlobalEventProvide']> + readonly useGroupColumns: UnwrapRef<typeof import('./src/hooks/useAccess')['useGroupColumns']> + readonly useGroupOperationBtns: UnwrapRef<typeof import('./src/hooks/useAccess')['useGroupOperationBtns']> + readonly useId: UnwrapRef<typeof import('vue')['useId']> + readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']> + readonly useLoading: UnwrapRef<typeof import('./src/hooks/global/useLoading')['useLoading']> + readonly useMenu: UnwrapRef<typeof import('./src/hooks/menu')['useMenu']> + readonly useMenus: UnwrapRef<typeof import('./src/hooks/menu')['useMenus']> + readonly useModel: UnwrapRef<typeof import('vue')['useModel']> + readonly useOmit: UnwrapRef<typeof import('./src/hooks/help')['useOmit']> + readonly useOmitProps: UnwrapRef<typeof import('./src/hooks/help')['useOmitProps']> + readonly useResizeHander: UnwrapRef<typeof import('./src/hooks/useResizeHander')['useResizeHander']> + readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']> + readonly useRouteView: UnwrapRef<typeof import('./src/hooks/useRouteView')['useRouteView']> + readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']> + readonly useSetReactive: UnwrapRef<typeof import('./src/hooks/global/helper')['useSetReactive']> + readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']> + readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']> + readonly useUser: UnwrapRef<typeof import('./src/hooks/useUser')['useUser']> + readonly useVModel: UnwrapRef<typeof import('./src/hooks/help')['useVModel']> + readonly useVModels: UnwrapRef<typeof import('./src/hooks/help')['useVModels']> + readonly watch: UnwrapRef<typeof import('vue')['watch']> + readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']> + readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']> + readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']> + } +} \ No newline at end of file -- Gitblit v1.9.1