yahee-components 0.0.29 → 0.0.31

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