yahee-components 0.0.28 → 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 (274) 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/country-platform-shop-condition/country-platform-shop-condition.vue.js +6 -6
  8. package/es/country-platform-shop-condition/style/index.css +13 -2
  9. package/es/drop-down-condition/drop-down-condition.vue.js +176 -170
  10. package/es/drop-down-condition/style/index.css +14 -10
  11. package/es/index.js +14 -12
  12. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/Axios.js +51 -48
  13. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/mergeConfig.js +20 -20
  14. package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/env/data.js +1 -1
  15. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +23 -0
  16. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +8 -0
  17. package/es/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +54 -0
  18. package/es/{packages/components → node_modules/.pnpm/dayjs@1.11.13}/node_modules/dayjs/dayjs.min.js +1 -1
  19. package/es/{packages/components → node_modules/.pnpm/lodash@4.17.21}/node_modules/lodash/lodash.js +2 -2
  20. 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
  21. package/es/operation-log/operation-log.vue.js +2 -2
  22. package/es/packages/components/api/log-server.js +1 -1
  23. package/es/packages/components/api/server.js +1 -1
  24. package/es/packages/components/api/tool.js +1 -1
  25. package/es/packages/components/api/upload-server.js +1 -1
  26. package/es/packages/components/hooks/useImg.js +1 -1
  27. package/es/style.css +27 -45
  28. package/es/styles/index.css +0 -33
  29. package/es/utils/translate.js +1 -1
  30. package/lib/country-platform-shop-condition/style/index.css +13 -2
  31. package/lib/drop-down-condition/style/index.css +14 -10
  32. package/lib/style.css +27 -45
  33. package/lib/styles/index.css +0 -33
  34. package/package.json +1 -1
  35. package/readme.md +249 -0
  36. package/types/hooks/useClipboard.d.ts +7 -0
  37. package/types/hooks/useImg.d.ts +10 -0
  38. package/types/hooks/useImgPath.d.ts +5 -0
  39. package/types/hooks/useImport.d.ts +11 -0
  40. package/types/hooks/useUpload.d.ts +12 -0
  41. package/types/index.d.ts +6 -1341
  42. package/types/src/annex-upload/annex-upload.d.ts +30 -0
  43. package/types/src/annex-upload/annex-upload.vue.d.ts +451 -0
  44. package/types/src/annex-upload/index.d.ts +118 -0
  45. package/types/src/annex-upload/mimeType.d.ts +2 -0
  46. package/types/src/api/server.d.ts +6 -0
  47. package/types/src/api/tool.d.ts +6 -0
  48. package/types/src/api/types.d.ts +17 -0
  49. package/types/src/complex-search/complex-search.d.ts +24 -0
  50. package/types/src/complex-search/complex-search.vue.d.ts +20 -0
  51. package/types/src/complex-search/index.d.ts +24 -0
  52. package/types/src/complex-search/props.d.ts +65 -0
  53. package/types/src/components.d.ts +10 -0
  54. package/types/src/copy/copy.d.ts +12 -0
  55. package/types/src/copy/copy.vue.d.ts +22 -0
  56. package/types/src/copy/index.d.ts +32 -0
  57. package/types/src/country-platform-shop-condition/country-platform-shop-condition.d.ts +17 -0
  58. package/types/src/country-platform-shop-condition/country-platform-shop-condition.vue.d.ts +12 -0
  59. package/types/src/country-platform-shop-condition/index.d.ts +16 -0
  60. package/types/src/drop-down-condition/drop-down-condition.d.ts +6 -0
  61. package/types/src/drop-down-condition/drop-down-condition.vue.d.ts +26 -0
  62. package/types/src/drop-down-condition/index.d.ts +42 -0
  63. package/types/src/image-upload/image-upload.d.ts +26 -0
  64. package/types/src/image-upload/image-upload.vue.d.ts +44 -0
  65. package/types/src/image-upload/index.d.ts +91 -0
  66. package/types/src/index.d.ts +7 -0
  67. package/types/src/input/index.d.ts +16 -0
  68. package/types/src/input/input.d.ts +18 -0
  69. package/types/src/input/input.vue.d.ts +14 -0
  70. package/types/src/installs.d.ts +523 -0
  71. package/types/src/left-condition/index.d.ts +69 -0
  72. package/types/src/left-condition/left-condition-sub.vue.d.ts +41 -0
  73. package/types/src/left-condition/left-condition.d.ts +5 -0
  74. package/types/src/left-condition/left-condition.vue.d.ts +50 -0
  75. package/types/src/left-condition-enum/index.d.ts +161 -0
  76. package/types/src/left-condition-enum/left-condition-enum.d.ts +5 -0
  77. package/types/src/left-condition-enum/left-condition-enum.vue.d.ts +159 -0
  78. package/types/src/operation-log/index.d.ts +9 -0
  79. package/types/src/operation-log/operation-log-content.vue.d.ts +24 -0
  80. package/types/src/operation-log/operation-log-dialog.vue.d.ts +39 -0
  81. package/types/src/operation-log/operation-log-form.vue.d.ts +19 -0
  82. package/types/src/operation-log/operation-log.d.ts +11 -0
  83. package/types/src/operation-log/operation-log.vue.d.ts +6 -0
  84. package/types/src/shared/hello.d.ts +1 -0
  85. package/types/src/shared/index.d.ts +2 -0
  86. package/types/src/shared/typeCheck.d.ts +2 -0
  87. package/types/src/shared/types/InferVueDefaults.d.ts +7 -0
  88. package/types/src/shared/types/index.d.ts +1 -0
  89. package/types/src/static/CommonObject.d.ts +18 -0
  90. package/types/src/static/CommonVariables.d.ts +4 -0
  91. package/types/src/utils/config.d.ts +8 -0
  92. package/types/src/utils/const.d.ts +19 -0
  93. package/types/src/utils/functions.d.ts +1 -0
  94. package/types/src/utils/infer-vue-defaults.d.ts +7 -0
  95. package/types/src/utils/install.d.ts +8 -0
  96. package/types/src/utils/storage.d.ts +18 -0
  97. package/types/src/utils/style.d.ts +19 -0
  98. package/types/src/utils/to-kebab-case.d.ts +1 -0
  99. package/types/src/utils/translate.d.ts +5 -0
  100. package/types/src/utils/typescript.d.ts +5 -0
  101. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -19
  102. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -37
  103. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -51
  104. package/lib/_virtual/_commonjsHelpers.js +0 -1
  105. package/lib/_virtual/dayjs.min.js +0 -1
  106. package/lib/_virtual/dayjs.min2.js +0 -1
  107. package/lib/_virtual/lodash.js +0 -1
  108. package/lib/_virtual/lodash2.js +0 -1
  109. package/lib/annex-upload/annex-upload.vue.js +0 -1
  110. package/lib/annex-upload/annex-upload.vue2.js +0 -1
  111. package/lib/annex-upload/index.js +0 -1
  112. package/lib/annex-upload/mimeType.js +0 -1
  113. package/lib/api/server.js +0 -1
  114. package/lib/api/tool.js +0 -1
  115. package/lib/complex-search/complex-search.vue.js +0 -1
  116. package/lib/complex-search/complex-search.vue2.js +0 -1
  117. package/lib/complex-search/index.js +0 -1
  118. package/lib/copy/copy.vue.js +0 -1
  119. package/lib/copy/copy.vue2.js +0 -1
  120. package/lib/copy/index.js +0 -1
  121. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue.js +0 -1
  122. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue2.js +0 -1
  123. package/lib/country-platform-shop-condition/index.js +0 -1
  124. package/lib/drop-down-condition/drop-down-condition.vue.js +0 -1
  125. package/lib/drop-down-condition/drop-down-condition.vue2.js +0 -1
  126. package/lib/drop-down-condition/index.js +0 -1
  127. package/lib/image-upload/image-upload.vue.js +0 -1
  128. package/lib/image-upload/image-upload.vue2.js +0 -1
  129. package/lib/image-upload/index.js +0 -1
  130. package/lib/index.js +0 -1
  131. package/lib/input/index.js +0 -1
  132. package/lib/input/input.vue.js +0 -1
  133. package/lib/input/input.vue2.js +0 -1
  134. package/lib/installs.js +0 -1
  135. package/lib/left-condition/index.js +0 -1
  136. package/lib/left-condition/left-condition-sub.vue.js +0 -1
  137. package/lib/left-condition/left-condition-sub.vue2.js +0 -1
  138. package/lib/left-condition/left-condition.vue.js +0 -1
  139. package/lib/left-condition/left-condition.vue2.js +0 -1
  140. package/lib/left-condition-enum/index.js +0 -1
  141. package/lib/left-condition-enum/left-condition-enum.vue.js +0 -1
  142. package/lib/left-condition-enum/left-condition-enum.vue2.js +0 -1
  143. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/index.js +0 -1
  144. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/adapters.js +0 -3
  145. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/fetch.js +0 -1
  146. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/xhr.js +0 -1
  147. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/axios.js +0 -1
  148. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CancelToken.js +0 -1
  149. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CanceledError.js +0 -1
  150. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/isCancel.js +0 -1
  151. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/Axios.js +0 -2
  152. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosError.js +0 -1
  153. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosHeaders.js +0 -2
  154. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/InterceptorManager.js +0 -1
  155. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/buildFullPath.js +0 -1
  156. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/dispatchRequest.js +0 -1
  157. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/mergeConfig.js +0 -1
  158. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/settle.js +0 -1
  159. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/transformData.js +0 -1
  160. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/index.js +0 -1
  161. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/transitional.js +0 -1
  162. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/env/data.js +0 -1
  163. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -1
  164. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -1
  165. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/bind.js +0 -1
  166. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +0 -1
  167. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/combineURLs.js +0 -1
  168. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/composeSignals.js +0 -1
  169. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/cookies.js +0 -1
  170. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/formDataToJSON.js +0 -1
  171. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -1
  172. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAxiosError.js +0 -1
  173. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -1
  174. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/null.js +0 -1
  175. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseHeaders.js +0 -2
  176. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseProtocol.js +0 -1
  177. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/progressEventReducer.js +0 -1
  178. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/resolveConfig.js +0 -1
  179. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/speedometer.js +0 -1
  180. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/spread.js +0 -1
  181. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/throttle.js +0 -1
  182. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toFormData.js +0 -1
  183. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -1
  184. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/trackStream.js +0 -1
  185. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +0 -1
  186. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -1
  187. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -1
  188. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -1
  189. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/index.js +0 -1
  190. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/common/utils.js +0 -1
  191. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/index.js +0 -1
  192. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/utils.js +0 -1
  193. package/lib/operation-log/index.js +0 -1
  194. package/lib/operation-log/operation-log-content.vue.js +0 -1
  195. package/lib/operation-log/operation-log-content.vue2.js +0 -1
  196. package/lib/operation-log/operation-log-dialog.vue.js +0 -1
  197. package/lib/operation-log/operation-log-dialog.vue2.js +0 -1
  198. package/lib/operation-log/operation-log-form.vue.js +0 -1
  199. package/lib/operation-log/operation-log-form.vue2.js +0 -1
  200. package/lib/operation-log/operation-log.vue.js +0 -1
  201. package/lib/operation-log/operation-log.vue2.js +0 -1
  202. package/lib/packages/components/api/log/index.js +0 -1
  203. package/lib/packages/components/api/log-server.js +0 -1
  204. package/lib/packages/components/api/server.js +0 -1
  205. package/lib/packages/components/api/tool.js +0 -1
  206. package/lib/packages/components/api/upload-server.js +0 -1
  207. package/lib/packages/components/assets/images/errorimg.png.js +0 -1
  208. package/lib/packages/components/assets/images/excel.png.js +0 -1
  209. package/lib/packages/components/assets/images/file-word.png.js +0 -1
  210. package/lib/packages/components/assets/images/pdf.png.js +0 -1
  211. package/lib/packages/components/assets/images/ppt.png.js +0 -1
  212. package/lib/packages/components/assets/images/vue.svg.js +0 -1
  213. package/lib/packages/components/hooks/useClipboard.js +0 -1
  214. package/lib/packages/components/hooks/useImg.js +0 -1
  215. package/lib/packages/components/hooks/useImgPath.js +0 -1
  216. package/lib/packages/components/hooks/useImport.js +0 -1
  217. package/lib/packages/components/hooks/useUpload.js +0 -1
  218. package/lib/packages/components/node_modules/dayjs/dayjs.min.js +0 -1
  219. package/lib/packages/components/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -1
  220. package/lib/packages/components/node_modules/lodash/lodash.js +0 -27
  221. package/lib/packages/components/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +0 -1
  222. package/lib/static/CommonObject.js +0 -1
  223. package/lib/utils/config.js +0 -1
  224. package/lib/utils/const.js +0 -1
  225. package/lib/utils/install.js +0 -1
  226. package/lib/utils/storage.js +0 -1
  227. package/lib/utils/style.js +0 -1
  228. package/lib/utils/translate.js +0 -1
  229. package/lib/yahee-components.css +0 -1
  230. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/index.js +0 -0
  231. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/adapters.js +0 -0
  232. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/fetch.js +0 -0
  233. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/adapters/xhr.js +0 -0
  234. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/axios.js +0 -0
  235. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CancelToken.js +0 -0
  236. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/CanceledError.js +0 -0
  237. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/cancel/isCancel.js +0 -0
  238. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosError.js +0 -0
  239. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/AxiosHeaders.js +0 -0
  240. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/InterceptorManager.js +0 -0
  241. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/buildFullPath.js +0 -0
  242. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/dispatchRequest.js +0 -0
  243. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/settle.js +0 -0
  244. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/core/transformData.js +0 -0
  245. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/index.js +0 -0
  246. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/defaults/transitional.js +0 -0
  247. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -0
  248. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -0
  249. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/bind.js +0 -0
  250. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/combineURLs.js +0 -0
  251. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/composeSignals.js +0 -0
  252. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/cookies.js +0 -0
  253. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/formDataToJSON.js +0 -0
  254. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -0
  255. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/isAxiosError.js +0 -0
  256. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/null.js +0 -0
  257. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseHeaders.js +0 -0
  258. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/parseProtocol.js +0 -0
  259. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/progressEventReducer.js +0 -0
  260. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/resolveConfig.js +0 -0
  261. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/speedometer.js +0 -0
  262. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/spread.js +0 -0
  263. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/throttle.js +0 -0
  264. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toFormData.js +0 -0
  265. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -0
  266. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/helpers/trackStream.js +0 -0
  267. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -0
  268. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -0
  269. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -0
  270. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/browser/index.js +0 -0
  271. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/common/utils.js +0 -0
  272. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/platform/index.js +0 -0
  273. /package/es/node_modules/.pnpm/{axios@1.7.7 → axios@1.7.9}/node_modules/axios/lib/utils.js +0 -0
  274. /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
@@ -0,0 +1,523 @@
1
+ import { SFCWithInstall } from './utils/typescript';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
+ import { InputProps } from './input';
4
+ import { ComplexSearchProps, SearchOptions, SearchDataOptions, SearchItem } from './complex-search';
5
+ import { CopyProps } from './copy';
6
+ import { ImageUploadProps } from './image-upload';
7
+ import { OperationLogProps } from './operation-log';
8
+ import { AnnexUploadProps } from './annex-upload';
9
+ import { Option } from './static/CommonObject';
10
+ import { DropdownEntity } from './drop-down-condition/drop-down-condition';
11
+ import { data } from './country-platform-shop-condition/country-platform-shop-condition';
12
+ declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
13
+ focus: () => void;
14
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string) => any;
16
+ }, string, PublicProps, Readonly< InputProps> & Readonly<{
17
+ "onUpdate:modelValue"?: (value: string) => any;
18
+ }>, {
19
+ modelValue: string;
20
+ disabled: boolean;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ComplexSearchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
22
+ filterChangeGrandson: (...args: any[]) => void;
23
+ }, string, PublicProps, Readonly< ComplexSearchProps> & Readonly<{
24
+ onFilterChangeGrandson?: (...args: any[]) => any;
25
+ }>, {
26
+ pasteFormat: () => void;
27
+ defaultSearch: string;
28
+ options: SearchOptions[];
29
+ placeholderText: string;
30
+ showPatchSearch: boolean;
31
+ showWithinFilterCheckbox: boolean;
32
+ specialOptions: SearchDataOptions[];
33
+ normalOptions: SearchDataOptions[];
34
+ showSelect: boolean;
35
+ searchItem: SearchItem;
36
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
37
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
38
+ message: string;
39
+ content: string;
40
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, {
48
+ message: string;
49
+ content: string;
50
+ }>;
51
+ __isFragment?: never;
52
+ __isTeleport?: never;
53
+ __isSuspense?: never;
54
+ } & ComponentOptionsBase<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
55
+ message: string;
56
+ content: string;
57
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
58
+ $slots: {
59
+ default?(_: {}): any;
60
+ };
61
+ })> & Record<string, any>) | ( SFCWithInstall<{
62
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ImageUploadProps> & Readonly<{
63
+ onChange?: (...args: any[]) => any;
64
+ "onUpdate:modelValue"?: (...args: any[]) => any;
65
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
66
+ change: (...args: any[]) => void;
67
+ "update:modelValue": (...args: any[]) => void;
68
+ }, PublicProps, {
69
+ modelValue: {
70
+ index: number;
71
+ fileId: string;
72
+ fileName: string;
73
+ };
74
+ fileType: string;
75
+ showDelete: boolean;
76
+ zoom: number;
77
+ imgSize: {
78
+ width: number;
79
+ height: number;
80
+ };
81
+ limitImgSize: boolean;
82
+ limitFileSize: boolean;
83
+ fileSize: number;
84
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
85
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
86
+ P: {};
87
+ B: {};
88
+ D: {};
89
+ C: {};
90
+ M: {};
91
+ Defaults: {};
92
+ }, Readonly< ImageUploadProps> & Readonly<{
93
+ onChange?: (...args: any[]) => any;
94
+ "onUpdate:modelValue"?: (...args: any[]) => any;
95
+ }>, {}, {}, {}, {}, {
96
+ modelValue: {
97
+ index: number;
98
+ fileId: string;
99
+ fileName: string;
100
+ };
101
+ fileType: string;
102
+ showDelete: boolean;
103
+ zoom: number;
104
+ imgSize: {
105
+ width: number;
106
+ height: number;
107
+ };
108
+ limitImgSize: boolean;
109
+ limitFileSize: boolean;
110
+ fileSize: number;
111
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
112
+ }>;
113
+ __isFragment?: never;
114
+ __isTeleport?: never;
115
+ __isSuspense?: never;
116
+ } & ComponentOptionsBase<Readonly< ImageUploadProps> & Readonly<{
117
+ onChange?: (...args: any[]) => any;
118
+ "onUpdate:modelValue"?: (...args: any[]) => any;
119
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
120
+ change: (...args: any[]) => void;
121
+ "update:modelValue": (...args: any[]) => void;
122
+ }, string, {
123
+ modelValue: {
124
+ index: number;
125
+ fileId: string;
126
+ fileName: string;
127
+ };
128
+ fileType: string;
129
+ showDelete: boolean;
130
+ zoom: number;
131
+ imgSize: {
132
+ width: number;
133
+ height: number;
134
+ };
135
+ limitImgSize: boolean;
136
+ limitFileSize: boolean;
137
+ fileSize: number;
138
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
139
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
140
+ $slots: {
141
+ default?(_: {
142
+ value: string;
143
+ }): any;
144
+ };
145
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
146
+ projectId: string;
147
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<{
148
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< AnnexUploadProps> & Readonly<{
149
+ onChange?: (...args: any[]) => any;
150
+ "onUpdate:modelValue"?: (...args: any[]) => any;
151
+ onSuccess?: (...args: any[]) => any;
152
+ onRemove?: (...args: any[]) => any;
153
+ }>, {
154
+ clearFiles: () => Promise<void>;
155
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
156
+ change: (...args: any[]) => void;
157
+ "update:modelValue": (...args: any[]) => void;
158
+ success: (...args: any[]) => void;
159
+ remove: (...args: any[]) => void;
160
+ }, PublicProps, {
161
+ modelValue: {
162
+ index: number;
163
+ fileId: string;
164
+ fileName: string;
165
+ }[];
166
+ validateEvent: boolean;
167
+ fileType: string;
168
+ limitFileSize: boolean;
169
+ fileSize: number;
170
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
171
+ accept: string;
172
+ fileList: {
173
+ name: string;
174
+ url: string;
175
+ }[];
176
+ limit: number;
177
+ showList: boolean;
178
+ checkRealType: boolean;
179
+ uploadType: "upload" | "import";
180
+ showTips: boolean;
181
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
182
+ P: {};
183
+ B: {};
184
+ D: {};
185
+ C: {};
186
+ M: {};
187
+ Defaults: {};
188
+ }, Readonly< AnnexUploadProps> & Readonly<{
189
+ onChange?: (...args: any[]) => any;
190
+ "onUpdate:modelValue"?: (...args: any[]) => any;
191
+ onSuccess?: (...args: any[]) => any;
192
+ onRemove?: (...args: any[]) => any;
193
+ }>, {
194
+ clearFiles: () => Promise<void>;
195
+ }, {}, {}, {}, {
196
+ modelValue: {
197
+ index: number;
198
+ fileId: string;
199
+ fileName: string;
200
+ }[];
201
+ validateEvent: boolean;
202
+ fileType: string;
203
+ limitFileSize: boolean;
204
+ fileSize: number;
205
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
206
+ accept: string;
207
+ fileList: {
208
+ name: string;
209
+ url: string;
210
+ }[];
211
+ limit: number;
212
+ showList: boolean;
213
+ checkRealType: boolean;
214
+ uploadType: "upload" | "import";
215
+ showTips: boolean;
216
+ }>;
217
+ __isFragment?: never;
218
+ __isTeleport?: never;
219
+ __isSuspense?: never;
220
+ } & ComponentOptionsBase<Readonly< AnnexUploadProps> & Readonly<{
221
+ onChange?: (...args: any[]) => any;
222
+ "onUpdate:modelValue"?: (...args: any[]) => any;
223
+ onSuccess?: (...args: any[]) => any;
224
+ onRemove?: (...args: any[]) => any;
225
+ }>, {
226
+ clearFiles: () => Promise<void>;
227
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
228
+ change: (...args: any[]) => void;
229
+ "update:modelValue": (...args: any[]) => void;
230
+ success: (...args: any[]) => void;
231
+ remove: (...args: any[]) => void;
232
+ }, string, {
233
+ modelValue: {
234
+ index: number;
235
+ fileId: string;
236
+ fileName: string;
237
+ }[];
238
+ validateEvent: boolean;
239
+ fileType: string;
240
+ limitFileSize: boolean;
241
+ fileSize: number;
242
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
243
+ accept: string;
244
+ fileList: {
245
+ name: string;
246
+ url: string;
247
+ }[];
248
+ limit: number;
249
+ showList: boolean;
250
+ checkRealType: boolean;
251
+ uploadType: "upload" | "import";
252
+ showTips: boolean;
253
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
254
+ $slots: {
255
+ default?(_: {}): any;
256
+ tip?(_: {}): any;
257
+ };
258
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
259
+ multiSelectList?: Array<any>;
260
+ selectList: Array< Option>;
261
+ countList?: Array<any>;
262
+ totalCount?: number;
263
+ hasNum?: boolean;
264
+ displayRangeInput?: boolean;
265
+ rangeLabel?: string;
266
+ rangeStartKey?: string;
267
+ rangeEndKey?: string;
268
+ rangeDelimiter?: string;
269
+ allIsCheckbox?: boolean;
270
+ allIsEmpty?: boolean;
271
+ translateUserId?: boolean;
272
+ staticSearch?: boolean;
273
+ label?: string;
274
+ noNeedRefreshNumFilterName?: string;
275
+ filterKey: string;
276
+ defaultValues?: Array<string | number | boolean>;
277
+ }, {
278
+ clickAllSelected: () => void;
279
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
280
+ filterChange: (...args: any[]) => void;
281
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
282
+ }, string, PublicProps, Readonly<{
283
+ multiSelectList?: Array<any>;
284
+ selectList: Array< Option>;
285
+ countList?: Array<any>;
286
+ totalCount?: number;
287
+ hasNum?: boolean;
288
+ displayRangeInput?: boolean;
289
+ rangeLabel?: string;
290
+ rangeStartKey?: string;
291
+ rangeEndKey?: string;
292
+ rangeDelimiter?: string;
293
+ allIsCheckbox?: boolean;
294
+ allIsEmpty?: boolean;
295
+ translateUserId?: boolean;
296
+ staticSearch?: boolean;
297
+ label?: string;
298
+ noNeedRefreshNumFilterName?: string;
299
+ filterKey: string;
300
+ defaultValues?: Array<string | number | boolean>;
301
+ }> & Readonly<{
302
+ onFilterChange?: (...args: any[]) => any;
303
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
304
+ }>, {
305
+ label: string;
306
+ filterKey: string;
307
+ multiSelectList: Array<any>;
308
+ countList: Array<any>;
309
+ hasNum: boolean;
310
+ selectList: Array< Option>;
311
+ totalCount: number;
312
+ displayRangeInput: boolean;
313
+ rangeLabel: string;
314
+ rangeStartKey: string;
315
+ rangeEndKey: string;
316
+ rangeDelimiter: string;
317
+ allIsEmpty: boolean;
318
+ staticSearch: boolean;
319
+ noNeedRefreshNumFilterName: string;
320
+ defaultValues: Array<string | number | boolean>;
321
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
322
+ selectList: {
323
+ type: {
324
+ (arrayLength: number): Option[];
325
+ (...items: Option[]): Option[];
326
+ new (arrayLength: number): Option[];
327
+ new (...items: Option[]): Option[];
328
+ isArray(arg: any): arg is any[];
329
+ readonly prototype: any[];
330
+ from<T>(arrayLike: ArrayLike<T>): T[];
331
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
332
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
333
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
334
+ of<T>(...items: T[]): T[];
335
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
336
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
337
+ readonly [Symbol.species]: ArrayConstructor;
338
+ };
339
+ default: () => Option[];
340
+ };
341
+ countList: {
342
+ type: {
343
+ (arrayLength: number): any[];
344
+ (...items: any[]): any[];
345
+ new (arrayLength: number): any[];
346
+ new (...items: any[]): any[];
347
+ isArray(arg: any): arg is any[];
348
+ readonly prototype: any[];
349
+ from<T>(arrayLike: ArrayLike<T>): T[];
350
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
351
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
352
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
353
+ of<T>(...items: T[]): T[];
354
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
355
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
356
+ readonly [Symbol.species]: ArrayConstructor;
357
+ };
358
+ required: false;
359
+ };
360
+ enumEntity: {
361
+ type: StringConstructor;
362
+ default: string;
363
+ };
364
+ filterKey: {
365
+ type: StringConstructor;
366
+ default: string;
367
+ };
368
+ totalCount: {
369
+ type: NumberConstructor;
370
+ required: false;
371
+ };
372
+ noNeedRefreshNumFilterName: {
373
+ type: StringConstructor;
374
+ required: false;
375
+ };
376
+ allIsCheckbox: {
377
+ type: BooleanConstructor;
378
+ required: false;
379
+ };
380
+ allIsEmpty: {
381
+ type: BooleanConstructor;
382
+ required: false;
383
+ };
384
+ translateUserId: {
385
+ type: BooleanConstructor;
386
+ required: false;
387
+ };
388
+ initFilters: {
389
+ type: FunctionConstructor;
390
+ required: true;
391
+ };
392
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
393
+ filterChange: (...args: any[]) => void;
394
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
395
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
396
+ selectList: {
397
+ type: {
398
+ (arrayLength: number): Option[];
399
+ (...items: Option[]): Option[];
400
+ new (arrayLength: number): Option[];
401
+ new (...items: Option[]): Option[];
402
+ isArray(arg: any): arg is any[];
403
+ readonly prototype: any[];
404
+ from<T>(arrayLike: ArrayLike<T>): T[];
405
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
406
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
407
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
408
+ of<T>(...items: T[]): T[];
409
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
410
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
411
+ readonly [Symbol.species]: ArrayConstructor;
412
+ };
413
+ default: () => Option[];
414
+ };
415
+ countList: {
416
+ type: {
417
+ (arrayLength: number): any[];
418
+ (...items: any[]): any[];
419
+ new (arrayLength: number): any[];
420
+ new (...items: any[]): any[];
421
+ isArray(arg: any): arg is any[];
422
+ readonly prototype: any[];
423
+ from<T>(arrayLike: ArrayLike<T>): T[];
424
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
425
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
426
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
427
+ of<T>(...items: T[]): T[];
428
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
429
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
430
+ readonly [Symbol.species]: ArrayConstructor;
431
+ };
432
+ required: false;
433
+ };
434
+ enumEntity: {
435
+ type: StringConstructor;
436
+ default: string;
437
+ };
438
+ filterKey: {
439
+ type: StringConstructor;
440
+ default: string;
441
+ };
442
+ totalCount: {
443
+ type: NumberConstructor;
444
+ required: false;
445
+ };
446
+ noNeedRefreshNumFilterName: {
447
+ type: StringConstructor;
448
+ required: false;
449
+ };
450
+ allIsCheckbox: {
451
+ type: BooleanConstructor;
452
+ required: false;
453
+ };
454
+ allIsEmpty: {
455
+ type: BooleanConstructor;
456
+ required: false;
457
+ };
458
+ translateUserId: {
459
+ type: BooleanConstructor;
460
+ required: false;
461
+ };
462
+ initFilters: {
463
+ type: FunctionConstructor;
464
+ required: true;
465
+ };
466
+ }>> & Readonly<{
467
+ onFilterChange?: (...args: any[]) => any;
468
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
469
+ }>, {
470
+ filterKey: string;
471
+ allIsCheckbox: boolean;
472
+ translateUserId: boolean;
473
+ selectList: Option[];
474
+ allIsEmpty: boolean;
475
+ enumEntity: string;
476
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
477
+ filterList?: Array< DropdownEntity>;
478
+ totalCount?: number;
479
+ level1Count?: Array<{
480
+ value: string;
481
+ count: number;
482
+ }>;
483
+ level2Count?: Array<{
484
+ value: string;
485
+ count: number;
486
+ }>;
487
+ filterKey: string;
488
+ enumEntity: string;
489
+ noNeedRefreshNumFilterName?: string;
490
+ initFilters?: Function;
491
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
492
+ filterChange: (...args: any[]) => void;
493
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
494
+ }, string, PublicProps, Readonly<{
495
+ filterList?: Array< DropdownEntity>;
496
+ totalCount?: number;
497
+ level1Count?: Array<{
498
+ value: string;
499
+ count: number;
500
+ }>;
501
+ level2Count?: Array<{
502
+ value: string;
503
+ count: number;
504
+ }>;
505
+ filterKey: string;
506
+ enumEntity: string;
507
+ noNeedRefreshNumFilterName?: string;
508
+ initFilters?: Function;
509
+ }> & Readonly<{
510
+ onFilterChange?: (...args: any[]) => any;
511
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
512
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
513
+ xyFilters?: data;
514
+ filterKey: string;
515
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
516
+ filterChange: (...args: any[]) => void;
517
+ }, string, PublicProps, Readonly<{
518
+ xyFilters?: data;
519
+ filterKey: string;
520
+ }> & Readonly<{
521
+ onFilterChange?: (...args: any[]) => any;
522
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>))[];
523
+ export default _default;
@@ -0,0 +1,69 @@
1
+ import { SFCWithInstall } from '../utils/typescript';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { Option } from '../static/CommonObject';
4
+ export declare const YaheeLeftCondition: SFCWithInstall<DefineComponent<{
5
+ multiSelectList?: Array<any>;
6
+ selectList: Array< Option>;
7
+ countList?: Array<any>;
8
+ totalCount?: number;
9
+ hasNum?: boolean;
10
+ displayRangeInput?: boolean;
11
+ rangeLabel?: string;
12
+ rangeStartKey?: string;
13
+ rangeEndKey?: string;
14
+ rangeDelimiter?: string;
15
+ allIsCheckbox?: boolean;
16
+ allIsEmpty?: boolean;
17
+ translateUserId?: boolean;
18
+ staticSearch?: boolean;
19
+ label?: string;
20
+ noNeedRefreshNumFilterName?: string;
21
+ filterKey: string;
22
+ defaultValues?: Array<string | number | boolean>;
23
+ }, {
24
+ clickAllSelected: () => void;
25
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
+ filterChange: (...args: any[]) => void;
27
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
28
+ }, string, PublicProps, Readonly<{
29
+ multiSelectList?: Array<any>;
30
+ selectList: Array< Option>;
31
+ countList?: Array<any>;
32
+ totalCount?: number;
33
+ hasNum?: boolean;
34
+ displayRangeInput?: boolean;
35
+ rangeLabel?: string;
36
+ rangeStartKey?: string;
37
+ rangeEndKey?: string;
38
+ rangeDelimiter?: string;
39
+ allIsCheckbox?: boolean;
40
+ allIsEmpty?: boolean;
41
+ translateUserId?: boolean;
42
+ staticSearch?: boolean;
43
+ label?: string;
44
+ noNeedRefreshNumFilterName?: string;
45
+ filterKey: string;
46
+ defaultValues?: Array<string | number | boolean>;
47
+ }> & Readonly<{
48
+ onFilterChange?: (...args: any[]) => any;
49
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
50
+ }>, {
51
+ label: string;
52
+ filterKey: string;
53
+ multiSelectList: Array<any>;
54
+ countList: Array<any>;
55
+ hasNum: boolean;
56
+ selectList: Array< Option>;
57
+ totalCount: number;
58
+ displayRangeInput: boolean;
59
+ rangeLabel: string;
60
+ rangeStartKey: string;
61
+ rangeEndKey: string;
62
+ rangeDelimiter: string;
63
+ allIsEmpty: boolean;
64
+ staticSearch: boolean;
65
+ noNeedRefreshNumFilterName: string;
66
+ defaultValues: Array<string | number | boolean>;
67
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>;
68
+ export default YaheeLeftCondition;
69
+ export * from './left-condition.vue';
@@ -0,0 +1,41 @@
1
+ import { Option } from '../static/CommonObject';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ multiSelectList: Array<any>;
5
+ countList?: Array<any>;
6
+ item: Option;
7
+ hasNum: boolean;
8
+ allIsCheckbox?: boolean;
9
+ translateUserId: boolean;
10
+ };
11
+ declare function setCheckboxValue(val: boolean): void;
12
+ declare function setCurrentValue(val: boolean): void;
13
+ declare function resetValue(): void;
14
+ declare function getValue(): Option;
15
+ declare const _default: DefineComponent<__VLS_Props, {
16
+ resetValue: typeof resetValue;
17
+ getValue: typeof getValue;
18
+ setCurrentValue: typeof setCurrentValue;
19
+ setCheckboxValue: typeof setCheckboxValue;
20
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
+ resetAllCheckedValue: (...args: any[]) => void;
22
+ setSelectedStatusMap: (...args: any[]) => void;
23
+ resetRange: (...args: any[]) => void;
24
+ resetIsSelectAll: (...args: any[]) => void;
25
+ notifyParent: (...args: any[]) => void;
26
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
27
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
28
+ onResetAllCheckedValue?: (...args: any[]) => any;
29
+ onSetSelectedStatusMap?: (...args: any[]) => any;
30
+ onResetRange?: (...args: any[]) => any;
31
+ onResetIsSelectAll?: (...args: any[]) => any;
32
+ onNotifyParent?: (...args: any[]) => any;
33
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
34
+ }>, {
35
+ item: Option;
36
+ multiSelectList: Array<any>;
37
+ hasNum: boolean;
38
+ allIsCheckbox: boolean;
39
+ translateUserId: boolean;
40
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export type SelectStatus = {
2
+ label: string;
3
+ value: any;
4
+ selected: boolean;
5
+ };
@@ -0,0 +1,50 @@
1
+ import { Option } from '../static/CommonObject';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ multiSelectList?: Array<any>;
5
+ selectList: Array<Option>;
6
+ countList?: Array<any>;
7
+ totalCount?: number;
8
+ hasNum?: boolean;
9
+ displayRangeInput?: boolean;
10
+ rangeLabel?: string;
11
+ rangeStartKey?: string;
12
+ rangeEndKey?: string;
13
+ rangeDelimiter?: string;
14
+ allIsCheckbox?: boolean;
15
+ allIsEmpty?: boolean;
16
+ translateUserId?: boolean;
17
+ staticSearch?: boolean;
18
+ label?: string;
19
+ noNeedRefreshNumFilterName?: string;
20
+ filterKey: string;
21
+ defaultValues?: Array<string | number | boolean>;
22
+ };
23
+ declare function clickAllSelected(): void;
24
+ declare const _default: DefineComponent<__VLS_Props, {
25
+ clickAllSelected: typeof clickAllSelected;
26
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
+ filterChange: (...args: any[]) => void;
28
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
29
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
30
+ onFilterChange?: (...args: any[]) => any;
31
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
32
+ }>, {
33
+ label: string;
34
+ filterKey: string;
35
+ multiSelectList: Array<any>;
36
+ countList: Array<any>;
37
+ hasNum: boolean;
38
+ selectList: Array<Option>;
39
+ totalCount: number;
40
+ displayRangeInput: boolean;
41
+ rangeLabel: string;
42
+ rangeStartKey: string;
43
+ rangeEndKey: string;
44
+ rangeDelimiter: string;
45
+ allIsEmpty: boolean;
46
+ staticSearch: boolean;
47
+ noNeedRefreshNumFilterName: string;
48
+ defaultValues: Array<string | number | boolean>;
49
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
50
+ export default _default;