@@ -12,13 +12,24 @@ declare global {
1212 const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
1313 const colorMethods : typeof import ( '../src/utils/constant' ) [ 'colorMethods' ]
1414 const computed : typeof import ( 'vue' ) [ 'computed' ]
15+ const computedDeepDiff : typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'computedDeepDiff' ]
1516 const createApp : typeof import ( 'vue' ) [ 'createApp' ]
1617 const customRef : typeof import ( 'vue' ) [ 'customRef' ]
1718 const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
1819 const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
20+ const dfDateMatchFilter : typeof import ( '@data-fair/lib-vuetify/date-match-filter.vue' ) [ 'default' ]
21+ const dfDateRangePicker : typeof import ( '@data-fair/lib-vuetify/date-range-picker.vue' ) [ 'default' ]
22+ const dfLangSwitcher : typeof import ( '@data-fair/lib-vuetify/lang-switcher.vue' ) [ 'default' ]
23+ const dfNavigationRight : typeof import ( '@data-fair/lib-vuetify/navigation-right.vue' ) [ 'default' ]
24+ const dfOwnerAvatar : typeof import ( '@data-fair/lib-vuetify/owner-avatar.vue' ) [ 'default' ]
25+ const dfOwnerPick : typeof import ( '@data-fair/lib-vuetify/owner-pick.vue' ) [ 'default' ]
1926 const dfPersonalMenu : typeof import ( '@data-fair/lib-vuetify/personal-menu.vue' ) [ 'default' ]
27+ const dfSearchAddress : typeof import ( '@data-fair/lib-vuetify/search-address.vue' ) [ 'default' ]
28+ const dfThemeSwitcher : typeof import ( '@data-fair/lib-vuetify/theme-switcher.vue' ) [ 'default' ]
2029 const dfTutorialAlert : typeof import ( '@data-fair/lib-vuetify/tutorial-alert.vue' ) [ 'default' ]
21- const dfUserAvatar : typeof import ( '@data-fair/lib-vuetify/user-avatar.vue' ) [ 'default' ]
30+ const dfUiNotif : typeof import ( '@data-fair/lib-vuetify/ui-notif.vue' ) [ 'default' ]
31+ const dfUiNotifAlert : typeof import ( '@data-fair/lib-vuetify/ui-notif-alert.vue' ) [ 'default' ]
32+ const dfUserAvatar : typeof import ( '@data-fair/lib-vuetify/ui-user-avatar.vue' ) [ 'default' ]
2233 const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
2334 const endpointQuerySchemaBase : typeof import ( '../src/utils/transform' ) [ 'endpointQuerySchemaBase' ]
2435 const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
@@ -68,6 +79,8 @@ declare global {
6879 const ref : typeof import ( 'vue' ) [ 'ref' ]
6980 const resolveComponent : typeof import ( 'vue' ) [ 'resolveComponent' ]
7081 const resolveExamples : typeof import ( '../src/utils/transform' ) [ 'resolveExamples' ]
82+ const resolveParameters : typeof import ( '../src/utils/transform' ) [ 'resolveParameters' ]
83+ const serializeQueryParams : typeof import ( '../src/utils/serialize' ) [ 'serializeQueryParams' ]
7184 const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
7285 const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
7386 const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
@@ -102,6 +115,7 @@ declare global {
102115 const useUiNotif : typeof import ( '@data-fair/lib-vue/ui-notif.js' ) [ 'useUiNotif' ]
103116 const useWS : typeof import ( '@data-fair/lib-vue/ws.js' ) [ 'useWS' ]
104117 const watch : typeof import ( 'vue' ) [ 'watch' ]
118+ const watchDeepDiff : typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'watchDeepDiff' ]
105119 const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
106120 const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
107121 const watchSyncEffect : typeof import ( 'vue' ) [ 'watchSyncEffect' ]
@@ -125,13 +139,24 @@ declare module 'vue' {
125139 readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
126140 readonly colorMethods : UnwrapRef < typeof import ( '../src/utils/constant' ) [ 'colorMethods' ] >
127141 readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
142+ readonly computedDeepDiff : UnwrapRef < typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'computedDeepDiff' ] >
128143 readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
129144 readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
130145 readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
131146 readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
147+ readonly dfDateMatchFilter : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/date-match-filter.vue' ) [ 'default' ] >
148+ readonly dfDateRangePicker : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/date-range-picker.vue' ) [ 'default' ] >
149+ readonly dfLangSwitcher : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/lang-switcher.vue' ) [ 'default' ] >
150+ readonly dfNavigationRight : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/navigation-right.vue' ) [ 'default' ] >
151+ readonly dfOwnerAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/owner-avatar.vue' ) [ 'default' ] >
152+ readonly dfOwnerPick : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/owner-pick.vue' ) [ 'default' ] >
132153 readonly dfPersonalMenu : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/personal-menu.vue' ) [ 'default' ] >
154+ readonly dfSearchAddress : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/search-address.vue' ) [ 'default' ] >
155+ readonly dfThemeSwitcher : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/theme-switcher.vue' ) [ 'default' ] >
133156 readonly dfTutorialAlert : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/tutorial-alert.vue' ) [ 'default' ] >
134- readonly dfUserAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/user-avatar.vue' ) [ 'default' ] >
157+ readonly dfUiNotif : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-notif.vue' ) [ 'default' ] >
158+ readonly dfUiNotifAlert : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-notif-alert.vue' ) [ 'default' ] >
159+ readonly dfUserAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-user-avatar.vue' ) [ 'default' ] >
135160 readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
136161 readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
137162 readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
@@ -178,6 +203,8 @@ declare module 'vue' {
178203 readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
179204 readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
180205 readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
206+ readonly resolveParameters : UnwrapRef < typeof import ( '../src/utils/transform' ) [ 'resolveParameters' ] >
207+ readonly serializeQueryParams : UnwrapRef < typeof import ( '../src/utils/serialize' ) [ 'serializeQueryParams' ] >
181208 readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
182209 readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
183210 readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
@@ -212,6 +239,7 @@ declare module 'vue' {
212239 readonly useUiNotif : UnwrapRef < typeof import ( '@data-fair/lib-vue/ui-notif.js' ) [ 'useUiNotif' ] >
213240 readonly useWS : UnwrapRef < typeof import ( '@data-fair/lib-vue/ws.js' ) [ 'useWS' ] >
214241 readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
242+ readonly watchDeepDiff : UnwrapRef < typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'watchDeepDiff' ] >
215243 readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
216244 readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
217245 readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
0 commit comments