yahee-components 0.0.29 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/es/_virtual/dayjs.min.js +1 -1
  2. package/es/_virtual/lodash.js +1 -1
  3. package/es/api/server.js +1 -1
  4. package/es/api/tool.js +1 -1
  5. package/es/complex-search/complex-search.vue.js +159 -133
  6. package/es/complex-search/props.js +18 -0
  7. package/es/index.js +14 -12
  8. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/Axios.js +51 -48
  9. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/mergeConfig.js +20 -20
  10. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/env/data.js +1 -1
  11. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +23 -0
  12. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +8 -0
  13. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +54 -0
  14. package/es/{packages/components → node_modules/.pnpm/dayjs@1.11.13}/node_modules/dayjs/dayjs.min.js +1 -1
  15. package/es/{packages/components → node_modules/.pnpm/lodash@4.17.21}/node_modules/lodash/lodash.js +2 -2
  16. package/es/{packages/components → node_modules/.pnpm/v3-infinite-loading@1.3.2}/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +1 -1
  17. package/es/operation-log/operation-log.vue.js +2 -2
  18. package/es/packages/components/api/log-server.js +1 -1
  19. package/es/packages/components/api/server.js +1 -1
  20. package/es/packages/components/api/tool.js +1 -1
  21. package/es/packages/components/api/upload-server.js +1 -1
  22. package/es/packages/components/hooks/useImg.js +1 -1
  23. package/es/utils/translate.js +1 -1
  24. package/package.json +1 -1
  25. package/readme.md +249 -0
  26. package/types/hooks/useClipboard.d.ts +7 -0
  27. package/types/hooks/useImg.d.ts +10 -0
  28. package/types/hooks/useImgPath.d.ts +5 -0
  29. package/types/hooks/useImport.d.ts +11 -0
  30. package/types/hooks/useUpload.d.ts +12 -0
  31. package/types/index.d.ts +6 -1341
  32. package/types/src/annex-upload/annex-upload.d.ts +30 -0
  33. package/types/src/annex-upload/annex-upload.vue.d.ts +451 -0
  34. package/types/src/annex-upload/index.d.ts +118 -0
  35. package/types/src/annex-upload/mimeType.d.ts +2 -0
  36. package/types/src/api/server.d.ts +6 -0
  37. package/types/src/api/tool.d.ts +6 -0
  38. package/types/src/api/types.d.ts +17 -0
  39. package/types/src/complex-search/complex-search.d.ts +24 -0
  40. package/types/src/complex-search/complex-search.vue.d.ts +20 -0
  41. package/types/src/complex-search/index.d.ts +24 -0
  42. package/types/src/complex-search/props.d.ts +65 -0
  43. package/types/src/components.d.ts +10 -0
  44. package/types/src/copy/copy.d.ts +12 -0
  45. package/types/src/copy/copy.vue.d.ts +22 -0
  46. package/types/src/copy/index.d.ts +32 -0
  47. package/types/src/country-platform-shop-condition/country-platform-shop-condition.d.ts +17 -0
  48. package/types/src/country-platform-shop-condition/country-platform-shop-condition.vue.d.ts +12 -0
  49. package/types/src/country-platform-shop-condition/index.d.ts +16 -0
  50. package/types/src/drop-down-condition/drop-down-condition.d.ts +6 -0
  51. package/types/src/drop-down-condition/drop-down-condition.vue.d.ts +26 -0
  52. package/types/src/drop-down-condition/index.d.ts +42 -0
  53. package/types/src/image-upload/image-upload.d.ts +26 -0
  54. package/types/src/image-upload/image-upload.vue.d.ts +44 -0
  55. package/types/src/image-upload/index.d.ts +91 -0
  56. package/types/src/index.d.ts +7 -0
  57. package/types/src/input/index.d.ts +16 -0
  58. package/types/src/input/input.d.ts +18 -0
  59. package/types/src/input/input.vue.d.ts +14 -0
  60. package/types/src/installs.d.ts +523 -0
  61. package/types/src/left-condition/index.d.ts +69 -0
  62. package/types/src/left-condition/left-condition-sub.vue.d.ts +41 -0
  63. package/types/src/left-condition/left-condition.d.ts +5 -0
  64. package/types/src/left-condition/left-condition.vue.d.ts +50 -0
  65. package/types/src/left-condition-enum/index.d.ts +161 -0
  66. package/types/src/left-condition-enum/left-condition-enum.d.ts +5 -0
  67. package/types/src/left-condition-enum/left-condition-enum.vue.d.ts +159 -0
  68. package/types/src/operation-log/index.d.ts +9 -0
  69. package/types/src/operation-log/operation-log-content.vue.d.ts +24 -0
  70. package/types/src/operation-log/operation-log-dialog.vue.d.ts +39 -0
  71. package/types/src/operation-log/operation-log-form.vue.d.ts +19 -0
  72. package/types/src/operation-log/operation-log.d.ts +11 -0
  73. package/types/src/operation-log/operation-log.vue.d.ts +6 -0
  74. package/types/src/shared/hello.d.ts +1 -0
  75. package/types/src/shared/index.d.ts +2 -0
  76. package/types/src/shared/typeCheck.d.ts +2 -0
  77. package/types/src/shared/types/InferVueDefaults.d.ts +7 -0
  78. package/types/src/shared/types/index.d.ts +1 -0
  79. package/types/src/static/CommonObject.d.ts +18 -0
  80. package/types/src/static/CommonVariables.d.ts +4 -0
  81. package/types/src/utils/config.d.ts +8 -0
  82. package/types/src/utils/const.d.ts +19 -0
  83. package/types/src/utils/functions.d.ts +1 -0
  84. package/types/src/utils/infer-vue-defaults.d.ts +7 -0
  85. package/types/src/utils/install.d.ts +8 -0
  86. package/types/src/utils/storage.d.ts +18 -0
  87. package/types/src/utils/style.d.ts +19 -0
  88. package/types/src/utils/to-kebab-case.d.ts +1 -0
  89. package/types/src/utils/translate.d.ts +5 -0
  90. package/types/src/utils/typescript.d.ts +5 -0
  91. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -19
  92. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -37
  93. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -51
  94. package/lib/_virtual/_commonjsHelpers.js +0 -1
  95. package/lib/_virtual/dayjs.min.js +0 -1
  96. package/lib/_virtual/dayjs.min2.js +0 -1
  97. package/lib/_virtual/lodash.js +0 -1
  98. package/lib/_virtual/lodash2.js +0 -1
  99. package/lib/annex-upload/annex-upload.vue.js +0 -1
  100. package/lib/annex-upload/annex-upload.vue2.js +0 -1
  101. package/lib/annex-upload/index.js +0 -1
  102. package/lib/annex-upload/mimeType.js +0 -1
  103. package/lib/api/server.js +0 -1
  104. package/lib/api/tool.js +0 -1
  105. package/lib/complex-search/complex-search.vue.js +0 -1
  106. package/lib/complex-search/complex-search.vue2.js +0 -1
  107. package/lib/complex-search/index.js +0 -1
  108. package/lib/copy/copy.vue.js +0 -1
  109. package/lib/copy/copy.vue2.js +0 -1
  110. package/lib/copy/index.js +0 -1
  111. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue.js +0 -1
  112. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue2.js +0 -1
  113. package/lib/country-platform-shop-condition/index.js +0 -1
  114. package/lib/drop-down-condition/drop-down-condition.vue.js +0 -1
  115. package/lib/drop-down-condition/drop-down-condition.vue2.js +0 -1
  116. package/lib/drop-down-condition/index.js +0 -1
  117. package/lib/image-upload/image-upload.vue.js +0 -1
  118. package/lib/image-upload/image-upload.vue2.js +0 -1
  119. package/lib/image-upload/index.js +0 -1
  120. package/lib/index.js +0 -1
  121. package/lib/input/index.js +0 -1
  122. package/lib/input/input.vue.js +0 -1
  123. package/lib/input/input.vue2.js +0 -1
  124. package/lib/installs.js +0 -1
  125. package/lib/left-condition/index.js +0 -1
  126. package/lib/left-condition/left-condition-sub.vue.js +0 -1
  127. package/lib/left-condition/left-condition-sub.vue2.js +0 -1
  128. package/lib/left-condition/left-condition.vue.js +0 -1
  129. package/lib/left-condition/left-condition.vue2.js +0 -1
  130. package/lib/left-condition-enum/index.js +0 -1
  131. package/lib/left-condition-enum/left-condition-enum.vue.js +0 -1
  132. package/lib/left-condition-enum/left-condition-enum.vue2.js +0 -1
  133. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/index.js +0 -1
  134. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/adapters.js +0 -3
  135. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/fetch.js +0 -1
  136. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/xhr.js +0 -1
  137. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/axios.js +0 -1
  138. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CancelToken.js +0 -1
  139. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CanceledError.js +0 -1
  140. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/isCancel.js +0 -1
  141. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/Axios.js +0 -2
  142. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosError.js +0 -1
  143. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosHeaders.js +0 -2
  144. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/InterceptorManager.js +0 -1
  145. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/buildFullPath.js +0 -1
  146. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/dispatchRequest.js +0 -1
  147. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/mergeConfig.js +0 -1
  148. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/settle.js +0 -1
  149. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/transformData.js +0 -1
  150. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/index.js +0 -1
  151. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/transitional.js +0 -1
  152. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/env/data.js +0 -1
  153. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -1
  154. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -1
  155. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/bind.js +0 -1
  156. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -1
  157. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/combineURLs.js +0 -1
  158. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/composeSignals.js +0 -1
  159. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/cookies.js +0 -1
  160. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/formDataToJSON.js +0 -1
  161. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -1
  162. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAxiosError.js +0 -1
  163. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -1
  164. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/null.js +0 -1
  165. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseHeaders.js +0 -2
  166. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseProtocol.js +0 -1
  167. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/progressEventReducer.js +0 -1
  168. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/resolveConfig.js +0 -1
  169. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/speedometer.js +0 -1
  170. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/spread.js +0 -1
  171. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/throttle.js +0 -1
  172. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toFormData.js +0 -1
  173. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -1
  174. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/trackStream.js +0 -1
  175. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -1
  176. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -1
  177. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -1
  178. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -1
  179. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/index.js +0 -1
  180. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/common/utils.js +0 -1
  181. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/index.js +0 -1
  182. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/utils.js +0 -1
  183. package/lib/operation-log/index.js +0 -1
  184. package/lib/operation-log/operation-log-content.vue.js +0 -1
  185. package/lib/operation-log/operation-log-content.vue2.js +0 -1
  186. package/lib/operation-log/operation-log-dialog.vue.js +0 -1
  187. package/lib/operation-log/operation-log-dialog.vue2.js +0 -1
  188. package/lib/operation-log/operation-log-form.vue.js +0 -1
  189. package/lib/operation-log/operation-log-form.vue2.js +0 -1
  190. package/lib/operation-log/operation-log.vue.js +0 -1
  191. package/lib/operation-log/operation-log.vue2.js +0 -1
  192. package/lib/packages/components/api/log/index.js +0 -1
  193. package/lib/packages/components/api/log-server.js +0 -1
  194. package/lib/packages/components/api/server.js +0 -1
  195. package/lib/packages/components/api/tool.js +0 -1
  196. package/lib/packages/components/api/upload-server.js +0 -1
  197. package/lib/packages/components/assets/images/errorimg.png.js +0 -1
  198. package/lib/packages/components/assets/images/excel.png.js +0 -1
  199. package/lib/packages/components/assets/images/file-word.png.js +0 -1
  200. package/lib/packages/components/assets/images/pdf.png.js +0 -1
  201. package/lib/packages/components/assets/images/ppt.png.js +0 -1
  202. package/lib/packages/components/assets/images/vue.svg.js +0 -1
  203. package/lib/packages/components/hooks/useClipboard.js +0 -1
  204. package/lib/packages/components/hooks/useImg.js +0 -1
  205. package/lib/packages/components/hooks/useImgPath.js +0 -1
  206. package/lib/packages/components/hooks/useImport.js +0 -1
  207. package/lib/packages/components/hooks/useUpload.js +0 -1
  208. package/lib/packages/components/node_modules/dayjs/dayjs.min.js +0 -1
  209. package/lib/packages/components/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -1
  210. package/lib/packages/components/node_modules/lodash/lodash.js +0 -27
  211. package/lib/packages/components/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +0 -1
  212. package/lib/static/CommonObject.js +0 -1
  213. package/lib/utils/config.js +0 -1
  214. package/lib/utils/const.js +0 -1
  215. package/lib/utils/install.js +0 -1
  216. package/lib/utils/storage.js +0 -1
  217. package/lib/utils/style.js +0 -1
  218. package/lib/utils/translate.js +0 -1
  219. package/lib/yahee-components.css +0 -1
  220. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/index.js +0 -0
  221. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/adapters.js +0 -0
  222. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/fetch.js +0 -0
  223. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/xhr.js +0 -0
  224. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/axios.js +0 -0
  225. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CancelToken.js +0 -0
  226. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CanceledError.js +0 -0
  227. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/isCancel.js +0 -0
  228. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosError.js +0 -0
  229. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosHeaders.js +0 -0
  230. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/InterceptorManager.js +0 -0
  231. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/buildFullPath.js +0 -0
  232. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/dispatchRequest.js +0 -0
  233. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/settle.js +0 -0
  234. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/transformData.js +0 -0
  235. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/index.js +0 -0
  236. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/transitional.js +0 -0
  237. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -0
  238. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -0
  239. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/bind.js +0 -0
  240. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/combineURLs.js +0 -0
  241. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/composeSignals.js +0 -0
  242. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/cookies.js +0 -0
  243. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/formDataToJSON.js +0 -0
  244. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -0
  245. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAxiosError.js +0 -0
  246. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/null.js +0 -0
  247. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseHeaders.js +0 -0
  248. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseProtocol.js +0 -0
  249. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/progressEventReducer.js +0 -0
  250. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/resolveConfig.js +0 -0
  251. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/speedometer.js +0 -0
  252. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/spread.js +0 -0
  253. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/throttle.js +0 -0
  254. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toFormData.js +0 -0
  255. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -0
  256. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/trackStream.js +0 -0
  257. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -0
  258. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -0
  259. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -0
  260. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/index.js +0 -0
  261. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/common/utils.js +0 -0
  262. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/index.js +0 -0
  263. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/utils.js +0 -0
  264. /package/es/{packages/components → node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.7.2_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
package/types/index.d.ts CHANGED
@@ -1,1341 +1,6 @@
1
- import { AllowedComponentProps } from 'vue';
2
- import { App } from 'vue';
3
- import { Awaitable } from 'element-plus/es/utils';
4
- import { ComponentCustomProperties } from 'vue';
5
- import { ComponentCustomProps } from 'vue';
6
- import { ComponentInternalInstance } from 'vue';
7
- import { ComponentOptionsBase } from 'vue';
8
- import { ComponentOptionsMixin } from 'vue';
9
- import { ComponentProvideOptions } from 'vue';
10
- import { ComponentPublicInstance } from 'vue';
11
- import { CreateComponentPublicInstanceWithMixins } from 'vue';
12
- import { DebuggerEvent } from 'vue';
13
- import { DefineComponent } from 'vue';
14
- import { EpPropFinalized } from 'element-plus/es/utils';
15
- import { EpPropMergeType } from 'element-plus/es/utils';
16
- import { ExtractPropTypes } from 'vue';
17
- import { GlobalComponents } from 'vue';
18
- import { GlobalDirectives } from 'vue';
19
- import { Mutable } from 'element-plus/es/utils';
20
- import { nextTick } from 'vue';
21
- import { OnCleanup } from '@vue/reactivity';
22
- import { Plugin as Plugin_2 } from 'vue';
23
- import { PropType } from 'vue';
24
- import { PublicProps } from 'vue';
25
- import { ShallowUnwrapRef } from 'vue';
26
- import { Slot } from 'vue';
27
- import { UploadData } from 'element-plus';
28
- import { UploadFile } from 'element-plus';
29
- import { UploadFiles } from 'element-plus';
30
- import { UploadProgressEvent } from 'element-plus';
31
- import { UploadRawFile } from 'element-plus';
32
- import { UploadRequestHandler } from 'element-plus';
33
- import { UploadStatus } from 'element-plus/es/components/upload/src/upload';
34
- import { UploadUserFile } from 'element-plus';
35
- import { VNodeProps } from 'vue';
36
- import { WatchOptions } from 'vue';
37
- import { WatchStopHandle } from 'vue';
38
-
39
- declare const __VLS_component: DefineComponent<CopyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CopyProps> & Readonly<{}>, {
40
- message: string;
41
- content: string;
42
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
-
44
- declare const __VLS_component_2: DefineComponent<ImageUploadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
45
- change: (...args: any[]) => void;
46
- "update:modelValue": (...args: any[]) => void;
47
- }, string, PublicProps, Readonly<ImageUploadProps> & Readonly<{
48
- onChange?: (...args: any[]) => any;
49
- "onUpdate:modelValue"?: (...args: any[]) => any;
50
- }>, {
51
- modelValue: {
52
- index: number;
53
- fileId: string;
54
- fileName: string;
55
- };
56
- fileType: string;
57
- showDelete: boolean;
58
- zoom: number;
59
- imgSize: {
60
- width: number;
61
- height: number;
62
- };
63
- limitImgSize: boolean;
64
- limitFileSize: boolean;
65
- fileSize: number;
66
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
67
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
68
-
69
- declare const __VLS_component_3: DefineComponent<AnnexUploadProps, {
70
- clearFiles: typeof clearFiles;
71
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
72
- change: (...args: any[]) => void;
73
- "update:modelValue": (...args: any[]) => void;
74
- success: (...args: any[]) => void;
75
- remove: (...args: any[]) => void;
76
- }, string, PublicProps, Readonly<AnnexUploadProps> & Readonly<{
77
- onChange?: (...args: any[]) => any;
78
- "onUpdate:modelValue"?: (...args: any[]) => any;
79
- onSuccess?: (...args: any[]) => any;
80
- onRemove?: (...args: any[]) => any;
81
- }>, {
82
- modelValue: {
83
- index: number;
84
- fileId: string;
85
- fileName: string;
86
- }[];
87
- validateEvent: boolean;
88
- fileType: string;
89
- limitFileSize: boolean;
90
- fileSize: number;
91
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
92
- accept: string;
93
- fileList: {
94
- name: string;
95
- url: string;
96
- }[];
97
- limit: number;
98
- showList: boolean;
99
- checkRealType: boolean;
100
- uploadType: "upload" | "import";
101
- showTips: boolean;
102
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
103
-
104
- declare function __VLS_template(): {
105
- slots: {
106
- default?(_: {}): any;
107
- };
108
- refs: {};
109
- attrs: Partial<{}>;
110
- };
111
-
112
- declare function __VLS_template_2(): {
113
- slots: {
114
- default?(_: {
115
- value: string;
116
- }): any;
117
- };
118
- refs: {};
119
- attrs: Partial<{}>;
120
- };
121
-
122
- declare function __VLS_template_3(): {
123
- slots: {
124
- default?(_: {}): any;
125
- tip?(_: {}): any;
126
- };
127
- refs: {
128
- uploadRef: {
129
- $: ComponentInternalInstance;
130
- $data: {};
131
- $props: Partial<{
132
- readonly data: EpPropMergeType<(new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | ((new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)))[], unknown, unknown>;
133
- readonly disabled: boolean;
134
- readonly drag: boolean;
135
- readonly multiple: boolean;
136
- readonly name: string;
137
- readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
138
- readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
139
- readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
140
- readonly action: string;
141
- readonly withCredentials: boolean;
142
- readonly method: string;
143
- readonly showFileList: EpPropMergeType<BooleanConstructor, unknown, unknown>;
144
- readonly accept: string;
145
- readonly fileList: UploadUserFile[];
146
- readonly autoUpload: EpPropMergeType<BooleanConstructor, unknown, unknown>;
147
- readonly listType: EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
148
- readonly httpRequest: UploadRequestHandler;
149
- readonly beforeUpload: (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
150
- readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
151
- readonly onPreview: (uploadFile: UploadFile) => void;
152
- readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
153
- readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
154
- }> & Omit<{
155
- readonly drag: boolean;
156
- readonly disabled: boolean;
157
- readonly name: string;
158
- readonly data: Mutable<{}>;
159
- readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
160
- readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
161
- readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
162
- readonly multiple: boolean;
163
- readonly method: string;
164
- readonly withCredentials: boolean;
165
- readonly beforeUpload: (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
166
- readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
167
- readonly onPreview: (uploadFile: UploadFile) => void;
168
- readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
169
- readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
170
- readonly action: string;
171
- readonly showFileList: EpPropMergeType<BooleanConstructor, unknown, unknown>;
172
- readonly accept: string;
173
- readonly fileList: UploadUserFile[];
174
- readonly autoUpload: EpPropMergeType<BooleanConstructor, unknown, unknown>;
175
- readonly listType: EpPropMergeType<StringConstructor, "text" | "picture" | "picture-card", unknown>;
176
- readonly httpRequest: UploadRequestHandler;
177
- readonly headers?: EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>;
178
- readonly beforeRemove?: (uploadFile: UploadFile, uploadFiles: UploadFiles) => Awaitable<boolean>;
179
- readonly crossorigin?: EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>;
180
- readonly limit?: number;
181
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "drag" | "disabled" | "name" | "data" | "onChange" | "onError" | "onProgress" | "multiple" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest">;
182
- $attrs: {
183
- [x: string]: unknown;
184
- };
185
- $refs: {
186
- [x: string]: unknown;
187
- };
188
- $slots: Readonly<{
189
- [name: string]: Slot<any>;
190
- }>;
191
- $root: ComponentPublicInstance | null;
192
- $parent: ComponentPublicInstance | null;
193
- $host: Element | null;
194
- $emit: (event: string, ...args: any[]) => void;
195
- $el: any;
196
- $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
197
- readonly beforeUpload: EpPropFinalized<(new (...args: any[]) => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | {
198
- (): (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
199
- new (): any;
200
- readonly prototype: any;
201
- } | ((new (...args: any[]) => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | {
202
- (): (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
203
- new (): any;
204
- readonly prototype: any;
205
- })[], unknown, unknown, () => void, boolean>;
206
- readonly beforeRemove: {
207
- readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => Awaitable<boolean>>;
208
- readonly required: false;
209
- readonly validator: ((val: unknown) => boolean) | undefined;
210
- __epPropKey: true;
211
- };
212
- readonly onRemove: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
213
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
214
- new (): any;
215
- readonly prototype: any;
216
- } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
217
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
218
- new (): any;
219
- readonly prototype: any;
220
- })[], unknown, unknown, () => void, boolean>;
221
- readonly onChange: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
222
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
223
- new (): any;
224
- readonly prototype: any;
225
- } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
226
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
227
- new (): any;
228
- readonly prototype: any;
229
- })[], unknown, unknown, () => void, boolean>;
230
- readonly onPreview: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
231
- (): (uploadFile: UploadFile) => void;
232
- new (): any;
233
- readonly prototype: any;
234
- } | ((new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
235
- (): (uploadFile: UploadFile) => void;
236
- new (): any;
237
- readonly prototype: any;
238
- })[], unknown, unknown, () => void, boolean>;
239
- readonly onSuccess: EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
240
- (): (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
241
- new (): any;
242
- readonly prototype: any;
243
- } | ((new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
244
- (): (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
245
- new (): any;
246
- readonly prototype: any;
247
- })[], unknown, unknown, () => void, boolean>;
248
- readonly onProgress: EpPropFinalized<(new (...args: any[]) => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
249
- (): (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
250
- new (): any;
251
- readonly prototype: any;
252
- } | ((new (...args: any[]) => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
253
- (): (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
254
- new (): any;
255
- readonly prototype: any;
256
- })[], unknown, unknown, () => void, boolean>;
257
- readonly onError: EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
258
- (): (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
259
- new (): any;
260
- readonly prototype: any;
261
- } | ((new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
262
- (): (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
263
- new (): any;
264
- readonly prototype: any;
265
- })[], unknown, unknown, () => void, boolean>;
266
- readonly onExceed: EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: UploadUserFile[]) => void) | {
267
- (): (files: File[], uploadFiles: UploadUserFile[]) => void;
268
- new (): any;
269
- readonly prototype: any;
270
- } | ((new (...args: any[]) => (files: File[], uploadFiles: UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: UploadUserFile[]) => void) | {
271
- (): (files: File[], uploadFiles: UploadUserFile[]) => void;
272
- new (): any;
273
- readonly prototype: any;
274
- })[], unknown, unknown, () => void, boolean>;
275
- readonly crossorigin: {
276
- readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
277
- readonly required: false;
278
- readonly validator: ((val: unknown) => boolean) | undefined;
279
- __epPropKey: true;
280
- };
281
- readonly action: EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
282
- readonly headers: {
283
- readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
284
- readonly required: false;
285
- readonly validator: ((val: unknown) => boolean) | undefined;
286
- __epPropKey: true;
287
- };
288
- readonly method: EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
289
- readonly data: EpPropFinalized<(new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | ((new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)))[], unknown, unknown, () => Mutable<{}>, boolean>;
290
- readonly multiple: BooleanConstructor;
291
- readonly name: EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
292
- readonly drag: BooleanConstructor;
293
- readonly withCredentials: BooleanConstructor;
294
- readonly showFileList: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
295
- readonly accept: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
296
- readonly fileList: EpPropFinalized<(new (...args: any[]) => UploadUserFile[]) | (() => UploadUserFile[]) | ((new (...args: any[]) => UploadUserFile[]) | (() => UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
297
- readonly autoUpload: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
298
- readonly listType: EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
299
- readonly httpRequest: EpPropFinalized<(new (...args: any[]) => UploadRequestHandler) | (() => UploadRequestHandler) | {
300
- (): UploadRequestHandler;
301
- new (): any;
302
- readonly prototype: any;
303
- } | ((new (...args: any[]) => UploadRequestHandler) | (() => UploadRequestHandler) | {
304
- (): UploadRequestHandler;
305
- new (): any;
306
- readonly prototype: any;
307
- })[], unknown, unknown, UploadRequestHandler, boolean>;
308
- readonly disabled: BooleanConstructor;
309
- readonly limit: NumberConstructor;
310
- }>>, {
311
- abort: (file: UploadFile) => void;
312
- submit: () => void;
313
- clearFiles: (states?: UploadStatus[]) => void;
314
- handleStart: (rawFile: UploadRawFile) => void;
315
- handleRemove: (file: UploadFile | UploadRawFile, rawFile?: UploadRawFile) => void;
316
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
317
- readonly data: EpPropMergeType<(new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | ((new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)))[], unknown, unknown>;
318
- readonly disabled: boolean;
319
- readonly drag: boolean;
320
- readonly multiple: boolean;
321
- readonly name: string;
322
- readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
323
- readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
324
- readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
325
- readonly action: string;
326
- readonly withCredentials: boolean;
327
- readonly method: string;
328
- readonly showFileList: EpPropMergeType<BooleanConstructor, unknown, unknown>;
329
- readonly accept: string;
330
- readonly fileList: UploadUserFile[];
331
- readonly autoUpload: EpPropMergeType<BooleanConstructor, unknown, unknown>;
332
- readonly listType: EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
333
- readonly httpRequest: UploadRequestHandler;
334
- readonly beforeUpload: (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
335
- readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
336
- readonly onPreview: (uploadFile: UploadFile) => void;
337
- readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
338
- readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
339
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
340
- beforeCreate?: (() => void) | (() => void)[];
341
- created?: (() => void) | (() => void)[];
342
- beforeMount?: (() => void) | (() => void)[];
343
- mounted?: (() => void) | (() => void)[];
344
- beforeUpdate?: (() => void) | (() => void)[];
345
- updated?: (() => void) | (() => void)[];
346
- activated?: (() => void) | (() => void)[];
347
- deactivated?: (() => void) | (() => void)[];
348
- beforeDestroy?: (() => void) | (() => void)[];
349
- beforeUnmount?: (() => void) | (() => void)[];
350
- destroyed?: (() => void) | (() => void)[];
351
- unmounted?: (() => void) | (() => void)[];
352
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
353
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
354
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
355
- };
356
- $forceUpdate: () => void;
357
- $nextTick: typeof nextTick;
358
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
359
- } & Readonly<{
360
- readonly data: EpPropMergeType<(new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | ((new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)))[], unknown, unknown>;
361
- readonly disabled: boolean;
362
- readonly drag: boolean;
363
- readonly multiple: boolean;
364
- readonly name: string;
365
- readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
366
- readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
367
- readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
368
- readonly action: string;
369
- readonly withCredentials: boolean;
370
- readonly method: string;
371
- readonly showFileList: EpPropMergeType<BooleanConstructor, unknown, unknown>;
372
- readonly accept: string;
373
- readonly fileList: UploadUserFile[];
374
- readonly autoUpload: EpPropMergeType<BooleanConstructor, unknown, unknown>;
375
- readonly listType: EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
376
- readonly httpRequest: UploadRequestHandler;
377
- readonly beforeUpload: (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
378
- readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
379
- readonly onPreview: (uploadFile: UploadFile) => void;
380
- readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
381
- readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
382
- }> & Omit<Readonly< ExtractPropTypes<{
383
- readonly beforeUpload: EpPropFinalized<(new (...args: any[]) => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | {
384
- (): (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
385
- new (): any;
386
- readonly prototype: any;
387
- } | ((new (...args: any[]) => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>) | {
388
- (): (rawFile: UploadRawFile) => Awaitable<void | undefined | null | boolean | File | Blob>;
389
- new (): any;
390
- readonly prototype: any;
391
- })[], unknown, unknown, () => void, boolean>;
392
- readonly beforeRemove: {
393
- readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => Awaitable<boolean>>;
394
- readonly required: false;
395
- readonly validator: ((val: unknown) => boolean) | undefined;
396
- __epPropKey: true;
397
- };
398
- readonly onRemove: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
399
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
400
- new (): any;
401
- readonly prototype: any;
402
- } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
403
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
404
- new (): any;
405
- readonly prototype: any;
406
- })[], unknown, unknown, () => void, boolean>;
407
- readonly onChange: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
408
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
409
- new (): any;
410
- readonly prototype: any;
411
- } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
412
- (): (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
413
- new (): any;
414
- readonly prototype: any;
415
- })[], unknown, unknown, () => void, boolean>;
416
- readonly onPreview: EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
417
- (): (uploadFile: UploadFile) => void;
418
- new (): any;
419
- readonly prototype: any;
420
- } | ((new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
421
- (): (uploadFile: UploadFile) => void;
422
- new (): any;
423
- readonly prototype: any;
424
- })[], unknown, unknown, () => void, boolean>;
425
- readonly onSuccess: EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
426
- (): (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
427
- new (): any;
428
- readonly prototype: any;
429
- } | ((new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
430
- (): (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
431
- new (): any;
432
- readonly prototype: any;
433
- })[], unknown, unknown, () => void, boolean>;
434
- readonly onProgress: EpPropFinalized<(new (...args: any[]) => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
435
- (): (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
436
- new (): any;
437
- readonly prototype: any;
438
- } | ((new (...args: any[]) => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
439
- (): (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
440
- new (): any;
441
- readonly prototype: any;
442
- })[], unknown, unknown, () => void, boolean>;
443
- readonly onError: EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
444
- (): (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
445
- new (): any;
446
- readonly prototype: any;
447
- } | ((new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void) | {
448
- (): (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
449
- new (): any;
450
- readonly prototype: any;
451
- })[], unknown, unknown, () => void, boolean>;
452
- readonly onExceed: EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: UploadUserFile[]) => void) | {
453
- (): (files: File[], uploadFiles: UploadUserFile[]) => void;
454
- new (): any;
455
- readonly prototype: any;
456
- } | ((new (...args: any[]) => (files: File[], uploadFiles: UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: UploadUserFile[]) => void) | {
457
- (): (files: File[], uploadFiles: UploadUserFile[]) => void;
458
- new (): any;
459
- readonly prototype: any;
460
- })[], unknown, unknown, () => void, boolean>;
461
- readonly crossorigin: {
462
- readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
463
- readonly required: false;
464
- readonly validator: ((val: unknown) => boolean) | undefined;
465
- __epPropKey: true;
466
- };
467
- readonly action: EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
468
- readonly headers: {
469
- readonly type: PropType<EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
470
- readonly required: false;
471
- readonly validator: ((val: unknown) => boolean) | undefined;
472
- __epPropKey: true;
473
- };
474
- readonly method: EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
475
- readonly data: EpPropFinalized<(new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | ((new (...args: any[]) => Mutable<Record<string, any>> | Promise< Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)) | (() => Awaitable<Mutable<Record<string, any>>> | ((rawFile: UploadRawFile) => Awaitable<UploadData>)))[], unknown, unknown, () => Mutable<{}>, boolean>;
476
- readonly multiple: BooleanConstructor;
477
- readonly name: EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
478
- readonly drag: BooleanConstructor;
479
- readonly withCredentials: BooleanConstructor;
480
- readonly showFileList: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
481
- readonly accept: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
482
- readonly fileList: EpPropFinalized<(new (...args: any[]) => UploadUserFile[]) | (() => UploadUserFile[]) | ((new (...args: any[]) => UploadUserFile[]) | (() => UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
483
- readonly autoUpload: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
484
- readonly listType: EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
485
- readonly httpRequest: EpPropFinalized<(new (...args: any[]) => UploadRequestHandler) | (() => UploadRequestHandler) | {
486
- (): UploadRequestHandler;
487
- new (): any;
488
- readonly prototype: any;
489
- } | ((new (...args: any[]) => UploadRequestHandler) | (() => UploadRequestHandler) | {
490
- (): UploadRequestHandler;
491
- new (): any;
492
- readonly prototype: any;
493
- })[], unknown, unknown, UploadRequestHandler, boolean>;
494
- readonly disabled: BooleanConstructor;
495
- readonly limit: NumberConstructor;
496
- }>>, "abort" | "drag" | "submit" | "disabled" | "name" | "data" | "onChange" | "onError" | "onProgress" | "multiple" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "clearFiles" | "handleStart" | "handleRemove"> & ShallowUnwrapRef<{
497
- abort: (file: UploadFile) => void;
498
- submit: () => void;
499
- clearFiles: (states?: UploadStatus[]) => void;
500
- handleStart: (rawFile: UploadRawFile) => void;
501
- handleRemove: (file: UploadFile | UploadRawFile, rawFile?: UploadRawFile) => void;
502
- }> & {} & ComponentCustomProperties & {} & {
503
- $slots: {
504
- file?(_: {
505
- file: UploadFile;
506
- index: number;
507
- }): any;
508
- file?(_: {
509
- file: UploadFile;
510
- index: number;
511
- }): any;
512
- trigger?(_: {}): any;
513
- trigger?(_: {}): any;
514
- default?(_: {}): any;
515
- default?(_: {}): any;
516
- default?(_: {}): any;
517
- tip?(_: {}): any;
518
- };
519
- };
520
- };
521
- attrs: Partial<{}>;
522
- };
523
-
524
- declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
525
-
526
- declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
527
-
528
- declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
529
-
530
- declare type __VLS_WithTemplateSlots<T, S> = T & {
531
- new (): {
532
- $slots: S;
533
- };
534
- };
535
-
536
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
537
- new (): {
538
- $slots: S;
539
- };
540
- };
541
-
542
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
543
- new (): {
544
- $slots: S;
545
- };
546
- };
547
-
548
- /**
549
- * 定义instance类型
550
- */
551
- export declare type AnnexUploadInstance = InstanceType<typeof _default_6>;
552
-
553
- /**
554
- * 定义props类型
555
- */
556
- export declare interface AnnexUploadProps {
557
- modelValue: {
558
- index: number;
559
- fileId: string;
560
- fileName: string;
561
- }[];
562
- fileList?: {
563
- name: string;
564
- url: string;
565
- }[];
566
- showList?: boolean;
567
- fileType?: string;
568
- accept?: string;
569
- checkRealType?: boolean;
570
- limit?: number;
571
- limitFileSize?: boolean;
572
- fileSize?: number;
573
- fileSizeUnit?: 'kb' | 'KB' | 'mb' | 'MB';
574
- uploadType?: 'upload' | 'import';
575
- validateEvent?: boolean;
576
- showTips?: boolean;
577
- }
578
-
579
- declare function clearFiles(): Promise<void>;
580
-
581
- /**
582
- * 定义instance类型
583
- */
584
- export declare type ComplexSearchInstance = InstanceType<typeof _default_3>;
585
-
586
- /**
587
- * 定义instance类型
588
- */
589
- export declare type CopyInstance = InstanceType<typeof _default_4>;
590
-
591
- /**
592
- * 定义props类型
593
- */
594
- export declare interface CopyProps {
595
- content: string;
596
- message?: string;
597
- }
598
-
599
- declare interface data {
600
- xGroup: Array<{
601
- xGroupValue: string;
602
- xGroupText: string;
603
- }>;
604
- yGroup: Array<{
605
- yGroupValue: string;
606
- yGroupText: string;
607
- }>;
608
- items: Array<{
609
- title: string;
610
- xGroupValue: string;
611
- yGroupValue: string;
612
- text: string;
613
- value: number | string;
614
- }>;
615
- }
616
-
617
- declare const _default: {
618
- install: (app: App) => void;
619
- };
620
- export default _default;
621
-
622
- declare const _default_2: DefineComponent<InputProps, {
623
- focus: typeof focus_2;
624
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
625
- "update:modelValue": (value: string) => any;
626
- }, string, PublicProps, Readonly<InputProps> & Readonly<{
627
- "onUpdate:modelValue"?: (value: string) => any;
628
- }>, {
629
- modelValue: string;
630
- disabled: boolean;
631
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
632
-
633
- declare const _default_3: DefineComponent<{
634
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
635
- pasteFormat?: () => void;
636
- defaultSearch?: string;
637
- options?: SearchOptions[];
638
- placeholderText?: string;
639
- showPatchSearch?: boolean;
640
- showWithinFilterCheckbox?: boolean;
641
- specialOptions?: SearchDataOptions[];
642
- normalOptions?: string[];
643
- showSelect?: boolean;
644
- searchItem?: SearchItem;
645
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
646
- filterChangeGrandson: (...args: any[]) => void;
647
- }, string, PublicProps, Readonly<{
648
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
649
- pasteFormat?: () => void;
650
- defaultSearch?: string;
651
- options?: SearchOptions[];
652
- placeholderText?: string;
653
- showPatchSearch?: boolean;
654
- showWithinFilterCheckbox?: boolean;
655
- specialOptions?: SearchDataOptions[];
656
- normalOptions?: string[];
657
- showSelect?: boolean;
658
- searchItem?: SearchItem;
659
- }> & Readonly<{
660
- onFilterChangeGrandson?: (...args: any[]) => any;
661
- }>, {
662
- dealSearch: (selectedSearchType: string, searchQuery: string) => void;
663
- pasteFormat: () => void;
664
- defaultSearch: string;
665
- options: SearchOptions[];
666
- placeholderText: string;
667
- showPatchSearch: boolean;
668
- showWithinFilterCheckbox: boolean;
669
- specialOptions: SearchDataOptions[];
670
- normalOptions: string[];
671
- showSelect: boolean;
672
- searchItem: SearchItem;
673
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
674
-
675
- declare const _default_4: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
676
-
677
- declare const _default_5: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
678
-
679
- declare const _default_6: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
680
-
681
- declare const _default_7: DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<OperationLogProps> & Readonly<{}>, {
682
- projectId: string;
683
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
684
-
685
- declare interface DropdownEntity {
686
- text: string;
687
- value: string | number;
688
- subs?: [any];
689
- isCheckbox?: boolean;
690
- }
691
-
692
- export declare type EveryFilter = {
693
- filterKey: string;
694
- checkedValues: string[] | string;
695
- };
696
-
697
- export declare type FilterValue = string | number | boolean | string[] | number[];
698
-
699
- declare function focus_2(): void;
700
-
701
- /**
702
- * 定义instance类型
703
- */
704
- export declare type ImageUploadInstance = InstanceType<typeof _default_5>;
705
-
706
- /**
707
- * 定义props类型
708
- */
709
- export declare interface ImageUploadProps {
710
- modelValue: {
711
- index: number;
712
- fileId: string;
713
- fileName: string;
714
- };
715
- showDelete?: boolean;
716
- zoom?: number;
717
- imgSize?: {
718
- width: number;
719
- height: number;
720
- };
721
- limitImgSize?: boolean;
722
- limitFileSize?: boolean;
723
- fileSize?: number;
724
- fileSizeUnit?: 'kb' | 'KB' | 'mb' | 'MB';
725
- fileType?: string;
726
- }
727
-
728
- /**
729
- * 定义emit类型
730
- */
731
- export declare type InputEmits = {
732
- 'update:modelValue': [value: string];
733
- };
734
-
735
- /**
736
- * 定义instance类型
737
- */
738
- export declare type InputInstance = InstanceType<typeof _default_2>;
739
-
740
- /**
741
- * 定义props类型
742
- */
743
- export declare interface InputProps {
744
- modelValue: string;
745
- disabled?: boolean;
746
- }
747
-
748
- /**
749
- * 定义instance类型
750
- */
751
- export declare type OperationLogInstance = InstanceType<typeof _default_7>;
752
-
753
- /**
754
- * 定义props类型
755
- */
756
- export declare interface OperationLogProps {
757
- projectId: string;
758
- }
759
-
760
- declare interface Option_2 {
761
- label: string;
762
- value: string;
763
- }
764
-
765
- export declare interface SearchDataOptions {
766
- label: string;
767
- key: string;
768
- }
769
-
770
- export declare interface SearchItem {
771
- [key: string]: FilterValue;
772
- }
773
-
774
- /**
775
- * 综合搜索下拉选项
776
- */
777
- export declare type SearchOptions = {
778
- value: string;
779
- label: string;
780
- };
781
-
782
- declare type SFCWithInstall<T> = T & Plugin_2;
783
-
784
- export declare function useGlobalConfig(userConfig: any): void;
785
-
786
- export declare const YaheeAnnexUpload: SFCWithInstall<{
787
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< AnnexUploadProps> & Readonly<{
788
- onChange?: (...args: any[]) => any;
789
- "onUpdate:modelValue"?: (...args: any[]) => any;
790
- onSuccess?: (...args: any[]) => any;
791
- onRemove?: (...args: any[]) => any;
792
- }>, {
793
- clearFiles: () => Promise<void>;
794
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
795
- change: (...args: any[]) => void;
796
- "update:modelValue": (...args: any[]) => void;
797
- success: (...args: any[]) => void;
798
- remove: (...args: any[]) => void;
799
- }, PublicProps, {
800
- modelValue: {
801
- index: number;
802
- fileId: string;
803
- fileName: string;
804
- }[];
805
- validateEvent: boolean;
806
- fileType: string;
807
- limitFileSize: boolean;
808
- fileSize: number;
809
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
810
- accept: string;
811
- fileList: {
812
- name: string;
813
- url: string;
814
- }[];
815
- limit: number;
816
- showList: boolean;
817
- checkRealType: boolean;
818
- uploadType: "upload" | "import";
819
- showTips: boolean;
820
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
821
- P: {};
822
- B: {};
823
- D: {};
824
- C: {};
825
- M: {};
826
- Defaults: {};
827
- }, Readonly< AnnexUploadProps> & Readonly<{
828
- onChange?: (...args: any[]) => any;
829
- "onUpdate:modelValue"?: (...args: any[]) => any;
830
- onSuccess?: (...args: any[]) => any;
831
- onRemove?: (...args: any[]) => any;
832
- }>, {
833
- clearFiles: () => Promise<void>;
834
- }, {}, {}, {}, {
835
- modelValue: {
836
- index: number;
837
- fileId: string;
838
- fileName: string;
839
- }[];
840
- validateEvent: boolean;
841
- fileType: string;
842
- limitFileSize: boolean;
843
- fileSize: number;
844
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
845
- accept: string;
846
- fileList: {
847
- name: string;
848
- url: string;
849
- }[];
850
- limit: number;
851
- showList: boolean;
852
- checkRealType: boolean;
853
- uploadType: "upload" | "import";
854
- showTips: boolean;
855
- }>;
856
- __isFragment?: never;
857
- __isTeleport?: never;
858
- __isSuspense?: never;
859
- } & ComponentOptionsBase<Readonly< AnnexUploadProps> & Readonly<{
860
- onChange?: (...args: any[]) => any;
861
- "onUpdate:modelValue"?: (...args: any[]) => any;
862
- onSuccess?: (...args: any[]) => any;
863
- onRemove?: (...args: any[]) => any;
864
- }>, {
865
- clearFiles: () => Promise<void>;
866
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
867
- change: (...args: any[]) => void;
868
- "update:modelValue": (...args: any[]) => void;
869
- success: (...args: any[]) => void;
870
- remove: (...args: any[]) => void;
871
- }, string, {
872
- modelValue: {
873
- index: number;
874
- fileId: string;
875
- fileName: string;
876
- }[];
877
- validateEvent: boolean;
878
- fileType: string;
879
- limitFileSize: boolean;
880
- fileSize: number;
881
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
882
- accept: string;
883
- fileList: {
884
- name: string;
885
- url: string;
886
- }[];
887
- limit: number;
888
- showList: boolean;
889
- checkRealType: boolean;
890
- uploadType: "upload" | "import";
891
- showTips: boolean;
892
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
893
- $slots: {
894
- default?(_: {}): any;
895
- tip?(_: {}): any;
896
- };
897
- })> & Record<string, any>;
898
-
899
- export declare const YaheeComplexSearch: SFCWithInstall<DefineComponent<{
900
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
901
- pasteFormat?: () => void;
902
- defaultSearch?: string;
903
- options?: SearchOptions[];
904
- placeholderText?: string;
905
- showPatchSearch?: boolean;
906
- showWithinFilterCheckbox?: boolean;
907
- specialOptions?: SearchDataOptions[];
908
- normalOptions?: string[];
909
- showSelect?: boolean;
910
- searchItem?: SearchItem;
911
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
912
- filterChangeGrandson: (...args: any[]) => void;
913
- }, string, PublicProps, Readonly<{
914
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
915
- pasteFormat?: () => void;
916
- defaultSearch?: string;
917
- options?: SearchOptions[];
918
- placeholderText?: string;
919
- showPatchSearch?: boolean;
920
- showWithinFilterCheckbox?: boolean;
921
- specialOptions?: SearchDataOptions[];
922
- normalOptions?: string[];
923
- showSelect?: boolean;
924
- searchItem?: SearchItem;
925
- }> & Readonly<{
926
- onFilterChangeGrandson?: (...args: any[]) => any;
927
- }>, {
928
- dealSearch: (selectedSearchType: string, searchQuery: string) => void;
929
- pasteFormat: () => void;
930
- defaultSearch: string;
931
- options: SearchOptions[];
932
- placeholderText: string;
933
- showPatchSearch: boolean;
934
- showWithinFilterCheckbox: boolean;
935
- specialOptions: SearchDataOptions[];
936
- normalOptions: string[];
937
- showSelect: boolean;
938
- searchItem: SearchItem;
939
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>;
940
-
941
- export declare const YaheeCopy: SFCWithInstall<{
942
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
943
- message: string;
944
- content: string;
945
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
946
- P: {};
947
- B: {};
948
- D: {};
949
- C: {};
950
- M: {};
951
- Defaults: {};
952
- }, Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, {
953
- message: string;
954
- content: string;
955
- }>;
956
- __isFragment?: never;
957
- __isTeleport?: never;
958
- __isSuspense?: never;
959
- } & ComponentOptionsBase<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
960
- message: string;
961
- content: string;
962
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
963
- $slots: {
964
- default?(_: {}): any;
965
- };
966
- })> & Record<string, any>;
967
-
968
- export declare const YaheeCountryPlatformShopCondition: SFCWithInstall<DefineComponent<{
969
- xyFilters?: data;
970
- filterKey: string;
971
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
972
- filterChange: (...args: any[]) => void;
973
- }, string, PublicProps, Readonly<{
974
- xyFilters?: data;
975
- filterKey: string;
976
- }> & Readonly<{
977
- onFilterChange?: (...args: any[]) => any;
978
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
979
-
980
- export declare const YaheeDropDownCondition: SFCWithInstall<DefineComponent<{
981
- filterList?: Array< DropdownEntity>;
982
- totalCount?: number;
983
- level1Count?: Array<{
984
- value: string;
985
- count: number;
986
- }>;
987
- level2Count?: Array<{
988
- value: string;
989
- count: number;
990
- }>;
991
- filterKey: string;
992
- enumEntity: string;
993
- noNeedRefreshNumFilterName?: string;
994
- initFilters?: Function;
995
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
996
- filterChange: (...args: any[]) => void;
997
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
998
- }, string, PublicProps, Readonly<{
999
- filterList?: Array< DropdownEntity>;
1000
- totalCount?: number;
1001
- level1Count?: Array<{
1002
- value: string;
1003
- count: number;
1004
- }>;
1005
- level2Count?: Array<{
1006
- value: string;
1007
- count: number;
1008
- }>;
1009
- filterKey: string;
1010
- enumEntity: string;
1011
- noNeedRefreshNumFilterName?: string;
1012
- initFilters?: Function;
1013
- }> & Readonly<{
1014
- onFilterChange?: (...args: any[]) => any;
1015
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1016
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
1017
-
1018
- export declare const YaheeImageUpload: SFCWithInstall<{
1019
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ImageUploadProps> & Readonly<{
1020
- onChange?: (...args: any[]) => any;
1021
- "onUpdate:modelValue"?: (...args: any[]) => any;
1022
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1023
- change: (...args: any[]) => void;
1024
- "update:modelValue": (...args: any[]) => void;
1025
- }, PublicProps, {
1026
- modelValue: {
1027
- index: number;
1028
- fileId: string;
1029
- fileName: string;
1030
- };
1031
- fileType: string;
1032
- showDelete: boolean;
1033
- zoom: number;
1034
- imgSize: {
1035
- width: number;
1036
- height: number;
1037
- };
1038
- limitImgSize: boolean;
1039
- limitFileSize: boolean;
1040
- fileSize: number;
1041
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
1042
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1043
- P: {};
1044
- B: {};
1045
- D: {};
1046
- C: {};
1047
- M: {};
1048
- Defaults: {};
1049
- }, Readonly< ImageUploadProps> & Readonly<{
1050
- onChange?: (...args: any[]) => any;
1051
- "onUpdate:modelValue"?: (...args: any[]) => any;
1052
- }>, {}, {}, {}, {}, {
1053
- modelValue: {
1054
- index: number;
1055
- fileId: string;
1056
- fileName: string;
1057
- };
1058
- fileType: string;
1059
- showDelete: boolean;
1060
- zoom: number;
1061
- imgSize: {
1062
- width: number;
1063
- height: number;
1064
- };
1065
- limitImgSize: boolean;
1066
- limitFileSize: boolean;
1067
- fileSize: number;
1068
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
1069
- }>;
1070
- __isFragment?: never;
1071
- __isTeleport?: never;
1072
- __isSuspense?: never;
1073
- } & ComponentOptionsBase<Readonly< ImageUploadProps> & Readonly<{
1074
- onChange?: (...args: any[]) => any;
1075
- "onUpdate:modelValue"?: (...args: any[]) => any;
1076
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1077
- change: (...args: any[]) => void;
1078
- "update:modelValue": (...args: any[]) => void;
1079
- }, string, {
1080
- modelValue: {
1081
- index: number;
1082
- fileId: string;
1083
- fileName: string;
1084
- };
1085
- fileType: string;
1086
- showDelete: boolean;
1087
- zoom: number;
1088
- imgSize: {
1089
- width: number;
1090
- height: number;
1091
- };
1092
- limitImgSize: boolean;
1093
- limitFileSize: boolean;
1094
- fileSize: number;
1095
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
1096
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1097
- $slots: {
1098
- default?(_: {
1099
- value: string;
1100
- }): any;
1101
- };
1102
- })> & Record<string, any>;
1103
-
1104
- export declare const YaheeInput: SFCWithInstall<DefineComponent<InputProps, {
1105
- focus: () => void;
1106
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1107
- "update:modelValue": (value: string) => any;
1108
- }, string, PublicProps, Readonly< InputProps> & Readonly<{
1109
- "onUpdate:modelValue"?: (value: string) => any;
1110
- }>, {
1111
- modelValue: string;
1112
- disabled: boolean;
1113
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
1114
-
1115
- export declare const YaheeLeftCondition: SFCWithInstall<DefineComponent<{
1116
- multiSelectList?: Array<any>;
1117
- selectList: Array< Option_2>;
1118
- countList?: Array<any>;
1119
- totalCount?: number;
1120
- hasNum?: boolean;
1121
- displayRangeInput?: boolean;
1122
- rangeLabel?: string;
1123
- rangeStartKey?: string;
1124
- rangeEndKey?: string;
1125
- rangeDelimiter?: string;
1126
- allIsCheckbox?: boolean;
1127
- allIsEmpty?: boolean;
1128
- translateUserId?: boolean;
1129
- staticSearch?: boolean;
1130
- label?: string;
1131
- noNeedRefreshNumFilterName?: string;
1132
- filterKey: string;
1133
- defaultValues?: Array<string | number | boolean>;
1134
- }, {
1135
- clickAllSelected: () => void;
1136
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1137
- filterChange: (...args: any[]) => void;
1138
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1139
- }, string, PublicProps, Readonly<{
1140
- multiSelectList?: Array<any>;
1141
- selectList: Array< Option_2>;
1142
- countList?: Array<any>;
1143
- totalCount?: number;
1144
- hasNum?: boolean;
1145
- displayRangeInput?: boolean;
1146
- rangeLabel?: string;
1147
- rangeStartKey?: string;
1148
- rangeEndKey?: string;
1149
- rangeDelimiter?: string;
1150
- allIsCheckbox?: boolean;
1151
- allIsEmpty?: boolean;
1152
- translateUserId?: boolean;
1153
- staticSearch?: boolean;
1154
- label?: string;
1155
- noNeedRefreshNumFilterName?: string;
1156
- filterKey: string;
1157
- defaultValues?: Array<string | number | boolean>;
1158
- }> & Readonly<{
1159
- onFilterChange?: (...args: any[]) => any;
1160
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1161
- }>, {
1162
- label: string;
1163
- filterKey: string;
1164
- multiSelectList: Array<any>;
1165
- countList: Array<any>;
1166
- hasNum: boolean;
1167
- selectList: Array< Option_2>;
1168
- totalCount: number;
1169
- displayRangeInput: boolean;
1170
- rangeLabel: string;
1171
- rangeStartKey: string;
1172
- rangeEndKey: string;
1173
- rangeDelimiter: string;
1174
- allIsEmpty: boolean;
1175
- staticSearch: boolean;
1176
- noNeedRefreshNumFilterName: string;
1177
- defaultValues: Array<string | number | boolean>;
1178
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
1179
-
1180
- export declare const YaheeLeftConditionEnum: SFCWithInstall<DefineComponent<ExtractPropTypes<{
1181
- selectList: {
1182
- type: {
1183
- (arrayLength: number): Option_2[];
1184
- (...items: Option_2[]): Option_2[];
1185
- new (arrayLength: number): Option_2[];
1186
- new (...items: Option_2[]): Option_2[];
1187
- isArray(arg: any): arg is any[];
1188
- readonly prototype: any[];
1189
- from<T>(arrayLike: ArrayLike<T>): T[];
1190
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1191
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
1192
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1193
- of<T>(...items: T[]): T[];
1194
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
1195
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
1196
- readonly [Symbol.species]: ArrayConstructor;
1197
- };
1198
- default: () => Option_2[];
1199
- };
1200
- countList: {
1201
- type: {
1202
- (arrayLength: number): any[];
1203
- (...items: any[]): any[];
1204
- new (arrayLength: number): any[];
1205
- new (...items: any[]): any[];
1206
- isArray(arg: any): arg is any[];
1207
- readonly prototype: any[];
1208
- from<T>(arrayLike: ArrayLike<T>): T[];
1209
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1210
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
1211
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1212
- of<T>(...items: T[]): T[];
1213
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
1214
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
1215
- readonly [Symbol.species]: ArrayConstructor;
1216
- };
1217
- required: false;
1218
- };
1219
- enumEntity: {
1220
- type: StringConstructor;
1221
- default: string;
1222
- };
1223
- filterKey: {
1224
- type: StringConstructor;
1225
- default: string;
1226
- };
1227
- totalCount: {
1228
- type: NumberConstructor;
1229
- required: false;
1230
- };
1231
- noNeedRefreshNumFilterName: {
1232
- type: StringConstructor;
1233
- required: false;
1234
- };
1235
- allIsCheckbox: {
1236
- type: BooleanConstructor;
1237
- required: false;
1238
- };
1239
- allIsEmpty: {
1240
- type: BooleanConstructor;
1241
- required: false;
1242
- };
1243
- translateUserId: {
1244
- type: BooleanConstructor;
1245
- required: false;
1246
- };
1247
- initFilters: {
1248
- type: FunctionConstructor;
1249
- required: true;
1250
- };
1251
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1252
- filterChange: (...args: any[]) => void;
1253
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1254
- }, string, PublicProps, Readonly< ExtractPropTypes<{
1255
- selectList: {
1256
- type: {
1257
- (arrayLength: number): Option_2[];
1258
- (...items: Option_2[]): Option_2[];
1259
- new (arrayLength: number): Option_2[];
1260
- new (...items: Option_2[]): Option_2[];
1261
- isArray(arg: any): arg is any[];
1262
- readonly prototype: any[];
1263
- from<T>(arrayLike: ArrayLike<T>): T[];
1264
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1265
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
1266
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1267
- of<T>(...items: T[]): T[];
1268
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
1269
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
1270
- readonly [Symbol.species]: ArrayConstructor;
1271
- };
1272
- default: () => Option_2[];
1273
- };
1274
- countList: {
1275
- type: {
1276
- (arrayLength: number): any[];
1277
- (...items: any[]): any[];
1278
- new (arrayLength: number): any[];
1279
- new (...items: any[]): any[];
1280
- isArray(arg: any): arg is any[];
1281
- readonly prototype: any[];
1282
- from<T>(arrayLike: ArrayLike<T>): T[];
1283
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1284
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
1285
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
1286
- of<T>(...items: T[]): T[];
1287
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
1288
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
1289
- readonly [Symbol.species]: ArrayConstructor;
1290
- };
1291
- required: false;
1292
- };
1293
- enumEntity: {
1294
- type: StringConstructor;
1295
- default: string;
1296
- };
1297
- filterKey: {
1298
- type: StringConstructor;
1299
- default: string;
1300
- };
1301
- totalCount: {
1302
- type: NumberConstructor;
1303
- required: false;
1304
- };
1305
- noNeedRefreshNumFilterName: {
1306
- type: StringConstructor;
1307
- required: false;
1308
- };
1309
- allIsCheckbox: {
1310
- type: BooleanConstructor;
1311
- required: false;
1312
- };
1313
- allIsEmpty: {
1314
- type: BooleanConstructor;
1315
- required: false;
1316
- };
1317
- translateUserId: {
1318
- type: BooleanConstructor;
1319
- required: false;
1320
- };
1321
- initFilters: {
1322
- type: FunctionConstructor;
1323
- required: true;
1324
- };
1325
- }>> & Readonly<{
1326
- onFilterChange?: (...args: any[]) => any;
1327
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1328
- }>, {
1329
- filterKey: string;
1330
- allIsCheckbox: boolean;
1331
- translateUserId: boolean;
1332
- selectList: Option_2[];
1333
- allIsEmpty: boolean;
1334
- enumEntity: string;
1335
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>;
1336
-
1337
- export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
1338
- projectId: string;
1339
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
1340
-
1341
- export { }
1
+ export * from './src/index'
2
+ export {}
3
+ import YAHEE_COMPONENTS from './src/index'
4
+ export default YAHEE_COMPONENTS
5
+ export * from './src/index'
6
+ export {}