auto-import.d.ts 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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 computed: typeof import('vue')['computed']
  10. const createApp: typeof import('vue')['createApp']
  11. const customRef: typeof import('vue')['customRef']
  12. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  13. const defineComponent: typeof import('vue')['defineComponent']
  14. const effectScope: typeof import('vue')['effectScope']
  15. const formatAmount: typeof import('../hooks/moneyProcessing')['formatAmount']
  16. const formatAmountNoFloat: typeof import('../hooks/moneyProcessing')['formatAmountNoFloat']
  17. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  18. const getCurrentScope: typeof import('vue')['getCurrentScope']
  19. const h: typeof import('vue')['h']
  20. const inject: typeof import('vue')['inject']
  21. const isProxy: typeof import('vue')['isProxy']
  22. const isReactive: typeof import('vue')['isReactive']
  23. const isReadonly: typeof import('vue')['isReadonly']
  24. const isRef: typeof import('vue')['isRef']
  25. const markRaw: typeof import('vue')['markRaw']
  26. const nextTick: typeof import('vue')['nextTick']
  27. const onActivated: typeof import('vue')['onActivated']
  28. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  29. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  30. const onBeforeMount: typeof import('vue')['onBeforeMount']
  31. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  32. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  33. const onDeactivated: typeof import('vue')['onDeactivated']
  34. const onError: typeof import('@dcloudio/uni-app')['onError']
  35. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  36. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  37. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  38. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  39. const onMounted: typeof import('vue')['onMounted']
  40. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  41. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  42. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  43. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  44. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  45. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  46. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  47. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  48. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  49. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  50. const onRenderTracked: typeof import('vue')['onRenderTracked']
  51. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  52. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  53. const onScopeDispose: typeof import('vue')['onScopeDispose']
  54. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  55. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  56. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  57. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  58. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  59. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  60. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  61. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  62. const onUnmounted: typeof import('vue')['onUnmounted']
  63. const onUpdated: typeof import('vue')['onUpdated']
  64. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  65. const provide: typeof import('vue')['provide']
  66. const reactive: typeof import('vue')['reactive']
  67. const readonly: typeof import('vue')['readonly']
  68. const ref: typeof import('vue')['ref']
  69. const resolveComponent: typeof import('vue')['resolveComponent']
  70. const shallowReactive: typeof import('vue')['shallowReactive']
  71. const shallowReadonly: typeof import('vue')['shallowReadonly']
  72. const shallowRef: typeof import('vue')['shallowRef']
  73. const toRaw: typeof import('vue')['toRaw']
  74. const toRef: typeof import('vue')['toRef']
  75. const toRefs: typeof import('vue')['toRefs']
  76. const toValue: typeof import('vue')['toValue']
  77. const triggerRef: typeof import('vue')['triggerRef']
  78. const unref: typeof import('vue')['unref']
  79. const useAttrs: typeof import('vue')['useAttrs']
  80. const useCssModule: typeof import('vue')['useCssModule']
  81. const useCssVars: typeof import('vue')['useCssVars']
  82. const useId: typeof import('vue')['useId']
  83. const useImgPath: typeof import('../hooks/useImgPath')['useImgPath']
  84. const useModel: typeof import('vue')['useModel']
  85. const useNavbarWeixin: (typeof import("../hooks/useNavbarWeixin"))["default"]
  86. const useRequest: typeof import('../hooks/useRequest')['default']
  87. const useSlots: typeof import('vue')['useSlots']
  88. const useTelegramBackButton: typeof import('../hooks/useTelegramBackButton')['useTelegramBackButton']
  89. const useTemplateRef: typeof import('vue')['useTemplateRef']
  90. const useUpload: typeof import('../hooks/useUpload')['default']
  91. const useUpload2: typeof import("../hooks/useUpload2")["default"]
  92. const watch: typeof import('vue')['watch']
  93. const watchEffect: typeof import('vue')['watchEffect']
  94. const watchPostEffect: typeof import('vue')['watchPostEffect']
  95. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  96. }
  97. // for type re-export
  98. declare global {
  99. // @ts-ignore
  100. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  101. import('vue')
  102. }
  103. // for vue template auto import
  104. import { UnwrapRef } from 'vue'
  105. declare module 'vue' {
  106. interface GlobalComponents {}
  107. interface ComponentCustomProperties {
  108. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  109. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  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 formatAmount: UnwrapRef<typeof import('../hooks/moneyProcessing')['formatAmount']>
  116. readonly formatAmountNoFloat: UnwrapRef<typeof import('../hooks/moneyProcessing')['formatAmountNoFloat']>
  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 toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  173. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  174. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  175. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  176. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  177. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  178. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  179. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  180. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  181. readonly useImgPath: UnwrapRef<typeof import('../hooks/useImgPath')['useImgPath']>
  182. readonly useRequest: UnwrapRef<typeof import('../hooks/useRequest')['default']>
  183. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  184. readonly useTelegramBackButton: UnwrapRef<typeof import('../hooks/useTelegramBackButton')['useTelegramBackButton']>
  185. readonly useUpload: UnwrapRef<typeof import('../hooks/useUpload')['default']>
  186. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  187. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  188. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  189. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  190. }
  191. }
  192. declare module '@vue/runtime-core' {
  193. interface GlobalComponents {}
  194. interface ComponentCustomProperties {
  195. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  196. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  197. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  198. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  199. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  200. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  201. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  202. readonly formatAmount: UnwrapRef<typeof import('../hooks/moneyProcessing')['formatAmount']>
  203. readonly formatAmountNoFloat: UnwrapRef<typeof import('../hooks/moneyProcessing')['formatAmountNoFloat']>
  204. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  205. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  206. readonly h: UnwrapRef<typeof import('vue')['h']>
  207. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  208. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  209. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  210. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  211. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  212. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  213. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  214. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  215. readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
  216. readonly onBackPress: UnwrapRef<typeof import('@dcloudio/uni-app')['onBackPress']>
  217. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  218. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  219. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  220. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  221. readonly onError: UnwrapRef<typeof import('@dcloudio/uni-app')['onError']>
  222. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  223. readonly onHide: UnwrapRef<typeof import('@dcloudio/uni-app')['onHide']>
  224. readonly onLaunch: UnwrapRef<typeof import('@dcloudio/uni-app')['onLaunch']>
  225. readonly onLoad: UnwrapRef<typeof import('@dcloudio/uni-app')['onLoad']>
  226. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  227. readonly onNavigationBarButtonTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']>
  228. readonly onNavigationBarSearchInputChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']>
  229. readonly onNavigationBarSearchInputClicked: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']>
  230. readonly onNavigationBarSearchInputConfirmed: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']>
  231. readonly onNavigationBarSearchInputFocusChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']>
  232. readonly onPageNotFound: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageNotFound']>
  233. readonly onPageScroll: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageScroll']>
  234. readonly onPullDownRefresh: UnwrapRef<typeof import('@dcloudio/uni-app')['onPullDownRefresh']>
  235. readonly onReachBottom: UnwrapRef<typeof import('@dcloudio/uni-app')['onReachBottom']>
  236. readonly onReady: UnwrapRef<typeof import('@dcloudio/uni-app')['onReady']>
  237. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  238. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  239. readonly onResize: UnwrapRef<typeof import('@dcloudio/uni-app')['onResize']>
  240. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  241. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  242. readonly onShareAppMessage: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareAppMessage']>
  243. readonly onShareTimeline: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareTimeline']>
  244. readonly onShow: UnwrapRef<typeof import('@dcloudio/uni-app')['onShow']>
  245. readonly onTabItemTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onTabItemTap']>
  246. readonly onThemeChange: UnwrapRef<typeof import('@dcloudio/uni-app')['onThemeChange']>
  247. readonly onUnhandledRejection: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnhandledRejection']>
  248. readonly onUnload: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnload']>
  249. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  250. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  251. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  252. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  253. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  254. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  255. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  256. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  257. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  258. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  259. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  260. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  261. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  262. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  263. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  264. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  265. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  266. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  267. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  268. readonly useImgPath: UnwrapRef<typeof import('../hooks/useImgPath')['useImgPath']>
  269. readonly useRequest: UnwrapRef<typeof import('../hooks/useRequest')['default']>
  270. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  271. readonly useTelegramBackButton: UnwrapRef<typeof import('../hooks/useTelegramBackButton')['useTelegramBackButton']>
  272. readonly useUpload: UnwrapRef<typeof import('../hooks/useUpload')['default']>
  273. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  274. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  275. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  276. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  277. }
  278. }