nuxt-ignis 0.3.1 → 0.3.3
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/.data/content/contents.sqlite +0 -0
- package/.env +3 -3
- package/.nuxt/app.config.mjs +227 -1
- package/.nuxt/components.d.ts +372 -140
- package/.nuxt/content/components.ts +93 -36
- package/.nuxt/dev/index.mjs +7609 -0
- package/.nuxt/dev/index.mjs.map +1 -0
- package/.nuxt/dist/server/client.manifest.json +2 -2
- package/.nuxt/dist/server/client.manifest.mjs +2 -2
- package/.nuxt/eslint.config.d.mts +2 -2
- package/.nuxt/eslint.config.mjs +2 -2
- package/.nuxt/imports.d.ts +59 -42
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/module/@nuxtjs-sitemap.d.ts +8 -8
- package/.nuxt/module/nuxt-robots.d.ts +3 -3
- package/.nuxt/module/nuxt-seo-utils.d.ts +6 -6
- package/.nuxt/module/nuxt-site-config.d.ts +8 -8
- package/.nuxt/nitro.json +4 -4
- package/.nuxt/nuxt.d.ts +11 -9
- package/.nuxt/nuxt.json +2 -2
- package/.nuxt/schema/nuxt.schema.d.ts +193 -0
- package/.nuxt/schema/nuxt.schema.json +261 -1
- package/.nuxt/tsconfig.json +133 -110
- package/.nuxt/tsconfig.server.json +82 -64
- package/.nuxt/types/app.config.d.ts +227 -1
- package/.nuxt/types/build.d.ts +2 -1
- package/.nuxt/types/i18n-plugin.d.ts +2 -2
- package/.nuxt/types/imports.d.ts +320 -264
- package/.nuxt/types/neon.d.ts +136 -34
- package/.nuxt/types/nitro-imports.d.ts +40 -40
- package/.nuxt/types/nitro-routes.d.ts +21 -18
- package/.nuxt/types/plugins.d.ts +38 -33
- package/.nuxt/types/schema.d.ts +110 -36
- package/.nuxt/types/ui.d.ts +1 -1
- package/.nuxt/ui/checkbox-group.ts +1 -1
- package/.nuxt/ui/context-menu.ts +2 -1
- package/.nuxt/ui/dropdown-menu.ts +2 -1
- package/.nuxt/ui/input-menu.ts +2 -2
- package/.nuxt/ui/navigation-menu.ts +43 -34
- package/.nuxt/ui/radio-group.ts +1 -1
- package/.nuxt/ui/select-menu.ts +2 -2
- package/.nuxt/ui/select.ts +2 -2
- package/.nuxt/ui/tooltip.ts +1 -1
- package/.nuxt/ui.css +4 -1
- package/app.vue +2 -2
- package/components/AppFeatureList.vue +5 -0
- package/composables/useValibot.ts +16 -0
- package/composables/useZod.ts +16 -0
- package/content.config.ts +6 -10
- package/features.ts +59 -6
- package/i18n/locales/en.json +2 -0
- package/nuxt.config.ts +15 -5
- package/package.json +20 -16
- package/plugins/errorHandler.ts +26 -0
- package/server/api/neonTest.ts +7 -5
- package/test/config/default.txt +16 -0
- package/test/config/equipment-1-composable.txt +22 -0
- package/test/config/equipment-2-plugins.txt +23 -0
- package/test/config/equipment-all.txt +28 -0
- package/test/config.test.ts +47 -0
- package/test/features/db-neon.txt +3 -0
- package/test/features/db-off.txt +3 -0
- package/test/features/db-supabase.txt +3 -0
- package/test/features/default.txt +3 -0
- package/test/features/disable-core.txt +3 -0
- package/test/features/enable-all.txt +4 -0
- package/test/features/equipment.txt +3 -0
- package/test/features/forms-formkit.txt +3 -0
- package/test/features/forms-off.txt +3 -0
- package/test/features/forms-vueform.txt +3 -0
- package/test/features/ui-nuxt-ui.txt +3 -0
- package/test/features/ui-off.txt +3 -0
- package/test/features/ui-tailwind.txt +4 -0
- package/test/features/validation-off.txt +3 -0
- package/test/features/validation-valibot.txt +4 -0
- package/test/features/validation-zod.txt +4 -0
- package/test/features.test.ts +239 -0
- package/utils/config/content.ts +35 -0
- package/utils/config/vueform.ts +25 -0
- package/utils/consola.ts +23 -13
- package/utils/content.ts +18 -0
- package/utils/tailwind.ts +19 -0
- package/utils/vueform.ts +19 -0
- package/vueform.config.ts +4 -18
- package/.nuxt/component-chunk.mjs +0 -1
- package/.nuxt/dist/server/server.mjs +0 -1
- package/.nuxt/tailwind/postcss.mjs +0 -15
package/.nuxt/types/imports.d.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
// Generated by auto imports
|
|
2
2
|
export {}
|
|
3
3
|
declare global {
|
|
4
|
-
const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
5
|
-
const acceptHMRUpdate: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
6
|
-
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
4
|
+
const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['abortNavigation']
|
|
5
|
+
const acceptHMRUpdate: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['acceptHMRUpdate']
|
|
6
|
+
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']
|
|
7
7
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
8
8
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
9
|
+
const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']
|
|
10
|
+
const buttonGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['buttonGroupInjectionKey']
|
|
11
|
+
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/once')['callOnce']
|
|
12
|
+
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']
|
|
13
|
+
const clearError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['clearError']
|
|
14
|
+
const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']
|
|
15
|
+
const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']
|
|
14
16
|
const computed: typeof import('vue')['computed']
|
|
15
17
|
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
|
16
18
|
const computedEager: typeof import('@vueuse/core')['computedEager']
|
|
@@ -18,7 +20,7 @@ declare global {
|
|
|
18
20
|
const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
|
|
19
21
|
const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
|
|
20
22
|
const controlledRef: typeof import('@vueuse/core')['controlledRef']
|
|
21
|
-
const createError: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
23
|
+
const createError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['createError']
|
|
22
24
|
const createEventHook: typeof import('@vueuse/core')['createEventHook']
|
|
23
25
|
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
|
|
24
26
|
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
|
|
@@ -26,64 +28,78 @@ declare global {
|
|
|
26
28
|
const createRef: typeof import('@vueuse/core')['createRef']
|
|
27
29
|
const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
|
|
28
30
|
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
|
|
29
|
-
const createSitePathResolver: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
31
|
+
const createSitePathResolver: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['createSitePathResolver']
|
|
30
32
|
const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
|
|
31
33
|
const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
|
|
32
34
|
const customRef: typeof import('vue')['customRef']
|
|
33
35
|
const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
|
|
34
36
|
const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
|
|
35
|
-
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
37
|
+
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']
|
|
36
38
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
37
39
|
const defineComponent: typeof import('vue')['defineComponent']
|
|
38
|
-
const defineI18nConfig: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
39
|
-
const defineI18nLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
40
|
-
const defineI18nRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
40
|
+
const defineI18nConfig: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nConfig']
|
|
41
|
+
const defineI18nLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nLocale']
|
|
42
|
+
const defineI18nRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nRoute']
|
|
43
|
+
const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']
|
|
44
|
+
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']
|
|
45
|
+
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']
|
|
46
|
+
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']
|
|
47
|
+
const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']
|
|
48
|
+
const defineOgImage: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImage']
|
|
49
|
+
const defineOgImageComponent: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageComponent']
|
|
50
|
+
const defineOgImageScreenshot: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageScreenshot']
|
|
51
|
+
const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']
|
|
52
|
+
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']
|
|
53
|
+
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']
|
|
54
|
+
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']
|
|
55
|
+
const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']
|
|
56
|
+
const defineStore: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']
|
|
53
57
|
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
|
|
54
58
|
const effect: typeof import('vue')['effect']
|
|
55
59
|
const effectScope: typeof import('vue')['effectScope']
|
|
56
60
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
57
|
-
const
|
|
58
|
-
const
|
|
61
|
+
const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']
|
|
62
|
+
const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']
|
|
63
|
+
const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']
|
|
64
|
+
const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']
|
|
65
|
+
const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']
|
|
66
|
+
const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']
|
|
67
|
+
const formatNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['formatNeonError']
|
|
68
|
+
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']
|
|
59
69
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
60
70
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
61
|
-
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
71
|
+
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']
|
|
62
72
|
const h: typeof import('vue')['h']
|
|
63
73
|
const hasInjectionContext: typeof import('vue')['hasInjectionContext']
|
|
74
|
+
const ignisTailwindcssFix: typeof import('../../utils/tailwind')['ignisTailwindcssFix']
|
|
64
75
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
65
76
|
const initConsola: typeof import('../../utils/consola')['initConsola']
|
|
66
77
|
const inject: typeof import('vue')['inject']
|
|
67
|
-
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
78
|
+
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['injectHead']
|
|
68
79
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
80
|
+
const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']
|
|
69
81
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
70
|
-
const isNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
71
|
-
const isNeonSuccess: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
72
|
-
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
73
|
-
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
82
|
+
const isNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonError']
|
|
83
|
+
const isNeonSuccess: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonSuccess']
|
|
84
|
+
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['isNuxtError']
|
|
85
|
+
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']
|
|
74
86
|
const isProxy: typeof import('vue')['isProxy']
|
|
75
87
|
const isReactive: typeof import('vue')['isReactive']
|
|
76
88
|
const isReadonly: typeof import('vue')['isReadonly']
|
|
77
89
|
const isRef: typeof import('vue')['isRef']
|
|
78
90
|
const isShallow: typeof import('vue')['isShallow']
|
|
79
|
-
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
80
|
-
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
81
|
-
const
|
|
91
|
+
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
|
|
92
|
+
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
|
|
93
|
+
const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']
|
|
94
|
+
const loadContentConfig: typeof import('../../utils/content')['loadContentConfig']
|
|
95
|
+
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['loadPayload']
|
|
96
|
+
const loadVueformConfig: typeof import('../../utils/vueform')['loadVueformConfig']
|
|
97
|
+
const localeContextInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']
|
|
82
98
|
const log: typeof import('../../utils/consola')['log']
|
|
83
99
|
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
|
|
84
100
|
const markRaw: typeof import('vue')['markRaw']
|
|
85
101
|
const mergeModels: typeof import('vue')['mergeModels']
|
|
86
|
-
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
102
|
+
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['navigateTo']
|
|
87
103
|
const nextTick: typeof import('vue')['nextTick']
|
|
88
104
|
const onActivated: typeof import('vue')['onActivated']
|
|
89
105
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
@@ -98,8 +114,8 @@ declare global {
|
|
|
98
114
|
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
|
|
99
115
|
const onLongPress: typeof import('@vueuse/core')['onLongPress']
|
|
100
116
|
const onMounted: typeof import('vue')['onMounted']
|
|
101
|
-
const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
102
|
-
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
117
|
+
const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']
|
|
118
|
+
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']
|
|
103
119
|
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
|
104
120
|
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
|
105
121
|
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
|
@@ -109,11 +125,12 @@ declare global {
|
|
|
109
125
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
110
126
|
const parseMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']
|
|
111
127
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
112
|
-
const
|
|
113
|
-
const
|
|
114
|
-
const
|
|
115
|
-
const
|
|
116
|
-
const
|
|
128
|
+
const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']
|
|
129
|
+
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']
|
|
130
|
+
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']
|
|
131
|
+
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']
|
|
132
|
+
const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']
|
|
133
|
+
const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']
|
|
117
134
|
const provide: typeof import('vue')['provide']
|
|
118
135
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
119
136
|
const proxyRefs: typeof import('vue')['proxyRefs']
|
|
@@ -135,22 +152,22 @@ declare global {
|
|
|
135
152
|
const refDefault: typeof import('@vueuse/core')['refDefault']
|
|
136
153
|
const refThrottled: typeof import('@vueuse/core')['refThrottled']
|
|
137
154
|
const refWithControl: typeof import('@vueuse/core')['refWithControl']
|
|
138
|
-
const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
139
|
-
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
140
|
-
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
141
|
-
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
155
|
+
const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']
|
|
156
|
+
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']
|
|
157
|
+
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']
|
|
158
|
+
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']
|
|
142
159
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
143
160
|
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
|
144
161
|
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
|
145
162
|
const scanI18NSources: typeof import('../../utils/i18n-sources')['scanI18NSources']
|
|
146
163
|
const scanI18Names: typeof import('../../utils/i18n-sources')['scanI18Names']
|
|
147
|
-
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
148
|
-
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
164
|
+
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['setPageLayout']
|
|
165
|
+
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']
|
|
149
166
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
150
167
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
151
168
|
const shallowRef: typeof import('vue')['shallowRef']
|
|
152
|
-
const showError: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
153
|
-
const storeToRefs: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
169
|
+
const showError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['showError']
|
|
170
|
+
const storeToRefs: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['storeToRefs']
|
|
154
171
|
const stringifyMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify')['stringifyMarkdown']
|
|
155
172
|
const syncRef: typeof import('@vueuse/core')['syncRef']
|
|
156
173
|
const syncRefs: typeof import('@vueuse/core')['syncRefs']
|
|
@@ -168,16 +185,16 @@ declare global {
|
|
|
168
185
|
const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
|
|
169
186
|
const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
|
|
170
187
|
const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
|
|
171
|
-
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
188
|
+
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']
|
|
172
189
|
const unref: typeof import('vue')['unref']
|
|
173
190
|
const unrefElement: typeof import('@vueuse/core')['unrefElement']
|
|
174
191
|
const until: typeof import('@vueuse/core')['until']
|
|
175
192
|
const unwrapSlot: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/utils/node')['flatUnwrap']
|
|
176
|
-
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
177
|
-
const updateSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
193
|
+
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/config')['updateAppConfig']
|
|
194
|
+
const updateSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/updateSiteConfig')['updateSiteConfig']
|
|
178
195
|
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
|
|
179
196
|
const useAnimate: typeof import('@vueuse/core')['useAnimate']
|
|
180
|
-
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
197
|
+
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/config')['useAppConfig']
|
|
181
198
|
const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
|
|
182
199
|
const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
|
|
183
200
|
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
|
|
@@ -190,26 +207,29 @@ declare global {
|
|
|
190
207
|
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
|
|
191
208
|
const useArraySome: typeof import('@vueuse/core')['useArraySome']
|
|
192
209
|
const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
|
|
193
|
-
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
210
|
+
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']
|
|
194
211
|
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
|
|
195
212
|
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
|
|
196
213
|
const useAttrs: typeof import('vue')['useAttrs']
|
|
214
|
+
const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']
|
|
197
215
|
const useBase64: typeof import('@vueuse/core')['useBase64']
|
|
198
216
|
const useBattery: typeof import('@vueuse/core')['useBattery']
|
|
199
217
|
const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
|
|
200
|
-
const useBreadcrumbItems: typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.
|
|
218
|
+
const useBreadcrumbItems: typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.10_magic_cb87bb57408aee81649d9bcd448f1ff0/node_modules/nuxt-seo-utils/dist/runtime/app/composables/useBreadcrumbItems')['useBreadcrumbItems']
|
|
201
219
|
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
|
|
202
220
|
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
|
|
203
|
-
const useBrowserLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
221
|
+
const useBrowserLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useBrowserLocale']
|
|
204
222
|
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
223
|
+
const useButtonGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['useButtonGroup']
|
|
205
224
|
const useCached: typeof import('@vueuse/core')['useCached']
|
|
206
225
|
const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
|
207
226
|
const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
208
227
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
209
|
-
const useColorMode: typeof import('@
|
|
228
|
+
const useColorMode: typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/composables')['useColorMode']
|
|
229
|
+
const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']
|
|
210
230
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
211
|
-
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
212
|
-
const useCookieLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
231
|
+
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['useCookie']
|
|
232
|
+
const useCookieLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useCookieLocale']
|
|
213
233
|
const useCountdown: typeof import('@vueuse/core')['useCountdown']
|
|
214
234
|
const useCounter: typeof import('@vueuse/core')['useCounter']
|
|
215
235
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
@@ -235,25 +255,26 @@ declare global {
|
|
|
235
255
|
const useElementHover: typeof import('@vueuse/core')['useElementHover']
|
|
236
256
|
const useElementSize: typeof import('@vueuse/core')['useElementSize']
|
|
237
257
|
const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
|
|
238
|
-
const useError: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
258
|
+
const useError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['useError']
|
|
239
259
|
const useEventBus: typeof import('@vueuse/core')['useEventBus']
|
|
240
260
|
const useEventListener: typeof import('@vueuse/core')['useEventListener']
|
|
241
261
|
const useEventSource: typeof import('@vueuse/core')['useEventSource']
|
|
242
262
|
const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
|
|
243
263
|
const useFavicon: typeof import('@vueuse/core')['useFavicon']
|
|
244
|
-
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
264
|
+
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/fetch')['useFetch']
|
|
245
265
|
const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
|
|
246
266
|
const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
|
|
247
267
|
const useFocus: typeof import('@vueuse/core')['useFocus']
|
|
248
268
|
const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
|
|
269
|
+
const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']
|
|
249
270
|
const useFps: typeof import('@vueuse/core')['useFps']
|
|
250
271
|
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
|
251
272
|
const useGamepad: typeof import('@vueuse/core')['useGamepad']
|
|
252
273
|
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
|
|
253
|
-
const useHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
254
|
-
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
255
|
-
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
256
|
-
const useI18n: typeof import('../../node_modules/.pnpm/vue-i18n@10.0.7_vue@3.5.
|
|
274
|
+
const useHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useHead']
|
|
275
|
+
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']
|
|
276
|
+
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']
|
|
277
|
+
const useI18n: typeof import('../../node_modules/.pnpm/vue-i18n@10.0.7_vue@3.5.16_typescript@5.8.3_/node_modules/vue-i18n/dist/vue-i18n')['useI18n']
|
|
257
278
|
const useId: typeof import('vue')['useId']
|
|
258
279
|
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
259
280
|
const useIgnisT: typeof import('../../composables/useTranslation')['useIgnisT']
|
|
@@ -262,16 +283,18 @@ declare global {
|
|
|
262
283
|
const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
|
|
263
284
|
const useInterval: typeof import('@vueuse/core')['useInterval']
|
|
264
285
|
const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
|
|
286
|
+
const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']
|
|
265
287
|
const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
|
|
266
288
|
const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
|
|
267
|
-
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
268
|
-
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
289
|
+
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']
|
|
290
|
+
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']
|
|
269
291
|
const useLink: typeof import('vue-router')['useLink']
|
|
270
|
-
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
292
|
+
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']
|
|
271
293
|
const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
|
|
272
|
-
const
|
|
273
|
-
const
|
|
274
|
-
const
|
|
294
|
+
const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']
|
|
295
|
+
const useLocaleHead: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleHead']
|
|
296
|
+
const useLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocalePath']
|
|
297
|
+
const useLocaleRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleRoute']
|
|
275
298
|
const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
|
|
276
299
|
const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
|
|
277
300
|
const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
|
|
@@ -285,103 +308,105 @@ declare global {
|
|
|
285
308
|
const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
|
|
286
309
|
const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
|
|
287
310
|
const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
|
|
288
|
-
const useNeon: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
311
|
+
const useNeon: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/composables/useNeon')['useNeon']
|
|
289
312
|
const useNetwork: typeof import('@vueuse/core')['useNetwork']
|
|
290
|
-
const useNitroOrigin: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
313
|
+
const useNitroOrigin: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/useNitroOrigin')['useNitroOrigin']
|
|
291
314
|
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']
|
|
292
315
|
const useNow: typeof import('@vueuse/core')['useNow']
|
|
293
|
-
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
294
|
-
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
295
|
-
const useNuxtDevTools: typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@
|
|
316
|
+
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']
|
|
317
|
+
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']
|
|
318
|
+
const useNuxtDevTools: typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@6_fa467e014788db69f8d6c82360d52d80/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']
|
|
296
319
|
const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
|
|
297
320
|
const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
|
|
298
321
|
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
322
|
+
const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']
|
|
299
323
|
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
300
324
|
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
301
325
|
const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
302
326
|
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
|
|
303
327
|
const usePermission: typeof import('@vueuse/core')['usePermission']
|
|
304
|
-
const usePinia: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
328
|
+
const usePinia: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['usePinia']
|
|
305
329
|
const usePointer: typeof import('@vueuse/core')['usePointer']
|
|
306
330
|
const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
|
|
307
331
|
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
|
|
332
|
+
const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']
|
|
308
333
|
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
|
|
309
334
|
const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
|
|
310
335
|
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
|
|
311
336
|
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
|
|
312
337
|
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
|
|
313
338
|
const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
|
|
314
|
-
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
339
|
+
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']
|
|
315
340
|
const usePrevious: typeof import('@vueuse/core')['usePrevious']
|
|
316
341
|
const useRafFn: typeof import('@vueuse/core')['useRafFn']
|
|
317
342
|
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
|
|
318
|
-
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
319
|
-
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
320
|
-
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
321
|
-
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
322
|
-
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
343
|
+
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']
|
|
344
|
+
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']
|
|
345
|
+
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']
|
|
346
|
+
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']
|
|
347
|
+
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/url')['useRequestURL']
|
|
323
348
|
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
|
324
|
-
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
325
|
-
const useRobotsRule: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.2.
|
|
326
|
-
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
327
|
-
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
328
|
-
const useRouteBaseName: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
329
|
-
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
330
|
-
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
331
|
-
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
349
|
+
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']
|
|
350
|
+
const useRobotsRule: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.2.10_magic_bf6ce80accfde49898d34bafd7f6b0b8/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useRobotsRule')['useRobotsRule']
|
|
351
|
+
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['useRoute']
|
|
352
|
+
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']
|
|
353
|
+
const useRouteBaseName: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useRouteBaseName']
|
|
354
|
+
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['useRouter']
|
|
355
|
+
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']
|
|
356
|
+
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']
|
|
332
357
|
const useSSRWidth: typeof import('@vueuse/core')['useSSRWidth']
|
|
333
358
|
const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
|
|
334
359
|
const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
|
|
335
|
-
const useScript: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
336
|
-
const useScriptClarity: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
337
|
-
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
338
|
-
const useScriptCrisp: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
339
|
-
const useScriptEventPage: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
340
|
-
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
341
|
-
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
342
|
-
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
343
|
-
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
344
|
-
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
345
|
-
const useScriptHotjar: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
346
|
-
const useScriptIntercom: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
347
|
-
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
348
|
-
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
349
|
-
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
350
|
-
const useScriptNpm: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
351
|
-
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
352
|
-
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
353
|
-
const useScriptSegment: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
354
|
-
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
355
|
-
const useScriptStripe: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
360
|
+
const useScript: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScript')['useScript']
|
|
361
|
+
const useScriptClarity: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/clarity')['useScriptClarity']
|
|
362
|
+
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics')['useScriptCloudflareWebAnalytics']
|
|
363
|
+
const useScriptCrisp: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/crisp')['useScriptCrisp']
|
|
364
|
+
const useScriptEventPage: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage')['useScriptEventPage']
|
|
365
|
+
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics')['useScriptFathomAnalytics']
|
|
366
|
+
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense')['useScriptGoogleAdsense']
|
|
367
|
+
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics')['useScriptGoogleAnalytics']
|
|
368
|
+
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps')['useScriptGoogleMaps']
|
|
369
|
+
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager')['useScriptGoogleTagManager']
|
|
370
|
+
const useScriptHotjar: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar')['useScriptHotjar']
|
|
371
|
+
const useScriptIntercom: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/intercom')['useScriptIntercom']
|
|
372
|
+
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy')['useScriptLemonSqueezy']
|
|
373
|
+
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics')['useScriptMatomoAnalytics']
|
|
374
|
+
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel')['useScriptMetaPixel']
|
|
375
|
+
const useScriptNpm: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/npm')['useScriptNpm']
|
|
376
|
+
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics')['useScriptPlausibleAnalytics']
|
|
377
|
+
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics')['useScriptRybbitAnalytics']
|
|
378
|
+
const useScriptSegment: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/segment')['useScriptSegment']
|
|
379
|
+
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel')['useScriptSnapchatPixel']
|
|
380
|
+
const useScriptStripe: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/stripe')['useScriptStripe']
|
|
356
381
|
const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
|
|
357
|
-
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
358
|
-
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
359
|
-
const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
360
|
-
const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
361
|
-
const useScriptXPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
362
|
-
const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
382
|
+
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent')['useScriptTriggerConsent']
|
|
383
|
+
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement')['useScriptTriggerElement']
|
|
384
|
+
const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics')['useScriptUmamiAnalytics']
|
|
385
|
+
const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player')['useScriptVimeoPlayer']
|
|
386
|
+
const useScriptXPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel')['useScriptXPixel']
|
|
387
|
+
const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player')['useScriptYouTubePlayer']
|
|
363
388
|
const useScroll: typeof import('@vueuse/core')['useScroll']
|
|
364
389
|
const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
|
|
365
|
-
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
366
|
-
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
367
|
-
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
368
|
-
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
390
|
+
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']
|
|
391
|
+
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerHead']
|
|
392
|
+
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']
|
|
393
|
+
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']
|
|
369
394
|
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
|
|
370
|
-
const useSetI18nParams: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
395
|
+
const useSetI18nParams: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSetI18nParams']
|
|
371
396
|
const useShadowRoot: typeof import('vue')['useShadowRoot']
|
|
372
397
|
const useShare: typeof import('@vueuse/core')['useShare']
|
|
373
|
-
const useSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
398
|
+
const useSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/useSiteConfig')['useSiteConfig']
|
|
374
399
|
const useSlots: typeof import('vue')['useSlots']
|
|
375
400
|
const useSorted: typeof import('@vueuse/core')['useSorted']
|
|
376
401
|
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
|
|
377
402
|
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
|
|
378
|
-
const useState: typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
403
|
+
const useState: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/state')['useState']
|
|
379
404
|
const useStepper: typeof import('@vueuse/core')['useStepper']
|
|
380
405
|
const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
|
|
381
406
|
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
|
|
382
407
|
const useSupported: typeof import('@vueuse/core')['useSupported']
|
|
383
408
|
const useSwipe: typeof import('@vueuse/core')['useSwipe']
|
|
384
|
-
const useSwitchLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
409
|
+
const useSwitchLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSwitchLocalePath']
|
|
385
410
|
const useT: typeof import('../../composables/useTranslation')['useT']
|
|
386
411
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
387
412
|
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
|
@@ -399,6 +424,7 @@ declare global {
|
|
|
399
424
|
const useTitle: typeof import('@vueuse/core')['useTitle']
|
|
400
425
|
const useToNumber: typeof import('@vueuse/core')['useToNumber']
|
|
401
426
|
const useToString: typeof import('@vueuse/core')['useToString']
|
|
427
|
+
const useToast: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['useToast']
|
|
402
428
|
const useToggle: typeof import('@vueuse/core')['useToggle']
|
|
403
429
|
const useTransition: typeof import('@vueuse/core')['useTransition']
|
|
404
430
|
const useTransitionState: typeof import('vue')['useTransitionState']
|
|
@@ -407,6 +433,7 @@ declare global {
|
|
|
407
433
|
const useUserSession: typeof import('../../node_modules/.pnpm/nuxt-auth-utils@0.5.20_magicast@0.3.5/node_modules/nuxt-auth-utils/dist/runtime/app/composables/session')['useUserSession']
|
|
408
434
|
const useVModel: typeof import('@vueuse/core')['useVModel']
|
|
409
435
|
const useVModels: typeof import('@vueuse/core')['useVModels']
|
|
436
|
+
const useValibot: typeof import('../../composables/useValibot')['useValibot']
|
|
410
437
|
const useVibrate: typeof import('@vueuse/core')['useVibrate']
|
|
411
438
|
const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
|
|
412
439
|
const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
|
|
@@ -417,6 +444,7 @@ declare global {
|
|
|
417
444
|
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
418
445
|
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
419
446
|
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
447
|
+
const useZod: typeof import('../../composables/useZod')['useZod']
|
|
420
448
|
const watch: typeof import('vue')['watch']
|
|
421
449
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
422
450
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
@@ -439,8 +467,8 @@ declare global {
|
|
|
439
467
|
const withMemo: typeof import('vue')['withMemo']
|
|
440
468
|
const withModifiers: typeof import('vue')['withModifiers']
|
|
441
469
|
const withScopeId: typeof import('vue')['withScopeId']
|
|
442
|
-
const withSiteTrailingSlash: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
443
|
-
const withSiteUrl: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
470
|
+
const withSiteTrailingSlash: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteTrailingSlash']
|
|
471
|
+
const withSiteUrl: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteUrl']
|
|
444
472
|
}
|
|
445
473
|
// for type re-export
|
|
446
474
|
declare global {
|
|
@@ -455,16 +483,18 @@ declare global {
|
|
|
455
483
|
import { UnwrapRef } from 'vue'
|
|
456
484
|
declare module 'vue' {
|
|
457
485
|
interface ComponentCustomProperties {
|
|
458
|
-
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
459
|
-
readonly acceptHMRUpdate: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
460
|
-
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
486
|
+
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
|
|
487
|
+
readonly acceptHMRUpdate: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['acceptHMRUpdate']>
|
|
488
|
+
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
|
|
461
489
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
462
490
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
463
|
-
readonly
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
491
|
+
readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']>
|
|
492
|
+
readonly buttonGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['buttonGroupInjectionKey']>
|
|
493
|
+
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/once')['callOnce']>
|
|
494
|
+
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
|
|
495
|
+
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['clearError']>
|
|
496
|
+
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
|
|
497
|
+
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
|
|
468
498
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
469
499
|
readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
|
|
470
500
|
readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
|
|
@@ -472,7 +502,7 @@ declare module 'vue' {
|
|
|
472
502
|
readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
|
|
473
503
|
readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
|
|
474
504
|
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
|
|
475
|
-
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
505
|
+
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['createError']>
|
|
476
506
|
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
|
|
477
507
|
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
|
|
478
508
|
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
|
|
@@ -480,64 +510,78 @@ declare module 'vue' {
|
|
|
480
510
|
readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
|
|
481
511
|
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
|
|
482
512
|
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
|
|
483
|
-
readonly createSitePathResolver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
513
|
+
readonly createSitePathResolver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['createSitePathResolver']>
|
|
484
514
|
readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
|
|
485
515
|
readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
|
|
486
516
|
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
|
487
517
|
readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
|
|
488
518
|
readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
|
|
489
|
-
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
519
|
+
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
|
|
490
520
|
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
|
491
521
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
492
|
-
readonly defineI18nConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
493
|
-
readonly defineI18nLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
494
|
-
readonly defineI18nRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
495
|
-
readonly
|
|
496
|
-
readonly
|
|
497
|
-
readonly
|
|
498
|
-
readonly
|
|
499
|
-
readonly
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
505
|
-
readonly
|
|
506
|
-
readonly
|
|
522
|
+
readonly defineI18nConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nConfig']>
|
|
523
|
+
readonly defineI18nLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nLocale']>
|
|
524
|
+
readonly defineI18nRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nRoute']>
|
|
525
|
+
readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']>
|
|
526
|
+
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
|
|
527
|
+
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
|
|
528
|
+
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
|
|
529
|
+
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
|
|
530
|
+
readonly defineOgImage: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImage']>
|
|
531
|
+
readonly defineOgImageComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageComponent']>
|
|
532
|
+
readonly defineOgImageScreenshot: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.3_@unhead_c44f0c59b672563ff6d3496d795f11d2/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageScreenshot']>
|
|
533
|
+
readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
|
|
534
|
+
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
|
|
535
|
+
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
|
|
536
|
+
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
|
|
537
|
+
readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']>
|
|
538
|
+
readonly defineStore: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']>
|
|
507
539
|
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
|
|
508
540
|
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
|
509
541
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
510
542
|
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
543
|
+
readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']>
|
|
544
|
+
readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']>
|
|
545
|
+
readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']>
|
|
546
|
+
readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']>
|
|
547
|
+
readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']>
|
|
548
|
+
readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']>
|
|
549
|
+
readonly formatNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['formatNeonError']>
|
|
550
|
+
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
|
|
513
551
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
514
552
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
515
|
-
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
553
|
+
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
|
|
516
554
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
517
555
|
readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
|
|
556
|
+
readonly ignisTailwindcssFix: UnwrapRef<typeof import('../../utils/tailwind')['ignisTailwindcssFix']>
|
|
518
557
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
519
558
|
readonly initConsola: UnwrapRef<typeof import('../../utils/consola')['initConsola']>
|
|
520
559
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
521
|
-
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
560
|
+
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['injectHead']>
|
|
522
561
|
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
|
|
562
|
+
readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']>
|
|
523
563
|
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
|
524
|
-
readonly isNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
525
|
-
readonly isNeonSuccess: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
526
|
-
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
527
|
-
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
564
|
+
readonly isNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonError']>
|
|
565
|
+
readonly isNeonSuccess: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonSuccess']>
|
|
566
|
+
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
|
|
567
|
+
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
|
|
528
568
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
529
569
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
530
570
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
|
531
571
|
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
|
532
572
|
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
|
533
|
-
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
534
|
-
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
535
|
-
readonly
|
|
573
|
+
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
|
574
|
+
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
|
575
|
+
readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']>
|
|
576
|
+
readonly loadContentConfig: UnwrapRef<typeof import('../../utils/content')['loadContentConfig']>
|
|
577
|
+
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
|
|
578
|
+
readonly loadVueformConfig: UnwrapRef<typeof import('../../utils/vueform')['loadVueformConfig']>
|
|
579
|
+
readonly localeContextInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']>
|
|
536
580
|
readonly log: UnwrapRef<typeof import('../../utils/consola')['log']>
|
|
537
581
|
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
538
582
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
539
583
|
readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
|
|
540
|
-
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
584
|
+
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['navigateTo']>
|
|
541
585
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
542
586
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
543
587
|
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
|
@@ -552,8 +596,8 @@ declare module 'vue' {
|
|
|
552
596
|
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
|
|
553
597
|
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
|
|
554
598
|
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
|
555
|
-
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
556
|
-
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
599
|
+
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
|
|
600
|
+
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
|
|
557
601
|
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
|
558
602
|
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
|
559
603
|
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
|
@@ -563,11 +607,12 @@ declare module 'vue' {
|
|
|
563
607
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
564
608
|
readonly parseMarkdown: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']>
|
|
565
609
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
566
|
-
readonly
|
|
567
|
-
readonly
|
|
568
|
-
readonly
|
|
569
|
-
readonly
|
|
570
|
-
readonly
|
|
610
|
+
readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']>
|
|
611
|
+
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
|
|
612
|
+
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
|
|
613
|
+
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
|
|
614
|
+
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
|
|
615
|
+
readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
|
|
571
616
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
572
617
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
573
618
|
readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
|
|
@@ -589,22 +634,22 @@ declare module 'vue' {
|
|
|
589
634
|
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
|
|
590
635
|
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
|
591
636
|
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
|
592
|
-
readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
593
|
-
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
594
|
-
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
595
|
-
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
637
|
+
readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
|
|
638
|
+
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
|
|
639
|
+
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
|
|
640
|
+
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
|
|
596
641
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
597
642
|
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
|
598
643
|
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
|
599
644
|
readonly scanI18NSources: UnwrapRef<typeof import('../../utils/i18n-sources')['scanI18NSources']>
|
|
600
645
|
readonly scanI18Names: UnwrapRef<typeof import('../../utils/i18n-sources')['scanI18Names']>
|
|
601
|
-
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
602
|
-
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
646
|
+
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
|
|
647
|
+
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
|
|
603
648
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
604
649
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
605
650
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
606
|
-
readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
607
|
-
readonly storeToRefs: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
651
|
+
readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['showError']>
|
|
652
|
+
readonly storeToRefs: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['storeToRefs']>
|
|
608
653
|
readonly stringifyMarkdown: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify')['stringifyMarkdown']>
|
|
609
654
|
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
|
|
610
655
|
readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
|
|
@@ -622,16 +667,16 @@ declare module 'vue' {
|
|
|
622
667
|
readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
|
|
623
668
|
readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
|
|
624
669
|
readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
|
|
625
|
-
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
670
|
+
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
|
|
626
671
|
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
|
627
672
|
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
|
|
628
673
|
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
|
|
629
674
|
readonly unwrapSlot: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/utils/node')['flatUnwrap']>
|
|
630
|
-
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
631
|
-
readonly updateSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
675
|
+
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/config')['updateAppConfig']>
|
|
676
|
+
readonly updateSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/updateSiteConfig')['updateSiteConfig']>
|
|
632
677
|
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
|
|
633
678
|
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
|
634
|
-
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
679
|
+
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/config')['useAppConfig']>
|
|
635
680
|
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
|
636
681
|
readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
|
|
637
682
|
readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
|
|
@@ -644,26 +689,29 @@ declare module 'vue' {
|
|
|
644
689
|
readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
|
|
645
690
|
readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
|
|
646
691
|
readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
|
|
647
|
-
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
692
|
+
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
|
|
648
693
|
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
|
|
649
694
|
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
|
|
650
695
|
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
|
696
|
+
readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']>
|
|
651
697
|
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
652
698
|
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
653
699
|
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
654
|
-
readonly useBreadcrumbItems: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.
|
|
700
|
+
readonly useBreadcrumbItems: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.10_magic_cb87bb57408aee81649d9bcd448f1ff0/node_modules/nuxt-seo-utils/dist/runtime/app/composables/useBreadcrumbItems')['useBreadcrumbItems']>
|
|
655
701
|
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
|
|
656
702
|
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
657
|
-
readonly useBrowserLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
703
|
+
readonly useBrowserLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useBrowserLocale']>
|
|
658
704
|
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
705
|
+
readonly useButtonGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['useButtonGroup']>
|
|
659
706
|
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
|
|
660
707
|
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
|
661
708
|
readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
|
|
662
709
|
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
663
|
-
readonly useColorMode: UnwrapRef<typeof import('@
|
|
710
|
+
readonly useColorMode: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/composables')['useColorMode']>
|
|
711
|
+
readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']>
|
|
664
712
|
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
665
|
-
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
666
|
-
readonly useCookieLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
713
|
+
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
|
|
714
|
+
readonly useCookieLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useCookieLocale']>
|
|
667
715
|
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
|
|
668
716
|
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
|
|
669
717
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
@@ -689,25 +737,26 @@ declare module 'vue' {
|
|
|
689
737
|
readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
|
|
690
738
|
readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
|
|
691
739
|
readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
|
|
692
|
-
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
740
|
+
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['useError']>
|
|
693
741
|
readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
|
|
694
742
|
readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
|
|
695
743
|
readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
|
|
696
744
|
readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
|
|
697
745
|
readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
|
|
698
|
-
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
746
|
+
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
|
|
699
747
|
readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
|
|
700
748
|
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
|
|
701
749
|
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
|
|
702
750
|
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
|
|
751
|
+
readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']>
|
|
703
752
|
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
|
|
704
753
|
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
|
|
705
754
|
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
|
|
706
755
|
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
|
|
707
|
-
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
708
|
-
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
709
|
-
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
710
|
-
readonly useI18n: UnwrapRef<typeof import('../../node_modules/.pnpm/vue-i18n@10.0.7_vue@3.5.
|
|
756
|
+
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useHead']>
|
|
757
|
+
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
|
|
758
|
+
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
|
|
759
|
+
readonly useI18n: UnwrapRef<typeof import('../../node_modules/.pnpm/vue-i18n@10.0.7_vue@3.5.16_typescript@5.8.3_/node_modules/vue-i18n/dist/vue-i18n')['useI18n']>
|
|
711
760
|
readonly useId: UnwrapRef<typeof import('vue')['useId']>
|
|
712
761
|
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
|
|
713
762
|
readonly useIgnisT: UnwrapRef<typeof import('../../composables/useTranslation')['useIgnisT']>
|
|
@@ -716,16 +765,18 @@ declare module 'vue' {
|
|
|
716
765
|
readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
|
|
717
766
|
readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
|
|
718
767
|
readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
|
|
768
|
+
readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']>
|
|
719
769
|
readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
|
|
720
770
|
readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
|
|
721
|
-
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
722
|
-
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
771
|
+
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
|
|
772
|
+
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
|
|
723
773
|
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
|
|
724
|
-
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
774
|
+
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
|
|
725
775
|
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
|
|
726
|
-
readonly
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
776
|
+
readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']>
|
|
777
|
+
readonly useLocaleHead: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleHead']>
|
|
778
|
+
readonly useLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocalePath']>
|
|
779
|
+
readonly useLocaleRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleRoute']>
|
|
729
780
|
readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
|
|
730
781
|
readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
|
|
731
782
|
readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
|
|
@@ -739,103 +790,105 @@ declare module 'vue' {
|
|
|
739
790
|
readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
|
|
740
791
|
readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
|
|
741
792
|
readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
|
|
742
|
-
readonly useNeon: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.
|
|
793
|
+
readonly useNeon: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/composables/useNeon')['useNeon']>
|
|
743
794
|
readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
|
|
744
|
-
readonly useNitroOrigin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
795
|
+
readonly useNitroOrigin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/useNitroOrigin')['useNitroOrigin']>
|
|
745
796
|
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']>
|
|
746
797
|
readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
|
|
747
|
-
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
748
|
-
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
749
|
-
readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@
|
|
798
|
+
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
|
|
799
|
+
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
|
|
800
|
+
readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.4.1_vite@6_fa467e014788db69f8d6c82360d52d80/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
|
|
750
801
|
readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
|
|
751
802
|
readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
|
|
752
803
|
readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
|
|
804
|
+
readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']>
|
|
753
805
|
readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
|
|
754
806
|
readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
|
|
755
807
|
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
|
|
756
808
|
readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
|
|
757
809
|
readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
|
|
758
|
-
readonly usePinia: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
810
|
+
readonly usePinia: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['usePinia']>
|
|
759
811
|
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
|
|
760
812
|
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
|
|
761
813
|
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
|
|
814
|
+
readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']>
|
|
762
815
|
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
|
|
763
816
|
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
|
|
764
817
|
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
|
|
765
818
|
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
|
|
766
819
|
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
|
|
767
820
|
readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
|
|
768
|
-
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
821
|
+
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
|
|
769
822
|
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
|
|
770
823
|
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
|
|
771
824
|
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
|
|
772
|
-
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
773
|
-
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
774
|
-
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
775
|
-
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
776
|
-
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
825
|
+
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
|
|
826
|
+
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
|
|
827
|
+
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
|
|
828
|
+
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
|
|
829
|
+
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
|
|
777
830
|
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
|
|
778
|
-
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
779
|
-
readonly useRobotsRule: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.2.
|
|
780
|
-
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
781
|
-
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
782
|
-
readonly useRouteBaseName: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
783
|
-
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
784
|
-
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
785
|
-
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
831
|
+
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
|
|
832
|
+
readonly useRobotsRule: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.2.10_magic_bf6ce80accfde49898d34bafd7f6b0b8/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useRobotsRule')['useRobotsRule']>
|
|
833
|
+
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['useRoute']>
|
|
834
|
+
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
|
|
835
|
+
readonly useRouteBaseName: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useRouteBaseName']>
|
|
836
|
+
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['useRouter']>
|
|
837
|
+
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
|
|
838
|
+
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
|
|
786
839
|
readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
|
|
787
840
|
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
|
|
788
841
|
readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
|
|
789
|
-
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
790
|
-
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
791
|
-
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
792
|
-
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
793
|
-
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
794
|
-
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
795
|
-
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
796
|
-
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
797
|
-
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
798
|
-
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
799
|
-
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
800
|
-
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
801
|
-
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
802
|
-
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
803
|
-
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
804
|
-
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
805
|
-
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
806
|
-
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
807
|
-
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
808
|
-
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
809
|
-
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
842
|
+
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScript')['useScript']>
|
|
843
|
+
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/clarity')['useScriptClarity']>
|
|
844
|
+
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics')['useScriptCloudflareWebAnalytics']>
|
|
845
|
+
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/crisp')['useScriptCrisp']>
|
|
846
|
+
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage')['useScriptEventPage']>
|
|
847
|
+
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics')['useScriptFathomAnalytics']>
|
|
848
|
+
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense')['useScriptGoogleAdsense']>
|
|
849
|
+
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics')['useScriptGoogleAnalytics']>
|
|
850
|
+
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps')['useScriptGoogleMaps']>
|
|
851
|
+
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager')['useScriptGoogleTagManager']>
|
|
852
|
+
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar')['useScriptHotjar']>
|
|
853
|
+
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/intercom')['useScriptIntercom']>
|
|
854
|
+
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy')['useScriptLemonSqueezy']>
|
|
855
|
+
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics')['useScriptMatomoAnalytics']>
|
|
856
|
+
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel')['useScriptMetaPixel']>
|
|
857
|
+
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/npm')['useScriptNpm']>
|
|
858
|
+
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics')['useScriptPlausibleAnalytics']>
|
|
859
|
+
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics')['useScriptRybbitAnalytics']>
|
|
860
|
+
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/segment')['useScriptSegment']>
|
|
861
|
+
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel')['useScriptSnapchatPixel']>
|
|
862
|
+
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/stripe')['useScriptStripe']>
|
|
810
863
|
readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
|
|
811
|
-
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
812
|
-
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
813
|
-
readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
814
|
-
readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
815
|
-
readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
816
|
-
readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.
|
|
864
|
+
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent')['useScriptTriggerConsent']>
|
|
865
|
+
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement')['useScriptTriggerElement']>
|
|
866
|
+
readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics')['useScriptUmamiAnalytics']>
|
|
867
|
+
readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player')['useScriptVimeoPlayer']>
|
|
868
|
+
readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel')['useScriptXPixel']>
|
|
869
|
+
readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.11.8_@netli_30d839657db768a1c4ef918b5033d4a1/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player')['useScriptYouTubePlayer']>
|
|
817
870
|
readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
|
|
818
871
|
readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
|
|
819
|
-
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
820
|
-
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
821
|
-
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
822
|
-
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
872
|
+
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
|
|
873
|
+
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerHead']>
|
|
874
|
+
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
|
|
875
|
+
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
|
|
823
876
|
readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
|
|
824
|
-
readonly useSetI18nParams: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
877
|
+
readonly useSetI18nParams: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSetI18nParams']>
|
|
825
878
|
readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
|
|
826
879
|
readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
|
|
827
|
-
readonly useSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
880
|
+
readonly useSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/useSiteConfig')['useSiteConfig']>
|
|
828
881
|
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
|
829
882
|
readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
|
|
830
883
|
readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
|
|
831
884
|
readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
|
|
832
|
-
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.
|
|
885
|
+
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/state')['useState']>
|
|
833
886
|
readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
|
|
834
887
|
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
|
|
835
888
|
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
|
836
889
|
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
|
|
837
890
|
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
|
|
838
|
-
readonly useSwitchLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.
|
|
891
|
+
readonly useSwitchLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSwitchLocalePath']>
|
|
839
892
|
readonly useT: UnwrapRef<typeof import('../../composables/useTranslation')['useT']>
|
|
840
893
|
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
|
|
841
894
|
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
|
|
@@ -853,6 +906,7 @@ declare module 'vue' {
|
|
|
853
906
|
readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
|
|
854
907
|
readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
|
|
855
908
|
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
|
|
909
|
+
readonly useToast: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['useToast']>
|
|
856
910
|
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
|
|
857
911
|
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
|
|
858
912
|
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
|
@@ -861,6 +915,7 @@ declare module 'vue' {
|
|
|
861
915
|
readonly useUserSession: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-auth-utils@0.5.20_magicast@0.3.5/node_modules/nuxt-auth-utils/dist/runtime/app/composables/session')['useUserSession']>
|
|
862
916
|
readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
|
|
863
917
|
readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
|
|
918
|
+
readonly useValibot: UnwrapRef<typeof import('../../composables/useValibot')['useValibot']>
|
|
864
919
|
readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
|
|
865
920
|
readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
|
|
866
921
|
readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
|
|
@@ -871,6 +926,7 @@ declare module 'vue' {
|
|
|
871
926
|
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
872
927
|
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
873
928
|
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
929
|
+
readonly useZod: UnwrapRef<typeof import('../../composables/useZod')['useZod']>
|
|
874
930
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
875
931
|
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
876
932
|
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|
|
@@ -893,7 +949,7 @@ declare module 'vue' {
|
|
|
893
949
|
readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
|
|
894
950
|
readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
|
|
895
951
|
readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
|
|
896
|
-
readonly withSiteTrailingSlash: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
897
|
-
readonly withSiteUrl: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.
|
|
952
|
+
readonly withSiteTrailingSlash: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteTrailingSlash']>
|
|
953
|
+
readonly withSiteUrl: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteUrl']>
|
|
898
954
|
}
|
|
899
955
|
}
|