@@ -101,96 +101,7 @@ declare global {
101101// for vue template auto import
102102import { UnwrapRef } from 'vue'
103103declare module 'vue' {
104- interface ComponentCustomProperties {
105- readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
106- readonly OhVueIcon : UnwrapRef < typeof import ( 'oh-vue-icons' ) [ 'OhVueIcon' ] >
107- readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
108- readonly addIcons : UnwrapRef < typeof import ( 'oh-vue-icons' ) [ 'addIcons' ] >
109- readonly afterAll : UnwrapRef < typeof import ( 'vitest' ) [ 'afterAll' ] >
110- readonly afterEach : UnwrapRef < typeof import ( 'vitest' ) [ 'afterEach' ] >
111- readonly assert : UnwrapRef < typeof import ( 'vitest' ) [ 'assert' ] >
112- readonly beforeAll : UnwrapRef < typeof import ( 'vitest' ) [ 'beforeAll' ] >
113- readonly beforeEach : UnwrapRef < typeof import ( 'vitest' ) [ 'beforeEach' ] >
114- readonly chai : UnwrapRef < typeof import ( 'vitest' ) [ 'chai' ] >
115- readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
116- readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
117- readonly createPinia : UnwrapRef < typeof import ( 'pinia' ) [ 'createPinia' ] >
118- readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
119- readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
120- readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
121- readonly defineStore : UnwrapRef < typeof import ( 'pinia' ) [ 'defineStore' ] >
122- readonly describe : UnwrapRef < typeof import ( 'vitest' ) [ 'describe' ] >
123- readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
124- readonly expect : UnwrapRef < typeof import ( 'vitest' ) [ 'expect' ] >
125- readonly getActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'getActivePinia' ] >
126- readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
127- readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
128- readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
129- readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
130- readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
131- readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
132- readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
133- readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
134- readonly it : UnwrapRef < typeof import ( 'vitest' ) [ 'it' ] >
135- readonly mapActions : UnwrapRef < typeof import ( 'pinia' ) [ 'mapActions' ] >
136- readonly mapGetters : UnwrapRef < typeof import ( 'pinia' ) [ 'mapGetters' ] >
137- readonly mapState : UnwrapRef < typeof import ( 'pinia' ) [ 'mapState' ] >
138- readonly mapStores : UnwrapRef < typeof import ( 'pinia' ) [ 'mapStores' ] >
139- readonly mapWritableState : UnwrapRef < typeof import ( 'pinia' ) [ 'mapWritableState' ] >
140- readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
141- readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
142- readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
143- readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
144- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
145- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
146- readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
147- readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
148- readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
149- readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
150- readonly onMounted : UnwrapRef < typeof import ( 'vue' ) [ 'onMounted' ] >
151- readonly onRenderTracked : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTracked' ] >
152- readonly onRenderTriggered : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTriggered' ] >
153- readonly onScopeDispose : UnwrapRef < typeof import ( 'vue' ) [ 'onScopeDispose' ] >
154- readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
155- readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
156- readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
157- readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
158- readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
159- readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
160- readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
161- readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
162- readonly setActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'setActivePinia' ] >
163- readonly setMapStoreSuffix : UnwrapRef < typeof import ( 'pinia' ) [ 'setMapStoreSuffix' ] >
164- readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
165- readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
166- readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
167- readonly storeToRefs : UnwrapRef < typeof import ( 'pinia' ) [ 'storeToRefs' ] >
168- readonly suite : UnwrapRef < typeof import ( 'vitest' ) [ 'suite' ] >
169- readonly test : UnwrapRef < typeof import ( 'vitest' ) [ 'test' ] >
170- readonly toRaw : UnwrapRef < typeof import ( 'vue' ) [ 'toRaw' ] >
171- readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
172- readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
173- readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
174- readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
175- readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
176- readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
177- readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
178- readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
179- readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
180- readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
181- readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
182- readonly useScheme : UnwrapRef < typeof import ( '@gouvminint/vue-dsfr' ) [ 'useScheme' ] >
183- readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
184- readonly useTabs : UnwrapRef < typeof import ( '@gouvminint/vue-dsfr' ) [ 'useTabs' ] >
185- readonly vi : UnwrapRef < typeof import ( 'vitest' ) [ 'vi' ] >
186- readonly vitest : UnwrapRef < typeof import ( 'vitest' ) [ 'vitest' ] >
187- readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
188- readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
189- readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
190- readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
191- }
192- }
193- declare module '@vue/runtime-core' {
104+ interface GlobalComponents { }
194105 interface ComponentCustomProperties {
195106 readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
196107 readonly OhVueIcon : UnwrapRef < typeof import ( 'oh-vue-icons' ) [ 'OhVueIcon' ] >
0 commit comments