auto-imports.d.ts 11 KB

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