nuxt-ignis 0.2.5 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/app.config.mjs +18 -0
- package/.nuxt/component-chunk.mjs +1 -0
- package/.nuxt/components.d.ts +190 -0
- package/.nuxt/dev/index.mjs +2948 -0
- package/.nuxt/dev/index.mjs.map +1 -0
- package/.nuxt/dist/server/client.manifest.json +18 -0
- package/.nuxt/dist/server/client.manifest.mjs +1 -0
- package/.nuxt/dist/server/server.mjs +1 -0
- package/.nuxt/eslint-typegen.d.ts +9401 -0
- package/.nuxt/eslint.config.d.mts +9 -0
- package/.nuxt/eslint.config.mjs +53 -0
- package/.nuxt/imports.d.ts +66 -0
- package/.nuxt/manifest/latest.json +1 -0
- package/.nuxt/manifest/meta/dev.json +1 -0
- package/.nuxt/modules/@nuxt-scripts.d.ts +13 -0
- package/.nuxt/nitro.json +17 -0
- package/.nuxt/nuxt-fonts-global.css +0 -0
- package/.nuxt/nuxt.d.ts +34 -0
- package/.nuxt/nuxt.json +9 -0
- package/.nuxt/schema/nuxt.schema.d.ts +17 -0
- package/.nuxt/schema/nuxt.schema.json +3 -0
- package/.nuxt/tsconfig.json +223 -0
- package/.nuxt/tsconfig.server.json +152 -0
- package/.nuxt/types/app-defaults.d.ts +7 -0
- package/.nuxt/types/app.config.d.ts +31 -0
- package/.nuxt/types/build.d.ts +25 -0
- package/.nuxt/types/builder-env.d.ts +1 -0
- package/.nuxt/types/imports.d.ts +829 -0
- package/.nuxt/types/layouts.d.ts +7 -0
- package/.nuxt/types/middleware.d.ts +7 -0
- package/.nuxt/types/nitro-config.d.ts +14 -0
- package/.nuxt/types/nitro-imports.d.ts +143 -0
- package/.nuxt/types/nitro-middleware.d.ts +6 -0
- package/.nuxt/types/nitro-nuxt.d.ts +34 -0
- package/.nuxt/types/nitro-routes.d.ts +20 -0
- package/.nuxt/types/nitro.d.ts +3 -0
- package/.nuxt/types/plugins.d.ts +38 -0
- package/.nuxt/types/schema.d.ts +450 -0
- package/.nuxt/types/vue-shim.d.ts +0 -0
- package/app.vue +16 -36
- package/assets/css/nuxt-ui.css +16 -0
- package/assets/css/tailwind.css +10 -44
- package/components/AppFeature.vue +47 -3
- package/components/AppFeatureList.vue +86 -26
- package/components/CurrentTime.vue +9 -9
- package/components/ignis/IgnisFooter.vue +16 -0
- package/components/ignis/IgnisHeader.vue +48 -0
- package/components/ignis/IgnisInfo.vue +26 -0
- package/composables/useTranslation.ts +11 -4
- package/content/second.md +4 -0
- package/features.ts +115 -17
- package/i18n/i18n.config.ts +2 -2
- package/{assets/lang → i18n/locales}/en.json +6 -1
- package/i18n/locales/es.json +4 -0
- package/nuxt.config.ts +26 -2
- package/package.json +70 -79
- package/pages/ignis.vue +3 -0
- package/pages/index.vue +1 -12
- package/tailwind.config.ts +2 -1
- package/utils/i18n-sources.ts +20 -2
- package/vueform.config.ts +20 -0
- package/.gitattributes +0 -2
- package/CHANGELOG.md +0 -72
- package/LICENSE +0 -21
- package/README.md +0 -147
|
@@ -0,0 +1,829 @@
|
|
|
1
|
+
// Generated by auto imports
|
|
2
|
+
export {}
|
|
3
|
+
declare global {
|
|
4
|
+
const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['abortNavigation']
|
|
5
|
+
const acceptHMRUpdate: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['acceptHMRUpdate']
|
|
6
|
+
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']
|
|
7
|
+
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
8
|
+
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
9
|
+
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/once')['callOnce']
|
|
10
|
+
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']
|
|
11
|
+
const clearError: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['clearError']
|
|
12
|
+
const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']
|
|
13
|
+
const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']
|
|
14
|
+
const computed: typeof import('vue')['computed']
|
|
15
|
+
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
|
16
|
+
const computedEager: typeof import('@vueuse/core')['computedEager']
|
|
17
|
+
const computedInject: typeof import('@vueuse/core')['computedInject']
|
|
18
|
+
const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
|
|
19
|
+
const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
|
|
20
|
+
const controlledRef: typeof import('@vueuse/core')['controlledRef']
|
|
21
|
+
const createError: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['createError']
|
|
22
|
+
const createEventHook: typeof import('@vueuse/core')['createEventHook']
|
|
23
|
+
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
|
|
24
|
+
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
|
|
25
|
+
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
|
|
26
|
+
const createRef: typeof import('@vueuse/core')['createRef']
|
|
27
|
+
const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
|
|
28
|
+
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
|
|
29
|
+
const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
|
|
30
|
+
const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
|
|
31
|
+
const customRef: typeof import('vue')['customRef']
|
|
32
|
+
const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
|
|
33
|
+
const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
|
|
34
|
+
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']
|
|
35
|
+
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
36
|
+
const defineComponent: typeof import('vue')['defineComponent']
|
|
37
|
+
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']
|
|
38
|
+
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']
|
|
39
|
+
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']
|
|
40
|
+
const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']
|
|
41
|
+
const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']
|
|
42
|
+
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']
|
|
43
|
+
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']
|
|
44
|
+
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']
|
|
45
|
+
const defineStore: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']
|
|
46
|
+
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
|
|
47
|
+
const effect: typeof import('vue')['effect']
|
|
48
|
+
const effectScope: typeof import('vue')['effectScope']
|
|
49
|
+
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
50
|
+
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']
|
|
51
|
+
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
52
|
+
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
53
|
+
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']
|
|
54
|
+
const h: typeof import('vue')['h']
|
|
55
|
+
const hasInjectionContext: typeof import('vue')['hasInjectionContext']
|
|
56
|
+
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
57
|
+
const initConsola: typeof import('../../utils/consola')['initConsola']
|
|
58
|
+
const inject: typeof import('vue')['inject']
|
|
59
|
+
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['injectHead']
|
|
60
|
+
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
61
|
+
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
62
|
+
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['isNuxtError']
|
|
63
|
+
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']
|
|
64
|
+
const isProxy: typeof import('vue')['isProxy']
|
|
65
|
+
const isReactive: typeof import('vue')['isReactive']
|
|
66
|
+
const isReadonly: typeof import('vue')['isReadonly']
|
|
67
|
+
const isRef: typeof import('vue')['isRef']
|
|
68
|
+
const isShallow: typeof import('vue')['isShallow']
|
|
69
|
+
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
|
|
70
|
+
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
|
|
71
|
+
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['loadPayload']
|
|
72
|
+
const log: typeof import('../../utils/consola')['log']
|
|
73
|
+
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
|
|
74
|
+
const markRaw: typeof import('vue')['markRaw']
|
|
75
|
+
const mergeModels: typeof import('vue')['mergeModels']
|
|
76
|
+
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['navigateTo']
|
|
77
|
+
const nextTick: typeof import('vue')['nextTick']
|
|
78
|
+
const onActivated: typeof import('vue')['onActivated']
|
|
79
|
+
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
80
|
+
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
|
81
|
+
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
|
82
|
+
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
|
83
|
+
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
|
84
|
+
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
|
|
85
|
+
const onDeactivated: typeof import('vue')['onDeactivated']
|
|
86
|
+
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
|
|
87
|
+
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
|
88
|
+
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
|
|
89
|
+
const onLongPress: typeof import('@vueuse/core')['onLongPress']
|
|
90
|
+
const onMounted: typeof import('vue')['onMounted']
|
|
91
|
+
const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']
|
|
92
|
+
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']
|
|
93
|
+
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
|
94
|
+
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
|
95
|
+
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
|
96
|
+
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
|
97
|
+
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
|
|
98
|
+
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
99
|
+
const onUpdated: typeof import('vue')['onUpdated']
|
|
100
|
+
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
101
|
+
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']
|
|
102
|
+
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']
|
|
103
|
+
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']
|
|
104
|
+
const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']
|
|
105
|
+
const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']
|
|
106
|
+
const provide: typeof import('vue')['provide']
|
|
107
|
+
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
108
|
+
const proxyRefs: typeof import('vue')['proxyRefs']
|
|
109
|
+
const pslo: typeof import('../../utils/pslo-utils')['pslo']
|
|
110
|
+
const reactify: typeof import('@vueuse/core')['reactify']
|
|
111
|
+
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
|
112
|
+
const reactive: typeof import('vue')['reactive']
|
|
113
|
+
const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
|
|
114
|
+
const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
|
|
115
|
+
const reactivePick: typeof import('@vueuse/core')['reactivePick']
|
|
116
|
+
const readonly: typeof import('vue')['readonly']
|
|
117
|
+
const ref: typeof import('vue')['ref']
|
|
118
|
+
const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
|
|
119
|
+
const refDebounced: typeof import('@vueuse/core')['refDebounced']
|
|
120
|
+
const refDefault: typeof import('@vueuse/core')['refDefault']
|
|
121
|
+
const refThrottled: typeof import('@vueuse/core')['refThrottled']
|
|
122
|
+
const refWithControl: typeof import('@vueuse/core')['refWithControl']
|
|
123
|
+
const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']
|
|
124
|
+
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']
|
|
125
|
+
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']
|
|
126
|
+
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']
|
|
127
|
+
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
128
|
+
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
|
129
|
+
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
|
130
|
+
const scanI18NSources: typeof import('../../utils/i18n-sources')['scanI18NSources']
|
|
131
|
+
const scanI18Names: typeof import('../../utils/i18n-sources')['scanI18Names']
|
|
132
|
+
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['setPageLayout']
|
|
133
|
+
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']
|
|
134
|
+
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
135
|
+
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
136
|
+
const shallowRef: typeof import('vue')['shallowRef']
|
|
137
|
+
const showError: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['showError']
|
|
138
|
+
const storeToRefs: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['storeToRefs']
|
|
139
|
+
const syncRef: typeof import('@vueuse/core')['syncRef']
|
|
140
|
+
const syncRefs: typeof import('@vueuse/core')['syncRefs']
|
|
141
|
+
const templateRef: typeof import('@vueuse/core')['templateRef']
|
|
142
|
+
const throttledRef: typeof import('@vueuse/core')['throttledRef']
|
|
143
|
+
const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
|
|
144
|
+
const toRaw: typeof import('vue')['toRaw']
|
|
145
|
+
const toReactive: typeof import('@vueuse/core')['toReactive']
|
|
146
|
+
const toRef: typeof import('vue')['toRef']
|
|
147
|
+
const toRefs: typeof import('vue')['toRefs']
|
|
148
|
+
const toValue: typeof import('vue')['toValue']
|
|
149
|
+
const triggerRef: typeof import('vue')['triggerRef']
|
|
150
|
+
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
|
|
151
|
+
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
|
|
152
|
+
const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
|
|
153
|
+
const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
|
|
154
|
+
const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
|
|
155
|
+
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']
|
|
156
|
+
const unref: typeof import('vue')['unref']
|
|
157
|
+
const unrefElement: typeof import('@vueuse/core')['unrefElement']
|
|
158
|
+
const until: typeof import('@vueuse/core')['until']
|
|
159
|
+
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/config')['updateAppConfig']
|
|
160
|
+
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
|
|
161
|
+
const useAnimate: typeof import('@vueuse/core')['useAnimate']
|
|
162
|
+
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/config')['useAppConfig']
|
|
163
|
+
const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
|
|
164
|
+
const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
|
|
165
|
+
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
|
|
166
|
+
const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
|
|
167
|
+
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
|
|
168
|
+
const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
|
|
169
|
+
const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
|
|
170
|
+
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
|
|
171
|
+
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
|
|
172
|
+
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
|
|
173
|
+
const useArraySome: typeof import('@vueuse/core')['useArraySome']
|
|
174
|
+
const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
|
|
175
|
+
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']
|
|
176
|
+
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
|
|
177
|
+
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
|
|
178
|
+
const useAttrs: typeof import('vue')['useAttrs']
|
|
179
|
+
const useBase64: typeof import('@vueuse/core')['useBase64']
|
|
180
|
+
const useBattery: typeof import('@vueuse/core')['useBattery']
|
|
181
|
+
const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
|
|
182
|
+
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
|
|
183
|
+
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
|
|
184
|
+
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
185
|
+
const useCached: typeof import('@vueuse/core')['useCached']
|
|
186
|
+
const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
|
187
|
+
const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
188
|
+
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
189
|
+
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
190
|
+
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
191
|
+
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/cookie')['useCookie']
|
|
192
|
+
const useCountdown: typeof import('@vueuse/core')['useCountdown']
|
|
193
|
+
const useCounter: typeof import('@vueuse/core')['useCounter']
|
|
194
|
+
const useCssModule: typeof import('vue')['useCssModule']
|
|
195
|
+
const useCssVar: typeof import('@vueuse/core')['useCssVar']
|
|
196
|
+
const useCssVars: typeof import('vue')['useCssVars']
|
|
197
|
+
const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
|
|
198
|
+
const useCycleList: typeof import('@vueuse/core')['useCycleList']
|
|
199
|
+
const useDark: typeof import('@vueuse/core')['useDark']
|
|
200
|
+
const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
|
|
201
|
+
const useDebounce: typeof import('@vueuse/core')['useDebounce']
|
|
202
|
+
const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
|
|
203
|
+
const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
|
|
204
|
+
const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
|
|
205
|
+
const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
|
|
206
|
+
const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
|
|
207
|
+
const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
|
|
208
|
+
const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
|
|
209
|
+
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
|
|
210
|
+
const useDraggable: typeof import('@vueuse/core')['useDraggable']
|
|
211
|
+
const useDropZone: typeof import('@vueuse/core')['useDropZone']
|
|
212
|
+
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
|
|
213
|
+
const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
|
|
214
|
+
const useElementHover: typeof import('@vueuse/core')['useElementHover']
|
|
215
|
+
const useElementSize: typeof import('@vueuse/core')['useElementSize']
|
|
216
|
+
const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
|
|
217
|
+
const useError: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['useError']
|
|
218
|
+
const useEventBus: typeof import('@vueuse/core')['useEventBus']
|
|
219
|
+
const useEventListener: typeof import('@vueuse/core')['useEventListener']
|
|
220
|
+
const useEventSource: typeof import('@vueuse/core')['useEventSource']
|
|
221
|
+
const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
|
|
222
|
+
const useFavicon: typeof import('@vueuse/core')['useFavicon']
|
|
223
|
+
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/fetch')['useFetch']
|
|
224
|
+
const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
|
|
225
|
+
const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
|
|
226
|
+
const useFocus: typeof import('@vueuse/core')['useFocus']
|
|
227
|
+
const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
|
|
228
|
+
const useFps: typeof import('@vueuse/core')['useFps']
|
|
229
|
+
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
|
230
|
+
const useGamepad: typeof import('@vueuse/core')['useGamepad']
|
|
231
|
+
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
|
|
232
|
+
const useHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useHead']
|
|
233
|
+
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']
|
|
234
|
+
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']
|
|
235
|
+
const useId: typeof import('vue')['useId']
|
|
236
|
+
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
237
|
+
const useIgnisT: typeof import('../../composables/useTranslation')['useIgnisT']
|
|
238
|
+
const useImage: typeof import('../../node_modules/.pnpm/@nuxt+image@1.10.0_@netlify_b4a362fadc10aa100425ec080018ae5f/node_modules/@nuxt/image/dist/runtime/composables')['useImage']
|
|
239
|
+
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
|
240
|
+
const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
|
|
241
|
+
const useInterval: typeof import('@vueuse/core')['useInterval']
|
|
242
|
+
const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
|
|
243
|
+
const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
|
|
244
|
+
const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
|
|
245
|
+
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']
|
|
246
|
+
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']
|
|
247
|
+
const useLink: typeof import('vue-router')['useLink']
|
|
248
|
+
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']
|
|
249
|
+
const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
|
|
250
|
+
const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
|
|
251
|
+
const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
|
|
252
|
+
const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
|
|
253
|
+
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
|
|
254
|
+
const useMemoize: typeof import('@vueuse/core')['useMemoize']
|
|
255
|
+
const useMemory: typeof import('@vueuse/core')['useMemory']
|
|
256
|
+
const useModel: typeof import('vue')['useModel']
|
|
257
|
+
const useMounted: typeof import('@vueuse/core')['useMounted']
|
|
258
|
+
const useMouse: typeof import('@vueuse/core')['useMouse']
|
|
259
|
+
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
|
260
|
+
const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
|
|
261
|
+
const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
|
|
262
|
+
const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
|
|
263
|
+
const useNetwork: typeof import('@vueuse/core')['useNetwork']
|
|
264
|
+
const useNonce: typeof import('../../node_modules/.pnpm/nuxt-security@2.2.0_magicast@0.3.5_rollup@4.41.0/node_modules/nuxt-security/dist/runtime/composables/nonce')['useNonce']
|
|
265
|
+
const useNow: typeof import('@vueuse/core')['useNow']
|
|
266
|
+
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']
|
|
267
|
+
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']
|
|
268
|
+
const useNuxtDevTools: typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@6_1dedbaa3bcdbced3d429534f9b1d1d28/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']
|
|
269
|
+
const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
|
|
270
|
+
const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
|
|
271
|
+
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
272
|
+
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
273
|
+
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
274
|
+
const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
275
|
+
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
|
|
276
|
+
const usePermission: typeof import('@vueuse/core')['usePermission']
|
|
277
|
+
const usePinia: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['usePinia']
|
|
278
|
+
const usePointer: typeof import('@vueuse/core')['usePointer']
|
|
279
|
+
const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
|
|
280
|
+
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
|
|
281
|
+
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
|
|
282
|
+
const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
|
|
283
|
+
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
|
|
284
|
+
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
|
|
285
|
+
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
|
|
286
|
+
const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
|
|
287
|
+
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']
|
|
288
|
+
const usePrevious: typeof import('@vueuse/core')['usePrevious']
|
|
289
|
+
const useRafFn: typeof import('@vueuse/core')['useRafFn']
|
|
290
|
+
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
|
|
291
|
+
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']
|
|
292
|
+
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']
|
|
293
|
+
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']
|
|
294
|
+
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']
|
|
295
|
+
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/url')['useRequestURL']
|
|
296
|
+
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
|
297
|
+
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']
|
|
298
|
+
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['useRoute']
|
|
299
|
+
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']
|
|
300
|
+
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['useRouter']
|
|
301
|
+
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']
|
|
302
|
+
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']
|
|
303
|
+
const useSSRWidth: typeof import('@vueuse/core')['useSSRWidth']
|
|
304
|
+
const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
|
|
305
|
+
const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
|
|
306
|
+
const useScript: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScript')['useScript']
|
|
307
|
+
const useScriptClarity: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/clarity')['useScriptClarity']
|
|
308
|
+
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics')['useScriptCloudflareWebAnalytics']
|
|
309
|
+
const useScriptCrisp: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/crisp')['useScriptCrisp']
|
|
310
|
+
const useScriptEventPage: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage')['useScriptEventPage']
|
|
311
|
+
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics')['useScriptFathomAnalytics']
|
|
312
|
+
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense')['useScriptGoogleAdsense']
|
|
313
|
+
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics')['useScriptGoogleAnalytics']
|
|
314
|
+
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps')['useScriptGoogleMaps']
|
|
315
|
+
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager')['useScriptGoogleTagManager']
|
|
316
|
+
const useScriptHotjar: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar')['useScriptHotjar']
|
|
317
|
+
const useScriptIntercom: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/intercom')['useScriptIntercom']
|
|
318
|
+
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy')['useScriptLemonSqueezy']
|
|
319
|
+
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics')['useScriptMatomoAnalytics']
|
|
320
|
+
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel')['useScriptMetaPixel']
|
|
321
|
+
const useScriptNpm: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/npm')['useScriptNpm']
|
|
322
|
+
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics')['useScriptPlausibleAnalytics']
|
|
323
|
+
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics')['useScriptRybbitAnalytics']
|
|
324
|
+
const useScriptSegment: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/segment')['useScriptSegment']
|
|
325
|
+
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel')['useScriptSnapchatPixel']
|
|
326
|
+
const useScriptStripe: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/stripe')['useScriptStripe']
|
|
327
|
+
const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
|
|
328
|
+
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent')['useScriptTriggerConsent']
|
|
329
|
+
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement')['useScriptTriggerElement']
|
|
330
|
+
const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics')['useScriptUmamiAnalytics']
|
|
331
|
+
const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player')['useScriptVimeoPlayer']
|
|
332
|
+
const useScriptXPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel')['useScriptXPixel']
|
|
333
|
+
const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player')['useScriptYouTubePlayer']
|
|
334
|
+
const useScroll: typeof import('@vueuse/core')['useScroll']
|
|
335
|
+
const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
|
|
336
|
+
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']
|
|
337
|
+
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerHead']
|
|
338
|
+
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']
|
|
339
|
+
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']
|
|
340
|
+
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
|
|
341
|
+
const useShadowRoot: typeof import('vue')['useShadowRoot']
|
|
342
|
+
const useShare: typeof import('@vueuse/core')['useShare']
|
|
343
|
+
const useSlots: typeof import('vue')['useSlots']
|
|
344
|
+
const useSorted: typeof import('@vueuse/core')['useSorted']
|
|
345
|
+
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
|
|
346
|
+
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
|
|
347
|
+
const useState: typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/state')['useState']
|
|
348
|
+
const useStepper: typeof import('@vueuse/core')['useStepper']
|
|
349
|
+
const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
|
|
350
|
+
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
|
|
351
|
+
const useSupported: typeof import('@vueuse/core')['useSupported']
|
|
352
|
+
const useSwipe: typeof import('@vueuse/core')['useSwipe']
|
|
353
|
+
const useT: typeof import('../../composables/useTranslation')['useT']
|
|
354
|
+
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
355
|
+
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
|
356
|
+
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
|
|
357
|
+
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
|
|
358
|
+
const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
|
|
359
|
+
const useThrottle: typeof import('@vueuse/core')['useThrottle']
|
|
360
|
+
const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
|
|
361
|
+
const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
|
|
362
|
+
const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
|
|
363
|
+
const useTimeout: typeof import('@vueuse/core')['useTimeout']
|
|
364
|
+
const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
|
|
365
|
+
const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
|
|
366
|
+
const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
|
|
367
|
+
const useTitle: typeof import('@vueuse/core')['useTitle']
|
|
368
|
+
const useToNumber: typeof import('@vueuse/core')['useToNumber']
|
|
369
|
+
const useToString: typeof import('@vueuse/core')['useToString']
|
|
370
|
+
const useToggle: typeof import('@vueuse/core')['useToggle']
|
|
371
|
+
const useTransition: typeof import('@vueuse/core')['useTransition']
|
|
372
|
+
const useTransitionState: typeof import('vue')['useTransitionState']
|
|
373
|
+
const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
|
|
374
|
+
const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
|
|
375
|
+
const useVModel: typeof import('@vueuse/core')['useVModel']
|
|
376
|
+
const useVModels: typeof import('@vueuse/core')['useVModels']
|
|
377
|
+
const useVibrate: typeof import('@vueuse/core')['useVibrate']
|
|
378
|
+
const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
|
|
379
|
+
const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
|
|
380
|
+
const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
|
|
381
|
+
const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
|
|
382
|
+
const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
|
|
383
|
+
const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
|
|
384
|
+
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
385
|
+
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
386
|
+
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
387
|
+
const watch: typeof import('vue')['watch']
|
|
388
|
+
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
389
|
+
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
390
|
+
const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
|
|
391
|
+
const watchDeep: typeof import('@vueuse/core')['watchDeep']
|
|
392
|
+
const watchEffect: typeof import('vue')['watchEffect']
|
|
393
|
+
const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
|
|
394
|
+
const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
|
|
395
|
+
const watchOnce: typeof import('@vueuse/core')['watchOnce']
|
|
396
|
+
const watchPausable: typeof import('@vueuse/core')['watchPausable']
|
|
397
|
+
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
|
398
|
+
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
|
399
|
+
const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
|
|
400
|
+
const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
|
|
401
|
+
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
|
|
402
|
+
const whenever: typeof import('@vueuse/core')['whenever']
|
|
403
|
+
const withCtx: typeof import('vue')['withCtx']
|
|
404
|
+
const withDirectives: typeof import('vue')['withDirectives']
|
|
405
|
+
const withKeys: typeof import('vue')['withKeys']
|
|
406
|
+
const withMemo: typeof import('vue')['withMemo']
|
|
407
|
+
const withModifiers: typeof import('vue')['withModifiers']
|
|
408
|
+
const withScopeId: typeof import('vue')['withScopeId']
|
|
409
|
+
}
|
|
410
|
+
// for type re-export
|
|
411
|
+
declare global {
|
|
412
|
+
// @ts-ignore
|
|
413
|
+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
414
|
+
import('vue')
|
|
415
|
+
// @ts-ignore
|
|
416
|
+
export type { UIOptions, DBOptions } from '../../utils/ignis-types'
|
|
417
|
+
import('../../utils/ignis-types')
|
|
418
|
+
}
|
|
419
|
+
// for vue template auto import
|
|
420
|
+
import { UnwrapRef } from 'vue'
|
|
421
|
+
declare module 'vue' {
|
|
422
|
+
interface ComponentCustomProperties {
|
|
423
|
+
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
|
|
424
|
+
readonly acceptHMRUpdate: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['acceptHMRUpdate']>
|
|
425
|
+
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
|
|
426
|
+
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
427
|
+
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
428
|
+
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/once')['callOnce']>
|
|
429
|
+
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
|
|
430
|
+
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['clearError']>
|
|
431
|
+
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
|
|
432
|
+
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
|
|
433
|
+
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
434
|
+
readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
|
|
435
|
+
readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
|
|
436
|
+
readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
|
|
437
|
+
readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
|
|
438
|
+
readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
|
|
439
|
+
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
|
|
440
|
+
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['createError']>
|
|
441
|
+
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
|
|
442
|
+
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
|
|
443
|
+
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
|
|
444
|
+
readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
|
|
445
|
+
readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
|
|
446
|
+
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
|
|
447
|
+
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
|
|
448
|
+
readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
|
|
449
|
+
readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
|
|
450
|
+
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
|
451
|
+
readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
|
|
452
|
+
readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
|
|
453
|
+
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
|
|
454
|
+
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
|
455
|
+
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
456
|
+
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
|
|
457
|
+
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
|
|
458
|
+
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
|
|
459
|
+
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
|
|
460
|
+
readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
|
|
461
|
+
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
|
|
462
|
+
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
|
|
463
|
+
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
|
|
464
|
+
readonly defineStore: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']>
|
|
465
|
+
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
|
|
466
|
+
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
|
467
|
+
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
468
|
+
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
469
|
+
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
|
|
470
|
+
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
471
|
+
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
472
|
+
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
|
|
473
|
+
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
474
|
+
readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
|
|
475
|
+
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
476
|
+
readonly initConsola: UnwrapRef<typeof import('../../utils/consola')['initConsola']>
|
|
477
|
+
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
478
|
+
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['injectHead']>
|
|
479
|
+
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
|
|
480
|
+
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
|
481
|
+
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
|
|
482
|
+
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
|
|
483
|
+
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
484
|
+
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
485
|
+
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
|
486
|
+
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
|
487
|
+
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
|
488
|
+
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
|
489
|
+
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
|
490
|
+
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
|
|
491
|
+
readonly log: UnwrapRef<typeof import('../../utils/consola')['log']>
|
|
492
|
+
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
493
|
+
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
494
|
+
readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
|
|
495
|
+
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['navigateTo']>
|
|
496
|
+
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
497
|
+
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
498
|
+
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
|
499
|
+
readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
|
|
500
|
+
readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
|
|
501
|
+
readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
|
|
502
|
+
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
|
|
503
|
+
readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
|
|
504
|
+
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
|
|
505
|
+
readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
|
|
506
|
+
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
|
|
507
|
+
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
|
|
508
|
+
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
|
|
509
|
+
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
|
510
|
+
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
|
|
511
|
+
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
|
|
512
|
+
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
|
513
|
+
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
|
514
|
+
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
|
515
|
+
readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
|
|
516
|
+
readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
|
|
517
|
+
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
|
518
|
+
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
519
|
+
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
520
|
+
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
|
|
521
|
+
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
|
|
522
|
+
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
|
|
523
|
+
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
|
|
524
|
+
readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
|
|
525
|
+
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
526
|
+
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
527
|
+
readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
|
|
528
|
+
readonly pslo: UnwrapRef<typeof import('../../utils/pslo-utils')['pslo']>
|
|
529
|
+
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
|
530
|
+
readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
|
|
531
|
+
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
|
532
|
+
readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
|
|
533
|
+
readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
|
|
534
|
+
readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
|
|
535
|
+
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
|
536
|
+
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
|
537
|
+
readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
|
|
538
|
+
readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
|
|
539
|
+
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
|
|
540
|
+
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
|
541
|
+
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
|
542
|
+
readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
|
|
543
|
+
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
|
|
544
|
+
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
|
|
545
|
+
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
|
|
546
|
+
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
547
|
+
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
|
548
|
+
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
|
549
|
+
readonly scanI18NSources: UnwrapRef<typeof import('../../utils/i18n-sources')['scanI18NSources']>
|
|
550
|
+
readonly scanI18Names: UnwrapRef<typeof import('../../utils/i18n-sources')['scanI18Names']>
|
|
551
|
+
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
|
|
552
|
+
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
|
|
553
|
+
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
554
|
+
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
555
|
+
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
556
|
+
readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['showError']>
|
|
557
|
+
readonly storeToRefs: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['storeToRefs']>
|
|
558
|
+
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
|
|
559
|
+
readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
|
|
560
|
+
readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
|
|
561
|
+
readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
|
|
562
|
+
readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
|
|
563
|
+
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
|
564
|
+
readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
|
|
565
|
+
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
|
566
|
+
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
|
567
|
+
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
|
568
|
+
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
|
569
|
+
readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
|
|
570
|
+
readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
|
|
571
|
+
readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
|
|
572
|
+
readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
|
|
573
|
+
readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
|
|
574
|
+
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
|
|
575
|
+
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
|
576
|
+
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
|
|
577
|
+
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
|
|
578
|
+
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/config')['updateAppConfig']>
|
|
579
|
+
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
|
|
580
|
+
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
|
581
|
+
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/config')['useAppConfig']>
|
|
582
|
+
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
|
583
|
+
readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
|
|
584
|
+
readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
|
|
585
|
+
readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
|
|
586
|
+
readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
|
|
587
|
+
readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
|
|
588
|
+
readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
|
|
589
|
+
readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
|
|
590
|
+
readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
|
|
591
|
+
readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
|
|
592
|
+
readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
|
|
593
|
+
readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
|
|
594
|
+
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
|
|
595
|
+
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
|
|
596
|
+
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
|
|
597
|
+
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
|
598
|
+
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
599
|
+
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
600
|
+
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
601
|
+
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
|
|
602
|
+
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
603
|
+
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
604
|
+
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
|
|
605
|
+
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
|
606
|
+
readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
|
|
607
|
+
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
608
|
+
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
|
|
609
|
+
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
610
|
+
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
|
|
611
|
+
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
|
|
612
|
+
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
|
|
613
|
+
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
614
|
+
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
|
|
615
|
+
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
|
616
|
+
readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
|
|
617
|
+
readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
|
|
618
|
+
readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
|
|
619
|
+
readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
|
|
620
|
+
readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
|
|
621
|
+
readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
|
|
622
|
+
readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
|
|
623
|
+
readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
|
|
624
|
+
readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
|
|
625
|
+
readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
|
|
626
|
+
readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
|
|
627
|
+
readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
|
|
628
|
+
readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
|
|
629
|
+
readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
|
|
630
|
+
readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
|
|
631
|
+
readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
|
|
632
|
+
readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
|
|
633
|
+
readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
|
|
634
|
+
readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
|
|
635
|
+
readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
|
|
636
|
+
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/error')['useError']>
|
|
637
|
+
readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
|
|
638
|
+
readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
|
|
639
|
+
readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
|
|
640
|
+
readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
|
|
641
|
+
readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
|
|
642
|
+
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
|
|
643
|
+
readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
|
|
644
|
+
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
|
|
645
|
+
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
|
|
646
|
+
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
|
|
647
|
+
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
|
|
648
|
+
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
|
|
649
|
+
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
|
|
650
|
+
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
|
|
651
|
+
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useHead']>
|
|
652
|
+
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
|
|
653
|
+
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
|
|
654
|
+
readonly useId: UnwrapRef<typeof import('vue')['useId']>
|
|
655
|
+
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
|
|
656
|
+
readonly useIgnisT: UnwrapRef<typeof import('../../composables/useTranslation')['useIgnisT']>
|
|
657
|
+
readonly useImage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+image@1.10.0_@netlify_b4a362fadc10aa100425ec080018ae5f/node_modules/@nuxt/image/dist/runtime/composables')['useImage']>
|
|
658
|
+
readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
|
|
659
|
+
readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
|
|
660
|
+
readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
|
|
661
|
+
readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
|
|
662
|
+
readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
|
|
663
|
+
readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
|
|
664
|
+
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
|
|
665
|
+
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
|
|
666
|
+
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
|
|
667
|
+
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
|
|
668
|
+
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
|
|
669
|
+
readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
|
|
670
|
+
readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
|
|
671
|
+
readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
|
|
672
|
+
readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
|
|
673
|
+
readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
|
|
674
|
+
readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
|
|
675
|
+
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
|
|
676
|
+
readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
|
|
677
|
+
readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
|
|
678
|
+
readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
|
|
679
|
+
readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
|
|
680
|
+
readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
|
|
681
|
+
readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
|
|
682
|
+
readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
|
|
683
|
+
readonly useNonce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-security@2.2.0_magicast@0.3.5_rollup@4.41.0/node_modules/nuxt-security/dist/runtime/composables/nonce')['useNonce']>
|
|
684
|
+
readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
|
|
685
|
+
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
|
|
686
|
+
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
|
|
687
|
+
readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@6_1dedbaa3bcdbced3d429534f9b1d1d28/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
|
|
688
|
+
readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
|
|
689
|
+
readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
|
|
690
|
+
readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
|
|
691
|
+
readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
|
|
692
|
+
readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
|
|
693
|
+
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
|
|
694
|
+
readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
|
|
695
|
+
readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
|
|
696
|
+
readonly usePinia: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.0_magicast_a67d88851b9ae3b0828837d8cf9ec91f/node_modules/@pinia/nuxt/dist/runtime/composables')['usePinia']>
|
|
697
|
+
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
|
|
698
|
+
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
|
|
699
|
+
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
|
|
700
|
+
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
|
|
701
|
+
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
|
|
702
|
+
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
|
|
703
|
+
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
|
|
704
|
+
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
|
|
705
|
+
readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
|
|
706
|
+
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
|
|
707
|
+
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
|
|
708
|
+
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
|
|
709
|
+
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
|
|
710
|
+
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
|
|
711
|
+
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
|
|
712
|
+
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
|
|
713
|
+
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
|
|
714
|
+
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
|
|
715
|
+
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
|
|
716
|
+
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
|
|
717
|
+
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['useRoute']>
|
|
718
|
+
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
|
|
719
|
+
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/router')['useRouter']>
|
|
720
|
+
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
|
|
721
|
+
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
|
|
722
|
+
readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
|
|
723
|
+
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
|
|
724
|
+
readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
|
|
725
|
+
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScript')['useScript']>
|
|
726
|
+
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/clarity')['useScriptClarity']>
|
|
727
|
+
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics')['useScriptCloudflareWebAnalytics']>
|
|
728
|
+
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/crisp')['useScriptCrisp']>
|
|
729
|
+
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage')['useScriptEventPage']>
|
|
730
|
+
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics')['useScriptFathomAnalytics']>
|
|
731
|
+
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense')['useScriptGoogleAdsense']>
|
|
732
|
+
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics')['useScriptGoogleAnalytics']>
|
|
733
|
+
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps')['useScriptGoogleMaps']>
|
|
734
|
+
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager')['useScriptGoogleTagManager']>
|
|
735
|
+
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar')['useScriptHotjar']>
|
|
736
|
+
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/intercom')['useScriptIntercom']>
|
|
737
|
+
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy')['useScriptLemonSqueezy']>
|
|
738
|
+
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics')['useScriptMatomoAnalytics']>
|
|
739
|
+
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel')['useScriptMetaPixel']>
|
|
740
|
+
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/npm')['useScriptNpm']>
|
|
741
|
+
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics')['useScriptPlausibleAnalytics']>
|
|
742
|
+
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics')['useScriptRybbitAnalytics']>
|
|
743
|
+
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/segment')['useScriptSegment']>
|
|
744
|
+
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel')['useScriptSnapchatPixel']>
|
|
745
|
+
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/stripe')['useScriptStripe']>
|
|
746
|
+
readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
|
|
747
|
+
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent')['useScriptTriggerConsent']>
|
|
748
|
+
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement')['useScriptTriggerElement']>
|
|
749
|
+
readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics')['useScriptUmamiAnalytics']>
|
|
750
|
+
readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player')['useScriptVimeoPlayer']>
|
|
751
|
+
readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel')['useScriptXPixel']>
|
|
752
|
+
readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.7_@netli_ebfcefabcbe3d3a1075abfbf8a0e2f1a/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player')['useScriptYouTubePlayer']>
|
|
753
|
+
readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
|
|
754
|
+
readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
|
|
755
|
+
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
|
|
756
|
+
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerHead']>
|
|
757
|
+
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
|
|
758
|
+
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
|
|
759
|
+
readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
|
|
760
|
+
readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
|
|
761
|
+
readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
|
|
762
|
+
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
|
763
|
+
readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
|
|
764
|
+
readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
|
|
765
|
+
readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
|
|
766
|
+
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.4_@netlify+blobs@_a40ac8eff18b588ba9c9a272f06b10aa/node_modules/nuxt/dist/app/composables/state')['useState']>
|
|
767
|
+
readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
|
|
768
|
+
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
|
|
769
|
+
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
|
770
|
+
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
|
|
771
|
+
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
|
|
772
|
+
readonly useT: UnwrapRef<typeof import('../../composables/useTranslation')['useT']>
|
|
773
|
+
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
|
|
774
|
+
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
|
|
775
|
+
readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
|
|
776
|
+
readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
|
|
777
|
+
readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
|
|
778
|
+
readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
|
|
779
|
+
readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
|
|
780
|
+
readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
|
|
781
|
+
readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
|
|
782
|
+
readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
|
|
783
|
+
readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
|
|
784
|
+
readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
|
|
785
|
+
readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
|
|
786
|
+
readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
|
|
787
|
+
readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
|
|
788
|
+
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
|
|
789
|
+
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
|
|
790
|
+
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
|
|
791
|
+
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
|
792
|
+
readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
|
|
793
|
+
readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
|
|
794
|
+
readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
|
|
795
|
+
readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
|
|
796
|
+
readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
|
|
797
|
+
readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
|
|
798
|
+
readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
|
|
799
|
+
readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
|
|
800
|
+
readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
|
|
801
|
+
readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
|
|
802
|
+
readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
|
|
803
|
+
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
804
|
+
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
805
|
+
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
806
|
+
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
807
|
+
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
808
|
+
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|
|
809
|
+
readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
|
|
810
|
+
readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
|
|
811
|
+
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
|
812
|
+
readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
|
|
813
|
+
readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
|
|
814
|
+
readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
|
|
815
|
+
readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
|
|
816
|
+
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
|
|
817
|
+
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
|
|
818
|
+
readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
|
|
819
|
+
readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
|
|
820
|
+
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
|
|
821
|
+
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
|
|
822
|
+
readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
|
|
823
|
+
readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
|
|
824
|
+
readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
|
|
825
|
+
readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
|
|
826
|
+
readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
|
|
827
|
+
readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
|
|
828
|
+
}
|
|
829
|
+
}
|