auto-imports.d.ts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. // biome-ignore lint: disable
  7. export {}
  8. declare global {
  9. const $gettext: typeof import('@/gettext')['$gettext']
  10. const $ngettext: typeof import('@/gettext')['$ngettext']
  11. const $npgettext: typeof import('@/gettext')['$npgettext']
  12. const $pgettext: typeof import('@/gettext')['$pgettext']
  13. const EffectScope: typeof import('vue')['EffectScope']
  14. const T: typeof import('@/language')['T']
  15. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  16. const computed: typeof import('vue')['computed']
  17. const createApp: typeof import('vue')['createApp']
  18. const createPinia: typeof import('pinia')['createPinia']
  19. const customRef: typeof import('vue')['customRef']
  20. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  21. const defineComponent: typeof import('vue')['defineComponent']
  22. const defineStore: typeof import('pinia')['defineStore']
  23. const effectScope: typeof import('vue')['effectScope']
  24. const getActivePinia: typeof import('pinia')['getActivePinia']
  25. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  26. const getCurrentScope: typeof import('vue')['getCurrentScope']
  27. const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
  28. const h: typeof import('vue')['h']
  29. const inject: typeof import('vue')['inject']
  30. const isProxy: typeof import('vue')['isProxy']
  31. const isReactive: typeof import('vue')['isReactive']
  32. const isReadonly: typeof import('vue')['isReadonly']
  33. const isRef: typeof import('vue')['isRef']
  34. const isShallow: typeof import('vue')['isShallow']
  35. const mapActions: typeof import('pinia')['mapActions']
  36. const mapGetters: typeof import('pinia')['mapGetters']
  37. const mapState: typeof import('pinia')['mapState']
  38. const mapStores: typeof import('pinia')['mapStores']
  39. const mapWritableState: typeof import('pinia')['mapWritableState']
  40. const markRaw: typeof import('vue')['markRaw']
  41. const nextTick: typeof import('vue')['nextTick']
  42. const onActivated: typeof import('vue')['onActivated']
  43. const onBeforeMount: typeof import('vue')['onBeforeMount']
  44. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  45. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  46. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  47. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  48. const onDeactivated: typeof import('vue')['onDeactivated']
  49. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  50. const onMounted: typeof import('vue')['onMounted']
  51. const onRenderTracked: typeof import('vue')['onRenderTracked']
  52. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  53. const onScopeDispose: typeof import('vue')['onScopeDispose']
  54. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  55. const onUnmounted: typeof import('vue')['onUnmounted']
  56. const onUpdated: typeof import('vue')['onUpdated']
  57. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  58. const provide: typeof import('vue')['provide']
  59. const reactive: typeof import('vue')['reactive']
  60. const readonly: typeof import('vue')['readonly']
  61. const ref: typeof import('vue')['ref']
  62. const resolveComponent: typeof import('vue')['resolveComponent']
  63. const setActivePinia: typeof import('pinia')['setActivePinia']
  64. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  65. const shallowReactive: typeof import('vue')['shallowReactive']
  66. const shallowReadonly: typeof import('vue')['shallowReadonly']
  67. const shallowRef: typeof import('vue')['shallowRef']
  68. const storeToRefs: typeof import('pinia')['storeToRefs']
  69. const toRaw: typeof import('vue')['toRaw']
  70. const toRef: typeof import('vue')['toRef']
  71. const toRefs: typeof import('vue')['toRefs']
  72. const toValue: typeof import('vue')['toValue']
  73. const triggerRef: typeof import('vue')['triggerRef']
  74. const unref: typeof import('vue')['unref']
  75. const useAttrs: typeof import('vue')['useAttrs']
  76. const useCssModule: typeof import('vue')['useCssModule']
  77. const useCssVars: typeof import('vue')['useCssVars']
  78. const useId: typeof import('vue')['useId']
  79. const useLink: typeof import('vue-router')['useLink']
  80. const useModel: typeof import('vue')['useModel']
  81. const useRoute: typeof import('vue-router')['useRoute']
  82. const useRouter: typeof import('vue-router')['useRouter']
  83. const useSlots: typeof import('vue')['useSlots']
  84. const useTemplateRef: typeof import('vue')['useTemplateRef']
  85. const watch: typeof import('vue')['watch']
  86. const watchEffect: typeof import('vue')['watchEffect']
  87. const watchPostEffect: typeof import('vue')['watchPostEffect']
  88. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  89. }
  90. // for type re-export
  91. declare global {
  92. // @ts-ignore
  93. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  94. import('vue')
  95. }
  96. // for vue template auto import
  97. import { UnwrapRef } from 'vue'
  98. declare module 'vue' {
  99. interface GlobalComponents {}
  100. interface ComponentCustomProperties {
  101. readonly $gettext: UnwrapRef<typeof import('@/gettext')['$gettext']>
  102. readonly $ngettext: UnwrapRef<typeof import('@/gettext')['$ngettext']>
  103. readonly $npgettext: UnwrapRef<typeof import('@/gettext')['$npgettext']>
  104. readonly $pgettext: UnwrapRef<typeof import('@/gettext')['$pgettext']>
  105. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  106. readonly T: UnwrapRef<typeof import('@/language')['T']>
  107. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  108. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  109. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  110. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  111. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  112. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  113. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  114. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  115. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  116. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  117. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  118. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  119. readonly getCurrentWatcher: UnwrapRef<typeof import('vue')['getCurrentWatcher']>
  120. readonly h: UnwrapRef<typeof import('vue')['h']>
  121. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  122. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  123. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  124. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  125. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  126. readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
  127. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  128. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  129. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  130. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  131. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  132. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  133. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  134. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  135. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  136. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  137. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  138. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  139. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  140. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  141. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  142. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  143. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  144. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  145. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  146. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  147. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  148. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  149. readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
  150. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  151. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  152. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  153. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  154. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  155. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  156. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  157. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  158. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  159. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  160. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  161. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  162. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  163. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  164. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  165. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  166. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  167. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  168. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  169. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  170. readonly useId: UnwrapRef<typeof import('vue')['useId']>
  171. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  172. readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
  173. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  174. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  175. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  176. readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
  177. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  178. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  179. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  180. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  181. }
  182. }