-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-imports.d.ts
137 lines (137 loc) · 8.43 KB
/
auto-imports.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const Avatar: typeof import('./src/components/ui/avatar/index')['Avatar']
const AvatarFallback: typeof import('./src/components/ui/avatar/index')['AvatarFallback']
const AvatarImage: typeof import('./src/components/ui/avatar/index')['AvatarImage']
const Button: typeof import('./src/components/ui/button/index')['Button']
const CaptchaEmitNotification: typeof import('./src/types/CaptchaEmitNotification')['default']
const Card: typeof import('./src/components/ui/card/index')['Card']
const CardContent: typeof import('./src/components/ui/card/index')['CardContent']
const CardDescription: typeof import('./src/components/ui/card/index')['CardDescription']
const CardFooter: typeof import('./src/components/ui/card/index')['CardFooter']
const CardHeader: typeof import('./src/components/ui/card/index')['CardHeader']
const CardTitle: typeof import('./src/components/ui/card/index')['CardTitle']
const EffectScope: typeof import('vue')['EffectScope']
const Input: typeof import('./src/components/ui/input/index')['Input']
const Label: typeof import('./src/components/ui/label/index')['Label']
const Notification: typeof import('./src/types/Notification')['default']
const NotificationAddRequest: typeof import('./src/types/NotificationAddRequest')['default']
const PropsAppLoginForm: typeof import('./src/types/PropsAppLoginForm')['default']
const RouterPathEnum: typeof import('./src/types/RouterPathEnum')['RouterPathEnum']
const Separator: typeof import('./src/components/ui/separator/index')['Separator']
const Sheet: typeof import('./src/components/ui/sheet/index')['Sheet']
const SheetClose: typeof import('./src/components/ui/sheet/index')['SheetClose']
const SheetContent: typeof import('./src/components/ui/sheet/index')['SheetContent']
const SheetDescription: typeof import('./src/components/ui/sheet/index')['SheetDescription']
const SheetFooter: typeof import('./src/components/ui/sheet/index')['SheetFooter']
const SheetHeader: typeof import('./src/components/ui/sheet/index')['SheetHeader']
const SheetTitle: typeof import('./src/components/ui/sheet/index')['SheetTitle']
const SheetTrigger: typeof import('./src/components/ui/sheet/index')['SheetTrigger']
const SideBarActionsEnum: typeof import('./src/types/SideBarActionsEnum')['SideBarActionsEnum']
const StoreCacheKey: typeof import('./src/types/StoreCacheKeys')['StoreCacheKey']
const Table: typeof import('./src/components/ui/table/index')['Table']
const TableBody: typeof import('./src/components/ui/table/index')['TableBody']
const TableCaption: typeof import('./src/components/ui/table/index')['TableCaption']
const TableCell: typeof import('./src/components/ui/table/index')['TableCell']
const TableEmpty: typeof import('./src/components/ui/table/index')['TableEmpty']
const TableFooter: typeof import('./src/components/ui/table/index')['TableFooter']
const TableHead: typeof import('./src/components/ui/table/index')['TableHead']
const TableHeader: typeof import('./src/components/ui/table/index')['TableHeader']
const TableRow: typeof import('./src/components/ui/table/index')['TableRow']
const UserLoginRequest: typeof import('./src/types/UserLoginRequest')['default']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const avatarVariant: typeof import('./src/components/ui/avatar/index')['avatarVariant']
const buttonVariants: typeof import('./src/components/ui/button/index')['buttonVariants']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
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 effectScope: typeof import('vue')['effectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
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 markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
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 onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const sheetVariants: typeof import('./src/components/ui/sheet/index')['sheetVariants']
const storeToRefs: typeof import('pinia')['storeToRefs']
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 useAttrs: typeof import('vue')['useAttrs']
const useAuthStore: typeof import('./src/stores/auth')['useAuthStore']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useEntityStore: typeof import('./src/stores/entity')['useEntityStore']
const useErrorStore: typeof import('./src/stores/error')['useErrorStore']
const useFormError: typeof import('./src/composables/formError')['useFormError']
const useId: typeof import('vue')['useId']
const useMenu: typeof import('./src/composables/menu')['useMenu']
const useModel: typeof import('vue')['useModel']
const useNotification: typeof import('./src/composables/useNotification')['default']
const usePageStore: typeof import('./src/stores/page')['usePageStore']
const useProfileStore: typeof import('./src/stores/profile')['useProfileStore']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const useSubEntityStore: typeof import('./src/stores/entity-sub')['useSubEntityStore']
const useTemplateRef: typeof import('vue')['useTemplateRef']
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, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
// @ts-ignore
export type { RouterPathEnum } from './src/types/RouterPathEnum'
import('./src/types/RouterPathEnum')
// @ts-ignore
export type { SideBarActionsEnum } from './src/types/SideBarActionsEnum'
import('./src/types/SideBarActionsEnum')
// @ts-ignore
export type { StoreCacheKey } from './src/types/StoreCacheKeys'
import('./src/types/StoreCacheKeys')
}