auto-import.d.ts 10 KB

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