auto-imports.d.ts 11 KB

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