auto-imports.d.ts 82 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
  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 $api: typeof import('./resources/js/utils/api.js')['$api']
  9. const COOKIE_MAX_AGE_1_YEAR: typeof import('./resources/js/utils/constants.js')['COOKIE_MAX_AGE_1_YEAR']
  10. const EffectScope: typeof import('vue')['EffectScope']
  11. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  12. const alphaDashValidator: typeof import('./resources/js/@core/utils/validators.js')['alphaDashValidator']
  13. const alphaValidator: typeof import('./resources/js/@core/utils/validators.js')['alphaValidator']
  14. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  15. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  16. const avatarText: typeof import('./resources/js/@core/utils/formatters.js')['avatarText']
  17. const betweenValidator: typeof import('./resources/js/@core/utils/validators.js')['betweenValidator']
  18. const computed: typeof import('vue')['computed']
  19. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  20. const computedEager: typeof import('@vueuse/core')['computedEager']
  21. const computedInject: typeof import('@vueuse/core')['computedInject']
  22. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  23. const confirmedValidator: typeof import('./resources/js/@core/utils/validators.js')['confirmedValidator']
  24. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  25. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  26. const createApp: typeof import('vue')['createApp']
  27. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  28. const createGenericProjection: typeof import('@vueuse/math')['createGenericProjection']
  29. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  30. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  31. const createPinia: typeof import('pinia')['createPinia']
  32. const createProjection: typeof import('@vueuse/math')['createProjection']
  33. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  34. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  35. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  36. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  37. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  38. const createUrl: typeof import('./resources/js/@core/composable/createUrl.js')['createUrl']
  39. const customRef: typeof import('vue')['customRef']
  40. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  41. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  42. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  43. const defineComponent: typeof import('vue')['defineComponent']
  44. const defineLoader: typeof import('vue-router/auto')['defineLoader']
  45. const definePage: typeof import('unplugin-vue-router/runtime')['_definePage']
  46. const defineStore: typeof import('pinia')['defineStore']
  47. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  48. const effectScope: typeof import('vue')['effectScope']
  49. const emailValidator: typeof import('./resources/js/@core/utils/validators.js')['emailValidator']
  50. const extendRef: typeof import('@vueuse/core')['extendRef']
  51. const formatDate: typeof import('./resources/js/@core/utils/formatters.js')['formatDate']
  52. const formatDateToMonthShort: typeof import('./resources/js/@core/utils/formatters.js')['formatDateToMonthShort']
  53. const getActivePinia: typeof import('pinia')['getActivePinia']
  54. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  55. const getCurrentScope: typeof import('vue')['getCurrentScope']
  56. const h: typeof import('vue')['h']
  57. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  58. const inject: typeof import('vue')['inject']
  59. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  60. const integerValidator: typeof import('./resources/js/@core/utils/validators.js')['integerValidator']
  61. const isDefined: typeof import('@vueuse/core')['isDefined']
  62. const isEmpty: typeof import('./resources/js/@core/utils/helpers.js')['isEmpty']
  63. const isEmptyArray: typeof import('./resources/js/@core/utils/helpers.js')['isEmptyArray']
  64. const isNullOrUndefined: typeof import('./resources/js/@core/utils/helpers.js')['isNullOrUndefined']
  65. const isObject: typeof import('./resources/js/@core/utils/helpers.js')['isObject']
  66. const isProxy: typeof import('vue')['isProxy']
  67. const isReactive: typeof import('vue')['isReactive']
  68. const isReadonly: typeof import('vue')['isReadonly']
  69. const isRef: typeof import('vue')['isRef']
  70. const isToday: typeof import('./resources/js/@core/utils/helpers.js')['isToday']
  71. const kFormatter: typeof import('./resources/js/@core/utils/formatters.js')['kFormatter']
  72. const lengthValidator: typeof import('./resources/js/@core/utils/validators.js')['lengthValidator']
  73. const logicAnd: typeof import('@vueuse/math')['logicAnd']
  74. const logicNot: typeof import('@vueuse/math')['logicNot']
  75. const logicOr: typeof import('@vueuse/math')['logicOr']
  76. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  77. const mapActions: typeof import('pinia')['mapActions']
  78. const mapGetters: typeof import('pinia')['mapGetters']
  79. const mapState: typeof import('pinia')['mapState']
  80. const mapStores: typeof import('pinia')['mapStores']
  81. const mapWritableState: typeof import('pinia')['mapWritableState']
  82. const markRaw: typeof import('vue')['markRaw']
  83. const nextTick: typeof import('vue')['nextTick']
  84. const onActivated: typeof import('vue')['onActivated']
  85. const onBeforeMount: typeof import('vue')['onBeforeMount']
  86. const onBeforeRouteLeave: typeof import('vue-router/auto')['onBeforeRouteLeave']
  87. const onBeforeRouteUpdate: typeof import('vue-router/auto')['onBeforeRouteUpdate']
  88. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  89. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  90. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  91. const onDeactivated: typeof import('vue')['onDeactivated']
  92. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  93. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  94. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  95. const onMounted: typeof import('vue')['onMounted']
  96. const onRenderTracked: typeof import('vue')['onRenderTracked']
  97. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  98. const onScopeDispose: typeof import('vue')['onScopeDispose']
  99. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  100. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  101. const onUnmounted: typeof import('vue')['onUnmounted']
  102. const onUpdated: typeof import('vue')['onUpdated']
  103. const passwordValidator: typeof import('./resources/js/@core/utils/validators.js')['passwordValidator']
  104. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  105. const prefixWithPlus: typeof import('./resources/js/@core/utils/formatters.js')['prefixWithPlus']
  106. const provide: typeof import('vue')['provide']
  107. const provideLocal: typeof import('@vueuse/core')['provideLocal']
  108. const reactify: typeof import('@vueuse/core')['reactify']
  109. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  110. const reactive: typeof import('vue')['reactive']
  111. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  112. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  113. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  114. const readonly: typeof import('vue')['readonly']
  115. const ref: typeof import('vue')['ref']
  116. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  117. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  118. const refDefault: typeof import('@vueuse/core')['refDefault']
  119. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  120. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  121. const regexValidator: typeof import('./resources/js/@core/utils/validators.js')['regexValidator']
  122. const registerPlugins: typeof import('./resources/js/@core/utils/plugins.js')['registerPlugins']
  123. const requiredValidator: typeof import('./resources/js/@core/utils/validators.js')['requiredValidator']
  124. const resolveComponent: typeof import('vue')['resolveComponent']
  125. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  126. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  127. const resolveVuetifyTheme: typeof import('./resources/js/@core/utils/vuetify.js')['resolveVuetifyTheme']
  128. const setActivePinia: typeof import('pinia')['setActivePinia']
  129. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  130. const shallowReactive: typeof import('vue')['shallowReactive']
  131. const shallowReadonly: typeof import('vue')['shallowReadonly']
  132. const shallowRef: typeof import('vue')['shallowRef']
  133. const storeToRefs: typeof import('pinia')['storeToRefs']
  134. const syncRef: typeof import('@vueuse/core')['syncRef']
  135. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  136. const templateRef: typeof import('@vueuse/core')['templateRef']
  137. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  138. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  139. const toRaw: typeof import('vue')['toRaw']
  140. const toReactive: typeof import('@vueuse/core')['toReactive']
  141. const toRef: typeof import('vue')['toRef']
  142. const toRefs: typeof import('vue')['toRefs']
  143. const toValue: typeof import('vue')['toValue']
  144. const triggerRef: typeof import('vue')['triggerRef']
  145. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  146. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  147. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  148. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  149. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  150. const unref: typeof import('vue')['unref']
  151. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  152. const until: typeof import('@vueuse/core')['until']
  153. const urlValidator: typeof import('./resources/js/@core/utils/validators.js')['urlValidator']
  154. const useAbility: typeof import('./resources/js/plugins/casl/composables/useAbility.js')['useAbility']
  155. const useAbs: typeof import('@vueuse/math')['useAbs']
  156. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  157. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  158. const useApi: typeof import('./resources/js/composables/useApi.js')['useApi']
  159. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  160. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  161. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  162. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  163. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  164. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  165. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  166. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  167. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  168. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  169. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  170. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  171. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  172. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  173. const useAttrs: typeof import('vue')['useAttrs']
  174. const useAverage: typeof import('@vueuse/math')['useAverage']
  175. const useBase64: typeof import('@vueuse/core')['useBase64']
  176. const useBattery: typeof import('@vueuse/core')['useBattery']
  177. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  178. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  179. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  180. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  181. const useCached: typeof import('@vueuse/core')['useCached']
  182. const useCeil: typeof import('@vueuse/math')['useCeil']
  183. const useClamp: typeof import('@vueuse/math')['useClamp']
  184. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  185. const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
  186. const useCloned: typeof import('@vueuse/core')['useCloned']
  187. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  188. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  189. const useCookie: typeof import('./resources/js/@core/composable/useCookie.js')['useCookie']
  190. const useCounter: typeof import('@vueuse/core')['useCounter']
  191. const useCssModule: typeof import('vue')['useCssModule']
  192. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  193. const useCssVars: typeof import('vue')['useCssVars']
  194. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  195. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  196. const useDark: typeof import('@vueuse/core')['useDark']
  197. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  198. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  199. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  200. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  201. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  202. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  203. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  204. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  205. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  206. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  207. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  208. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  209. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  210. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  211. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  212. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  213. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  214. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  215. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  216. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  217. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  218. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  219. const useFetch: typeof import('@vueuse/core')['useFetch']
  220. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  221. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  222. const useFloor: typeof import('@vueuse/math')['useFloor']
  223. const useFocus: typeof import('@vueuse/core')['useFocus']
  224. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  225. const useFps: typeof import('@vueuse/core')['useFps']
  226. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  227. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  228. const useGenerateImageVariant: typeof import('./resources/js/@core/composable/useGenerateImageVariant.js')['useGenerateImageVariant']
  229. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  230. const useI18n: typeof import('vue-i18n')['useI18n']
  231. const useIdle: typeof import('@vueuse/core')['useIdle']
  232. const useImage: typeof import('@vueuse/core')['useImage']
  233. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  234. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  235. const useInterval: typeof import('@vueuse/core')['useInterval']
  236. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  237. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  238. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  239. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  240. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  241. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  242. const useMath: typeof import('@vueuse/math')['useMath']
  243. const useMax: typeof import('@vueuse/math')['useMax']
  244. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  245. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  246. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  247. const useMemory: typeof import('@vueuse/core')['useMemory']
  248. const useMin: typeof import('@vueuse/math')['useMin']
  249. const useMounted: typeof import('@vueuse/core')['useMounted']
  250. const useMouse: typeof import('@vueuse/core')['useMouse']
  251. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  252. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  253. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  254. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  255. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  256. const useNow: typeof import('@vueuse/core')['useNow']
  257. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  258. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  259. const useOnline: typeof import('@vueuse/core')['useOnline']
  260. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  261. const useParallax: typeof import('@vueuse/core')['useParallax']
  262. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  263. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  264. const usePermission: typeof import('@vueuse/core')['usePermission']
  265. const usePointer: typeof import('@vueuse/core')['usePointer']
  266. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  267. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  268. const usePrecision: typeof import('@vueuse/math')['usePrecision']
  269. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  270. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  271. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  272. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  273. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  274. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  275. const useProjection: typeof import('@vueuse/math')['useProjection']
  276. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  277. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  278. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  279. const useResponsiveLeftSidebar: typeof import('./resources/js/@core/composable/useResponsiveSidebar.js')['useResponsiveLeftSidebar']
  280. const useRound: typeof import('@vueuse/math')['useRound']
  281. const useRoute: typeof import('vue-router/auto')['useRoute']
  282. const useRouter: typeof import('vue-router/auto')['useRouter']
  283. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  284. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  285. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  286. const useScroll: typeof import('@vueuse/core')['useScroll']
  287. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  288. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  289. const useShare: typeof import('@vueuse/core')['useShare']
  290. const useSkins: typeof import('./resources/js/@core/composable/useSkins.js')['useSkins']
  291. const useSlots: typeof import('vue')['useSlots']
  292. const useSorted: typeof import('@vueuse/core')['useSorted']
  293. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  294. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  295. const useStepper: typeof import('@vueuse/core')['useStepper']
  296. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  297. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  298. const useSum: typeof import('@vueuse/math')['useSum']
  299. const useSupported: typeof import('@vueuse/core')['useSupported']
  300. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  301. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  302. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  303. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  304. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  305. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  306. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  307. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  308. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  309. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  310. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  311. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  312. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  313. const useTitle: typeof import('@vueuse/core')['useTitle']
  314. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  315. const useToString: typeof import('@vueuse/core')['useToString']
  316. const useToggle: typeof import('@vueuse/core')['useToggle']
  317. const useTransition: typeof import('@vueuse/core')['useTransition']
  318. const useTrunc: typeof import('@vueuse/math')['useTrunc']
  319. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  320. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  321. const useVModel: typeof import('@vueuse/core')['useVModel']
  322. const useVModels: typeof import('@vueuse/core')['useVModels']
  323. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  324. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  325. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  326. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  327. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  328. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  329. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  330. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  331. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  332. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  333. const watch: typeof import('vue')['watch']
  334. const watchArray: typeof import('@vueuse/core')['watchArray']
  335. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  336. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  337. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  338. const watchEffect: typeof import('vue')['watchEffect']
  339. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  340. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  341. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  342. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  343. const watchPostEffect: typeof import('vue')['watchPostEffect']
  344. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  345. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  346. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  347. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  348. const whenever: typeof import('@vueuse/core')['whenever']
  349. }
  350. // for type re-export
  351. declare global {
  352. // @ts-ignore
  353. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  354. import('vue')
  355. }
  356. // for vue template auto import
  357. import { UnwrapRef } from 'vue'
  358. declare module 'vue' {
  359. interface ComponentCustomProperties {
  360. readonly $api: UnwrapRef<typeof import('./resources/js/utils/api.js')['$api']>
  361. readonly COOKIE_MAX_AGE_1_YEAR: UnwrapRef<typeof import('./resources/js/utils/constants.js')['COOKIE_MAX_AGE_1_YEAR']>
  362. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  363. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  364. readonly alphaDashValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['alphaDashValidator']>
  365. readonly alphaValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['alphaValidator']>
  366. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  367. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  368. readonly avatarText: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['avatarText']>
  369. readonly betweenValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['betweenValidator']>
  370. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  371. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  372. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  373. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  374. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  375. readonly confirmedValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['confirmedValidator']>
  376. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  377. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  378. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  379. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  380. readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
  381. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  382. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  383. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  384. readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
  385. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  386. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  387. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  388. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  389. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  390. readonly createUrl: UnwrapRef<typeof import('./resources/js/@core/composable/createUrl.js')['createUrl']>
  391. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  392. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  393. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  394. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  395. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  396. readonly defineLoader: UnwrapRef<typeof import('vue-router/auto')['defineLoader']>
  397. readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['_definePage']>
  398. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  399. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  400. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  401. readonly emailValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['emailValidator']>
  402. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  403. readonly formatDate: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['formatDate']>
  404. readonly formatDateToMonthShort: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['formatDateToMonthShort']>
  405. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  406. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  407. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  408. readonly h: UnwrapRef<typeof import('vue')['h']>
  409. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  410. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  411. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  412. readonly integerValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['integerValidator']>
  413. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  414. readonly isEmpty: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isEmpty']>
  415. readonly isEmptyArray: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isEmptyArray']>
  416. readonly isNullOrUndefined: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isNullOrUndefined']>
  417. readonly isObject: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isObject']>
  418. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  419. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  420. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  421. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  422. readonly isToday: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isToday']>
  423. readonly kFormatter: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['kFormatter']>
  424. readonly lengthValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['lengthValidator']>
  425. readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
  426. readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
  427. readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
  428. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  429. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  430. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  431. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  432. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  433. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  434. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  435. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  436. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  437. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  438. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteLeave']>
  439. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteUpdate']>
  440. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  441. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  442. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  443. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  444. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  445. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  446. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  447. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  448. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  449. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  450. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  451. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  452. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  453. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  454. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  455. readonly passwordValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['passwordValidator']>
  456. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  457. readonly prefixWithPlus: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['prefixWithPlus']>
  458. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  459. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  460. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  461. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  462. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  463. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  464. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  465. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  466. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  467. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  468. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  469. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  470. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  471. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  472. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  473. readonly regexValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['regexValidator']>
  474. readonly registerPlugins: UnwrapRef<typeof import('./resources/js/@core/utils/plugins.js')['registerPlugins']>
  475. readonly requiredValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['requiredValidator']>
  476. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  477. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  478. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  479. readonly resolveVuetifyTheme: UnwrapRef<typeof import('./resources/js/@core/utils/vuetify.js')['resolveVuetifyTheme']>
  480. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  481. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  482. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  483. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  484. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  485. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  486. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  487. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  488. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  489. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  490. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  491. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  492. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  493. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  494. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  495. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  496. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  497. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  498. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  499. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  500. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  501. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  502. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  503. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  504. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  505. readonly urlValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['urlValidator']>
  506. readonly useAbility: UnwrapRef<typeof import('./resources/js/plugins/casl/composables/useAbility.js')['useAbility']>
  507. readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
  508. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  509. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  510. readonly useApi: UnwrapRef<typeof import('./resources/js/composables/useApi.js')['useApi']>
  511. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  512. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  513. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  514. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  515. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  516. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  517. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  518. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  519. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  520. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  521. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  522. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  523. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  524. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  525. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  526. readonly useAverage: UnwrapRef<typeof import('@vueuse/math')['useAverage']>
  527. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  528. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  529. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  530. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  531. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  532. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  533. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  534. readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
  535. readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
  536. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  537. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  538. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  539. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  540. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  541. readonly useCookie: UnwrapRef<typeof import('./resources/js/@core/composable/useCookie.js')['useCookie']>
  542. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  543. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  544. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  545. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  546. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  547. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  548. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  549. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  550. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  551. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  552. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  553. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  554. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  555. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  556. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  557. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  558. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  559. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  560. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  561. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  562. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  563. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  564. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  565. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  566. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  567. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  568. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  569. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  570. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  571. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  572. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  573. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  574. readonly useFloor: UnwrapRef<typeof import('@vueuse/math')['useFloor']>
  575. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  576. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  577. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  578. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  579. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  580. readonly useGenerateImageVariant: UnwrapRef<typeof import('./resources/js/@core/composable/useGenerateImageVariant.js')['useGenerateImageVariant']>
  581. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  582. readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
  583. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  584. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  585. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  586. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  587. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  588. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  589. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  590. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  591. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  592. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  593. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  594. readonly useMath: UnwrapRef<typeof import('@vueuse/math')['useMath']>
  595. readonly useMax: UnwrapRef<typeof import('@vueuse/math')['useMax']>
  596. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  597. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  598. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  599. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  600. readonly useMin: UnwrapRef<typeof import('@vueuse/math')['useMin']>
  601. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  602. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  603. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  604. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  605. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  606. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  607. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  608. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  609. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  610. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  611. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  612. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  613. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  614. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  615. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  616. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  617. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  618. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  619. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  620. readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
  621. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  622. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  623. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  624. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  625. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  626. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  627. readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
  628. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  629. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  630. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  631. readonly useResponsiveLeftSidebar: UnwrapRef<typeof import('./resources/js/@core/composable/useResponsiveSidebar.js')['useResponsiveLeftSidebar']>
  632. readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
  633. readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
  634. readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
  635. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  636. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  637. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  638. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  639. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  640. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  641. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  642. readonly useSkins: UnwrapRef<typeof import('./resources/js/@core/composable/useSkins.js')['useSkins']>
  643. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  644. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  645. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  646. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  647. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  648. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  649. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  650. readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
  651. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  652. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  653. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  654. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  655. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  656. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  657. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  658. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  659. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  660. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  661. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  662. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  663. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  664. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  665. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  666. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  667. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  668. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  669. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  670. readonly useTrunc: UnwrapRef<typeof import('@vueuse/math')['useTrunc']>
  671. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  672. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  673. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  674. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  675. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  676. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  677. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  678. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  679. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  680. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  681. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  682. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  683. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  684. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  685. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  686. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  687. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  688. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  689. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  690. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  691. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  692. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  693. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  694. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  695. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  696. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  697. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  698. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  699. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  700. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  701. }
  702. }
  703. declare module '@vue/runtime-core' {
  704. interface ComponentCustomProperties {
  705. readonly $api: UnwrapRef<typeof import('./resources/js/utils/api.js')['$api']>
  706. readonly COOKIE_MAX_AGE_1_YEAR: UnwrapRef<typeof import('./resources/js/utils/constants.js')['COOKIE_MAX_AGE_1_YEAR']>
  707. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  708. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  709. readonly alphaDashValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['alphaDashValidator']>
  710. readonly alphaValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['alphaValidator']>
  711. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  712. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  713. readonly avatarText: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['avatarText']>
  714. readonly betweenValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['betweenValidator']>
  715. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  716. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  717. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  718. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  719. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  720. readonly confirmedValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['confirmedValidator']>
  721. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  722. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  723. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  724. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  725. readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
  726. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  727. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  728. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  729. readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
  730. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  731. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  732. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  733. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  734. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  735. readonly createUrl: UnwrapRef<typeof import('./resources/js/@core/composable/createUrl.js')['createUrl']>
  736. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  737. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  738. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  739. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  740. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  741. readonly defineLoader: UnwrapRef<typeof import('vue-router/auto')['defineLoader']>
  742. readonly definePage: UnwrapRef<typeof import('unplugin-vue-router/runtime')['_definePage']>
  743. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  744. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  745. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  746. readonly emailValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['emailValidator']>
  747. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  748. readonly formatDate: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['formatDate']>
  749. readonly formatDateToMonthShort: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['formatDateToMonthShort']>
  750. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  751. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  752. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  753. readonly h: UnwrapRef<typeof import('vue')['h']>
  754. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  755. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  756. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  757. readonly integerValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['integerValidator']>
  758. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  759. readonly isEmpty: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isEmpty']>
  760. readonly isEmptyArray: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isEmptyArray']>
  761. readonly isNullOrUndefined: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isNullOrUndefined']>
  762. readonly isObject: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isObject']>
  763. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  764. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  765. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  766. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  767. readonly isToday: UnwrapRef<typeof import('./resources/js/@core/utils/helpers.js')['isToday']>
  768. readonly kFormatter: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['kFormatter']>
  769. readonly lengthValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['lengthValidator']>
  770. readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
  771. readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
  772. readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
  773. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  774. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  775. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  776. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  777. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  778. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  779. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  780. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  781. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  782. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  783. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteLeave']>
  784. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router/auto')['onBeforeRouteUpdate']>
  785. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  786. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  787. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  788. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  789. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  790. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  791. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  792. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  793. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  794. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  795. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  796. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  797. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  798. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  799. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  800. readonly passwordValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['passwordValidator']>
  801. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  802. readonly prefixWithPlus: UnwrapRef<typeof import('./resources/js/@core/utils/formatters.js')['prefixWithPlus']>
  803. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  804. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  805. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  806. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  807. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  808. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  809. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  810. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  811. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  812. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  813. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  814. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  815. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  816. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  817. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  818. readonly regexValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['regexValidator']>
  819. readonly registerPlugins: UnwrapRef<typeof import('./resources/js/@core/utils/plugins.js')['registerPlugins']>
  820. readonly requiredValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['requiredValidator']>
  821. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  822. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  823. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  824. readonly resolveVuetifyTheme: UnwrapRef<typeof import('./resources/js/@core/utils/vuetify.js')['resolveVuetifyTheme']>
  825. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  826. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  827. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  828. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  829. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  830. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  831. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  832. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  833. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  834. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  835. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  836. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  837. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  838. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  839. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  840. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  841. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  842. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  843. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  844. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  845. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  846. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  847. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  848. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  849. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  850. readonly urlValidator: UnwrapRef<typeof import('./resources/js/@core/utils/validators.js')['urlValidator']>
  851. readonly useAbility: UnwrapRef<typeof import('./resources/js/plugins/casl/composables/useAbility.js')['useAbility']>
  852. readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
  853. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  854. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  855. readonly useApi: UnwrapRef<typeof import('./resources/js/composables/useApi.js')['useApi']>
  856. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  857. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  858. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  859. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  860. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  861. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  862. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  863. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  864. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  865. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  866. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  867. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  868. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  869. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  870. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  871. readonly useAverage: UnwrapRef<typeof import('@vueuse/math')['useAverage']>
  872. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  873. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  874. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  875. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  876. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  877. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  878. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  879. readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
  880. readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
  881. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  882. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  883. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  884. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  885. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  886. readonly useCookie: UnwrapRef<typeof import('./resources/js/@core/composable/useCookie.js')['useCookie']>
  887. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  888. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  889. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  890. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  891. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  892. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  893. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  894. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  895. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  896. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  897. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  898. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  899. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  900. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  901. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  902. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  903. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  904. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  905. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  906. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  907. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  908. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  909. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  910. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  911. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  912. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  913. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  914. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  915. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  916. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  917. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  918. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  919. readonly useFloor: UnwrapRef<typeof import('@vueuse/math')['useFloor']>
  920. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  921. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  922. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  923. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  924. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  925. readonly useGenerateImageVariant: UnwrapRef<typeof import('./resources/js/@core/composable/useGenerateImageVariant.js')['useGenerateImageVariant']>
  926. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  927. readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
  928. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  929. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  930. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  931. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  932. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  933. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  934. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  935. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  936. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  937. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  938. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  939. readonly useMath: UnwrapRef<typeof import('@vueuse/math')['useMath']>
  940. readonly useMax: UnwrapRef<typeof import('@vueuse/math')['useMax']>
  941. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  942. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  943. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  944. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  945. readonly useMin: UnwrapRef<typeof import('@vueuse/math')['useMin']>
  946. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  947. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  948. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  949. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  950. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  951. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  952. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  953. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  954. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  955. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  956. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  957. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  958. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  959. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  960. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  961. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  962. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  963. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  964. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  965. readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
  966. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  967. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  968. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  969. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  970. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  971. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  972. readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
  973. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  974. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  975. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  976. readonly useResponsiveLeftSidebar: UnwrapRef<typeof import('./resources/js/@core/composable/useResponsiveSidebar.js')['useResponsiveLeftSidebar']>
  977. readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
  978. readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
  979. readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
  980. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  981. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  982. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  983. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  984. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  985. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  986. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  987. readonly useSkins: UnwrapRef<typeof import('./resources/js/@core/composable/useSkins.js')['useSkins']>
  988. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  989. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  990. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  991. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  992. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  993. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  994. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  995. readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
  996. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  997. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  998. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  999. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  1000. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  1001. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  1002. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  1003. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  1004. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  1005. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  1006. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  1007. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  1008. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  1009. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  1010. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  1011. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  1012. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  1013. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  1014. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  1015. readonly useTrunc: UnwrapRef<typeof import('@vueuse/math')['useTrunc']>
  1016. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  1017. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  1018. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  1019. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  1020. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  1021. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  1022. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  1023. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  1024. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  1025. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  1026. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  1027. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  1028. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  1029. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  1030. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  1031. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  1032. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  1033. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  1034. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  1035. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  1036. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  1037. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  1038. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  1039. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  1040. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  1041. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  1042. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  1043. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  1044. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  1045. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  1046. }
  1047. }