auto-import.d.ts 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const ApiService: typeof import('../../src/core/services/ApiService')['default']
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const JwtService: typeof import('../../src/core/services/JwtService')['default']
  10. const LayoutService: typeof import('../../src/core/services/LayoutService')['default']
  11. const PermissionNames: typeof import('../../src/core/services/PermissionNames')['default']
  12. const RequestService: typeof import('../../src/core/services/RequestService')['default']
  13. const Rs: typeof import('../../src/core/services/RequestService')['Rs']
  14. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  15. const addClass: typeof import('../../src/core/utils/index')['addClass']
  16. const addDateRange: typeof import('../../src/core/utils/index')['addDateRange']
  17. const beautifierConf: typeof import('../../src/core/utils/index')['beautifierConf']
  18. const blobValidate: typeof import('../../src/core/utils/index')['blobValidate']
  19. const byteLength: typeof import('../../src/core/utils/index')['byteLength']
  20. const cache: typeof import('../../src/core/utils/cache')['default']
  21. const camelCase: typeof import('../../src/core/utils/index')['camelCase']
  22. const checkPermission: typeof import('../../src/core/services/PermissionService')['checkPermission']
  23. const checkRole: typeof import('../../src/core/services/PermissionService')['checkRole']
  24. const cleanArray: typeof import('../../src/core/utils/index')['cleanArray']
  25. const computed: typeof import('vue')['computed']
  26. const createApp: typeof import('vue')['createApp']
  27. const createPinia: typeof import('pinia')['createPinia']
  28. const createUniqueString: typeof import('../../src/core/utils/index')['createUniqueString']
  29. const customRef: typeof import('vue')['customRef']
  30. const debounce: typeof import('../../src/core/utils/index')['debounce']
  31. const decrypt: typeof import('../../src/core/utils/crypto')['decrypt']
  32. const deepClone: typeof import('../../src/core/utils/index')['deepClone']
  33. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  34. const defineComponent: typeof import('vue')['defineComponent']
  35. const defineStore: typeof import('pinia')['defineStore']
  36. const del: typeof import('../../src/core/services/RequestService')['del']
  37. const destroyToken: typeof import('../../src/core/services/JwtService')['destroyToken']
  38. const download: typeof import('../../src/core/services/RequestService')['download']
  39. const effectScope: typeof import('vue')['effectScope']
  40. const encrypt: typeof import('../../src/core/utils/crypto')['encrypt']
  41. const errorCode: typeof import('../../src/core/utils/errorCode')['default']
  42. const exportDefault: typeof import('../../src/core/utils/index')['exportDefault']
  43. const fileDownload: typeof import('../../src/core/utils/fileDownload')['default']
  44. const formatDate: typeof import('../../src/core/utils/index')['formatDate']
  45. const formatString: typeof import('../../src/core/utils/index')['formatString']
  46. const formatTime: typeof import('../../src/core/utils/index')['formatTime']
  47. const get: typeof import('../../src/core/services/RequestService')['get']
  48. const getActivePinia: typeof import('pinia')['getActivePinia']
  49. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  50. const getCurrentScope: typeof import('vue')['getCurrentScope']
  51. const getNormalPath: typeof import('../../src/core/utils/index')['getNormalPath']
  52. const getQueryObject: typeof import('../../src/core/utils/index')['getQueryObject']
  53. const getTime: typeof import('../../src/core/utils/index')['getTime']
  54. const getToken: typeof import('../../src/core/services/JwtService')['getToken']
  55. const h: typeof import('vue')['h']
  56. const handleTree: typeof import('../../src/core/utils/index')['handleTree']
  57. const hasClass: typeof import('../../src/core/utils/index')['hasClass']
  58. const html2Text: typeof import('../../src/core/utils/index')['html2Text']
  59. const inject: typeof import('vue')['inject']
  60. const isArray: typeof import('../../src/core/utils/validate')['isArray']
  61. const isExternal: typeof import('../../src/core/utils/validate')['isExternal']
  62. const isHttp: typeof import('../../src/core/utils/validate')['isHttp']
  63. const isNumberStr: typeof import('../../src/core/utils/index')['isNumberStr']
  64. const isProxy: typeof import('vue')['isProxy']
  65. const isReactive: typeof import('vue')['isReactive']
  66. const isReadonly: typeof import('vue')['isReadonly']
  67. const isRef: typeof import('vue')['isRef']
  68. const isRelogin: typeof import('../../src/core/services/RequestService')['isRelogin']
  69. const isString: typeof import('../../src/core/utils/validate')['isString']
  70. const localCache: typeof import('../../src/core/utils/cache')['localCache']
  71. const makeMap: typeof import('../../src/core/utils/index')['makeMap']
  72. const mapActions: typeof import('pinia')['mapActions']
  73. const mapGetters: typeof import('pinia')['mapGetters']
  74. const mapState: typeof import('pinia')['mapState']
  75. const mapStores: typeof import('pinia')['mapStores']
  76. const mapWritableState: typeof import('pinia')['mapWritableState']
  77. const markRaw: typeof import('vue')['markRaw']
  78. const mergeRecursive: typeof import('../../src/core/utils/index')['mergeRecursive']
  79. const message: typeof import('../../src/core/utils/message')['default']
  80. const nextTick: typeof import('vue')['nextTick']
  81. const objectMerge: typeof import('../../src/core/utils/index')['objectMerge']
  82. const onActivated: typeof import('vue')['onActivated']
  83. const onBeforeMount: typeof import('vue')['onBeforeMount']
  84. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  85. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  86. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  87. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  88. const onDeactivated: typeof import('vue')['onDeactivated']
  89. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  90. const onMounted: typeof import('vue')['onMounted']
  91. const onRenderTracked: typeof import('vue')['onRenderTracked']
  92. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  93. const onScopeDispose: typeof import('vue')['onScopeDispose']
  94. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  95. const onUnmounted: typeof import('vue')['onUnmounted']
  96. const onUpdated: typeof import('vue')['onUpdated']
  97. const param2Obj: typeof import('../../src/core/utils/index')['param2Obj']
  98. const param: typeof import('../../src/core/utils/index')['param']
  99. const parseStrEmpty: typeof import('../../src/core/utils/index')['parseStrEmpty']
  100. const parseTime: typeof import('../../src/core/utils/index')['parseTime']
  101. const permissionNames: typeof import('../../src/core/services/PermissionNames')['permissionNames']
  102. const post: typeof import('../../src/core/services/RequestService')['post']
  103. const provide: typeof import('vue')['provide']
  104. const put: typeof import('../../src/core/services/RequestService')['put']
  105. const reactive: typeof import('vue')['reactive']
  106. const readonly: typeof import('vue')['readonly']
  107. const ref: typeof import('vue')['ref']
  108. const removeClass: typeof import('../../src/core/utils/index')['removeClass']
  109. const replaceAll: typeof import('../../src/core/utils/index')['replaceAll']
  110. const request: typeof import('../../src/core/services/RequestService')['request']
  111. const resetForm: typeof import('../../src/core/utils/index')['resetForm']
  112. const resolveComponent: typeof import('vue')['resolveComponent']
  113. const saveToken: typeof import('../../src/core/services/JwtService')['saveToken']
  114. const selectDictLabel: typeof import('../../src/core/utils/index')['selectDictLabel']
  115. const selectDictLabels: typeof import('../../src/core/utils/index')['selectDictLabels']
  116. const sessionCache: typeof import('../../src/core/utils/cache')['sessionCache']
  117. const setActivePinia: typeof import('pinia')['setActivePinia']
  118. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  119. const shallowReactive: typeof import('vue')['shallowReactive']
  120. const shallowReadonly: typeof import('vue')['shallowReadonly']
  121. const shallowRef: typeof import('vue')['shallowRef']
  122. const sprintf: typeof import('../../src/core/utils/index')['sprintf']
  123. const storeToRefs: typeof import('pinia')['storeToRefs']
  124. const tansParams: typeof import('../../src/core/utils/index')['tansParams']
  125. const titleCase: typeof import('../../src/core/utils/index')['titleCase']
  126. const toRaw: typeof import('vue')['toRaw']
  127. const toRef: typeof import('vue')['toRef']
  128. const toRefs: typeof import('vue')['toRefs']
  129. const toValue: typeof import('vue')['toValue']
  130. const toggleClass: typeof import('../../src/core/utils/index')['toggleClass']
  131. const triggerRef: typeof import('vue')['triggerRef']
  132. const uniqueArr: typeof import('../../src/core/utils/index')['uniqueArr']
  133. const unref: typeof import('vue')['unref']
  134. const useAttrs: typeof import('vue')['useAttrs']
  135. const useCssModule: typeof import('vue')['useCssModule']
  136. const useCssVars: typeof import('vue')['useCssVars']
  137. const useCurrentInstance: typeof import('../../src/core/utils/useCurrentInstance')['default']
  138. const useDict: typeof import('../../src/core/services/DictService')['useDict']
  139. const useLink: typeof import('vue-router')['useLink']
  140. const useRoute: typeof import('vue-router')['useRoute']
  141. const useRouter: typeof import('vue-router')['useRouter']
  142. const useSlots: typeof import('vue')['useSlots']
  143. const validAlphabets: typeof import('../../src/core/utils/validate')['validAlphabets']
  144. const validLowerCase: typeof import('../../src/core/utils/validate')['validLowerCase']
  145. const validURL: typeof import('../../src/core/utils/validate')['validURL']
  146. const validUpperCase: typeof import('../../src/core/utils/validate')['validUpperCase']
  147. const validUsername: typeof import('../../src/core/utils/validate')['validUsername']
  148. const waitDo: typeof import('../../src/core/utils/index')['waitDo']
  149. const watch: typeof import('vue')['watch']
  150. const watchEffect: typeof import('vue')['watchEffect']
  151. const watchPostEffect: typeof import('vue')['watchPostEffect']
  152. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  153. }
  154. // for type re-export
  155. declare global {
  156. // @ts-ignore
  157. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  158. }