nuxt-ignis 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.data/content/contents.sqlite +0 -0
- package/.nuxt/components.d.ts +224 -224
- package/.nuxt/content/components.ts +56 -56
- package/.nuxt/dev/index.mjs +15 -7
- package/.nuxt/dev/index.mjs.map +1 -1
- package/.nuxt/eslint.config.mjs +1 -1
- package/.nuxt/imports.d.ts +16 -14
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/nitro.json +3 -3
- package/.nuxt/nuxt.d.ts +10 -10
- package/.nuxt/tsconfig.json +12 -12
- package/.nuxt/tsconfig.server.json +6 -6
- package/.nuxt/types/imports.d.ts +52 -50
- package/.nuxt/types/plugins.d.ts +2 -1
- package/.nuxt/types/schema.d.ts +40 -26
- package/app.vue +2 -2
- package/components/AppFeatureList.vue +5 -0
- package/composables/useValibot.ts +16 -0
- package/composables/useZod.ts +16 -0
- package/features.ts +45 -5
- package/i18n/locales/en.json +2 -0
- package/nuxt.config.ts +14 -4
- package/package.json +12 -8
- package/plugins/errorHandler.ts +26 -0
- package/test/config/default.txt +16 -0
- package/test/config/equipment-1-composable.txt +22 -0
- package/test/config/equipment-2-plugins.txt +23 -0
- package/test/config/equipment-all.txt +28 -0
- package/test/config.test.ts +47 -0
- package/test/features/db-neon.txt +3 -3
- package/test/features/db-off.txt +3 -3
- package/test/features/db-supabase.txt +3 -3
- package/test/features/default.txt +3 -3
- package/test/features/enable-all.txt +4 -4
- package/test/features/equipment.txt +3 -0
- package/test/features/forms-formkit.txt +3 -3
- package/test/features/forms-off.txt +3 -3
- package/test/features/forms-vueform.txt +3 -3
- package/test/features/ui-nuxt-ui.txt +3 -3
- package/test/features/ui-off.txt +3 -3
- package/test/features/ui-tailwind.txt +4 -4
- package/test/features/validation-off.txt +3 -0
- package/test/features/validation-valibot.txt +4 -0
- package/test/features/validation-zod.txt +4 -0
- package/test/features.test.ts +48 -0
- package/utils/config/content.ts +35 -0
- package/utils/config/vueform.ts +25 -0
- package/utils/consola.ts +23 -13
- package/utils/content.ts +12 -25
- package/utils/vueform.ts +14 -11
- package/vueform.config.ts +3 -5
- package/utils/config/content.config.ts +0 -12
- package/utils/config/vueform.config.ts +0 -20
package/.nuxt/types/imports.d.ts
CHANGED
|
@@ -6,8 +6,8 @@ declare global {
|
|
|
6
6
|
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']
|
|
7
7
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
8
8
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
9
|
-
const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
10
|
-
const buttonGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
9
|
+
const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']
|
|
10
|
+
const buttonGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['buttonGroupInjectionKey']
|
|
11
11
|
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/once')['callOnce']
|
|
12
12
|
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']
|
|
13
13
|
const clearError: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['clearError']
|
|
@@ -37,11 +37,10 @@ declare global {
|
|
|
37
37
|
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']
|
|
38
38
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
39
39
|
const defineComponent: typeof import('vue')['defineComponent']
|
|
40
|
-
const defineContentCollection: typeof import('../../utils/content')['defineContentCollection']
|
|
41
40
|
const defineI18nConfig: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nConfig']
|
|
42
41
|
const defineI18nLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nLocale']
|
|
43
42
|
const defineI18nRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nRoute']
|
|
44
|
-
const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
43
|
+
const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']
|
|
45
44
|
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']
|
|
46
45
|
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']
|
|
47
46
|
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']
|
|
@@ -53,18 +52,18 @@ declare global {
|
|
|
53
52
|
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']
|
|
54
53
|
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']
|
|
55
54
|
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']
|
|
56
|
-
const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
55
|
+
const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']
|
|
57
56
|
const defineStore: typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']
|
|
58
57
|
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
|
|
59
58
|
const effect: typeof import('vue')['effect']
|
|
60
59
|
const effectScope: typeof import('vue')['effectScope']
|
|
61
60
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
62
|
-
const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
63
|
-
const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
64
|
-
const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
65
|
-
const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
66
|
-
const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
67
|
-
const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
61
|
+
const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']
|
|
62
|
+
const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']
|
|
63
|
+
const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']
|
|
64
|
+
const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']
|
|
65
|
+
const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']
|
|
66
|
+
const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']
|
|
68
67
|
const formatNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['formatNeonError']
|
|
69
68
|
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']
|
|
70
69
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
@@ -78,7 +77,7 @@ declare global {
|
|
|
78
77
|
const inject: typeof import('vue')['inject']
|
|
79
78
|
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['injectHead']
|
|
80
79
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
81
|
-
const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
80
|
+
const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']
|
|
82
81
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
83
82
|
const isNeonError: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonError']
|
|
84
83
|
const isNeonSuccess: typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonSuccess']
|
|
@@ -91,11 +90,11 @@ declare global {
|
|
|
91
90
|
const isShallow: typeof import('vue')['isShallow']
|
|
92
91
|
const isVue2: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
|
|
93
92
|
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
|
|
94
|
-
const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
93
|
+
const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']
|
|
95
94
|
const loadContentConfig: typeof import('../../utils/content')['loadContentConfig']
|
|
96
|
-
const loadDefaultVueformConfig: typeof import('../../utils/vueform')['loadDefaultVueformConfig']
|
|
97
95
|
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['loadPayload']
|
|
98
|
-
const
|
|
96
|
+
const loadVueformConfig: typeof import('../../utils/vueform')['loadVueformConfig']
|
|
97
|
+
const localeContextInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']
|
|
99
98
|
const log: typeof import('../../utils/consola')['log']
|
|
100
99
|
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
|
|
101
100
|
const markRaw: typeof import('vue')['markRaw']
|
|
@@ -126,7 +125,7 @@ declare global {
|
|
|
126
125
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
127
126
|
const parseMarkdown: typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']
|
|
128
127
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
129
|
-
const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
128
|
+
const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']
|
|
130
129
|
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']
|
|
131
130
|
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']
|
|
132
131
|
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']
|
|
@@ -212,7 +211,7 @@ declare global {
|
|
|
212
211
|
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
|
|
213
212
|
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
|
|
214
213
|
const useAttrs: typeof import('vue')['useAttrs']
|
|
215
|
-
const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
214
|
+
const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']
|
|
216
215
|
const useBase64: typeof import('@vueuse/core')['useBase64']
|
|
217
216
|
const useBattery: typeof import('@vueuse/core')['useBattery']
|
|
218
217
|
const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
|
|
@@ -221,13 +220,13 @@ declare global {
|
|
|
221
220
|
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
|
|
222
221
|
const useBrowserLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useBrowserLocale']
|
|
223
222
|
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
224
|
-
const useButtonGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
223
|
+
const useButtonGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['useButtonGroup']
|
|
225
224
|
const useCached: typeof import('@vueuse/core')['useCached']
|
|
226
225
|
const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
|
227
226
|
const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
228
227
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
229
228
|
const useColorMode: typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/composables')['useColorMode']
|
|
230
|
-
const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
229
|
+
const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']
|
|
231
230
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
232
231
|
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['useCookie']
|
|
233
232
|
const useCookieLocale: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useCookieLocale']
|
|
@@ -267,7 +266,7 @@ declare global {
|
|
|
267
266
|
const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
|
|
268
267
|
const useFocus: typeof import('@vueuse/core')['useFocus']
|
|
269
268
|
const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
|
|
270
|
-
const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
269
|
+
const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']
|
|
271
270
|
const useFps: typeof import('@vueuse/core')['useFps']
|
|
272
271
|
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
|
273
272
|
const useGamepad: typeof import('@vueuse/core')['useGamepad']
|
|
@@ -284,7 +283,7 @@ declare global {
|
|
|
284
283
|
const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
|
|
285
284
|
const useInterval: typeof import('@vueuse/core')['useInterval']
|
|
286
285
|
const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
|
|
287
|
-
const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
286
|
+
const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']
|
|
288
287
|
const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
|
|
289
288
|
const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
|
|
290
289
|
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']
|
|
@@ -292,7 +291,7 @@ declare global {
|
|
|
292
291
|
const useLink: typeof import('vue-router')['useLink']
|
|
293
292
|
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']
|
|
294
293
|
const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
|
|
295
|
-
const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
294
|
+
const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']
|
|
296
295
|
const useLocaleHead: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleHead']
|
|
297
296
|
const useLocalePath: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocalePath']
|
|
298
297
|
const useLocaleRoute: typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleRoute']
|
|
@@ -320,7 +319,7 @@ declare global {
|
|
|
320
319
|
const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
|
|
321
320
|
const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
|
|
322
321
|
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
323
|
-
const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
322
|
+
const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']
|
|
324
323
|
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
325
324
|
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
326
325
|
const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
@@ -330,7 +329,7 @@ declare global {
|
|
|
330
329
|
const usePointer: typeof import('@vueuse/core')['usePointer']
|
|
331
330
|
const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
|
|
332
331
|
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
|
|
333
|
-
const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
332
|
+
const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']
|
|
334
333
|
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
|
|
335
334
|
const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
|
|
336
335
|
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
|
|
@@ -425,7 +424,7 @@ declare global {
|
|
|
425
424
|
const useTitle: typeof import('@vueuse/core')['useTitle']
|
|
426
425
|
const useToNumber: typeof import('@vueuse/core')['useToNumber']
|
|
427
426
|
const useToString: typeof import('@vueuse/core')['useToString']
|
|
428
|
-
const useToast: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
427
|
+
const useToast: typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['useToast']
|
|
429
428
|
const useToggle: typeof import('@vueuse/core')['useToggle']
|
|
430
429
|
const useTransition: typeof import('@vueuse/core')['useTransition']
|
|
431
430
|
const useTransitionState: typeof import('vue')['useTransitionState']
|
|
@@ -434,6 +433,7 @@ declare global {
|
|
|
434
433
|
const useUserSession: typeof import('../../node_modules/.pnpm/nuxt-auth-utils@0.5.20_magicast@0.3.5/node_modules/nuxt-auth-utils/dist/runtime/app/composables/session')['useUserSession']
|
|
435
434
|
const useVModel: typeof import('@vueuse/core')['useVModel']
|
|
436
435
|
const useVModels: typeof import('@vueuse/core')['useVModels']
|
|
436
|
+
const useValibot: typeof import('../../composables/useValibot')['useValibot']
|
|
437
437
|
const useVibrate: typeof import('@vueuse/core')['useVibrate']
|
|
438
438
|
const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
|
|
439
439
|
const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
|
|
@@ -444,6 +444,7 @@ declare global {
|
|
|
444
444
|
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
445
445
|
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
446
446
|
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
447
|
+
const useZod: typeof import('../../composables/useZod')['useZod']
|
|
447
448
|
const watch: typeof import('vue')['watch']
|
|
448
449
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
449
450
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
@@ -487,8 +488,8 @@ declare module 'vue' {
|
|
|
487
488
|
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
|
|
488
489
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
489
490
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|
|
490
|
-
readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
491
|
-
readonly buttonGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
491
|
+
readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']>
|
|
492
|
+
readonly buttonGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['buttonGroupInjectionKey']>
|
|
492
493
|
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/once')['callOnce']>
|
|
493
494
|
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
|
|
494
495
|
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/error')['clearError']>
|
|
@@ -518,11 +519,10 @@ declare module 'vue' {
|
|
|
518
519
|
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
|
|
519
520
|
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
|
520
521
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
521
|
-
readonly defineContentCollection: UnwrapRef<typeof import('../../utils/content')['defineContentCollection']>
|
|
522
522
|
readonly defineI18nConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nConfig']>
|
|
523
523
|
readonly defineI18nLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nLocale']>
|
|
524
524
|
readonly defineI18nRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['defineI18nRoute']>
|
|
525
|
-
readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
525
|
+
readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']>
|
|
526
526
|
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
|
|
527
527
|
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
|
|
528
528
|
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
|
|
@@ -534,18 +534,18 @@ declare module 'vue' {
|
|
|
534
534
|
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
|
|
535
535
|
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
|
|
536
536
|
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
|
|
537
|
-
readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
537
|
+
readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']>
|
|
538
538
|
readonly defineStore: UnwrapRef<typeof import('../../node_modules/.pnpm/@pinia+nuxt@0.11.1_magicast_e0c2249d771533613ae168043fed6c1a/node_modules/@pinia/nuxt/dist/runtime/composables')['defineStore']>
|
|
539
539
|
readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
|
|
540
540
|
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
|
541
541
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
542
542
|
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
543
|
-
readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
544
|
-
readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
545
|
-
readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
546
|
-
readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
547
|
-
readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
548
|
-
readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
543
|
+
readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']>
|
|
544
|
+
readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']>
|
|
545
|
+
readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']>
|
|
546
|
+
readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']>
|
|
547
|
+
readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']>
|
|
548
|
+
readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']>
|
|
549
549
|
readonly formatNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['formatNeonError']>
|
|
550
550
|
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
|
|
551
551
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
@@ -559,7 +559,7 @@ declare module 'vue' {
|
|
|
559
559
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
560
560
|
readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/head')['injectHead']>
|
|
561
561
|
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
|
|
562
|
-
readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
562
|
+
readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']>
|
|
563
563
|
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
|
564
564
|
readonly isNeonError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonError']>
|
|
565
565
|
readonly isNeonSuccess: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/utils/neonErrors')['isNeonSuccess']>
|
|
@@ -572,11 +572,11 @@ declare module 'vue' {
|
|
|
572
572
|
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
|
573
573
|
readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
|
574
574
|
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
|
575
|
-
readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
575
|
+
readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']>
|
|
576
576
|
readonly loadContentConfig: UnwrapRef<typeof import('../../utils/content')['loadContentConfig']>
|
|
577
|
-
readonly loadDefaultVueformConfig: UnwrapRef<typeof import('../../utils/vueform')['loadDefaultVueformConfig']>
|
|
578
577
|
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
|
|
579
|
-
readonly
|
|
578
|
+
readonly loadVueformConfig: UnwrapRef<typeof import('../../utils/vueform')['loadVueformConfig']>
|
|
579
|
+
readonly localeContextInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']>
|
|
580
580
|
readonly log: UnwrapRef<typeof import('../../utils/consola')['log']>
|
|
581
581
|
readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
|
|
582
582
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
@@ -607,7 +607,7 @@ declare module 'vue' {
|
|
|
607
607
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
608
608
|
readonly parseMarkdown: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+mdc@0.17.0_magicast@0.3.5/node_modules/@nuxtjs/mdc/dist/runtime/parser')['parseMarkdown']>
|
|
609
609
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
610
|
-
readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
610
|
+
readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']>
|
|
611
611
|
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
|
|
612
612
|
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
|
|
613
613
|
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
|
|
@@ -693,7 +693,7 @@ declare module 'vue' {
|
|
|
693
693
|
readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
|
|
694
694
|
readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
|
|
695
695
|
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
|
696
|
-
readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
696
|
+
readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']>
|
|
697
697
|
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
698
698
|
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
699
699
|
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
@@ -702,13 +702,13 @@ declare module 'vue' {
|
|
|
702
702
|
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
703
703
|
readonly useBrowserLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useBrowserLocale']>
|
|
704
704
|
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
705
|
-
readonly useButtonGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
705
|
+
readonly useButtonGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useButtonGroup')['useButtonGroup']>
|
|
706
706
|
readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
|
|
707
707
|
readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
|
708
708
|
readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
|
|
709
709
|
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
710
710
|
readonly useColorMode: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/composables')['useColorMode']>
|
|
711
|
-
readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
711
|
+
readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']>
|
|
712
712
|
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
713
713
|
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
|
|
714
714
|
readonly useCookieLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useCookieLocale']>
|
|
@@ -748,7 +748,7 @@ declare module 'vue' {
|
|
|
748
748
|
readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
|
|
749
749
|
readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
|
|
750
750
|
readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
|
|
751
|
-
readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
751
|
+
readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']>
|
|
752
752
|
readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
|
|
753
753
|
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
|
|
754
754
|
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
|
|
@@ -765,7 +765,7 @@ declare module 'vue' {
|
|
|
765
765
|
readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
|
|
766
766
|
readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
|
|
767
767
|
readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
|
|
768
|
-
readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
768
|
+
readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']>
|
|
769
769
|
readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
|
|
770
770
|
readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
|
|
771
771
|
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
|
|
@@ -773,7 +773,7 @@ declare module 'vue' {
|
|
|
773
773
|
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
|
|
774
774
|
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
|
|
775
775
|
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
|
|
776
|
-
readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
776
|
+
readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']>
|
|
777
777
|
readonly useLocaleHead: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleHead']>
|
|
778
778
|
readonly useLocalePath: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocalePath']>
|
|
779
779
|
readonly useLocaleRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/composables/index')['useLocaleRoute']>
|
|
@@ -801,7 +801,7 @@ declare module 'vue' {
|
|
|
801
801
|
readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
|
|
802
802
|
readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
|
|
803
803
|
readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
|
|
804
|
-
readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
804
|
+
readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']>
|
|
805
805
|
readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
|
|
806
806
|
readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
|
|
807
807
|
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
|
|
@@ -811,7 +811,7 @@ declare module 'vue' {
|
|
|
811
811
|
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
|
|
812
812
|
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
|
|
813
813
|
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
|
|
814
|
-
readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
814
|
+
readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']>
|
|
815
815
|
readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
|
|
816
816
|
readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
|
|
817
817
|
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
|
|
@@ -906,7 +906,7 @@ declare module 'vue' {
|
|
|
906
906
|
readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
|
|
907
907
|
readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
|
|
908
908
|
readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
|
|
909
|
-
readonly useToast: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
909
|
+
readonly useToast: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['useToast']>
|
|
910
910
|
readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
|
|
911
911
|
readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
|
|
912
912
|
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
|
@@ -915,6 +915,7 @@ declare module 'vue' {
|
|
|
915
915
|
readonly useUserSession: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt-auth-utils@0.5.20_magicast@0.3.5/node_modules/nuxt-auth-utils/dist/runtime/app/composables/session')['useUserSession']>
|
|
916
916
|
readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
|
|
917
917
|
readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
|
|
918
|
+
readonly useValibot: UnwrapRef<typeof import('../../composables/useValibot')['useValibot']>
|
|
918
919
|
readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
|
|
919
920
|
readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
|
|
920
921
|
readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
|
|
@@ -925,6 +926,7 @@ declare module 'vue' {
|
|
|
925
926
|
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
926
927
|
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
927
928
|
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
929
|
+
readonly useZod: UnwrapRef<typeof import('../../composables/useZod')['useZod']>
|
|
928
930
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
929
931
|
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
930
932
|
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|
package/.nuxt/types/plugins.d.ts
CHANGED
|
@@ -35,12 +35,13 @@ type NuxtAppInjections =
|
|
|
35
35
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+robots@5.2.10_magic_bf6ce80accfde49898d34bafd7f6b0b8/node_modules/@nuxtjs/robots/dist/runtime/app/plugins/robot-meta.server.js")> &
|
|
36
36
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt-site-config@3.1.9_magi_f0f38b684fdcd54347382cd1d38f79a6/node_modules/nuxt-site-config/dist/runtime/app/plugins/i18n.js")> &
|
|
37
37
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt-neon@0.6.2_magicast@0.3.5/node_modules/nuxt-neon/dist/runtime/plugin.js")> &
|
|
38
|
-
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+
|
|
38
|
+
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+ui@3.1.3_@babel+parse_e50e9b8e5382f2ae9d20f86c12fbb26e/node_modules/@nuxt/ui/dist/runtime/plugins/colors.js")> &
|
|
39
39
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.server.js")> &
|
|
40
40
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+color-mode@3.5.2_magicast@0.3.5/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client.js")> &
|
|
41
41
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxt+icon@1.13.0_magicast@_3dcaa2a356d6f220d30fc0914c6e284d/node_modules/@nuxt/icon/dist/runtime/plugin.js")> &
|
|
42
42
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/plugins/dev-server-logs.js")> &
|
|
43
43
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/app/plugins/check-if-layout-used.js")> &
|
|
44
|
+
InjectionType<typeof import("../../plugins/errorHandler")> &
|
|
44
45
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.17.5_@netlify+blobs@_6b548bbd7b53abdd77f26e7e5d5a4042/node_modules/nuxt/dist/pages/runtime/plugins/prerender.server.js")> &
|
|
45
46
|
InjectionType<typeof import("../../node_modules/.pnpm/@nuxtjs+i18n@9.5.5_@vue+com_579c2d5abe0704eafcdbb50a0fdc3c2c/node_modules/@nuxtjs/i18n/dist/runtime/plugins/ssg-detect.js")> &
|
|
46
47
|
InjectionType<typeof import("../../node_modules/.pnpm/nuxt-seo-utils@7.0.10_magic_cb87bb57408aee81649d9bcd448f1ff0/node_modules/nuxt-seo-utils/dist/runtime/app/plugins/1.absoluteImageUrls.server.js")> &
|