nuxt-ignis 0.5.0-rc.2 → 0.5.1
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/.nuxt/components.d.ts +402 -208
- package/.nuxt/content/components.ts +201 -104
- package/.nuxt/dev/index.mjs +1041 -712
- package/.nuxt/dev/index.mjs.map +1 -1
- package/.nuxt/dist/server/client.manifest.mjs +1 -18
- package/.nuxt/dist/server/client.precomputed.mjs +1 -0
- package/.nuxt/eslint-typegen.d.ts +56 -2
- package/.nuxt/eslint.config.d.mts +2 -2
- package/.nuxt/eslint.config.mjs +10 -10
- package/.nuxt/imports.d.ts +63 -59
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/mdc-highlighter.mjs +4 -0
- package/.nuxt/mdc-image-component.mjs +1 -1
- package/.nuxt/module/nuxt-robots.d.ts +12 -12
- package/.nuxt/module/nuxt-seo-utils.d.ts +10 -10
- package/.nuxt/module/nuxt-site-config.d.ts +8 -8
- package/.nuxt/module/nuxt-sitemap.d.ts +17 -17
- package/.nuxt/nitro.json +4 -4
- package/.nuxt/nuxt.d.ts +12 -11
- package/.nuxt/nuxt.json +2 -2
- package/.nuxt/nuxt.node.d.ts +13 -10
- package/.nuxt/tsconfig.app.json +191 -191
- package/.nuxt/tsconfig.json +194 -194
- package/.nuxt/tsconfig.node.json +105 -105
- package/.nuxt/tsconfig.server.json +128 -128
- package/.nuxt/tsconfig.shared.json +55 -55
- package/.nuxt/types/build.d.ts +2 -1
- package/.nuxt/types/components.d.ts +402 -208
- package/.nuxt/types/i18n-plugin.d.ts +2 -2
- package/.nuxt/types/imports.d.ts +348 -342
- package/.nuxt/types/modules.d.ts +16 -16
- package/.nuxt/types/nitro-imports.d.ts +68 -68
- package/.nuxt/types/nitro-nuxt.d.ts +1 -0
- package/.nuxt/types/nitro-routes.d.ts +20 -20
- package/.nuxt/types/plugins.d.ts +37 -37
- package/.nuxt/types/ui.d.ts +3 -3
- package/.nuxt/ui/drawer.ts +23 -0
- package/.nuxt/ui/progress.ts +3 -3
- package/.nuxt/ui-image-component.ts +1 -1
- package/.output/nitro.json +3 -3
- package/.output/public/_nuxt/1vOq3xiE.js +1 -0
- package/.output/public/_nuxt/22rhGZdI.js +1 -0
- package/.output/public/_nuxt/9eIdSibD.js +1 -0
- package/.output/public/_nuxt/BBmTy930.js +35 -0
- package/.output/public/_nuxt/BKe83Cjx.js +1 -0
- package/.output/public/_nuxt/Bc5GLloR.js +1 -0
- package/.output/public/_nuxt/BdG3SY-u.js +1 -0
- package/.output/public/_nuxt/BeyOQpYA.js +1 -0
- package/.output/public/_nuxt/BqcXd3MY.js +94 -0
- package/.output/public/_nuxt/Bz55A4y1.js +1 -0
- package/.output/public/_nuxt/C2ybsIQ4.js +1 -0
- package/.output/public/_nuxt/C4U5VOMJ.js +1 -0
- package/.output/public/_nuxt/CAJsyjAK.js +1 -0
- package/.output/public/_nuxt/CD9aBAuy.js +1 -0
- package/.output/public/_nuxt/CHOS7x_d.js +1 -0
- package/.output/public/_nuxt/CXhUbdF6.js +1 -0
- package/.output/public/_nuxt/CZWScI5k.js +1 -0
- package/.output/public/_nuxt/DHd34syF.js +1 -0
- package/.output/public/_nuxt/DMbgtwAJ.js +1 -0
- package/.output/public/_nuxt/DR8jhnFO.js +1 -0
- package/.output/public/_nuxt/DTT0LBLY.js +1 -0
- package/.output/public/_nuxt/{aetvq4w9.js → DWV_uL6G.js} +9 -12
- package/.output/public/_nuxt/DdpTKqR-.js +1 -0
- package/.output/public/_nuxt/Df_NcBcC.js +1 -0
- package/.output/public/_nuxt/DhqOMFXQ.js +1 -0
- package/.output/public/_nuxt/Dnp9eFDR.js +1 -0
- package/.output/public/_nuxt/DnqMs_6O.js +1 -0
- package/.output/public/_nuxt/Dq7g_IfY.js +1 -0
- package/.output/public/_nuxt/DsAJWnuW.js +1 -0
- package/.output/public/_nuxt/DvVg7vM_.js +1 -0
- package/.output/public/_nuxt/DwKqLVGx.js +1 -0
- package/.output/public/_nuxt/DxzqnQKF.js +1 -0
- package/.output/public/_nuxt/Y0f1tU-r.js +1 -0
- package/.output/public/_nuxt/atySmcu6.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/7bab2b8f-93ee-4f44-a604-8cd2b41eac60.json +1 -0
- package/.output/public/_nuxt/entry.CtpkPzPO.css +1 -0
- package/.output/public/_nuxt/error-404.DzDu4Ean.css +1 -0
- package/.output/public/_nuxt/error-500.BdNqqJx7.css +1 -0
- package/.output/public/_nuxt/q3i45eMH.js +1 -0
- package/.output/public/_nuxt/vueform.CkWb7x1C.css +1 -0
- package/.output/server/chunks/_/error-500.mjs +1 -1
- package/.output/server/chunks/_/error-500.mjs.map +1 -1
- package/.output/server/chunks/_/nitro.mjs +468 -543
- package/.output/server/chunks/_/nitro.mjs.map +1 -1
- package/.output/server/chunks/build/client.precomputed.mjs +4 -0
- package/.output/server/chunks/build/client.precomputed.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +10 -33
- package/.output/server/chunks/routes/renderer.mjs.map +1 -1
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/node_modules/@babel/parser/lib/index.js +212 -145
- package/.output/server/node_modules/@babel/parser/package.json +3 -3
- package/.output/server/node_modules/@poppinss/utils/package.json +1 -1
- package/.output/server/node_modules/@shikijs/core/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/.output/server/node_modules/@shikijs/langs/dist/javascript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/dist/typescript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/package.json +11 -3
- package/.output/server/node_modules/@shikijs/themes/package.json +3 -3
- package/.output/server/node_modules/@shikijs/transformers/package.json +3 -3
- package/.output/server/node_modules/@shikijs/types/package.json +1 -1
- package/.output/server/node_modules/detect-libc/lib/detect-libc.js +59 -13
- package/.output/server/node_modules/detect-libc/lib/elf.js +39 -0
- package/.output/server/node_modules/detect-libc/lib/filesystem.js +18 -8
- package/.output/server/node_modules/detect-libc/package.json +5 -2
- package/.output/server/node_modules/devalue/package.json +1 -1
- package/.output/server/node_modules/devalue/src/parse.js +7 -1
- package/.output/server/node_modules/devalue/src/uneval.js +9 -8
- package/.output/server/node_modules/fast-xml-parser/package.json +1 -1
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +3 -2
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/.output/server/node_modules/image-meta/dist/index.mjs +85 -4
- package/.output/server/node_modules/image-meta/package.json +12 -12
- package/.output/server/node_modules/is-arrayish/package.json +1 -1
- package/.output/server/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +2 -2
- package/.output/server/node_modules/node-fetch-native/dist/node.mjs +10 -10
- package/.output/server/node_modules/node-fetch-native/package.json +13 -13
- package/.output/server/node_modules/node-mock-http/dist/index.mjs +1 -1
- package/.output/server/node_modules/node-mock-http/package.json +6 -6
- package/.output/server/node_modules/oauth4webapi/build/index.js +10 -8
- package/.output/server/node_modules/oauth4webapi/package.json +12 -12
- package/.output/server/node_modules/openid-client/build/index.js +1 -1
- package/.output/server/node_modules/openid-client/package.json +7 -7
- package/.output/server/node_modules/secure-json-parse/index.js +35 -0
- package/.output/server/node_modules/secure-json-parse/package.json +2 -3
- package/.output/server/node_modules/semver/classes/semver.js +19 -5
- package/.output/server/node_modules/semver/internal/identifiers.js +4 -0
- package/.output/server/node_modules/semver/package.json +3 -3
- package/.output/server/node_modules/shiki/package.json +9 -9
- package/.output/server/node_modules/simple-swizzle/package.json +1 -1
- package/.output/server/node_modules/unhead/dist/parser.mjs +508 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +6 -513
- package/.output/server/node_modules/unhead/package.json +5 -1
- package/.output/server/node_modules/unist-util-is/lib/index.js +10 -5
- package/.output/server/node_modules/unist-util-is/package.json +12 -9
- package/.output/server/node_modules/unist-util-visit-parents/lib/index.js +8 -7
- package/.output/server/node_modules/unist-util-visit-parents/package.json +18 -13
- package/.output/server/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/.output/server/node_modules/yaml/package.json +2 -1
- package/.output/server/package.json +27 -27
- package/bin/cli.js +23 -16
- package/bin/set-app-vue.js +3 -1
- package/bin/set-css.js +3 -1
- package/bin/set-eslint.js +3 -1
- package/bin/setup.js +10 -7
- package/nuxt.config.ts +13 -1
- package/package.json +15 -12
- package/test/versions.test.ts +65 -0
- package/vitest.config.ts +5 -5
- package/.nuxt/dist/server/client.manifest.json +0 -18
- package/.output/public/_nuxt/1soVlS0z.js +0 -1
- package/.output/public/_nuxt/B7rsWaa2.js +0 -1
- package/.output/public/_nuxt/BFreiu22.js +0 -1
- package/.output/public/_nuxt/BLcTglbc.js +0 -1
- package/.output/public/_nuxt/Bhd4_yFT.js +0 -1
- package/.output/public/_nuxt/Bhpb4lc3.js +0 -1
- package/.output/public/_nuxt/Bi2eMDmd.js +0 -1
- package/.output/public/_nuxt/Bm30MqE0.js +0 -1
- package/.output/public/_nuxt/BqsN2CZp.js +0 -1
- package/.output/public/_nuxt/Bs3IGOdt.js +0 -1
- package/.output/public/_nuxt/ByaiRTkI.js +0 -1
- package/.output/public/_nuxt/C9ePPGPX.js +0 -94
- package/.output/public/_nuxt/CA578xwz.js +0 -1
- package/.output/public/_nuxt/CDttUXKg.js +0 -1
- package/.output/public/_nuxt/CQozUI2A.js +0 -1
- package/.output/public/_nuxt/CSN71QT8.js +0 -1
- package/.output/public/_nuxt/CqCaqSd2.js +0 -1
- package/.output/public/_nuxt/D8v-efI7.js +0 -1
- package/.output/public/_nuxt/DBJqMhGy.js +0 -35
- package/.output/public/_nuxt/DR4hWRk7.js +0 -1
- package/.output/public/_nuxt/DRroQ-Xq.js +0 -1
- package/.output/public/_nuxt/DStnBfJS.js +0 -1
- package/.output/public/_nuxt/DXTYyv-V.js +0 -1
- package/.output/public/_nuxt/DeS1g0YT.js +0 -1
- package/.output/public/_nuxt/Deb6R53f.js +0 -1
- package/.output/public/_nuxt/DiDHllLr.js +0 -1
- package/.output/public/_nuxt/DvwlldUy.js +0 -1
- package/.output/public/_nuxt/DyCICqRh.js +0 -1
- package/.output/public/_nuxt/DzT4wm3Y.js +0 -1
- package/.output/public/_nuxt/E8nje24C.js +0 -1
- package/.output/public/_nuxt/RbPLLy5S.js +0 -1
- package/.output/public/_nuxt/builds/meta/cbc9377a-971e-4db1-b4b1-01807b82ee58.json +0 -1
- package/.output/public/_nuxt/entry.whtwWr_z.css +0 -1
- package/.output/public/_nuxt/error-404.Cq535Uij.css +0 -1
- package/.output/public/_nuxt/error-500.BHm_N15n.css +0 -1
- package/.output/public/_nuxt/jpnxxCHq.js +0 -1
- package/.output/public/_nuxt/sHsV3x2B.js +0 -1
- package/.output/public/_nuxt/sQEqbbg2.js +0 -1
- package/.output/public/_nuxt/vueform.ChEauysg.css +0 -1
- package/.output/server/chunks/build/client.manifest.mjs +0 -511
- package/.output/server/chunks/build/client.manifest.mjs.map +0 -1
package/.nuxt/types/imports.d.ts
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
// Generated by auto imports
|
|
2
2
|
export {}
|
|
3
3
|
declare global {
|
|
4
|
-
const CurveType: typeof import('../../node_modules/.pnpm/nuxt-charts@0.
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
4
|
+
const CurveType: typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts').CurveType
|
|
5
|
+
const DonutType: typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts').DonutType
|
|
6
|
+
const LegendPosition: typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts').LegendPosition
|
|
7
|
+
const Orientation: typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts').Orientation
|
|
8
|
+
const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').abortNavigation
|
|
9
|
+
const acceptHMRUpdate: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables').acceptHMRUpdate
|
|
10
|
+
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').addRouteMiddleware
|
|
10
11
|
const anyOf: typeof import('magic-regexp').anyOf
|
|
11
12
|
const asyncComputed: typeof import('@vueuse/core').asyncComputed
|
|
12
13
|
const autoResetRef: typeof import('@vueuse/core').autoResetRef
|
|
13
|
-
const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
14
|
-
const buttonGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
15
|
-
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
16
|
-
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
14
|
+
const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup').avatarGroupInjectionKey
|
|
15
|
+
const buttonGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup').buttonGroupInjectionKey
|
|
16
|
+
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/once').callOnce
|
|
17
|
+
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/idle-callback').cancelIdleCallback
|
|
17
18
|
const carriageReturn: typeof import('magic-regexp').carriageReturn
|
|
18
19
|
const caseInsensitive: typeof import('magic-regexp').caseInsensitive
|
|
19
20
|
const char: typeof import('magic-regexp').char
|
|
20
21
|
const charIn: typeof import('magic-regexp').charIn
|
|
21
22
|
const charNotIn: typeof import('magic-regexp').charNotIn
|
|
22
|
-
const clearError: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
23
|
-
const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
24
|
-
const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
23
|
+
const clearError: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error').clearError
|
|
24
|
+
const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData').clearNuxtData
|
|
25
|
+
const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/state').clearNuxtState
|
|
25
26
|
const computed: typeof import('vue').computed
|
|
26
27
|
const computedAsync: typeof import('@vueuse/core').computedAsync
|
|
27
28
|
const computedEager: typeof import('@vueuse/core').computedEager
|
|
@@ -29,7 +30,7 @@ declare global {
|
|
|
29
30
|
const computedWithControl: typeof import('@vueuse/core').computedWithControl
|
|
30
31
|
const controlledComputed: typeof import('@vueuse/core').controlledComputed
|
|
31
32
|
const controlledRef: typeof import('@vueuse/core').controlledRef
|
|
32
|
-
const createError: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
33
|
+
const createError: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error').createError
|
|
33
34
|
const createEventHook: typeof import('@vueuse/core').createEventHook
|
|
34
35
|
const createGlobalState: typeof import('@vueuse/core').createGlobalState
|
|
35
36
|
const createInjectionState: typeof import('@vueuse/core').createInjectionState
|
|
@@ -38,53 +39,53 @@ declare global {
|
|
|
38
39
|
const createRegExp: typeof import('magic-regexp').createRegExp
|
|
39
40
|
const createReusableTemplate: typeof import('@vueuse/core').createReusableTemplate
|
|
40
41
|
const createSharedComposable: typeof import('@vueuse/core').createSharedComposable
|
|
41
|
-
const createSitePathResolver: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
42
|
+
const createSitePathResolver: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils').createSitePathResolver
|
|
42
43
|
const createTemplatePromise: typeof import('@vueuse/core').createTemplatePromise
|
|
43
44
|
const createUnrefFn: typeof import('@vueuse/core').createUnrefFn
|
|
44
45
|
const customRef: typeof import('vue').customRef
|
|
45
46
|
const debouncedRef: typeof import('@vueuse/core').debouncedRef
|
|
46
47
|
const debouncedWatch: typeof import('@vueuse/core').debouncedWatch
|
|
47
|
-
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
48
|
+
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').defineAppConfig
|
|
48
49
|
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
|
|
49
50
|
const defineComponent: typeof import('vue').defineComponent
|
|
50
|
-
const defineI18nConfig: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
51
|
-
const defineI18nLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
52
|
-
const defineI18nRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
53
|
-
const defineLazyHydrationComponent: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
54
|
-
const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
55
|
-
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
56
|
-
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
57
|
-
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
58
|
-
const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
59
|
-
const defineOgImage: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
60
|
-
const defineOgImageComponent: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
61
|
-
const defineOgImageScreenshot: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
62
|
-
const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
63
|
-
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
64
|
-
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
65
|
-
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
66
|
-
const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
67
|
-
const defineStore: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
51
|
+
const defineI18nConfig: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').defineI18nConfig
|
|
52
|
+
const defineI18nLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').defineI18nLocale
|
|
53
|
+
const defineI18nRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').defineI18nRoute
|
|
54
|
+
const defineLazyHydrationComponent: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/lazy-hydration').defineLazyHydrationComponent
|
|
55
|
+
const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale').defineLocale
|
|
56
|
+
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/component').defineNuxtComponent
|
|
57
|
+
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/components/nuxt-link').defineNuxtLink
|
|
58
|
+
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').defineNuxtPlugin
|
|
59
|
+
const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').defineNuxtRouteMiddleware
|
|
60
|
+
const defineOgImage: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock').defineOgImage
|
|
61
|
+
const defineOgImageComponent: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock').defineOgImageComponent
|
|
62
|
+
const defineOgImageScreenshot: typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock').defineOgImageScreenshot
|
|
63
|
+
const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/pages/runtime/composables').definePageMeta
|
|
64
|
+
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').definePayloadPlugin
|
|
65
|
+
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload').definePayloadReducer
|
|
66
|
+
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload').definePayloadReviver
|
|
67
|
+
const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts').defineShortcuts
|
|
68
|
+
const defineStore: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables').defineStore
|
|
68
69
|
const digit: typeof import('magic-regexp').digit
|
|
69
70
|
const dotAll: typeof import('magic-regexp').dotAll
|
|
70
71
|
const eagerComputed: typeof import('@vueuse/core').eagerComputed
|
|
71
72
|
const effect: typeof import('vue').effect
|
|
72
73
|
const effectScope: typeof import('vue').effectScope
|
|
73
74
|
const exactly: typeof import('magic-regexp').exactly
|
|
74
|
-
const extendLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
75
|
+
const extendLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale').extendLocale
|
|
75
76
|
const extendRef: typeof import('@vueuse/core').extendRef
|
|
76
|
-
const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
77
|
-
const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
78
|
-
const formErrorsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
79
|
-
const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
80
|
-
const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
81
|
-
const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
82
|
-
const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
77
|
+
const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts').extractShortcuts
|
|
78
|
+
const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formBusInjectionKey
|
|
79
|
+
const formErrorsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formErrorsInjectionKey
|
|
80
|
+
const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formFieldInjectionKey
|
|
81
|
+
const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formInputsInjectionKey
|
|
82
|
+
const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formLoadingInjectionKey
|
|
83
|
+
const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formOptionsInjectionKey
|
|
83
84
|
const formatNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors').formatNeonError
|
|
84
|
-
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
85
|
+
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/manifest').getAppManifest
|
|
85
86
|
const getCurrentInstance: typeof import('vue').getCurrentInstance
|
|
86
87
|
const getCurrentScope: typeof import('vue').getCurrentScope
|
|
87
|
-
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
88
|
+
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/manifest').getRouteRules
|
|
88
89
|
const global: typeof import('magic-regexp').global
|
|
89
90
|
const h: typeof import('vue').h
|
|
90
91
|
const hasInjectionContext: typeof import('vue').hasInjectionContext
|
|
@@ -93,14 +94,14 @@ declare global {
|
|
|
93
94
|
const ignorableWatch: typeof import('@vueuse/core').ignorableWatch
|
|
94
95
|
const initConsola: typeof import('../../app/utils/consola').initConsola
|
|
95
96
|
const inject: typeof import('vue').inject
|
|
96
|
-
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
97
|
+
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').injectHead
|
|
97
98
|
const injectLocal: typeof import('@vueuse/core').injectLocal
|
|
98
|
-
const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
99
|
+
const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').inputIdInjectionKey
|
|
99
100
|
const isDefined: typeof import('@vueuse/core').isDefined
|
|
100
101
|
const isNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors').isNeonError
|
|
101
102
|
const isNeonSuccess: typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors').isNeonSuccess
|
|
102
|
-
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
103
|
-
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
103
|
+
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error').isNuxtError
|
|
104
|
+
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload').isPrerendered
|
|
104
105
|
const isProxy: typeof import('vue').isProxy
|
|
105
106
|
const isReactive: typeof import('vue').isReactive
|
|
106
107
|
const isReadonly: typeof import('vue').isReadonly
|
|
@@ -108,23 +109,23 @@ declare global {
|
|
|
108
109
|
const isShallow: typeof import('vue').isShallow
|
|
109
110
|
const isValidByValibot: typeof import('../../app/utils/validation').isValidByValibot
|
|
110
111
|
const isValidByZod: typeof import('../../app/utils/validation').isValidByZod
|
|
111
|
-
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
112
|
-
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
113
|
-
const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
112
|
+
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/vue-demi').isVue2
|
|
113
|
+
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/vue-demi').isVue3
|
|
114
|
+
const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useKbd').kbdKeysMap
|
|
114
115
|
const letter: typeof import('magic-regexp').letter
|
|
115
116
|
const linefeed: typeof import('magic-regexp').linefeed
|
|
116
117
|
const loadContentConfig: typeof import('../../app/utils/content').loadContentConfig
|
|
117
118
|
const loadFormkitConfig: typeof import('../../app/utils/formkit').loadFormkitConfig
|
|
118
|
-
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
119
|
+
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload').loadPayload
|
|
119
120
|
const loadVueformConfig: typeof import('../../app/utils/vueform').loadVueformConfig
|
|
120
|
-
const localeContextInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
121
|
+
const localeContextInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useLocale').localeContextInjectionKey
|
|
121
122
|
const log: typeof import('../../app/utils/consola').log
|
|
122
123
|
const makeDestructurable: typeof import('@vueuse/core').makeDestructurable
|
|
124
|
+
const manualResetRef: typeof import('@vueuse/core').manualResetRef
|
|
123
125
|
const markRaw: typeof import('vue').markRaw
|
|
124
126
|
const maybe: typeof import('magic-regexp').maybe
|
|
125
|
-
const mergeModels: typeof import('vue').mergeModels
|
|
126
127
|
const multiline: typeof import('magic-regexp').multiline
|
|
127
|
-
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
128
|
+
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').navigateTo
|
|
128
129
|
const nextTick: typeof import('vue').nextTick
|
|
129
130
|
const not: typeof import('magic-regexp').not
|
|
130
131
|
const onActivated: typeof import('vue').onActivated
|
|
@@ -140,8 +141,8 @@ declare global {
|
|
|
140
141
|
const onKeyStroke: typeof import('@vueuse/core').onKeyStroke
|
|
141
142
|
const onLongPress: typeof import('@vueuse/core').onLongPress
|
|
142
143
|
const onMounted: typeof import('vue').onMounted
|
|
143
|
-
const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
144
|
-
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
144
|
+
const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ready').onNuxtReady
|
|
145
|
+
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').onPrehydrate
|
|
145
146
|
const onRenderTracked: typeof import('vue').onRenderTracked
|
|
146
147
|
const onRenderTriggered: typeof import('vue').onRenderTriggered
|
|
147
148
|
const onScopeDispose: typeof import('vue').onScopeDispose
|
|
@@ -153,20 +154,20 @@ declare global {
|
|
|
153
154
|
const oneOrMore: typeof import('magic-regexp').oneOrMore
|
|
154
155
|
const parseMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser').parseMarkdown
|
|
155
156
|
const pausableWatch: typeof import('@vueuse/core').pausableWatch
|
|
156
|
-
const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
157
|
-
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
158
|
-
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
159
|
-
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
160
|
-
const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
161
|
-
const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
157
|
+
const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/usePortal').portalTargetInjectionKey
|
|
158
|
+
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload').prefetchComponents
|
|
159
|
+
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload').preloadComponents
|
|
160
|
+
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload').preloadPayload
|
|
161
|
+
const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload').preloadRouteComponents
|
|
162
|
+
const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').prerenderRoutes
|
|
162
163
|
const provide: typeof import('vue').provide
|
|
163
164
|
const provideLocal: typeof import('@vueuse/core').provideLocal
|
|
164
165
|
const proxyRefs: typeof import('vue').proxyRefs
|
|
165
166
|
const pslo: typeof import('../../app/utils/pslo-utils').pslo
|
|
166
|
-
const queryCollection: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
167
|
-
const queryCollectionItemSurroundings: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
168
|
-
const queryCollectionNavigation: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
169
|
-
const queryCollectionSearchSections: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
167
|
+
const queryCollection: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app').queryCollection
|
|
168
|
+
const queryCollectionItemSurroundings: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app').queryCollectionItemSurroundings
|
|
169
|
+
const queryCollectionNavigation: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app').queryCollectionNavigation
|
|
170
|
+
const queryCollectionSearchSections: typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app').queryCollectionSearchSections
|
|
170
171
|
const reactify: typeof import('@vueuse/core').reactify
|
|
171
172
|
const reactifyObject: typeof import('@vueuse/core').reactifyObject
|
|
172
173
|
const reactive: typeof import('vue').reactive
|
|
@@ -178,25 +179,25 @@ declare global {
|
|
|
178
179
|
const refAutoReset: typeof import('@vueuse/core').refAutoReset
|
|
179
180
|
const refDebounced: typeof import('@vueuse/core').refDebounced
|
|
180
181
|
const refDefault: typeof import('@vueuse/core').refDefault
|
|
182
|
+
const refManualReset: typeof import('@vueuse/core').refManualReset
|
|
181
183
|
const refThrottled: typeof import('@vueuse/core').refThrottled
|
|
182
184
|
const refWithControl: typeof import('@vueuse/core').refWithControl
|
|
183
|
-
const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
184
|
-
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
185
|
-
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
186
|
-
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
185
|
+
const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/cookie').refreshCookie
|
|
186
|
+
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData').refreshNuxtData
|
|
187
|
+
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/chunk').reloadNuxtApp
|
|
188
|
+
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/idle-callback').requestIdleCallback
|
|
187
189
|
const resolveComponent: typeof import('vue').resolveComponent
|
|
188
190
|
const resolveRef: typeof import('@vueuse/core').resolveRef
|
|
189
|
-
const resolveUnref: typeof import('@vueuse/core').resolveUnref
|
|
190
191
|
const scanI18NSources: typeof import('../../app/utils/i18n-sources').scanI18NSources
|
|
191
192
|
const scanI18Names: typeof import('../../app/utils/i18n-sources').scanI18Names
|
|
192
|
-
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
193
|
-
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
193
|
+
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').setPageLayout
|
|
194
|
+
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').setResponseStatus
|
|
194
195
|
const shallowReactive: typeof import('vue').shallowReactive
|
|
195
196
|
const shallowReadonly: typeof import('vue').shallowReadonly
|
|
196
197
|
const shallowRef: typeof import('vue').shallowRef
|
|
197
|
-
const showError: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
198
|
+
const showError: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error').showError
|
|
198
199
|
const sticky: typeof import('magic-regexp').sticky
|
|
199
|
-
const storeToRefs: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
200
|
+
const storeToRefs: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables').storeToRefs
|
|
200
201
|
const stringifyMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify').stringifyMarkdown
|
|
201
202
|
const syncRef: typeof import('@vueuse/core').syncRef
|
|
202
203
|
const syncRefs: typeof import('@vueuse/core').syncRefs
|
|
@@ -215,17 +216,17 @@ declare global {
|
|
|
215
216
|
const tryOnMounted: typeof import('@vueuse/core').tryOnMounted
|
|
216
217
|
const tryOnScopeDispose: typeof import('@vueuse/core').tryOnScopeDispose
|
|
217
218
|
const tryOnUnmounted: typeof import('@vueuse/core').tryOnUnmounted
|
|
218
|
-
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
219
|
+
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').tryUseNuxtApp
|
|
219
220
|
const unicode: typeof import('magic-regexp').unicode
|
|
220
221
|
const unref: typeof import('vue').unref
|
|
221
222
|
const unrefElement: typeof import('@vueuse/core').unrefElement
|
|
222
223
|
const until: typeof import('@vueuse/core').until
|
|
223
224
|
const unwrapSlot: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/utils/node').flatUnwrap
|
|
224
|
-
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
225
|
-
const updateSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
225
|
+
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/config').updateAppConfig
|
|
226
|
+
const updateSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/updateSiteConfig').updateSiteConfig
|
|
226
227
|
const useActiveElement: typeof import('@vueuse/core').useActiveElement
|
|
227
228
|
const useAnimate: typeof import('@vueuse/core').useAnimate
|
|
228
|
-
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
229
|
+
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/config').useAppConfig
|
|
229
230
|
const useArrayDifference: typeof import('@vueuse/core').useArrayDifference
|
|
230
231
|
const useArrayEvery: typeof import('@vueuse/core').useArrayEvery
|
|
231
232
|
const useArrayFilter: typeof import('@vueuse/core').useArrayFilter
|
|
@@ -238,30 +239,30 @@ declare global {
|
|
|
238
239
|
const useArrayReduce: typeof import('@vueuse/core').useArrayReduce
|
|
239
240
|
const useArraySome: typeof import('@vueuse/core').useArraySome
|
|
240
241
|
const useArrayUnique: typeof import('@vueuse/core').useArrayUnique
|
|
241
|
-
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
242
|
+
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData').useAsyncData
|
|
242
243
|
const useAsyncQueue: typeof import('@vueuse/core').useAsyncQueue
|
|
243
244
|
const useAsyncState: typeof import('@vueuse/core').useAsyncState
|
|
244
245
|
const useAttrs: typeof import('vue').useAttrs
|
|
245
|
-
const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
246
|
+
const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup').useAvatarGroup
|
|
246
247
|
const useBase64: typeof import('@vueuse/core').useBase64
|
|
247
248
|
const useBattery: typeof import('@vueuse/core').useBattery
|
|
248
249
|
const useBluetooth: typeof import('@vueuse/core').useBluetooth
|
|
249
|
-
const useBotDetection: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.
|
|
250
|
-
const useBreadcrumbItems: typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.18_h3@1.
|
|
250
|
+
const useBotDetection: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.1_e55731372305633c09e5fe2eaa731333/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useBotDetection').useBotDetection
|
|
251
|
+
const useBreadcrumbItems: typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.18_h3@1._911eb53d78604710596742b743cb87f3/node_modules/nuxt-seo-utils/dist/runtime/app/composables/useBreadcrumbItems').useBreadcrumbItems
|
|
251
252
|
const useBreakpoints: typeof import('@vueuse/core').useBreakpoints
|
|
252
253
|
const useBroadcastChannel: typeof import('@vueuse/core').useBroadcastChannel
|
|
253
|
-
const useBrowserLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
254
|
+
const useBrowserLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useBrowserLocale
|
|
254
255
|
const useBrowserLocation: typeof import('@vueuse/core').useBrowserLocation
|
|
255
|
-
const useButtonGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
256
|
+
const useButtonGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup').useButtonGroup
|
|
256
257
|
const useCached: typeof import('@vueuse/core').useCached
|
|
257
258
|
const useClipboard: typeof import('@vueuse/core').useClipboard
|
|
258
259
|
const useClipboardItems: typeof import('@vueuse/core').useClipboardItems
|
|
259
260
|
const useCloned: typeof import('@vueuse/core').useCloned
|
|
260
261
|
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
|
|
261
|
-
const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
262
|
+
const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons').useComponentIcons
|
|
262
263
|
const useConfirmDialog: typeof import('@vueuse/core').useConfirmDialog
|
|
263
|
-
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
264
|
-
const useCookieLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
264
|
+
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/cookie').useCookie
|
|
265
|
+
const useCookieLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useCookieLocale
|
|
265
266
|
const useCountdown: typeof import('@vueuse/core').useCountdown
|
|
266
267
|
const useCounter: typeof import('@vueuse/core').useCounter
|
|
267
268
|
const useCssModule: typeof import('vue').useCssModule
|
|
@@ -287,48 +288,48 @@ declare global {
|
|
|
287
288
|
const useElementHover: typeof import('@vueuse/core').useElementHover
|
|
288
289
|
const useElementSize: typeof import('@vueuse/core').useElementSize
|
|
289
290
|
const useElementVisibility: typeof import('@vueuse/core').useElementVisibility
|
|
290
|
-
const useError: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
291
|
+
const useError: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error').useError
|
|
291
292
|
const useEventBus: typeof import('@vueuse/core').useEventBus
|
|
292
293
|
const useEventListener: typeof import('@vueuse/core').useEventListener
|
|
293
294
|
const useEventSource: typeof import('@vueuse/core').useEventSource
|
|
294
295
|
const useEyeDropper: typeof import('@vueuse/core').useEyeDropper
|
|
295
296
|
const useFavicon: typeof import('@vueuse/core').useFavicon
|
|
296
|
-
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
297
|
+
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/fetch').useFetch
|
|
297
298
|
const useFileDialog: typeof import('@vueuse/core').useFileDialog
|
|
298
299
|
const useFileSystemAccess: typeof import('@vueuse/core').useFileSystemAccess
|
|
299
|
-
const useFileUpload: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
300
|
+
const useFileUpload: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFileUpload').useFileUpload
|
|
300
301
|
const useFocus: typeof import('@vueuse/core').useFocus
|
|
301
302
|
const useFocusWithin: typeof import('@vueuse/core').useFocusWithin
|
|
302
|
-
const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
303
|
+
const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').useFormField
|
|
303
304
|
const useFps: typeof import('@vueuse/core').useFps
|
|
304
305
|
const useFullscreen: typeof import('@vueuse/core').useFullscreen
|
|
305
306
|
const useGamepad: typeof import('@vueuse/core').useGamepad
|
|
306
307
|
const useGeolocation: typeof import('@vueuse/core').useGeolocation
|
|
307
|
-
const useHead: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
308
|
-
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
309
|
-
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
310
|
-
const useI18n: typeof import('../../node_modules/.pnpm/vue-i18n@11.1.12_vue@3.5.22_typescript@5.9.
|
|
311
|
-
const useI18nPreloadKeys: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
308
|
+
const useHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useHead
|
|
309
|
+
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useHeadSafe
|
|
310
|
+
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/hydrate').useHydration
|
|
311
|
+
const useI18n: typeof import('../../node_modules/.pnpm/vue-i18n@11.1.12_vue@3.5.22_typescript@5.9.3_/node_modules/vue-i18n/dist/vue-i18n').useI18n
|
|
312
|
+
const useI18nPreloadKeys: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useI18nPreloadKeys
|
|
312
313
|
const useId: typeof import('vue').useId
|
|
313
314
|
const useIdle: typeof import('@vueuse/core').useIdle
|
|
314
315
|
const useIgnisT: typeof import('../../app/composables/useTranslation').useIgnisT
|
|
315
|
-
const useImage: typeof import('../../node_modules/.pnpm/@nuxt+image@1.11.0_db0@0.3.
|
|
316
|
+
const useImage: typeof import('../../node_modules/.pnpm/@nuxt+image@1.11.0_db0@0.3._7d20bd157ce51a12fc8aba3d7a61367a/node_modules/@nuxt/image/dist/runtime/composables').useImage
|
|
316
317
|
const useInfiniteScroll: typeof import('@vueuse/core').useInfiniteScroll
|
|
317
318
|
const useIntersectionObserver: typeof import('@vueuse/core').useIntersectionObserver
|
|
318
319
|
const useInterval: typeof import('@vueuse/core').useInterval
|
|
319
320
|
const useIntervalFn: typeof import('@vueuse/core').useIntervalFn
|
|
320
|
-
const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
321
|
+
const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useKbd').useKbd
|
|
321
322
|
const useKeyModifier: typeof import('@vueuse/core').useKeyModifier
|
|
322
323
|
const useLastChanged: typeof import('@vueuse/core').useLastChanged
|
|
323
|
-
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
324
|
-
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
324
|
+
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData').useLazyAsyncData
|
|
325
|
+
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/fetch').useLazyFetch
|
|
325
326
|
const useLink: typeof import('vue-router').useLink
|
|
326
|
-
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
327
|
+
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/loading-indicator').useLoadingIndicator
|
|
327
328
|
const useLocalStorage: typeof import('@vueuse/core').useLocalStorage
|
|
328
|
-
const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
329
|
-
const useLocaleHead: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
330
|
-
const useLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
331
|
-
const useLocaleRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
329
|
+
const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useLocale').useLocale
|
|
330
|
+
const useLocaleHead: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useLocaleHead
|
|
331
|
+
const useLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useLocalePath
|
|
332
|
+
const useLocaleRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useLocaleRoute
|
|
332
333
|
const useMagicKeys: typeof import('@vueuse/core').useMagicKeys
|
|
333
334
|
const useManualRefHistory: typeof import('@vueuse/core').useManualRefHistory
|
|
334
335
|
const useMediaControls: typeof import('@vueuse/core').useMediaControls
|
|
@@ -344,106 +345,108 @@ declare global {
|
|
|
344
345
|
const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage
|
|
345
346
|
const useNeon: typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/composables/useNeon').useNeon
|
|
346
347
|
const useNetwork: typeof import('@vueuse/core').useNetwork
|
|
347
|
-
const useNitroOrigin: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
348
|
-
const useNonce: typeof import('../../node_modules/.pnpm/nuxt-security@2.4.0_magicast@0.3.5_rollup@4.52.
|
|
348
|
+
const useNitroOrigin: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/useNitroOrigin').useNitroOrigin
|
|
349
|
+
const useNonce: typeof import('../../node_modules/.pnpm/nuxt-security@2.4.0_magicast@0.3.5_rollup@4.52.5/node_modules/nuxt-security/dist/runtime/composables/nonce').useNonce
|
|
349
350
|
const useNow: typeof import('@vueuse/core').useNow
|
|
350
|
-
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
351
|
-
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
352
|
-
const useNuxtDevTools: typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.
|
|
351
|
+
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').useNuxtApp
|
|
352
|
+
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData').useNuxtData
|
|
353
|
+
const useNuxtDevTools: typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.7.0_vite@7_6e2095bda328fbd76e8ef1171241029a/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools').useNuxtDevTools
|
|
353
354
|
const useObjectUrl: typeof import('@vueuse/core').useObjectUrl
|
|
354
355
|
const useOffsetPagination: typeof import('@vueuse/core').useOffsetPagination
|
|
355
356
|
const useOnline: typeof import('@vueuse/core').useOnline
|
|
356
|
-
const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
357
|
+
const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay').useOverlay
|
|
357
358
|
const usePageLeave: typeof import('@vueuse/core').usePageLeave
|
|
358
359
|
const useParallax: typeof import('@vueuse/core').useParallax
|
|
359
360
|
const useParentElement: typeof import('@vueuse/core').useParentElement
|
|
360
361
|
const usePerformanceObserver: typeof import('@vueuse/core').usePerformanceObserver
|
|
361
362
|
const usePermission: typeof import('@vueuse/core').usePermission
|
|
362
|
-
const usePinia: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
363
|
+
const usePinia: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables').usePinia
|
|
363
364
|
const usePointer: typeof import('@vueuse/core').usePointer
|
|
364
365
|
const usePointerLock: typeof import('@vueuse/core').usePointerLock
|
|
365
366
|
const usePointerSwipe: typeof import('@vueuse/core').usePointerSwipe
|
|
366
|
-
const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
367
|
+
const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/usePortal').usePortal
|
|
367
368
|
const usePreferredColorScheme: typeof import('@vueuse/core').usePreferredColorScheme
|
|
368
369
|
const usePreferredContrast: typeof import('@vueuse/core').usePreferredContrast
|
|
369
370
|
const usePreferredDark: typeof import('@vueuse/core').usePreferredDark
|
|
370
371
|
const usePreferredLanguages: typeof import('@vueuse/core').usePreferredLanguages
|
|
371
372
|
const usePreferredReducedMotion: typeof import('@vueuse/core').usePreferredReducedMotion
|
|
372
373
|
const usePreferredReducedTransparency: typeof import('@vueuse/core').usePreferredReducedTransparency
|
|
373
|
-
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
374
|
+
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preview').usePreviewMode
|
|
374
375
|
const usePrevious: typeof import('@vueuse/core').usePrevious
|
|
375
376
|
const useRafFn: typeof import('@vueuse/core').useRafFn
|
|
376
377
|
const useRefHistory: typeof import('@vueuse/core').useRefHistory
|
|
377
|
-
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
378
|
-
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
379
|
-
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
380
|
-
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
381
|
-
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
378
|
+
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').useRequestEvent
|
|
379
|
+
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').useRequestFetch
|
|
380
|
+
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').useRequestHeader
|
|
381
|
+
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').useRequestHeaders
|
|
382
|
+
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/url').useRequestURL
|
|
382
383
|
const useResizeObserver: typeof import('@vueuse/core').useResizeObserver
|
|
383
|
-
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
384
|
-
const useRobotsRule: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.
|
|
385
|
-
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
386
|
-
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
387
|
-
const useRouteBaseName: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
388
|
-
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
389
|
-
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
390
|
-
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
384
|
+
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr').useResponseHeader
|
|
385
|
+
const useRobotsRule: typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.1_e55731372305633c09e5fe2eaa731333/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useRobotsRule').useRobotsRule
|
|
386
|
+
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').useRoute
|
|
387
|
+
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/route-announcer').useRouteAnnouncer
|
|
388
|
+
const useRouteBaseName: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useRouteBaseName
|
|
389
|
+
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router').useRouter
|
|
390
|
+
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt').useRuntimeConfig
|
|
391
|
+
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/runtime-hook').useRuntimeHook
|
|
391
392
|
const useSSRWidth: typeof import('@vueuse/core').useSSRWidth
|
|
392
393
|
const useScreenOrientation: typeof import('@vueuse/core').useScreenOrientation
|
|
393
394
|
const useScreenSafeArea: typeof import('@vueuse/core').useScreenSafeArea
|
|
394
|
-
const useScript: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
395
|
-
const useScriptClarity: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
396
|
-
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
397
|
-
const useScriptCrisp: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
398
|
-
const useScriptDatabuddyAnalytics: typeof import('../../node_modules/.pnpm
|
|
399
|
-
const useScriptEventPage: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
400
|
-
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
401
|
-
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
402
|
-
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
403
|
-
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
404
|
-
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
405
|
-
const useScriptHotjar: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
406
|
-
const useScriptIntercom: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
407
|
-
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
408
|
-
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
409
|
-
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
410
|
-
const useScriptNpm: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
411
|
-
const useScriptPayPal: typeof import('../../node_modules/.pnpm
|
|
412
|
-
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
413
|
-
const useScriptRedditPixel: typeof import('../../node_modules/.pnpm
|
|
414
|
-
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
415
|
-
const useScriptSegment: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
416
|
-
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
417
|
-
const useScriptStripe: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
395
|
+
const useScript: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScript').useScript
|
|
396
|
+
const useScriptClarity: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/clarity').useScriptClarity
|
|
397
|
+
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics').useScriptCloudflareWebAnalytics
|
|
398
|
+
const useScriptCrisp: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/crisp').useScriptCrisp
|
|
399
|
+
const useScriptDatabuddyAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/databuddy-analytics').useScriptDatabuddyAnalytics
|
|
400
|
+
const useScriptEventPage: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage').useScriptEventPage
|
|
401
|
+
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics').useScriptFathomAnalytics
|
|
402
|
+
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense').useScriptGoogleAdsense
|
|
403
|
+
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics').useScriptGoogleAnalytics
|
|
404
|
+
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps').useScriptGoogleMaps
|
|
405
|
+
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager').useScriptGoogleTagManager
|
|
406
|
+
const useScriptHotjar: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar').useScriptHotjar
|
|
407
|
+
const useScriptIntercom: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/intercom').useScriptIntercom
|
|
408
|
+
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy').useScriptLemonSqueezy
|
|
409
|
+
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics').useScriptMatomoAnalytics
|
|
410
|
+
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel').useScriptMetaPixel
|
|
411
|
+
const useScriptNpm: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/npm').useScriptNpm
|
|
412
|
+
const useScriptPayPal: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/paypal').useScriptPayPal
|
|
413
|
+
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics').useScriptPlausibleAnalytics
|
|
414
|
+
const useScriptRedditPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/reddit-pixel').useScriptRedditPixel
|
|
415
|
+
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics').useScriptRybbitAnalytics
|
|
416
|
+
const useScriptSegment: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/segment').useScriptSegment
|
|
417
|
+
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel').useScriptSnapchatPixel
|
|
418
|
+
const useScriptStripe: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/stripe').useScriptStripe
|
|
418
419
|
const useScriptTag: typeof import('@vueuse/core').useScriptTag
|
|
419
|
-
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
420
|
-
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
421
|
-
const
|
|
422
|
-
const
|
|
423
|
-
const
|
|
424
|
-
const
|
|
420
|
+
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent').useScriptTriggerConsent
|
|
421
|
+
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement').useScriptTriggerElement
|
|
422
|
+
const useScriptTriggerIdleTimeout: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerIdleTimeout').useScriptTriggerIdleTimeout
|
|
423
|
+
const useScriptTriggerInteraction: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerInteraction').useScriptTriggerInteraction
|
|
424
|
+
const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics').useScriptUmamiAnalytics
|
|
425
|
+
const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player').useScriptVimeoPlayer
|
|
426
|
+
const useScriptXPixel: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel').useScriptXPixel
|
|
427
|
+
const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player').useScriptYouTubePlayer
|
|
425
428
|
const useScroll: typeof import('@vueuse/core').useScroll
|
|
426
429
|
const useScrollLock: typeof import('@vueuse/core').useScrollLock
|
|
427
|
-
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
428
|
-
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
429
|
-
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
430
|
-
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
430
|
+
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useSeoMeta
|
|
431
|
+
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useServerHead
|
|
432
|
+
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useServerHeadSafe
|
|
433
|
+
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head').useServerSeoMeta
|
|
431
434
|
const useSessionStorage: typeof import('@vueuse/core').useSessionStorage
|
|
432
|
-
const useSetI18nParams: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
435
|
+
const useSetI18nParams: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useSetI18nParams
|
|
433
436
|
const useShadowRoot: typeof import('vue').useShadowRoot
|
|
434
437
|
const useShare: typeof import('@vueuse/core').useShare
|
|
435
|
-
const useSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
438
|
+
const useSiteConfig: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/useSiteConfig').useSiteConfig
|
|
436
439
|
const useSlots: typeof import('vue').useSlots
|
|
437
440
|
const useSorted: typeof import('@vueuse/core').useSorted
|
|
438
441
|
const useSpeechRecognition: typeof import('@vueuse/core').useSpeechRecognition
|
|
439
442
|
const useSpeechSynthesis: typeof import('@vueuse/core').useSpeechSynthesis
|
|
440
|
-
const useState: typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
443
|
+
const useState: typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/state').useState
|
|
441
444
|
const useStepper: typeof import('@vueuse/core').useStepper
|
|
442
445
|
const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
|
|
443
446
|
const useStyleTag: typeof import('@vueuse/core').useStyleTag
|
|
444
447
|
const useSupported: typeof import('@vueuse/core').useSupported
|
|
445
448
|
const useSwipe: typeof import('@vueuse/core').useSwipe
|
|
446
|
-
const useSwitchLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
449
|
+
const useSwitchLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index').useSwitchLocalePath
|
|
447
450
|
const useT: typeof import('../../app/composables/useTranslation').useT
|
|
448
451
|
const useTemplateRef: typeof import('vue').useTemplateRef
|
|
449
452
|
const useTemplateRefsList: typeof import('@vueuse/core').useTemplateRefsList
|
|
@@ -462,7 +465,7 @@ declare global {
|
|
|
462
465
|
const useTitle: typeof import('@vueuse/core').useTitle
|
|
463
466
|
const useToNumber: typeof import('@vueuse/core').useToNumber
|
|
464
467
|
const useToString: typeof import('@vueuse/core').useToString
|
|
465
|
-
const useToast: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
468
|
+
const useToast: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useToast').useToast
|
|
466
469
|
const useToggle: typeof import('@vueuse/core').useToggle
|
|
467
470
|
const useTransition: typeof import('@vueuse/core').useTransition
|
|
468
471
|
const useTransitionState: typeof import('vue').useTransitionState
|
|
@@ -507,8 +510,8 @@ declare global {
|
|
|
507
510
|
const withMemo: typeof import('vue').withMemo
|
|
508
511
|
const withModifiers: typeof import('vue').withModifiers
|
|
509
512
|
const withScopeId: typeof import('vue').withScopeId
|
|
510
|
-
const withSiteTrailingSlash: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
511
|
-
const withSiteUrl: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
513
|
+
const withSiteTrailingSlash: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils').withSiteTrailingSlash
|
|
514
|
+
const withSiteUrl: typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils').withSiteUrl
|
|
512
515
|
const word: typeof import('magic-regexp').word
|
|
513
516
|
const wordBoundary: typeof import('magic-regexp').wordBoundary
|
|
514
517
|
const wordChar: typeof import('magic-regexp').wordChar
|
|
@@ -519,8 +522,8 @@ declare global {
|
|
|
519
522
|
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
520
523
|
import('vue')
|
|
521
524
|
// @ts-ignore
|
|
522
|
-
export type { BulletLegendItemInterface } from '../../node_modules/.pnpm/nuxt-charts@0.
|
|
523
|
-
import('../../node_modules/.pnpm/nuxt-charts@0.
|
|
525
|
+
export type { BulletLegendItemInterface } from '../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts'
|
|
526
|
+
import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts')
|
|
524
527
|
// @ts-ignore
|
|
525
528
|
export type { UIOptions, DBOptions } from '../../app/utils/ignis-types'
|
|
526
529
|
import('../../app/utils/ignis-types')
|
|
@@ -529,27 +532,28 @@ declare global {
|
|
|
529
532
|
import { UnwrapRef } from 'vue'
|
|
530
533
|
declare module 'vue' {
|
|
531
534
|
interface ComponentCustomProperties {
|
|
532
|
-
readonly CurveType: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-charts@0.
|
|
533
|
-
readonly
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
readonly
|
|
535
|
+
readonly CurveType: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts')['CurveType']>
|
|
536
|
+
readonly DonutType: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts')['DonutType']>
|
|
537
|
+
readonly LegendPosition: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts')['LegendPosition']>
|
|
538
|
+
readonly Orientation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-charts@1.0.2_magicast@_51e8e22ba250fc7a5b3e1a816b747f73/node_modules/nuxt-charts/dist/runtime/vue-chrts')['Orientation']>
|
|
539
|
+
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
|
|
540
|
+
readonly acceptHMRUpdate: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables')['acceptHMRUpdate']>
|
|
541
|
+
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
|
|
538
542
|
readonly anyOf: UnwrapRef<typeof import('magic-regexp')['anyOf']>
|
|
539
543
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
540
544
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
541
|
-
readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
542
|
-
readonly buttonGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
543
|
-
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
544
|
-
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
545
|
+
readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']>
|
|
546
|
+
readonly buttonGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['buttonGroupInjectionKey']>
|
|
547
|
+
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/once')['callOnce']>
|
|
548
|
+
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
|
|
545
549
|
readonly carriageReturn: UnwrapRef<typeof import('magic-regexp')['carriageReturn']>
|
|
546
550
|
readonly caseInsensitive: UnwrapRef<typeof import('magic-regexp')['caseInsensitive']>
|
|
547
551
|
readonly char: UnwrapRef<typeof import('magic-regexp')['char']>
|
|
548
552
|
readonly charIn: UnwrapRef<typeof import('magic-regexp')['charIn']>
|
|
549
553
|
readonly charNotIn: UnwrapRef<typeof import('magic-regexp')['charNotIn']>
|
|
550
|
-
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
551
|
-
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
552
|
-
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
554
|
+
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error')['clearError']>
|
|
555
|
+
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
|
|
556
|
+
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
|
|
553
557
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
554
558
|
readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
|
|
555
559
|
readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
|
|
@@ -557,7 +561,7 @@ declare module 'vue' {
|
|
|
557
561
|
readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
|
|
558
562
|
readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
|
|
559
563
|
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
|
|
560
|
-
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
564
|
+
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error')['createError']>
|
|
561
565
|
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
|
|
562
566
|
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
|
|
563
567
|
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
|
|
@@ -566,53 +570,53 @@ declare module 'vue' {
|
|
|
566
570
|
readonly createRegExp: UnwrapRef<typeof import('magic-regexp')['createRegExp']>
|
|
567
571
|
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
|
|
568
572
|
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
|
|
569
|
-
readonly createSitePathResolver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
573
|
+
readonly createSitePathResolver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['createSitePathResolver']>
|
|
570
574
|
readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
|
|
571
575
|
readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
|
|
572
576
|
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
|
573
577
|
readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
|
|
574
578
|
readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
|
|
575
|
-
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
579
|
+
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
|
|
576
580
|
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
|
577
581
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
578
|
-
readonly defineI18nConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
579
|
-
readonly defineI18nLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
580
|
-
readonly defineI18nRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
581
|
-
readonly defineLazyHydrationComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
582
|
-
readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
583
|
-
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
584
|
-
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
585
|
-
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
586
|
-
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
587
|
-
readonly defineOgImage: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
588
|
-
readonly defineOgImageComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
589
|
-
readonly defineOgImageScreenshot: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@
|
|
590
|
-
readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
591
|
-
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
592
|
-
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
593
|
-
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
594
|
-
readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
595
|
-
readonly defineStore: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
582
|
+
readonly defineI18nConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nConfig']>
|
|
583
|
+
readonly defineI18nLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nLocale']>
|
|
584
|
+
readonly defineI18nRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nRoute']>
|
|
585
|
+
readonly defineLazyHydrationComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/lazy-hydration')['defineLazyHydrationComponent']>
|
|
586
|
+
readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']>
|
|
587
|
+
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
|
|
588
|
+
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
|
|
589
|
+
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
|
|
590
|
+
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
|
|
591
|
+
readonly defineOgImage: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImage']>
|
|
592
|
+
readonly defineOgImageComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageComponent']>
|
|
593
|
+
readonly defineOgImageScreenshot: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-og-image@5.1.12_@unhea_4a305ede760fdf843de94e210039126f/node_modules/nuxt-og-image/dist/runtime/app/composables/mock')['defineOgImageScreenshot']>
|
|
594
|
+
readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
|
|
595
|
+
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
|
|
596
|
+
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
|
|
597
|
+
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
|
|
598
|
+
readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']>
|
|
599
|
+
readonly defineStore: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']>
|
|
596
600
|
readonly digit: UnwrapRef<typeof import('magic-regexp')['digit']>
|
|
597
601
|
readonly dotAll: UnwrapRef<typeof import('magic-regexp')['dotAll']>
|
|
598
602
|
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
|
|
599
603
|
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
|
600
604
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
601
605
|
readonly exactly: UnwrapRef<typeof import('magic-regexp')['exactly']>
|
|
602
|
-
readonly extendLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
606
|
+
readonly extendLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['extendLocale']>
|
|
603
607
|
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
604
|
-
readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
605
|
-
readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
606
|
-
readonly formErrorsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
607
|
-
readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
608
|
-
readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
609
|
-
readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
610
|
-
readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
608
|
+
readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']>
|
|
609
|
+
readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']>
|
|
610
|
+
readonly formErrorsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formErrorsInjectionKey']>
|
|
611
|
+
readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']>
|
|
612
|
+
readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']>
|
|
613
|
+
readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']>
|
|
614
|
+
readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']>
|
|
611
615
|
readonly formatNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['formatNeonError']>
|
|
612
|
-
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
616
|
+
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
|
|
613
617
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
614
618
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
615
|
-
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
619
|
+
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
|
|
616
620
|
readonly global: UnwrapRef<typeof import('magic-regexp')['global']>
|
|
617
621
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
618
622
|
readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
|
|
@@ -621,14 +625,14 @@ declare module 'vue' {
|
|
|
621
625
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
622
626
|
readonly initConsola: UnwrapRef<typeof import('../../app/utils/consola')['initConsola']>
|
|
623
627
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
624
|
-
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
628
|
+
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['injectHead']>
|
|
625
629
|
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
|
|
626
|
-
readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
630
|
+
readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']>
|
|
627
631
|
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
|
628
632
|
readonly isNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonError']>
|
|
629
633
|
readonly isNeonSuccess: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonSuccess']>
|
|
630
|
-
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
631
|
-
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
634
|
+
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
|
|
635
|
+
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
|
|
632
636
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
|
633
637
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
|
634
638
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
|
@@ -636,23 +640,23 @@ declare module 'vue' {
|
|
|
636
640
|
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
|
637
641
|
readonly isValidByValibot: UnwrapRef<typeof import('../../app/utils/validation')['isValidByValibot']>
|
|
638
642
|
readonly isValidByZod: UnwrapRef<typeof import('../../app/utils/validation')['isValidByZod']>
|
|
639
|
-
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
640
|
-
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
641
|
-
readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
643
|
+
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
|
644
|
+
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
|
645
|
+
readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']>
|
|
642
646
|
readonly letter: UnwrapRef<typeof import('magic-regexp')['letter']>
|
|
643
647
|
readonly linefeed: UnwrapRef<typeof import('magic-regexp')['linefeed']>
|
|
644
648
|
readonly loadContentConfig: UnwrapRef<typeof import('../../app/utils/content')['loadContentConfig']>
|
|
645
649
|
readonly loadFormkitConfig: UnwrapRef<typeof import('../../app/utils/formkit')['loadFormkitConfig']>
|
|
646
|
-
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
650
|
+
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
|
|
647
651
|
readonly loadVueformConfig: UnwrapRef<typeof import('../../app/utils/vueform')['loadVueformConfig']>
|
|
648
|
-
readonly localeContextInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
652
|
+
readonly localeContextInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']>
|
|
649
653
|
readonly log: UnwrapRef<typeof import('../../app/utils/consola')['log']>
|
|
650
654
|
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
655
|
+
readonly manualResetRef: UnwrapRef<typeof import('@vueuse/core')['manualResetRef']>
|
|
651
656
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
652
657
|
readonly maybe: UnwrapRef<typeof import('magic-regexp')['maybe']>
|
|
653
|
-
readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
|
|
654
658
|
readonly multiline: UnwrapRef<typeof import('magic-regexp')['multiline']>
|
|
655
|
-
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
659
|
+
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['navigateTo']>
|
|
656
660
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
657
661
|
readonly not: UnwrapRef<typeof import('magic-regexp')['not']>
|
|
658
662
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
@@ -668,8 +672,8 @@ declare module 'vue' {
|
|
|
668
672
|
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
|
|
669
673
|
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
|
|
670
674
|
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
|
671
|
-
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
672
|
-
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
675
|
+
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
|
|
676
|
+
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
|
|
673
677
|
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
|
674
678
|
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
|
675
679
|
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
|
@@ -681,20 +685,20 @@ declare module 'vue' {
|
|
|
681
685
|
readonly oneOrMore: UnwrapRef<typeof import('magic-regexp')['oneOrMore']>
|
|
682
686
|
readonly parseMarkdown: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']>
|
|
683
687
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
684
|
-
readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
685
|
-
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
686
|
-
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
687
|
-
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
688
|
-
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
689
|
-
readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
688
|
+
readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']>
|
|
689
|
+
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
|
|
690
|
+
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
|
|
691
|
+
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
|
|
692
|
+
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
|
|
693
|
+
readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
|
|
690
694
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
691
695
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
692
696
|
readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
|
|
693
697
|
readonly pslo: UnwrapRef<typeof import('../../app/utils/pslo-utils')['pslo']>
|
|
694
|
-
readonly queryCollection: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
695
|
-
readonly queryCollectionItemSurroundings: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
696
|
-
readonly queryCollectionNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
697
|
-
readonly queryCollectionSearchSections: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-
|
|
698
|
+
readonly queryCollection: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app')['queryCollection']>
|
|
699
|
+
readonly queryCollectionItemSurroundings: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app')['queryCollectionItemSurroundings']>
|
|
700
|
+
readonly queryCollectionNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app')['queryCollectionNavigation']>
|
|
701
|
+
readonly queryCollectionSearchSections: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+content@3.7.1_better-_7f7a372f49a1d1aedb408e24368fd2c6/node_modules/@nuxt/content/dist/runtime/app')['queryCollectionSearchSections']>
|
|
698
702
|
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
|
699
703
|
readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
|
|
700
704
|
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
|
@@ -706,25 +710,25 @@ declare module 'vue' {
|
|
|
706
710
|
readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
|
|
707
711
|
readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
|
|
708
712
|
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
|
|
713
|
+
readonly refManualReset: UnwrapRef<typeof import('@vueuse/core')['refManualReset']>
|
|
709
714
|
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
|
710
715
|
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
|
711
|
-
readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
712
|
-
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
713
|
-
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
714
|
-
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
716
|
+
readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
|
|
717
|
+
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
|
|
718
|
+
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
|
|
719
|
+
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
|
|
715
720
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
716
721
|
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
|
717
|
-
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
|
718
722
|
readonly scanI18NSources: UnwrapRef<typeof import('../../app/utils/i18n-sources')['scanI18NSources']>
|
|
719
723
|
readonly scanI18Names: UnwrapRef<typeof import('../../app/utils/i18n-sources')['scanI18Names']>
|
|
720
|
-
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
721
|
-
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
724
|
+
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
|
|
725
|
+
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
|
|
722
726
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
723
727
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
724
728
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
725
|
-
readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
729
|
+
readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error')['showError']>
|
|
726
730
|
readonly sticky: UnwrapRef<typeof import('magic-regexp')['sticky']>
|
|
727
|
-
readonly storeToRefs: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
731
|
+
readonly storeToRefs: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables')['storeToRefs']>
|
|
728
732
|
readonly stringifyMarkdown: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/stringify')['stringifyMarkdown']>
|
|
729
733
|
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
|
|
730
734
|
readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
|
|
@@ -743,17 +747,17 @@ declare module 'vue' {
|
|
|
743
747
|
readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
|
|
744
748
|
readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
|
|
745
749
|
readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
|
|
746
|
-
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
750
|
+
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
|
|
747
751
|
readonly unicode: UnwrapRef<typeof import('magic-regexp')['unicode']>
|
|
748
752
|
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
|
749
753
|
readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
|
|
750
754
|
readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
|
|
751
755
|
readonly unwrapSlot: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.4_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/utils/node')['flatUnwrap']>
|
|
752
|
-
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
753
|
-
readonly updateSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
756
|
+
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/config')['updateAppConfig']>
|
|
757
|
+
readonly updateSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/updateSiteConfig')['updateSiteConfig']>
|
|
754
758
|
readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
|
|
755
759
|
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
|
756
|
-
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
760
|
+
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/config')['useAppConfig']>
|
|
757
761
|
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
|
758
762
|
readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
|
|
759
763
|
readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
|
|
@@ -766,30 +770,30 @@ declare module 'vue' {
|
|
|
766
770
|
readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
|
|
767
771
|
readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
|
|
768
772
|
readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
|
|
769
|
-
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
773
|
+
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
|
|
770
774
|
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
|
|
771
775
|
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
|
|
772
776
|
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
|
773
|
-
readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
777
|
+
readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']>
|
|
774
778
|
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
775
779
|
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
776
780
|
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
777
|
-
readonly useBotDetection: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.
|
|
778
|
-
readonly useBreadcrumbItems: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.18_h3@1.
|
|
781
|
+
readonly useBotDetection: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.1_e55731372305633c09e5fe2eaa731333/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useBotDetection')['useBotDetection']>
|
|
782
|
+
readonly useBreadcrumbItems: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-seo-utils@7.0.18_h3@1._911eb53d78604710596742b743cb87f3/node_modules/nuxt-seo-utils/dist/runtime/app/composables/useBreadcrumbItems')['useBreadcrumbItems']>
|
|
779
783
|
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
|
|
780
784
|
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
781
|
-
readonly useBrowserLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
785
|
+
readonly useBrowserLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useBrowserLocale']>
|
|
782
786
|
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
783
|
-
readonly useButtonGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
787
|
+
readonly useButtonGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['useButtonGroup']>
|
|
784
788
|
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
|
|
785
789
|
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
|
786
790
|
readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
|
|
787
791
|
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
788
792
|
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']>
|
|
789
|
-
readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
793
|
+
readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']>
|
|
790
794
|
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
791
|
-
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
792
|
-
readonly useCookieLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
795
|
+
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
|
|
796
|
+
readonly useCookieLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useCookieLocale']>
|
|
793
797
|
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
|
|
794
798
|
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
|
|
795
799
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
@@ -815,48 +819,48 @@ declare module 'vue' {
|
|
|
815
819
|
readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
|
|
816
820
|
readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
|
|
817
821
|
readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
|
|
818
|
-
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
822
|
+
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/error')['useError']>
|
|
819
823
|
readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
|
|
820
824
|
readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
|
|
821
825
|
readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
|
|
822
826
|
readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
|
|
823
827
|
readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
|
|
824
|
-
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
828
|
+
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
|
|
825
829
|
readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
|
|
826
830
|
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
|
|
827
|
-
readonly useFileUpload: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
831
|
+
readonly useFileUpload: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFileUpload')['useFileUpload']>
|
|
828
832
|
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
|
|
829
833
|
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
|
|
830
|
-
readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
834
|
+
readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']>
|
|
831
835
|
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
|
|
832
836
|
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
|
|
833
837
|
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
|
|
834
838
|
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
|
|
835
|
-
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
836
|
-
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
837
|
-
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
838
|
-
readonly useI18n: UnwrapRef<typeof import('../../node_modules/.pnpm/vue-i18n@11.1.12_vue@3.5.22_typescript@5.9.
|
|
839
|
-
readonly useI18nPreloadKeys: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
839
|
+
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useHead']>
|
|
840
|
+
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
|
|
841
|
+
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
|
|
842
|
+
readonly useI18n: UnwrapRef<typeof import('../../node_modules/.pnpm/vue-i18n@11.1.12_vue@3.5.22_typescript@5.9.3_/node_modules/vue-i18n/dist/vue-i18n')['useI18n']>
|
|
843
|
+
readonly useI18nPreloadKeys: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useI18nPreloadKeys']>
|
|
840
844
|
readonly useId: UnwrapRef<typeof import('vue')['useId']>
|
|
841
845
|
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
|
|
842
846
|
readonly useIgnisT: UnwrapRef<typeof import('../../app/composables/useTranslation')['useIgnisT']>
|
|
843
|
-
readonly useImage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+image@1.11.0_db0@0.3.
|
|
847
|
+
readonly useImage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+image@1.11.0_db0@0.3._7d20bd157ce51a12fc8aba3d7a61367a/node_modules/@nuxt/image/dist/runtime/composables')['useImage']>
|
|
844
848
|
readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
|
|
845
849
|
readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
|
|
846
850
|
readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
|
|
847
851
|
readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
|
|
848
|
-
readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
852
|
+
readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']>
|
|
849
853
|
readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
|
|
850
854
|
readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
|
|
851
|
-
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
852
|
-
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
855
|
+
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
|
|
856
|
+
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
|
|
853
857
|
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
|
|
854
|
-
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
858
|
+
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
|
|
855
859
|
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
|
|
856
|
-
readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
857
|
-
readonly useLocaleHead: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
858
|
-
readonly useLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
859
|
-
readonly useLocaleRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
860
|
+
readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']>
|
|
861
|
+
readonly useLocaleHead: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleHead']>
|
|
862
|
+
readonly useLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocalePath']>
|
|
863
|
+
readonly useLocaleRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleRoute']>
|
|
860
864
|
readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
|
|
861
865
|
readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
|
|
862
866
|
readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
|
|
@@ -872,106 +876,108 @@ declare module 'vue' {
|
|
|
872
876
|
readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
|
|
873
877
|
readonly useNeon: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.7.0_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/composables/useNeon')['useNeon']>
|
|
874
878
|
readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
|
|
875
|
-
readonly useNitroOrigin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
876
|
-
readonly useNonce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-security@2.4.0_magicast@0.3.5_rollup@4.52.
|
|
879
|
+
readonly useNitroOrigin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/useNitroOrigin')['useNitroOrigin']>
|
|
880
|
+
readonly useNonce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-security@2.4.0_magicast@0.3.5_rollup@4.52.5/node_modules/nuxt-security/dist/runtime/composables/nonce')['useNonce']>
|
|
877
881
|
readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
|
|
878
|
-
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
879
|
-
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
880
|
-
readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.
|
|
882
|
+
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
|
|
883
|
+
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
|
|
884
|
+
readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+devtools@2.7.0_vite@7_6e2095bda328fbd76e8ef1171241029a/node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
|
|
881
885
|
readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
|
|
882
886
|
readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
|
|
883
887
|
readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
|
|
884
|
-
readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
888
|
+
readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']>
|
|
885
889
|
readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
|
|
886
890
|
readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
|
|
887
891
|
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
|
|
888
892
|
readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
|
|
889
893
|
readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
|
|
890
|
-
readonly usePinia: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.
|
|
894
|
+
readonly usePinia: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.2_magicast_582a01441f95f299f1bc37854eaae1c8/node_modules/@pinia/nuxt/dist/runtime/composables')['usePinia']>
|
|
891
895
|
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
|
|
892
896
|
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
|
|
893
897
|
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
|
|
894
|
-
readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
898
|
+
readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']>
|
|
895
899
|
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
|
|
896
900
|
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
|
|
897
901
|
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
|
|
898
902
|
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
|
|
899
903
|
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
|
|
900
904
|
readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
|
|
901
|
-
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
905
|
+
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
|
|
902
906
|
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
|
|
903
907
|
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
|
|
904
908
|
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
|
|
905
|
-
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
906
|
-
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
907
|
-
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
908
|
-
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
909
|
-
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
909
|
+
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
|
|
910
|
+
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
|
|
911
|
+
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
|
|
912
|
+
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
|
|
913
|
+
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
|
|
910
914
|
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
|
|
911
|
-
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
912
|
-
readonly useRobotsRule: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.
|
|
913
|
-
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
914
|
-
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
915
|
-
readonly useRouteBaseName: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
916
|
-
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
917
|
-
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
918
|
-
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
915
|
+
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
|
|
916
|
+
readonly useRobotsRule: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+robots@5.5.6_h3@1.1_e55731372305633c09e5fe2eaa731333/node_modules/@nuxtjs/robots/dist/runtime/app/composables/useRobotsRule')['useRobotsRule']>
|
|
917
|
+
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['useRoute']>
|
|
918
|
+
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
|
|
919
|
+
readonly useRouteBaseName: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useRouteBaseName']>
|
|
920
|
+
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/router')['useRouter']>
|
|
921
|
+
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
|
|
922
|
+
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
|
|
919
923
|
readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
|
|
920
924
|
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
|
|
921
925
|
readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
|
|
922
|
-
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
923
|
-
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
924
|
-
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
925
|
-
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
926
|
-
readonly useScriptDatabuddyAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm
|
|
927
|
-
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
928
|
-
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
929
|
-
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
930
|
-
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
931
|
-
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
932
|
-
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
933
|
-
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
934
|
-
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
935
|
-
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
936
|
-
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
937
|
-
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
938
|
-
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
939
|
-
readonly useScriptPayPal: UnwrapRef<typeof import('../../node_modules/.pnpm
|
|
940
|
-
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
941
|
-
readonly useScriptRedditPixel: UnwrapRef<typeof import('../../node_modules/.pnpm
|
|
942
|
-
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
943
|
-
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
944
|
-
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
945
|
-
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
926
|
+
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScript')['useScript']>
|
|
927
|
+
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/clarity')['useScriptClarity']>
|
|
928
|
+
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/cloudflare-web-analytics')['useScriptCloudflareWebAnalytics']>
|
|
929
|
+
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/crisp')['useScriptCrisp']>
|
|
930
|
+
readonly useScriptDatabuddyAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/databuddy-analytics')['useScriptDatabuddyAnalytics']>
|
|
931
|
+
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptEventPage')['useScriptEventPage']>
|
|
932
|
+
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/fathom-analytics')['useScriptFathomAnalytics']>
|
|
933
|
+
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense')['useScriptGoogleAdsense']>
|
|
934
|
+
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-analytics')['useScriptGoogleAnalytics']>
|
|
935
|
+
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-maps')['useScriptGoogleMaps']>
|
|
936
|
+
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/google-tag-manager')['useScriptGoogleTagManager']>
|
|
937
|
+
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/hotjar')['useScriptHotjar']>
|
|
938
|
+
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/intercom')['useScriptIntercom']>
|
|
939
|
+
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/lemon-squeezy')['useScriptLemonSqueezy']>
|
|
940
|
+
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/matomo-analytics')['useScriptMatomoAnalytics']>
|
|
941
|
+
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/meta-pixel')['useScriptMetaPixel']>
|
|
942
|
+
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/npm')['useScriptNpm']>
|
|
943
|
+
readonly useScriptPayPal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/paypal')['useScriptPayPal']>
|
|
944
|
+
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/plausible-analytics')['useScriptPlausibleAnalytics']>
|
|
945
|
+
readonly useScriptRedditPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/reddit-pixel')['useScriptRedditPixel']>
|
|
946
|
+
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/rybbit-analytics')['useScriptRybbitAnalytics']>
|
|
947
|
+
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/segment')['useScriptSegment']>
|
|
948
|
+
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/snapchat-pixel')['useScriptSnapchatPixel']>
|
|
949
|
+
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/stripe')['useScriptStripe']>
|
|
946
950
|
readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
|
|
947
|
-
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
948
|
-
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.
|
|
949
|
-
readonly
|
|
950
|
-
readonly
|
|
951
|
-
readonly
|
|
952
|
-
readonly
|
|
951
|
+
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerConsent')['useScriptTriggerConsent']>
|
|
952
|
+
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerElement')['useScriptTriggerElement']>
|
|
953
|
+
readonly useScriptTriggerIdleTimeout: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerIdleTimeout')['useScriptTriggerIdleTimeout']>
|
|
954
|
+
readonly useScriptTriggerInteraction: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/composables/useScriptTriggerInteraction')['useScriptTriggerInteraction']>
|
|
955
|
+
readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/umami-analytics')['useScriptUmamiAnalytics']>
|
|
956
|
+
readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/vimeo-player')['useScriptVimeoPlayer']>
|
|
957
|
+
readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/x-pixel')['useScriptXPixel']>
|
|
958
|
+
readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+scripts@0.13.0_@unhea_d958b5c8a7bf06c76854674beaacea55/node_modules/@nuxt/scripts/dist/runtime/registry/youtube-player')['useScriptYouTubePlayer']>
|
|
953
959
|
readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
|
|
954
960
|
readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
|
|
955
|
-
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
956
|
-
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
957
|
-
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
958
|
-
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
961
|
+
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
|
|
962
|
+
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useServerHead']>
|
|
963
|
+
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
|
|
964
|
+
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
|
|
959
965
|
readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
|
|
960
|
-
readonly useSetI18nParams: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
966
|
+
readonly useSetI18nParams: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSetI18nParams']>
|
|
961
967
|
readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
|
|
962
968
|
readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
|
|
963
|
-
readonly useSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
969
|
+
readonly useSiteConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/useSiteConfig')['useSiteConfig']>
|
|
964
970
|
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
|
965
971
|
readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
|
|
966
972
|
readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
|
|
967
973
|
readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
|
|
968
|
-
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.
|
|
974
|
+
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.0_@parcel+watcher@_549a0949e7737e878d729c69fb94f978/node_modules/nuxt/dist/app/composables/state')['useState']>
|
|
969
975
|
readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
|
|
970
976
|
readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
|
|
971
977
|
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
|
972
978
|
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
|
|
973
979
|
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
|
|
974
|
-
readonly useSwitchLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.
|
|
980
|
+
readonly useSwitchLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@10.1.1_@vue+co_b8959f62474d2b52b24c371767f009fc/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useSwitchLocalePath']>
|
|
975
981
|
readonly useT: UnwrapRef<typeof import('../../app/composables/useTranslation')['useT']>
|
|
976
982
|
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
|
|
977
983
|
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
|
|
@@ -990,7 +996,7 @@ declare module 'vue' {
|
|
|
990
996
|
readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
|
|
991
997
|
readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
|
|
992
998
|
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
|
|
993
|
-
readonly useToast: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.
|
|
999
|
+
readonly useToast: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.3.7_@babel+parse_20a8a12d9d1e6daa6707b3afbe97dc0a/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['useToast']>
|
|
994
1000
|
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
|
|
995
1001
|
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
|
|
996
1002
|
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
|
@@ -1035,8 +1041,8 @@ declare module 'vue' {
|
|
|
1035
1041
|
readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
|
|
1036
1042
|
readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
|
|
1037
1043
|
readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
|
|
1038
|
-
readonly withSiteTrailingSlash: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
1039
|
-
readonly withSiteUrl: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.
|
|
1044
|
+
readonly withSiteTrailingSlash: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteTrailingSlash']>
|
|
1045
|
+
readonly withSiteUrl: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-site-config@3.2.11_h3@_8a2f2e426857a96d129a44619dcc309e/node_modules/nuxt-site-config/dist/runtime/app/composables/utils')['withSiteUrl']>
|
|
1040
1046
|
readonly word: UnwrapRef<typeof import('magic-regexp')['word']>
|
|
1041
1047
|
readonly wordBoundary: UnwrapRef<typeof import('magic-regexp')['wordBoundary']>
|
|
1042
1048
|
readonly wordChar: UnwrapRef<typeof import('magic-regexp')['wordChar']>
|