vue2server7 7.0.118 → 7.0.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/package.json +1 -1
  2. package/test/mini2.0-main/.editorconfig +8 -0
  3. package/test/mini2.0-main/.env.development +3 -0
  4. package/test/mini2.0-main/.env.production +3 -0
  5. package/test/mini2.0-main/.env.test +3 -0
  6. package/test/mini2.0-main/.gitattributes +1 -0
  7. package/test/mini2.0-main/.oxlintrc.json +10 -0
  8. package/test/mini2.0-main/.prettierrc.json +6 -0
  9. package/test/mini2.0-main/README.md +179 -0
  10. package/test/mini2.0-main/auto-imports.d.ts +629 -0
  11. package/test/mini2.0-main/components.d.ts +21 -0
  12. package/test/mini2.0-main/docs/MX_API.md +244 -0
  13. package/test/mini2.0-main/docs/REQUEST.md +217 -0
  14. package/test/mini2.0-main/docs/package-json-guide.md +132 -0
  15. package/test/mini2.0-main/env.d.ts +12 -0
  16. package/test/mini2.0-main/eslint.config.ts +26 -0
  17. package/test/mini2.0-main/index.html +16 -0
  18. package/test/mini2.0-main/package-lock.json +6421 -0
  19. package/test/mini2.0-main/package.json +64 -0
  20. package/test/mini2.0-main/plugins/bump-version.ts +50 -0
  21. package/test/mini2.0-main/postcss.config.ts +15 -0
  22. package/test/mini2.0-main/public/favicon.ico +0 -0
  23. package/test/mini2.0-main/public/images/12a73787-86a9-4891-a65f-66104746f6a8.png +0 -0
  24. package/test/mini2.0-main/public/images/5798d7aa-ba8b-4605-8079-58b35495ac55.png +0 -0
  25. package/test/mini2.0-main/public/images/73fef1e4-0fd0-4a1a-9b8b-a70a5b6acbbc.png +0 -0
  26. package/test/mini2.0-main/public/images/bc685b4c-0cca-4a79-924c-a8ee10e6f8eb.png +0 -0
  27. package/test/mini2.0-main/public/images/c3dbbd9d-be56-490e-b9f4-6ee17ebefffc.png +0 -0
  28. package/test/mini2.0-main/public/images/ea745a10-42aa-4f44-8d7f-3ab02cc0adcd.png +0 -0
  29. package/test/mini2.0-main/public/images/f5876785-b927-4347-ba19-999114240649.png +0 -0
  30. package/test/mini2.0-main/public/images/img.png +0 -0
  31. package/test/mini2.0-main/src/App.vue +11 -0
  32. package/test/mini2.0-main/src/api/user.ts +23 -0
  33. package/test/mini2.0-main/src/auto-imports.d.ts +639 -0
  34. package/test/mini2.0-main/src/components.d.ts +23 -0
  35. package/test/mini2.0-main/src/config/config.properties +3 -0
  36. package/test/mini2.0-main/src/config/env.ts +6 -0
  37. package/test/mini2.0-main/src/config/plugin.properties.pro +6 -0
  38. package/test/mini2.0-main/src/config/plugin.properties.test +6 -0
  39. package/test/mini2.0-main/src/core/mxApi/index.ts +237 -0
  40. package/test/mini2.0-main/src/core/request/index.ts +129 -0
  41. package/test/mini2.0-main/src/main.ts +21 -0
  42. package/test/mini2.0-main/src/router/index.ts +70 -0
  43. package/test/mini2.0-main/src/stores/counter.ts +12 -0
  44. package/test/mini2.0-main/src/stores/user.ts +48 -0
  45. package/test/mini2.0-main/src/types/api.d.ts +14 -0
  46. package/test/mini2.0-main/src/types/nprogress.d.ts +8 -0
  47. package/test/mini2.0-main/src/utils/request.ts +159 -0
  48. package/test/mini2.0-main/src/views/clearing-detail/index.vue +49 -0
  49. package/test/mini2.0-main/src/views/foreign-position/index.vue +49 -0
  50. package/test/mini2.0-main/src/views/home/index.vue +201 -0
  51. package/test/mini2.0-main/src/views/login/index.vue +166 -0
  52. package/test/mini2.0-main/src/views/net-debit/index.vue +49 -0
  53. package/test/mini2.0-main/src/views/pbc-position/index.vue +49 -0
  54. package/test/mini2.0-main/src/views/position-estimate/index.vue +49 -0
  55. package/test/mini2.0-main/src/views/rmb-position/index.vue +49 -0
  56. package/test/mini2.0-main/src/views/warning/index.vue +49 -0
  57. package/test/mini2.0-main/tsconfig.app.json +18 -0
  58. package/test/mini2.0-main/tsconfig.json +11 -0
  59. package/test/mini2.0-main/tsconfig.node.json +28 -0
  60. package/test/mini2.0-main/vite.config.ts +68 -0
  61. package/test/b137a0ec17d13d2093a89a18eb819e89.png +0 -0
  62. package/test/mini2.0-main (2).zip +0 -0
@@ -0,0 +1,639 @@
1
+ /* eslint-disable */
2
+ /* prettier-ignore */
3
+ // @ts-nocheck
4
+ // noinspection JSUnusedGlobalSymbols
5
+ // Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
7
+ export {}
8
+ declare global {
9
+ const EffectScope: typeof import('vue').EffectScope
10
+ const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
11
+ const asyncComputed: typeof import('@vueuse/core').asyncComputed
12
+ const autoResetRef: typeof import('@vueuse/core').autoResetRef
13
+ const closeToast: typeof import('vant').closeToast
14
+ const computed: typeof import('vue').computed
15
+ const computedAsync: typeof import('@vueuse/core').computedAsync
16
+ const computedEager: typeof import('@vueuse/core').computedEager
17
+ const computedInject: typeof import('@vueuse/core').computedInject
18
+ const computedWithControl: typeof import('@vueuse/core').computedWithControl
19
+ const controlledComputed: typeof import('@vueuse/core').controlledComputed
20
+ const controlledRef: typeof import('@vueuse/core').controlledRef
21
+ const createApp: typeof import('vue').createApp
22
+ const createDisposableDirective: typeof import('@vueuse/core').createDisposableDirective
23
+ const createEventHook: typeof import('@vueuse/core').createEventHook
24
+ const createGlobalState: typeof import('@vueuse/core').createGlobalState
25
+ const createInjectionState: typeof import('@vueuse/core').createInjectionState
26
+ const createPinia: typeof import('pinia').createPinia
27
+ const createReactiveFn: typeof import('@vueuse/core').createReactiveFn
28
+ const createRef: typeof import('@vueuse/core').createRef
29
+ const createReusableTemplate: typeof import('@vueuse/core').createReusableTemplate
30
+ const createSharedComposable: typeof import('@vueuse/core').createSharedComposable
31
+ const createTemplatePromise: typeof import('@vueuse/core').createTemplatePromise
32
+ const createUnrefFn: typeof import('@vueuse/core').createUnrefFn
33
+ const customRef: typeof import('vue').customRef
34
+ const debouncedRef: typeof import('@vueuse/core').debouncedRef
35
+ const debouncedWatch: typeof import('@vueuse/core').debouncedWatch
36
+ const defineAsyncComponent: typeof import('vue').defineAsyncComponent
37
+ const defineComponent: typeof import('vue').defineComponent
38
+ const defineStore: typeof import('pinia').defineStore
39
+ const eagerComputed: typeof import('@vueuse/core').eagerComputed
40
+ const effectScope: typeof import('vue').effectScope
41
+ const extendRef: typeof import('@vueuse/core').extendRef
42
+ const getActivePinia: typeof import('pinia').getActivePinia
43
+ const getCurrentInstance: typeof import('vue').getCurrentInstance
44
+ const getCurrentScope: typeof import('vue').getCurrentScope
45
+ const getCurrentWatcher: typeof import('vue').getCurrentWatcher
46
+ const h: typeof import('vue').h
47
+ const ignorableWatch: typeof import('@vueuse/core').ignorableWatch
48
+ const inject: typeof import('vue').inject
49
+ const injectLocal: typeof import('@vueuse/core').injectLocal
50
+ const isDefined: typeof import('@vueuse/core').isDefined
51
+ const isProxy: typeof import('vue').isProxy
52
+ const isReactive: typeof import('vue').isReactive
53
+ const isReadonly: typeof import('vue').isReadonly
54
+ const isRef: typeof import('vue').isRef
55
+ const isShallow: typeof import('vue').isShallow
56
+ const makeDestructurable: typeof import('@vueuse/core').makeDestructurable
57
+ const mapActions: typeof import('pinia').mapActions
58
+ const mapGetters: typeof import('pinia').mapGetters
59
+ const mapState: typeof import('pinia').mapState
60
+ const mapStores: typeof import('pinia').mapStores
61
+ const mapWritableState: typeof import('pinia').mapWritableState
62
+ const markRaw: typeof import('vue').markRaw
63
+ const nextTick: typeof import('vue').nextTick
64
+ const onActivated: typeof import('vue').onActivated
65
+ const onBeforeMount: typeof import('vue').onBeforeMount
66
+ const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
67
+ const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
68
+ const onBeforeUnmount: typeof import('vue').onBeforeUnmount
69
+ const onBeforeUpdate: typeof import('vue').onBeforeUpdate
70
+ const onClickOutside: typeof import('@vueuse/core').onClickOutside
71
+ const onDeactivated: typeof import('vue').onDeactivated
72
+ const onElementRemoval: typeof import('@vueuse/core').onElementRemoval
73
+ const onErrorCaptured: typeof import('vue').onErrorCaptured
74
+ const onKeyStroke: typeof import('@vueuse/core').onKeyStroke
75
+ const onLongPress: typeof import('@vueuse/core').onLongPress
76
+ const onMounted: typeof import('vue').onMounted
77
+ const onRenderTracked: typeof import('vue').onRenderTracked
78
+ const onRenderTriggered: typeof import('vue').onRenderTriggered
79
+ const onScopeDispose: typeof import('vue').onScopeDispose
80
+ const onServerPrefetch: typeof import('vue').onServerPrefetch
81
+ const onStartTyping: typeof import('@vueuse/core').onStartTyping
82
+ const onUnmounted: typeof import('vue').onUnmounted
83
+ const onUpdated: typeof import('vue').onUpdated
84
+ const onWatcherCleanup: typeof import('vue').onWatcherCleanup
85
+ const pausableWatch: typeof import('@vueuse/core').pausableWatch
86
+ const provide: typeof import('vue').provide
87
+ const provideLocal: typeof import('@vueuse/core').provideLocal
88
+ const reactify: typeof import('@vueuse/core').reactify
89
+ const reactifyObject: typeof import('@vueuse/core').reactifyObject
90
+ const reactive: typeof import('vue').reactive
91
+ const reactiveComputed: typeof import('@vueuse/core').reactiveComputed
92
+ const reactiveOmit: typeof import('@vueuse/core').reactiveOmit
93
+ const reactivePick: typeof import('@vueuse/core').reactivePick
94
+ const readonly: typeof import('vue').readonly
95
+ const ref: typeof import('vue').ref
96
+ const refAutoReset: typeof import('@vueuse/core').refAutoReset
97
+ const refDebounced: typeof import('@vueuse/core').refDebounced
98
+ const refDefault: typeof import('@vueuse/core').refDefault
99
+ const refManualReset: typeof import('@vueuse/core').refManualReset
100
+ const refThrottled: typeof import('@vueuse/core').refThrottled
101
+ const refWithControl: typeof import('@vueuse/core').refWithControl
102
+ const resolveComponent: typeof import('vue').resolveComponent
103
+ const setActivePinia: typeof import('pinia').setActivePinia
104
+ const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
105
+ const shallowReactive: typeof import('vue').shallowReactive
106
+ const shallowReadonly: typeof import('vue').shallowReadonly
107
+ const shallowRef: typeof import('vue').shallowRef
108
+ const showConfirmDialog: typeof import('vant').showConfirmDialog
109
+ const showDialog: typeof import('vant').showDialog
110
+ const showLoadingToast: typeof import('vant').showLoadingToast
111
+ const showToast: typeof import('vant').showToast
112
+ const storeToRefs: typeof import('pinia').storeToRefs
113
+ const syncRef: typeof import('@vueuse/core').syncRef
114
+ const syncRefs: typeof import('@vueuse/core').syncRefs
115
+ const templateRef: typeof import('@vueuse/core').templateRef
116
+ const throttledRef: typeof import('@vueuse/core').throttledRef
117
+ const throttledWatch: typeof import('@vueuse/core').throttledWatch
118
+ const toRaw: typeof import('vue').toRaw
119
+ const toReactive: typeof import('@vueuse/core').toReactive
120
+ const toRef: typeof import('vue').toRef
121
+ const toRefs: typeof import('vue').toRefs
122
+ const toValue: typeof import('vue').toValue
123
+ const triggerRef: typeof import('vue').triggerRef
124
+ const tryOnBeforeMount: typeof import('@vueuse/core').tryOnBeforeMount
125
+ const tryOnBeforeUnmount: typeof import('@vueuse/core').tryOnBeforeUnmount
126
+ const tryOnMounted: typeof import('@vueuse/core').tryOnMounted
127
+ const tryOnScopeDispose: typeof import('@vueuse/core').tryOnScopeDispose
128
+ const tryOnUnmounted: typeof import('@vueuse/core').tryOnUnmounted
129
+ const unref: typeof import('vue').unref
130
+ const unrefElement: typeof import('@vueuse/core').unrefElement
131
+ const until: typeof import('@vueuse/core').until
132
+ const useActiveElement: typeof import('@vueuse/core').useActiveElement
133
+ const useAnimate: typeof import('@vueuse/core').useAnimate
134
+ const useArrayDifference: typeof import('@vueuse/core').useArrayDifference
135
+ const useArrayEvery: typeof import('@vueuse/core').useArrayEvery
136
+ const useArrayFilter: typeof import('@vueuse/core').useArrayFilter
137
+ const useArrayFind: typeof import('@vueuse/core').useArrayFind
138
+ const useArrayFindIndex: typeof import('@vueuse/core').useArrayFindIndex
139
+ const useArrayFindLast: typeof import('@vueuse/core').useArrayFindLast
140
+ const useArrayIncludes: typeof import('@vueuse/core').useArrayIncludes
141
+ const useArrayJoin: typeof import('@vueuse/core').useArrayJoin
142
+ const useArrayMap: typeof import('@vueuse/core').useArrayMap
143
+ const useArrayReduce: typeof import('@vueuse/core').useArrayReduce
144
+ const useArraySome: typeof import('@vueuse/core').useArraySome
145
+ const useArrayUnique: typeof import('@vueuse/core').useArrayUnique
146
+ const useAsyncQueue: typeof import('@vueuse/core').useAsyncQueue
147
+ const useAsyncState: typeof import('@vueuse/core').useAsyncState
148
+ const useAttrs: typeof import('vue').useAttrs
149
+ const useBase64: typeof import('@vueuse/core').useBase64
150
+ const useBattery: typeof import('@vueuse/core').useBattery
151
+ const useBluetooth: typeof import('@vueuse/core').useBluetooth
152
+ const useBreakpoints: typeof import('@vueuse/core').useBreakpoints
153
+ const useBroadcastChannel: typeof import('@vueuse/core').useBroadcastChannel
154
+ const useBrowserLocation: typeof import('@vueuse/core').useBrowserLocation
155
+ const useCached: typeof import('@vueuse/core').useCached
156
+ const useClipboard: typeof import('@vueuse/core').useClipboard
157
+ const useClipboardItems: typeof import('@vueuse/core').useClipboardItems
158
+ const useCloned: typeof import('@vueuse/core').useCloned
159
+ const useColorMode: typeof import('@vueuse/core').useColorMode
160
+ const useConfirmDialog: typeof import('@vueuse/core').useConfirmDialog
161
+ const useCountdown: typeof import('@vueuse/core').useCountdown
162
+ const useCounter: typeof import('@vueuse/core').useCounter
163
+ const useCssModule: typeof import('vue').useCssModule
164
+ const useCssSupports: typeof import('@vueuse/core').useCssSupports
165
+ const useCssVar: typeof import('@vueuse/core').useCssVar
166
+ const useCssVars: typeof import('vue').useCssVars
167
+ const useCurrentElement: typeof import('@vueuse/core').useCurrentElement
168
+ const useCycleList: typeof import('@vueuse/core').useCycleList
169
+ const useDark: typeof import('@vueuse/core').useDark
170
+ const useDateFormat: typeof import('@vueuse/core').useDateFormat
171
+ const useDebounce: typeof import('@vueuse/core').useDebounce
172
+ const useDebounceFn: typeof import('@vueuse/core').useDebounceFn
173
+ const useDebouncedRefHistory: typeof import('@vueuse/core').useDebouncedRefHistory
174
+ const useDeviceMotion: typeof import('@vueuse/core').useDeviceMotion
175
+ const useDeviceOrientation: typeof import('@vueuse/core').useDeviceOrientation
176
+ const useDevicePixelRatio: typeof import('@vueuse/core').useDevicePixelRatio
177
+ const useDevicesList: typeof import('@vueuse/core').useDevicesList
178
+ const useDisplayMedia: typeof import('@vueuse/core').useDisplayMedia
179
+ const useDocumentVisibility: typeof import('@vueuse/core').useDocumentVisibility
180
+ const useDraggable: typeof import('@vueuse/core').useDraggable
181
+ const useDropZone: typeof import('@vueuse/core').useDropZone
182
+ const useElementBounding: typeof import('@vueuse/core').useElementBounding
183
+ const useElementByPoint: typeof import('@vueuse/core').useElementByPoint
184
+ const useElementHover: typeof import('@vueuse/core').useElementHover
185
+ const useElementSize: typeof import('@vueuse/core').useElementSize
186
+ const useElementVisibility: typeof import('@vueuse/core').useElementVisibility
187
+ const useEventBus: typeof import('@vueuse/core').useEventBus
188
+ const useEventListener: typeof import('@vueuse/core').useEventListener
189
+ const useEventSource: typeof import('@vueuse/core').useEventSource
190
+ const useEyeDropper: typeof import('@vueuse/core').useEyeDropper
191
+ const useFavicon: typeof import('@vueuse/core').useFavicon
192
+ const useFetch: typeof import('@vueuse/core').useFetch
193
+ const useFileDialog: typeof import('@vueuse/core').useFileDialog
194
+ const useFileSystemAccess: typeof import('@vueuse/core').useFileSystemAccess
195
+ const useFocus: typeof import('@vueuse/core').useFocus
196
+ const useFocusWithin: typeof import('@vueuse/core').useFocusWithin
197
+ const useFps: typeof import('@vueuse/core').useFps
198
+ const useFullscreen: typeof import('@vueuse/core').useFullscreen
199
+ const useGamepad: typeof import('@vueuse/core').useGamepad
200
+ const useGeolocation: typeof import('@vueuse/core').useGeolocation
201
+ const useId: typeof import('vue').useId
202
+ const useIdle: typeof import('@vueuse/core').useIdle
203
+ const useImage: typeof import('@vueuse/core').useImage
204
+ const useInfiniteScroll: typeof import('@vueuse/core').useInfiniteScroll
205
+ const useIntersectionObserver: typeof import('@vueuse/core').useIntersectionObserver
206
+ const useInterval: typeof import('@vueuse/core').useInterval
207
+ const useIntervalFn: typeof import('@vueuse/core').useIntervalFn
208
+ const useKeyModifier: typeof import('@vueuse/core').useKeyModifier
209
+ const useLastChanged: typeof import('@vueuse/core').useLastChanged
210
+ const useLink: typeof import('vue-router').useLink
211
+ const useLocalStorage: typeof import('@vueuse/core').useLocalStorage
212
+ const useMagicKeys: typeof import('@vueuse/core').useMagicKeys
213
+ const useManualRefHistory: typeof import('@vueuse/core').useManualRefHistory
214
+ const useMediaControls: typeof import('@vueuse/core').useMediaControls
215
+ const useMediaQuery: typeof import('@vueuse/core').useMediaQuery
216
+ const useMemoize: typeof import('@vueuse/core').useMemoize
217
+ const useMemory: typeof import('@vueuse/core').useMemory
218
+ const useModel: typeof import('vue').useModel
219
+ const useMounted: typeof import('@vueuse/core').useMounted
220
+ const useMouse: typeof import('@vueuse/core').useMouse
221
+ const useMouseInElement: typeof import('@vueuse/core').useMouseInElement
222
+ const useMousePressed: typeof import('@vueuse/core').useMousePressed
223
+ const useMutationObserver: typeof import('@vueuse/core').useMutationObserver
224
+ const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage
225
+ const useNetwork: typeof import('@vueuse/core').useNetwork
226
+ const useNow: typeof import('@vueuse/core').useNow
227
+ const useObjectUrl: typeof import('@vueuse/core').useObjectUrl
228
+ const useOffsetPagination: typeof import('@vueuse/core').useOffsetPagination
229
+ const useOnline: typeof import('@vueuse/core').useOnline
230
+ const usePageLeave: typeof import('@vueuse/core').usePageLeave
231
+ const useParallax: typeof import('@vueuse/core').useParallax
232
+ const useParentElement: typeof import('@vueuse/core').useParentElement
233
+ const usePerformanceObserver: typeof import('@vueuse/core').usePerformanceObserver
234
+ const usePermission: typeof import('@vueuse/core').usePermission
235
+ const usePointer: typeof import('@vueuse/core').usePointer
236
+ const usePointerLock: typeof import('@vueuse/core').usePointerLock
237
+ const usePointerSwipe: typeof import('@vueuse/core').usePointerSwipe
238
+ const usePreferredColorScheme: typeof import('@vueuse/core').usePreferredColorScheme
239
+ const usePreferredContrast: typeof import('@vueuse/core').usePreferredContrast
240
+ const usePreferredDark: typeof import('@vueuse/core').usePreferredDark
241
+ const usePreferredLanguages: typeof import('@vueuse/core').usePreferredLanguages
242
+ const usePreferredReducedMotion: typeof import('@vueuse/core').usePreferredReducedMotion
243
+ const usePreferredReducedTransparency: typeof import('@vueuse/core').usePreferredReducedTransparency
244
+ const usePrevious: typeof import('@vueuse/core').usePrevious
245
+ const useRafFn: typeof import('@vueuse/core').useRafFn
246
+ const useRefHistory: typeof import('@vueuse/core').useRefHistory
247
+ const useResizeObserver: typeof import('@vueuse/core').useResizeObserver
248
+ const useRoute: typeof import('vue-router').useRoute
249
+ const useRouter: typeof import('vue-router').useRouter
250
+ const useSSRWidth: typeof import('@vueuse/core').useSSRWidth
251
+ const useScreenOrientation: typeof import('@vueuse/core').useScreenOrientation
252
+ const useScreenSafeArea: typeof import('@vueuse/core').useScreenSafeArea
253
+ const useScriptTag: typeof import('@vueuse/core').useScriptTag
254
+ const useScroll: typeof import('@vueuse/core').useScroll
255
+ const useScrollLock: typeof import('@vueuse/core').useScrollLock
256
+ const useSessionStorage: typeof import('@vueuse/core').useSessionStorage
257
+ const useShare: typeof import('@vueuse/core').useShare
258
+ const useSlots: typeof import('vue').useSlots
259
+ const useSorted: typeof import('@vueuse/core').useSorted
260
+ const useSpeechRecognition: typeof import('@vueuse/core').useSpeechRecognition
261
+ const useSpeechSynthesis: typeof import('@vueuse/core').useSpeechSynthesis
262
+ const useStepper: typeof import('@vueuse/core').useStepper
263
+ const useStorage: typeof import('@vueuse/core').useStorage
264
+ const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
265
+ const useStyleTag: typeof import('@vueuse/core').useStyleTag
266
+ const useSupported: typeof import('@vueuse/core').useSupported
267
+ const useSwipe: typeof import('@vueuse/core').useSwipe
268
+ const useTemplateRef: typeof import('vue').useTemplateRef
269
+ const useTemplateRefsList: typeof import('@vueuse/core').useTemplateRefsList
270
+ const useTextDirection: typeof import('@vueuse/core').useTextDirection
271
+ const useTextSelection: typeof import('@vueuse/core').useTextSelection
272
+ const useTextareaAutosize: typeof import('@vueuse/core').useTextareaAutosize
273
+ const useThrottle: typeof import('@vueuse/core').useThrottle
274
+ const useThrottleFn: typeof import('@vueuse/core').useThrottleFn
275
+ const useThrottledRefHistory: typeof import('@vueuse/core').useThrottledRefHistory
276
+ const useTimeAgo: typeof import('@vueuse/core').useTimeAgo
277
+ const useTimeAgoIntl: typeof import('@vueuse/core').useTimeAgoIntl
278
+ const useTimeout: typeof import('@vueuse/core').useTimeout
279
+ const useTimeoutFn: typeof import('@vueuse/core').useTimeoutFn
280
+ const useTimeoutPoll: typeof import('@vueuse/core').useTimeoutPoll
281
+ const useTimestamp: typeof import('@vueuse/core').useTimestamp
282
+ const useTitle: typeof import('@vueuse/core').useTitle
283
+ const useToNumber: typeof import('@vueuse/core').useToNumber
284
+ const useToString: typeof import('@vueuse/core').useToString
285
+ const useToggle: typeof import('@vueuse/core').useToggle
286
+ const useTransition: typeof import('@vueuse/core').useTransition
287
+ const useUrlSearchParams: typeof import('@vueuse/core').useUrlSearchParams
288
+ const useUserMedia: typeof import('@vueuse/core').useUserMedia
289
+ const useVModel: typeof import('@vueuse/core').useVModel
290
+ const useVModels: typeof import('@vueuse/core').useVModels
291
+ const useVibrate: typeof import('@vueuse/core').useVibrate
292
+ const useVirtualList: typeof import('@vueuse/core').useVirtualList
293
+ const useWakeLock: typeof import('@vueuse/core').useWakeLock
294
+ const useWebNotification: typeof import('@vueuse/core').useWebNotification
295
+ const useWebSocket: typeof import('@vueuse/core').useWebSocket
296
+ const useWebWorker: typeof import('@vueuse/core').useWebWorker
297
+ const useWebWorkerFn: typeof import('@vueuse/core').useWebWorkerFn
298
+ const useWindowFocus: typeof import('@vueuse/core').useWindowFocus
299
+ const useWindowScroll: typeof import('@vueuse/core').useWindowScroll
300
+ const useWindowSize: typeof import('@vueuse/core').useWindowSize
301
+ const watch: typeof import('vue').watch
302
+ const watchArray: typeof import('@vueuse/core').watchArray
303
+ const watchAtMost: typeof import('@vueuse/core').watchAtMost
304
+ const watchDebounced: typeof import('@vueuse/core').watchDebounced
305
+ const watchDeep: typeof import('@vueuse/core').watchDeep
306
+ const watchEffect: typeof import('vue').watchEffect
307
+ const watchIgnorable: typeof import('@vueuse/core').watchIgnorable
308
+ const watchImmediate: typeof import('@vueuse/core').watchImmediate
309
+ const watchOnce: typeof import('@vueuse/core').watchOnce
310
+ const watchPausable: typeof import('@vueuse/core').watchPausable
311
+ const watchPostEffect: typeof import('vue').watchPostEffect
312
+ const watchSyncEffect: typeof import('vue').watchSyncEffect
313
+ const watchThrottled: typeof import('@vueuse/core').watchThrottled
314
+ const watchTriggerable: typeof import('@vueuse/core').watchTriggerable
315
+ const watchWithFilter: typeof import('@vueuse/core').watchWithFilter
316
+ const whenever: typeof import('@vueuse/core').whenever
317
+ }
318
+ // for type re-export
319
+ declare global {
320
+ // @ts-ignore
321
+ export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
322
+ import('vue')
323
+ }
324
+
325
+ // for vue template auto import
326
+ import { UnwrapRef } from 'vue'
327
+ declare module 'vue' {
328
+ interface GlobalComponents {}
329
+ interface ComponentCustomProperties {
330
+ readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
331
+ readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
332
+ readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
333
+ readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
334
+ readonly closeToast: UnwrapRef<typeof import('vant')['closeToast']>
335
+ readonly computed: UnwrapRef<typeof import('vue')['computed']>
336
+ readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
337
+ readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
338
+ readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
339
+ readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
340
+ readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
341
+ readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
342
+ readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
343
+ readonly createDisposableDirective: UnwrapRef<typeof import('@vueuse/core')['createDisposableDirective']>
344
+ readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
345
+ readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
346
+ readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
347
+ readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
348
+ readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
349
+ readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
350
+ readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
351
+ readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
352
+ readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
353
+ readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
354
+ readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
355
+ readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
356
+ readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
357
+ readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
358
+ readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
359
+ readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
360
+ readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
361
+ readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
362
+ readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
363
+ readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
364
+ readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
365
+ readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
366
+ readonly getCurrentWatcher: UnwrapRef<typeof import('vue')['getCurrentWatcher']>
367
+ readonly h: UnwrapRef<typeof import('vue')['h']>
368
+ readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
369
+ readonly inject: UnwrapRef<typeof import('vue')['inject']>
370
+ readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
371
+ readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
372
+ readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
373
+ readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
374
+ readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
375
+ readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
376
+ readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
377
+ readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
378
+ readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
379
+ readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
380
+ readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
381
+ readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
382
+ readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
383
+ readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
384
+ readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
385
+ readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
386
+ readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
387
+ readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
388
+ readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
389
+ readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
390
+ readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
391
+ readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
392
+ readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
393
+ readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
394
+ readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
395
+ readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
396
+ readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
397
+ readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
398
+ readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
399
+ readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
400
+ readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
401
+ readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
402
+ readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
403
+ readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
404
+ readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
405
+ readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
406
+ readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
407
+ readonly provide: UnwrapRef<typeof import('vue')['provide']>
408
+ readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
409
+ readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
410
+ readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
411
+ readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
412
+ readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
413
+ readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
414
+ readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
415
+ readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
416
+ readonly ref: UnwrapRef<typeof import('vue')['ref']>
417
+ readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
418
+ readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
419
+ readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
420
+ readonly refManualReset: UnwrapRef<typeof import('@vueuse/core')['refManualReset']>
421
+ readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
422
+ readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
423
+ readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
424
+ readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
425
+ readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
426
+ readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
427
+ readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
428
+ readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
429
+ readonly showConfirmDialog: UnwrapRef<typeof import('vant')['showConfirmDialog']>
430
+ readonly showDialog: UnwrapRef<typeof import('vant')['showDialog']>
431
+ readonly showLoadingToast: UnwrapRef<typeof import('vant')['showLoadingToast']>
432
+ readonly showToast: UnwrapRef<typeof import('vant')['showToast']>
433
+ readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
434
+ readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
435
+ readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
436
+ readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
437
+ readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
438
+ readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
439
+ readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
440
+ readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
441
+ readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
442
+ readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
443
+ readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
444
+ readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
445
+ readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
446
+ readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
447
+ readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
448
+ readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
449
+ readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
450
+ readonly unref: UnwrapRef<typeof import('vue')['unref']>
451
+ readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
452
+ readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
453
+ readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
454
+ readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
455
+ readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
456
+ readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
457
+ readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
458
+ readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
459
+ readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
460
+ readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
461
+ readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
462
+ readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
463
+ readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
464
+ readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
465
+ readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
466
+ readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
467
+ readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
468
+ readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
469
+ readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
470
+ readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
471
+ readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
472
+ readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
473
+ readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
474
+ readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
475
+ readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
476
+ readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
477
+ readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
478
+ readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
479
+ readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
480
+ readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
481
+ readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
482
+ readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
483
+ readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
484
+ readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
485
+ readonly useCssSupports: UnwrapRef<typeof import('@vueuse/core')['useCssSupports']>
486
+ readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
487
+ readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
488
+ readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
489
+ readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
490
+ readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
491
+ readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
492
+ readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
493
+ readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
494
+ readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
495
+ readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
496
+ readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
497
+ readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
498
+ readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
499
+ readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
500
+ readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
501
+ readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
502
+ readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
503
+ readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
504
+ readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
505
+ readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
506
+ readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
507
+ readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
508
+ readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
509
+ readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
510
+ readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
511
+ readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
512
+ readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
513
+ readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
514
+ readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
515
+ readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
516
+ readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
517
+ readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
518
+ readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
519
+ readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
520
+ readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
521
+ readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
522
+ readonly useId: UnwrapRef<typeof import('vue')['useId']>
523
+ readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
524
+ readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
525
+ readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
526
+ readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
527
+ readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
528
+ readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
529
+ readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
530
+ readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
531
+ readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
532
+ readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
533
+ readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
534
+ readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
535
+ readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
536
+ readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
537
+ readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
538
+ readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
539
+ readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
540
+ readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
541
+ readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
542
+ readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
543
+ readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
544
+ readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
545
+ readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
546
+ readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
547
+ readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
548
+ readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
549
+ readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
550
+ readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
551
+ readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
552
+ readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
553
+ readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
554
+ readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
555
+ readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
556
+ readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
557
+ readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
558
+ readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
559
+ readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
560
+ readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
561
+ readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
562
+ readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
563
+ readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
564
+ readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
565
+ readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
566
+ readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
567
+ readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
568
+ readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
569
+ readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
570
+ readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
571
+ readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
572
+ readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
573
+ readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
574
+ readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
575
+ readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
576
+ readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
577
+ readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
578
+ readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
579
+ readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
580
+ readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
581
+ readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
582
+ readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
583
+ readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
584
+ readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
585
+ readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
586
+ readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
587
+ readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
588
+ readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
589
+ readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
590
+ readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
591
+ readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
592
+ readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
593
+ readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
594
+ readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
595
+ readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
596
+ readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
597
+ readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
598
+ readonly useTimeAgoIntl: UnwrapRef<typeof import('@vueuse/core')['useTimeAgoIntl']>
599
+ readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
600
+ readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
601
+ readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
602
+ readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
603
+ readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
604
+ readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
605
+ readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
606
+ readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
607
+ readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
608
+ readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
609
+ readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
610
+ readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
611
+ readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
612
+ readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
613
+ readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
614
+ readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
615
+ readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
616
+ readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
617
+ readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
618
+ readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
619
+ readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
620
+ readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
621
+ readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
622
+ readonly watch: UnwrapRef<typeof import('vue')['watch']>
623
+ readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
624
+ readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
625
+ readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
626
+ readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
627
+ readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
628
+ readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
629
+ readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
630
+ readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
631
+ readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
632
+ readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
633
+ readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
634
+ readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
635
+ readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
636
+ readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
637
+ readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
638
+ }
639
+ }