@@ -13,13 +13,23 @@ declare global {
1313 const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
1414 const breadcrumbs : typeof import ( '../src/utils/breadcrumbs' ) [ 'default' ]
1515 const computed : typeof import ( 'vue' ) [ 'computed' ]
16+ const computedDeepDiff : typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'computedDeepDiff' ]
1617 const createApp : typeof import ( 'vue' ) [ 'createApp' ]
1718 const customRef : typeof import ( 'vue' ) [ 'customRef' ]
1819 const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
1920 const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
21+ const dfDateMatchFilter : typeof import ( '@data-fair/lib-vuetify/date-match-filter.vue' ) [ 'default' ]
22+ const dfDateRangePicker : typeof import ( '@data-fair/lib-vuetify/date-range-picker.vue' ) [ 'default' ]
23+ const dfLangSwitcher : typeof import ( '@data-fair/lib-vuetify/lang-switcher.vue' ) [ 'default' ]
24+ const dfNavigationRight : typeof import ( '@data-fair/lib-vuetify/navigation-right.vue' ) [ 'default' ]
25+ const dfOwnerAvatar : typeof import ( '@data-fair/lib-vuetify/owner-avatar.vue' ) [ 'default' ]
26+ const dfOwnerPick : typeof import ( '@data-fair/lib-vuetify/owner-pick.vue' ) [ 'default' ]
2027 const dfPersonalMenu : typeof import ( '@data-fair/lib-vuetify/personal-menu.vue' ) [ 'default' ]
28+ const dfThemeSwitcher : typeof import ( '@data-fair/lib-vuetify/theme-switcher.vue' ) [ 'default' ]
2129 const dfTutorialAlert : typeof import ( '@data-fair/lib-vuetify/tutorial-alert.vue' ) [ 'default' ]
22- 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' ]
2333 const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
2434 const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
2535 const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
@@ -115,6 +125,7 @@ declare global {
115125 const useUiNotif : typeof import ( '@data-fair/lib-vue/ui-notif.js' ) [ 'useUiNotif' ]
116126 const useWS : typeof import ( '@data-fair/lib-vue/ws.js' ) [ 'useWS' ]
117127 const watch : typeof import ( 'vue' ) [ 'watch' ]
128+ const watchDeepDiff : typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'watchDeepDiff' ]
118129 const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
119130 const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
120131 const watchSyncEffect : typeof import ( 'vue' ) [ 'watchSyncEffect' ]
@@ -139,13 +150,23 @@ declare module 'vue' {
139150 readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
140151 readonly breadcrumbs : UnwrapRef < typeof import ( '../src/utils/breadcrumbs' ) [ 'default' ] >
141152 readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
153+ readonly computedDeepDiff : UnwrapRef < typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'computedDeepDiff' ] >
142154 readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
143155 readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
144156 readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
145157 readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
158+ readonly dfDateMatchFilter : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/date-match-filter.vue' ) [ 'default' ] >
159+ readonly dfDateRangePicker : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/date-range-picker.vue' ) [ 'default' ] >
160+ readonly dfLangSwitcher : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/lang-switcher.vue' ) [ 'default' ] >
161+ readonly dfNavigationRight : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/navigation-right.vue' ) [ 'default' ] >
162+ readonly dfOwnerAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/owner-avatar.vue' ) [ 'default' ] >
163+ readonly dfOwnerPick : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/owner-pick.vue' ) [ 'default' ] >
146164 readonly dfPersonalMenu : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/personal-menu.vue' ) [ 'default' ] >
165+ readonly dfThemeSwitcher : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/theme-switcher.vue' ) [ 'default' ] >
147166 readonly dfTutorialAlert : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/tutorial-alert.vue' ) [ 'default' ] >
148- readonly dfUserAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/user-avatar.vue' ) [ 'default' ] >
167+ readonly dfUiNotif : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-notif.vue' ) [ 'default' ] >
168+ readonly dfUiNotifAlert : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-notif-alert.vue' ) [ 'default' ] >
169+ readonly dfUserAvatar : UnwrapRef < typeof import ( '@data-fair/lib-vuetify/ui-user-avatar.vue' ) [ 'default' ] >
149170 readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
150171 readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
151172 readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
@@ -240,6 +261,7 @@ declare module 'vue' {
240261 readonly useUiNotif : UnwrapRef < typeof import ( '@data-fair/lib-vue/ui-notif.js' ) [ 'useUiNotif' ] >
241262 readonly useWS : UnwrapRef < typeof import ( '@data-fair/lib-vue/ws.js' ) [ 'useWS' ] >
242263 readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
264+ readonly watchDeepDiff : UnwrapRef < typeof import ( '@data-fair/lib-vue/deep-diff.js' ) [ 'watchDeepDiff' ] >
243265 readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
244266 readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
245267 readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
0 commit comments