auto-imports.d.ts 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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 $$userConfigMap: typeof import('./api/index')['$$userConfigMap']
  9. const Apis: typeof import('./api/index')['Apis']
  10. const CommonUtil: typeof import('wot-design-uni')['CommonUtil']
  11. const EffectScope: typeof import('vue')['EffectScope']
  12. const InputFormatUtil: typeof import('./utils/index')['InputFormatUtil']
  13. const OrderStatus: typeof import('./utils/index')['OrderStatus']
  14. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  15. const alovaInstance: typeof import('./api/index')['alovaInstance']
  16. const api: typeof import('./api/index')['default']
  17. const apiDefinitions: typeof import('./api/apiDefinitions')['default']
  18. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  19. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  20. const boolToNumber: typeof import('./utils/index')['boolToNumber']
  21. const calculateCenterPointSpherical: typeof import('./utils/index')['calculateCenterPointSpherical']
  22. const computed: typeof import('vue')['computed']
  23. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  24. const computedEager: typeof import('@vueuse/core')['computedEager']
  25. const computedInject: typeof import('@vueuse/core')['computedInject']
  26. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  27. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  28. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  29. const createApis: typeof import('./api/createApis')['createApis']
  30. const createApp: typeof import('vue')['createApp']
  31. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  32. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  33. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  34. const createPinia: typeof import('pinia')['createPinia']
  35. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  36. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  37. const createRouter: typeof import('uni-mini-router')['createRouter']
  38. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  39. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  40. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  41. const customRef: typeof import('vue')['customRef']
  42. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  43. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  44. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  45. const defineComponent: typeof import('vue')['defineComponent']
  46. const defineStore: typeof import('pinia')['defineStore']
  47. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  48. const effectScope: typeof import('vue')['effectScope']
  49. const extendRef: typeof import('@vueuse/core')['extendRef']
  50. const fixImgStyle: typeof import('./utils/index')['fixImgStyle']
  51. const getActivePinia: typeof import('pinia')['getActivePinia']
  52. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  53. const getCurrentPath: typeof import('./utils/index')['getCurrentPath']
  54. const getCurrentScope: typeof import('vue')['getCurrentScope']
  55. const h: typeof import('vue')['h']
  56. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  57. const inject: typeof import('vue')['inject']
  58. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  59. const isDefined: typeof import('@vueuse/core')['isDefined']
  60. const isProxy: typeof import('vue')['isProxy']
  61. const isReactive: typeof import('vue')['isReactive']
  62. const isReadonly: typeof import('vue')['isReadonly']
  63. const isRef: typeof import('vue')['isRef']
  64. const isWxMiniProgram: typeof import('./utils/index')['isWxMiniProgram']
  65. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  66. const mapActions: typeof import('pinia')['mapActions']
  67. const mapGetters: typeof import('pinia')['mapGetters']
  68. const mapState: typeof import('pinia')['mapState']
  69. const mapStores: typeof import('pinia')['mapStores']
  70. const mapWritableState: typeof import('pinia')['mapWritableState']
  71. const markRaw: typeof import('vue')['markRaw']
  72. const mountApis: typeof import('./api/createApis')['mountApis']
  73. const nextTick: typeof import('vue')['nextTick']
  74. const onActivated: typeof import('vue')['onActivated']
  75. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  76. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  77. const onBeforeMount: typeof import('vue')['onBeforeMount']
  78. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  79. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  80. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  81. const onDeactivated: typeof import('vue')['onDeactivated']
  82. const onError: typeof import('@dcloudio/uni-app')['onError']
  83. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  84. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  85. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  86. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  87. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  88. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  89. const onMounted: typeof import('vue')['onMounted']
  90. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  91. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  92. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  93. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  94. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  95. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  96. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  97. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  98. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  99. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  100. const onRenderTracked: typeof import('vue')['onRenderTracked']
  101. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  102. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  103. const onScopeDispose: typeof import('vue')['onScopeDispose']
  104. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  105. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  106. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  107. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  108. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  109. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  110. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  111. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  112. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  113. const onUnmounted: typeof import('vue')['onUnmounted']
  114. const onUpdated: typeof import('vue')['onUpdated']
  115. const parseUrlParams: typeof import('./utils/index')['parseUrlParams']
  116. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  117. const persistPlugin: typeof import('./store/persist')['persistPlugin']
  118. const phoneFormat: typeof import('./utils/index')['phoneFormat']
  119. const provide: typeof import('vue')['provide']
  120. const provideLocal: typeof import('@vueuse/core')['provideLocal']
  121. const reactify: typeof import('@vueuse/core')['reactify']
  122. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  123. const reactive: typeof import('vue')['reactive']
  124. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  125. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  126. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  127. const readonly: typeof import('vue')['readonly']
  128. const ref: typeof import('vue')['ref']
  129. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  130. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  131. const refDefault: typeof import('@vueuse/core')['refDefault']
  132. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  133. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  134. const resolveComponent: typeof import('vue')['resolveComponent']
  135. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  136. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  137. const setActivePinia: typeof import('pinia')['setActivePinia']
  138. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  139. const shallowReactive: typeof import('vue')['shallowReactive']
  140. const shallowReadonly: typeof import('vue')['shallowReadonly']
  141. const shallowRef: typeof import('vue')['shallowRef']
  142. const storeToRefs: typeof import('pinia')['storeToRefs']
  143. const syncRef: typeof import('@vueuse/core')['syncRef']
  144. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  145. const templateRef: typeof import('@vueuse/core')['templateRef']
  146. const themeColorOptions: typeof import('./composables/useManualTheme')['themeColorOptions']
  147. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  148. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  149. const toRaw: typeof import('vue')['toRaw']
  150. const toReactive: typeof import('@vueuse/core')['toReactive']
  151. const toRef: typeof import('vue')['toRef']
  152. const toRefs: typeof import('vue')['toRefs']
  153. const toValue: typeof import('vue')['toValue']
  154. const triggerRef: typeof import('vue')['triggerRef']
  155. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  156. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  157. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  158. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  159. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  160. const unref: typeof import('vue')['unref']
  161. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  162. const until: typeof import('@vueuse/core')['until']
  163. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  164. const useAddressStore: typeof import('./store/address')['useAddressStore']
  165. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  166. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  167. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  168. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  169. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  170. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  171. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  172. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  173. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  174. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  175. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  176. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  177. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  178. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  179. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  180. const useAttrs: typeof import('vue')['useAttrs']
  181. const useBase64: typeof import('@vueuse/core')['useBase64']
  182. const useBattery: typeof import('@vueuse/core')['useBattery']
  183. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  184. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  185. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  186. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  187. const useCached: typeof import('@vueuse/core')['useCached']
  188. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  189. const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
  190. const useCloned: typeof import('@vueuse/core')['useCloned']
  191. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  192. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  193. const useCounter: typeof import('@vueuse/core')['useCounter']
  194. const useCssModule: typeof import('vue')['useCssModule']
  195. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  196. const useCssVars: typeof import('vue')['useCssVars']
  197. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  198. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  199. const useDark: typeof import('@vueuse/core')['useDark']
  200. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  201. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  202. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  203. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  204. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  205. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  206. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  207. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  208. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  209. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  210. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  211. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  212. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  213. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  214. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  215. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  216. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  217. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  218. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  219. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  220. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  221. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  222. const useFetch: typeof import('@vueuse/core')['useFetch']
  223. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  224. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  225. const useFocus: typeof import('@vueuse/core')['useFocus']
  226. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  227. const useFps: typeof import('@vueuse/core')['useFps']
  228. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  229. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  230. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  231. const useGlobalLoading: typeof import('./composables/useGlobalLoading')['useGlobalLoading']
  232. const useGlobalMessage: typeof import('./composables/useGlobalMessage')['useGlobalMessage']
  233. const useGlobalToast: typeof import('./composables/useGlobalToast')['useGlobalToast']
  234. const useIdle: typeof import('@vueuse/core')['useIdle']
  235. const useImage: typeof import('@vueuse/core')['useImage']
  236. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  237. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  238. const useInterval: typeof import('@vueuse/core')['useInterval']
  239. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  240. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  241. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  242. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  243. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  244. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  245. const useManualTheme: typeof import('./composables/useManualTheme')['useManualTheme']
  246. const useManualThemeStore: typeof import('./store/manualThemeStore')['useManualThemeStore']
  247. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  248. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  249. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  250. const useMemory: typeof import('@vueuse/core')['useMemory']
  251. const useMessage: typeof import('wot-design-uni')['useMessage']
  252. const useMounted: typeof import('@vueuse/core')['useMounted']
  253. const useMouse: typeof import('@vueuse/core')['useMouse']
  254. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  255. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  256. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  257. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  258. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  259. const useNotify: typeof import('wot-design-uni')['useNotify']
  260. const useNow: typeof import('@vueuse/core')['useNow']
  261. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  262. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  263. const useOnline: typeof import('@vueuse/core')['useOnline']
  264. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  265. const usePagination: typeof import('alova/client')['usePagination']
  266. const useParallax: typeof import('@vueuse/core')['useParallax']
  267. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  268. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  269. const usePermission: typeof import('@vueuse/core')['usePermission']
  270. const usePointer: typeof import('@vueuse/core')['usePointer']
  271. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  272. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  273. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  274. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  275. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  276. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  277. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  278. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  279. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  280. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  281. const useRequest: typeof import('alova/client')['useRequest']
  282. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  283. const useRoute: typeof import('uni-mini-router')['useRoute']
  284. const useRouter: typeof import('uni-mini-router')['useRouter']
  285. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  286. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  287. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  288. const useScroll: typeof import('@vueuse/core')['useScroll']
  289. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  290. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  291. const useShare: typeof import('@vueuse/core')['useShare']
  292. const useSlots: typeof import('vue')['useSlots']
  293. const useSmqjhCartStore: typeof import('./store/cart')['useSmqjhCartStore']
  294. const useSorted: typeof import('@vueuse/core')['useSorted']
  295. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  296. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  297. const useStepper: typeof import('@vueuse/core')['useStepper']
  298. const useStorage: typeof import('@vueuse/core')['useStorage']
  299. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  300. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  301. const useSupported: typeof import('@vueuse/core')['useSupported']
  302. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  303. const useSysStore: typeof import('./store/sys')['useSysStore']
  304. const useSysXsbStore: typeof import('./subPack-xsb/store-xsb/sys')['useSysXsbStore']
  305. const useTabbar: typeof import('./composables/useTabbar')['useTabbar']
  306. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  307. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  308. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  309. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  310. const useTheme: typeof import('./composables/useTheme')['useTheme']
  311. const useThemeStore: typeof import('./store/themeStore')['useThemeStore']
  312. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  313. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  314. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  315. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  316. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  317. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  318. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  319. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  320. const useTitle: typeof import('@vueuse/core')['useTitle']
  321. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  322. const useToString: typeof import('@vueuse/core')['useToString']
  323. const useToast: typeof import('wot-design-uni')['useToast']
  324. const useToggle: typeof import('@vueuse/core')['useToggle']
  325. const useTransition: typeof import('@vueuse/core')['useTransition']
  326. const useUpdateManager: typeof import('./composables/useUpdateManager')['default']
  327. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  328. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  329. const useUserStore: typeof import('./store/user')['useUserStore']
  330. const useVModel: typeof import('@vueuse/core')['useVModel']
  331. const useVModels: typeof import('@vueuse/core')['useVModels']
  332. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  333. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  334. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  335. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  336. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  337. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  338. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  339. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  340. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  341. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  342. const watch: typeof import('vue')['watch']
  343. const watchArray: typeof import('@vueuse/core')['watchArray']
  344. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  345. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  346. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  347. const watchEffect: typeof import('vue')['watchEffect']
  348. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  349. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  350. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  351. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  352. const watchPostEffect: typeof import('vue')['watchPostEffect']
  353. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  354. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  355. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  356. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  357. const whenever: typeof import('@vueuse/core')['whenever']
  358. const withConfigType: typeof import('./api/createApis')['withConfigType']
  359. }
  360. // for type re-export
  361. declare global {
  362. // @ts-ignore
  363. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  364. import('vue')
  365. // @ts-ignore
  366. export type { OrderStatus } from './utils/index'
  367. import('./utils/index')
  368. }
  369. // for vue template auto import
  370. import { UnwrapRef } from 'vue'
  371. declare module 'vue' {
  372. interface GlobalComponents {}
  373. interface ComponentCustomProperties {
  374. readonly $$userConfigMap: UnwrapRef<typeof import('./api/index')['$$userConfigMap']>
  375. readonly Apis: UnwrapRef<typeof import('./api/index')['Apis']>
  376. readonly CommonUtil: UnwrapRef<typeof import('wot-design-uni')['CommonUtil']>
  377. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  378. readonly InputFormatUtil: UnwrapRef<typeof import('./utils/index')['InputFormatUtil']>
  379. readonly OrderStatus: UnwrapRef<typeof import('./utils/index')['OrderStatus']>
  380. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  381. readonly alovaInstance: UnwrapRef<typeof import('./api/index')['alovaInstance']>
  382. readonly api: UnwrapRef<typeof import('./api/index')['default']>
  383. readonly apiDefinitions: UnwrapRef<typeof import('./api/apiDefinitions')['default']>
  384. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  385. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  386. readonly boolToNumber: UnwrapRef<typeof import('./utils/index')['boolToNumber']>
  387. readonly calculateCenterPointSpherical: UnwrapRef<typeof import('./utils/index')['calculateCenterPointSpherical']>
  388. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  389. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  390. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  391. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  392. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  393. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  394. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  395. readonly createApis: UnwrapRef<typeof import('./api/createApis')['createApis']>
  396. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  397. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  398. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  399. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  400. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  401. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  402. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  403. readonly createRouter: UnwrapRef<typeof import('uni-mini-router')['createRouter']>
  404. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  405. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  406. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  407. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  408. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  409. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  410. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  411. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  412. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  413. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  414. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  415. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  416. readonly fixImgStyle: UnwrapRef<typeof import('./utils/index')['fixImgStyle']>
  417. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  418. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  419. readonly getCurrentPath: UnwrapRef<typeof import('./utils/index')['getCurrentPath']>
  420. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  421. readonly h: UnwrapRef<typeof import('vue')['h']>
  422. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  423. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  424. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  425. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  426. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  427. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  428. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  429. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  430. readonly isWxMiniProgram: UnwrapRef<typeof import('./utils/index')['isWxMiniProgram']>
  431. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  432. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  433. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  434. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  435. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  436. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  437. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  438. readonly mountApis: UnwrapRef<typeof import('./api/createApis')['mountApis']>
  439. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  440. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  441. readonly onAddToFavorites: UnwrapRef<typeof import('@dcloudio/uni-app')['onAddToFavorites']>
  442. readonly onBackPress: UnwrapRef<typeof import('@dcloudio/uni-app')['onBackPress']>
  443. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  444. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  445. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  446. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  447. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  448. readonly onError: UnwrapRef<typeof import('@dcloudio/uni-app')['onError']>
  449. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  450. readonly onHide: UnwrapRef<typeof import('@dcloudio/uni-app')['onHide']>
  451. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  452. readonly onLaunch: UnwrapRef<typeof import('@dcloudio/uni-app')['onLaunch']>
  453. readonly onLoad: UnwrapRef<typeof import('@dcloudio/uni-app')['onLoad']>
  454. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  455. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  456. readonly onNavigationBarButtonTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']>
  457. readonly onNavigationBarSearchInputChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']>
  458. readonly onNavigationBarSearchInputClicked: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']>
  459. readonly onNavigationBarSearchInputConfirmed: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']>
  460. readonly onNavigationBarSearchInputFocusChanged: UnwrapRef<typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']>
  461. readonly onPageNotFound: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageNotFound']>
  462. readonly onPageScroll: UnwrapRef<typeof import('@dcloudio/uni-app')['onPageScroll']>
  463. readonly onPullDownRefresh: UnwrapRef<typeof import('@dcloudio/uni-app')['onPullDownRefresh']>
  464. readonly onReachBottom: UnwrapRef<typeof import('@dcloudio/uni-app')['onReachBottom']>
  465. readonly onReady: UnwrapRef<typeof import('@dcloudio/uni-app')['onReady']>
  466. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  467. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  468. readonly onResize: UnwrapRef<typeof import('@dcloudio/uni-app')['onResize']>
  469. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  470. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  471. readonly onShareAppMessage: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareAppMessage']>
  472. readonly onShareTimeline: UnwrapRef<typeof import('@dcloudio/uni-app')['onShareTimeline']>
  473. readonly onShow: UnwrapRef<typeof import('@dcloudio/uni-app')['onShow']>
  474. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  475. readonly onTabItemTap: UnwrapRef<typeof import('@dcloudio/uni-app')['onTabItemTap']>
  476. readonly onThemeChange: UnwrapRef<typeof import('@dcloudio/uni-app')['onThemeChange']>
  477. readonly onUnhandledRejection: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnhandledRejection']>
  478. readonly onUnload: UnwrapRef<typeof import('@dcloudio/uni-app')['onUnload']>
  479. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  480. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  481. readonly parseUrlParams: UnwrapRef<typeof import('./utils/index')['parseUrlParams']>
  482. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  483. readonly persistPlugin: UnwrapRef<typeof import('./store/persist')['persistPlugin']>
  484. readonly phoneFormat: UnwrapRef<typeof import('./utils/index')['phoneFormat']>
  485. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  486. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  487. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  488. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  489. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  490. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  491. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  492. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  493. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  494. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  495. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  496. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  497. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  498. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  499. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  500. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  501. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  502. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  503. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  504. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  505. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  506. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  507. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  508. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  509. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  510. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  511. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  512. readonly themeColorOptions: UnwrapRef<typeof import('./composables/useManualTheme')['themeColorOptions']>
  513. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  514. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  515. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  516. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  517. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  518. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  519. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  520. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  521. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  522. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  523. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  524. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  525. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  526. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  527. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  528. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  529. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  530. readonly useAddressStore: UnwrapRef<typeof import('./store/address')['useAddressStore']>
  531. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  532. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  533. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  534. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  535. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  536. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  537. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  538. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  539. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  540. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  541. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  542. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  543. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  544. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  545. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  546. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  547. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  548. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  549. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  550. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  551. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  552. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  553. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  554. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  555. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  556. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  557. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  558. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  559. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  560. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  561. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  562. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  563. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  564. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  565. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  566. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  567. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  568. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  569. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  570. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  571. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  572. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  573. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  574. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  575. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  576. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  577. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  578. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  579. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  580. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  581. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  582. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  583. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  584. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  585. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  586. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  587. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  588. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  589. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  590. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  591. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  592. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  593. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  594. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  595. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  596. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  597. readonly useGlobalLoading: UnwrapRef<typeof import('./composables/useGlobalLoading')['useGlobalLoading']>
  598. readonly useGlobalMessage: UnwrapRef<typeof import('./composables/useGlobalMessage')['useGlobalMessage']>
  599. readonly useGlobalToast: UnwrapRef<typeof import('./composables/useGlobalToast')['useGlobalToast']>
  600. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  601. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  602. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  603. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  604. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  605. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  606. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  607. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  608. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  609. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  610. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  611. readonly useManualTheme: UnwrapRef<typeof import('./composables/useManualTheme')['useManualTheme']>
  612. readonly useManualThemeStore: UnwrapRef<typeof import('./store/manualThemeStore')['useManualThemeStore']>
  613. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  614. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  615. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  616. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  617. readonly useMessage: UnwrapRef<typeof import('wot-design-uni')['useMessage']>
  618. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  619. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  620. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  621. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  622. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  623. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  624. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  625. readonly useNotify: UnwrapRef<typeof import('wot-design-uni')['useNotify']>
  626. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  627. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  628. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  629. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  630. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  631. readonly usePagination: UnwrapRef<typeof import('alova/client')['usePagination']>
  632. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  633. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  634. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  635. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  636. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  637. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  638. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  639. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  640. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  641. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  642. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  643. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  644. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  645. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  646. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  647. readonly useRequest: UnwrapRef<typeof import('alova/client')['useRequest']>
  648. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  649. readonly useRoute: UnwrapRef<typeof import('uni-mini-router')['useRoute']>
  650. readonly useRouter: UnwrapRef<typeof import('uni-mini-router')['useRouter']>
  651. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  652. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  653. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  654. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  655. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  656. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  657. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  658. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  659. readonly useSmqjhCartStore: UnwrapRef<typeof import('./store/cart')['useSmqjhCartStore']>
  660. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  661. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  662. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  663. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  664. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  665. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  666. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  667. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  668. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  669. readonly useSysStore: UnwrapRef<typeof import('./store/sys')['useSysStore']>
  670. readonly useSysXsbStore: UnwrapRef<typeof import('./subPack-xsb/store-xsb/sys')['useSysXsbStore']>
  671. readonly useTabbar: UnwrapRef<typeof import('./composables/useTabbar')['useTabbar']>
  672. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  673. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  674. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  675. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  676. readonly useTheme: UnwrapRef<typeof import('./composables/useTheme')['useTheme']>
  677. readonly useThemeStore: UnwrapRef<typeof import('./store/themeStore')['useThemeStore']>
  678. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  679. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  680. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  681. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  682. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  683. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  684. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  685. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  686. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  687. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  688. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  689. readonly useToast: UnwrapRef<typeof import('wot-design-uni')['useToast']>
  690. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  691. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  692. readonly useUpdateManager: UnwrapRef<typeof import('./composables/useUpdateManager')['default']>
  693. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  694. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  695. readonly useUserStore: UnwrapRef<typeof import('./store/user')['useUserStore']>
  696. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  697. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  698. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  699. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  700. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  701. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  702. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  703. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  704. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  705. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  706. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  707. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  708. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  709. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  710. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  711. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  712. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  713. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  714. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  715. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  716. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  717. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  718. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  719. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  720. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  721. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  722. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  723. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  724. readonly withConfigType: UnwrapRef<typeof import('./api/createApis')['withConfigType']>
  725. }
  726. }