mapomodule 1.0.0-alpha.56 → 1.0.0-alpha.59
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/CHANGELOG.md +24 -0
- package/package.json +3 -3
- package/.nuxt/app.config.mjs +0 -18
- package/.nuxt/component-chunk.mjs +0 -1
- package/.nuxt/components.d.ts +0 -174
- package/.nuxt/dev/index.mjs +0 -2228
- package/.nuxt/dev/index.mjs.map +0 -1
- package/.nuxt/dist/server/client.manifest.json +0 -18
- package/.nuxt/dist/server/client.manifest.mjs +0 -1
- package/.nuxt/dist/server/server.mjs +0 -1
- package/.nuxt/eslint.config.d.mts +0 -9
- package/.nuxt/eslint.config.mjs +0 -52
- package/.nuxt/i18n.options.mjs +0 -212
- package/.nuxt/imports.d.ts +0 -41
- package/.nuxt/nitro.json +0 -17
- package/.nuxt/nuxt-i18n-logger.mjs +0 -1
- package/.nuxt/nuxt.d.ts +0 -37
- package/.nuxt/nuxt.json +0 -9
- package/.nuxt/schema/nuxt.schema.d.ts +0 -17
- package/.nuxt/schema/nuxt.schema.json +0 -3
- package/.nuxt/tsconfig.json +0 -253
- package/.nuxt/tsconfig.server.json +0 -171
- package/.nuxt/types/app-defaults.d.ts +0 -7
- package/.nuxt/types/app.config.d.ts +0 -31
- package/.nuxt/types/build.d.ts +0 -26
- package/.nuxt/types/builder-env.d.ts +0 -1
- package/.nuxt/types/i18n-plugin.d.ts +0 -104
- package/.nuxt/types/imports.d.ts +0 -413
- package/.nuxt/types/layouts.d.ts +0 -7
- package/.nuxt/types/middleware.d.ts +0 -7
- package/.nuxt/types/nitro-config.d.ts +0 -14
- package/.nuxt/types/nitro-imports.d.ts +0 -144
- package/.nuxt/types/nitro-middleware.d.ts +0 -6
- package/.nuxt/types/nitro-nuxt.d.ts +0 -34
- package/.nuxt/types/nitro-routes.d.ts +0 -14
- package/.nuxt/types/nitro.d.ts +0 -3
- package/.nuxt/types/plugins.d.ts +0 -49
- package/.nuxt/types/schema.d.ts +0 -264
- package/.nuxt/types/view-transitions.d.ts +0 -6
- package/.nuxt/types/vue-shim.d.ts +0 -0
- package/LICENSE.md +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-alpha.59](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.58...v1.0.0-alpha.59) (2026-04-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package mapomodule
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.0.0-alpha.58](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.57...v1.0.0-alpha.58) (2026-04-16)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package mapomodule
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.0.0-alpha.57](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.56...v1.0.0-alpha.57) (2025-11-07)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package mapomodule
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [1.0.0-alpha.56](https://github.com/lotrekagency/mapo/compare/v1.0.0-alpha.55...v1.0.0-alpha.56) (2025-10-20)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package mapomodule
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mapomodule",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.59",
|
|
4
4
|
"description": "Mapo is a nuxt module that helps in the creation of Administration Panels.",
|
|
5
5
|
"author": "bnznamco <gabriele.baldi.01@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@mapomodule/integrations": "^1.0.0-alpha.16",
|
|
18
18
|
"@mapomodule/routemeta": "^1.0.0-alpha.8",
|
|
19
19
|
"@mapomodule/store": "^1.0.0-alpha.49",
|
|
20
|
-
"@mapomodule/uikit": "^1.0.0-alpha.
|
|
20
|
+
"@mapomodule/uikit": "^1.0.0-alpha.59",
|
|
21
21
|
"@nuxtjs/axios": "^5.13.6",
|
|
22
22
|
"lodash.mergewith": "^4.6.2"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "7da1c4a9519df3461813c4e28bec7484d8a9a00e"
|
|
28
28
|
}
|
package/.nuxt/app.config.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { _replaceAppConfig } from '#app/config'
|
|
3
|
-
import { defuFn } from 'defu'
|
|
4
|
-
|
|
5
|
-
const inlineConfig = {
|
|
6
|
-
"nuxt": {}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
// Vite - webpack is handled directly in #app/config
|
|
10
|
-
if (import.meta.hot) {
|
|
11
|
-
import.meta.hot.accept((newModule) => {
|
|
12
|
-
_replaceAppConfig(newModule.default)
|
|
13
|
-
})
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export default /*@__PURE__*/ defuFn(inlineConfig)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default {}
|
package/.nuxt/components.d.ts
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import type { DefineComponent, SlotsType } from 'vue'
|
|
3
|
-
type IslandComponent<T extends DefineComponent> = T & DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>>
|
|
4
|
-
type HydrationStrategies = {
|
|
5
|
-
hydrateOnVisible?: IntersectionObserverInit | true
|
|
6
|
-
hydrateOnIdle?: number | true
|
|
7
|
-
hydrateOnInteraction?: keyof HTMLElementEventMap | Array<keyof HTMLElementEventMap> | true
|
|
8
|
-
hydrateOnMediaQuery?: string
|
|
9
|
-
hydrateAfter?: number
|
|
10
|
-
hydrateWhen?: boolean
|
|
11
|
-
hydrateNever?: true
|
|
12
|
-
}
|
|
13
|
-
type LazyComponent<T> = (T & DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }>)
|
|
14
|
-
interface _GlobalComponents {
|
|
15
|
-
'ButtonUI': typeof import("../../@mapomodule/uikit/components/ButtonUI.vue")['default']
|
|
16
|
-
'HelloWorldUI': typeof import("../../@mapomodule/uikit/components/HelloWorldUI.vue")['default']
|
|
17
|
-
'LangSwitcher': typeof import("../../@mapomodule/uikit/components/LangSwitcher.vue")['default']
|
|
18
|
-
'Login': typeof import("../../@mapomodule/uikit/components/Login.vue")['default']
|
|
19
|
-
'LogoutButton': typeof import("../../@mapomodule/uikit/components/LogoutButton.vue")['default']
|
|
20
|
-
'LayoutSidebar': typeof import("../../@mapomodule/uikit/components/layout/Sidebar/Sidebar.vue")['default']
|
|
21
|
-
'LayoutSidebarList': typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarList.vue")['default']
|
|
22
|
-
'LayoutSidebarListItem': typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarListItem.vue")['default']
|
|
23
|
-
'LayoutSidebarProfile': typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarProfile.vue")['default']
|
|
24
|
-
'LayoutSidebarTitle': typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarTitle.vue")['default']
|
|
25
|
-
'LayoutTopbar': typeof import("../../@mapomodule/uikit/components/layout/Topbar/Topbar.vue")['default']
|
|
26
|
-
'LayoutRoutebuilder': typeof import("../../@mapomodule/uikit/components/layout/routebuilder")['default']
|
|
27
|
-
'NuxtWelcome': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
28
|
-
'NuxtLayout': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
29
|
-
'NuxtErrorBoundary': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
|
|
30
|
-
'ClientOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
31
|
-
'DevOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
32
|
-
'ServerPlaceholder': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
33
|
-
'NuxtLink': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
34
|
-
'NuxtLoadingIndicator': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
35
|
-
'NuxtTime': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
|
|
36
|
-
'NuxtRouteAnnouncer': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
37
|
-
'NuxtImg': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
38
|
-
'NuxtPicture': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
39
|
-
'NuxtLinkLocale': typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale")['default']
|
|
40
|
-
'SwitchLocalePathLink': typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/SwitchLocalePathLink")['default']
|
|
41
|
-
'NuxtPage': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/pages/runtime/page")['default']
|
|
42
|
-
'NoScript': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
43
|
-
'Link': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
44
|
-
'Base': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
45
|
-
'Title': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
46
|
-
'Meta': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
47
|
-
'Style': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
48
|
-
'Head': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
49
|
-
'Html': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
50
|
-
'Body': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
51
|
-
'NuxtIsland': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
52
|
-
'NuxtRouteAnnouncer': IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
53
|
-
'LazyButtonUI': LazyComponent<typeof import("../../@mapomodule/uikit/components/ButtonUI.vue")['default']>
|
|
54
|
-
'LazyHelloWorldUI': LazyComponent<typeof import("../../@mapomodule/uikit/components/HelloWorldUI.vue")['default']>
|
|
55
|
-
'LazyLangSwitcher': LazyComponent<typeof import("../../@mapomodule/uikit/components/LangSwitcher.vue")['default']>
|
|
56
|
-
'LazyLogin': LazyComponent<typeof import("../../@mapomodule/uikit/components/Login.vue")['default']>
|
|
57
|
-
'LazyLogoutButton': LazyComponent<typeof import("../../@mapomodule/uikit/components/LogoutButton.vue")['default']>
|
|
58
|
-
'LazyLayoutSidebar': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/Sidebar.vue")['default']>
|
|
59
|
-
'LazyLayoutSidebarList': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarList.vue")['default']>
|
|
60
|
-
'LazyLayoutSidebarListItem': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarListItem.vue")['default']>
|
|
61
|
-
'LazyLayoutSidebarProfile': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarProfile.vue")['default']>
|
|
62
|
-
'LazyLayoutSidebarTitle': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarTitle.vue")['default']>
|
|
63
|
-
'LazyLayoutTopbar': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Topbar/Topbar.vue")['default']>
|
|
64
|
-
'LazyLayoutRoutebuilder': LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/routebuilder")['default']>
|
|
65
|
-
'LazyNuxtWelcome': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
|
|
66
|
-
'LazyNuxtLayout': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
|
|
67
|
-
'LazyNuxtErrorBoundary': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
|
|
68
|
-
'LazyClientOnly': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/client-only")['default']>
|
|
69
|
-
'LazyDevOnly': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/dev-only")['default']>
|
|
70
|
-
'LazyServerPlaceholder': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
71
|
-
'LazyNuxtLink': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
|
|
72
|
-
'LazyNuxtLoadingIndicator': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
|
|
73
|
-
'LazyNuxtTime': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
|
|
74
|
-
'LazyNuxtRouteAnnouncer': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
|
|
75
|
-
'LazyNuxtImg': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
|
|
76
|
-
'LazyNuxtPicture': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
77
|
-
'LazyNuxtLinkLocale': LazyComponent<typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale")['default']>
|
|
78
|
-
'LazySwitchLocalePathLink': LazyComponent<typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/SwitchLocalePathLink")['default']>
|
|
79
|
-
'LazyNuxtPage': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/pages/runtime/page")['default']>
|
|
80
|
-
'LazyNoScript': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
|
|
81
|
-
'LazyLink': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Link']>
|
|
82
|
-
'LazyBase': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Base']>
|
|
83
|
-
'LazyTitle': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Title']>
|
|
84
|
-
'LazyMeta': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Meta']>
|
|
85
|
-
'LazyStyle': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Style']>
|
|
86
|
-
'LazyHead': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Head']>
|
|
87
|
-
'LazyHtml': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Html']>
|
|
88
|
-
'LazyBody': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Body']>
|
|
89
|
-
'LazyNuxtIsland': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
|
|
90
|
-
'LazyNuxtRouteAnnouncer': LazyComponent<IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>>
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
declare module 'vue' {
|
|
94
|
-
export interface GlobalComponents extends _GlobalComponents { }
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export const ButtonUI: typeof import("../../@mapomodule/uikit/components/ButtonUI.vue")['default']
|
|
98
|
-
export const HelloWorldUI: typeof import("../../@mapomodule/uikit/components/HelloWorldUI.vue")['default']
|
|
99
|
-
export const LangSwitcher: typeof import("../../@mapomodule/uikit/components/LangSwitcher.vue")['default']
|
|
100
|
-
export const Login: typeof import("../../@mapomodule/uikit/components/Login.vue")['default']
|
|
101
|
-
export const LogoutButton: typeof import("../../@mapomodule/uikit/components/LogoutButton.vue")['default']
|
|
102
|
-
export const LayoutSidebar: typeof import("../../@mapomodule/uikit/components/layout/Sidebar/Sidebar.vue")['default']
|
|
103
|
-
export const LayoutSidebarList: typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarList.vue")['default']
|
|
104
|
-
export const LayoutSidebarListItem: typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarListItem.vue")['default']
|
|
105
|
-
export const LayoutSidebarProfile: typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarProfile.vue")['default']
|
|
106
|
-
export const LayoutSidebarTitle: typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarTitle.vue")['default']
|
|
107
|
-
export const LayoutTopbar: typeof import("../../@mapomodule/uikit/components/layout/Topbar/Topbar.vue")['default']
|
|
108
|
-
export const LayoutRoutebuilder: typeof import("../../@mapomodule/uikit/components/layout/routebuilder")['default']
|
|
109
|
-
export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
110
|
-
export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
111
|
-
export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
|
|
112
|
-
export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
113
|
-
export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
114
|
-
export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
115
|
-
export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
116
|
-
export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
117
|
-
export const NuxtTime: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
|
|
118
|
-
export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
119
|
-
export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
120
|
-
export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
121
|
-
export const NuxtLinkLocale: typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale")['default']
|
|
122
|
-
export const SwitchLocalePathLink: typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/SwitchLocalePathLink")['default']
|
|
123
|
-
export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/pages/runtime/page")['default']
|
|
124
|
-
export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
125
|
-
export const Link: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
126
|
-
export const Base: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
127
|
-
export const Title: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
128
|
-
export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
129
|
-
export const Style: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
130
|
-
export const Head: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
131
|
-
export const Html: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
132
|
-
export const Body: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
133
|
-
export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
134
|
-
export const NuxtRouteAnnouncer: IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
135
|
-
export const LazyButtonUI: LazyComponent<typeof import("../../@mapomodule/uikit/components/ButtonUI.vue")['default']>
|
|
136
|
-
export const LazyHelloWorldUI: LazyComponent<typeof import("../../@mapomodule/uikit/components/HelloWorldUI.vue")['default']>
|
|
137
|
-
export const LazyLangSwitcher: LazyComponent<typeof import("../../@mapomodule/uikit/components/LangSwitcher.vue")['default']>
|
|
138
|
-
export const LazyLogin: LazyComponent<typeof import("../../@mapomodule/uikit/components/Login.vue")['default']>
|
|
139
|
-
export const LazyLogoutButton: LazyComponent<typeof import("../../@mapomodule/uikit/components/LogoutButton.vue")['default']>
|
|
140
|
-
export const LazyLayoutSidebar: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/Sidebar.vue")['default']>
|
|
141
|
-
export const LazyLayoutSidebarList: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarList.vue")['default']>
|
|
142
|
-
export const LazyLayoutSidebarListItem: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarListItem.vue")['default']>
|
|
143
|
-
export const LazyLayoutSidebarProfile: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarProfile.vue")['default']>
|
|
144
|
-
export const LazyLayoutSidebarTitle: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Sidebar/SidebarTitle.vue")['default']>
|
|
145
|
-
export const LazyLayoutTopbar: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/Topbar/Topbar.vue")['default']>
|
|
146
|
-
export const LazyLayoutRoutebuilder: LazyComponent<typeof import("../../@mapomodule/uikit/components/layout/routebuilder")['default']>
|
|
147
|
-
export const LazyNuxtWelcome: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
|
|
148
|
-
export const LazyNuxtLayout: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
|
|
149
|
-
export const LazyNuxtErrorBoundary: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
|
|
150
|
-
export const LazyClientOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/client-only")['default']>
|
|
151
|
-
export const LazyDevOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/dev-only")['default']>
|
|
152
|
-
export const LazyServerPlaceholder: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
153
|
-
export const LazyNuxtLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
|
|
154
|
-
export const LazyNuxtLoadingIndicator: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
|
|
155
|
-
export const LazyNuxtTime: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
|
|
156
|
-
export const LazyNuxtRouteAnnouncer: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
|
|
157
|
-
export const LazyNuxtImg: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
|
|
158
|
-
export const LazyNuxtPicture: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
159
|
-
export const LazyNuxtLinkLocale: LazyComponent<typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale")['default']>
|
|
160
|
-
export const LazySwitchLocalePathLink: LazyComponent<typeof import("../../../node_modules/.pnpm/@nuxtjs+i18n@9.3.1_@vue+compiler-dom@3.5.16_eslint@9.28.0_jiti@2.4.2__magicast@0.3.5_ro_a2bde89ab75206f602ddd423f8e0d671/node_modules/@nuxtjs/i18n/dist/runtime/components/SwitchLocalePathLink")['default']>
|
|
161
|
-
export const LazyNuxtPage: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/pages/runtime/page")['default']>
|
|
162
|
-
export const LazyNoScript: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
|
|
163
|
-
export const LazyLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Link']>
|
|
164
|
-
export const LazyBase: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Base']>
|
|
165
|
-
export const LazyTitle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Title']>
|
|
166
|
-
export const LazyMeta: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Meta']>
|
|
167
|
-
export const LazyStyle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Style']>
|
|
168
|
-
export const LazyHead: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Head']>
|
|
169
|
-
export const LazyHtml: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Html']>
|
|
170
|
-
export const LazyBody: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/head/runtime/components")['Body']>
|
|
171
|
-
export const LazyNuxtIsland: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
|
|
172
|
-
export const LazyNuxtRouteAnnouncer: LazyComponent<IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@parcel+watcher@2.5.1_@types+node@24.0.0_db0@0.3.2_encoding@0.1.13_eslint@9_accf3cf09593a492c13fcabd4d4fcd63/node_modules/nuxt/dist/app/components/server-placeholder")['default']>>
|
|
173
|
-
|
|
174
|
-
export const componentNames: string[]
|