chore(nuxt): 移除自动生成的类型和配置文件
- 删除.nuxt目录下自动生成的app.config相关类型定义和配置模块 - 移除所有自动生成的build、builder-env、imports、layouts、middleware、modules以及nitro相关的类型声明文件 - 清理多余的import类型定义,减少项目冗余文件 - 删除自动导出和声明的组件、插件、工具函数等类型定义,精简工程结构
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
import { defuFn } from 'defu'
|
|
||||||
|
|
||||||
const inlineConfig = {
|
|
||||||
"nuxt": {}
|
|
||||||
}
|
|
||||||
|
|
||||||
/** client **/
|
|
||||||
import { _replaceAppConfig } from '#app/config'
|
|
||||||
|
|
||||||
// Vite - webpack is handled directly in #app/config
|
|
||||||
if (import.meta.dev && !import.meta.nitro && import.meta.hot) {
|
|
||||||
import.meta.hot.accept((newModule) => {
|
|
||||||
_replaceAppConfig(newModule.default)
|
|
||||||
})
|
|
||||||
}
|
|
||||||
/** client-end **/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default /*@__PURE__*/ defuFn(inlineConfig)
|
|
||||||
Vendored
-1954
File diff suppressed because it is too large
Load Diff
Vendored
-51
@@ -1,51 +0,0 @@
|
|||||||
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptCrisp, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptVercelAnalytics, useScriptPostHog, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptMixpanelAnalytics, useScriptBingUet, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptGoogleRecaptcha, useScriptGoogleSignIn, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptTikTokPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptUmamiAnalytics, useScriptSnapchatPixel, useScriptRybbitAnalytics, useScriptDatabuddyAnalytics, useScriptRedditPixel, useScriptPayPal, useScriptGravatar, useScriptAhrefsAnalytics, useScriptLinkedInInsight, useScriptCalendly, useScriptUsercentrics, useScriptSpeedCurve } from '#app/composables/script-stubs';
|
|
||||||
export { isVue2, isVue3 } from 'vue-demi';
|
|
||||||
export { defineNuxtLink } from '#app/components/nuxt-link';
|
|
||||||
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt';
|
|
||||||
export { useAppConfig, updateAppConfig } from '#app/config';
|
|
||||||
export { defineNuxtComponent } from '#app/composables/component';
|
|
||||||
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData, createUseAsyncData } from '#app/composables/asyncData';
|
|
||||||
export { useHydration } from '#app/composables/hydrate';
|
|
||||||
export { callOnce } from '#app/composables/once';
|
|
||||||
export { useState, clearNuxtState } from '#app/composables/state';
|
|
||||||
export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error';
|
|
||||||
export { useFetch, useLazyFetch, createUseFetch } from '#app/composables/fetch';
|
|
||||||
export { useCookie, refreshCookie } from '#app/composables/cookie';
|
|
||||||
export { onPrehydrate, prerenderRoutes, useRequestHeader, useRequestHeaders, useResponseHeader, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr';
|
|
||||||
export { onNuxtReady } from '#app/composables/ready';
|
|
||||||
export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload';
|
|
||||||
export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter } from '#app/composables/router';
|
|
||||||
export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload';
|
|
||||||
export { useLoadingIndicator } from '#app/composables/loading-indicator';
|
|
||||||
export { getAppManifest, getRouteRules } from '#app/composables/manifest';
|
|
||||||
export { reloadNuxtApp } from '#app/composables/chunk';
|
|
||||||
export { useRequestURL } from '#app/composables/url';
|
|
||||||
export { usePreviewMode } from '#app/composables/preview';
|
|
||||||
export { useRouteAnnouncer } from '#app/composables/route-announcer';
|
|
||||||
export { useAnnouncer } from '#app/composables/announcer';
|
|
||||||
export { useRuntimeHook } from '#app/composables/runtime-hook';
|
|
||||||
export { useHead, useHeadSafe, useServerHeadSafe, useServerHead, useSeoMeta, useServerSeoMeta, injectHead } from '#app/composables/head';
|
|
||||||
export { onBeforeRouteLeave, onBeforeRouteUpdate, useLink } from 'vue-router';
|
|
||||||
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, onWatcherCleanup, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, toValue, useModel, useAttrs, useCssModule, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot, useCssVars, Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue';
|
|
||||||
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback';
|
|
||||||
export { setInterval } from '#app/compat/interval';
|
|
||||||
export { message, notification, Modal, App } from '../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd';
|
|
||||||
export { definePageMeta, PageMeta } from '#app/composables/pages';
|
|
||||||
export { defineLazyHydrationComponent } from '#app/composables/lazy-hydration';
|
|
||||||
export { useApp } from '../app/composables/useApp';
|
|
||||||
export { useCms } from '../app/composables/useCms';
|
|
||||||
export { useConsult, ConsultPreset } from '../app/composables/useConsult';
|
|
||||||
export { useContactForm } from '../app/composables/useContactForm';
|
|
||||||
export { useFeatures } from '../app/composables/useFeatures';
|
|
||||||
export { useFileUrl } from '../app/composables/useFileUrl';
|
|
||||||
export { useModuleRoute } from '../app/composables/useModuleRoute';
|
|
||||||
export { usePageSeo, useJsonLd, useOrganizationSeo, useBreadcrumbSeo } from '../app/composables/usePageSeo';
|
|
||||||
export { useRecommend, RecommendType, UseRecommendOptions, UseRecommendReturn } from '../app/composables/useRecommend';
|
|
||||||
export { useSite } from '../app/composables/useSite';
|
|
||||||
export { useSubscription } from '../app/composables/useSubscription';
|
|
||||||
export { useTemplate, TemplateConfig, TemplateComponents } from '../app/composables/useTemplate';
|
|
||||||
export { useTenant } from '../app/composables/useTenant';
|
|
||||||
export { mapNavTitle, findPageBySlug, safeJsonParse, truncate, toTemplateKey, resolveTemplateKey, getNavLink, getBannerLink, stripHtml } from '../app/utils/index';
|
|
||||||
export { ensureFullUrl, getCompressedImageUrl, ImageCompressOptions } from '../app/utils/image';
|
|
||||||
export { collectDescendantNavIds, isParentNavigation } from '../app/utils/nav-tree';
|
|
||||||
export { normalizePhone, validatePhone } from '../app/utils/validators';
|
|
||||||
Vendored
-23
@@ -1,23 +0,0 @@
|
|||||||
/// <reference types="@nuxtjs/tailwindcss" />
|
|
||||||
/// <reference types="@ant-design-vue/nuxt" />
|
|
||||||
/// <reference types="@nuxt/devtools" />
|
|
||||||
/// <reference types="@nuxt/telemetry" />
|
|
||||||
/// <reference path="types/nitro-layouts.d.ts" />
|
|
||||||
/// <reference path="types/builder-env.d.ts" />
|
|
||||||
/// <reference path="types/plugins.d.ts" />
|
|
||||||
/// <reference path="types/build.d.ts" />
|
|
||||||
/// <reference path="types/app.config.d.ts" />
|
|
||||||
/// <reference path="types/runtime-config.d.ts" />
|
|
||||||
/// <reference types="nuxt/app" />
|
|
||||||
/// <reference path="../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/index.d.mts" />
|
|
||||||
/// <reference types="vue-router" />
|
|
||||||
/// <reference path="types/middleware.d.ts" />
|
|
||||||
/// <reference path="types/nitro-middleware.d.ts" />
|
|
||||||
/// <reference path="types/layouts.d.ts" />
|
|
||||||
/// <reference path="types/components.d.ts" />
|
|
||||||
/// <reference path="imports.d.ts" />
|
|
||||||
/// <reference path="types/imports.d.ts" />
|
|
||||||
/// <reference path="schema/nuxt.schema.d.ts" />
|
|
||||||
/// <reference path="types/nitro.d.ts" />
|
|
||||||
|
|
||||||
export {}
|
|
||||||
Vendored
-15
@@ -1,15 +0,0 @@
|
|||||||
/// <reference types="@nuxtjs/tailwindcss" />
|
|
||||||
/// <reference types="@ant-design-vue/nuxt" />
|
|
||||||
/// <reference types="@nuxt/devtools" />
|
|
||||||
/// <reference types="@nuxt/telemetry" />
|
|
||||||
/// <reference path="types/nitro-layouts.d.ts" />
|
|
||||||
/// <reference path="types/modules.d.ts" />
|
|
||||||
/// <reference path="types/runtime-config.d.ts" />
|
|
||||||
/// <reference path="types/app.config.d.ts" />
|
|
||||||
/// <reference types="nuxt" />
|
|
||||||
/// <reference path="../node_modules/.pnpm/@nuxt+vite-builder@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@types+node@25.9_75wwsqq2broq7ocuazt6zcdc4e/node_modules/@nuxt/vite-builder/dist/index.d.mts" />
|
|
||||||
/// <reference path="../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/index.d.mts" />
|
|
||||||
/// <reference path="types/nitro-middleware.d.ts" />
|
|
||||||
/// <reference path="schema/nuxt.schema.d.ts" />
|
|
||||||
|
|
||||||
export {}
|
|
||||||
Vendored
-6
@@ -1,6 +0,0 @@
|
|||||||
/// <reference path="types/runtime-config.d.ts" />
|
|
||||||
/// <reference path="types/app.config.d.ts" />
|
|
||||||
/// <reference path="types/shared-imports.d.ts" />
|
|
||||||
/// <reference path="schema/nuxt.schema.d.ts" />
|
|
||||||
|
|
||||||
export {}
|
|
||||||
Vendored
-17
@@ -1,17 +0,0 @@
|
|||||||
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 {}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "#"
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 9/8/2026, 12:12:09 PM
|
|
||||||
import "@nuxtjs/tailwindcss/config-ctx"
|
|
||||||
import configMerger from "@nuxtjs/tailwindcss/merger";
|
|
||||||
|
|
||||||
import cfg2 from "./../../tailwind.config.cjs";
|
|
||||||
import cfg3 from "./../../tailwind.config.cjs";
|
|
||||||
const config = [
|
|
||||||
{"content":{"files":["/Users/gxwebsoft/VUE/hjc-web/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/plugins/**/*.{js,ts,mjs}","/Users/gxwebsoft/VUE/hjc-web/app/composables/**/*.{js,ts,mjs}","/Users/gxwebsoft/VUE/hjc-web/app/utils/**/*.{js,ts,mjs}","/Users/gxwebsoft/VUE/hjc-web/app/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/Users/gxwebsoft/VUE/hjc-web/app/app.config.{js,ts,mjs}"]}},
|
|
||||||
{},
|
|
||||||
cfg2,
|
|
||||||
cfg3
|
|
||||||
].reduce((acc, curr) => configMerger(acc, curr), {});
|
|
||||||
|
|
||||||
const resolvedConfig = config;
|
|
||||||
|
|
||||||
export default resolvedConfig;
|
|
||||||
@@ -1,201 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"paths": {
|
|
||||||
"nuxt": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt"
|
|
||||||
],
|
|
||||||
"@unhead/vue": [
|
|
||||||
"../node_modules/.pnpm/@unhead+vue@2.1.15_vue@3.5.40_typescript@6.0.3_/node_modules/@unhead/vue"
|
|
||||||
],
|
|
||||||
"@nuxt/devtools": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools"
|
|
||||||
],
|
|
||||||
"@vue/runtime-core": [
|
|
||||||
"../node_modules/.pnpm/@vue+runtime-core@3.5.40/node_modules/@vue/runtime-core"
|
|
||||||
],
|
|
||||||
"@vue/compiler-sfc": [
|
|
||||||
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.40/node_modules/@vue/compiler-sfc"
|
|
||||||
],
|
|
||||||
"@nuxt/schema": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+schema@4.4.8/node_modules/@nuxt/schema"
|
|
||||||
],
|
|
||||||
"defu": [
|
|
||||||
"../node_modules/.pnpm/defu@6.1.7/node_modules/defu"
|
|
||||||
],
|
|
||||||
"h3": [
|
|
||||||
"../node_modules/.pnpm/h3@1.15.11/node_modules/h3"
|
|
||||||
],
|
|
||||||
"consola": [
|
|
||||||
"../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
|
|
||||||
],
|
|
||||||
"ofetch": [
|
|
||||||
"../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
|
|
||||||
],
|
|
||||||
"crossws": [
|
|
||||||
"../node_modules/.pnpm/crossws@0.3.5/node_modules/crossws"
|
|
||||||
],
|
|
||||||
"nitropack": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack"
|
|
||||||
],
|
|
||||||
"vite/client": [
|
|
||||||
"../node_modules/.pnpm/vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0/node_modules/vite/client"
|
|
||||||
],
|
|
||||||
"nitropack/types": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/types"
|
|
||||||
],
|
|
||||||
"nitropack/runtime": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/runtime"
|
|
||||||
],
|
|
||||||
"~": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"~/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"@": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"@/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"~~": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"~~/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"@@": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"@@/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"#shared": [
|
|
||||||
"../shared"
|
|
||||||
],
|
|
||||||
"#shared/*": [
|
|
||||||
"../shared/*"
|
|
||||||
],
|
|
||||||
"#server": [
|
|
||||||
"../server"
|
|
||||||
],
|
|
||||||
"#server/*": [
|
|
||||||
"../server/*"
|
|
||||||
],
|
|
||||||
"#app": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app"
|
|
||||||
],
|
|
||||||
"#app/*": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/*"
|
|
||||||
],
|
|
||||||
"vue-demi": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi"
|
|
||||||
],
|
|
||||||
"#vue-router": [
|
|
||||||
"../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.40_typescript@6.0.3_/node_modules/vue-router"
|
|
||||||
],
|
|
||||||
"#unhead/composables": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/head/runtime/composables"
|
|
||||||
],
|
|
||||||
"#imports": [
|
|
||||||
"./imports"
|
|
||||||
],
|
|
||||||
"#app-manifest": [
|
|
||||||
"../node_modules/.pnpm/mocked-exports@0.1.1/node_modules/mocked-exports/lib/proxy.d.mts"
|
|
||||||
],
|
|
||||||
"#components": [
|
|
||||||
"./components"
|
|
||||||
],
|
|
||||||
"#build": [
|
|
||||||
"."
|
|
||||||
],
|
|
||||||
"#build/*": [
|
|
||||||
"./*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"isolatedModules": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"allowArbitraryExtensions": true,
|
|
||||||
"strict": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"noImplicitOverride": true,
|
|
||||||
"module": "preserve",
|
|
||||||
"noEmit": true,
|
|
||||||
"lib": [
|
|
||||||
"ESNext",
|
|
||||||
"dom",
|
|
||||||
"dom.iterable",
|
|
||||||
"webworker"
|
|
||||||
],
|
|
||||||
"jsx": "preserve",
|
|
||||||
"jsxImportSource": "vue",
|
|
||||||
"types": [],
|
|
||||||
"moduleResolution": "Bundler",
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"./nuxt.d.ts",
|
|
||||||
"../app/**/*",
|
|
||||||
"../modules/*/runtime/**/*",
|
|
||||||
"../test/nuxt/**/*",
|
|
||||||
"../tests/nuxt/**/*",
|
|
||||||
"../layers/*/app/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/**/*",
|
|
||||||
"../shared/**/*.d.ts",
|
|
||||||
"../modules/*/shared/**/*.d.ts",
|
|
||||||
"../layers/*/shared/**/*.d.ts",
|
|
||||||
"../*.d.ts",
|
|
||||||
"../layers/*/*.d.ts"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"../node_modules",
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/@nuxtjs/tailwindcss/node_modules",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/@nuxt/telemetry/node_modules",
|
|
||||||
"../dist",
|
|
||||||
"../.data",
|
|
||||||
"../modules/*/runtime/server/**/*",
|
|
||||||
"../layers/*/server/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/server/**/*",
|
|
||||||
"../modules/*.*",
|
|
||||||
"../nuxt.config.*",
|
|
||||||
"../.config/nuxt.*",
|
|
||||||
"../layers/*/nuxt.config.*",
|
|
||||||
"../layers/*/.config/nuxt.*",
|
|
||||||
"../layers/*/modules/**/*",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/*.*",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/*.*",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/*.*",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/*.*",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/*.*",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/*.*",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/*.*",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/*.*",
|
|
||||||
"../.output",
|
|
||||||
"../server"
|
|
||||||
],
|
|
||||||
"vueCompilerOptions": {
|
|
||||||
"plugins": [
|
|
||||||
"vue-router/volar/sfc-route-blocks"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,203 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"paths": {
|
|
||||||
"nuxt": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt"
|
|
||||||
],
|
|
||||||
"@unhead/vue": [
|
|
||||||
"../node_modules/.pnpm/@unhead+vue@2.1.15_vue@3.5.40_typescript@6.0.3_/node_modules/@unhead/vue"
|
|
||||||
],
|
|
||||||
"@nuxt/devtools": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools"
|
|
||||||
],
|
|
||||||
"@vue/runtime-core": [
|
|
||||||
"../node_modules/.pnpm/@vue+runtime-core@3.5.40/node_modules/@vue/runtime-core"
|
|
||||||
],
|
|
||||||
"@vue/compiler-sfc": [
|
|
||||||
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.40/node_modules/@vue/compiler-sfc"
|
|
||||||
],
|
|
||||||
"@nuxt/schema": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+schema@4.4.8/node_modules/@nuxt/schema"
|
|
||||||
],
|
|
||||||
"defu": [
|
|
||||||
"../node_modules/.pnpm/defu@6.1.7/node_modules/defu"
|
|
||||||
],
|
|
||||||
"h3": [
|
|
||||||
"../node_modules/.pnpm/h3@1.15.11/node_modules/h3"
|
|
||||||
],
|
|
||||||
"consola": [
|
|
||||||
"../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
|
|
||||||
],
|
|
||||||
"ofetch": [
|
|
||||||
"../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
|
|
||||||
],
|
|
||||||
"crossws": [
|
|
||||||
"../node_modules/.pnpm/crossws@0.3.5/node_modules/crossws"
|
|
||||||
],
|
|
||||||
"nitropack": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack"
|
|
||||||
],
|
|
||||||
"vite/client": [
|
|
||||||
"../node_modules/.pnpm/vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0/node_modules/vite/client"
|
|
||||||
],
|
|
||||||
"nitropack/types": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/types"
|
|
||||||
],
|
|
||||||
"nitropack/runtime": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/runtime"
|
|
||||||
],
|
|
||||||
"~": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"~/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"@": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"@/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"~~": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"~~/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"@@": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"@@/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"#shared": [
|
|
||||||
"../shared"
|
|
||||||
],
|
|
||||||
"#shared/*": [
|
|
||||||
"../shared/*"
|
|
||||||
],
|
|
||||||
"#server": [
|
|
||||||
"../server"
|
|
||||||
],
|
|
||||||
"#server/*": [
|
|
||||||
"../server/*"
|
|
||||||
],
|
|
||||||
"#app": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app"
|
|
||||||
],
|
|
||||||
"#app/*": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/*"
|
|
||||||
],
|
|
||||||
"vue-demi": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi"
|
|
||||||
],
|
|
||||||
"#vue-router": [
|
|
||||||
"../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.40_typescript@6.0.3_/node_modules/vue-router"
|
|
||||||
],
|
|
||||||
"#unhead/composables": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/head/runtime/composables"
|
|
||||||
],
|
|
||||||
"#imports": [
|
|
||||||
"./imports"
|
|
||||||
],
|
|
||||||
"#app-manifest": [
|
|
||||||
"../node_modules/.pnpm/mocked-exports@0.1.1/node_modules/mocked-exports/lib/proxy.d.mts"
|
|
||||||
],
|
|
||||||
"#components": [
|
|
||||||
"./components"
|
|
||||||
],
|
|
||||||
"#build": [
|
|
||||||
"."
|
|
||||||
],
|
|
||||||
"#build/*": [
|
|
||||||
"./*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"isolatedModules": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"allowArbitraryExtensions": true,
|
|
||||||
"strict": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"noImplicitOverride": true,
|
|
||||||
"module": "preserve",
|
|
||||||
"noEmit": true,
|
|
||||||
"lib": [
|
|
||||||
"ESNext",
|
|
||||||
"dom",
|
|
||||||
"dom.iterable",
|
|
||||||
"webworker"
|
|
||||||
],
|
|
||||||
"jsx": "preserve",
|
|
||||||
"jsxImportSource": "vue",
|
|
||||||
"types": [],
|
|
||||||
"moduleResolution": "Bundler",
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"./nuxt.d.ts",
|
|
||||||
"../app/**/*",
|
|
||||||
"../modules/*/runtime/**/*",
|
|
||||||
"../test/nuxt/**/*",
|
|
||||||
"../tests/nuxt/**/*",
|
|
||||||
"../layers/*/app/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/**/*",
|
|
||||||
"../shared/**/*.d.ts",
|
|
||||||
"../modules/*/shared/**/*.d.ts",
|
|
||||||
"../layers/*/shared/**/*.d.ts",
|
|
||||||
"../*.d.ts",
|
|
||||||
"../layers/*/*.d.ts",
|
|
||||||
"./nuxt.node.d.ts",
|
|
||||||
"../modules/*.*",
|
|
||||||
"../nuxt.config.*",
|
|
||||||
"../.config/nuxt.*",
|
|
||||||
"../layers/*/nuxt.config.*",
|
|
||||||
"../layers/*/.config/nuxt.*",
|
|
||||||
"../layers/*/modules/**/*",
|
|
||||||
"../shared/**/*",
|
|
||||||
"../modules/*/shared/**/*",
|
|
||||||
"../layers/*/shared/**/*",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/runtime"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"../node_modules",
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/@nuxtjs/tailwindcss/node_modules",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/@nuxt/telemetry/node_modules",
|
|
||||||
"../dist",
|
|
||||||
"../.data",
|
|
||||||
"../modules/*/runtime/server/**/*",
|
|
||||||
"../layers/*/server/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/server/**/*",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/runtime/server"
|
|
||||||
],
|
|
||||||
"vueCompilerOptions": {
|
|
||||||
"plugins": [
|
|
||||||
"vue-router/volar/sfc-route-blocks"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,109 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"paths": {
|
|
||||||
"nuxt": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt"
|
|
||||||
],
|
|
||||||
"@unhead/vue": [
|
|
||||||
"../node_modules/.pnpm/@unhead+vue@2.1.15_vue@3.5.40_typescript@6.0.3_/node_modules/@unhead/vue"
|
|
||||||
],
|
|
||||||
"@nuxt/devtools": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools"
|
|
||||||
],
|
|
||||||
"@vue/runtime-core": [
|
|
||||||
"../node_modules/.pnpm/@vue+runtime-core@3.5.40/node_modules/@vue/runtime-core"
|
|
||||||
],
|
|
||||||
"@vue/compiler-sfc": [
|
|
||||||
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.40/node_modules/@vue/compiler-sfc"
|
|
||||||
],
|
|
||||||
"@nuxt/schema": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+schema@4.4.8/node_modules/@nuxt/schema"
|
|
||||||
],
|
|
||||||
"defu": [
|
|
||||||
"../node_modules/.pnpm/defu@6.1.7/node_modules/defu"
|
|
||||||
],
|
|
||||||
"h3": [
|
|
||||||
"../node_modules/.pnpm/h3@1.15.11/node_modules/h3"
|
|
||||||
],
|
|
||||||
"consola": [
|
|
||||||
"../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
|
|
||||||
],
|
|
||||||
"ofetch": [
|
|
||||||
"../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
|
|
||||||
],
|
|
||||||
"crossws": [
|
|
||||||
"../node_modules/.pnpm/crossws@0.3.5/node_modules/crossws"
|
|
||||||
],
|
|
||||||
"nitropack": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack"
|
|
||||||
],
|
|
||||||
"vite/client": [
|
|
||||||
"../node_modules/.pnpm/vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0/node_modules/vite/client"
|
|
||||||
],
|
|
||||||
"nitropack/types": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/types"
|
|
||||||
],
|
|
||||||
"nitropack/runtime": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/runtime"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"isolatedModules": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"allowArbitraryExtensions": true,
|
|
||||||
"strict": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"noImplicitOverride": true,
|
|
||||||
"module": "preserve",
|
|
||||||
"noEmit": true,
|
|
||||||
"types": [],
|
|
||||||
"moduleResolution": "Bundler",
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"./nuxt.node.d.ts",
|
|
||||||
"../modules/*.*",
|
|
||||||
"../nuxt.config.*",
|
|
||||||
"../.config/nuxt.*",
|
|
||||||
"../layers/*/nuxt.config.*",
|
|
||||||
"../layers/*/.config/nuxt.*",
|
|
||||||
"../layers/*/modules/**/*",
|
|
||||||
"../nuxt.schema.*",
|
|
||||||
"../layers/*/nuxt.schema.*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"../node_modules",
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/@nuxtjs/tailwindcss/node_modules",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/@nuxt/telemetry/node_modules",
|
|
||||||
"../dist",
|
|
||||||
"../.data",
|
|
||||||
"../app/**/*",
|
|
||||||
"../modules/*/runtime/**/*",
|
|
||||||
"../test/nuxt/**/*",
|
|
||||||
"../tests/nuxt/**/*",
|
|
||||||
"../layers/*/app/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/**/*",
|
|
||||||
"../modules/*/runtime/server/**/*",
|
|
||||||
"../layers/*/server/**/*",
|
|
||||||
"../layers/*/modules/*/runtime/server/**/*",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/runtime",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/runtime"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,133 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"strict": true,
|
|
||||||
"noEmit": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"module": "ESNext",
|
|
||||||
"moduleResolution": "Bundler",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"jsx": "preserve",
|
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"jsxFactory": "h",
|
|
||||||
"jsxFragmentFactory": "Fragment",
|
|
||||||
"paths": {
|
|
||||||
"#imports": [
|
|
||||||
"./types/nitro-imports"
|
|
||||||
],
|
|
||||||
"~/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"@/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"~~/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"@@/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"nuxt": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt"
|
|
||||||
],
|
|
||||||
"@unhead/vue": [
|
|
||||||
"../node_modules/.pnpm/@unhead+vue@2.1.15_vue@3.5.40_typescript@6.0.3_/node_modules/@unhead/vue"
|
|
||||||
],
|
|
||||||
"@nuxt/devtools": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools"
|
|
||||||
],
|
|
||||||
"@vue/runtime-core": [
|
|
||||||
"../node_modules/.pnpm/@vue+runtime-core@3.5.40/node_modules/@vue/runtime-core"
|
|
||||||
],
|
|
||||||
"@vue/compiler-sfc": [
|
|
||||||
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.40/node_modules/@vue/compiler-sfc"
|
|
||||||
],
|
|
||||||
"@nuxt/schema": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+schema@4.4.8/node_modules/@nuxt/schema"
|
|
||||||
],
|
|
||||||
"defu": [
|
|
||||||
"../node_modules/.pnpm/defu@6.1.7/node_modules/defu"
|
|
||||||
],
|
|
||||||
"h3": [
|
|
||||||
"../node_modules/.pnpm/h3@1.15.11/node_modules/h3"
|
|
||||||
],
|
|
||||||
"consola": [
|
|
||||||
"../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
|
|
||||||
],
|
|
||||||
"ofetch": [
|
|
||||||
"../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
|
|
||||||
],
|
|
||||||
"crossws": [
|
|
||||||
"../node_modules/.pnpm/crossws@0.3.5/node_modules/crossws"
|
|
||||||
],
|
|
||||||
"nitropack": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack"
|
|
||||||
],
|
|
||||||
"vite/client": [
|
|
||||||
"../node_modules/.pnpm/vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0/node_modules/vite/client"
|
|
||||||
],
|
|
||||||
"nitropack/types": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/types"
|
|
||||||
],
|
|
||||||
"nitropack/runtime": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/runtime"
|
|
||||||
],
|
|
||||||
"#shared": [
|
|
||||||
"../shared"
|
|
||||||
],
|
|
||||||
"#shared/*": [
|
|
||||||
"../shared/*"
|
|
||||||
],
|
|
||||||
"#server": [
|
|
||||||
"../server"
|
|
||||||
],
|
|
||||||
"#server/*": [
|
|
||||||
"../server/*"
|
|
||||||
],
|
|
||||||
"#build": [
|
|
||||||
"./"
|
|
||||||
],
|
|
||||||
"#build/*": [
|
|
||||||
"./*"
|
|
||||||
],
|
|
||||||
"#internal/nuxt/paths": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths"
|
|
||||||
],
|
|
||||||
"#unhead/composables": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/head/runtime/composables"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"lib": [
|
|
||||||
"esnext",
|
|
||||||
"webworker",
|
|
||||||
"dom.iterable"
|
|
||||||
],
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"allowArbitraryExtensions": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"./types/nitro-nuxt.d.ts",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/dist/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/runtime/server",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/dist/runtime/server",
|
|
||||||
"../server/**/*",
|
|
||||||
"../shared/**/*.d.ts",
|
|
||||||
"./types/nitro.d.ts"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"../node_modules",
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxtjs+tailwindcss@6.14.0_magicast@0.5.3_yaml@2.9.0/node_modules/@nuxtjs/tailwindcss/node_modules",
|
|
||||||
"../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools/node_modules",
|
|
||||||
"../node_modules/.pnpm/@nuxt+telemetry@2.8.0_@nuxt+kit@4.4.8_magicast@0.5.3_/node_modules/@nuxt/telemetry/node_modules",
|
|
||||||
"../dist"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"paths": {
|
|
||||||
"nuxt": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt"
|
|
||||||
],
|
|
||||||
"@unhead/vue": [
|
|
||||||
"../node_modules/.pnpm/@unhead+vue@2.1.15_vue@3.5.40_typescript@6.0.3_/node_modules/@unhead/vue"
|
|
||||||
],
|
|
||||||
"@nuxt/devtools": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+devtools@3.2.4_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0__vue@3.5.40_typescript@6.0.3_/node_modules/@nuxt/devtools"
|
|
||||||
],
|
|
||||||
"@vue/runtime-core": [
|
|
||||||
"../node_modules/.pnpm/@vue+runtime-core@3.5.40/node_modules/@vue/runtime-core"
|
|
||||||
],
|
|
||||||
"@vue/compiler-sfc": [
|
|
||||||
"../node_modules/.pnpm/@vue+compiler-sfc@3.5.40/node_modules/@vue/compiler-sfc"
|
|
||||||
],
|
|
||||||
"@nuxt/schema": [
|
|
||||||
"../node_modules/.pnpm/@nuxt+schema@4.4.8/node_modules/@nuxt/schema"
|
|
||||||
],
|
|
||||||
"defu": [
|
|
||||||
"../node_modules/.pnpm/defu@6.1.7/node_modules/defu"
|
|
||||||
],
|
|
||||||
"h3": [
|
|
||||||
"../node_modules/.pnpm/h3@1.15.11/node_modules/h3"
|
|
||||||
],
|
|
||||||
"consola": [
|
|
||||||
"../node_modules/.pnpm/consola@3.4.2/node_modules/consola"
|
|
||||||
],
|
|
||||||
"ofetch": [
|
|
||||||
"../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch"
|
|
||||||
],
|
|
||||||
"crossws": [
|
|
||||||
"../node_modules/.pnpm/crossws@0.3.5/node_modules/crossws"
|
|
||||||
],
|
|
||||||
"nitropack": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack"
|
|
||||||
],
|
|
||||||
"vite/client": [
|
|
||||||
"../node_modules/.pnpm/vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0/node_modules/vite/client"
|
|
||||||
],
|
|
||||||
"nitropack/types": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/types"
|
|
||||||
],
|
|
||||||
"nitropack/runtime": [
|
|
||||||
"../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/runtime"
|
|
||||||
],
|
|
||||||
"~": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"~/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"@": [
|
|
||||||
"../app"
|
|
||||||
],
|
|
||||||
"@/*": [
|
|
||||||
"../app/*"
|
|
||||||
],
|
|
||||||
"~~": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"~~/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"@@": [
|
|
||||||
".."
|
|
||||||
],
|
|
||||||
"@@/*": [
|
|
||||||
"../*"
|
|
||||||
],
|
|
||||||
"#shared": [
|
|
||||||
"../shared"
|
|
||||||
],
|
|
||||||
"#shared/*": [
|
|
||||||
"../shared/*"
|
|
||||||
],
|
|
||||||
"#server": [
|
|
||||||
"../server"
|
|
||||||
],
|
|
||||||
"#server/*": [
|
|
||||||
"../server/*"
|
|
||||||
],
|
|
||||||
"#app": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app"
|
|
||||||
],
|
|
||||||
"#app/*": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/*"
|
|
||||||
],
|
|
||||||
"vue-demi": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi"
|
|
||||||
],
|
|
||||||
"#vue-router": [
|
|
||||||
"../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.40_typescript@6.0.3_/node_modules/vue-router"
|
|
||||||
],
|
|
||||||
"#unhead/composables": [
|
|
||||||
"../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/head/runtime/composables"
|
|
||||||
],
|
|
||||||
"#imports": [
|
|
||||||
"./imports"
|
|
||||||
],
|
|
||||||
"#build": [
|
|
||||||
"."
|
|
||||||
],
|
|
||||||
"#build/*": [
|
|
||||||
"./*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"isolatedModules": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"allowArbitraryExtensions": true,
|
|
||||||
"strict": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"noImplicitOverride": true,
|
|
||||||
"module": "preserve",
|
|
||||||
"noEmit": true,
|
|
||||||
"types": [],
|
|
||||||
"moduleResolution": "Bundler",
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"./nuxt.shared.d.ts",
|
|
||||||
"../shared/**/*",
|
|
||||||
"../modules/*/shared/**/*",
|
|
||||||
"../layers/*/shared/**/*",
|
|
||||||
"../*.d.ts",
|
|
||||||
"../layers/*/*.d.ts"
|
|
||||||
],
|
|
||||||
"exclude": []
|
|
||||||
}
|
|
||||||
Vendored
-35
@@ -1,35 +0,0 @@
|
|||||||
|
|
||||||
import type { AppConfigInput, CustomAppConfig } from 'nuxt/schema'
|
|
||||||
import type { Defu } from 'defu'
|
|
||||||
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
const defineAppConfig: <C extends AppConfigInput> (config: C) => C
|
|
||||||
}
|
|
||||||
|
|
||||||
declare const inlineConfig = {
|
|
||||||
"nuxt": {}
|
|
||||||
}
|
|
||||||
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> { }
|
|
||||||
}
|
|
||||||
Vendored
-24
@@ -1,24 +0,0 @@
|
|||||||
declare module "#build/app-component.mjs";
|
|
||||||
declare module "#build/nitro.client.mjs";
|
|
||||||
declare module "#build/plugins.client.mjs";
|
|
||||||
declare module "#build/css.mjs";
|
|
||||||
declare module "#build/fetch.mjs";
|
|
||||||
declare module "#build/error-component.mjs";
|
|
||||||
declare module "#build/global-polyfills.mjs";
|
|
||||||
declare module "#build/layouts.mjs";
|
|
||||||
declare module "#build/middleware.mjs";
|
|
||||||
declare module "#build/nuxt.config.mjs";
|
|
||||||
declare module "#build/paths.mjs";
|
|
||||||
declare module "#build/root-component.mjs";
|
|
||||||
declare module "#build/plugins.server.mjs";
|
|
||||||
declare module "#build/test-component-wrapper.mjs";
|
|
||||||
declare module "#build/routes.mjs";
|
|
||||||
declare module "#build/pages.mjs";
|
|
||||||
declare module "#build/router.options.mjs";
|
|
||||||
declare module "#build/unhead-options.mjs";
|
|
||||||
declare module "#build/unhead.config.mjs";
|
|
||||||
declare module "#build/components.plugin.mjs";
|
|
||||||
declare module "#build/component-names.mjs";
|
|
||||||
declare module "#build/components.islands.mjs";
|
|
||||||
declare module "#build/component-chunk.mjs";
|
|
||||||
declare module "#build/route-rules.mjs";
|
|
||||||
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
import "vite/client";
|
|
||||||
Vendored
-1959
File diff suppressed because it is too large
Load Diff
Vendored
-479
@@ -1,479 +0,0 @@
|
|||||||
// Generated by auto imports
|
|
||||||
export {}
|
|
||||||
declare global {
|
|
||||||
const App: typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd').App
|
|
||||||
const Modal: typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd').Modal
|
|
||||||
const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').abortNavigation
|
|
||||||
const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').addRouteMiddleware
|
|
||||||
const callOnce: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/once').callOnce
|
|
||||||
const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/idle-callback').cancelIdleCallback
|
|
||||||
const clearError: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error').clearError
|
|
||||||
const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').clearNuxtData
|
|
||||||
const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/state').clearNuxtState
|
|
||||||
const collectDescendantNavIds: typeof import('../../app/utils/nav-tree').collectDescendantNavIds
|
|
||||||
const computed: typeof import('vue').computed
|
|
||||||
const createError: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error').createError
|
|
||||||
const createUseAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').createUseAsyncData
|
|
||||||
const createUseFetch: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch').createUseFetch
|
|
||||||
const customRef: typeof import('vue').customRef
|
|
||||||
const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').defineAppConfig
|
|
||||||
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
|
|
||||||
const defineComponent: typeof import('vue').defineComponent
|
|
||||||
const defineLazyHydrationComponent: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/lazy-hydration').defineLazyHydrationComponent
|
|
||||||
const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/component').defineNuxtComponent
|
|
||||||
const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/components/nuxt-link').defineNuxtLink
|
|
||||||
const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').defineNuxtPlugin
|
|
||||||
const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').defineNuxtRouteMiddleware
|
|
||||||
const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/pages').definePageMeta
|
|
||||||
const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').definePayloadPlugin
|
|
||||||
const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload').definePayloadReducer
|
|
||||||
const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload').definePayloadReviver
|
|
||||||
const effect: typeof import('vue').effect
|
|
||||||
const effectScope: typeof import('vue').effectScope
|
|
||||||
const ensureFullUrl: typeof import('../../app/utils/image').ensureFullUrl
|
|
||||||
const findPageBySlug: typeof import('../../app/utils/index').findPageBySlug
|
|
||||||
const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/manifest').getAppManifest
|
|
||||||
const getBannerLink: typeof import('../../app/utils/index').getBannerLink
|
|
||||||
const getCompressedImageUrl: typeof import('../../app/utils/image').getCompressedImageUrl
|
|
||||||
const getCurrentInstance: typeof import('vue').getCurrentInstance
|
|
||||||
const getCurrentScope: typeof import('vue').getCurrentScope
|
|
||||||
const getNavLink: typeof import('../../app/utils/index').getNavLink
|
|
||||||
const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/manifest').getRouteRules
|
|
||||||
const h: typeof import('vue').h
|
|
||||||
const hasInjectionContext: typeof import('vue').hasInjectionContext
|
|
||||||
const inject: typeof import('vue').inject
|
|
||||||
const injectHead: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').injectHead
|
|
||||||
const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error').isNuxtError
|
|
||||||
const isParentNavigation: typeof import('../../app/utils/nav-tree').isParentNavigation
|
|
||||||
const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload').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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi').isVue2
|
|
||||||
const isVue3: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi').isVue3
|
|
||||||
const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload').loadPayload
|
|
||||||
const mapNavTitle: typeof import('../../app/utils/index').mapNavTitle
|
|
||||||
const markRaw: typeof import('vue').markRaw
|
|
||||||
const message: typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd').message
|
|
||||||
const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').navigateTo
|
|
||||||
const nextTick: typeof import('vue').nextTick
|
|
||||||
const normalizePhone: typeof import('../../app/utils/validators').normalizePhone
|
|
||||||
const notification: typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd').notification
|
|
||||||
const onActivated: typeof import('vue').onActivated
|
|
||||||
const onBeforeMount: typeof import('vue').onBeforeMount
|
|
||||||
const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
|
|
||||||
const onBeforeRouteUpdate: typeof import('vue-router').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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ready').onNuxtReady
|
|
||||||
const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').onPrehydrate
|
|
||||||
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 onWatcherCleanup: typeof import('vue').onWatcherCleanup
|
|
||||||
const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload').prefetchComponents
|
|
||||||
const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload').preloadComponents
|
|
||||||
const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload').preloadPayload
|
|
||||||
const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload').preloadRouteComponents
|
|
||||||
const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').prerenderRoutes
|
|
||||||
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 refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/cookie').refreshCookie
|
|
||||||
const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').refreshNuxtData
|
|
||||||
const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/chunk').reloadNuxtApp
|
|
||||||
const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/idle-callback').requestIdleCallback
|
|
||||||
const resolveComponent: typeof import('vue').resolveComponent
|
|
||||||
const resolveTemplateKey: typeof import('../../app/utils/index').resolveTemplateKey
|
|
||||||
const safeJsonParse: typeof import('../../app/utils/index').safeJsonParse
|
|
||||||
const setInterval: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/interval').setInterval
|
|
||||||
const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').setPageLayout
|
|
||||||
const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error').showError
|
|
||||||
const stripHtml: typeof import('../../app/utils/index').stripHtml
|
|
||||||
const toRaw: typeof import('vue').toRaw
|
|
||||||
const toRef: typeof import('vue').toRef
|
|
||||||
const toRefs: typeof import('vue').toRefs
|
|
||||||
const toTemplateKey: typeof import('../../app/utils/index').toTemplateKey
|
|
||||||
const toValue: typeof import('vue').toValue
|
|
||||||
const triggerRef: typeof import('vue').triggerRef
|
|
||||||
const truncate: typeof import('../../app/utils/index').truncate
|
|
||||||
const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').tryUseNuxtApp
|
|
||||||
const unref: typeof import('vue').unref
|
|
||||||
const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/config').updateAppConfig
|
|
||||||
const useAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/announcer').useAnnouncer
|
|
||||||
const useApp: typeof import('../../app/composables/useApp').useApp
|
|
||||||
const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/config').useAppConfig
|
|
||||||
const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').useAsyncData
|
|
||||||
const useAttrs: typeof import('vue').useAttrs
|
|
||||||
const useBreadcrumbSeo: typeof import('../../app/composables/usePageSeo').useBreadcrumbSeo
|
|
||||||
const useCms: typeof import('../../app/composables/useCms').useCms
|
|
||||||
const useConsult: typeof import('../../app/composables/useConsult').useConsult
|
|
||||||
const useContactForm: typeof import('../../app/composables/useContactForm').useContactForm
|
|
||||||
const useCookie: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/cookie').useCookie
|
|
||||||
const useCssModule: typeof import('vue').useCssModule
|
|
||||||
const useCssVars: typeof import('vue').useCssVars
|
|
||||||
const useError: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error').useError
|
|
||||||
const useFeatures: typeof import('../../app/composables/useFeatures').useFeatures
|
|
||||||
const useFetch: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch').useFetch
|
|
||||||
const useFileUrl: typeof import('../../app/composables/useFileUrl').useFileUrl
|
|
||||||
const useHead: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useHead
|
|
||||||
const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useHeadSafe
|
|
||||||
const useHydration: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/hydrate').useHydration
|
|
||||||
const useId: typeof import('vue').useId
|
|
||||||
const useJsonLd: typeof import('../../app/composables/usePageSeo').useJsonLd
|
|
||||||
const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').useLazyAsyncData
|
|
||||||
const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch').useLazyFetch
|
|
||||||
const useLink: typeof import('vue-router').useLink
|
|
||||||
const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/loading-indicator').useLoadingIndicator
|
|
||||||
const useModel: typeof import('vue').useModel
|
|
||||||
const useModuleRoute: typeof import('../../app/composables/useModuleRoute').useModuleRoute
|
|
||||||
const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').useNuxtApp
|
|
||||||
const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData').useNuxtData
|
|
||||||
const useOrganizationSeo: typeof import('../../app/composables/usePageSeo').useOrganizationSeo
|
|
||||||
const usePageSeo: typeof import('../../app/composables/usePageSeo').usePageSeo
|
|
||||||
const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preview').usePreviewMode
|
|
||||||
const useRecommend: typeof import('../../app/composables/useRecommend').useRecommend
|
|
||||||
const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').useRequestEvent
|
|
||||||
const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').useRequestFetch
|
|
||||||
const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').useRequestHeader
|
|
||||||
const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').useRequestHeaders
|
|
||||||
const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/url').useRequestURL
|
|
||||||
const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr').useResponseHeader
|
|
||||||
const useRoute: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').useRoute
|
|
||||||
const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/route-announcer').useRouteAnnouncer
|
|
||||||
const useRouter: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router').useRouter
|
|
||||||
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt').useRuntimeConfig
|
|
||||||
const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/runtime-hook').useRuntimeHook
|
|
||||||
const useScript: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScript
|
|
||||||
const useScriptAhrefsAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptAhrefsAnalytics
|
|
||||||
const useScriptBingUet: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptBingUet
|
|
||||||
const useScriptCalendly: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptCalendly
|
|
||||||
const useScriptClarity: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptClarity
|
|
||||||
const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptCloudflareWebAnalytics
|
|
||||||
const useScriptCrisp: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptCrisp
|
|
||||||
const useScriptDatabuddyAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptDatabuddyAnalytics
|
|
||||||
const useScriptEventPage: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptEventPage
|
|
||||||
const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptFathomAnalytics
|
|
||||||
const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAdsense
|
|
||||||
const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAnalytics
|
|
||||||
const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleMaps
|
|
||||||
const useScriptGoogleRecaptcha: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleRecaptcha
|
|
||||||
const useScriptGoogleSignIn: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleSignIn
|
|
||||||
const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleTagManager
|
|
||||||
const useScriptGravatar: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGravatar
|
|
||||||
const useScriptHotjar: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptHotjar
|
|
||||||
const useScriptIntercom: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptIntercom
|
|
||||||
const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptLemonSqueezy
|
|
||||||
const useScriptLinkedInInsight: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptLinkedInInsight
|
|
||||||
const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptMatomoAnalytics
|
|
||||||
const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptMetaPixel
|
|
||||||
const useScriptMixpanelAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptMixpanelAnalytics
|
|
||||||
const useScriptNpm: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptNpm
|
|
||||||
const useScriptPayPal: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptPayPal
|
|
||||||
const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptPlausibleAnalytics
|
|
||||||
const useScriptPostHog: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptPostHog
|
|
||||||
const useScriptRedditPixel: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptRedditPixel
|
|
||||||
const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptRybbitAnalytics
|
|
||||||
const useScriptSegment: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptSegment
|
|
||||||
const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptSnapchatPixel
|
|
||||||
const useScriptSpeedCurve: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptSpeedCurve
|
|
||||||
const useScriptStripe: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptStripe
|
|
||||||
const useScriptTikTokPixel: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptTikTokPixel
|
|
||||||
const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerConsent
|
|
||||||
const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerElement
|
|
||||||
const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptUmamiAnalytics
|
|
||||||
const useScriptUsercentrics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptUsercentrics
|
|
||||||
const useScriptVercelAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptVercelAnalytics
|
|
||||||
const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptVimeoPlayer
|
|
||||||
const useScriptXPixel: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptXPixel
|
|
||||||
const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs').useScriptYouTubePlayer
|
|
||||||
const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useSeoMeta
|
|
||||||
const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useServerHead
|
|
||||||
const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useServerHeadSafe
|
|
||||||
const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head').useServerSeoMeta
|
|
||||||
const useShadowRoot: typeof import('vue').useShadowRoot
|
|
||||||
const useSite: typeof import('../../app/composables/useSite').useSite
|
|
||||||
const useSlots: typeof import('vue').useSlots
|
|
||||||
const useState: typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/state').useState
|
|
||||||
const useSubscription: typeof import('../../app/composables/useSubscription').useSubscription
|
|
||||||
const useTemplate: typeof import('../../app/composables/useTemplate').useTemplate
|
|
||||||
const useTemplateRef: typeof import('vue').useTemplateRef
|
|
||||||
const useTenant: typeof import('../../app/composables/useTenant').useTenant
|
|
||||||
const useTransitionState: typeof import('vue').useTransitionState
|
|
||||||
const validatePhone: typeof import('../../app/utils/validators').validatePhone
|
|
||||||
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, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
||||||
import('vue')
|
|
||||||
// @ts-ignore
|
|
||||||
export type { PageMeta } from '../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/pages'
|
|
||||||
import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/pages')
|
|
||||||
// @ts-ignore
|
|
||||||
export type { ConsultPreset } from '../../app/composables/useConsult'
|
|
||||||
import('../../app/composables/useConsult')
|
|
||||||
// @ts-ignore
|
|
||||||
export type { RecommendType, UseRecommendOptions, UseRecommendReturn } from '../../app/composables/useRecommend'
|
|
||||||
import('../../app/composables/useRecommend')
|
|
||||||
// @ts-ignore
|
|
||||||
export type { TemplateConfig, TemplateComponents } from '../../app/composables/useTemplate'
|
|
||||||
import('../../app/composables/useTemplate')
|
|
||||||
// @ts-ignore
|
|
||||||
export type { ImageCompressOptions } from '../../app/utils/image'
|
|
||||||
import('../../app/utils/image')
|
|
||||||
}
|
|
||||||
// for vue template auto import
|
|
||||||
import { UnwrapRef } from 'vue'
|
|
||||||
declare module 'vue' {
|
|
||||||
interface ComponentCustomProperties {
|
|
||||||
readonly App: UnwrapRef<typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd')['App']>
|
|
||||||
readonly Modal: UnwrapRef<typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd')['Modal']>
|
|
||||||
readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
|
|
||||||
readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
|
|
||||||
readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/once')['callOnce']>
|
|
||||||
readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
|
|
||||||
readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error')['clearError']>
|
|
||||||
readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
|
|
||||||
readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
|
|
||||||
readonly collectDescendantNavIds: UnwrapRef<typeof import('../../app/utils/nav-tree')['collectDescendantNavIds']>
|
|
||||||
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
|
||||||
readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error')['createError']>
|
|
||||||
readonly createUseAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['createUseAsyncData']>
|
|
||||||
readonly createUseFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch')['createUseFetch']>
|
|
||||||
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
|
||||||
readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
|
|
||||||
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
|
||||||
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
|
||||||
readonly defineLazyHydrationComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/lazy-hydration')['defineLazyHydrationComponent']>
|
|
||||||
readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
|
|
||||||
readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
|
|
||||||
readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
|
|
||||||
readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
|
|
||||||
readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/pages')['definePageMeta']>
|
|
||||||
readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
|
|
||||||
readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
|
|
||||||
readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
|
|
||||||
readonly effect: UnwrapRef<typeof import('vue')['effect']>
|
|
||||||
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
|
||||||
readonly ensureFullUrl: UnwrapRef<typeof import('../../app/utils/image')['ensureFullUrl']>
|
|
||||||
readonly findPageBySlug: UnwrapRef<typeof import('../../app/utils/index')['findPageBySlug']>
|
|
||||||
readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
|
|
||||||
readonly getBannerLink: UnwrapRef<typeof import('../../app/utils/index')['getBannerLink']>
|
|
||||||
readonly getCompressedImageUrl: UnwrapRef<typeof import('../../app/utils/image')['getCompressedImageUrl']>
|
|
||||||
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
||||||
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
||||||
readonly getNavLink: UnwrapRef<typeof import('../../app/utils/index')['getNavLink']>
|
|
||||||
readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
|
|
||||||
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('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['injectHead']>
|
|
||||||
readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
|
|
||||||
readonly isParentNavigation: UnwrapRef<typeof import('../../app/utils/nav-tree')['isParentNavigation']>
|
|
||||||
readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload')['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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
|
|
||||||
readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
|
|
||||||
readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
|
|
||||||
readonly mapNavTitle: UnwrapRef<typeof import('../../app/utils/index')['mapNavTitle']>
|
|
||||||
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
|
||||||
readonly message: UnwrapRef<typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd')['message']>
|
|
||||||
readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['navigateTo']>
|
|
||||||
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
|
||||||
readonly normalizePhone: UnwrapRef<typeof import('../../app/utils/validators')['normalizePhone']>
|
|
||||||
readonly notification: UnwrapRef<typeof import('../../node_modules/.pnpm/@ant-design-vue+nuxt@1.4.6_ant-design-vue@4.2.6_vue@3.5.40_typescript@6.0.3___magicast@0.5.3__hnxw5qdihmqhvtqmax6xmy3xiy/node_modules/@ant-design-vue/nuxt/dist/runtime/antd')['notification']>
|
|
||||||
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
|
||||||
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
|
||||||
readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
|
|
||||||
readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
|
|
||||||
readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
|
|
||||||
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 onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
|
|
||||||
readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
|
|
||||||
readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
|
|
||||||
readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
|
|
||||||
readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
|
|
||||||
readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
|
|
||||||
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 refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
|
|
||||||
readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
|
|
||||||
readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
|
|
||||||
readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
|
|
||||||
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
||||||
readonly resolveTemplateKey: UnwrapRef<typeof import('../../app/utils/index')['resolveTemplateKey']>
|
|
||||||
readonly safeJsonParse: UnwrapRef<typeof import('../../app/utils/index')['safeJsonParse']>
|
|
||||||
readonly setInterval: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/compat/interval')['setInterval']>
|
|
||||||
readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
|
|
||||||
readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['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/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error')['showError']>
|
|
||||||
readonly stripHtml: UnwrapRef<typeof import('../../app/utils/index')['stripHtml']>
|
|
||||||
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
|
||||||
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
|
||||||
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
|
||||||
readonly toTemplateKey: UnwrapRef<typeof import('../../app/utils/index')['toTemplateKey']>
|
|
||||||
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
|
||||||
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
|
||||||
readonly truncate: UnwrapRef<typeof import('../../app/utils/index')['truncate']>
|
|
||||||
readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
|
|
||||||
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
|
||||||
readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/config')['updateAppConfig']>
|
|
||||||
readonly useAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/announcer')['useAnnouncer']>
|
|
||||||
readonly useApp: UnwrapRef<typeof import('../../app/composables/useApp')['useApp']>
|
|
||||||
readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/config')['useAppConfig']>
|
|
||||||
readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
|
|
||||||
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
|
||||||
readonly useBreadcrumbSeo: UnwrapRef<typeof import('../../app/composables/usePageSeo')['useBreadcrumbSeo']>
|
|
||||||
readonly useCms: UnwrapRef<typeof import('../../app/composables/useCms')['useCms']>
|
|
||||||
readonly useConsult: UnwrapRef<typeof import('../../app/composables/useConsult')['useConsult']>
|
|
||||||
readonly useContactForm: UnwrapRef<typeof import('../../app/composables/useContactForm')['useContactForm']>
|
|
||||||
readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
|
|
||||||
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
||||||
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
|
||||||
readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/error')['useError']>
|
|
||||||
readonly useFeatures: UnwrapRef<typeof import('../../app/composables/useFeatures')['useFeatures']>
|
|
||||||
readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
|
|
||||||
readonly useFileUrl: UnwrapRef<typeof import('../../app/composables/useFileUrl')['useFileUrl']>
|
|
||||||
readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useHead']>
|
|
||||||
readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
|
|
||||||
readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
|
|
||||||
readonly useId: UnwrapRef<typeof import('vue')['useId']>
|
|
||||||
readonly useJsonLd: UnwrapRef<typeof import('../../app/composables/usePageSeo')['useJsonLd']>
|
|
||||||
readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
|
|
||||||
readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
|
|
||||||
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
|
|
||||||
readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
|
|
||||||
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
|
|
||||||
readonly useModuleRoute: UnwrapRef<typeof import('../../app/composables/useModuleRoute')['useModuleRoute']>
|
|
||||||
readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
|
|
||||||
readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
|
|
||||||
readonly useOrganizationSeo: UnwrapRef<typeof import('../../app/composables/usePageSeo')['useOrganizationSeo']>
|
|
||||||
readonly usePageSeo: UnwrapRef<typeof import('../../app/composables/usePageSeo')['usePageSeo']>
|
|
||||||
readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
|
|
||||||
readonly useRecommend: UnwrapRef<typeof import('../../app/composables/useRecommend')['useRecommend']>
|
|
||||||
readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
|
|
||||||
readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
|
|
||||||
readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
|
|
||||||
readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
|
|
||||||
readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
|
|
||||||
readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
|
|
||||||
readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['useRoute']>
|
|
||||||
readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
|
|
||||||
readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/router')['useRouter']>
|
|
||||||
readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
|
|
||||||
readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
|
|
||||||
readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScript']>
|
|
||||||
readonly useScriptAhrefsAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptAhrefsAnalytics']>
|
|
||||||
readonly useScriptBingUet: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptBingUet']>
|
|
||||||
readonly useScriptCalendly: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCalendly']>
|
|
||||||
readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']>
|
|
||||||
readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']>
|
|
||||||
readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']>
|
|
||||||
readonly useScriptDatabuddyAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptDatabuddyAnalytics']>
|
|
||||||
readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']>
|
|
||||||
readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']>
|
|
||||||
readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']>
|
|
||||||
readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']>
|
|
||||||
readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']>
|
|
||||||
readonly useScriptGoogleRecaptcha: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleRecaptcha']>
|
|
||||||
readonly useScriptGoogleSignIn: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleSignIn']>
|
|
||||||
readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']>
|
|
||||||
readonly useScriptGravatar: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGravatar']>
|
|
||||||
readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']>
|
|
||||||
readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']>
|
|
||||||
readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']>
|
|
||||||
readonly useScriptLinkedInInsight: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLinkedInInsight']>
|
|
||||||
readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']>
|
|
||||||
readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']>
|
|
||||||
readonly useScriptMixpanelAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMixpanelAnalytics']>
|
|
||||||
readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']>
|
|
||||||
readonly useScriptPayPal: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPayPal']>
|
|
||||||
readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']>
|
|
||||||
readonly useScriptPostHog: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPostHog']>
|
|
||||||
readonly useScriptRedditPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRedditPixel']>
|
|
||||||
readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRybbitAnalytics']>
|
|
||||||
readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']>
|
|
||||||
readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSnapchatPixel']>
|
|
||||||
readonly useScriptSpeedCurve: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSpeedCurve']>
|
|
||||||
readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']>
|
|
||||||
readonly useScriptTikTokPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTikTokPixel']>
|
|
||||||
readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']>
|
|
||||||
readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']>
|
|
||||||
readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptUmamiAnalytics']>
|
|
||||||
readonly useScriptUsercentrics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptUsercentrics']>
|
|
||||||
readonly useScriptVercelAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVercelAnalytics']>
|
|
||||||
readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']>
|
|
||||||
readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']>
|
|
||||||
readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']>
|
|
||||||
readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
|
|
||||||
readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useServerHead']>
|
|
||||||
readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
|
|
||||||
readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
|
|
||||||
readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
|
|
||||||
readonly useSite: UnwrapRef<typeof import('../../app/composables/useSite')['useSite']>
|
|
||||||
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
|
||||||
readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/composables/state')['useState']>
|
|
||||||
readonly useSubscription: UnwrapRef<typeof import('../../app/composables/useSubscription')['useSubscription']>
|
|
||||||
readonly useTemplate: UnwrapRef<typeof import('../../app/composables/useTemplate')['useTemplate']>
|
|
||||||
readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
|
|
||||||
readonly useTenant: UnwrapRef<typeof import('../../app/composables/useTenant')['useTenant']>
|
|
||||||
readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
|
|
||||||
readonly validatePhone: UnwrapRef<typeof import('../../app/utils/validators')['validatePhone']>
|
|
||||||
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']>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-21
@@ -1,21 +0,0 @@
|
|||||||
import type { ComputedRef, MaybeRef } from 'vue'
|
|
||||||
|
|
||||||
type ComponentProps<T> = T extends new(...args: any) => { $props: infer P } ? NonNullable<P>
|
|
||||||
: T extends (props: infer P, ...args: any) => any ? P
|
|
||||||
: {}
|
|
||||||
|
|
||||||
declare module 'nuxt/app' {
|
|
||||||
interface NuxtLayouts {
|
|
||||||
blank: ComponentProps<typeof import("/Users/gxwebsoft/VUE/hjc-web/app/layouts/blank.vue").default>
|
|
||||||
default: ComponentProps<typeof import("/Users/gxwebsoft/VUE/hjc-web/app/layouts/default.vue").default>
|
|
||||||
}
|
|
||||||
export type LayoutKey = keyof NuxtLayouts extends never ? string : keyof NuxtLayouts
|
|
||||||
interface PageMeta {
|
|
||||||
layout?: MaybeRef<LayoutKey | false> | ComputedRef<LayoutKey | false> | {
|
|
||||||
[K in LayoutKey]: {
|
|
||||||
name?: MaybeRef<K | false> | ComputedRef<K | false>
|
|
||||||
props?: NuxtLayouts[K]
|
|
||||||
}
|
|
||||||
}[LayoutKey]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-7
@@ -1,7 +0,0 @@
|
|||||||
import type { NavigationGuard } from 'vue-router'
|
|
||||||
export type MiddlewareKey = never
|
|
||||||
declare module 'nuxt/app' {
|
|
||||||
interface PageMeta {
|
|
||||||
middleware?: MiddlewareKey | NavigationGuard | Array<MiddlewareKey | NavigationGuard>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-99
@@ -1,99 +0,0 @@
|
|||||||
import { NuxtModule, ModuleDependencyMeta } from '@nuxt/schema'
|
|
||||||
declare module '@nuxt/schema' {
|
|
||||||
interface ModuleDependencies {
|
|
||||||
["@nuxtjs/tailwindcss"]?: ModuleDependencyMeta<typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["ant-design-vue"]?: ModuleDependencyMeta<typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
}
|
|
||||||
interface NuxtOptions {
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxtjs/tailwindcss`
|
|
||||||
*/
|
|
||||||
["tailwindcss"]: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@ant-design-vue/nuxt`
|
|
||||||
*/
|
|
||||||
["antd"]: typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/devtools`
|
|
||||||
*/
|
|
||||||
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/telemetry`
|
|
||||||
*/
|
|
||||||
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
}
|
|
||||||
interface NuxtConfig {
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxtjs/tailwindcss`
|
|
||||||
*/
|
|
||||||
["tailwindcss"]?: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@ant-design-vue/nuxt`
|
|
||||||
*/
|
|
||||||
["antd"]?: typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/devtools`
|
|
||||||
*/
|
|
||||||
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/telemetry`
|
|
||||||
*/
|
|
||||||
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["@nuxtjs/tailwindcss", Exclude<NuxtConfig["tailwindcss"], boolean>] | ["@ant-design-vue/nuxt", Exclude<NuxtConfig["antd"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
|
|
||||||
}
|
|
||||||
}
|
|
||||||
declare module 'nuxt/schema' {
|
|
||||||
interface ModuleDependencies {
|
|
||||||
["@nuxtjs/tailwindcss"]?: ModuleDependencyMeta<typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["ant-design-vue"]?: ModuleDependencyMeta<typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O | false : Record<string, unknown>> | false
|
|
||||||
}
|
|
||||||
interface NuxtOptions {
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxtjs/tailwindcss`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxtjs/tailwindcss
|
|
||||||
*/
|
|
||||||
["tailwindcss"]: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@ant-design-vue/nuxt`
|
|
||||||
* @see https://www.npmjs.com/package/@ant-design-vue/nuxt
|
|
||||||
*/
|
|
||||||
["antd"]: typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/devtools`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxt/devtools
|
|
||||||
*/
|
|
||||||
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/telemetry`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxt/telemetry
|
|
||||||
*/
|
|
||||||
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O | false : Record<string, any> | false
|
|
||||||
}
|
|
||||||
interface NuxtConfig {
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxtjs/tailwindcss`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxtjs/tailwindcss
|
|
||||||
*/
|
|
||||||
["tailwindcss"]?: typeof import("@nuxtjs/tailwindcss").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@ant-design-vue/nuxt`
|
|
||||||
* @see https://www.npmjs.com/package/@ant-design-vue/nuxt
|
|
||||||
*/
|
|
||||||
["antd"]?: typeof import("@ant-design-vue/nuxt").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/devtools`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxt/devtools
|
|
||||||
*/
|
|
||||||
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
/**
|
|
||||||
* Configuration for `@nuxt/telemetry`
|
|
||||||
* @see https://www.npmjs.com/package/@nuxt/telemetry
|
|
||||||
*/
|
|
||||||
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> | false : Record<string, any> | false
|
|
||||||
modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["@nuxtjs/tailwindcss", Exclude<NuxtConfig["tailwindcss"], boolean>] | ["@ant-design-vue/nuxt", Exclude<NuxtConfig["antd"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-14
@@ -1,14 +0,0 @@
|
|||||||
// Generated by nitro
|
|
||||||
|
|
||||||
// App Config
|
|
||||||
import type { Defu } from 'defu'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
type UserAppConfig = Defu<{}, []>
|
|
||||||
|
|
||||||
declare module "nitropack/types" {
|
|
||||||
interface AppConfig extends UserAppConfig {}
|
|
||||||
|
|
||||||
}
|
|
||||||
export {}
|
|
||||||
Vendored
-182
@@ -1,182 +0,0 @@
|
|||||||
declare global {
|
|
||||||
const CAPTCHA_MAX_AGE: typeof import('../../server/utils/guard').CAPTCHA_MAX_AGE
|
|
||||||
const H3Error: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').H3Error
|
|
||||||
const H3Event: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').H3Event
|
|
||||||
const __buildAssetsURL: typeof import('../../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths').buildAssetsURL
|
|
||||||
const __publicAssetsURL: typeof import('../../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths').publicAssetsURL
|
|
||||||
const appendCorsHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendCorsHeaders
|
|
||||||
const appendCorsPreflightHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendCorsPreflightHeaders
|
|
||||||
const appendHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendHeader
|
|
||||||
const appendHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendHeaders
|
|
||||||
const appendResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendResponseHeader
|
|
||||||
const appendResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').appendResponseHeaders
|
|
||||||
const assertMethod: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').assertMethod
|
|
||||||
const cachedEventHandler: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/cache').cachedEventHandler
|
|
||||||
const cachedFunction: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/cache').cachedFunction
|
|
||||||
const callNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').callNodeListener
|
|
||||||
const checkCaptchaTicket: typeof import('../../server/utils/guard').checkCaptchaTicket
|
|
||||||
const clearDedup: typeof import('../../server/utils/guard').clearDedup
|
|
||||||
const clearResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').clearResponseHeaders
|
|
||||||
const clearSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').clearSession
|
|
||||||
const clearSubscriptionCache: typeof import('../../server/utils/subscription').clearSubscriptionCache
|
|
||||||
const clearTemplateMapCache: typeof import('../../server/utils/template-map').clearTemplateMapCache
|
|
||||||
const createApp: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createApp
|
|
||||||
const createAppEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createAppEventHandler
|
|
||||||
const createError: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createError
|
|
||||||
const createEvent: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createEvent
|
|
||||||
const createEventStream: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createEventStream
|
|
||||||
const createRouter: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').createRouter
|
|
||||||
const dedupPass: typeof import('../../server/utils/guard').dedupPass
|
|
||||||
const defaultContentType: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defaultContentType
|
|
||||||
const defineAppConfig: typeof import('../../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/config').defineAppConfig
|
|
||||||
const defineCachedEventHandler: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/cache').defineCachedEventHandler
|
|
||||||
const defineCachedFunction: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/cache').defineCachedFunction
|
|
||||||
const defineEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineEventHandler
|
|
||||||
const defineLazyEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineLazyEventHandler
|
|
||||||
const defineNitroErrorHandler: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/error/utils').defineNitroErrorHandler
|
|
||||||
const defineNitroPlugin: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/plugin').defineNitroPlugin
|
|
||||||
const defineNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineNodeListener
|
|
||||||
const defineNodeMiddleware: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineNodeMiddleware
|
|
||||||
const defineRenderHandler: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/renderer').defineRenderHandler
|
|
||||||
const defineRequestMiddleware: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineRequestMiddleware
|
|
||||||
const defineResponseMiddleware: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineResponseMiddleware
|
|
||||||
const defineRouteMeta: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/meta').defineRouteMeta
|
|
||||||
const defineTask: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/task').defineTask
|
|
||||||
const defineWebSocket: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineWebSocket
|
|
||||||
const defineWebSocketHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').defineWebSocketHandler
|
|
||||||
const deleteCookie: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').deleteCookie
|
|
||||||
const dynamicEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').dynamicEventHandler
|
|
||||||
const eventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').eventHandler
|
|
||||||
const fetchWithEvent: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').fetchWithEvent
|
|
||||||
const fromNodeMiddleware: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').fromNodeMiddleware
|
|
||||||
const fromPlainHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').fromPlainHandler
|
|
||||||
const fromWebHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').fromWebHandler
|
|
||||||
const getAppDomainByDomain: typeof import('../../server/utils/app').getAppDomainByDomain
|
|
||||||
const getAppProductByDomain: typeof import('../../server/utils/app').getAppProductByDomain
|
|
||||||
const getAppProductById: typeof import('../../server/utils/app').getAppProductById
|
|
||||||
const getCmsSiteInfo: typeof import('../../server/utils/site').getCmsSiteInfo
|
|
||||||
const getContactCaptchaRequired: typeof import('../../server/utils/site').getContactCaptchaRequired
|
|
||||||
const getCookie: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getCookie
|
|
||||||
const getHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getHeader
|
|
||||||
const getHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getHeaders
|
|
||||||
const getMethod: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getMethod
|
|
||||||
const getProxyRequestHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getProxyRequestHeaders
|
|
||||||
const getQuery: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getQuery
|
|
||||||
const getRealClientIp: typeof import('../../server/utils/ip').getRealClientIp
|
|
||||||
const getRequestFingerprint: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestFingerprint
|
|
||||||
const getRequestHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestHeader
|
|
||||||
const getRequestHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestHeaders
|
|
||||||
const getRequestHost: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestHost
|
|
||||||
const getRequestIP: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestIP
|
|
||||||
const getRequestPath: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestPath
|
|
||||||
const getRequestProtocol: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestProtocol
|
|
||||||
const getRequestURL: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestURL
|
|
||||||
const getRequestWebStream: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRequestWebStream
|
|
||||||
const getResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getResponseHeader
|
|
||||||
const getResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getResponseHeaders
|
|
||||||
const getResponseStatus: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getResponseStatus
|
|
||||||
const getResponseStatusText: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getResponseStatusText
|
|
||||||
const getRouteRules: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/route-rules').getRouteRules
|
|
||||||
const getRouterParam: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRouterParam
|
|
||||||
const getRouterParams: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getRouterParams
|
|
||||||
const getSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getSession
|
|
||||||
const getSubscriptionStatus: typeof import('../../server/utils/subscription').getSubscriptionStatus
|
|
||||||
const getTemplateCodeById: typeof import('../../server/utils/template-map').getTemplateCodeById
|
|
||||||
const getTenantFromContext: typeof import('../../server/utils/tenant').getTenantFromContext
|
|
||||||
const getValidatedQuery: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getValidatedQuery
|
|
||||||
const getValidatedRouterParams: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').getValidatedRouterParams
|
|
||||||
const handleCacheHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').handleCacheHeaders
|
|
||||||
const handleCors: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').handleCors
|
|
||||||
const isCorsOriginAllowed: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isCorsOriginAllowed
|
|
||||||
const isError: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isError
|
|
||||||
const isEvent: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isEvent
|
|
||||||
const isEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isEventHandler
|
|
||||||
const isMethod: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isMethod
|
|
||||||
const isPreflightRequest: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isPreflightRequest
|
|
||||||
const isStream: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isStream
|
|
||||||
const isWebResponse: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').isWebResponse
|
|
||||||
const lazyEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').lazyEventHandler
|
|
||||||
const nitroPlugin: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/plugin').nitroPlugin
|
|
||||||
const normalizeCaseItem: typeof import('../../server/utils/case').normalizeCaseItem
|
|
||||||
const normalizePhone: typeof import('../../server/utils/validators').normalizePhone
|
|
||||||
const parseCookies: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').parseCookies
|
|
||||||
const peekCaptcha: typeof import('../../server/utils/guard').peekCaptcha
|
|
||||||
const promisifyNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').promisifyNodeListener
|
|
||||||
const proxyRequest: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').proxyRequest
|
|
||||||
const rateLimitPass: typeof import('../../server/utils/guard').rateLimitPass
|
|
||||||
const readBody: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').readBody
|
|
||||||
const readFormData: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').readFormData
|
|
||||||
const readMultipartFormData: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').readMultipartFormData
|
|
||||||
const readRawBody: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').readRawBody
|
|
||||||
const readValidatedBody: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').readValidatedBody
|
|
||||||
const removeResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').removeResponseHeader
|
|
||||||
const resolveTenantFromHost: typeof import('../../server/utils/tenant').resolveTenantFromHost
|
|
||||||
const runTask: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/task').runTask
|
|
||||||
const sanitizeStatusCode: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sanitizeStatusCode
|
|
||||||
const sanitizeStatusMessage: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sanitizeStatusMessage
|
|
||||||
const saveCaptcha: typeof import('../../server/utils/guard').saveCaptcha
|
|
||||||
const sealSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sealSession
|
|
||||||
const send: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').send
|
|
||||||
const sendError: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendError
|
|
||||||
const sendIterable: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendIterable
|
|
||||||
const sendNoContent: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendNoContent
|
|
||||||
const sendProxy: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendProxy
|
|
||||||
const sendRedirect: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendRedirect
|
|
||||||
const sendStream: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendStream
|
|
||||||
const sendWebResponse: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').sendWebResponse
|
|
||||||
const serveStatic: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').serveStatic
|
|
||||||
const setCookie: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setCookie
|
|
||||||
const setHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setHeader
|
|
||||||
const setHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setHeaders
|
|
||||||
const setResponseHeader: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setResponseHeader
|
|
||||||
const setResponseHeaders: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setResponseHeaders
|
|
||||||
const setResponseStatus: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').setResponseStatus
|
|
||||||
const splitCookiesString: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').splitCookiesString
|
|
||||||
const takeCaptcha: typeof import('../../server/utils/guard').takeCaptcha
|
|
||||||
const toEventHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').toEventHandler
|
|
||||||
const toNodeListener: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').toNodeListener
|
|
||||||
const toPlainHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').toPlainHandler
|
|
||||||
const toWebHandler: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').toWebHandler
|
|
||||||
const toWebRequest: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').toWebRequest
|
|
||||||
const unsealSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').unsealSession
|
|
||||||
const updateSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').updateSession
|
|
||||||
const useAppConfig: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/config').useAppConfig
|
|
||||||
const useBase: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').useBase
|
|
||||||
const useEvent: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/context').useEvent
|
|
||||||
const useNitroApp: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/app').useNitroApp
|
|
||||||
const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/config').useRuntimeConfig
|
|
||||||
const useSession: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').useSession
|
|
||||||
const useStorage: typeof import('../../node_modules/.pnpm/nitropack@2.13.4_oxc-parser@0.133.0_srvx@0.11.22_vite@7.3.6_@types+node@25.9.5_jiti@2.7.0_terser@5.49.0_yaml@2.9.0_/node_modules/nitropack/dist/runtime/internal/storage').useStorage
|
|
||||||
const validatePhone: typeof import('../../server/utils/validators').validatePhone
|
|
||||||
const verifyCaptcha: typeof import('../../server/utils/guard').verifyCaptcha
|
|
||||||
const writeEarlyHints: typeof import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3').writeEarlyHints
|
|
||||||
}
|
|
||||||
// for type re-export
|
|
||||||
declare global {
|
|
||||||
// @ts-ignore
|
|
||||||
export type { EventHandler, EventHandlerRequest, EventHandlerResponse, EventHandlerObject, H3EventContext } from '../../node_modules/.pnpm/h3@1.15.11/node_modules/h3'
|
|
||||||
import('../../node_modules/.pnpm/h3@1.15.11/node_modules/h3')
|
|
||||||
}
|
|
||||||
export { H3Event, H3Error, appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearResponseHeaders, clearSession, createApp, createAppEventHandler, createError, createEvent, createEventStream, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, defineRequestMiddleware, defineResponseMiddleware, defineWebSocket, defineWebSocketHandler, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, fromPlainHandler, fromWebHandler, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestFingerprint, getRequestHeader, getRequestHeaders, getRequestHost, getRequestIP, getRequestPath, getRequestProtocol, getRequestURL, getRequestWebStream, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, getValidatedQuery, getValidatedRouterParams, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, isWebResponse, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readFormData, readMultipartFormData, readRawBody, readValidatedBody, removeResponseHeader, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendIterable, sendNoContent, sendProxy, sendRedirect, sendStream, sendWebResponse, serveStatic, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, toPlainHandler, toWebHandler, toWebRequest, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3';
|
|
||||||
export { useNitroApp } from 'nitropack/runtime/internal/app';
|
|
||||||
export { useRuntimeConfig, useAppConfig } from 'nitropack/runtime/internal/config';
|
|
||||||
export { defineNitroPlugin, nitroPlugin } from 'nitropack/runtime/internal/plugin';
|
|
||||||
export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler } from 'nitropack/runtime/internal/cache';
|
|
||||||
export { useStorage } from 'nitropack/runtime/internal/storage';
|
|
||||||
export { defineRenderHandler } from 'nitropack/runtime/internal/renderer';
|
|
||||||
export { defineRouteMeta } from 'nitropack/runtime/internal/meta';
|
|
||||||
export { getRouteRules } from 'nitropack/runtime/internal/route-rules';
|
|
||||||
export { useEvent } from 'nitropack/runtime/internal/context';
|
|
||||||
export { defineTask, runTask } from 'nitropack/runtime/internal/task';
|
|
||||||
export { defineNitroErrorHandler } from 'nitropack/runtime/internal/error/utils';
|
|
||||||
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '/Users/gxwebsoft/VUE/hjc-web/node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths';
|
|
||||||
export { defineAppConfig } from '/Users/gxwebsoft/VUE/hjc-web/node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/utils/config';
|
|
||||||
export { getAppProductById, getAppProductByDomain, getAppDomainByDomain } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/app';
|
|
||||||
export { normalizeCaseItem } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/case';
|
|
||||||
export { rateLimitPass, dedupPass, clearDedup, saveCaptcha, takeCaptcha, peekCaptcha, verifyCaptcha, checkCaptchaTicket, CAPTCHA_MAX_AGE } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/guard';
|
|
||||||
export { getRealClientIp } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/ip';
|
|
||||||
export { getCmsSiteInfo, getContactCaptchaRequired } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/site';
|
|
||||||
export { getSubscriptionStatus, clearSubscriptionCache } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/subscription';
|
|
||||||
export { getTemplateCodeById, clearTemplateMapCache } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/template-map';
|
|
||||||
export { resolveTenantFromHost, getTenantFromContext } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/tenant';
|
|
||||||
export { normalizePhone, validatePhone } from '/Users/gxwebsoft/VUE/hjc-web/server/utils/validators';
|
|
||||||
Vendored
-17
@@ -1,17 +0,0 @@
|
|||||||
export type LayoutKey = "blank" | "default"
|
|
||||||
declare module 'nitropack' {
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
appLayout?: LayoutKey | false
|
|
||||||
}
|
|
||||||
interface NitroRouteRules {
|
|
||||||
appLayout?: LayoutKey | false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
declare module 'nitropack/types' {
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
appLayout?: LayoutKey | false
|
|
||||||
}
|
|
||||||
interface NitroRouteRules {
|
|
||||||
appLayout?: LayoutKey | false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-11
@@ -1,11 +0,0 @@
|
|||||||
export type MiddlewareKey = never
|
|
||||||
declare module 'nitropack/types' {
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
appMiddleware?: MiddlewareKey | MiddlewareKey[] | Record<MiddlewareKey, boolean>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
declare module 'nitropack' {
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
appMiddleware?: MiddlewareKey | MiddlewareKey[] | Record<MiddlewareKey, boolean>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-64
@@ -1,64 +0,0 @@
|
|||||||
|
|
||||||
/// <reference path="nitro-layouts.d.ts" />
|
|
||||||
/// <reference path="app.config.d.ts" />
|
|
||||||
/// <reference path="runtime-config.d.ts" />
|
|
||||||
/// <reference path="../../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/index.d.mts" />
|
|
||||||
/// <reference path="nitro-middleware.d.ts" />
|
|
||||||
|
|
||||||
import type { RuntimeConfig } from 'nuxt/schema'
|
|
||||||
import type { H3Event } from 'h3'
|
|
||||||
import type { LogObject } from 'consola'
|
|
||||||
import type { NuxtIslandContext, NuxtIslandResponse, NuxtRenderHTMLContext } from 'nuxt/app'
|
|
||||||
|
|
||||||
declare module 'nitropack' {
|
|
||||||
interface NitroRuntimeConfigApp {
|
|
||||||
buildAssetsDir: string
|
|
||||||
cdnURL: string
|
|
||||||
}
|
|
||||||
interface NitroRuntimeConfig extends RuntimeConfig {}
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
ssr?: boolean
|
|
||||||
noScripts?: boolean
|
|
||||||
/** @deprecated Use `noScripts` instead */
|
|
||||||
experimentalNoScripts?: boolean
|
|
||||||
}
|
|
||||||
interface NitroRouteRules {
|
|
||||||
ssr?: boolean
|
|
||||||
noScripts?: boolean
|
|
||||||
/** @deprecated Use `noScripts` instead */
|
|
||||||
experimentalNoScripts?: boolean
|
|
||||||
appMiddleware?: Record<string, boolean>
|
|
||||||
appLayout?: string | false
|
|
||||||
}
|
|
||||||
interface NitroRuntimeHooks {
|
|
||||||
'dev:ssr-logs': (ctx: { logs: LogObject[], path: string }) => void | Promise<void>
|
|
||||||
'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise<void>
|
|
||||||
'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise<void>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
declare module 'nitropack/types' {
|
|
||||||
interface NitroRuntimeConfigApp {
|
|
||||||
buildAssetsDir: string
|
|
||||||
cdnURL: string
|
|
||||||
}
|
|
||||||
interface NitroRuntimeConfig extends RuntimeConfig {}
|
|
||||||
interface NitroRouteConfig {
|
|
||||||
ssr?: boolean
|
|
||||||
noScripts?: boolean
|
|
||||||
/** @deprecated Use `noScripts` instead */
|
|
||||||
experimentalNoScripts?: boolean
|
|
||||||
}
|
|
||||||
interface NitroRouteRules {
|
|
||||||
ssr?: boolean
|
|
||||||
noScripts?: boolean
|
|
||||||
/** @deprecated Use `noScripts` instead */
|
|
||||||
experimentalNoScripts?: boolean
|
|
||||||
appMiddleware?: Record<string, boolean>
|
|
||||||
appLayout?: string | false
|
|
||||||
}
|
|
||||||
interface NitroRuntimeHooks {
|
|
||||||
'dev:ssr-logs': (ctx: { logs: LogObject[], path: string }) => void | Promise<void>
|
|
||||||
'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise<void>
|
|
||||||
'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise<void>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-74
@@ -1,74 +0,0 @@
|
|||||||
// Generated by nitro
|
|
||||||
import type { Serialize, Simplify } from "nitropack/types";
|
|
||||||
declare module "nitropack/types" {
|
|
||||||
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
||||||
interface InternalApi {
|
|
||||||
'/api/app/info': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/app/info.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/article/detail': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/article/detail.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/article/list': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/article/list.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/banner': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/banner.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/captcha/challenge': {
|
|
||||||
'post': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/captcha/challenge.post').default>>>>
|
|
||||||
}
|
|
||||||
'/api/captcha/verify': {
|
|
||||||
'post': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/captcha/verify.post').default>>>>
|
|
||||||
}
|
|
||||||
'/api/case/detail': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/case/detail.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/case/list': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/case/list.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/domain/resolve': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/domain/resolve.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/file/**:path': {
|
|
||||||
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/file/[...path]').default>>>>
|
|
||||||
}
|
|
||||||
'/api/form/submit': {
|
|
||||||
'post': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/form/submit.post').default>>>>
|
|
||||||
}
|
|
||||||
'/api/page/all': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/page/all.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/page/children': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/page/children.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/page/detail': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/page/detail.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/product/detail': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/product/detail.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/product/list': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/product/list.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/robots.txt': {
|
|
||||||
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/robots.txt').default>>>>
|
|
||||||
}
|
|
||||||
'/api/site/info': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/site/info.get').default>>>>
|
|
||||||
}
|
|
||||||
'/api/sitemap.xml': {
|
|
||||||
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/sitemap.xml').default>>>>
|
|
||||||
}
|
|
||||||
'/api/subscription/status': {
|
|
||||||
'get': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/api/subscription/status.get').default>>>>
|
|
||||||
}
|
|
||||||
'/__nuxt_error': {
|
|
||||||
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/.pnpm/@nuxt+nitro-server@4.4.8_@babel+plugin-syntax-typescript@7.29.7_@babel+core@7.29.7__db0@0.3.4_wzuwqp6zplajn3xqxlyo3mtuga/node_modules/@nuxt/nitro-server/dist/runtime/handlers/renderer').default>>>>
|
|
||||||
}
|
|
||||||
'/__nuxt_island/**': {
|
|
||||||
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/#internal/nuxt/island-renderer').default>>>>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
export {}
|
|
||||||
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
/// <reference path="./nitro-routes.d.ts" />
|
|
||||||
/// <reference path="./nitro-config.d.ts" />
|
|
||||||
/// <reference path="./nitro-imports.d.ts" />
|
|
||||||
Vendored
-34
@@ -1,34 +0,0 @@
|
|||||||
// 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 {default: Plugin<infer T>} ? Decorate<T> : unknown
|
|
||||||
|
|
||||||
type NuxtAppInjections =
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/plugins/revive-payload.client.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/head/runtime/plugins/unhead.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/pages/runtime/plugins/router.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/plugins/payload.client.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/plugins/revive-payload.server.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js")> &
|
|
||||||
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@4.4.8_@babel+plugin-syntax-jsx@7.29.7_@babel+core@7.29.7__@babel+plugin-syntax-typescrip_lt2zgg3hc7jskvwect3zd5hdce/node_modules/nuxt/dist/pages/runtime/plugins/prefetch.client.js")> &
|
|
||||||
InjectionType<typeof import("../../app/plugins/app-init.client")> &
|
|
||||||
InjectionType<typeof import("../../app/plugins/app-init.server")> &
|
|
||||||
InjectionType<typeof import("../../app/plugins/reveal.client")> &
|
|
||||||
InjectionType<typeof import("../../app/plugins/site-init.server")>
|
|
||||||
|
|
||||||
declare module '#app' {
|
|
||||||
interface NuxtApp extends NuxtAppInjections { }
|
|
||||||
|
|
||||||
interface NuxtAppLiterals {
|
|
||||||
pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:payload' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' | 'nuxt:prefetch'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module 'vue' {
|
|
||||||
interface ComponentCustomProperties extends NuxtAppInjections { }
|
|
||||||
}
|
|
||||||
|
|
||||||
export { }
|
|
||||||
Vendored
-62
@@ -1,62 +0,0 @@
|
|||||||
import { RuntimeConfig as UserRuntimeConfig, PublicRuntimeConfig as UserPublicRuntimeConfig } from 'nuxt/schema'
|
|
||||||
interface SharedRuntimeConfig {
|
|
||||||
app: {
|
|
||||||
buildId: string,
|
|
||||||
|
|
||||||
baseURL: string,
|
|
||||||
|
|
||||||
buildAssetsDir: string,
|
|
||||||
|
|
||||||
cdnURL: string,
|
|
||||||
},
|
|
||||||
|
|
||||||
subscriptionCacheTtl: number,
|
|
||||||
|
|
||||||
nitro: {
|
|
||||||
envPrefix: string,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
interface SharedPublicRuntimeConfig {
|
|
||||||
tenantId: string,
|
|
||||||
|
|
||||||
appId: string,
|
|
||||||
|
|
||||||
templateId: string,
|
|
||||||
|
|
||||||
forceTemplateId: string,
|
|
||||||
|
|
||||||
siteName: string,
|
|
||||||
|
|
||||||
serverApiBase: string,
|
|
||||||
|
|
||||||
modulesApiBase: string,
|
|
||||||
|
|
||||||
appApiBase: string,
|
|
||||||
|
|
||||||
fileServerBase: string,
|
|
||||||
|
|
||||||
baseDomain: string,
|
|
||||||
|
|
||||||
baseDomains: Array<string>,
|
|
||||||
|
|
||||||
subdomainPrefixes: Array<string>,
|
|
||||||
|
|
||||||
phone: string,
|
|
||||||
|
|
||||||
wxQrcode: string,
|
|
||||||
|
|
||||||
contactCaptcha: string,
|
|
||||||
}
|
|
||||||
declare module '@nuxt/schema' {
|
|
||||||
interface RuntimeConfig extends UserRuntimeConfig {}
|
|
||||||
interface PublicRuntimeConfig extends UserPublicRuntimeConfig {}
|
|
||||||
}
|
|
||||||
declare module 'nuxt/schema' {
|
|
||||||
interface RuntimeConfig extends SharedRuntimeConfig {}
|
|
||||||
interface PublicRuntimeConfig extends SharedPublicRuntimeConfig {}
|
|
||||||
}
|
|
||||||
declare module 'vue' {
|
|
||||||
interface ComponentCustomProperties {
|
|
||||||
$config: UserRuntimeConfig
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-10
@@ -1,10 +0,0 @@
|
|||||||
// Generated by auto imports
|
|
||||||
export {}
|
|
||||||
declare global {
|
|
||||||
const useRuntimeConfig: (event?: import('h3').H3Event) => import('nuxt/schema').RuntimeConfig
|
|
||||||
const useAppConfig: () => import('nuxt/schema').AppConfig
|
|
||||||
const defineAppConfig: <C extends import('nuxt/schema').AppConfigInput>(config: C) => C
|
|
||||||
const createError: typeof import('h3')['createError']
|
|
||||||
const setResponseStatus: typeof import('h3')['setResponseStatus']
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user