auto-imports.d.ts 12 KB

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