|
| 1 | +// Copyright (C) 2025 Intel Corporation |
| 2 | +// SPDX-License-Identifier: Apache-2.0 |
| 3 | + |
1 | 4 | /* eslint-disable */ |
2 | 5 | /* prettier-ignore */ |
3 | 6 | // @ts-nocheck |
|
6 | 9 | // biome-ignore lint: disable |
7 | 10 | export {} |
8 | 11 | declare global { |
9 | | - const EffectScope: typeof import('vue')['EffectScope'] |
10 | | - const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'] |
11 | | - const computed: typeof import('vue')['computed'] |
12 | | - const createApp: typeof import('vue')['createApp'] |
13 | | - const createPinia: typeof import('pinia')['createPinia'] |
14 | | - const customRef: typeof import('vue')['customRef'] |
15 | | - const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] |
16 | | - const defineComponent: typeof import('vue')['defineComponent'] |
17 | | - const defineStore: typeof import('pinia')['defineStore'] |
18 | | - const effectScope: typeof import('vue')['effectScope'] |
19 | | - const getActivePinia: typeof import('pinia')['getActivePinia'] |
20 | | - const getCurrentInstance: typeof import('vue')['getCurrentInstance'] |
21 | | - const getCurrentScope: typeof import('vue')['getCurrentScope'] |
22 | | - const h: typeof import('vue')['h'] |
23 | | - const inject: typeof import('vue')['inject'] |
24 | | - const isProxy: typeof import('vue')['isProxy'] |
25 | | - const isReactive: typeof import('vue')['isReactive'] |
26 | | - const isReadonly: typeof import('vue')['isReadonly'] |
27 | | - const isRef: typeof import('vue')['isRef'] |
28 | | - const mapActions: typeof import('pinia')['mapActions'] |
29 | | - const mapGetters: typeof import('pinia')['mapGetters'] |
30 | | - const mapState: typeof import('pinia')['mapState'] |
31 | | - const mapStores: typeof import('pinia')['mapStores'] |
32 | | - const mapWritableState: typeof import('pinia')['mapWritableState'] |
33 | | - const markRaw: typeof import('vue')['markRaw'] |
34 | | - const nextTick: typeof import('vue')['nextTick'] |
35 | | - const onActivated: typeof import('vue')['onActivated'] |
36 | | - const onBeforeMount: typeof import('vue')['onBeforeMount'] |
37 | | - const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave'] |
38 | | - const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate'] |
39 | | - const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] |
40 | | - const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] |
41 | | - const onDeactivated: typeof import('vue')['onDeactivated'] |
42 | | - const onErrorCaptured: typeof import('vue')['onErrorCaptured'] |
43 | | - const onMounted: typeof import('vue')['onMounted'] |
44 | | - const onRenderTracked: typeof import('vue')['onRenderTracked'] |
45 | | - const onRenderTriggered: typeof import('vue')['onRenderTriggered'] |
46 | | - const onScopeDispose: typeof import('vue')['onScopeDispose'] |
47 | | - const onServerPrefetch: typeof import('vue')['onServerPrefetch'] |
48 | | - const onUnmounted: typeof import('vue')['onUnmounted'] |
49 | | - const onUpdated: typeof import('vue')['onUpdated'] |
50 | | - const onWatcherCleanup: typeof import('vue')['onWatcherCleanup'] |
51 | | - const provide: typeof import('vue')['provide'] |
52 | | - const reactive: typeof import('vue')['reactive'] |
53 | | - const readonly: typeof import('vue')['readonly'] |
54 | | - const ref: typeof import('vue')['ref'] |
55 | | - const resolveComponent: typeof import('vue')['resolveComponent'] |
56 | | - const setActivePinia: typeof import('pinia')['setActivePinia'] |
57 | | - const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix'] |
58 | | - const shallowReactive: typeof import('vue')['shallowReactive'] |
59 | | - const shallowReadonly: typeof import('vue')['shallowReadonly'] |
60 | | - const shallowRef: typeof import('vue')['shallowRef'] |
61 | | - const storeToRefs: typeof import('pinia')['storeToRefs'] |
62 | | - const toRaw: typeof import('vue')['toRaw'] |
63 | | - const toRef: typeof import('vue')['toRef'] |
64 | | - const toRefs: typeof import('vue')['toRefs'] |
65 | | - const toValue: typeof import('vue')['toValue'] |
66 | | - const triggerRef: typeof import('vue')['triggerRef'] |
67 | | - const unref: typeof import('vue')['unref'] |
68 | | - const useAttrs: typeof import('vue')['useAttrs'] |
69 | | - const useCssModule: typeof import('vue')['useCssModule'] |
70 | | - const useCssVars: typeof import('vue')['useCssVars'] |
71 | | - const useId: typeof import('vue')['useId'] |
72 | | - const useLink: typeof import('vue-router')['useLink'] |
73 | | - const useModel: typeof import('vue')['useModel'] |
74 | | - const useRoute: typeof import('vue-router')['useRoute'] |
75 | | - const useRouter: typeof import('vue-router')['useRouter'] |
76 | | - const useSlots: typeof import('vue')['useSlots'] |
77 | | - const useTemplateRef: typeof import('vue')['useTemplateRef'] |
78 | | - const watch: typeof import('vue')['watch'] |
79 | | - const watchEffect: typeof import('vue')['watchEffect'] |
80 | | - const watchPostEffect: typeof import('vue')['watchPostEffect'] |
81 | | - const watchSyncEffect: typeof import('vue')['watchSyncEffect'] |
| 12 | + const EffectScope: (typeof import("vue"))["EffectScope"]; |
| 13 | + const acceptHMRUpdate: (typeof import("pinia"))["acceptHMRUpdate"]; |
| 14 | + const computed: (typeof import("vue"))["computed"]; |
| 15 | + const createApp: (typeof import("vue"))["createApp"]; |
| 16 | + const createPinia: (typeof import("pinia"))["createPinia"]; |
| 17 | + const customRef: (typeof import("vue"))["customRef"]; |
| 18 | + const defineAsyncComponent: (typeof import("vue"))["defineAsyncComponent"]; |
| 19 | + const defineComponent: (typeof import("vue"))["defineComponent"]; |
| 20 | + const defineStore: (typeof import("pinia"))["defineStore"]; |
| 21 | + const effectScope: (typeof import("vue"))["effectScope"]; |
| 22 | + const getActivePinia: (typeof import("pinia"))["getActivePinia"]; |
| 23 | + const getCurrentInstance: (typeof import("vue"))["getCurrentInstance"]; |
| 24 | + const getCurrentScope: (typeof import("vue"))["getCurrentScope"]; |
| 25 | + const h: (typeof import("vue"))["h"]; |
| 26 | + const inject: (typeof import("vue"))["inject"]; |
| 27 | + const isProxy: (typeof import("vue"))["isProxy"]; |
| 28 | + const isReactive: (typeof import("vue"))["isReactive"]; |
| 29 | + const isReadonly: (typeof import("vue"))["isReadonly"]; |
| 30 | + const isRef: (typeof import("vue"))["isRef"]; |
| 31 | + const mapActions: (typeof import("pinia"))["mapActions"]; |
| 32 | + const mapGetters: (typeof import("pinia"))["mapGetters"]; |
| 33 | + const mapState: (typeof import("pinia"))["mapState"]; |
| 34 | + const mapStores: (typeof import("pinia"))["mapStores"]; |
| 35 | + const mapWritableState: (typeof import("pinia"))["mapWritableState"]; |
| 36 | + const markRaw: (typeof import("vue"))["markRaw"]; |
| 37 | + const nextTick: (typeof import("vue"))["nextTick"]; |
| 38 | + const onActivated: (typeof import("vue"))["onActivated"]; |
| 39 | + const onBeforeMount: (typeof import("vue"))["onBeforeMount"]; |
| 40 | + const onBeforeRouteLeave: (typeof import("vue-router"))["onBeforeRouteLeave"]; |
| 41 | + const onBeforeRouteUpdate: (typeof import("vue-router"))["onBeforeRouteUpdate"]; |
| 42 | + const onBeforeUnmount: (typeof import("vue"))["onBeforeUnmount"]; |
| 43 | + const onBeforeUpdate: (typeof import("vue"))["onBeforeUpdate"]; |
| 44 | + const onDeactivated: (typeof import("vue"))["onDeactivated"]; |
| 45 | + const onErrorCaptured: (typeof import("vue"))["onErrorCaptured"]; |
| 46 | + const onMounted: (typeof import("vue"))["onMounted"]; |
| 47 | + const onRenderTracked: (typeof import("vue"))["onRenderTracked"]; |
| 48 | + const onRenderTriggered: (typeof import("vue"))["onRenderTriggered"]; |
| 49 | + const onScopeDispose: (typeof import("vue"))["onScopeDispose"]; |
| 50 | + const onServerPrefetch: (typeof import("vue"))["onServerPrefetch"]; |
| 51 | + const onUnmounted: (typeof import("vue"))["onUnmounted"]; |
| 52 | + const onUpdated: (typeof import("vue"))["onUpdated"]; |
| 53 | + const onWatcherCleanup: (typeof import("vue"))["onWatcherCleanup"]; |
| 54 | + const provide: (typeof import("vue"))["provide"]; |
| 55 | + const reactive: (typeof import("vue"))["reactive"]; |
| 56 | + const readonly: (typeof import("vue"))["readonly"]; |
| 57 | + const ref: (typeof import("vue"))["ref"]; |
| 58 | + const resolveComponent: (typeof import("vue"))["resolveComponent"]; |
| 59 | + const setActivePinia: (typeof import("pinia"))["setActivePinia"]; |
| 60 | + const setMapStoreSuffix: (typeof import("pinia"))["setMapStoreSuffix"]; |
| 61 | + const shallowReactive: (typeof import("vue"))["shallowReactive"]; |
| 62 | + const shallowReadonly: (typeof import("vue"))["shallowReadonly"]; |
| 63 | + const shallowRef: (typeof import("vue"))["shallowRef"]; |
| 64 | + const storeToRefs: (typeof import("pinia"))["storeToRefs"]; |
| 65 | + const toRaw: (typeof import("vue"))["toRaw"]; |
| 66 | + const toRef: (typeof import("vue"))["toRef"]; |
| 67 | + const toRefs: (typeof import("vue"))["toRefs"]; |
| 68 | + const toValue: (typeof import("vue"))["toValue"]; |
| 69 | + const triggerRef: (typeof import("vue"))["triggerRef"]; |
| 70 | + const unref: (typeof import("vue"))["unref"]; |
| 71 | + const useAttrs: (typeof import("vue"))["useAttrs"]; |
| 72 | + const useCssModule: (typeof import("vue"))["useCssModule"]; |
| 73 | + const useCssVars: (typeof import("vue"))["useCssVars"]; |
| 74 | + const useId: (typeof import("vue"))["useId"]; |
| 75 | + const useLink: (typeof import("vue-router"))["useLink"]; |
| 76 | + const useModel: (typeof import("vue"))["useModel"]; |
| 77 | + const useRoute: (typeof import("vue-router"))["useRoute"]; |
| 78 | + const useRouter: (typeof import("vue-router"))["useRouter"]; |
| 79 | + const useSlots: (typeof import("vue"))["useSlots"]; |
| 80 | + const useTemplateRef: (typeof import("vue"))["useTemplateRef"]; |
| 81 | + const watch: (typeof import("vue"))["watch"]; |
| 82 | + const watchEffect: (typeof import("vue"))["watchEffect"]; |
| 83 | + const watchPostEffect: (typeof import("vue"))["watchPostEffect"]; |
| 84 | + const watchSyncEffect: (typeof import("vue"))["watchSyncEffect"]; |
82 | 85 | } |
83 | 86 | // for type re-export |
84 | 87 | declare global { |
85 | 88 | // @ts-ignore |
86 | | - export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' |
87 | | - import('vue') |
| 89 | + export type { |
| 90 | + Component, |
| 91 | + ComponentPublicInstance, |
| 92 | + ComputedRef, |
| 93 | + DirectiveBinding, |
| 94 | + ExtractDefaultPropTypes, |
| 95 | + ExtractPropTypes, |
| 96 | + ExtractPublicPropTypes, |
| 97 | + InjectionKey, |
| 98 | + PropType, |
| 99 | + Ref, |
| 100 | + MaybeRef, |
| 101 | + MaybeRefOrGetter, |
| 102 | + VNode, |
| 103 | + WritableComputedRef, |
| 104 | + } from "vue"; |
| 105 | + import("vue"); |
88 | 106 | } |
0 commit comments