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
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ import type { Rule } from 'antd/es/form';
3
+ import type { BiuFieldType, SelectOption } from "..";
4
+ export type BiuOperFormItemPropsType = {
5
+ formItemType?: BiuFieldType | 'slot';
6
+ generalCustomElement?: (props?: BiuOperFormItemPropsType) => any;
7
+ label?: React.ReactNode;
8
+ id?: string;
9
+ rules?: Rule[];
10
+ required?: boolean;
11
+ options?: any;
12
+ layout?: 'default' | 'large' | 'small';
13
+ requiredmessage?: string;
14
+ visible?: (() => boolean) | boolean;
15
+ cardIdx?: number;
16
+ systype?: 'PUB' | 'VMS' | 'OMS' | 'CRM' | 'WMS' | 'TMS' | 'VMSS';
17
+ selectOptions?: SelectOption[];
18
+ clientType?: 1 | 0;
19
+ labelLetter?: number;
20
+ span?: number;
21
+ width?: number;
22
+ [x: string]: any;
23
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export declare const BiuOperTable: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
3
+ initialList?: any[] | undefined;
4
+ tableProps?: import("antd").TableProps<any> | undefined;
5
+ columnsOptions: import("./type").CustomerOperColumnProps<any>[];
6
+ disabled?: boolean | undefined;
7
+ verify?: ((fieldValue: string, index: number) => string | boolean) | undefined;
8
+ renderForm?: ((record: any) => Record<string, any>) | undefined;
9
+ goodsEffect?: any;
10
+ delInitalList?: ((record: any) => void) | undefined;
11
+ iteratee?: string | undefined;
12
+ hiddenAddButton?: boolean | undefined;
13
+ hiddenDelButton?: boolean | undefined;
14
+ tabH?: number | undefined;
15
+ } & import("antd").FormProps<any> & React.RefAttributes<unknown>>>;
@@ -0,0 +1,349 @@
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 = ["id", "omit", "fixed", "initialvalue", "width", "onChange", "getChangeValue", "onChangeData", "verify", "renderForm"],
3
+ _excluded2 = ["class"],
4
+ _excluded3 = ["id", "omit", "fixed", "initialvalue", "width", "onChange", "getChangeValue", "onChangeData", "verify", "renderForm"],
5
+ _excluded4 = ["formItemType", "id", "rules", "required", "options", "layout"];
6
+ 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; }
7
+ 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; }
8
+ 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; }
9
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
10
+ 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); }
11
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
12
+ 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."); }
13
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
14
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
15
+ 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; }
16
+ 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; }
17
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
18
+ 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."); }
19
+ 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); }
20
+ 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; }
21
+ 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; } }
22
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
23
+ import { MinusOutlined, PlusOutlined } from '@ant-design/icons';
24
+ import { useDynamicList } from 'ahooks';
25
+ import { Space } from 'antd';
26
+ import { concat, isEmpty, isNil, keys, omitBy } from 'lodash';
27
+ import React, { forwardRef, useCallback, useEffect, useImperativeHandle, useMemo } from 'react';
28
+ import { styled } from 'styled-components';
29
+ import { calcColsTotalWidth } from "./utils";
30
+ import { BiuAButton, BiuCue, BiuField, BiuResizeTable } from "./..";
31
+ import { DATE_FORMTYPE } from "../../constant";
32
+ import { formatMoment, momentFormat } from "../../utils";
33
+ import { Fragment as _Fragment } from "react/jsx-runtime";
34
+ import { jsx as _jsx } from "react/jsx-runtime";
35
+ import { jsxs as _jsxs } from "react/jsx-runtime";
36
+ var StyledSpace = styled(Space).withConfig({
37
+ displayName: "StyledSpace",
38
+ componentId: "enjoy-link-antd-repack__sc-1yds4m9-0"
39
+ })([".ant-btn-circle{height:24px !important;}"]);
40
+ export var BiuOperTable = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
41
+ var initialList = props.initialList,
42
+ goodsEffect = props.goodsEffect,
43
+ _props$disabled = props.disabled,
44
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
45
+ columnsOptions = props.columnsOptions,
46
+ tableProps = props.tableProps,
47
+ _props$tabH = props.tabH,
48
+ tabH = _props$tabH === void 0 ? 200 : _props$tabH,
49
+ _props$hiddenAddButto = props.hiddenAddButton,
50
+ hiddenAddButton = _props$hiddenAddButto === void 0 ? false : _props$hiddenAddButto,
51
+ _props$hiddenDelButto = props.hiddenDelButton,
52
+ hiddenDelButton = _props$hiddenDelButto === void 0 ? false : _props$hiddenDelButto;
53
+ var _useDynamicList = useDynamicList([]),
54
+ list = _useDynamicList.list,
55
+ remove = _useDynamicList.remove,
56
+ push = _useDynamicList.push,
57
+ resetList = _useDynamicList.resetList,
58
+ replace = _useDynamicList.replace,
59
+ insert = _useDynamicList.insert;
60
+
61
+ /**
62
+ * 列表需要验证的列
63
+ */
64
+ var _useMemo = useMemo(function () {
65
+ var currentFormatList = [];
66
+ var currentOmitKeys = [];
67
+ var currentRequiredCols = {};
68
+ columnsOptions.forEach(function (_ref, index) {
69
+ var _ref$id = _ref.id,
70
+ key = _ref$id === void 0 ? '' : _ref$id,
71
+ omit = _ref.omit,
72
+ fixed = _ref.fixed,
73
+ initialvalue = _ref.initialvalue,
74
+ width = _ref.width,
75
+ onChange = _ref.onChange,
76
+ getChangeValue = _ref.getChangeValue,
77
+ onChangeData = _ref.onChangeData,
78
+ verify = _ref.verify,
79
+ renderForm = _ref.renderForm,
80
+ restCol = _objectWithoutProperties(_ref, _excluded);
81
+ if (omit) {
82
+ currentOmitKeys.push(key);
83
+ }
84
+ if (restCol.required) {
85
+ currentRequiredCols[key] = columnsOptions[index];
86
+ }
87
+ if (DATE_FORMTYPE.includes(restCol.formItemType)) {
88
+ if (restCol.format && typeof restCol.format === 'string') {
89
+ currentFormatList.push({
90
+ field: key,
91
+ format: restCol.format
92
+ });
93
+ }
94
+ }
95
+ });
96
+ return [currentOmitKeys, currentFormatList, currentRequiredCols];
97
+ }, [columnsOptions]),
98
+ _useMemo2 = _slicedToArray(_useMemo, 3),
99
+ omitKeys = _useMemo2[0],
100
+ formatList = _useMemo2[1],
101
+ requiredCols = _useMemo2[2];
102
+
103
+ /**
104
+ * 未设置初始值时,初始化列表
105
+ */
106
+ var onRestOrInit = useCallback(function () {
107
+ if (Array.isArray(initialList)) {
108
+ resetList(_toConsumableArray(initialList));
109
+ return;
110
+ }
111
+ resetList([{}]);
112
+ }, [initialList, resetList]);
113
+ useEffect(onRestOrInit, [onRestOrInit]);
114
+ var actionCols = useMemo(function () {
115
+ var actionColumns = [{
116
+ width: 60,
117
+ title: '行号',
118
+ align: 'center',
119
+ dataIndex: 'serialNumber',
120
+ key: 'serialNumber',
121
+ fixed: 'left',
122
+ render: function render(text, record, index) {
123
+ return /*#__PURE__*/_jsx(_Fragment, {
124
+ children: index + 1
125
+ });
126
+ }
127
+ }];
128
+ if (!hiddenAddButton || !hiddenDelButton) {
129
+ actionColumns.push({
130
+ width: 100,
131
+ title: function title() {
132
+ return /*#__PURE__*/_jsxs(StyledSpace, {
133
+ size: 4,
134
+ children: [!hiddenAddButton ? /*#__PURE__*/_jsx(BiuAButton, {
135
+ shape: "circle",
136
+ icon: /*#__PURE__*/_jsx(PlusOutlined, {}),
137
+ onClick: function onClick() {
138
+ return push({});
139
+ }
140
+ }) : undefined, "\u64CD\u4F5C"]
141
+ });
142
+ },
143
+ align: 'left',
144
+ dataIndex: 'oper',
145
+ key: 'oper',
146
+ fixed: 'left',
147
+ render: function render(text, record, index) {
148
+ return /*#__PURE__*/_jsxs(StyledSpace, {
149
+ size: 4,
150
+ children: [!hiddenAddButton ? /*#__PURE__*/_jsx(BiuAButton, {
151
+ type: "primary",
152
+ shape: "circle",
153
+ icon: /*#__PURE__*/_jsx(PlusOutlined, {}),
154
+ disabled: disabled,
155
+ onClick: function onClick() {
156
+ return insert(index + 1, {});
157
+ }
158
+ }) : undefined, !hiddenDelButton ? /*#__PURE__*/_jsx(BiuAButton, {
159
+ type: "primary",
160
+ danger: true,
161
+ shape: "circle",
162
+ style: {
163
+ height: '24px !important',
164
+ lineHeight: '24px'
165
+ },
166
+ icon: /*#__PURE__*/_jsx(MinusOutlined, {}),
167
+ disabled: disabled,
168
+ onClick: function onClick() {
169
+ return remove(index);
170
+ }
171
+ }) : undefined]
172
+ });
173
+ }
174
+ });
175
+ }
176
+ return actionColumns;
177
+ }, [disabled, hiddenAddButton, hiddenDelButton, insert, push, remove]);
178
+ var getValues = useCallback(function () {
179
+ var omitArrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
180
+ var resValues = [];
181
+ var omitGroupArr = [].concat(_toConsumableArray(omitKeys), _toConsumableArray(omitArrs));
182
+ var fields = keys(requiredCols);
183
+ try {
184
+ resValues = (list !== null && list !== void 0 ? list : []).map(function (row, index) {
185
+ if (fields.length) {
186
+ fields.forEach(function (field) {
187
+ if (requiredCols[field].verify) {
188
+ var errMsg = requiredCols[field].verify(row[field], index, row);
189
+ if (errMsg !== true) {
190
+ throw new Error(errMsg);
191
+ }
192
+ } else if (isEmpty("".concat(row[field]))) {
193
+ throw new Error("\u7B2C".concat(index + 1, "\u884C\u7684").concat(requiredCols[field].label, "\u5FC5\u586B"));
194
+ }
195
+ });
196
+ }
197
+ var _ = row.class,
198
+ newRow = _objectWithoutProperties(row, _excluded2);
199
+ if (formatList && formatList.length) {
200
+ formatList.forEach(function (item) {
201
+ var momentValue = newRow[item.field];
202
+ newRow[item.field] = momentFormat(momentValue, item.format);
203
+ });
204
+ }
205
+ return omitBy(newRow, function (value, key) {
206
+ return omitGroupArr.includes(key) || isNil(value);
207
+ });
208
+ });
209
+ } catch (error) {
210
+ BiuCue.Warning(error.message);
211
+ }
212
+ return resValues;
213
+ }, [formatList, list, omitKeys, requiredCols]);
214
+ var columns = useMemo(function () {
215
+ var resCols = columnsOptions.map(function (_ref2) {
216
+ var _ref2$id = _ref2.id,
217
+ key = _ref2$id === void 0 ? '' : _ref2$id,
218
+ omit = _ref2.omit,
219
+ fixed = _ref2.fixed,
220
+ initialvalue = _ref2.initialvalue,
221
+ width = _ref2.width,
222
+ onChange = _ref2.onChange,
223
+ getChangeValue = _ref2.getChangeValue,
224
+ onChangeData = _ref2.onChangeData,
225
+ verify = _ref2.verify,
226
+ renderForm = _ref2.renderForm,
227
+ restCol = _objectWithoutProperties(_ref2, _excluded3);
228
+ if (DATE_FORMTYPE.includes(restCol.formItemType)) {
229
+ if (!restCol.format || typeof restCol.format !== 'string') {
230
+ throw new Error('请给表格中的日期类型显示设置格式化字段format');
231
+ }
232
+ }
233
+ return {
234
+ width: width || 100,
235
+ title: restCol.label,
236
+ key: key,
237
+ className: restCol.required ? 'thead-item-required' : '',
238
+ align: 'center',
239
+ dataIndex: key,
240
+ fixed: fixed,
241
+ ellipsis: true,
242
+ render: function render(text, record, index) {
243
+ var rowData = list[index];
244
+ var newValue = text;
245
+ if (DATE_FORMTYPE.includes(restCol.formItemType)) {
246
+ newValue = formatMoment(newValue);
247
+ }
248
+ var ops = _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, restCol), {}, {
249
+ value: newValue || initialvalue,
250
+ id: "params[".concat(record.key, "].").concat(key),
251
+ formItemType: restCol.formItemType || 'label',
252
+ disabled: restCol.disabled ? restCol.disabled : disabled
253
+ }, goodsEffect), renderForm ? renderForm(record) : undefined), {}, {
254
+ style: {
255
+ width: '100%'
256
+ }
257
+ });
258
+ if (restCol.formItemType === 'number') {
259
+ ops.min = 0;
260
+ }
261
+ if (onChangeData) {
262
+ /**
263
+ * 表单选中的值和当前行的数据
264
+ */
265
+ ops.onChangeData = function (value, rowRecord) {
266
+ var currentData = _objectSpread(_objectSpread({}, rowData), onChangeData(_objectSpread({}, rowRecord), _objectSpread({}, rowData), index));
267
+ replace(index, currentData);
268
+ };
269
+ }
270
+ var formatChangeValue = getChangeValue || function (e) {
271
+ switch (ops.formItemType) {
272
+ case 'text':
273
+ return e.target.value;
274
+ default:
275
+ return e;
276
+ }
277
+ };
278
+ ops.onChange = function (e, v) {
279
+ var value = formatChangeValue(e, v);
280
+ var currentData = _objectSpread(_objectSpread({}, rowData), {}, _defineProperty({}, key, value));
281
+ if (onChange) {
282
+ currentData = _objectSpread(_objectSpread({}, currentData), onChange(value, currentData, index) || {});
283
+ }
284
+ replace(index, currentData);
285
+ };
286
+ var formItemType = ops.formItemType,
287
+ id = ops.id,
288
+ rules = ops.rules,
289
+ required = ops.required,
290
+ options = ops.options,
291
+ layout = ops.layout,
292
+ itemProps = _objectWithoutProperties(ops, _excluded4);
293
+ return /*#__PURE__*/_jsx(BiuField, _objectSpread(_objectSpread({
294
+ valueType: formItemType,
295
+ allowClear: !required
296
+ }, itemProps), formItemType === 'departtreeselect' ? {
297
+ defaultActiveCurrentOrg: false
298
+ } : {}));
299
+ }
300
+ };
301
+ });
302
+ return concat(actionCols, resCols);
303
+ }, [actionCols, columnsOptions, disabled, goodsEffect, list, replace]);
304
+
305
+ /**
306
+ * 通过 index 修改某一行的数据,数据会 merge
307
+ */
308
+ var updateValuesWithMerge = useCallback(function (index, data) {
309
+ if (index < 0 || index > list.length - 1) {
310
+ return;
311
+ }
312
+ var currentData = _objectSpread(_objectSpread({}, list[index]), data);
313
+ replace(index, currentData);
314
+ }, [list, replace]);
315
+ /**
316
+ * 通过 index 修改某一行的数据,数据不会 merge
317
+ */
318
+ var updateValues = useCallback(function (index, data) {
319
+ if (index < 0 || index > list.length - 1) {
320
+ return;
321
+ }
322
+ replace(index, _objectSpread({}, data));
323
+ }, [list, replace]);
324
+ var setValues = useCallback(function (values) {
325
+ if (!Array.isArray(values)) return;
326
+ resetList(values);
327
+ }, [resetList]);
328
+ useImperativeHandle(ref, function () {
329
+ return {
330
+ getValues: getValues,
331
+ setValues: setValues,
332
+ updateValues: updateValues,
333
+ updateValuesWithMerge: updateValuesWithMerge,
334
+ clear: onRestOrInit
335
+ };
336
+ }, [getValues, onRestOrInit, setValues, updateValues, updateValuesWithMerge]);
337
+ return /*#__PURE__*/_jsx(BiuResizeTable, _objectSpread(_objectSpread({
338
+ pagination: false,
339
+ isCellEdit: true,
340
+ scroll: {
341
+ x: calcColsTotalWidth(columns),
342
+ y: tabH
343
+ }
344
+ }, tableProps), {}, {
345
+ dataSource: list,
346
+ columns: columns,
347
+ rowKey: "key"
348
+ }));
349
+ }));
@@ -0,0 +1,142 @@
1
+ /// <reference types="react" />
2
+ import type { FormProps, TableProps } from 'antd';
3
+ import type { Rule } from 'antd/es/form';
4
+ import type { BiuFieldType, SelectOption } from "..";
5
+ type spanTypes = {
6
+ xs: {
7
+ span: number;
8
+ };
9
+ sm: {
10
+ span: number;
11
+ };
12
+ md: {
13
+ span: number;
14
+ };
15
+ lg: {
16
+ span: number;
17
+ };
18
+ xl: {
19
+ span: number;
20
+ };
21
+ xxl: {
22
+ span: number;
23
+ };
24
+ };
25
+ export type FormItemOptions = {
26
+ formItemType?: BiuFieldType | 'slot';
27
+ generalCustomElement?: (props?: FormItemOptions) => any;
28
+ label?: React.ReactNode;
29
+ id?: string;
30
+ rules?: Rule[];
31
+ required?: boolean;
32
+ options?: any;
33
+ layout?: 'default' | 'large' | 'small';
34
+ requiredmessage?: string;
35
+ visible?: (() => boolean) | boolean;
36
+ cardIdx?: number;
37
+ systype?: 'PUB' | 'VMS' | 'OMS' | 'CRM' | 'WMS' | 'TMS' | 'VMSS';
38
+ selectOptions?: SelectOption[];
39
+ clientType?: 1 | 0;
40
+ labelLetter?: number;
41
+ span?: number | spanTypes;
42
+ width?: number;
43
+ [x: string]: any;
44
+ };
45
+ /**
46
+ * 可编辑表格列配置详细信息
47
+ */
48
+ export type CustomerOperColumnProps<T = any> = {
49
+ width?: number;
50
+ /**
51
+ * 去除默认宽度,此列无宽度
52
+ */
53
+ nowidth?: boolean;
54
+ onChange?: (value: any, operRow: T, index?: number) => any;
55
+ onChangeData?: (value: any, operRow: T, index?: number) => any;
56
+ /**
57
+ * 触发onChange或者onChangeData时,提供获取value值的方法
58
+ * 默认直接获取第一个参数为value值
59
+ */
60
+ getChangeValue?: (e: any, v: any) => any;
61
+ /**
62
+ * 返回参数时,是否过滤此字段
63
+ */
64
+ omit?: boolean;
65
+ /**
66
+ * 初始值
67
+ */
68
+ initialvalue?: any;
69
+ } & FormItemOptions;
70
+ /**
71
+ * 可编辑表格配置
72
+ */
73
+ export type BiuOperTablePropsType<T = any> = {
74
+ /**
75
+ * 可编辑表格初始列表
76
+ */
77
+ initialList?: T[];
78
+ /**
79
+ * 可编辑表格,表格配置项
80
+ */
81
+ tableProps?: TableProps<T>;
82
+ /**
83
+ * 可编辑表格列配置
84
+ */
85
+ columnsOptions: CustomerOperColumnProps<T>[];
86
+ /**
87
+ * 启用,禁用可编辑表格
88
+ */
89
+ disabled?: boolean;
90
+ /**
91
+ * 获取值之前的验证,返回true表示验证成功,否则,返回错误信息
92
+ */
93
+ verify?: (fieldValue: string, index: number) => string | boolean;
94
+ renderForm?: (record: any) => Record<string, any>;
95
+ goodsEffect?: any;
96
+ /**
97
+ * 子组件更新父组件调用方法(EditTable使用)
98
+ */
99
+ delInitalList?: (record: any) => void;
100
+ iteratee?: string;
101
+ /**
102
+ * 添加按钮隐藏
103
+ */
104
+ hiddenAddButton?: boolean;
105
+ /**
106
+ * 删除按钮隐藏
107
+ */
108
+ hiddenDelButton?: boolean;
109
+ tabH?: number;
110
+ } & FormProps;
111
+ export type DateFormatType = {
112
+ field: string;
113
+ format: string;
114
+ };
115
+ export type OperGoodsTableRefType = {
116
+ /**
117
+ * 获取表格数据
118
+ */
119
+ getValues: (omitArrs?: string[]) => Record<string, any>[];
120
+ /**
121
+ * 设置表格数据
122
+ * @param values 数据源
123
+ * @returns
124
+ */
125
+ setValues: (values: any[]) => void;
126
+ /**
127
+ * 更改行数据,索引错误时不进行更新,数据会 merge
128
+ * @param index 索引
129
+ * @param data 数据
130
+ * @returns
131
+ */
132
+ updateValues: (index: number, data: Record<string, any>) => void;
133
+ /**
134
+ * 更改行数据,索引错误时不进行更新,数据不会 merge
135
+ * @param index 索引
136
+ * @param data 数据
137
+ * @returns
138
+ */
139
+ updateValuesWithMerge: (index: number, data: Record<string, any>) => void;
140
+ clear: () => void;
141
+ };
142
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 计算表格指定列配置的总宽度
3
+ * @param cols 表格列配置
4
+ * @param suppWidth 补充宽度(一般为复选框的宽度,默认60;但是当表格列配置中存在没有宽度的列时,需要指定一个宽度供未指定宽度列平摊)
5
+ */
6
+ export declare const calcColsTotalWidth: (cols: any[], suppWidth?: number) => number;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * 计算表格指定列配置的总宽度
3
+ * @param cols 表格列配置
4
+ * @param suppWidth 补充宽度(一般为复选框的宽度,默认60;但是当表格列配置中存在没有宽度的列时,需要指定一个宽度供未指定宽度列平摊)
5
+ */
6
+ export var calcColsTotalWidth = function calcColsTotalWidth(cols) {
7
+ var suppWidth = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 60;
8
+ var resSum = suppWidth;
9
+ cols.forEach(function (d) {
10
+ resSum += +(d.width || 0);
11
+ });
12
+ return resSum;
13
+ };
@@ -0,0 +1,14 @@
1
+ import type { PaginationProps } from 'antd/es/pagination';
2
+ import React from 'react';
3
+ /**
4
+ * @param pagination antd 分页定义属性
5
+ * @event onChange 分页触发更新
6
+ * @event onShowSizeChange 分页大小触发更新 默认分页大小 ['20', '50', '100', '200', '500', '1000']
7
+ */
8
+ export type BiuPaginationPropsType = {
9
+ pagination?: PaginationProps;
10
+ onChange?: ((page: number, pageSize?: number | undefined) => void) | undefined;
11
+ onShowSizeChange?: (current: number, size: number) => void;
12
+ pageSizeOptions?: string[];
13
+ };
14
+ export declare const BiuPagination: React.MemoExoticComponent<(props: BiuPaginationPropsType) => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,34 @@
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 { Pagination } from 'antd';
8
+ import React from 'react';
9
+ import { styled } from 'styled-components';
10
+
11
+ /**
12
+ * @param pagination antd 分页定义属性
13
+ * @event onChange 分页触发更新
14
+ * @event onShowSizeChange 分页大小触发更新 默认分页大小 ['20', '50', '100', '200', '500', '1000']
15
+ */
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var StyledPagination = styled(Pagination).withConfig({
18
+ displayName: "StyledPagination",
19
+ componentId: "enjoy-link-antd-repack__sc-wfvs3r-0"
20
+ })(["height:36px !important;padding:4px 0 !important;.ant-pagination-prev{height:28px !important;line-height:28px !important;}.ant-pagination-next{height:28px !important;line-height:28px !important;}.ant-pagination-item{height:28px !important;line-height:28px !important;}.ant-pagination-options-quick-jumper{height:28px !important;line-height:28px !important;input{height:26px !important;}}.ant-pagination-options{.ant-select-selector{height:26px !important;}.ant-select-selection-item{height:26px !important;line-height:26px !important;}}"]);
21
+ export var BiuPagination = /*#__PURE__*/React.memo(function (props) {
22
+ var pagination = props.pagination,
23
+ onChange = props.onChange,
24
+ onShowSizeChange = props.onShowSizeChange,
25
+ _props$pageSizeOption = props.pageSizeOptions,
26
+ pageSizeOptions = _props$pageSizeOption === void 0 ? ['20', '50', '100', '200', '500', '1000'] : _props$pageSizeOption;
27
+ return /*#__PURE__*/_jsx(StyledPagination, _objectSpread(_objectSpread({
28
+ onChange: onChange,
29
+ onShowSizeChange: onShowSizeChange,
30
+ pageSizeOptions: pageSizeOptions
31
+ }, pagination), {}, {
32
+ size: "small"
33
+ }));
34
+ });
@@ -0,0 +1 @@
1
+ export declare const TableCell: (props: any) => import("react/jsx-runtime").JSX.Element;