initialize Nuxt
This commit is contained in:
parent
ba12e1e579
commit
f8e53d7c69
34 changed files with 8022 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/node_modules
|
8
.nuxt/app.config.mjs
Normal file
8
.nuxt/app.config.mjs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
import { defuFn } from '/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/defu/dist/defu.mjs'
|
||||||
|
|
||||||
|
const inlineConfig = {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export default /* #__PURE__ */ defuFn(inlineConfig)
|
80
.nuxt/components.d.ts
vendored
Normal file
80
.nuxt/components.d.ts
vendored
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
// Generated by components discovery
|
||||||
|
declare module 'vue' {
|
||||||
|
export interface GlobalComponents {
|
||||||
|
'NuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
|
||||||
|
'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/layout")['default']
|
||||||
|
'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
||||||
|
'ClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
|
||||||
|
'DevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
|
||||||
|
'ServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
||||||
|
'NuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
||||||
|
'NuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
||||||
|
'NuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
||||||
|
'NoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
||||||
|
'Link': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
|
||||||
|
'Base': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
|
||||||
|
'Title': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
|
||||||
|
'Meta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
|
||||||
|
'Style': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
|
||||||
|
'Head': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
|
||||||
|
'Html': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
|
||||||
|
'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
||||||
|
'LazyNuxtWelcome': typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
|
||||||
|
'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/layout")['default']
|
||||||
|
'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
||||||
|
'LazyClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
|
||||||
|
'LazyDevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
|
||||||
|
'LazyServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
||||||
|
'LazyNuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
||||||
|
'LazyNuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
||||||
|
'LazyNuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
||||||
|
'LazyNoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
||||||
|
'LazyLink': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
|
||||||
|
'LazyBase': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
|
||||||
|
'LazyTitle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
|
||||||
|
'LazyMeta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
|
||||||
|
'LazyStyle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
|
||||||
|
'LazyHead': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
|
||||||
|
'LazyHtml': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
|
||||||
|
'LazyBody': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export const NuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
|
||||||
|
export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/layout")['default']
|
||||||
|
export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
||||||
|
export const ClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
|
||||||
|
export const DevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
|
||||||
|
export const ServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
||||||
|
export const NuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
||||||
|
export const NuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
||||||
|
export const NuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
||||||
|
export const NoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
||||||
|
export const Link: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
|
||||||
|
export const Base: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
|
||||||
|
export const Title: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
|
||||||
|
export const Meta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
|
||||||
|
export const Style: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
|
||||||
|
export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
|
||||||
|
export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
|
||||||
|
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
||||||
|
export const LazyNuxtWelcome: typeof import("../node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default']
|
||||||
|
export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/layout")['default']
|
||||||
|
export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
||||||
|
export const LazyClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
|
||||||
|
export const LazyDevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
|
||||||
|
export const LazyServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
||||||
|
export const LazyNuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
||||||
|
export const LazyNuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
||||||
|
export const LazyNuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
||||||
|
export const LazyNoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
||||||
|
export const LazyLink: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
|
||||||
|
export const LazyBase: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
|
||||||
|
export const LazyTitle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
|
||||||
|
export const LazyMeta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
|
||||||
|
export const LazyStyle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
|
||||||
|
export const LazyHead: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
|
||||||
|
export const LazyHtml: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
|
||||||
|
export const LazyBody: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
||||||
|
|
||||||
|
export const componentNames: string[]
|
1051
.nuxt/dev/index.mjs
Normal file
1051
.nuxt/dev/index.mjs
Normal file
File diff suppressed because it is too large
Load diff
1
.nuxt/dev/index.mjs.map
Normal file
1
.nuxt/dev/index.mjs.map
Normal file
File diff suppressed because one or more lines are too long
15
.nuxt/dist/server/client.manifest.json
vendored
Normal file
15
.nuxt/dist/server/client.manifest.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"@vite/client": {
|
||||||
|
"isEntry": true,
|
||||||
|
"file": "@vite/client",
|
||||||
|
"css": [],
|
||||||
|
"module": true,
|
||||||
|
"resourceType": "script"
|
||||||
|
},
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/app/entry.js": {
|
||||||
|
"resourceType": "script",
|
||||||
|
"module": true,
|
||||||
|
"isEntry": true,
|
||||||
|
"file": "/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/app/entry.js"
|
||||||
|
}
|
||||||
|
}
|
1
.nuxt/dist/server/client.manifest.mjs
vendored
Normal file
1
.nuxt/dist/server/client.manifest.mjs
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export { default } from "file:///home/vrifox/git/okfde/stadtratmonitor-client/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs"
|
1
.nuxt/dist/server/server.mjs
vendored
Normal file
1
.nuxt/dist/server/server.mjs
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export { default } from "file:///home/vrifox/git/okfde/stadtratmonitor-client/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs"
|
4
.nuxt/imports.d.ts
vendored
Normal file
4
.nuxt/imports.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export { isVue2, isVue3 } from 'vue-demi';
|
||||||
|
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData, defineNuxtComponent, useNuxtApp, defineNuxtPlugin, definePayloadPlugin, reloadNuxtApp, useRuntimeConfig, useState, clearNuxtState, useFetch, useLazyFetch, useCookie, useRequestHeaders, useRequestEvent, useRequestFetch, useRequestURL, setResponseStatus, setPageLayout, onNuxtReady, useRouter, useRoute, defineNuxtRouteMiddleware, navigateTo, abortNavigation, addRouteMiddleware, showError, clearError, isNuxtError, useError, createError, defineNuxtLink, useAppConfig, updateAppConfig, defineAppConfig, preloadComponents, preloadRouteComponents, prefetchComponents, loadPayload, preloadPayload, isPrerendered, definePayloadReducer, definePayloadReviver, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app';
|
||||||
|
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue';
|
||||||
|
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue';
|
17
.nuxt/nuxt.d.ts
vendored
Normal file
17
.nuxt/nuxt.d.ts
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
// Generated by nuxi
|
||||||
|
/// <reference types="@nuxt/devtools" />
|
||||||
|
/// <reference types="@nuxt/telemetry" />
|
||||||
|
/// <reference types="nuxt" />
|
||||||
|
/// <reference path="types/plugins.d.ts" />
|
||||||
|
/// <reference path="types/vue-shim.d.ts" />
|
||||||
|
/// <reference path="types/schema.d.ts" />
|
||||||
|
/// <reference path="types/app.config.d.ts" />
|
||||||
|
/// <reference types="vite/client" />
|
||||||
|
/// <reference path="components.d.ts" />
|
||||||
|
/// <reference path="types/imports.d.ts" />
|
||||||
|
/// <reference path="imports.d.ts" />
|
||||||
|
/// <reference path="nuxt-config-schema" />
|
||||||
|
/// <reference path="schema/nuxt.schema.d.ts" />
|
||||||
|
/// <reference path="types/nitro.d.ts" />
|
||||||
|
|
||||||
|
export {}
|
9
.nuxt/nuxt.json
Normal file
9
.nuxt/nuxt.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"_hash": "TigoQ4HCps",
|
||||||
|
"project": {
|
||||||
|
"rootDir": "/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
},
|
||||||
|
"versions": {
|
||||||
|
"nuxt": "3.6.5"
|
||||||
|
}
|
||||||
|
}
|
17
.nuxt/schema/nuxt.schema.d.ts
vendored
Normal file
17
.nuxt/schema/nuxt.schema.d.ts
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
export interface NuxtCustomSchema {
|
||||||
|
|
||||||
|
}
|
||||||
|
export type CustomAppConfig = Exclude<NuxtCustomSchema['appConfig'], undefined>
|
||||||
|
type _CustomAppConfig = CustomAppConfig
|
||||||
|
|
||||||
|
declare module '@nuxt/schema' {
|
||||||
|
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
||||||
|
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
||||||
|
interface CustomAppConfig extends _CustomAppConfig {}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module 'nuxt/schema' {
|
||||||
|
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
||||||
|
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
||||||
|
interface CustomAppConfig extends _CustomAppConfig {}
|
||||||
|
}
|
3
.nuxt/schema/nuxt.schema.json
Normal file
3
.nuxt/schema/nuxt.schema.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"id": "#"
|
||||||
|
}
|
96
.nuxt/tsconfig.json
Normal file
96
.nuxt/tsconfig.json
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
// Generated by nuxi
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"jsx": "preserve",
|
||||||
|
"target": "ESNext",
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "Node",
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"strict": true,
|
||||||
|
"allowJs": true,
|
||||||
|
"baseUrl": "/home/vrifox/git/okfde/stadtratmonitor-client",
|
||||||
|
"noEmit": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"types": [
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"paths": {
|
||||||
|
"~": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"~/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"@": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"@/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"~~": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"~~/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"@@": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"@@/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"assets": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/assets"
|
||||||
|
],
|
||||||
|
"public": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public"
|
||||||
|
],
|
||||||
|
"public/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public/*"
|
||||||
|
],
|
||||||
|
"#app": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/app"
|
||||||
|
],
|
||||||
|
"#app/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/app/*"
|
||||||
|
],
|
||||||
|
"vue-demi": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/app/compat/vue-demi"
|
||||||
|
],
|
||||||
|
"#vue-router": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/vue-router"
|
||||||
|
],
|
||||||
|
"#imports": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/imports"
|
||||||
|
],
|
||||||
|
"#build": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt"
|
||||||
|
],
|
||||||
|
"#build/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/*"
|
||||||
|
],
|
||||||
|
"#components": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/components"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"./nuxt.d.ts",
|
||||||
|
"../**/*",
|
||||||
|
"../**/*",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client",
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"../dist",
|
||||||
|
"../.output"
|
||||||
|
]
|
||||||
|
}
|
61
.nuxt/tsconfig.server.json
Normal file
61
.nuxt/tsconfig.server.json
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"strict": true,
|
||||||
|
"target": "ESNext",
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "Node",
|
||||||
|
"allowJs": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"jsx": "preserve",
|
||||||
|
"jsxFactory": "h",
|
||||||
|
"jsxFragmentFactory": "Fragment",
|
||||||
|
"paths": {
|
||||||
|
"#imports": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/types/nitro-imports"
|
||||||
|
],
|
||||||
|
"#paths": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/core/runtime/nitro/paths"
|
||||||
|
],
|
||||||
|
"~": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"~/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"@": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"@/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"~~": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"~~/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"@@": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client"
|
||||||
|
],
|
||||||
|
"@@/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/*"
|
||||||
|
],
|
||||||
|
"assets": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/assets"
|
||||||
|
],
|
||||||
|
"public": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public"
|
||||||
|
],
|
||||||
|
"public/*": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/public/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"/home/vrifox/git/okfde/stadtratmonitor-client/.nuxt/types/nitro-nuxt.d.ts",
|
||||||
|
"./types/nitro.d.ts",
|
||||||
|
"../**/*",
|
||||||
|
"../server/**/*"
|
||||||
|
]
|
||||||
|
}
|
29
.nuxt/types/app.config.d.ts
vendored
Normal file
29
.nuxt/types/app.config.d.ts
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
import type { CustomAppConfig } from 'nuxt/schema'
|
||||||
|
import type { Defu } from 'defu'
|
||||||
|
|
||||||
|
|
||||||
|
declare const inlineConfig = {}
|
||||||
|
type ResolvedAppConfig = Defu<typeof inlineConfig, []>
|
||||||
|
type IsAny<T> = 0 extends 1 & T ? true : false
|
||||||
|
|
||||||
|
type MergedAppConfig<Resolved extends Record<string, unknown>, Custom extends Record<string, unknown>> = {
|
||||||
|
[K in keyof (Resolved & Custom)]: K extends keyof Custom
|
||||||
|
? unknown extends Custom[K]
|
||||||
|
? Resolved[K]
|
||||||
|
: IsAny<Custom[K]> extends true
|
||||||
|
? Resolved[K]
|
||||||
|
: Custom[K] extends Record<string, any>
|
||||||
|
? Resolved[K] extends Record<string, any>
|
||||||
|
? MergedAppConfig<Resolved[K], Custom[K]>
|
||||||
|
: Exclude<Custom[K], undefined>
|
||||||
|
: Exclude<Custom[K], undefined>
|
||||||
|
: Resolved[K]
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module 'nuxt/schema' {
|
||||||
|
interface AppConfig extends MergedAppConfig<ResolvedAppConfig, CustomAppConfig> { }
|
||||||
|
}
|
||||||
|
declare module '@nuxt/schema' {
|
||||||
|
interface AppConfig extends MergedAppConfig<ResolvedAppConfig, CustomAppConfig> { }
|
||||||
|
}
|
388
.nuxt/types/imports.d.ts
vendored
Normal file
388
.nuxt/types/imports.d.ts
vendored
Normal file
|
@ -0,0 +1,388 @@
|
||||||
|
// Generated by auto imports
|
||||||
|
export {}
|
||||||
|
declare global {
|
||||||
|
const abortNavigation: typeof import('../../node_modules/nuxt/dist/app')['abortNavigation']
|
||||||
|
const addRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app')['addRouteMiddleware']
|
||||||
|
const clearError: typeof import('../../node_modules/nuxt/dist/app')['clearError']
|
||||||
|
const clearNuxtData: typeof import('../../node_modules/nuxt/dist/app')['clearNuxtData']
|
||||||
|
const clearNuxtState: typeof import('../../node_modules/nuxt/dist/app')['clearNuxtState']
|
||||||
|
const computed: typeof import('vue')['computed']
|
||||||
|
const createError: typeof import('../../node_modules/nuxt/dist/app')['createError']
|
||||||
|
const customRef: typeof import('vue')['customRef']
|
||||||
|
const defineAppConfig: typeof import('../../node_modules/nuxt/dist/app')['defineAppConfig']
|
||||||
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
||||||
|
const defineComponent: typeof import('vue')['defineComponent']
|
||||||
|
const defineModel: typeof import('vue')['defineModel']
|
||||||
|
const defineNuxtComponent: typeof import('../../node_modules/nuxt/dist/app')['defineNuxtComponent']
|
||||||
|
const defineNuxtLink: typeof import('../../node_modules/nuxt/dist/app')['defineNuxtLink']
|
||||||
|
const defineNuxtPlugin: typeof import('../../node_modules/nuxt/dist/app')['defineNuxtPlugin']
|
||||||
|
const defineNuxtRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app')['defineNuxtRouteMiddleware']
|
||||||
|
const defineOptions: typeof import('vue')['defineOptions']
|
||||||
|
const definePayloadPlugin: typeof import('../../node_modules/nuxt/dist/app')['definePayloadPlugin']
|
||||||
|
const definePayloadReducer: typeof import('../../node_modules/nuxt/dist/app')['definePayloadReducer']
|
||||||
|
const definePayloadReviver: typeof import('../../node_modules/nuxt/dist/app')['definePayloadReviver']
|
||||||
|
const defineSlots: typeof import('vue')['defineSlots']
|
||||||
|
const effect: typeof import('vue')['effect']
|
||||||
|
const effectScope: typeof import('vue')['effectScope']
|
||||||
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||||
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||||
|
const h: typeof import('vue')['h']
|
||||||
|
const hasInjectionContext: typeof import('vue')['hasInjectionContext']
|
||||||
|
const inject: typeof import('vue')['inject']
|
||||||
|
const injectHead: typeof import('@unhead/vue')['injectHead']
|
||||||
|
const isNuxtError: typeof import('../../node_modules/nuxt/dist/app')['isNuxtError']
|
||||||
|
const isPrerendered: typeof import('../../node_modules/nuxt/dist/app')['isPrerendered']
|
||||||
|
const isProxy: typeof import('vue')['isProxy']
|
||||||
|
const isReactive: typeof import('vue')['isReactive']
|
||||||
|
const isReadonly: typeof import('vue')['isReadonly']
|
||||||
|
const isRef: typeof import('vue')['isRef']
|
||||||
|
const isShallow: typeof import('vue')['isShallow']
|
||||||
|
const isVue2: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
|
||||||
|
const isVue3: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
|
||||||
|
const loadPayload: typeof import('../../node_modules/nuxt/dist/app')['loadPayload']
|
||||||
|
const markRaw: typeof import('vue')['markRaw']
|
||||||
|
const mergeModels: typeof import('vue')['mergeModels']
|
||||||
|
const navigateTo: typeof import('../../node_modules/nuxt/dist/app')['navigateTo']
|
||||||
|
const nextTick: typeof import('vue')['nextTick']
|
||||||
|
const onActivated: typeof import('vue')['onActivated']
|
||||||
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
||||||
|
const onBeforeRouteLeave: typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteLeave']
|
||||||
|
const onBeforeRouteUpdate: typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteUpdate']
|
||||||
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
||||||
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
||||||
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
||||||
|
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
||||||
|
const onMounted: typeof import('vue')['onMounted']
|
||||||
|
const onNuxtReady: typeof import('../../node_modules/nuxt/dist/app')['onNuxtReady']
|
||||||
|
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
||||||
|
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
||||||
|
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
||||||
|
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
||||||
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
||||||
|
const onUpdated: typeof import('vue')['onUpdated']
|
||||||
|
const prefetchComponents: typeof import('../../node_modules/nuxt/dist/app')['prefetchComponents']
|
||||||
|
const preloadComponents: typeof import('../../node_modules/nuxt/dist/app')['preloadComponents']
|
||||||
|
const preloadPayload: typeof import('../../node_modules/nuxt/dist/app')['preloadPayload']
|
||||||
|
const preloadRouteComponents: typeof import('../../node_modules/nuxt/dist/app')['preloadRouteComponents']
|
||||||
|
const provide: typeof import('vue')['provide']
|
||||||
|
const proxyRefs: typeof import('vue')['proxyRefs']
|
||||||
|
const reactive: typeof import('vue')['reactive']
|
||||||
|
const readonly: typeof import('vue')['readonly']
|
||||||
|
const ref: typeof import('vue')['ref']
|
||||||
|
const refreshNuxtData: typeof import('../../node_modules/nuxt/dist/app')['refreshNuxtData']
|
||||||
|
const reloadNuxtApp: typeof import('../../node_modules/nuxt/dist/app')['reloadNuxtApp']
|
||||||
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||||
|
const setPageLayout: typeof import('../../node_modules/nuxt/dist/app')['setPageLayout']
|
||||||
|
const setResponseStatus: typeof import('../../node_modules/nuxt/dist/app')['setResponseStatus']
|
||||||
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||||
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
||||||
|
const shallowRef: typeof import('vue')['shallowRef']
|
||||||
|
const showError: typeof import('../../node_modules/nuxt/dist/app')['showError']
|
||||||
|
const toRaw: typeof import('vue')['toRaw']
|
||||||
|
const toRef: typeof import('vue')['toRef']
|
||||||
|
const toRefs: typeof import('vue')['toRefs']
|
||||||
|
const toValue: typeof import('vue')['toValue']
|
||||||
|
const triggerRef: typeof import('vue')['triggerRef']
|
||||||
|
const unref: typeof import('vue')['unref']
|
||||||
|
const updateAppConfig: typeof import('../../node_modules/nuxt/dist/app')['updateAppConfig']
|
||||||
|
const useAppConfig: typeof import('../../node_modules/nuxt/dist/app')['useAppConfig']
|
||||||
|
const useAsyncData: typeof import('../../node_modules/nuxt/dist/app')['useAsyncData']
|
||||||
|
const useAttrs: typeof import('vue')['useAttrs']
|
||||||
|
const useCookie: typeof import('../../node_modules/nuxt/dist/app')['useCookie']
|
||||||
|
const useCssModule: typeof import('vue')['useCssModule']
|
||||||
|
const useCssVars: typeof import('vue')['useCssVars']
|
||||||
|
const useError: typeof import('../../node_modules/nuxt/dist/app')['useError']
|
||||||
|
const useFetch: typeof import('../../node_modules/nuxt/dist/app')['useFetch']
|
||||||
|
const useHead: typeof import('@unhead/vue')['useHead']
|
||||||
|
const useHeadSafe: typeof import('@unhead/vue')['useHeadSafe']
|
||||||
|
const useLazyAsyncData: typeof import('../../node_modules/nuxt/dist/app')['useLazyAsyncData']
|
||||||
|
const useLazyFetch: typeof import('../../node_modules/nuxt/dist/app')['useLazyFetch']
|
||||||
|
const useModel: typeof import('vue')['useModel']
|
||||||
|
const useNuxtApp: typeof import('../../node_modules/nuxt/dist/app')['useNuxtApp']
|
||||||
|
const useNuxtData: typeof import('../../node_modules/nuxt/dist/app')['useNuxtData']
|
||||||
|
const useRequestEvent: typeof import('../../node_modules/nuxt/dist/app')['useRequestEvent']
|
||||||
|
const useRequestFetch: typeof import('../../node_modules/nuxt/dist/app')['useRequestFetch']
|
||||||
|
const useRequestHeaders: typeof import('../../node_modules/nuxt/dist/app')['useRequestHeaders']
|
||||||
|
const useRequestURL: typeof import('../../node_modules/nuxt/dist/app')['useRequestURL']
|
||||||
|
const useRoute: typeof import('../../node_modules/nuxt/dist/app')['useRoute']
|
||||||
|
const useRouter: typeof import('../../node_modules/nuxt/dist/app')['useRouter']
|
||||||
|
const useRuntimeConfig: typeof import('../../node_modules/nuxt/dist/app')['useRuntimeConfig']
|
||||||
|
const useSeoMeta: typeof import('@unhead/vue')['useSeoMeta']
|
||||||
|
const useServerHead: typeof import('@unhead/vue')['useServerHead']
|
||||||
|
const useServerHeadSafe: typeof import('@unhead/vue')['useServerHeadSafe']
|
||||||
|
const useServerSeoMeta: typeof import('@unhead/vue')['useServerSeoMeta']
|
||||||
|
const useSlots: typeof import('vue')['useSlots']
|
||||||
|
const useState: typeof import('../../node_modules/nuxt/dist/app')['useState']
|
||||||
|
const useTransitionState: typeof import('vue')['useTransitionState']
|
||||||
|
const watch: typeof import('vue')['watch']
|
||||||
|
const watchEffect: typeof import('vue')['watchEffect']
|
||||||
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
||||||
|
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
||||||
|
const withCtx: typeof import('vue')['withCtx']
|
||||||
|
const withDirectives: typeof import('vue')['withDirectives']
|
||||||
|
const withKeys: typeof import('vue')['withKeys']
|
||||||
|
const withMemo: typeof import('vue')['withMemo']
|
||||||
|
const withModifiers: typeof import('vue')['withModifiers']
|
||||||
|
const withScopeId: typeof import('vue')['withScopeId']
|
||||||
|
}
|
||||||
|
// for type re-export
|
||||||
|
declare global {
|
||||||
|
// @ts-ignore
|
||||||
|
export type { Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue'
|
||||||
|
}
|
||||||
|
// for vue template auto import
|
||||||
|
import { UnwrapRef } from 'vue'
|
||||||
|
declare module 'vue' {
|
||||||
|
interface ComponentCustomProperties {
|
||||||
|
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['abortNavigation']>
|
||||||
|
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['addRouteMiddleware']>
|
||||||
|
readonly clearError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearError']>
|
||||||
|
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearNuxtData']>
|
||||||
|
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearNuxtState']>
|
||||||
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
||||||
|
readonly createError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['createError']>
|
||||||
|
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
||||||
|
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineAppConfig']>
|
||||||
|
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
||||||
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
||||||
|
readonly defineModel: UnwrapRef<typeof import('vue')['defineModel']>
|
||||||
|
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtComponent']>
|
||||||
|
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtLink']>
|
||||||
|
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtPlugin']>
|
||||||
|
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtRouteMiddleware']>
|
||||||
|
readonly defineOptions: UnwrapRef<typeof import('vue')['defineOptions']>
|
||||||
|
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadPlugin']>
|
||||||
|
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadReducer']>
|
||||||
|
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadReviver']>
|
||||||
|
readonly defineSlots: UnwrapRef<typeof import('vue')['defineSlots']>
|
||||||
|
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
||||||
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
||||||
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
||||||
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
||||||
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
||||||
|
readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
|
||||||
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
||||||
|
readonly injectHead: UnwrapRef<typeof import('@unhead/vue')['injectHead']>
|
||||||
|
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['isNuxtError']>
|
||||||
|
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['isPrerendered']>
|
||||||
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
||||||
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
||||||
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
||||||
|
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
||||||
|
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
||||||
|
readonly isVue2: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
||||||
|
readonly isVue3: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
||||||
|
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['loadPayload']>
|
||||||
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
||||||
|
readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
|
||||||
|
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['navigateTo']>
|
||||||
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
||||||
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
||||||
|
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
||||||
|
readonly onBeforeRouteLeave: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteLeave']>
|
||||||
|
readonly onBeforeRouteUpdate: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteUpdate']>
|
||||||
|
readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
|
||||||
|
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
|
||||||
|
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
|
||||||
|
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
|
||||||
|
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
||||||
|
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onNuxtReady']>
|
||||||
|
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
||||||
|
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
||||||
|
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
||||||
|
readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
|
||||||
|
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
||||||
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
||||||
|
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['prefetchComponents']>
|
||||||
|
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadComponents']>
|
||||||
|
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadPayload']>
|
||||||
|
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadRouteComponents']>
|
||||||
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
||||||
|
readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
|
||||||
|
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
||||||
|
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
||||||
|
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
||||||
|
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['refreshNuxtData']>
|
||||||
|
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['reloadNuxtApp']>
|
||||||
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
||||||
|
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['setPageLayout']>
|
||||||
|
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['setResponseStatus']>
|
||||||
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
||||||
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
||||||
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
||||||
|
readonly showError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['showError']>
|
||||||
|
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
||||||
|
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
||||||
|
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
||||||
|
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
||||||
|
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
||||||
|
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
||||||
|
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['updateAppConfig']>
|
||||||
|
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useAppConfig']>
|
||||||
|
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useAsyncData']>
|
||||||
|
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
||||||
|
readonly useCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useCookie']>
|
||||||
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
||||||
|
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
||||||
|
readonly useError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useError']>
|
||||||
|
readonly useFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useFetch']>
|
||||||
|
readonly useHead: UnwrapRef<typeof import('@unhead/vue')['useHead']>
|
||||||
|
readonly useHeadSafe: UnwrapRef<typeof import('@unhead/vue')['useHeadSafe']>
|
||||||
|
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useLazyAsyncData']>
|
||||||
|
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useLazyFetch']>
|
||||||
|
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
|
||||||
|
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useNuxtApp']>
|
||||||
|
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useNuxtData']>
|
||||||
|
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestEvent']>
|
||||||
|
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestFetch']>
|
||||||
|
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestHeaders']>
|
||||||
|
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestURL']>
|
||||||
|
readonly useRoute: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRoute']>
|
||||||
|
readonly useRouter: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRouter']>
|
||||||
|
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRuntimeConfig']>
|
||||||
|
readonly useSeoMeta: UnwrapRef<typeof import('@unhead/vue')['useSeoMeta']>
|
||||||
|
readonly useServerHead: UnwrapRef<typeof import('@unhead/vue')['useServerHead']>
|
||||||
|
readonly useServerHeadSafe: UnwrapRef<typeof import('@unhead/vue')['useServerHeadSafe']>
|
||||||
|
readonly useServerSeoMeta: UnwrapRef<typeof import('@unhead/vue')['useServerSeoMeta']>
|
||||||
|
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
||||||
|
readonly useState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useState']>
|
||||||
|
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
||||||
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
||||||
|
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
||||||
|
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
|
||||||
|
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
|
||||||
|
readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
|
||||||
|
readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
|
||||||
|
readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
|
||||||
|
readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
|
||||||
|
readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
|
||||||
|
readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
declare module '@vue/runtime-core' {
|
||||||
|
interface ComponentCustomProperties {
|
||||||
|
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['abortNavigation']>
|
||||||
|
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['addRouteMiddleware']>
|
||||||
|
readonly clearError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearError']>
|
||||||
|
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearNuxtData']>
|
||||||
|
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['clearNuxtState']>
|
||||||
|
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
||||||
|
readonly createError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['createError']>
|
||||||
|
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
||||||
|
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineAppConfig']>
|
||||||
|
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
||||||
|
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
||||||
|
readonly defineModel: UnwrapRef<typeof import('vue')['defineModel']>
|
||||||
|
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtComponent']>
|
||||||
|
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtLink']>
|
||||||
|
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtPlugin']>
|
||||||
|
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['defineNuxtRouteMiddleware']>
|
||||||
|
readonly defineOptions: UnwrapRef<typeof import('vue')['defineOptions']>
|
||||||
|
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadPlugin']>
|
||||||
|
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadReducer']>
|
||||||
|
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['definePayloadReviver']>
|
||||||
|
readonly defineSlots: UnwrapRef<typeof import('vue')['defineSlots']>
|
||||||
|
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
||||||
|
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
||||||
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
||||||
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
||||||
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
||||||
|
readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
|
||||||
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
||||||
|
readonly injectHead: UnwrapRef<typeof import('@unhead/vue')['injectHead']>
|
||||||
|
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['isNuxtError']>
|
||||||
|
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['isPrerendered']>
|
||||||
|
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
||||||
|
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
||||||
|
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
||||||
|
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
||||||
|
readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
|
||||||
|
readonly isVue2: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
||||||
|
readonly isVue3: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
||||||
|
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['loadPayload']>
|
||||||
|
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
||||||
|
readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
|
||||||
|
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['navigateTo']>
|
||||||
|
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
||||||
|
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
||||||
|
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
||||||
|
readonly onBeforeRouteLeave: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteLeave']>
|
||||||
|
readonly onBeforeRouteUpdate: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onBeforeRouteUpdate']>
|
||||||
|
readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
|
||||||
|
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
|
||||||
|
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
|
||||||
|
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
|
||||||
|
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
||||||
|
readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['onNuxtReady']>
|
||||||
|
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
||||||
|
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
||||||
|
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
||||||
|
readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
|
||||||
|
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
||||||
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
||||||
|
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['prefetchComponents']>
|
||||||
|
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadComponents']>
|
||||||
|
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadPayload']>
|
||||||
|
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['preloadRouteComponents']>
|
||||||
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
||||||
|
readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
|
||||||
|
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
||||||
|
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
||||||
|
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
||||||
|
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['refreshNuxtData']>
|
||||||
|
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['reloadNuxtApp']>
|
||||||
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
||||||
|
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['setPageLayout']>
|
||||||
|
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['setResponseStatus']>
|
||||||
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
||||||
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
||||||
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
||||||
|
readonly showError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['showError']>
|
||||||
|
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
||||||
|
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
||||||
|
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
||||||
|
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
||||||
|
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
||||||
|
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
||||||
|
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['updateAppConfig']>
|
||||||
|
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useAppConfig']>
|
||||||
|
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useAsyncData']>
|
||||||
|
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
||||||
|
readonly useCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useCookie']>
|
||||||
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
||||||
|
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
||||||
|
readonly useError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useError']>
|
||||||
|
readonly useFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useFetch']>
|
||||||
|
readonly useHead: UnwrapRef<typeof import('@unhead/vue')['useHead']>
|
||||||
|
readonly useHeadSafe: UnwrapRef<typeof import('@unhead/vue')['useHeadSafe']>
|
||||||
|
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useLazyAsyncData']>
|
||||||
|
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useLazyFetch']>
|
||||||
|
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
|
||||||
|
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useNuxtApp']>
|
||||||
|
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useNuxtData']>
|
||||||
|
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestEvent']>
|
||||||
|
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestFetch']>
|
||||||
|
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestHeaders']>
|
||||||
|
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRequestURL']>
|
||||||
|
readonly useRoute: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRoute']>
|
||||||
|
readonly useRouter: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRouter']>
|
||||||
|
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useRuntimeConfig']>
|
||||||
|
readonly useSeoMeta: UnwrapRef<typeof import('@unhead/vue')['useSeoMeta']>
|
||||||
|
readonly useServerHead: UnwrapRef<typeof import('@unhead/vue')['useServerHead']>
|
||||||
|
readonly useServerHeadSafe: UnwrapRef<typeof import('@unhead/vue')['useServerHeadSafe']>
|
||||||
|
readonly useServerSeoMeta: UnwrapRef<typeof import('@unhead/vue')['useServerSeoMeta']>
|
||||||
|
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
||||||
|
readonly useState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app')['useState']>
|
||||||
|
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
||||||
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
||||||
|
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
||||||
|
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
|
||||||
|
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
|
||||||
|
readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
|
||||||
|
readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
|
||||||
|
readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
|
||||||
|
readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
|
||||||
|
readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
|
||||||
|
readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
|
||||||
|
}
|
||||||
|
}
|
14
.nuxt/types/nitro-config.d.ts
vendored
Normal file
14
.nuxt/types/nitro-config.d.ts
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
// Generated by nitro
|
||||||
|
|
||||||
|
// App Config
|
||||||
|
import type { Defu } from 'defu'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
type UserAppConfig = Defu<{}, []>
|
||||||
|
|
||||||
|
declare module 'nitropack' {
|
||||||
|
interface AppConfig extends UserAppConfig {}
|
||||||
|
}
|
||||||
|
|
||||||
|
export {}
|
103
.nuxt/types/nitro-imports.d.ts
vendored
Normal file
103
.nuxt/types/nitro-imports.d.ts
vendored
Normal file
|
@ -0,0 +1,103 @@
|
||||||
|
declare global {
|
||||||
|
const __buildAssetsURL: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/core/runtime/nitro/paths')['buildAssetsURL']
|
||||||
|
const __publicAssetsURL: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/core/runtime/nitro/paths')['publicAssetsURL']
|
||||||
|
const appendCorsHeaders: typeof import('h3')['appendCorsHeaders']
|
||||||
|
const appendCorsPreflightHeaders: typeof import('h3')['appendCorsPreflightHeaders']
|
||||||
|
const appendHeader: typeof import('h3')['appendHeader']
|
||||||
|
const appendHeaders: typeof import('h3')['appendHeaders']
|
||||||
|
const appendResponseHeader: typeof import('h3')['appendResponseHeader']
|
||||||
|
const appendResponseHeaders: typeof import('h3')['appendResponseHeaders']
|
||||||
|
const assertMethod: typeof import('h3')['assertMethod']
|
||||||
|
const cachedEventHandler: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['cachedEventHandler']
|
||||||
|
const cachedFunction: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['cachedFunction']
|
||||||
|
const callNodeListener: typeof import('h3')['callNodeListener']
|
||||||
|
const clearSession: typeof import('h3')['clearSession']
|
||||||
|
const createApp: typeof import('h3')['createApp']
|
||||||
|
const createAppEventHandler: typeof import('h3')['createAppEventHandler']
|
||||||
|
const createError: typeof import('h3')['createError']
|
||||||
|
const createEvent: typeof import('h3')['createEvent']
|
||||||
|
const createRouter: typeof import('h3')['createRouter']
|
||||||
|
const defaultContentType: typeof import('h3')['defaultContentType']
|
||||||
|
const defineAppConfig: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nuxt/dist/core/runtime/nitro/config')['defineAppConfig']
|
||||||
|
const defineCachedEventHandler: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['defineCachedEventHandler']
|
||||||
|
const defineCachedFunction: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['defineCachedFunction']
|
||||||
|
const defineEventHandler: typeof import('h3')['defineEventHandler']
|
||||||
|
const defineLazyEventHandler: typeof import('h3')['defineLazyEventHandler']
|
||||||
|
const defineNitroPlugin: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['defineNitroPlugin']
|
||||||
|
const defineNodeListener: typeof import('h3')['defineNodeListener']
|
||||||
|
const defineNodeMiddleware: typeof import('h3')['defineNodeMiddleware']
|
||||||
|
const defineRenderHandler: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['defineRenderHandler']
|
||||||
|
const deleteCookie: typeof import('h3')['deleteCookie']
|
||||||
|
const dynamicEventHandler: typeof import('h3')['dynamicEventHandler']
|
||||||
|
const eventHandler: typeof import('h3')['eventHandler']
|
||||||
|
const fetchWithEvent: typeof import('h3')['fetchWithEvent']
|
||||||
|
const fromNodeMiddleware: typeof import('h3')['fromNodeMiddleware']
|
||||||
|
const getCookie: typeof import('h3')['getCookie']
|
||||||
|
const getHeader: typeof import('h3')['getHeader']
|
||||||
|
const getHeaders: typeof import('h3')['getHeaders']
|
||||||
|
const getMethod: typeof import('h3')['getMethod']
|
||||||
|
const getProxyRequestHeaders: typeof import('h3')['getProxyRequestHeaders']
|
||||||
|
const getQuery: typeof import('h3')['getQuery']
|
||||||
|
const getRequestHeader: typeof import('h3')['getRequestHeader']
|
||||||
|
const getRequestHeaders: typeof import('h3')['getRequestHeaders']
|
||||||
|
const getRequestHost: typeof import('h3')['getRequestHost']
|
||||||
|
const getRequestPath: typeof import('h3')['getRequestPath']
|
||||||
|
const getRequestProtocol: typeof import('h3')['getRequestProtocol']
|
||||||
|
const getRequestURL: typeof import('h3')['getRequestURL']
|
||||||
|
const getResponseHeader: typeof import('h3')['getResponseHeader']
|
||||||
|
const getResponseHeaders: typeof import('h3')['getResponseHeaders']
|
||||||
|
const getResponseStatus: typeof import('h3')['getResponseStatus']
|
||||||
|
const getResponseStatusText: typeof import('h3')['getResponseStatusText']
|
||||||
|
const getRouteRules: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['getRouteRules']
|
||||||
|
const getRouterParam: typeof import('h3')['getRouterParam']
|
||||||
|
const getRouterParams: typeof import('h3')['getRouterParams']
|
||||||
|
const getSession: typeof import('h3')['getSession']
|
||||||
|
const handleCacheHeaders: typeof import('h3')['handleCacheHeaders']
|
||||||
|
const handleCors: typeof import('h3')['handleCors']
|
||||||
|
const isCorsOriginAllowed: typeof import('h3')['isCorsOriginAllowed']
|
||||||
|
const isError: typeof import('h3')['isError']
|
||||||
|
const isEvent: typeof import('h3')['isEvent']
|
||||||
|
const isEventHandler: typeof import('h3')['isEventHandler']
|
||||||
|
const isMethod: typeof import('h3')['isMethod']
|
||||||
|
const isPreflightRequest: typeof import('h3')['isPreflightRequest']
|
||||||
|
const isStream: typeof import('h3')['isStream']
|
||||||
|
const lazyEventHandler: typeof import('h3')['lazyEventHandler']
|
||||||
|
const nitroPlugin: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['nitroPlugin']
|
||||||
|
const parseCookies: typeof import('h3')['parseCookies']
|
||||||
|
const promisifyNodeListener: typeof import('h3')['promisifyNodeListener']
|
||||||
|
const proxyRequest: typeof import('h3')['proxyRequest']
|
||||||
|
const readBody: typeof import('h3')['readBody']
|
||||||
|
const readMultipartFormData: typeof import('h3')['readMultipartFormData']
|
||||||
|
const readRawBody: typeof import('h3')['readRawBody']
|
||||||
|
const sanitizeStatusCode: typeof import('h3')['sanitizeStatusCode']
|
||||||
|
const sanitizeStatusMessage: typeof import('h3')['sanitizeStatusMessage']
|
||||||
|
const sealSession: typeof import('h3')['sealSession']
|
||||||
|
const send: typeof import('h3')['send']
|
||||||
|
const sendError: typeof import('h3')['sendError']
|
||||||
|
const sendNoContent: typeof import('h3')['sendNoContent']
|
||||||
|
const sendProxy: typeof import('h3')['sendProxy']
|
||||||
|
const sendRedirect: typeof import('h3')['sendRedirect']
|
||||||
|
const sendStream: typeof import('h3')['sendStream']
|
||||||
|
const setCookie: typeof import('h3')['setCookie']
|
||||||
|
const setHeader: typeof import('h3')['setHeader']
|
||||||
|
const setHeaders: typeof import('h3')['setHeaders']
|
||||||
|
const setResponseHeader: typeof import('h3')['setResponseHeader']
|
||||||
|
const setResponseHeaders: typeof import('h3')['setResponseHeaders']
|
||||||
|
const setResponseStatus: typeof import('h3')['setResponseStatus']
|
||||||
|
const splitCookiesString: typeof import('h3')['splitCookiesString']
|
||||||
|
const toEventHandler: typeof import('h3')['toEventHandler']
|
||||||
|
const toNodeListener: typeof import('h3')['toNodeListener']
|
||||||
|
const unsealSession: typeof import('h3')['unsealSession']
|
||||||
|
const updateSession: typeof import('h3')['updateSession']
|
||||||
|
const useAppConfig: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['useAppConfig']
|
||||||
|
const useBase: typeof import('h3')['useBase']
|
||||||
|
const useNitroApp: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['useNitroApp']
|
||||||
|
const useRuntimeConfig: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['useRuntimeConfig']
|
||||||
|
const useSession: typeof import('h3')['useSession']
|
||||||
|
const useStorage: typeof import('/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime')['useStorage']
|
||||||
|
const writeEarlyHints: typeof import('h3')['writeEarlyHints']
|
||||||
|
}
|
||||||
|
export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler, useRuntimeConfig, useStorage, useNitroApp, defineNitroPlugin, nitroPlugin, defineRenderHandler, getRouteRules, useAppConfig } from '/home/vrifox/git/okfde/stadtratmonitor-client/node_modules/nitropack/dist/runtime';
|
||||||
|
export { appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearSession, createApp, createAppEventHandler, createError, createEvent, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestHeader, getRequestHeaders, getRequestHost, getRequestPath, getRequestProtocol, getRequestURL, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readMultipartFormData, readRawBody, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendNoContent, sendProxy, sendRedirect, sendStream, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3';
|
||||||
|
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../node_modules/nuxt/dist/core/runtime/nitro/paths';
|
||||||
|
export { defineAppConfig } from '../../node_modules/nuxt/dist/core/runtime/nitro/config';
|
26
.nuxt/types/nitro-nuxt.d.ts
vendored
Normal file
26
.nuxt/types/nitro-nuxt.d.ts
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
|
||||||
|
/// <reference path="./schema.d.ts" />
|
||||||
|
|
||||||
|
import type { RuntimeConfig } from 'nuxt/schema'
|
||||||
|
import type { H3Event } from 'h3'
|
||||||
|
import type { NuxtIslandContext, NuxtIslandResponse, NuxtRenderHTMLContext } from 'nuxt/dist/core/runtime/nitro/renderer'
|
||||||
|
|
||||||
|
declare module 'nitropack' {
|
||||||
|
interface NitroRuntimeConfigApp {
|
||||||
|
buildAssetsDir: string
|
||||||
|
cdnURL: string
|
||||||
|
}
|
||||||
|
interface NitroRuntimeConfig extends RuntimeConfig {}
|
||||||
|
interface NitroRouteConfig {
|
||||||
|
ssr?: boolean
|
||||||
|
experimentalNoScripts?: boolean
|
||||||
|
}
|
||||||
|
interface NitroRouteRules {
|
||||||
|
ssr?: boolean
|
||||||
|
experimentalNoScripts?: boolean
|
||||||
|
}
|
||||||
|
interface NitroRuntimeHooks {
|
||||||
|
'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise<void>
|
||||||
|
'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise<void>
|
||||||
|
}
|
||||||
|
}
|
11
.nuxt/types/nitro-routes.d.ts
vendored
Normal file
11
.nuxt/types/nitro-routes.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
// Generated by nitro
|
||||||
|
import type { Serialize, Simplify } from 'nitropack'
|
||||||
|
declare module 'nitropack' {
|
||||||
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
||||||
|
interface InternalApi {
|
||||||
|
'/__nuxt_error': {
|
||||||
|
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export {}
|
3
.nuxt/types/nitro.d.ts
vendored
Normal file
3
.nuxt/types/nitro.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/// <reference path="./nitro-routes.d.ts" />
|
||||||
|
/// <reference path="./nitro-config.d.ts" />
|
||||||
|
/// <reference path="./nitro-imports.d.ts" />
|
25
.nuxt/types/plugins.d.ts
vendored
Normal file
25
.nuxt/types/plugins.d.ts
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
// Generated by Nuxt'
|
||||||
|
import type { Plugin } from '#app'
|
||||||
|
|
||||||
|
type Decorate<T extends Record<string, any>> = { [K in keyof T as K extends string ? `$${K}` : never]: T[K] }
|
||||||
|
|
||||||
|
type InjectionType<A extends Plugin> = A extends Plugin<infer T> ? Decorate<T> : unknown
|
||||||
|
|
||||||
|
type NuxtAppInjections =
|
||||||
|
InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/revive-payload.server").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/revive-payload.client").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/nuxt/dist/head/runtime/plugins/unhead").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/router").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.server").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.client").default> &
|
||||||
|
InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/chunk-reload.client").default>
|
||||||
|
|
||||||
|
declare module '#app' {
|
||||||
|
interface NuxtApp extends NuxtAppInjections { }
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module 'vue' {
|
||||||
|
interface ComponentCustomProperties extends NuxtAppInjections { }
|
||||||
|
}
|
||||||
|
|
||||||
|
export { }
|
25
.nuxt/types/schema.d.ts
vendored
Normal file
25
.nuxt/types/schema.d.ts
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
import { NuxtModule, RuntimeConfig } from 'nuxt/schema'
|
||||||
|
declare module 'nuxt/schema' {
|
||||||
|
interface NuxtConfig {
|
||||||
|
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
||||||
|
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
||||||
|
modules?: (undefined | null | false | NuxtModule | string | [NuxtModule | string, Record<string, any>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
|
||||||
|
}
|
||||||
|
interface RuntimeConfig {
|
||||||
|
app: {
|
||||||
|
baseURL: string,
|
||||||
|
|
||||||
|
buildAssetsDir: string,
|
||||||
|
|
||||||
|
cdnURL: string,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
interface PublicRuntimeConfig {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
declare module 'vue' {
|
||||||
|
interface ComponentCustomProperties {
|
||||||
|
$config: RuntimeConfig
|
||||||
|
}
|
||||||
|
}
|
5
.nuxt/types/vue-shim.d.ts
vendored
Normal file
5
.nuxt/types/vue-shim.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
declare module '*.vue' {
|
||||||
|
import { DefineComponent } from 'vue'
|
||||||
|
const component: DefineComponent<{}, {}, any>
|
||||||
|
export default component
|
||||||
|
}
|
1
.nuxt/vue-router.d.ts
vendored
Normal file
1
.nuxt/vue-router.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export * from 'vue-router'
|
63
README.md
63
README.md
|
@ -1,2 +1,63 @@
|
||||||
# stadtratmonitor-client
|
# Nuxt 3 Minimal Starter
|
||||||
|
|
||||||
|
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Make sure to install the dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# npm
|
||||||
|
npm install
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
pnpm install
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Development Server
|
||||||
|
|
||||||
|
Start the development server on `http://localhost:3000`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# npm
|
||||||
|
npm run dev
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
pnpm run dev
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
Build the application for production:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# npm
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
pnpm run build
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn build
|
||||||
|
```
|
||||||
|
|
||||||
|
Locally preview production build:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# npm
|
||||||
|
npm run preview
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
pnpm run preview
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn preview
|
||||||
|
```
|
||||||
|
|
||||||
|
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
|
||||||
|
|
5
app.vue
Normal file
5
app.vue
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<NuxtWelcome />
|
||||||
|
</div>
|
||||||
|
</template>
|
4
nuxt.config.ts
Normal file
4
nuxt.config.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
|
export default defineNuxtConfig({
|
||||||
|
devtools: { enabled: true }
|
||||||
|
})
|
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "nuxt-app",
|
||||||
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"build": "nuxt build",
|
||||||
|
"dev": "nuxt dev",
|
||||||
|
"generate": "nuxt generate",
|
||||||
|
"preview": "nuxt preview",
|
||||||
|
"postinstall": "nuxt prepare"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@nuxt/devtools": "latest",
|
||||||
|
"@types/node": "^18.17.0",
|
||||||
|
"nuxt": "^3.6.5"
|
||||||
|
}
|
||||||
|
}
|
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
3
server/tsconfig.json
Normal file
3
server/tsconfig.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"extends": "../.nuxt/tsconfig.server.json"
|
||||||
|
}
|
4
tsconfig.json
Normal file
4
tsconfig.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
// https://nuxt.com/docs/guide/concepts/typescript
|
||||||
|
"extends": "./.nuxt/tsconfig.json"
|
||||||
|
}
|
Loading…
Reference in a new issue