auto-imports.d.ts 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  10. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  11. const computed: typeof import('vue')['computed']
  12. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  13. const computedEager: typeof import('@vueuse/core')['computedEager']
  14. const computedInject: typeof import('@vueuse/core')['computedInject']
  15. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  16. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  17. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  18. const createApp: typeof import('vue')['createApp']
  19. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  20. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  21. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  22. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  23. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  24. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  25. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  26. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  27. const customRef: typeof import('vue')['customRef']
  28. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  29. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  30. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  31. const defineComponent: typeof import('vue')['defineComponent']
  32. const defineLoader: typeof import('vue-router/auto')['defineLoader']
  33. const definePage: typeof import('unplugin-vue-router/runtime')['definePage']
  34. const deleteEbook: typeof import('./src/composables/ebook')['deleteEbook']
  35. const deletedoc: typeof import('./src/composables/doc')['deletedoc']
  36. const docDialogVisible: typeof import('./src/composables/doc')['docDialogVisible']
  37. const docList: typeof import('./src/composables/doc')['docList']
  38. const docListLoading: typeof import('./src/composables/doc')['docListLoading']
  39. const docSelectedList: typeof import('./src/composables/doc')['docSelectedList']
  40. const downloadFile: typeof import('./src/composables/index')['downloadFile']
  41. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  42. const ebookDialogVisible: typeof import('./src/composables/ebook')['ebookDialogVisible']
  43. const ebookList: typeof import('./src/composables/ebook')['ebookList']
  44. const ebookListLoading: typeof import('./src/composables/ebook')['ebookListLoading']
  45. const ebookSelectedList: typeof import('./src/composables/ebook')['ebookSelectedList']
  46. const effectScope: typeof import('vue')['effectScope']
  47. const extendRef: typeof import('@vueuse/core')['extendRef']
  48. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  49. const getCurrentScope: typeof import('vue')['getCurrentScope']
  50. const getFileType: typeof import('./src/composables/index')['getFileType']
  51. const h: typeof import('vue')['h']
  52. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  53. const inDebug: typeof import('./src/composables/index')['inDebug']
  54. const inject: typeof import('vue')['inject']
  55. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  56. const isDark: typeof import('./src/composables/dark')['isDark']
  57. const isDefined: typeof import('@vueuse/core')['isDefined']
  58. const isProxy: typeof import('vue')['isProxy']
  59. const isReactive: typeof import('vue')['isReactive']
  60. const isReadonly: typeof import('vue')['isReadonly']
  61. const isRef: typeof import('vue')['isRef']
  62. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  63. const markRaw: typeof import('vue')['markRaw']
  64. const nextTick: typeof import('vue')['nextTick']
  65. const onActivated: typeof import('vue')['onActivated']
  66. const onBeforeMount: typeof import('vue')['onBeforeMount']
  67. const onBeforeRouteLeave: typeof import('vue-router/auto')['onBeforeRouteLeave']
  68. const onBeforeRouteUpdate: typeof import('vue-router/auto')['onBeforeRouteUpdate']
  69. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  70. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  71. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  72. const onDeactivated: typeof import('vue')['onDeactivated']
  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 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 refThrottled: typeof import('@vueuse/core')['refThrottled']
  99. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  100. const requestDocList: typeof import('./src/composables/doc')['requestDocList']
  101. const requestEbookList: typeof import('./src/composables/ebook')['requestEbookList']
  102. const requestWorkList: typeof import('./src/composables/work')['requestWorkList']
  103. const requestdocList: typeof import('./src/composables/doc')['requestdocList']
  104. const resolveComponent: typeof import('vue')['resolveComponent']
  105. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  106. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  107. const sendDoc: typeof import('./src/composables/doc')['sendDoc']
  108. const sendWork: typeof import('./src/composables/work')['sendWork']
  109. const senddoc: typeof import('./src/composables/doc')['senddoc']
  110. const shallowReactive: typeof import('vue')['shallowReactive']
  111. const shallowReadonly: typeof import('vue')['shallowReadonly']
  112. const shallowRef: typeof import('vue')['shallowRef']
  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 toggleDark: typeof import('./src/composables/dark')['toggleDark']
  124. const triggerRef: typeof import('vue')['triggerRef']
  125. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  126. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  127. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  128. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  129. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  130. const unref: typeof import('vue')['unref']
  131. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  132. const until: typeof import('@vueuse/core')['until']
  133. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  134. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  135. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  136. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  137. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  138. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  139. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  140. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  141. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  142. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  143. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  144. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  145. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  146. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  147. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  148. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  149. const useAttrs: typeof import('vue')['useAttrs']
  150. const useBase64: typeof import('@vueuse/core')['useBase64']
  151. const useBattery: typeof import('@vueuse/core')['useBattery']
  152. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  153. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  154. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  155. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  156. const useCached: typeof import('@vueuse/core')['useCached']
  157. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  158. const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
  159. const useCloned: typeof import('@vueuse/core')['useCloned']
  160. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  161. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  162. const useCounter: typeof import('@vueuse/core')['useCounter']
  163. const useCssModule: typeof import('vue')['useCssModule']
  164. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  165. const useCssVars: typeof import('vue')['useCssVars']
  166. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  167. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  168. const useDark: typeof import('@vueuse/core')['useDark']
  169. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  170. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  171. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  172. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  173. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  174. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  175. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  176. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  177. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  178. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  179. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  180. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  181. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  182. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  183. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  184. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  185. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  186. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  187. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  188. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  189. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  190. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  191. const useFetch: typeof import('@vueuse/core')['useFetch']
  192. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  193. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  194. const useFocus: typeof import('@vueuse/core')['useFocus']
  195. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  196. const useFps: typeof import('@vueuse/core')['useFps']
  197. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  198. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  199. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  200. const useIdle: typeof import('@vueuse/core')['useIdle']
  201. const useImage: typeof import('@vueuse/core')['useImage']
  202. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  203. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  204. const useInterval: typeof import('@vueuse/core')['useInterval']
  205. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  206. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  207. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  208. const useLink: typeof import('vue-router/auto')['useLink']
  209. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  210. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  211. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  212. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  213. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  214. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  215. const useMemory: typeof import('@vueuse/core')['useMemory']
  216. const useMounted: typeof import('@vueuse/core')['useMounted']
  217. const useMouse: typeof import('@vueuse/core')['useMouse']
  218. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  219. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  220. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  221. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  222. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  223. const useNow: typeof import('@vueuse/core')['useNow']
  224. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  225. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  226. const useOnline: typeof import('@vueuse/core')['useOnline']
  227. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  228. const useParallax: typeof import('@vueuse/core')['useParallax']
  229. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  230. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  231. const usePermission: typeof import('@vueuse/core')['usePermission']
  232. const usePointer: typeof import('@vueuse/core')['usePointer']
  233. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  234. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  235. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  236. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  237. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  238. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  239. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  240. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  241. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  242. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  243. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  244. const useRoute: typeof import('vue-router/auto')['useRoute']
  245. const useRouter: typeof import('vue-router/auto')['useRouter']
  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 useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  264. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  265. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  266. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  267. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  268. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  269. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  270. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  271. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  272. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  273. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  274. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  275. const useTitle: typeof import('@vueuse/core')['useTitle']
  276. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  277. const useToString: typeof import('@vueuse/core')['useToString']
  278. const useToggle: typeof import('@vueuse/core')['useToggle']
  279. const useTransition: typeof import('@vueuse/core')['useTransition']
  280. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  281. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  282. const useVModel: typeof import('@vueuse/core')['useVModel']
  283. const useVModels: typeof import('@vueuse/core')['useVModels']
  284. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  285. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  286. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  287. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  288. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  289. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  290. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  291. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  292. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  293. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  294. const watch: typeof import('vue')['watch']
  295. const watchArray: typeof import('@vueuse/core')['watchArray']
  296. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  297. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  298. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  299. const watchEffect: typeof import('vue')['watchEffect']
  300. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  301. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  302. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  303. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  304. const watchPostEffect: typeof import('vue')['watchPostEffect']
  305. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  306. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  307. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  308. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  309. const whenever: typeof import('@vueuse/core')['whenever']
  310. const workDialogVisible: typeof import('./src/composables/work')['workDialogVisible']
  311. const workList: typeof import('./src/composables/work')['workList']
  312. const workListLoading: typeof import('./src/composables/work')['workListLoading']
  313. const workSelectedList: typeof import('./src/composables/work')['workSelectedList']
  314. }
  315. // for type re-export
  316. declare global {
  317. // @ts-ignore
  318. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  319. import('vue')
  320. }
  321. // for vue template auto import
  322. import { UnwrapRef } from 'vue'
  323. declare module 'vue' {
  324. interface GlobalComponents {}
  325. interface ComponentCustomProperties {
  326. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  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 createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  338. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  339. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  340. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  341. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  342. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  343. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  344. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  345. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  346. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  347. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  348. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  349. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  350. readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
  351. readonly deleteEbook: UnwrapRef<typeof import('./src/composables/ebook')['deleteEbook']>
  352. readonly docDialogVisible: UnwrapRef<typeof import('./src/composables/doc')['docDialogVisible']>
  353. readonly docList: UnwrapRef<typeof import('./src/composables/doc')['docList']>
  354. readonly docListLoading: UnwrapRef<typeof import('./src/composables/doc')['docListLoading']>
  355. readonly docSelectedList: UnwrapRef<typeof import('./src/composables/doc')['docSelectedList']>
  356. readonly downloadFile: UnwrapRef<typeof import('./src/composables/index')['downloadFile']>
  357. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  358. readonly ebookDialogVisible: UnwrapRef<typeof import('./src/composables/ebook')['ebookDialogVisible']>
  359. readonly ebookList: UnwrapRef<typeof import('./src/composables/ebook')['ebookList']>
  360. readonly ebookListLoading: UnwrapRef<typeof import('./src/composables/ebook')['ebookListLoading']>
  361. readonly ebookSelectedList: UnwrapRef<typeof import('./src/composables/ebook')['ebookSelectedList']>
  362. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  363. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  364. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  365. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  366. readonly getFileType: UnwrapRef<typeof import('./src/composables/index')['getFileType']>
  367. readonly h: UnwrapRef<typeof import('vue')['h']>
  368. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  369. readonly inDebug: UnwrapRef<typeof import('./src/composables/index')['inDebug']>
  370. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  371. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  372. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  373. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  374. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  375. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  376. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  377. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  378. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  379. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  380. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  381. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  382. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteLeave']>
  383. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteUpdate']>
  384. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  385. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  386. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  387. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  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 pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  400. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  401. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  402. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  403. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  404. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  405. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  406. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  407. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  408. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  409. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  410. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  411. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  412. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  413. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  414. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  415. readonly requestDocList: UnwrapRef<typeof import('./src/composables/doc')['requestDocList']>
  416. readonly requestEbookList: UnwrapRef<typeof import('./src/composables/ebook')['requestEbookList']>
  417. readonly requestWorkList: UnwrapRef<typeof import('./src/composables/work')['requestWorkList']>
  418. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  419. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  420. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  421. readonly sendDoc: UnwrapRef<typeof import('./src/composables/doc')['sendDoc']>
  422. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  423. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  424. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  425. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  426. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  427. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  428. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  429. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  430. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  431. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  432. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  433. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  434. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  435. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  436. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  437. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  438. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  439. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  440. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  441. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  442. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  443. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  444. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  445. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  446. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  447. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  448. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  449. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  450. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  451. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  452. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  453. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  454. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  455. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  456. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  457. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  458. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  459. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  460. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  461. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  462. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  463. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  464. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  465. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  466. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  467. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  468. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  469. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  470. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  471. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  472. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  473. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  474. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  475. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  476. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  477. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  478. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  479. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  480. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  481. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  482. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  483. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  484. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  485. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  486. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  487. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  488. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  489. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  490. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  491. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  492. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  493. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  494. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  495. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  496. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  497. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  498. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  499. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  500. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  501. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  502. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  503. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  504. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  505. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  506. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  507. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  508. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  509. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  510. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  511. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  512. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  513. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  514. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  515. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  516. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  517. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  518. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  519. readonly useLink: UnwrapRef<typeof import('vue-router/auto')['useLink']>
  520. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  521. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  522. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  523. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  524. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  525. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  526. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  527. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  528. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  529. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  530. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  531. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  532. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  533. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  534. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  535. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  536. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  537. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  538. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  539. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  540. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  541. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  542. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  543. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  544. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  545. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  546. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  547. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  548. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  549. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  550. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  551. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  552. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  553. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  554. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  555. readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
  556. readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
  557. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  558. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  559. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  560. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  561. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  562. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  563. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  564. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  565. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  566. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  567. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  568. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  569. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  570. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  571. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  572. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  573. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  574. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  575. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  576. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  577. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  578. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  579. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  580. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  581. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  582. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  583. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  584. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  585. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  586. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  587. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  588. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  589. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  590. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  591. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  592. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  593. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  594. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  595. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  596. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  597. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  598. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  599. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  600. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  601. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  602. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  603. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  604. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  605. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  606. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  607. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  608. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  609. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  610. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  611. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  612. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  613. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  614. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  615. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  616. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  617. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  618. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  619. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  620. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  621. readonly workDialogVisible: UnwrapRef<typeof import('./src/composables/work')['workDialogVisible']>
  622. readonly workList: UnwrapRef<typeof import('./src/composables/work')['workList']>
  623. readonly workListLoading: UnwrapRef<typeof import('./src/composables/work')['workListLoading']>
  624. }
  625. }
  626. declare module '@vue/runtime-core' {
  627. interface GlobalComponents {}
  628. interface ComponentCustomProperties {
  629. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  630. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  631. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  632. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  633. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  634. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  635. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  636. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  637. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  638. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  639. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  640. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  641. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  642. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  643. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  644. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  645. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  646. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  647. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  648. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  649. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  650. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  651. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  652. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  653. readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['definePage']>
  654. readonly deleteEbook: UnwrapRef<typeof import('./src/composables/ebook')['deleteEbook']>
  655. readonly docDialogVisible: UnwrapRef<typeof import('./src/composables/doc')['docDialogVisible']>
  656. readonly docList: UnwrapRef<typeof import('./src/composables/doc')['docList']>
  657. readonly docListLoading: UnwrapRef<typeof import('./src/composables/doc')['docListLoading']>
  658. readonly docSelectedList: UnwrapRef<typeof import('./src/composables/doc')['docSelectedList']>
  659. readonly downloadFile: UnwrapRef<typeof import('./src/composables/index')['downloadFile']>
  660. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  661. readonly ebookDialogVisible: UnwrapRef<typeof import('./src/composables/ebook')['ebookDialogVisible']>
  662. readonly ebookList: UnwrapRef<typeof import('./src/composables/ebook')['ebookList']>
  663. readonly ebookListLoading: UnwrapRef<typeof import('./src/composables/ebook')['ebookListLoading']>
  664. readonly ebookSelectedList: UnwrapRef<typeof import('./src/composables/ebook')['ebookSelectedList']>
  665. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  666. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  667. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  668. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  669. readonly getFileType: UnwrapRef<typeof import('./src/composables/index')['getFileType']>
  670. readonly h: UnwrapRef<typeof import('vue')['h']>
  671. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  672. readonly inDebug: UnwrapRef<typeof import('./src/composables/index')['inDebug']>
  673. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  674. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  675. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  676. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  677. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  678. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  679. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  680. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  681. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  682. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  683. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  684. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  685. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteLeave']>
  686. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteUpdate']>
  687. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  688. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  689. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  690. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  691. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  692. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  693. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  694. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  695. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  696. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  697. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  698. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  699. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  700. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  701. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  702. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  703. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  704. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  705. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  706. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  707. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  708. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  709. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  710. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  711. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  712. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  713. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  714. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  715. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  716. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  717. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  718. readonly requestDocList: UnwrapRef<typeof import('./src/composables/doc')['requestDocList']>
  719. readonly requestEbookList: UnwrapRef<typeof import('./src/composables/ebook')['requestEbookList']>
  720. readonly requestWorkList: UnwrapRef<typeof import('./src/composables/work')['requestWorkList']>
  721. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  722. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  723. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  724. readonly sendDoc: UnwrapRef<typeof import('./src/composables/doc')['sendDoc']>
  725. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  726. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  727. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  728. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  729. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  730. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  731. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  732. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  733. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  734. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  735. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  736. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  737. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  738. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  739. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  740. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  741. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  742. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  743. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  744. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  745. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  746. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  747. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  748. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  749. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  750. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  751. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  752. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  753. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  754. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  755. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  756. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  757. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  758. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  759. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  760. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  761. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  762. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  763. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  764. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  765. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  766. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  767. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  768. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  769. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  770. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  771. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  772. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  773. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  774. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  775. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  776. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  777. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  778. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  779. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  780. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  781. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  782. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  783. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  784. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  785. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  786. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  787. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  788. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  789. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  790. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  791. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  792. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  793. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  794. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  795. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  796. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  797. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  798. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  799. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  800. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  801. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  802. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  803. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  804. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  805. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  806. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  807. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  808. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  809. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  810. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  811. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  812. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  813. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  814. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  815. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  816. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  817. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  818. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  819. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  820. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  821. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  822. readonly useLink: UnwrapRef<typeof import('vue-router/auto')['useLink']>
  823. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  824. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  825. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  826. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  827. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  828. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  829. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  830. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  831. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  832. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  833. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  834. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  835. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  836. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  837. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  838. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  839. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  840. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  841. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  842. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  843. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  844. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  845. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  846. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  847. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  848. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  849. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  850. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  851. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  852. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  853. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  854. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  855. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  856. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  857. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  858. readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
  859. readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
  860. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  861. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  862. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  863. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  864. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  865. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  866. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  867. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  868. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  869. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  870. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  871. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  872. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  873. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  874. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  875. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  876. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  877. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  878. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  879. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  880. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  881. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  882. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  883. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  884. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  885. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  886. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  887. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  888. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  889. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  890. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  891. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  892. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  893. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  894. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  895. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  896. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  897. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  898. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  899. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  900. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  901. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  902. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  903. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  904. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  905. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  906. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  907. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  908. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  909. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  910. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  911. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  912. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  913. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  914. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  915. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  916. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  917. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  918. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  919. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  920. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  921. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  922. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  923. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  924. readonly workDialogVisible: UnwrapRef<typeof import('./src/composables/work')['workDialogVisible']>
  925. readonly workList: UnwrapRef<typeof import('./src/composables/work')['workList']>
  926. readonly workListLoading: UnwrapRef<typeof import('./src/composables/work')['workListLoading']>
  927. }
  928. }