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