@blokkli/editor 2.0.0-alpha.64 → 2.0.0-alpha.66

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.
Files changed (52) hide show
  1. package/dist/module.d.mts +2 -2
  2. package/dist/module.json +1 -1
  3. package/dist/module.mjs +48 -2
  4. package/dist/modules/agent/index.d.mts +1 -1
  5. package/dist/modules/agent/runtime/app/helpers/mutationResult.d.ts +12 -0
  6. package/dist/modules/agent/runtime/app/helpers/mutationResult.js +34 -0
  7. package/dist/modules/agent/runtime/app/providers/toolsProvider.js +13 -7
  8. package/dist/modules/agent/runtime/app/tools/.nuxt/app.config.d.mts +4 -0
  9. package/dist/modules/agent/runtime/app/tools/.nuxt/app.config.js +21 -0
  10. package/dist/modules/agent/runtime/app/tools/.nuxt/components.d.ts +66 -0
  11. package/dist/modules/agent/runtime/app/tools/.nuxt/imports.d.ts +30 -0
  12. package/dist/modules/agent/runtime/app/tools/.nuxt/manifest/meta/test.json +1 -0
  13. package/dist/modules/agent/runtime/app/tools/.nuxt/types/app.config.d.ts +35 -0
  14. package/dist/modules/agent/runtime/app/tools/.nuxt/types/build.d.ts +23 -0
  15. package/dist/modules/agent/runtime/app/tools/.nuxt/types/builder-env.d.ts +1 -0
  16. package/dist/modules/agent/runtime/app/tools/.nuxt/types/components.d.ts +71 -0
  17. package/dist/modules/agent/runtime/app/tools/.nuxt/types/imports.d.ts +386 -0
  18. package/dist/modules/agent/runtime/app/tools/.nuxt/types/middleware.d.ts +11 -0
  19. package/dist/modules/agent/runtime/app/tools/.nuxt/types/modules.d.ts +79 -0
  20. package/dist/modules/agent/runtime/app/tools/.nuxt/types/nitro-layouts.d.ts +17 -0
  21. package/dist/modules/agent/runtime/app/tools/.nuxt/types/nitro-nuxt.d.ts +64 -0
  22. package/dist/modules/agent/runtime/app/tools/.nuxt/types/plugins.d.ts +29 -0
  23. package/dist/modules/agent/runtime/app/tools/.nuxt/types/runtime-config.d.ts +32 -0
  24. package/dist/modules/agent/runtime/app/tools/.nuxt/types/shared-imports.d.ts +10 -0
  25. package/dist/modules/agent/runtime/app/tools/.nuxt/types/vue-shim.d.ts +0 -0
  26. package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.d.ts +15 -4
  27. package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.js +43 -15
  28. package/dist/modules/agent/runtime/server/server-tools/load_tools/index.d.ts +1 -3
  29. package/dist/modules/agent/runtime/server/server-tools/load_tools/index.js +3 -1
  30. package/dist/modules/charts/index.d.mts +1 -1
  31. package/dist/modules/drupal/graphql/base/query.pbConfig.graphql +2 -2
  32. package/dist/modules/drupal/index.d.mts +1 -1
  33. package/dist/modules/iframes/index.d.mts +1 -1
  34. package/dist/modules/index.d.mts +1 -1
  35. package/dist/modules/readability/index.d.mts +1 -1
  36. package/dist/modules/table-of-contents/index.d.mts +1 -1
  37. package/dist/runtime/css/output.css +1 -0
  38. package/dist/runtime/editor/components/FlexTextarea/index.d.vue.ts +1 -1
  39. package/dist/runtime/editor/components/FlexTextarea/index.vue.d.ts +1 -1
  40. package/dist/runtime/editor/css/output.css +1 -1
  41. package/dist/runtime/editor/features/changelog/changelog.json +0 -32
  42. package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +1 -1
  43. package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +1 -1
  44. package/dist/runtime/editor/plugins/Sidebar/Detached/index.d.vue.ts +1 -1
  45. package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue.d.ts +1 -1
  46. package/dist/runtime/editor/plugins/Sidebar/index.d.vue.ts +2 -2
  47. package/dist/runtime/editor/plugins/Sidebar/index.vue.d.ts +2 -2
  48. package/dist/runtime/editor/providers/state.d.ts +17 -1
  49. package/dist/runtime/editor/providers/state.js +14 -0
  50. package/dist/shared/{editor.BDyiQvbV.d.mts → editor.S5sA3rij.d.mts} +19 -1
  51. package/dist/types.d.mts +1 -1
  52. package/package.json +6 -6
@@ -0,0 +1,386 @@
1
+ // Generated by auto imports
2
+ export {}
3
+ declare global {
4
+ const abortNavigation: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').abortNavigation
5
+ const addRouteMiddleware: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').addRouteMiddleware
6
+ const callOnce: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/once').callOnce
7
+ const cancelIdleCallback: typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/idle-callback').cancelIdleCallback
8
+ const clearError: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error').clearError
9
+ const clearNuxtData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').clearNuxtData
10
+ const clearNuxtState: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/state').clearNuxtState
11
+ const computed: typeof import('../../../../../../../../node_modules/vue').computed
12
+ const createError: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error').createError
13
+ const createUseAsyncData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').createUseAsyncData
14
+ const createUseFetch: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch').createUseFetch
15
+ const customRef: typeof import('../../../../../../../../node_modules/vue').customRef
16
+ const defineAppConfig: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').defineAppConfig
17
+ const defineAsyncComponent: typeof import('../../../../../../../../node_modules/vue').defineAsyncComponent
18
+ const defineComponent: typeof import('../../../../../../../../node_modules/vue').defineComponent
19
+ const defineLazyHydrationComponent: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/lazy-hydration').defineLazyHydrationComponent
20
+ const defineNuxtComponent: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/component').defineNuxtComponent
21
+ const defineNuxtLink: typeof import('../../../../../../../../node_modules/nuxt/dist/app/components/nuxt-link').defineNuxtLink
22
+ const defineNuxtPlugin: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').defineNuxtPlugin
23
+ const defineNuxtRouteMiddleware: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').defineNuxtRouteMiddleware
24
+ const definePayloadPlugin: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').definePayloadPlugin
25
+ const definePayloadReducer: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload').definePayloadReducer
26
+ const definePayloadReviver: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload').definePayloadReviver
27
+ const effect: typeof import('../../../../../../../../node_modules/vue').effect
28
+ const effectScope: typeof import('../../../../../../../../node_modules/vue').effectScope
29
+ const getAppManifest: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/manifest').getAppManifest
30
+ const getCurrentInstance: typeof import('../../../../../../../../node_modules/vue').getCurrentInstance
31
+ const getCurrentScope: typeof import('../../../../../../../../node_modules/vue').getCurrentScope
32
+ const getRouteRules: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/manifest').getRouteRules
33
+ const h: typeof import('../../../../../../../../node_modules/vue').h
34
+ const hasInjectionContext: typeof import('../../../../../../../../node_modules/vue').hasInjectionContext
35
+ const inject: typeof import('../../../../../../../../node_modules/vue').inject
36
+ const injectHead: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').injectHead
37
+ const isNuxtError: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error').isNuxtError
38
+ const isPrerendered: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload').isPrerendered
39
+ const isProxy: typeof import('../../../../../../../../node_modules/vue').isProxy
40
+ const isReactive: typeof import('../../../../../../../../node_modules/vue').isReactive
41
+ const isReadonly: typeof import('../../../../../../../../node_modules/vue').isReadonly
42
+ const isRef: typeof import('../../../../../../../../node_modules/vue').isRef
43
+ const isShallow: typeof import('../../../../../../../../node_modules/vue').isShallow
44
+ const isVue2: typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/vue-demi').isVue2
45
+ const isVue3: typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/vue-demi').isVue3
46
+ const loadPayload: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload').loadPayload
47
+ const markRaw: typeof import('../../../../../../../../node_modules/vue').markRaw
48
+ const navigateTo: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').navigateTo
49
+ const nextTick: typeof import('../../../../../../../../node_modules/vue').nextTick
50
+ const onActivated: typeof import('../../../../../../../../node_modules/vue').onActivated
51
+ const onBeforeMount: typeof import('../../../../../../../../node_modules/vue').onBeforeMount
52
+ const onBeforeRouteLeave: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').onBeforeRouteLeave
53
+ const onBeforeRouteUpdate: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').onBeforeRouteUpdate
54
+ const onBeforeUnmount: typeof import('../../../../../../../../node_modules/vue').onBeforeUnmount
55
+ const onBeforeUpdate: typeof import('../../../../../../../../node_modules/vue').onBeforeUpdate
56
+ const onDeactivated: typeof import('../../../../../../../../node_modules/vue').onDeactivated
57
+ const onErrorCaptured: typeof import('../../../../../../../../node_modules/vue').onErrorCaptured
58
+ const onMounted: typeof import('../../../../../../../../node_modules/vue').onMounted
59
+ const onNuxtReady: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ready').onNuxtReady
60
+ const onPrehydrate: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').onPrehydrate
61
+ const onRenderTracked: typeof import('../../../../../../../../node_modules/vue').onRenderTracked
62
+ const onRenderTriggered: typeof import('../../../../../../../../node_modules/vue').onRenderTriggered
63
+ const onScopeDispose: typeof import('../../../../../../../../node_modules/vue').onScopeDispose
64
+ const onServerPrefetch: typeof import('../../../../../../../../node_modules/vue').onServerPrefetch
65
+ const onUnmounted: typeof import('../../../../../../../../node_modules/vue').onUnmounted
66
+ const onUpdated: typeof import('../../../../../../../../node_modules/vue').onUpdated
67
+ const onWatcherCleanup: typeof import('../../../../../../../../node_modules/vue').onWatcherCleanup
68
+ const prefetchComponents: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload').prefetchComponents
69
+ const preloadComponents: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload').preloadComponents
70
+ const preloadPayload: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload').preloadPayload
71
+ const preloadRouteComponents: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload').preloadRouteComponents
72
+ const prerenderRoutes: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').prerenderRoutes
73
+ const provide: typeof import('../../../../../../../../node_modules/vue').provide
74
+ const proxyRefs: typeof import('../../../../../../../../node_modules/vue').proxyRefs
75
+ const reactive: typeof import('../../../../../../../../node_modules/vue').reactive
76
+ const readonly: typeof import('../../../../../../../../node_modules/vue').readonly
77
+ const ref: typeof import('../../../../../../../../node_modules/vue').ref
78
+ const refreshCookie: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/cookie').refreshCookie
79
+ const refreshNuxtData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').refreshNuxtData
80
+ const reloadNuxtApp: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/chunk').reloadNuxtApp
81
+ const requestIdleCallback: typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/idle-callback').requestIdleCallback
82
+ const resolveComponent: typeof import('../../../../../../../../node_modules/vue').resolveComponent
83
+ const setPageLayout: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').setPageLayout
84
+ const setResponseStatus: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').setResponseStatus
85
+ const shallowReactive: typeof import('../../../../../../../../node_modules/vue').shallowReactive
86
+ const shallowReadonly: typeof import('../../../../../../../../node_modules/vue').shallowReadonly
87
+ const shallowRef: typeof import('../../../../../../../../node_modules/vue').shallowRef
88
+ const showError: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error').showError
89
+ const toRaw: typeof import('../../../../../../../../node_modules/vue').toRaw
90
+ const toRef: typeof import('../../../../../../../../node_modules/vue').toRef
91
+ const toRefs: typeof import('../../../../../../../../node_modules/vue').toRefs
92
+ const toValue: typeof import('../../../../../../../../node_modules/vue').toValue
93
+ const triggerRef: typeof import('../../../../../../../../node_modules/vue').triggerRef
94
+ const tryUseNuxtApp: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').tryUseNuxtApp
95
+ const unref: typeof import('../../../../../../../../node_modules/vue').unref
96
+ const updateAppConfig: typeof import('../../../../../../../../node_modules/nuxt/dist/app/config').updateAppConfig
97
+ const useAnnouncer: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/announcer').useAnnouncer
98
+ const useAppConfig: typeof import('../../../../../../../../node_modules/nuxt/dist/app/config').useAppConfig
99
+ const useAsyncData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').useAsyncData
100
+ const useAttrs: typeof import('../../../../../../../../node_modules/vue').useAttrs
101
+ const useCookie: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/cookie').useCookie
102
+ const useCssModule: typeof import('../../../../../../../../node_modules/vue').useCssModule
103
+ const useCssVars: typeof import('../../../../../../../../node_modules/vue').useCssVars
104
+ const useError: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error').useError
105
+ const useFetch: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch').useFetch
106
+ const useHead: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useHead
107
+ const useHeadSafe: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useHeadSafe
108
+ const useHydration: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/hydrate').useHydration
109
+ const useId: typeof import('../../../../../../../../node_modules/vue').useId
110
+ const useLazyAsyncData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').useLazyAsyncData
111
+ const useLazyFetch: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch').useLazyFetch
112
+ const useLoadingIndicator: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/loading-indicator').useLoadingIndicator
113
+ const useModel: typeof import('../../../../../../../../node_modules/vue').useModel
114
+ const useNuxtApp: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').useNuxtApp
115
+ const useNuxtData: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData').useNuxtData
116
+ const usePreviewMode: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preview').usePreviewMode
117
+ const useRequestEvent: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').useRequestEvent
118
+ const useRequestFetch: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').useRequestFetch
119
+ const useRequestHeader: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').useRequestHeader
120
+ const useRequestHeaders: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').useRequestHeaders
121
+ const useRequestURL: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/url').useRequestURL
122
+ const useResponseHeader: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr').useResponseHeader
123
+ const useRoute: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').useRoute
124
+ const useRouteAnnouncer: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/route-announcer').useRouteAnnouncer
125
+ const useRouter: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router').useRouter
126
+ const useRuntimeConfig: typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt').useRuntimeConfig
127
+ const useRuntimeHook: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/runtime-hook').useRuntimeHook
128
+ const useScript: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScript
129
+ const useScriptAhrefsAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptAhrefsAnalytics
130
+ const useScriptBingUet: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptBingUet
131
+ const useScriptCalendly: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptCalendly
132
+ const useScriptClarity: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptClarity
133
+ const useScriptCloudflareWebAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptCloudflareWebAnalytics
134
+ const useScriptCrisp: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptCrisp
135
+ const useScriptDatabuddyAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptDatabuddyAnalytics
136
+ const useScriptEventPage: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptEventPage
137
+ const useScriptFathomAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptFathomAnalytics
138
+ const useScriptGoogleAdsense: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAdsense
139
+ const useScriptGoogleAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAnalytics
140
+ const useScriptGoogleMaps: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleMaps
141
+ const useScriptGoogleRecaptcha: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleRecaptcha
142
+ const useScriptGoogleSignIn: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleSignIn
143
+ const useScriptGoogleTagManager: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleTagManager
144
+ const useScriptGravatar: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptGravatar
145
+ const useScriptHotjar: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptHotjar
146
+ const useScriptIntercom: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptIntercom
147
+ const useScriptLemonSqueezy: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptLemonSqueezy
148
+ const useScriptLinkedInInsight: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptLinkedInInsight
149
+ const useScriptMatomoAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptMatomoAnalytics
150
+ const useScriptMetaPixel: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptMetaPixel
151
+ const useScriptMixpanelAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptMixpanelAnalytics
152
+ const useScriptNpm: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptNpm
153
+ const useScriptPayPal: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptPayPal
154
+ const useScriptPlausibleAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptPlausibleAnalytics
155
+ const useScriptPostHog: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptPostHog
156
+ const useScriptRedditPixel: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptRedditPixel
157
+ const useScriptRybbitAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptRybbitAnalytics
158
+ const useScriptSegment: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptSegment
159
+ const useScriptSnapchatPixel: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptSnapchatPixel
160
+ const useScriptStripe: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptStripe
161
+ const useScriptTikTokPixel: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptTikTokPixel
162
+ const useScriptTriggerConsent: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerConsent
163
+ const useScriptTriggerElement: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerElement
164
+ const useScriptUmamiAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptUmamiAnalytics
165
+ const useScriptUsercentrics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptUsercentrics
166
+ const useScriptVercelAnalytics: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptVercelAnalytics
167
+ const useScriptVimeoPlayer: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptVimeoPlayer
168
+ const useScriptXPixel: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptXPixel
169
+ const useScriptYouTubePlayer: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs').useScriptYouTubePlayer
170
+ const useSeoMeta: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useSeoMeta
171
+ const useServerHead: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useServerHead
172
+ const useServerHeadSafe: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useServerHeadSafe
173
+ const useServerSeoMeta: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head').useServerSeoMeta
174
+ const useShadowRoot: typeof import('../../../../../../../../node_modules/vue').useShadowRoot
175
+ const useSlots: typeof import('../../../../../../../../node_modules/vue').useSlots
176
+ const useState: typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/state').useState
177
+ const useTemplateRef: typeof import('../../../../../../../../node_modules/vue').useTemplateRef
178
+ const useTransitionState: typeof import('../../../../../../../../node_modules/vue').useTransitionState
179
+ const watch: typeof import('../../../../../../../../node_modules/vue').watch
180
+ const watchEffect: typeof import('../../../../../../../../node_modules/vue').watchEffect
181
+ const watchPostEffect: typeof import('../../../../../../../../node_modules/vue').watchPostEffect
182
+ const watchSyncEffect: typeof import('../../../../../../../../node_modules/vue').watchSyncEffect
183
+ const withCtx: typeof import('../../../../../../../../node_modules/vue').withCtx
184
+ const withDirectives: typeof import('../../../../../../../../node_modules/vue').withDirectives
185
+ const withKeys: typeof import('../../../../../../../../node_modules/vue').withKeys
186
+ const withMemo: typeof import('../../../../../../../../node_modules/vue').withMemo
187
+ const withModifiers: typeof import('../../../../../../../../node_modules/vue').withModifiers
188
+ const withScopeId: typeof import('../../../../../../../../node_modules/vue').withScopeId
189
+ }
190
+ // for type re-export
191
+ declare global {
192
+ // @ts-ignore
193
+ export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from '../../../../../../../../node_modules/vue'
194
+ import('../../../../../../../../node_modules/vue')
195
+ }
196
+ // for vue template auto import
197
+ import { UnwrapRef } from 'vue'
198
+ declare module 'vue' {
199
+ interface ComponentCustomProperties {
200
+ readonly abortNavigation: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
201
+ readonly addRouteMiddleware: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
202
+ readonly callOnce: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/once')['callOnce']>
203
+ readonly cancelIdleCallback: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
204
+ readonly clearError: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error')['clearError']>
205
+ readonly clearNuxtData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
206
+ readonly clearNuxtState: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
207
+ readonly computed: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['computed']>
208
+ readonly createError: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error')['createError']>
209
+ readonly createUseAsyncData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['createUseAsyncData']>
210
+ readonly createUseFetch: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch')['createUseFetch']>
211
+ readonly customRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['customRef']>
212
+ readonly defineAppConfig: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
213
+ readonly defineAsyncComponent: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['defineAsyncComponent']>
214
+ readonly defineComponent: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['defineComponent']>
215
+ readonly defineLazyHydrationComponent: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/lazy-hydration')['defineLazyHydrationComponent']>
216
+ readonly defineNuxtComponent: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
217
+ readonly defineNuxtLink: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
218
+ readonly defineNuxtPlugin: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
219
+ readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
220
+ readonly definePayloadPlugin: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
221
+ readonly definePayloadReducer: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
222
+ readonly definePayloadReviver: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
223
+ readonly effect: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['effect']>
224
+ readonly effectScope: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['effectScope']>
225
+ readonly getAppManifest: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
226
+ readonly getCurrentInstance: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['getCurrentInstance']>
227
+ readonly getCurrentScope: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['getCurrentScope']>
228
+ readonly getRouteRules: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
229
+ readonly h: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['h']>
230
+ readonly hasInjectionContext: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['hasInjectionContext']>
231
+ readonly inject: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['inject']>
232
+ readonly injectHead: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['injectHead']>
233
+ readonly isNuxtError: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
234
+ readonly isPrerendered: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
235
+ readonly isProxy: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['isProxy']>
236
+ readonly isReactive: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['isReactive']>
237
+ readonly isReadonly: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['isReadonly']>
238
+ readonly isRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['isRef']>
239
+ readonly isShallow: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['isShallow']>
240
+ readonly isVue2: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
241
+ readonly isVue3: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
242
+ readonly loadPayload: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
243
+ readonly markRaw: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['markRaw']>
244
+ readonly navigateTo: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['navigateTo']>
245
+ readonly nextTick: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['nextTick']>
246
+ readonly onActivated: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onActivated']>
247
+ readonly onBeforeMount: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onBeforeMount']>
248
+ readonly onBeforeRouteLeave: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['onBeforeRouteLeave']>
249
+ readonly onBeforeRouteUpdate: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['onBeforeRouteUpdate']>
250
+ readonly onBeforeUnmount: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onBeforeUnmount']>
251
+ readonly onBeforeUpdate: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onBeforeUpdate']>
252
+ readonly onDeactivated: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onDeactivated']>
253
+ readonly onErrorCaptured: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onErrorCaptured']>
254
+ readonly onMounted: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onMounted']>
255
+ readonly onNuxtReady: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
256
+ readonly onPrehydrate: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
257
+ readonly onRenderTracked: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onRenderTracked']>
258
+ readonly onRenderTriggered: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onRenderTriggered']>
259
+ readonly onScopeDispose: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onScopeDispose']>
260
+ readonly onServerPrefetch: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onServerPrefetch']>
261
+ readonly onUnmounted: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onUnmounted']>
262
+ readonly onUpdated: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onUpdated']>
263
+ readonly onWatcherCleanup: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['onWatcherCleanup']>
264
+ readonly prefetchComponents: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
265
+ readonly preloadComponents: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
266
+ readonly preloadPayload: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
267
+ readonly preloadRouteComponents: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
268
+ readonly prerenderRoutes: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
269
+ readonly provide: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['provide']>
270
+ readonly proxyRefs: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['proxyRefs']>
271
+ readonly reactive: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['reactive']>
272
+ readonly readonly: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['readonly']>
273
+ readonly ref: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['ref']>
274
+ readonly refreshCookie: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
275
+ readonly refreshNuxtData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
276
+ readonly reloadNuxtApp: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
277
+ readonly requestIdleCallback: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
278
+ readonly resolveComponent: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['resolveComponent']>
279
+ readonly setPageLayout: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
280
+ readonly setResponseStatus: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
281
+ readonly shallowReactive: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['shallowReactive']>
282
+ readonly shallowReadonly: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['shallowReadonly']>
283
+ readonly shallowRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['shallowRef']>
284
+ readonly showError: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error')['showError']>
285
+ readonly toRaw: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['toRaw']>
286
+ readonly toRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['toRef']>
287
+ readonly toRefs: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['toRefs']>
288
+ readonly toValue: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['toValue']>
289
+ readonly triggerRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['triggerRef']>
290
+ readonly tryUseNuxtApp: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
291
+ readonly unref: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['unref']>
292
+ readonly updateAppConfig: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/config')['updateAppConfig']>
293
+ readonly useAnnouncer: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/announcer')['useAnnouncer']>
294
+ readonly useAppConfig: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/config')['useAppConfig']>
295
+ readonly useAsyncData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
296
+ readonly useAttrs: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useAttrs']>
297
+ readonly useCookie: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
298
+ readonly useCssModule: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useCssModule']>
299
+ readonly useCssVars: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useCssVars']>
300
+ readonly useError: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/error')['useError']>
301
+ readonly useFetch: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
302
+ readonly useHead: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useHead']>
303
+ readonly useHeadSafe: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
304
+ readonly useHydration: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
305
+ readonly useId: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useId']>
306
+ readonly useLazyAsyncData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
307
+ readonly useLazyFetch: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
308
+ readonly useLoadingIndicator: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
309
+ readonly useModel: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useModel']>
310
+ readonly useNuxtApp: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
311
+ readonly useNuxtData: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
312
+ readonly usePreviewMode: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
313
+ readonly useRequestEvent: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
314
+ readonly useRequestFetch: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
315
+ readonly useRequestHeader: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
316
+ readonly useRequestHeaders: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
317
+ readonly useRequestURL: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
318
+ readonly useResponseHeader: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
319
+ readonly useRoute: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['useRoute']>
320
+ readonly useRouteAnnouncer: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
321
+ readonly useRouter: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/router')['useRouter']>
322
+ readonly useRuntimeConfig: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
323
+ readonly useRuntimeHook: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
324
+ readonly useScript: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScript']>
325
+ readonly useScriptAhrefsAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptAhrefsAnalytics']>
326
+ readonly useScriptBingUet: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptBingUet']>
327
+ readonly useScriptCalendly: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCalendly']>
328
+ readonly useScriptClarity: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']>
329
+ readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']>
330
+ readonly useScriptCrisp: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']>
331
+ readonly useScriptDatabuddyAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptDatabuddyAnalytics']>
332
+ readonly useScriptEventPage: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']>
333
+ readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']>
334
+ readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']>
335
+ readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']>
336
+ readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']>
337
+ readonly useScriptGoogleRecaptcha: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleRecaptcha']>
338
+ readonly useScriptGoogleSignIn: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleSignIn']>
339
+ readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']>
340
+ readonly useScriptGravatar: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGravatar']>
341
+ readonly useScriptHotjar: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']>
342
+ readonly useScriptIntercom: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']>
343
+ readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']>
344
+ readonly useScriptLinkedInInsight: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLinkedInInsight']>
345
+ readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']>
346
+ readonly useScriptMetaPixel: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']>
347
+ readonly useScriptMixpanelAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMixpanelAnalytics']>
348
+ readonly useScriptNpm: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']>
349
+ readonly useScriptPayPal: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPayPal']>
350
+ readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']>
351
+ readonly useScriptPostHog: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPostHog']>
352
+ readonly useScriptRedditPixel: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRedditPixel']>
353
+ readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRybbitAnalytics']>
354
+ readonly useScriptSegment: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']>
355
+ readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSnapchatPixel']>
356
+ readonly useScriptStripe: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']>
357
+ readonly useScriptTikTokPixel: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTikTokPixel']>
358
+ readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']>
359
+ readonly useScriptTriggerElement: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']>
360
+ readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptUmamiAnalytics']>
361
+ readonly useScriptUsercentrics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptUsercentrics']>
362
+ readonly useScriptVercelAnalytics: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVercelAnalytics']>
363
+ readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']>
364
+ readonly useScriptXPixel: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']>
365
+ readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']>
366
+ readonly useSeoMeta: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
367
+ readonly useServerHead: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useServerHead']>
368
+ readonly useServerHeadSafe: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
369
+ readonly useServerSeoMeta: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
370
+ readonly useShadowRoot: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useShadowRoot']>
371
+ readonly useSlots: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useSlots']>
372
+ readonly useState: UnwrapRef<typeof import('../../../../../../../../node_modules/nuxt/dist/app/composables/state')['useState']>
373
+ readonly useTemplateRef: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useTemplateRef']>
374
+ readonly useTransitionState: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['useTransitionState']>
375
+ readonly watch: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['watch']>
376
+ readonly watchEffect: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['watchEffect']>
377
+ readonly watchPostEffect: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['watchPostEffect']>
378
+ readonly watchSyncEffect: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['watchSyncEffect']>
379
+ readonly withCtx: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withCtx']>
380
+ readonly withDirectives: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withDirectives']>
381
+ readonly withKeys: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withKeys']>
382
+ readonly withMemo: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withMemo']>
383
+ readonly withModifiers: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withModifiers']>
384
+ readonly withScopeId: UnwrapRef<typeof import('../../../../../../../../node_modules/vue')['withScopeId']>
385
+ }
386
+ }
@@ -0,0 +1,11 @@
1
+ declare module 'nitropack/types' {
2
+ interface NitroRouteConfig {
3
+ appMiddleware?: string | string[] | Record<string, boolean>
4
+ }
5
+ }
6
+ declare module 'nitropack' {
7
+ interface NitroRouteConfig {
8
+ appMiddleware?: string | string[] | Record<string, boolean>
9
+ }
10
+ }
11
+ export {}
@@ -0,0 +1,79 @@
1
+ import { NuxtModule, ModuleDependencyMeta } from '@nuxt/schema'
2
+ declare module '@nuxt/schema' {
3
+ interface ModuleDependencies {
4
+ ["@nuxt/test-utils"]?: ModuleDependencyMeta<typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
5
+ ["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
6
+ ["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
7
+ }
8
+ interface NuxtOptions {
9
+ /**
10
+ * Configuration for `@nuxt/test-utils/module`
11
+ */
12
+ ["testUtils"]: typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
13
+ /**
14
+ * Configuration for `@nuxt/devtools`
15
+ */
16
+ ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
17
+ /**
18
+ * Configuration for `@nuxt/telemetry`
19
+ */
20
+ ["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
21
+ }
22
+ interface NuxtConfig {
23
+ /**
24
+ * Configuration for `@nuxt/test-utils/module`
25
+ */
26
+ ["testUtils"]?: typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
27
+ /**
28
+ * Configuration for `@nuxt/devtools`
29
+ */
30
+ ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
31
+ /**
32
+ * Configuration for `@nuxt/telemetry`
33
+ */
34
+ ["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
35
+ modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["@nuxt/test-utils/module", Exclude<NuxtConfig["testUtils"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
36
+ }
37
+ }
38
+ declare module 'nuxt/schema' {
39
+ interface ModuleDependencies {
40
+ ["@nuxt/test-utils"]?: ModuleDependencyMeta<typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
41
+ ["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
42
+ ["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
43
+ }
44
+ interface NuxtOptions {
45
+ /**
46
+ * Configuration for `@nuxt/test-utils/module`
47
+ * @see https://www.npmjs.com/package/@nuxt/test-utils/module
48
+ */
49
+ ["testUtils"]: typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
50
+ /**
51
+ * Configuration for `@nuxt/devtools`
52
+ * @see https://www.npmjs.com/package/@nuxt/devtools
53
+ */
54
+ ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
55
+ /**
56
+ * Configuration for `@nuxt/telemetry`
57
+ * @see https://www.npmjs.com/package/@nuxt/telemetry
58
+ */
59
+ ["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
60
+ }
61
+ interface NuxtConfig {
62
+ /**
63
+ * Configuration for `@nuxt/test-utils/module`
64
+ * @see https://www.npmjs.com/package/@nuxt/test-utils/module
65
+ */
66
+ ["testUtils"]?: typeof import("@nuxt/test-utils/module").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
67
+ /**
68
+ * Configuration for `@nuxt/devtools`
69
+ * @see https://www.npmjs.com/package/@nuxt/devtools
70
+ */
71
+ ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
72
+ /**
73
+ * Configuration for `@nuxt/telemetry`
74
+ * @see https://www.npmjs.com/package/@nuxt/telemetry
75
+ */
76
+ ["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
77
+ modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["@nuxt/test-utils/module", Exclude<NuxtConfig["testUtils"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
78
+ }
79
+ }
@@ -0,0 +1,17 @@
1
+ export type LayoutKey = string
2
+ declare module 'nitropack' {
3
+ interface NitroRouteConfig {
4
+ appLayout?: LayoutKey | false
5
+ }
6
+ interface NitroRouteRules {
7
+ appLayout?: LayoutKey | false
8
+ }
9
+ }
10
+ declare module 'nitropack/types' {
11
+ interface NitroRouteConfig {
12
+ appLayout?: LayoutKey | false
13
+ }
14
+ interface NitroRouteRules {
15
+ appLayout?: LayoutKey | false
16
+ }
17
+ }