wt-enjoy-link-antd-repack 4.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (286) hide show
  1. package/README.md +26 -0
  2. package/dist/esm/assets/location.png +0 -0
  3. package/dist/esm/component/BiuAButton/index.d.ts +18 -0
  4. package/dist/esm/component/BiuAButton/index.js +8 -0
  5. package/dist/esm/component/BiuACard/index.d.ts +2 -0
  6. package/dist/esm/component/BiuACard/index.js +9 -0
  7. package/dist/esm/component/BiuACascader/index.d.ts +10 -0
  8. package/dist/esm/component/BiuACascader/index.js +8 -0
  9. package/dist/esm/component/BiuADatePicker/index.d.ts +19 -0
  10. package/dist/esm/component/BiuADatePicker/index.js +18 -0
  11. package/dist/esm/component/BiuAForm/index.d.ts +7 -0
  12. package/dist/esm/component/BiuAForm/index.js +10 -0
  13. package/dist/esm/component/BiuAInput/index.d.ts +14 -0
  14. package/dist/esm/component/BiuAInput/index.js +32 -0
  15. package/dist/esm/component/BiuASelect/index.d.ts +6 -0
  16. package/dist/esm/component/BiuASelect/index.js +14 -0
  17. package/dist/esm/component/BiuASwitch/index.d.ts +2 -0
  18. package/dist/esm/component/BiuASwitch/index.js +9 -0
  19. package/dist/esm/component/BiuATimePicker/index.d.ts +4 -0
  20. package/dist/esm/component/BiuATimePicker/index.js +8 -0
  21. package/dist/esm/component/BiuATreeSelect/index.d.ts +2 -0
  22. package/dist/esm/component/BiuATreeSelect/index.js +8 -0
  23. package/dist/esm/component/BiuBar/index.d.ts +13 -0
  24. package/dist/esm/component/BiuBar/index.js +42 -0
  25. package/dist/esm/component/BiuComSelect/index.d.ts +24 -0
  26. package/dist/esm/component/BiuComSelect/index.js +104 -0
  27. package/dist/esm/component/BiuCue/index.d.ts +18 -0
  28. package/dist/esm/component/BiuCue/index.js +44 -0
  29. package/dist/esm/component/BiuCustomSelect/index.d.ts +19 -0
  30. package/dist/esm/component/BiuCustomSelect/index.js +153 -0
  31. package/dist/esm/component/BiuCustomTable/index.d.ts +14 -0
  32. package/dist/esm/component/BiuCustomTable/index.js +76 -0
  33. package/dist/esm/component/BiuCustomerOperCard/component/editTable.d.ts +8 -0
  34. package/dist/esm/component/BiuCustomerOperCard/component/editTable.js +264 -0
  35. package/dist/esm/component/BiuCustomerOperCard/component/index.d.ts +1 -0
  36. package/dist/esm/component/BiuCustomerOperCard/component/index.js +1 -0
  37. package/dist/esm/component/BiuCustomerOperCard/index.d.ts +20 -0
  38. package/dist/esm/component/BiuCustomerOperCard/index.js +56 -0
  39. package/dist/esm/component/BiuCustomerOperCard/type.d.ts +117 -0
  40. package/dist/esm/component/BiuCustomerOperCard/type.js +1 -0
  41. package/dist/esm/component/BiuCustomerOperCard/utils.d.ts +48 -0
  42. package/dist/esm/component/BiuCustomerOperCard/utils.js +236 -0
  43. package/dist/esm/component/BiuDescriptions/index.d.ts +9 -0
  44. package/dist/esm/component/BiuDescriptions/index.js +39 -0
  45. package/dist/esm/component/BiuDetailDrawer/index.d.ts +15 -0
  46. package/dist/esm/component/BiuDetailDrawer/index.js +54 -0
  47. package/dist/esm/component/BiuDivider/index.d.ts +4 -0
  48. package/dist/esm/component/BiuDivider/index.js +29 -0
  49. package/dist/esm/component/BiuField/component/AddressTableSelect.d.ts +3 -0
  50. package/dist/esm/component/BiuField/component/AddressTableSelect.js +150 -0
  51. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.d.ts +3 -0
  52. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.js +3 -0
  53. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.d.ts +2 -0
  54. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.js +49 -0
  55. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.d.ts +2 -0
  56. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.js +98 -0
  57. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.d.ts +5 -0
  58. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.js +82 -0
  59. package/dist/esm/component/BiuField/component/DepartOrgSelect/index.d.ts +14 -0
  60. package/dist/esm/component/BiuField/component/DepartOrgSelect/index.js +393 -0
  61. package/dist/esm/component/BiuField/component/DepartOrgSelect/type.d.ts +123 -0
  62. package/dist/esm/component/BiuField/component/DepartOrgSelect/type.js +1 -0
  63. package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.d.ts +5 -0
  64. package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.js +59 -0
  65. package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.d.ts +12 -0
  66. package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.js +130 -0
  67. package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.d.ts +7 -0
  68. package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.js +80 -0
  69. package/dist/esm/component/BiuField/component/SNInput.d.ts +13 -0
  70. package/dist/esm/component/BiuField/component/SNInput.js +622 -0
  71. package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.d.ts +23 -0
  72. package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.js +187 -0
  73. package/dist/esm/component/BiuField/component/TableSelectLocal/base.d.ts +13 -0
  74. package/dist/esm/component/BiuField/component/TableSelectLocal/base.js +153 -0
  75. package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.d.ts +21 -0
  76. package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.js +238 -0
  77. package/dist/esm/component/BiuField/component/TableSelectLocal/index.d.ts +3 -0
  78. package/dist/esm/component/BiuField/component/TableSelectLocal/index.js +66 -0
  79. package/dist/esm/component/BiuField/component/TableSelectLocal/interface.d.ts +16 -0
  80. package/dist/esm/component/BiuField/component/TableSelectLocal/interface.js +1 -0
  81. package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.d.ts +24 -0
  82. package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.js +164 -0
  83. package/dist/esm/component/BiuField/component/TableSelectLocal/package.d.ts +3 -0
  84. package/dist/esm/component/BiuField/component/TableSelectLocal/package.js +149 -0
  85. package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.d.ts +18 -0
  86. package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.js +145 -0
  87. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.d.ts +3 -0
  88. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.js +113 -0
  89. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.d.ts +18 -0
  90. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.js +100 -0
  91. package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.d.ts +9 -0
  92. package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.js +75 -0
  93. package/dist/esm/component/BiuField/component/autoComplete.d.ts +8 -0
  94. package/dist/esm/component/BiuField/component/autoComplete.js +82 -0
  95. package/dist/esm/component/BiuField/component/boxTypeSelect.d.ts +11 -0
  96. package/dist/esm/component/BiuField/component/boxTypeSelect.js +139 -0
  97. package/dist/esm/component/BiuField/component/businessdistrictselect.d.ts +55 -0
  98. package/dist/esm/component/BiuField/component/businessdistrictselect.js +414 -0
  99. package/dist/esm/component/BiuField/component/carrierInfoSelect.d.ts +13 -0
  100. package/dist/esm/component/BiuField/component/carrierInfoSelect.js +145 -0
  101. package/dist/esm/component/BiuField/component/channelSelect.d.ts +8 -0
  102. package/dist/esm/component/BiuField/component/channelSelect.js +94 -0
  103. package/dist/esm/component/BiuField/component/cityAreaCascader.d.ts +11 -0
  104. package/dist/esm/component/BiuField/component/cityAreaCascader.js +86 -0
  105. package/dist/esm/component/BiuField/component/clientInfoTableSelect.d.ts +3 -0
  106. package/dist/esm/component/BiuField/component/clientInfoTableSelect.js +175 -0
  107. package/dist/esm/component/BiuField/component/customMenu.d.ts +3 -0
  108. package/dist/esm/component/BiuField/component/customMenu.js +110 -0
  109. package/dist/esm/component/BiuField/component/databaseSelect.d.ts +6 -0
  110. package/dist/esm/component/BiuField/component/databaseSelect.js +42 -0
  111. package/dist/esm/component/BiuField/component/departmentTreeSelect.d.ts +3 -0
  112. package/dist/esm/component/BiuField/component/departmentTreeSelect.js +107 -0
  113. package/dist/esm/component/BiuField/component/dicNameSelect.d.ts +12 -0
  114. package/dist/esm/component/BiuField/component/dicNameSelect.js +53 -0
  115. package/dist/esm/component/BiuField/component/dicTypeSelect.d.ts +41 -0
  116. package/dist/esm/component/BiuField/component/dicTypeSelect.js +84 -0
  117. package/dist/esm/component/BiuField/component/dockingPartySelect.d.ts +8 -0
  118. package/dist/esm/component/BiuField/component/dockingPartySelect.js +63 -0
  119. package/dist/esm/component/BiuField/component/editLocationSelect.d.ts +18 -0
  120. package/dist/esm/component/BiuField/component/editLocationSelect.js +119 -0
  121. package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.d.ts +3 -0
  122. package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.js +36 -0
  123. package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.d.ts +14 -0
  124. package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.js +97 -0
  125. package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.d.ts +7 -0
  126. package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.js +73 -0
  127. package/dist/esm/component/BiuField/component/goodsTypeSelect.d.ts +10 -0
  128. package/dist/esm/component/BiuField/component/goodsTypeSelect.js +92 -0
  129. package/dist/esm/component/BiuField/component/index.d.ts +37 -0
  130. package/dist/esm/component/BiuField/component/index.js +37 -0
  131. package/dist/esm/component/BiuField/component/interfaceNameSelect.d.ts +9 -0
  132. package/dist/esm/component/BiuField/component/interfaceNameSelect.js +65 -0
  133. package/dist/esm/component/BiuField/component/lpnSelect.d.ts +3 -0
  134. package/dist/esm/component/BiuField/component/lpnSelect.js +88 -0
  135. package/dist/esm/component/BiuField/component/orderTypeSelect.d.ts +15 -0
  136. package/dist/esm/component/BiuField/component/orderTypeSelect.js +79 -0
  137. package/dist/esm/component/BiuField/component/orderTypeTableSelect.d.ts +3 -0
  138. package/dist/esm/component/BiuField/component/orderTypeTableSelect.js +45 -0
  139. package/dist/esm/component/BiuField/component/parkSelect.d.ts +12 -0
  140. package/dist/esm/component/BiuField/component/parkSelect.js +88 -0
  141. package/dist/esm/component/BiuField/component/personnelinfoselect.d.ts +57 -0
  142. package/dist/esm/component/BiuField/component/personnelinfoselect.js +431 -0
  143. package/dist/esm/component/BiuField/component/propertNameSelect.d.ts +9 -0
  144. package/dist/esm/component/BiuField/component/propertNameSelect.js +114 -0
  145. package/dist/esm/component/BiuField/component/shipperTableSelect.d.ts +3 -0
  146. package/dist/esm/component/BiuField/component/shipperTableSelect.js +94 -0
  147. package/dist/esm/component/BiuField/component/userSelect.d.ts +8 -0
  148. package/dist/esm/component/BiuField/component/userSelect.js +163 -0
  149. package/dist/esm/component/BiuField/component/warehouseAreaSelect.d.ts +9 -0
  150. package/dist/esm/component/BiuField/component/warehouseAreaSelect.js +103 -0
  151. package/dist/esm/component/BiuField/component/warehouseInfoSelect.d.ts +13 -0
  152. package/dist/esm/component/BiuField/component/warehouseInfoSelect.js +92 -0
  153. package/dist/esm/component/BiuField/component/warehouseLoctionSelect.d.ts +14 -0
  154. package/dist/esm/component/BiuField/component/warehouseLoctionSelect.js +124 -0
  155. package/dist/esm/component/BiuField/index.d.ts +8 -0
  156. package/dist/esm/component/BiuField/index.js +607 -0
  157. package/dist/esm/component/BiuFileInput/index.d.ts +11 -0
  158. package/dist/esm/component/BiuFileInput/index.js +53 -0
  159. package/dist/esm/component/BiuForm/index.d.ts +12 -0
  160. package/dist/esm/component/BiuForm/index.js +241 -0
  161. package/dist/esm/component/BiuForm/type.d.ts +45 -0
  162. package/dist/esm/component/BiuForm/type.js +1 -0
  163. package/dist/esm/component/BiuForm/utils.d.ts +2 -0
  164. package/dist/esm/component/BiuForm/utils.js +46 -0
  165. package/dist/esm/component/BiuIcon/index.d.ts +3 -0
  166. package/dist/esm/component/BiuIcon/index.js +15 -0
  167. package/dist/esm/component/BiuMapSelectSite/index.d.ts +48 -0
  168. package/dist/esm/component/BiuMapSelectSite/index.js +453 -0
  169. package/dist/esm/component/BiuModal/index.d.ts +24 -0
  170. package/dist/esm/component/BiuModal/index.js +239 -0
  171. package/dist/esm/component/BiuOperForm/index.d.ts +15 -0
  172. package/dist/esm/component/BiuOperForm/index.js +375 -0
  173. package/dist/esm/component/BiuOperForm/type.d.ts +23 -0
  174. package/dist/esm/component/BiuOperForm/type.js +1 -0
  175. package/dist/esm/component/BiuOperTable/index.d.ts +15 -0
  176. package/dist/esm/component/BiuOperTable/index.js +349 -0
  177. package/dist/esm/component/BiuOperTable/type.d.ts +142 -0
  178. package/dist/esm/component/BiuOperTable/type.js +1 -0
  179. package/dist/esm/component/BiuOperTable/utils.d.ts +6 -0
  180. package/dist/esm/component/BiuOperTable/utils.js +13 -0
  181. package/dist/esm/component/BiuPagination/index.d.ts +14 -0
  182. package/dist/esm/component/BiuPagination/index.js +34 -0
  183. package/dist/esm/component/BiuResizeTable/component/biuTableCell.d.ts +1 -0
  184. package/dist/esm/component/BiuResizeTable/component/biuTableCell.js +74 -0
  185. package/dist/esm/component/BiuResizeTable/component/index.d.ts +1 -0
  186. package/dist/esm/component/BiuResizeTable/component/index.js +1 -0
  187. package/dist/esm/component/BiuResizeTable/index.d.ts +2 -0
  188. package/dist/esm/component/BiuResizeTable/index.js +71 -0
  189. package/dist/esm/component/BiuResizeTable/index.less +19 -0
  190. package/dist/esm/component/BiuSplit/index.d.ts +32 -0
  191. package/dist/esm/component/BiuSplit/index.js +57 -0
  192. package/dist/esm/component/BiuTable/component/index.d.ts +3 -0
  193. package/dist/esm/component/BiuTable/component/index.js +3 -0
  194. package/dist/esm/component/BiuTable/component/tableActionBarRender.d.ts +9 -0
  195. package/dist/esm/component/BiuTable/component/tableActionBarRender.js +88 -0
  196. package/dist/esm/component/BiuTable/component/tableCellRender.d.ts +14 -0
  197. package/dist/esm/component/BiuTable/component/tableCellRender.js +108 -0
  198. package/dist/esm/component/BiuTable/component/tableSettingRender.d.ts +2 -0
  199. package/dist/esm/component/BiuTable/component/tableSettingRender.js +345 -0
  200. package/dist/esm/component/BiuTable/context.d.ts +2 -0
  201. package/dist/esm/component/BiuTable/context.js +2 -0
  202. package/dist/esm/component/BiuTable/hooks/index.d.ts +1 -0
  203. package/dist/esm/component/BiuTable/hooks/index.js +1 -0
  204. package/dist/esm/component/BiuTable/hooks/useFetchData.d.ts +4 -0
  205. package/dist/esm/component/BiuTable/hooks/useFetchData.js +64 -0
  206. package/dist/esm/component/BiuTable/index.d.ts +42 -0
  207. package/dist/esm/component/BiuTable/index.js +484 -0
  208. package/dist/esm/component/BiuTable/type.d.ts +168 -0
  209. package/dist/esm/component/BiuTable/type.js +1 -0
  210. package/dist/esm/component/BiuTable/utils.d.ts +10 -0
  211. package/dist/esm/component/BiuTable/utils.js +117 -0
  212. package/dist/esm/component/BiuTableLink/index.d.ts +11 -0
  213. package/dist/esm/component/BiuTableLink/index.js +54 -0
  214. package/dist/esm/component/BiuTableSelect/index.d.ts +49 -0
  215. package/dist/esm/component/BiuTableSelect/index.js +209 -0
  216. package/dist/esm/component/BiuTabs/index.d.ts +4 -0
  217. package/dist/esm/component/BiuTabs/index.js +18 -0
  218. package/dist/esm/component/BiuVirtualTable/index.d.ts +21 -0
  219. package/dist/esm/component/BiuVirtualTable/index.js +161 -0
  220. package/dist/esm/component/index.d.ts +35 -0
  221. package/dist/esm/component/index.js +35 -0
  222. package/dist/esm/constant/Cache_Key.d.ts +28 -0
  223. package/dist/esm/constant/Cache_Key.js +28 -0
  224. package/dist/esm/constant/DateTime.d.ts +12 -0
  225. package/dist/esm/constant/DateTime.js +15 -0
  226. package/dist/esm/constant/External.d.ts +64 -0
  227. package/dist/esm/constant/External.js +260 -0
  228. package/dist/esm/constant/Gateway_Path.d.ts +5 -0
  229. package/dist/esm/constant/Gateway_Path.js +5 -0
  230. package/dist/esm/constant/Layout.d.ts +210 -0
  231. package/dist/esm/constant/Layout.js +215 -0
  232. package/dist/esm/constant/Regexp.d.ts +109 -0
  233. package/dist/esm/constant/Regexp.js +130 -0
  234. package/dist/esm/constant/index.d.ts +6 -0
  235. package/dist/esm/constant/index.js +6 -0
  236. package/dist/esm/hooks/index.d.ts +6 -0
  237. package/dist/esm/hooks/index.js +6 -0
  238. package/dist/esm/hooks/useAuth.d.ts +4 -0
  239. package/dist/esm/hooks/useAuth.js +22 -0
  240. package/dist/esm/hooks/useCurrentSystem.d.ts +6 -0
  241. package/dist/esm/hooks/useCurrentSystem.js +15 -0
  242. package/dist/esm/hooks/useLayoutInfo.d.ts +10 -0
  243. package/dist/esm/hooks/useLayoutInfo.js +14 -0
  244. package/dist/esm/hooks/useReducerState.d.ts +16 -0
  245. package/dist/esm/hooks/useReducerState.js +43 -0
  246. package/dist/esm/hooks/useUserInfo.d.ts +4 -0
  247. package/dist/esm/hooks/useUserInfo.js +15 -0
  248. package/dist/esm/hooks/useWareInfo.d.ts +4 -0
  249. package/dist/esm/hooks/useWareInfo.js +15 -0
  250. package/dist/esm/index.d.ts +5 -0
  251. package/dist/esm/index.js +5 -0
  252. package/dist/esm/package/index.d.ts +1 -0
  253. package/dist/esm/package/index.js +1 -0
  254. package/dist/esm/package/requestWrapper/baseRequest.d.ts +3 -0
  255. package/dist/esm/package/requestWrapper/baseRequest.js +47 -0
  256. package/dist/esm/package/requestWrapper/index.d.ts +4 -0
  257. package/dist/esm/package/requestWrapper/index.js +402 -0
  258. package/dist/esm/package/requestWrapper/type.d.ts +36 -0
  259. package/dist/esm/package/requestWrapper/type.js +1 -0
  260. package/dist/esm/package/requestWrapper/utils.d.ts +10 -0
  261. package/dist/esm/package/requestWrapper/utils.js +35 -0
  262. package/dist/esm/utils/authUtils.d.ts +18 -0
  263. package/dist/esm/utils/authUtils.js +36 -0
  264. package/dist/esm/utils/cacheUtils.d.ts +4 -0
  265. package/dist/esm/utils/cacheUtils.js +24 -0
  266. package/dist/esm/utils/chainUtils.d.ts +26 -0
  267. package/dist/esm/utils/chainUtils.js +54 -0
  268. package/dist/esm/utils/dateUtils.d.ts +23 -0
  269. package/dist/esm/utils/dateUtils.js +55 -0
  270. package/dist/esm/utils/decimalUtils.d.ts +5 -0
  271. package/dist/esm/utils/decimalUtils.js +7 -0
  272. package/dist/esm/utils/excelUtils.d.ts +22 -0
  273. package/dist/esm/utils/excelUtils.js +153 -0
  274. package/dist/esm/utils/index.d.ts +11 -0
  275. package/dist/esm/utils/index.js +11 -0
  276. package/dist/esm/utils/layoutUtils.d.ts +1 -0
  277. package/dist/esm/utils/layoutUtils.js +13 -0
  278. package/dist/esm/utils/objectUtils.d.ts +1 -0
  279. package/dist/esm/utils/objectUtils.js +3 -0
  280. package/dist/esm/utils/soundUtils.d.ts +5 -0
  281. package/dist/esm/utils/soundUtils.js +29 -0
  282. package/dist/esm/utils/stringUtils.d.ts +24 -0
  283. package/dist/esm/utils/stringUtils.js +39 -0
  284. package/dist/esm/utils/sysUtils.d.ts +4 -0
  285. package/dist/esm/utils/sysUtils.js +4 -0
  286. package/package.json +59 -0
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ ### 如何本地运行调试组件
2
+
3
+ 1、运行npm run start
4
+ 2、在docs/的文件中直接引入组件即可
5
+ 例如
6
+ ```md
7
+ 将这串代码放入md文件中可以正常解析
8
+ ```jsx
9
+ import React from 'react';
10
+ import {
11
+ BiuField
12
+ } from '@/';
13
+ import 'antd/dist/antd.css';
14
+
15
+
16
+ export default () => <h1>
17
+ <BiuField valueType="personnelinfoselect" mode="multiple"></BiuField>
18
+ </h1>;
19
+ ```
20
+
21
+ ```
22
+
23
+ ### 如何更新包,发布到npm
24
+ 1、更改package.json中的版本号(version)
25
+ 2、使用npm run build打包
26
+ 3、使用npm publish推送到npm仓库
Binary file
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ export declare const BiuAButton: React.MemoExoticComponent<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Partial<{
3
+ href: string;
4
+ target?: string | undefined;
5
+ onClick?: React.MouseEventHandler<HTMLElement> | undefined;
6
+ } & import("antd/lib/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<any>, "type" | "onClick"> & {
7
+ htmlType?: "button" | "reset" | "submit" | undefined;
8
+ onClick?: React.MouseEventHandler<HTMLElement> | undefined;
9
+ } & Omit<React.ButtonHTMLAttributes<any>, "type" | "onClick">> & React.RefAttributes<HTMLElement>, never>> & Omit<React.ForwardRefExoticComponent<Partial<{
10
+ href: string;
11
+ target?: string | undefined;
12
+ onClick?: React.MouseEventHandler<HTMLElement> | undefined;
13
+ } & import("antd/lib/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<any>, "type" | "onClick"> & {
14
+ htmlType?: "button" | "reset" | "submit" | undefined;
15
+ onClick?: React.MouseEventHandler<HTMLElement> | undefined;
16
+ } & Omit<React.ButtonHTMLAttributes<any>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
17
+ Group: React.FC<import("antd/lib/button").ButtonGroupProps>;
18
+ }, keyof React.Component<any, {}, any>>>;
@@ -0,0 +1,8 @@
1
+ import { Button } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledAButton = styled(Button).withConfig({
5
+ displayName: "StyledAButton",
6
+ componentId: "enjoy-link-antd-repack__sc-x0nsue-0"
7
+ })(["height:26px !important;&:not(.ant-btn-circle){border-radius:3px !important;padding:0 15px !important;}"]);
8
+ export var BiuAButton = /*#__PURE__*/React.memo(StyledAButton);
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BiuACard: React.MemoExoticComponent<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("antd").CardProps & React.RefAttributes<HTMLDivElement>, never>> & Omit<import("antd/lib/card").CardInterface, keyof React.Component<any, {}, any>>>;
@@ -0,0 +1,9 @@
1
+ import { Card } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledCard = styled(Card).withConfig({
5
+ displayName: "StyledCard",
6
+ componentId: "enjoy-link-antd-repack__sc-wi6mz7-0"
7
+ })(["height:100% !important;.ant-card-head{padding:0 12px !important;}.ant-card-head-title{padding:12px 0 !important;}.ant-card-body{padding:12px !important;}"]);
8
+ export var BiuACard = /*#__PURE__*/React.memo(StyledCard);
9
+ BiuACard.displayName = 'BiuACard';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export declare const BiuACascader: React.MemoExoticComponent<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<React.PropsWithChildren<import("antd").CascaderProps<import("antd/lib/cascader").DefaultOptionType | import("antd/lib/cascader").BaseOptionType>> & {
3
+ ref?: React.Ref<import("antd/lib/cascader").CascaderRef> | undefined;
4
+ }, import("styled-components/dist/types").BaseObject>> & Omit<(<OptionType extends import("antd/lib/cascader").DefaultOptionType | import("antd/lib/cascader").BaseOptionType = import("antd/lib/cascader").DefaultOptionType>(props: React.PropsWithChildren<import("antd").CascaderProps<OptionType>> & {
5
+ ref?: React.Ref<import("antd/lib/cascader").CascaderRef> | undefined;
6
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
7
+ displayName: string;
8
+ SHOW_PARENT: "SHOW_PARENT";
9
+ SHOW_CHILD: "SHOW_CHILD";
10
+ }, keyof React.Component<any, {}, any>>>;
@@ -0,0 +1,8 @@
1
+ import { Cascader } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledCascader = styled(Cascader).withConfig({
5
+ displayName: "StyledCascader",
6
+ componentId: "enjoy-link-antd-repack__sc-lzm8za-0"
7
+ })([".ant-select-selector{height:26px !important;}.ant-select-selection-search-input{height:26px !important;}.ant-select-selection-item{line-height:26px !important;}"]);
8
+ export var BiuACascader = /*#__PURE__*/React.memo(StyledCascader);
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export declare const BiuADatePicker: React.NamedExoticComponent<import("styled-components/dist/types").Substitute<(import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
3
+ status?: "" | "warning" | "error" | undefined;
4
+ dropdownClassName?: string | undefined;
5
+ popupClassName?: string | undefined;
6
+ }) & React.RefAttributes<React.Component<import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
7
+ status?: "" | "warning" | "error" | undefined;
8
+ dropdownClassName?: string | undefined;
9
+ popupClassName?: string | undefined;
10
+ }, unknown, any>>, import("styled-components/dist/types").BaseObject>>;
11
+ export declare const BiuAMouthPicker: React.MemoExoticComponent<import("antd/lib/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
12
+ status?: "" | "warning" | "error" | undefined;
13
+ dropdownClassName?: string | undefined;
14
+ popupClassName?: string | undefined;
15
+ }, "picker">, unknown>>;
16
+ export declare const BiuARangePicker: React.MemoExoticComponent<import("antd/lib/date-picker/generatePicker/interface").PickerComponentClass<import("antd/lib/date-picker/generatePicker").RangePickerProps<import("moment").Moment> & {
17
+ dropdownClassName?: string | undefined;
18
+ popupClassName?: string | undefined;
19
+ }, unknown>>;
@@ -0,0 +1,18 @@
1
+ import { DatePicker } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledDatePicker = styled(DatePicker).withConfig({
5
+ displayName: "StyledDatePicker",
6
+ componentId: "enjoy-link-antd-repack__sc-o8yhr1-0"
7
+ })(["height:28px !important;"]);
8
+ var StyledMonthPicker = styled(DatePicker.MonthPicker).withConfig({
9
+ displayName: "StyledMonthPicker",
10
+ componentId: "enjoy-link-antd-repack__sc-o8yhr1-1"
11
+ })(["height:28px !important;"]);
12
+ var StyledRangePicker = styled(DatePicker.RangePicker).withConfig({
13
+ displayName: "StyledRangePicker",
14
+ componentId: "enjoy-link-antd-repack__sc-o8yhr1-2"
15
+ })(["height:28px !important;"]);
16
+ export var BiuADatePicker = /*#__PURE__*/React.memo(StyledDatePicker);
17
+ export var BiuAMouthPicker = /*#__PURE__*/React.memo(StyledMonthPicker);
18
+ export var BiuARangePicker = /*#__PURE__*/React.memo(StyledRangePicker);
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export { Form as BiuAForm } from 'antd';
3
+ export declare const BiuAFormItem: React.MemoExoticComponent<(<Values = any>(props: import("antd").FormItemProps<Values>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
4
+ useStatus: () => {
5
+ status?: "" | "validating" | "success" | "warning" | "error" | undefined;
6
+ };
7
+ }>;
@@ -0,0 +1,10 @@
1
+ import { Form } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ export { Form as BiuAForm } from 'antd';
5
+ var StyledFormItem = styled(Form.Item).withConfig({
6
+ displayName: "StyledFormItem",
7
+ componentId: "enjoy-link-antd-repack__sc-1ura5sk-0"
8
+ })(["margin:5px 0 !important;padding:0 4px !important;.ant-form-item-no-colon{height:28px !important;}.ant-form-item-explain{display:none !important;}.ant-select-disabled .ant-select-selection-item{color:#000 !important;}.ant-input-disabled{color:#000 !important;}.ant-picker-input > input[disabled]{color:#000 !important;}.ant-input-affix-wrapper-disabled .ant-input[disabled]{color:#000 !important;}"]);
9
+ export var BiuAFormItem = /*#__PURE__*/React.memo(StyledFormItem);
10
+ BiuAFormItem.displayName = 'BiuAFormItem';
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ export declare const BiuAInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("antd").InputRef>> & {
3
+ Group: React.FC<import("antd/lib/input").GroupProps>;
4
+ Search: React.ForwardRefExoticComponent<import("antd/lib/input").SearchProps & React.RefAttributes<import("antd").InputRef>>;
5
+ TextArea: React.ForwardRefExoticComponent<import("antd/lib/input").TextAreaProps & React.RefAttributes<import("antd/lib/input/TextArea").TextAreaRef>>;
6
+ Password: React.ForwardRefExoticComponent<import("antd/lib/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>;
7
+ }>;
8
+ export declare const BiuATextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/lib/input").TextAreaProps & React.RefAttributes<import("antd/lib/input/TextArea").TextAreaRef>>>;
9
+ export declare const BiuAPassword: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/lib/input").PasswordProps & React.RefAttributes<import("antd").InputRef>>>;
10
+ export declare const BiuAInputGroup: React.NamedExoticComponent<import("antd/lib/input").GroupProps>;
11
+ export declare const BiuASearch: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/lib/input").SearchProps & React.RefAttributes<import("antd").InputRef>>>;
12
+ export declare const BiuAInputNumber: any;
13
+ export declare const BiuAAutoComplete: any;
14
+ export declare const BiuAAutoCompleteOption: React.NamedExoticComponent<import("antd/lib/select").OptionProps>;
@@ -0,0 +1,32 @@
1
+ import { AutoComplete, Input, InputNumber } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledInput = styled(Input).withConfig({
5
+ displayName: "StyledInput",
6
+ componentId: "enjoy-link-antd-repack__sc-1gwswzd-0"
7
+ })(["height:28px !important;.ant-input-wrapper{height:26px !important;.ant-input{height:26px !important;}.ant-input-suffix{height:26px !important;}}"]);
8
+ var StyledInputNumber = styled(InputNumber).withConfig({
9
+ displayName: "StyledInputNumber",
10
+ componentId: "enjoy-link-antd-repack__sc-1gwswzd-1"
11
+ })(["height:28px !important;.ant-input-number-input-wrap{height:26px !important;}.ant-input-number-input{height:26px !important;}"]);
12
+ var StyledInputPassword = styled(Input.Password).withConfig({
13
+ displayName: "StyledInputPassword",
14
+ componentId: "enjoy-link-antd-repack__sc-1gwswzd-2"
15
+ })(["height:28px !important;.ant-input-number-input-wrap{height:26px !important;}.ant-input-number-input{height:26px !important;}"]);
16
+ var StyledInputSearch = styled(Input.Search).withConfig({
17
+ displayName: "StyledInputSearch",
18
+ componentId: "enjoy-link-antd-repack__sc-1gwswzd-3"
19
+ })(["height:28px !important;.ant-input-wrapper{height:28px !important;.ant-input{height:28px !important;}}.ant-input-search-button{height:28px !important;}"]);
20
+ var StyledAutoComplete = styled(AutoComplete).withConfig({
21
+ displayName: "StyledAutoComplete",
22
+ componentId: "enjoy-link-antd-repack__sc-1gwswzd-4"
23
+ })([".ant-select-selector{height:28px !important;}.ant-select-selection-search-input{height:26px !important;}"]);
24
+ export var BiuAInput = /*#__PURE__*/React.memo(StyledInput);
25
+ BiuAInput.displayName = 'BiuAInput';
26
+ export var BiuATextArea = /*#__PURE__*/React.memo(Input.TextArea);
27
+ export var BiuAPassword = /*#__PURE__*/React.memo(StyledInputPassword);
28
+ export var BiuAInputGroup = /*#__PURE__*/React.memo(Input.Group);
29
+ export var BiuASearch = /*#__PURE__*/React.memo(StyledInputSearch);
30
+ export var BiuAInputNumber = /*#__PURE__*/React.memo(StyledInputNumber);
31
+ export var BiuAAutoComplete = /*#__PURE__*/React.memo(StyledAutoComplete);
32
+ export var BiuAAutoCompleteOption = /*#__PURE__*/React.memo(AutoComplete.Option);
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ /**
3
+ * @description: 为了统一样式,对antd的Select组件进行了封装
4
+ */
5
+ export declare const BiuASelect: any;
6
+ export declare const BiuASelectOption: React.NamedExoticComponent<import("antd/lib/select").OptionProps>;
@@ -0,0 +1,14 @@
1
+ import { Select } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledSelect = styled(Select).withConfig({
5
+ displayName: "StyledSelect",
6
+ componentId: "enjoy-link-antd-repack__sc-144xri5-0"
7
+ })([".ant-select-selector{height:28px !important;.ant-select-selection-overflow{.ant-select-selection-overflow-item{.ant-select-selection-item{height:16px !important;line-height:16px !important;}.ant-select-selection-search-input{height:16px !important;line-height:16px !important;}}}}.ant-select-selection-search-input{height:26px !important;}.ant-select-selection-placeholder{line-height:26px !important;}.ant-select-selection-item{height:26px !important;line-height:26px !important;}.ant-select-selection-overflow-item{height:100% !important;}.ant-select-selection-search{height:100% !important;}"]);
8
+
9
+ /**
10
+ * @description: 为了统一样式,对antd的Select组件进行了封装
11
+ */
12
+ export var BiuASelect = /*#__PURE__*/React.memo(StyledSelect);
13
+ BiuASelect.displayName = 'BiuASelect';
14
+ export var BiuASelectOption = /*#__PURE__*/React.memo(Select.Option);
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BiuASwitch: React.MemoExoticComponent<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("antd").SwitchProps & React.RefAttributes<HTMLElement>, never>> & Omit<React.ForwardRefExoticComponent<import("antd").SwitchProps & React.RefAttributes<HTMLElement>>, keyof React.Component<any, {}, any>>>;
@@ -0,0 +1,9 @@
1
+ import { Switch } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledSwitch = styled(Switch).withConfig({
5
+ displayName: "StyledSwitch",
6
+ componentId: "enjoy-link-antd-repack__sc-a84yqt-0"
7
+ })(["margin:6px 0 !important;"]);
8
+ export var BiuASwitch = /*#__PURE__*/React.memo(StyledSwitch);
9
+ BiuASwitch.displayName = 'BiuASwitch';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const BiuATimePicker: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd").TimePickerProps & React.RefAttributes<any>> & {
3
+ RangePicker: React.ForwardRefExoticComponent<import("antd").TimeRangePickerProps & React.RefAttributes<any>>;
4
+ }>;
@@ -0,0 +1,8 @@
1
+ import { TimePicker } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledTimePicker = styled(TimePicker).withConfig({
5
+ displayName: "StyledTimePicker",
6
+ componentId: "enjoy-link-antd-repack__sc-kukhg4-0"
7
+ })(["height:28px !important;"]);
8
+ export var BiuATimePicker = /*#__PURE__*/React.memo(StyledTimePicker);
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BiuATreeSelect: React.MemoExoticComponent<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<any, never>> | (import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<any, never>> & Omit<any, keyof React.Component<any, {}, any>>)>;
@@ -0,0 +1,8 @@
1
+ import { TreeSelect } from 'antd';
2
+ import React from 'react';
3
+ import { styled } from 'styled-components';
4
+ var StyledTreeSelect = styled(TreeSelect).withConfig({
5
+ displayName: "StyledTreeSelect",
6
+ componentId: "enjoy-link-antd-repack__sc-1hoq833-0"
7
+ })([".ant-select-selector{height:28px !important;.ant-select-selection-overflow{.ant-select-selection-overflow-item{.ant-select-selection-item{height:16px !important;line-height:16px !important;}.ant-select-selection-search-input{height:16px !important;line-height:16px !important;}}}}.ant-select-selection-search-input{height:26px !important;}.ant-select-selection-placeholder{line-height:26px !important;}.ant-select-selection-item{line-height:26px !important;}"]);
8
+ export var BiuATreeSelect = /*#__PURE__*/React.memo(StyledTreeSelect);
@@ -0,0 +1,13 @@
1
+ import type { CSSProperties } from 'react';
2
+ import React from 'react';
3
+ export type BiuBarPropsType = {
4
+ style?: CSSProperties;
5
+ value?: any;
6
+ } & Record<string, string>;
7
+ /**
8
+ * 条形码封装组件
9
+ * 提取 WMS 组件
10
+ * @param props 定义条形码样式以及值
11
+ * @returns
12
+ */
13
+ export declare const BiuBar: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<BiuBarPropsType, "ref"> & React.RefAttributes<unknown>>>;
@@ -0,0 +1,42 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["value", "style"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
9
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
+ import JsBarcode from 'jsbarcode';
11
+ import React, { forwardRef, useCallback } from 'react';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ /**
14
+ * 条形码封装组件
15
+ * 提取 WMS 组件
16
+ * @param props 定义条形码样式以及值
17
+ * @returns
18
+ */
19
+ export var BiuBar = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
20
+ var value = props.value,
21
+ style = props.style,
22
+ codeOptions = _objectWithoutProperties(props, _excluded);
23
+ var toJsBarcode = useCallback(function (barcode) {
24
+ JsBarcode(barcode, value, _objectSpread({
25
+ displayValue: false,
26
+ width: 1.5,
27
+ height: 50,
28
+ margin: 10
29
+ }, codeOptions));
30
+ }, [codeOptions, value]);
31
+ return /*#__PURE__*/_jsx("div", {
32
+ style: style,
33
+ ref: ref,
34
+ children: /*#__PURE__*/_jsx("svg", {
35
+ ref: function ref(barcode) {
36
+ if (barcode) {
37
+ toJsBarcode(barcode);
38
+ }
39
+ }
40
+ })
41
+ });
42
+ }));
@@ -0,0 +1,24 @@
1
+ import type { SelectProps } from 'antd';
2
+ import React from 'react';
3
+ /**
4
+ * 字典传入类型定义
5
+ */
6
+ export type BiuComSelectPropsType = {
7
+ value?: string | string[] | number | number[];
8
+ loginCode?: string;
9
+ isForce?: boolean;
10
+ isVaild?: boolean;
11
+ } & SelectProps<any>;
12
+ /**
13
+ * WMS 货主选择组件
14
+ * 在系统为 WMS 时,需要强制进行货主选择
15
+ * 查询出来的货主只有一条时,默认直接选中该货主
16
+ * @param props 设置是否页面级提示,绑定值
17
+ * @returns
18
+ */
19
+ export declare const BiuComSelect: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
20
+ value?: string | number | string[] | number[] | undefined;
21
+ loginCode?: string | undefined;
22
+ isForce?: boolean | undefined;
23
+ isVaild?: boolean | undefined;
24
+ } & SelectProps<any, import("antd/lib/select").DefaultOptionType> & React.RefAttributes<unknown>>>;
@@ -0,0 +1,104 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["loginCode", "value", "onChange", "isForce", "isVaild"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
9
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
10
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
11
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
12
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
15
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
16
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
17
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
19
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
20
+ import React, { forwardRef, useCallback, useEffect, useMemo, useState } from 'react';
21
+ import { BiuASelect, BiuASelectOption } from "./..";
22
+ import { GATEWAY_ROUTE_MDM } from "../../constant";
23
+ import { request } from "../../package";
24
+
25
+ /**
26
+ * 字典传入类型定义
27
+ */
28
+ import { jsx as _jsx } from "react/jsx-runtime";
29
+ /**
30
+ * WMS 货主选择组件
31
+ * 在系统为 WMS 时,需要强制进行货主选择
32
+ * 查询出来的货主只有一条时,默认直接选中该货主
33
+ * @param props 设置是否页面级提示,绑定值
34
+ * @returns
35
+ */
36
+ export var BiuComSelect = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
37
+ var loginCode = props.loginCode,
38
+ value = props.value,
39
+ onChange = props.onChange,
40
+ _props$isForce = props.isForce,
41
+ isForce = _props$isForce === void 0 ? false : _props$isForce,
42
+ _props$isVaild = props.isVaild,
43
+ isVaild = _props$isVaild === void 0 ? false : _props$isVaild,
44
+ restProps = _objectWithoutProperties(props, _excluded);
45
+ var _useState = useState([]),
46
+ _useState2 = _slicedToArray(_useState, 2),
47
+ warehouseList = _useState2[0],
48
+ setWarehouseList = _useState2[1];
49
+ useEffect(function () {
50
+ if (loginCode) request({
51
+ apiName: 'wms.mdm.warhouseSimpleList',
52
+ data: {
53
+ loginCode: loginCode
54
+ },
55
+ requestConfig: {
56
+ GatewayRoute: GATEWAY_ROUTE_MDM
57
+ },
58
+ showNotification: isVaild
59
+ }).then(function (res) {
60
+ setWarehouseList(_toConsumableArray(res || []));
61
+ });
62
+ }, [isVaild, loginCode]);
63
+ useEffect(function () {
64
+ if (warehouseList && Array.isArray(warehouseList) && warehouseList.length === 1) {
65
+ if (onChange) {
66
+ onChange(warehouseList[0].id, warehouseList[0]);
67
+ }
68
+ }
69
+ }, [onChange, warehouseList]);
70
+ var selectOptions = useMemo(function () {
71
+ return warehouseList === null || warehouseList === void 0 ? void 0 : warehouseList.map(function (item) {
72
+ return {
73
+ label: item.warehouseName,
74
+ value: item.id
75
+ };
76
+ });
77
+ }, [warehouseList]);
78
+ var isDarwOpen = useMemo(function () {
79
+ if (value) return undefined;
80
+ if (isForce && !value) return true;
81
+ return undefined;
82
+ }, [isForce, value]);
83
+ var onSelectChange = useCallback(function (valueOption) {
84
+ var option = warehouseList.filter(function (item) {
85
+ return "".concat(item.id) === "".concat(valueOption);
86
+ })[0];
87
+ if (onChange) onChange(valueOption, option);
88
+ }, [onChange, warehouseList]);
89
+ return /*#__PURE__*/_jsx(BiuASelect, _objectSpread(_objectSpread({
90
+ ref: ref,
91
+ value: value,
92
+ options: selectOptions,
93
+ open: isDarwOpen,
94
+ onChange: onSelectChange
95
+ }, restProps), {}, {
96
+ children: warehouseList.map(function (warehouse) {
97
+ return /*#__PURE__*/_jsx(BiuASelectOption, {
98
+ value: warehouse.id,
99
+ label: warehouse.warehouseName,
100
+ children: warehouse.warehouseName
101
+ }, warehouse.id);
102
+ })
103
+ }));
104
+ }));
@@ -0,0 +1,18 @@
1
+ import type { ArgsProps as NoticeArgsProps } from 'antd/es/notification';
2
+ import type { SoundAudioType } from "../../utils";
3
+ export type notificationPropsType = {
4
+ /**
5
+ * 播放声音
6
+ */
7
+ soundAudioType?: SoundAudioType;
8
+ } & NoticeArgsProps;
9
+ export type CueType = 'success' | 'error' | 'info' | 'warning';
10
+ export type ConfigNoticeInstanceBaseType = {
11
+ (message: string, descriptionOrProps?: string | Omit<notificationPropsType, 'message'>, props?: Omit<notificationPropsType, 'message'>): void;
12
+ };
13
+ export declare const BiuCue: ConfigNoticeInstanceBaseType & {
14
+ Success: ConfigNoticeInstanceBaseType;
15
+ Error: ConfigNoticeInstanceBaseType;
16
+ Warning: ConfigNoticeInstanceBaseType;
17
+ Info: ConfigNoticeInstanceBaseType;
18
+ };
@@ -0,0 +1,44 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import { notification } from 'antd';
8
+ import { omit } from 'lodash';
9
+ import { Sound } from "../../utils";
10
+ var ConfigOverLoadArgs = function ConfigOverLoadArgs(name) {
11
+ function ConfigNoticeInstanceBase(message, descriptionOrProps, props) {
12
+ var _baseConfig;
13
+ var baseConfig = {
14
+ message: message,
15
+ style: {
16
+ zIndex: 9999
17
+ },
18
+ duration: 3
19
+ };
20
+ var arg2 = descriptionOrProps !== null && descriptionOrProps !== void 0 ? descriptionOrProps : {};
21
+ if (typeof arg2 === 'string') {
22
+ baseConfig = _objectSpread(_objectSpread({}, baseConfig), {}, {
23
+ description: arg2
24
+ });
25
+ } else {
26
+ baseConfig = _objectSpread(_objectSpread({}, baseConfig), arg2);
27
+ }
28
+ if (props) {
29
+ baseConfig = _objectSpread(_objectSpread({}, baseConfig), props);
30
+ }
31
+ if ((_baseConfig = baseConfig) !== null && _baseConfig !== void 0 && _baseConfig.soundAudioType) {
32
+ var _baseConfig2;
33
+ Sound.playAudio((_baseConfig2 = baseConfig) === null || _baseConfig2 === void 0 ? void 0 : _baseConfig2.soundAudioType);
34
+ }
35
+ notification[name](omit(baseConfig, 'soundAudioType'));
36
+ }
37
+ return ConfigNoticeInstanceBase;
38
+ };
39
+ export var BiuCue = Object.assign(ConfigOverLoadArgs('info'), {
40
+ Success: ConfigOverLoadArgs('success'),
41
+ Error: ConfigOverLoadArgs('error'),
42
+ Warning: ConfigOverLoadArgs('warning'),
43
+ Info: ConfigOverLoadArgs('info')
44
+ });
@@ -0,0 +1,19 @@
1
+ import type { SelectProps } from 'antd';
2
+ import React from 'react';
3
+ import type { RequestConfig } from "../../package";
4
+ type ValueType = string | string[] | number | number[];
5
+ export type SelectOption = {
6
+ label: string;
7
+ value: string | number;
8
+ };
9
+ export declare const BiuCustomSelect: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
10
+ requestName?: string | undefined;
11
+ requestParams?: Record<string, any> | undefined;
12
+ requestConfig?: RequestConfig | undefined;
13
+ onReady?: ((requestParams?: Record<string, any>, loading?: boolean) => boolean) | undefined;
14
+ value?: ValueType | undefined;
15
+ onFetchData?: ((res: any) => any) | undefined;
16
+ formatValue?: ((value: ValueType) => ValueType) | undefined;
17
+ optionList?: ((filterRes?: any) => SelectOption[]) | undefined;
18
+ } & SelectProps<any, import("antd/lib/select").DefaultOptionType> & React.RefAttributes<unknown>>>;
19
+ export {};