forked from dingdaoyi/lotus_bridge_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-imports.d.ts
169 lines (169 loc) · 10.4 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const ConfigRunWindow: typeof import('./src/store/app/index')['ConfigRunWindow']
const DialogBox: typeof import('./src/common/tips')['DialogBox']
const EffectScope: typeof import('vue')['EffectScope']
const ElLoading: typeof import('element-plus/es')['ElLoading']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const Loading: typeof import('./src/common/tips')['Loading']
const MessageBox: typeof import('./src/common/tips')['MessageBox']
const PiniaVuePlugin: typeof import('pinia')['PiniaVuePlugin']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const arrayToOnly: typeof import('./src/common/common')['arrayToOnly']
const authOauthCaptcha: typeof import('./src/api/index')['authOauthCaptcha']
const authOauthToken: typeof import('./src/api/index')['authOauthToken']
const authUserInfo: typeof import('./src/api/index')['authUserInfo']
const axios: typeof import('axios')['default']
const beforeAxiosEnter: typeof import('./src/common/common')['beforeAxiosEnter']
const computed: typeof import('vue')['computed']
const configRequestFunction: typeof import('./src/common/axiosConfig')['configRequestFunction']
const createApp: typeof import('vue')['createApp']
const createPinia: typeof import('pinia')['createPinia']
const createRouter: typeof import('vue-router')['createRouter']
const createWebHistory: typeof import('vue-router')['createWebHistory']
const customRef: typeof import('vue')['customRef']
const dataEmpty: typeof import('./src/common/common')['dataEmpty']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const defineStore: typeof import('pinia')['defineStore']
const device: typeof import('./src/api/index')['device']
const deviceCreate: typeof import('./src/api/index')['deviceCreate']
const deviceDatele: typeof import('./src/api/index')['deviceDatele']
const deviceDelete: typeof import('./src/api/index')['deviceDelete']
const deviceDetail: typeof import('./src/api/index')['deviceDetail']
const deviceEidt: typeof import('./src/api/index')['deviceEidt']
const deviceGrop: typeof import('./src/api/index')['deviceGrop']
const deviceGropCreate: typeof import('./src/api/index')['deviceGropCreate']
const deviceGropDelete: typeof import('./src/api/index')['deviceGropDelete']
const deviceGropDetail: typeof import('./src/api/index')['deviceGropDetail']
const deviceGropEidt: typeof import('./src/api/index')['deviceGropEidt']
const deviceGropList: typeof import('./src/api/index')['deviceGropList']
const deviceLIst: typeof import('./src/api/index')['deviceLIst']
const deviceList: typeof import('./src/api/index')['deviceList']
const effectScope: typeof import('vue')['effectScope']
const exportConfigCreate: typeof import('./src/api/index')['exportConfigCreate']
const exportConfigDelete: typeof import('./src/api/index')['exportConfigDelete']
const exportConfigDetail: typeof import('./src/api/index')['exportConfigDetail']
const exportConfigEidt: typeof import('./src/api/index')['exportConfigEidt']
const exportConfigList: typeof import('./src/api/index')['exportConfigList']
const exportGroup: typeof import('./src/api/index')['exportGroup']
const exportGroupStatus: typeof import('./src/api/index')['exportGroupStatus']
const fillNumber: typeof import('./src/common/common')['fillNumber']
const findObjectValue: typeof import('./src/common/common')['findObjectValue']
const getActivePinia: typeof import('pinia')['getActivePinia']
const getAppTheme: typeof import('./src/store/app/index')['getAppTheme']
const getAppVersion: typeof import('./src/store/app/index')['getAppVersion']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const getDataToJSON: typeof import('./src/common/common')['getDataToJSON']
const getHtmlStyle: typeof import('./src/common/common')['getHtmlStyle']
const getImage: typeof import('./src/common/common')['getImage']
const getName: typeof import('./src/common/common')['getName']
const getParams: typeof import('./src/common/common')['getParams']
const getPlatform: typeof import('./src/common/common')['getPlatform']
const getPlatformVersion: typeof import('./src/common/common')['getPlatformVersion']
const getStyle: typeof import('./src/common/common')['getStyle']
const getToken: typeof import('./src/store/app/index')['getToken']
const getUserInfo: typeof import('./src/store/app/index')['getUserInfo']
const h: typeof import('vue')['h']
const httpErrorFunction: typeof import('./src/common/axiosConfig')['httpErrorFunction']
const httpRequest: typeof import('./src/common/axiosConfig')['httpRequest']
const httptResponseFunction: typeof import('./src/common/axiosConfig')['httptResponseFunction']
const inject: typeof import('vue')['inject']
const isNull: typeof import('./src/common/common')['isNull']
const isObject: typeof import('./src/common/common')['isObject']
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 jsonToGetData: typeof import('./src/common/common')['jsonToGetData']
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 nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
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 paramsConfig: typeof import('./src/common/request')['paramsConfig']
const pluginCreate: typeof import('./src/api/index')['pluginCreate']
const pluginDelete: typeof import('./src/api/index')['pluginDelete']
const pluginDetail: typeof import('./src/api/index')['pluginDetail']
const pluginEidt: typeof import('./src/api/index')['pluginEidt']
const pluginList: typeof import('./src/api/index')['pluginList']
const point: typeof import('./src/api/index')['point']
const pointCreate: typeof import('./src/api/index')['pointCreate']
const pointDelete: typeof import('./src/api/index')['pointDelete']
const pointDetail: typeof import('./src/api/index')['pointDetail']
const pointEidt: typeof import('./src/api/index')['pointEidt']
const pointList: typeof import('./src/api/index')['pointList']
const pointSetValue: typeof import('./src/api/index')['pointSetValue']
const pointValue: typeof import('./src/api/index')['pointValue']
const provide: typeof import('vue')['provide']
const random: typeof import('./src/common/common')['random']
const randomText: typeof import('./src/common/common')['randomText']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const request: typeof import('./src/common/request')['default']
const resolveComponent: typeof import('vue')['resolveComponent']
const setActivePinia: typeof import('pinia')['setActivePinia']
const setAppTheme: typeof import('./src/store/app/index')['setAppTheme']
const setAppVersion: typeof import('./src/store/app/index')['setAppVersion']
const setImgPath: typeof import('./src/common/common')['setImgPath']
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
const setToken: typeof import('./src/store/app/index')['setToken']
const setUserInfo: typeof import('./src/store/app/index')['setUserInfo']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const statusError: typeof import('./src/common/common')['statusError']
const store: typeof import('./src/store/index')['default']
const storeToRefs: typeof import('pinia')['storeToRefs']
const tenantList: typeof import('./src/api/index')['tenantList']
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 useConfig: typeof import('./src/store/app/index')['useConfig']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const useStore: typeof import('pinia')['useStore']
const useToken: typeof import('./src/store/app/index')['useToken']
const useUserInfo: typeof import('./src/store/app/index')['useUserInfo']
const userLogin: typeof import('./src/api/index')['userLogin']
const validation: typeof import('./src/common/common')['validation']
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, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
}