auto-import.d.ts 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const EffectScope: typeof import('vue')['EffectScope']
  8. const JwtService: typeof import('../../src/core/services/JwtService')['default']
  9. const PermissionNames: typeof import('../../src/core/services/PermissionNames')['default']
  10. const RequestService: typeof import('../../src/core/services/RequestService')['default']
  11. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  12. const cache: typeof import('../../src/core/utils/cache')['default']
  13. const checkPermission: typeof import('../../src/core/services/PermissionService')['checkPermission']
  14. const checkRole: typeof import('../../src/core/services/PermissionService')['checkRole']
  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 del: typeof import('../../src/core/services/RequestService')['del']
  23. const destroyToken: typeof import('../../src/core/services/JwtService')['destroyToken']
  24. const effectScope: typeof import('vue')['effectScope']
  25. const errorCode: typeof import('../../src/core/utils/errorCode')['default']
  26. const get: typeof import('../../src/core/services/RequestService')['get']
  27. const getActivePinia: typeof import('pinia')['getActivePinia']
  28. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  29. const getCurrentScope: typeof import('vue')['getCurrentScope']
  30. const getToken: typeof import('../../src/core/services/JwtService')['getToken']
  31. const getUrlParam: typeof import('../../src/core/utils/index')['getUrlParam']
  32. const getWindowHeight: typeof import('../../src/core/utils/index')['getWindowHeight']
  33. const h: typeof import('vue')['h']
  34. const inject: typeof import('vue')['inject']
  35. const isProxy: typeof import('vue')['isProxy']
  36. const isReactive: typeof import('vue')['isReactive']
  37. const isReadonly: typeof import('vue')['isReadonly']
  38. const isRef: typeof import('vue')['isRef']
  39. const isRelogin: typeof import('../../src/core/services/RequestService')['isRelogin']
  40. const localCache: typeof import('../../src/core/utils/cache')['localCache']
  41. const mapActions: typeof import('pinia')['mapActions']
  42. const mapGetters: typeof import('pinia')['mapGetters']
  43. const mapState: typeof import('pinia')['mapState']
  44. const mapStores: typeof import('pinia')['mapStores']
  45. const mapWritableState: typeof import('pinia')['mapWritableState']
  46. const markRaw: typeof import('vue')['markRaw']
  47. const message: typeof import('../../src/core/utils/message')['default']
  48. const nextTick: typeof import('vue')['nextTick']
  49. const onActivated: typeof import('vue')['onActivated']
  50. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  51. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  52. const onBeforeMount: typeof import('vue')['onBeforeMount']
  53. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  54. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  55. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  56. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  57. const onDeactivated: typeof import('vue')['onDeactivated']
  58. const onError: typeof import('@dcloudio/uni-app')['onError']
  59. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  60. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  61. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  62. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  63. const onMounted: typeof import('vue')['onMounted']
  64. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  65. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  66. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  67. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  68. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  69. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  70. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  71. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  72. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  73. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  74. const onRenderTracked: typeof import('vue')['onRenderTracked']
  75. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  76. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  77. const onScopeDispose: typeof import('vue')['onScopeDispose']
  78. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  79. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  80. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  81. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  82. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  83. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  84. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  85. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  86. const onUnmounted: typeof import('vue')['onUnmounted']
  87. const onUpdated: typeof import('vue')['onUpdated']
  88. const permissionNames: typeof import('../../src/core/services/PermissionNames')['permissionNames']
  89. const post: typeof import('../../src/core/services/RequestService')['post']
  90. const provide: typeof import('vue')['provide']
  91. const put: typeof import('../../src/core/services/RequestService')['put']
  92. const reactive: typeof import('vue')['reactive']
  93. const readonly: typeof import('vue')['readonly']
  94. const ref: typeof import('vue')['ref']
  95. const request: typeof import('../../src/core/services/RequestService')['request']
  96. const resolveComponent: typeof import('vue')['resolveComponent']
  97. const saveToken: typeof import('../../src/core/services/JwtService')['saveToken']
  98. const setActivePinia: typeof import('pinia')['setActivePinia']
  99. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  100. const shallowReactive: typeof import('vue')['shallowReactive']
  101. const shallowReadonly: typeof import('vue')['shallowReadonly']
  102. const shallowRef: typeof import('vue')['shallowRef']
  103. const storeToRefs: typeof import('pinia')['storeToRefs']
  104. const tansParams: typeof import('../../src/core/utils/index')['tansParams']
  105. const toRaw: typeof import('vue')['toRaw']
  106. const toRef: typeof import('vue')['toRef']
  107. const toRefs: typeof import('vue')['toRefs']
  108. const toValue: typeof import('vue')['toValue']
  109. const triggerRef: typeof import('vue')['triggerRef']
  110. const unref: typeof import('vue')['unref']
  111. const upload: typeof import('../../src/core/services/RequestService')['upload']
  112. const useAttrs: typeof import('vue')['useAttrs']
  113. const useCssModule: typeof import('vue')['useCssModule']
  114. const useCssVars: typeof import('vue')['useCssVars']
  115. const useLink: typeof import('vue-router')['useLink']
  116. const useRoute: typeof import('vue-router')['useRoute']
  117. const useRouter: typeof import('vue-router')['useRouter']
  118. const useSlots: typeof import('vue')['useSlots']
  119. const watch: typeof import('vue')['watch']
  120. const watchEffect: typeof import('vue')['watchEffect']
  121. const watchPostEffect: typeof import('vue')['watchPostEffect']
  122. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  123. }
  124. // for type re-export
  125. declare global {
  126. // @ts-ignore
  127. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  128. }