|
|
|
@ -13,7 +13,7 @@ declare global {
|
|
|
|
|
const $shallowRef: typeof import('vue/macros')['$shallowRef']
|
|
|
|
|
const $toRef: typeof import('vue/macros')['$toRef']
|
|
|
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
|
|
|
const RouterLink: typeof import('vue-router/auto')['RouterLink']
|
|
|
|
|
const NLBreakpointsEnum2: typeof import('naive-ui')['NLBreakpointsEnum2']
|
|
|
|
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
|
|
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
|
|
|
const computed: typeof import('vue')['computed']
|
|
|
|
@ -24,6 +24,9 @@ declare global {
|
|
|
|
|
const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
|
|
|
|
|
const controlledRef: typeof import('@vueuse/core')['controlledRef']
|
|
|
|
|
const createApp: typeof import('vue')['createApp']
|
|
|
|
|
const createAppProviderContext: typeof import('./composables/web/app-context')['createAppProviderContext']
|
|
|
|
|
const createBreakpointListen: typeof import('./composables/event/useBreakpoint')['createBreakpointListen']
|
|
|
|
|
const createContext: typeof import('./composables/context')['createContext']
|
|
|
|
|
const createEventHook: typeof import('@vueuse/core')['createEventHook']
|
|
|
|
|
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
|
|
|
|
|
const createGridLayoutListen: typeof import('./composables/web/theme')['createGridLayoutListen']
|
|
|
|
@ -40,22 +43,17 @@ declare global {
|
|
|
|
|
const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
|
|
|
|
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
|
|
|
const defineComponent: typeof import('vue')['defineComponent']
|
|
|
|
|
const defineLoader: typeof import('vue-router/auto')['defineLoader']
|
|
|
|
|
const definePage: typeof import('unplugin-vue-router/runtime')['_definePage']
|
|
|
|
|
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
|
|
|
|
|
const effectScope: typeof import('vue')['effectScope']
|
|
|
|
|
const envD: typeof import('./types/env.d')['default']
|
|
|
|
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
|
|
|
const getActiveHead: typeof import('@unhead/vue')['getActiveHead']
|
|
|
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
|
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
|
|
|
const getRoutes: typeof import('./composables/router/routes')['getRoutes']
|
|
|
|
|
const h: typeof import('vue')['h']
|
|
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
|
|
const inject: typeof import('vue')['inject']
|
|
|
|
|
const injectHead: typeof import('@unhead/vue')['injectHead']
|
|
|
|
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
|
|
|
const isDark: typeof import('./composables/dark')['isDark']
|
|
|
|
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
|
|
|
const isProxy: typeof import('vue')['isProxy']
|
|
|
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
|
|
@ -89,7 +87,6 @@ declare global {
|
|
|
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
|
|
|
const preferredDark: typeof import('./composables/dark')['preferredDark']
|
|
|
|
|
const provide: typeof import('vue')['provide']
|
|
|
|
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
|
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
|
|
@ -109,7 +106,6 @@ declare global {
|
|
|
|
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
|
|
|
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
|
|
|
|
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
|
|
|
|
const routeLink: typeof import('vue-router/auto')['routeLink']
|
|
|
|
|
const setGlobalOptions: typeof import('./composables/request')['setGlobalOptions']
|
|
|
|
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
|
|
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
|
|
@ -124,7 +120,6 @@ declare global {
|
|
|
|
|
const toRef: typeof import('vue')['toRef']
|
|
|
|
|
const toRefs: typeof import('vue')['toRefs']
|
|
|
|
|
const toValue: typeof import('vue')['toValue']
|
|
|
|
|
const toggleDark: typeof import('./composables/dark')['toggleDark']
|
|
|
|
|
const triggerRef: typeof import('vue')['triggerRef']
|
|
|
|
|
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
|
|
|
|
|
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
|
|
|
|
@ -138,6 +133,8 @@ declare global {
|
|
|
|
|
const useAnimate: typeof import('@vueuse/core')['useAnimate']
|
|
|
|
|
const useAppConfig: typeof import('./composables/config/app-config')['useAppConfig']
|
|
|
|
|
const useAppConfigStore: typeof import('./stores/app-config')['useAppConfigStore']
|
|
|
|
|
const useAppInject: typeof import('./composables/web/app-inject')['useAppInject']
|
|
|
|
|
const useAppProviderContext: typeof import('./composables/web/app-context')['useAppProviderContext']
|
|
|
|
|
const useAppTheme: typeof import('./composables/web/theme')['useAppTheme']
|
|
|
|
|
const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
|
|
|
|
|
const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
|
|
|
|
@ -157,6 +154,7 @@ declare global {
|
|
|
|
|
const useBase64: typeof import('@vueuse/core')['useBase64']
|
|
|
|
|
const useBattery: typeof import('@vueuse/core')['useBattery']
|
|
|
|
|
const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
|
|
|
|
|
const useBreakpoint: typeof import('./composables/event/useBreakpoint')['useBreakpoint']
|
|
|
|
|
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
|
|
|
|
|
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
|
|
|
|
|
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
|
|
@ -165,6 +163,7 @@ declare global {
|
|
|
|
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
|
|
|
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
|
|
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
|
|
|
const useContext: typeof import('./composables/context')['useContext']
|
|
|
|
|
const useCounter: typeof import('@vueuse/core')['useCounter']
|
|
|
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
|
|
|
const useCssVar: typeof import('@vueuse/core')['useCssVar']
|
|
|
|
@ -211,7 +210,6 @@ declare global {
|
|
|
|
|
const useHeaderSetting: typeof import('./composables/setting/header-setting')['useHeaderSetting']
|
|
|
|
|
const useI18n: typeof import('./composables/locale/i18n')['useI18n']
|
|
|
|
|
const useIcon: typeof import('./composables/icon')['useIcon']
|
|
|
|
|
const useIconRender: typeof import('./composables/icon')['useIconRender']
|
|
|
|
|
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
|
|
|
const useImage: typeof import('@vueuse/core')['useImage']
|
|
|
|
|
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
|
|
|
@ -235,13 +233,11 @@ declare global {
|
|
|
|
|
const useMemory: typeof import('@vueuse/core')['useMemory']
|
|
|
|
|
const useMenu: typeof import('./composables/router/menu')['useMenu']
|
|
|
|
|
const useMenuSetting: typeof import('./composables/setting/menu-setting')['useMenuSetting']
|
|
|
|
|
const useMenuStore: typeof import('./stores/menu')['useMenuStore']
|
|
|
|
|
const useMessage: typeof import('naive-ui')['useMessage']
|
|
|
|
|
const useMounted: typeof import('@vueuse/core')['useMounted']
|
|
|
|
|
const useMouse: typeof import('@vueuse/core')['useMouse']
|
|
|
|
|
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
|
|
|
|
const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
|
|
|
|
|
const useMultipleTab: typeof import('./stores/multiple-tab')['useMultipleTab']
|
|
|
|
|
const useMultipleTabSetting: typeof import('./composables/setting/multiple-tab-setting')['useMultipleTabSetting']
|
|
|
|
|
const useMultipleTabStore: typeof import('./stores/multiple-tab')['useMultipleTabStore']
|
|
|
|
|
const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
|
|
|
|
@ -381,6 +377,9 @@ declare module 'vue' {
|
|
|
|
|
readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
|
|
|
|
|
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
|
|
|
|
|
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
|
|
|
|
|
readonly createAppProviderContext: UnwrapRef<typeof import('./composables/web/app-context')['createAppProviderContext']>
|
|
|
|
|
readonly createBreakpointListen: UnwrapRef<typeof import('./composables/event/useBreakpoint')['createBreakpointListen']>
|
|
|
|
|
readonly createContext: UnwrapRef<typeof import('./composables/context')['createContext']>
|
|
|
|
|
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
|
|
|
|
|
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
|
|
|
|
|
readonly createGridLayoutListen: UnwrapRef<typeof import('./composables/web/theme')['createGridLayoutListen']>
|
|
|
|
@ -487,6 +486,8 @@ declare module 'vue' {
|
|
|
|
|
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
|
|
|
|
readonly useAppConfig: UnwrapRef<typeof import('./composables/config/app-config')['useAppConfig']>
|
|
|
|
|
readonly useAppConfigStore: UnwrapRef<typeof import('./stores/app-config')['useAppConfigStore']>
|
|
|
|
|
readonly useAppInject: UnwrapRef<typeof import('./composables/web/app-inject')['useAppInject']>
|
|
|
|
|
readonly useAppProviderContext: UnwrapRef<typeof import('./composables/web/app-context')['useAppProviderContext']>
|
|
|
|
|
readonly useAppTheme: UnwrapRef<typeof import('./composables/web/theme')['useAppTheme']>
|
|
|
|
|
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
|
|
|
|
readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
|
|
|
|
@ -506,6 +507,7 @@ declare module 'vue' {
|
|
|
|
|
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
|
|
|
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
|
|
|
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
|
|
|
readonly useBreakpoint: UnwrapRef<typeof import('./composables/event/useBreakpoint')['useBreakpoint']>
|
|
|
|
|
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
|
|
|
|
|
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
|
|
|
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
|
|
@ -514,6 +516,7 @@ declare module 'vue' {
|
|
|
|
|
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
|
|
|
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
|
|
|
|
|
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
|
|
|
readonly useContext: UnwrapRef<typeof import('./composables/context')['useContext']>
|
|
|
|
|
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
|
|
|
|
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
|
|
|
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
|
|
|
|
@ -721,6 +724,9 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
|
|
|
|
|
readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
|
|
|
|
|
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
|
|
|
|
|
readonly createAppProviderContext: UnwrapRef<typeof import('./composables/web/app-context')['createAppProviderContext']>
|
|
|
|
|
readonly createBreakpointListen: UnwrapRef<typeof import('./composables/event/useBreakpoint')['createBreakpointListen']>
|
|
|
|
|
readonly createContext: UnwrapRef<typeof import('./composables/context')['createContext']>
|
|
|
|
|
readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
|
|
|
|
|
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
|
|
|
|
|
readonly createGridLayoutListen: UnwrapRef<typeof import('./composables/web/theme')['createGridLayoutListen']>
|
|
|
|
@ -827,6 +833,8 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
|
|
|
|
|
readonly useAppConfig: UnwrapRef<typeof import('./composables/config/app-config')['useAppConfig']>
|
|
|
|
|
readonly useAppConfigStore: UnwrapRef<typeof import('./stores/app-config')['useAppConfigStore']>
|
|
|
|
|
readonly useAppInject: UnwrapRef<typeof import('./composables/web/app-inject')['useAppInject']>
|
|
|
|
|
readonly useAppProviderContext: UnwrapRef<typeof import('./composables/web/app-context')['useAppProviderContext']>
|
|
|
|
|
readonly useAppTheme: UnwrapRef<typeof import('./composables/web/theme')['useAppTheme']>
|
|
|
|
|
readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
|
|
|
|
|
readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
|
|
|
|
@ -846,6 +854,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
|
|
|
|
|
readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
|
|
|
|
|
readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
|
|
|
|
|
readonly useBreakpoint: UnwrapRef<typeof import('./composables/event/useBreakpoint')['useBreakpoint']>
|
|
|
|
|
readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
|
|
|
|
|
readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
|
|
|
|
|
readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
|
|
|
|
@ -854,6 +863,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
|
|
|
|
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
|
|
|
|
|
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
|
|
|
|
readonly useContext: UnwrapRef<typeof import('./composables/context')['useContext']>
|
|
|
|
|
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
|
|
|
|
|
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
|
|
|
|
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
|
|
|
|
|