auto-import.d.ts 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const aop: typeof import('@/utils/aop')['default']
  10. const ay: typeof import('@/utils/container')['default']
  11. const computed: typeof import('vue')['computed']
  12. const config: typeof import('@/utils/config')['default']
  13. const createApp: typeof import('vue')['createApp']
  14. const customRef: typeof import('vue')['customRef']
  15. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  16. const defineComponent: typeof import('vue')['defineComponent']
  17. const effectScope: typeof import('vue')['effectScope']
  18. const enums: typeof import('../enums/index')['default']
  19. const func: typeof import('@/utils/func')['default']
  20. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  21. const getCurrentScope: typeof import('vue')['getCurrentScope']
  22. const h: typeof import('vue')['h']
  23. const inject: typeof import('vue')['inject']
  24. const isProxy: typeof import('vue')['isProxy']
  25. const isReactive: typeof import('vue')['isReactive']
  26. const isReadonly: typeof import('vue')['isReadonly']
  27. const isRef: typeof import('vue')['isRef']
  28. const markRaw: typeof import('vue')['markRaw']
  29. const nextTick: typeof import('vue')['nextTick']
  30. const onActivated: typeof import('vue')['onActivated']
  31. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  32. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  33. const onBeforeMount: typeof import('vue')['onBeforeMount']
  34. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  35. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  36. const onDeactivated: typeof import('vue')['onDeactivated']
  37. const onError: typeof import('@dcloudio/uni-app')['onError']
  38. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  39. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  40. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  41. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  42. const onMounted: typeof import('vue')['onMounted']
  43. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  44. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  45. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  46. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  47. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  48. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  49. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  50. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  51. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  52. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  53. const onRenderTracked: typeof import('vue')['onRenderTracked']
  54. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  55. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  56. const onScopeDispose: typeof import('vue')['onScopeDispose']
  57. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  58. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  59. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  60. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  61. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  62. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  63. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  64. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  65. const onUnmounted: typeof import('vue')['onUnmounted']
  66. const onUpdated: typeof import('vue')['onUpdated']
  67. const provide: typeof import('vue')['provide']
  68. const reactive: typeof import('vue')['reactive']
  69. const readonly: typeof import('vue')['readonly']
  70. const ref: typeof import('vue')['ref']
  71. const resolveComponent: typeof import('vue')['resolveComponent']
  72. const shallowReactive: typeof import('vue')['shallowReactive']
  73. const shallowReadonly: typeof import('vue')['shallowReadonly']
  74. const shallowRef: typeof import('vue')['shallowRef']
  75. const store: typeof import('@/utils/store')['default']
  76. const toRaw: typeof import('vue')['toRaw']
  77. const toRef: typeof import('vue')['toRef']
  78. const toRefs: typeof import('vue')['toRefs']
  79. const toValue: typeof import('vue')['toValue']
  80. const triggerRef: typeof import('vue')['triggerRef']
  81. const unref: typeof import('vue')['unref']
  82. const useAttrs: typeof import('vue')['useAttrs']
  83. const useCssModule: typeof import('vue')['useCssModule']
  84. const useCssVars: typeof import('vue')['useCssVars']
  85. const useRequest: typeof import('../hooks/useRequest')['default']
  86. const useSlots: typeof import('vue')['useSlots']
  87. const useUpload: typeof import('../hooks/useUpload')['default']
  88. const watch: typeof import('vue')['watch']
  89. const watchEffect: typeof import('vue')['watchEffect']
  90. const watchPostEffect: typeof import('vue')['watchPostEffect']
  91. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  92. const webapi: typeof import('@/utils/api/web')['default']
  93. }
  94. // for type re-export
  95. declare global {
  96. // @ts-ignore
  97. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  98. import('vue')
  99. }
  100. // for vue template auto import
  101. import { UnwrapRef } from 'vue'
  102. declare module 'vue' {
  103. interface GlobalComponents {}
  104. interface ComponentCustomProperties {
  105. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  106. readonly aop: UnwrapRef<typeof import('@/utils/aop')['default']>
  107. readonly ay: UnwrapRef<typeof import('@/utils/container')['default']>
  108. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  109. readonly config: UnwrapRef<typeof import('@/utils/config')['default']>
  110. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  111. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  112. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  113. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  114. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  115. readonly enums: UnwrapRef<typeof import('../enums/index')['default']>
  116. readonly func: UnwrapRef<typeof import('@/utils/func')['default']>
  117. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  118. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  119. readonly h: UnwrapRef<typeof import('vue')['h']>
  120. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  121. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  122. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  123. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  124. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  125. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  126. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  127. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  128. readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
  129. readonly onBackPress: UnwrapRef<typeof import('@dcloudio/uni-app')['onBackPress']>
  130. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  131. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  132. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  133. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  134. readonly onError: UnwrapRef<typeof import('@dcloudio/uni-app')['onError']>
  135. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  136. readonly onHide: UnwrapRef<typeof import('@dcloudio/uni-app')['onHide']>
  137. readonly onLaunch: UnwrapRef<typeof import('@dcloudio/uni-app')['onLaunch']>
  138. readonly onLoad: UnwrapRef<typeof import('@dcloudio/uni-app')['onLoad']>
  139. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  140. readonly onNavigationBarButtonTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']>
  141. readonly onNavigationBarSearchInputChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']>
  142. readonly onNavigationBarSearchInputClicked: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']>
  143. readonly onNavigationBarSearchInputConfirmed: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']>
  144. readonly onNavigationBarSearchInputFocusChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']>
  145. readonly onPageNotFound: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageNotFound']>
  146. readonly onPageScroll: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageScroll']>
  147. readonly onPullDownRefresh: UnwrapRef<typeof import('@dcloudio/uni-app')['onPullDownRefresh']>
  148. readonly onReachBottom: UnwrapRef<typeof import('@dcloudio/uni-app')['onReachBottom']>
  149. readonly onReady: UnwrapRef<typeof import('@dcloudio/uni-app')['onReady']>
  150. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  151. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  152. readonly onResize: UnwrapRef<typeof import('@dcloudio/uni-app')['onResize']>
  153. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  154. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  155. readonly onShareAppMessage: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareAppMessage']>
  156. readonly onShareTimeline: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareTimeline']>
  157. readonly onShow: UnwrapRef<typeof import('@dcloudio/uni-app')['onShow']>
  158. readonly onTabItemTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onTabItemTap']>
  159. readonly onThemeChange: UnwrapRef<typeof import('@dcloudio/uni-app')['onThemeChange']>
  160. readonly onUnhandledRejection: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnhandledRejection']>
  161. readonly onUnload: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnload']>
  162. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  163. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  164. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  165. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  166. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  167. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  168. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  169. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  170. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  171. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  172. readonly store: UnwrapRef<typeof import('@/utils/store')['default']>
  173. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  174. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  175. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  176. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  177. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  178. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  179. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  180. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  181. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  182. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  183. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  184. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  185. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  186. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  187. readonly webapi: UnwrapRef<typeof import('@/utils/api/web')['default']>
  188. }
  189. }
  190. declare module '@vue/runtime-core' {
  191. interface GlobalComponents {}
  192. interface ComponentCustomProperties {
  193. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  194. readonly aop: UnwrapRef<typeof import('@/utils/aop')['default']>
  195. readonly ay: UnwrapRef<typeof import('@/utils/container')['default']>
  196. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  197. readonly config: UnwrapRef<typeof import('@/utils/config')['default']>
  198. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  199. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  200. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  201. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  202. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  203. readonly enums: UnwrapRef<typeof import('../enums/index')['default']>
  204. readonly func: UnwrapRef<typeof import('@/utils/func')['default']>
  205. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  206. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  207. readonly h: UnwrapRef<typeof import('vue')['h']>
  208. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  209. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  210. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  211. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  212. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  213. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  214. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  215. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  216. readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
  217. readonly onBackPress: UnwrapRef<typeof import('@dcloudio/uni-app')['onBackPress']>
  218. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  219. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  220. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  221. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  222. readonly onError: UnwrapRef<typeof import('@dcloudio/uni-app')['onError']>
  223. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  224. readonly onHide: UnwrapRef<typeof import('@dcloudio/uni-app')['onHide']>
  225. readonly onLaunch: UnwrapRef<typeof import('@dcloudio/uni-app')['onLaunch']>
  226. readonly onLoad: UnwrapRef<typeof import('@dcloudio/uni-app')['onLoad']>
  227. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  228. readonly onNavigationBarButtonTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']>
  229. readonly onNavigationBarSearchInputChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']>
  230. readonly onNavigationBarSearchInputClicked: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']>
  231. readonly onNavigationBarSearchInputConfirmed: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']>
  232. readonly onNavigationBarSearchInputFocusChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']>
  233. readonly onPageNotFound: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageNotFound']>
  234. readonly onPageScroll: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageScroll']>
  235. readonly onPullDownRefresh: UnwrapRef<typeof import('@dcloudio/uni-app')['onPullDownRefresh']>
  236. readonly onReachBottom: UnwrapRef<typeof import('@dcloudio/uni-app')['onReachBottom']>
  237. readonly onReady: UnwrapRef<typeof import('@dcloudio/uni-app')['onReady']>
  238. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  239. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  240. readonly onResize: UnwrapRef<typeof import('@dcloudio/uni-app')['onResize']>
  241. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  242. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  243. readonly onShareAppMessage: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareAppMessage']>
  244. readonly onShareTimeline: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareTimeline']>
  245. readonly onShow: UnwrapRef<typeof import('@dcloudio/uni-app')['onShow']>
  246. readonly onTabItemTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onTabItemTap']>
  247. readonly onThemeChange: UnwrapRef<typeof import('@dcloudio/uni-app')['onThemeChange']>
  248. readonly onUnhandledRejection: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnhandledRejection']>
  249. readonly onUnload: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnload']>
  250. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  251. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  252. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  253. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  254. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  255. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  256. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  257. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  258. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  259. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  260. readonly store: UnwrapRef<typeof import('@/utils/store')['default']>
  261. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  262. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  263. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  264. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  265. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  266. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  267. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  268. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  269. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  270. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  271. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  272. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  273. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  274. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  275. readonly webapi: UnwrapRef<typeof import('@/utils/api/web')['default']>
  276. }
  277. }