wt-enjoy-link-antd-repack 4.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,484 @@
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 = ["searchForm", "tablePostfixOptions", "operationOptions", "containerStyle", "headLine", "rowKey", "dataAllocation", "postData", "request", "columns", "hidePagination", "rowSelection", "onPageChange", "onPageShowSizeChange", "onRow", "onReset", "loading"];
3
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
5
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
6
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
7
+ 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."); }
8
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
9
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
10
+ 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; }
11
+ 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; }
12
+ 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; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
14
+ 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); }
15
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
16
+ 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."); }
17
+ 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); }
18
+ 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; }
19
+ 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; } }
20
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
21
+ 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; }
22
+ 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; }
23
+ import { UnorderedListOutlined } from '@ant-design/icons';
24
+ import { useDynamicList, useMount } from 'ahooks';
25
+ import { Button, Popover, Tooltip, Typography } from 'antd';
26
+ import React, { forwardRef, useCallback, useContext, useImperativeHandle, useMemo, useRef, useState } from 'react';
27
+ import { styled } from 'styled-components';
28
+ import { TableActionBarRender, TableSettingRender } from "./component";
29
+ import { ColumnsContext } from "./context";
30
+ import { useFetchData } from "./hooks";
31
+ import { BiuForm, BiuPagination, BiuResizeTable, stretchRestructureColumns } from "./..";
32
+ import { GATEWAY_ROUTE_MDM } from "../../constant";
33
+ import { useUserInfo } from "../../hooks";
34
+ import { request as httpRequest } from "../../package";
35
+ import { jsx as _jsx } from "react/jsx-runtime";
36
+ import { jsxs as _jsxs } from "react/jsx-runtime";
37
+ var ContainerWrapper = styled.div.withConfig({
38
+ displayName: "ContainerWrapper",
39
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-0"
40
+ })(["height:100%;display:flex;flex-direction:column;background-color:#fff;.ant-popover-inner-content{padding:4px !important;}"]);
41
+ var ActionWrapper = styled.div.withConfig({
42
+ displayName: "ActionWrapper",
43
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-1"
44
+ })(["display:flex;justify-content:space-between;box-sizing:border-box;width:calc(100% - 16px);margin:0 8px;padding:8px 0;border-top:1px solid #f0f0f0;flex-direction:row-reverse;"]);
45
+ var HeaderWrapper = styled.div.withConfig({
46
+ displayName: "HeaderWrapper",
47
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-2"
48
+ })(["flex-grow:0;"]);
49
+ var FooterWrapper = styled.div.withConfig({
50
+ displayName: "FooterWrapper",
51
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-3"
52
+ })(["margin:0 8px;display:flex;justify-content:space-between;box-sizing:border-box;flex-direction:row-reverse;"]);
53
+ var StyledResizeTable = styled(BiuResizeTable).withConfig({
54
+ displayName: "StyledResizeTable",
55
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-4"
56
+ })(["display:block;flex-grow:1;padding:0 8px;overflow:hidden;height:100% !important;.ant-table-tbody > .ant-table-row > td{padding:6px !important;min-height:36px !important;height:36px !important;line-height:22px !important;}.ant-table-wrapper{height:100% !important;}.ant-spin-nested-loading{height:100% !important;}.ant-spin-container{height:100% !important;}.ant-table{height:100% !important;border-bottom:1px solid #f0f0f0 !important;}.ant-table-container{height:100% !important;display:flex;flex-direction:column;}.ant-table-body{flex:1;}.ant-table-row{font-size:12px;font-weight:normal;}"]);
57
+ var SummaryWrapper = styled.div.withConfig({
58
+ displayName: "SummaryWrapper",
59
+ componentId: "enjoy-link-antd-repack__sc-nmnqwf-5"
60
+ })(["display:flex;height:36px;line-height:36px;font-size:16px;font-weight:bold;"]);
61
+ export var TableInstance = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
62
+ var rootRef = useRef();
63
+ var _props$searchForm = props.searchForm,
64
+ searchForm = _props$searchForm === void 0 ? true : _props$searchForm,
65
+ tablePostfixOptions = props.tablePostfixOptions,
66
+ operationOptions = props.operationOptions,
67
+ containerStyle = props.containerStyle,
68
+ _props$headLine = props.headLine,
69
+ headLine = _props$headLine === void 0 ? 2 : _props$headLine,
70
+ _props$rowKey = props.rowKey,
71
+ rowKey = _props$rowKey === void 0 ? 'id' : _props$rowKey,
72
+ afterDataRequest = props.dataAllocation,
73
+ beforeDataRequest = props.postData,
74
+ request = props.request,
75
+ defaultColumns = props.columns,
76
+ _props$hidePagination = props.hidePagination,
77
+ hidePagination = _props$hidePagination === void 0 ? false : _props$hidePagination,
78
+ rowSelection = props.rowSelection,
79
+ onPageChange = props.onPageChange,
80
+ onPageShowSizeChange = props.onPageShowSizeChange,
81
+ _onRow = props.onRow,
82
+ onReset = props.onReset,
83
+ _props$loading = props.loading,
84
+ tabLoading = _props$loading === void 0 ? false : _props$loading,
85
+ restProps = _objectWithoutProperties(props, _excluded);
86
+ var formRef = useRef(null);
87
+ var searchParams = useRef({});
88
+ var _useState = useState([]),
89
+ _useState2 = _slicedToArray(_useState, 2),
90
+ selectedRowKeys = _useState2[0],
91
+ setSelectedRowKeys = _useState2[1];
92
+ var _useContext = useContext(ColumnsContext),
93
+ formColumns = _useContext.formColumns,
94
+ tableColumns = _useContext.tableColumns;
95
+ var _useFetchData = useFetchData({
96
+ fetchData: function fetchData(requestData) {
97
+ if (request) {
98
+ var tmpBaseData = _objectSpread({}, requestData);
99
+ if (beforeDataRequest) {
100
+ tmpBaseData = beforeDataRequest(_objectSpread({}, tmpBaseData));
101
+ }
102
+ return request(tmpBaseData);
103
+ }
104
+ return Promise.resolve({});
105
+ }
106
+ }),
107
+ run = _useFetchData.run,
108
+ _useFetchData$dataSou = _useFetchData.dataSource,
109
+ dataSource = _useFetchData$dataSou === void 0 ? [] : _useFetchData$dataSou,
110
+ loading = _useFetchData.loading,
111
+ pagination = _useFetchData.pagination,
112
+ summary = _useFetchData.summary;
113
+ var onSubmit = useCallback(function () {
114
+ var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
115
+ var rebaseValue = _objectSpread(_objectSpread({}, searchParams.current), params || {});
116
+ run(rebaseValue);
117
+ searchParams.current = rebaseValue;
118
+ setSelectedRowKeys([]);
119
+ if (rowSelection !== null && rowSelection !== void 0 && rowSelection.onChange) {
120
+ rowSelection.onChange([], [], {
121
+ type: 'multiple'
122
+ });
123
+ }
124
+ }, [rowSelection, run]);
125
+ useImperativeHandle(ref, function () {
126
+ return _objectSpread(_objectSpread({}, formRef.current), {}, {
127
+ reload: function reload() {
128
+ var _formRef$current;
129
+ (_formRef$current = formRef.current) === null || _formRef$current === void 0 || _formRef$current.submit();
130
+ }
131
+ });
132
+ }, []);
133
+ var tableDataSource = useMemo(function () {
134
+ return afterDataRequest ? afterDataRequest(dataSource) : dataSource;
135
+ }, [afterDataRequest, dataSource]);
136
+
137
+ // 表格全屏
138
+ // const [isFullscreen, { toggleFullscreen }] = useFullscreen(rootRef);
139
+
140
+ return /*#__PURE__*/_jsxs(ContainerWrapper, {
141
+ ref: rootRef,
142
+ style: _objectSpread({}, containerStyle),
143
+ children: [/*#__PURE__*/_jsxs(HeaderWrapper, {
144
+ children: [searchForm ? /*#__PURE__*/_jsx(BiuForm, {
145
+ ref: formRef,
146
+ headLine: headLine,
147
+ columns: formColumns,
148
+ onSubmit: onSubmit,
149
+ onReset: onReset
150
+ }) : null, /*#__PURE__*/_jsxs(ActionWrapper, {
151
+ children: [/*#__PURE__*/_jsx("div", {
152
+ style: {
153
+ paddingRight: 8
154
+ },
155
+ children: /*#__PURE__*/_jsx(Popover, {
156
+ autoAdjustOverflow: true,
157
+ trigger: ['click'],
158
+ getPopupContainer: function getPopupContainer(dom) {
159
+ return dom.parentElement || document.body;
160
+ },
161
+ getTooltipContainer: function getTooltipContainer(dom) {
162
+ return dom.parentElement || document.body;
163
+ },
164
+ placement: "bottomRight",
165
+ overlayInnerStyle: {
166
+ width: '460px',
167
+ padding: '0px'
168
+ },
169
+ overlayStyle: {
170
+ padding: '0px'
171
+ },
172
+ showArrow: false,
173
+ content: /*#__PURE__*/_jsx(TableSettingRender, {}),
174
+ children: /*#__PURE__*/_jsx(Button, {
175
+ icon: /*#__PURE__*/_jsx(UnorderedListOutlined, {}),
176
+ type: "text"
177
+ })
178
+ })
179
+ }), /*#__PURE__*/_jsx(TableActionBarRender, {
180
+ dataSource: dataSource,
181
+ formRef: formRef,
182
+ operationOptions: operationOptions
183
+ })]
184
+ })]
185
+ }), /*#__PURE__*/_jsx(StyledResizeTable, _objectSpread({
186
+ rowKey: rowKey,
187
+ loading: tabLoading || loading,
188
+ rowSelection: _objectSpread(_objectSpread({}, rowSelection), {}, {
189
+ selectedRowKeys: selectedRowKeys,
190
+ onChange: function onChange(currentSelectedRowKeys, selectedRows) {
191
+ setSelectedRowKeys(currentSelectedRowKeys);
192
+ /**
193
+ * 使用外部事件覆盖内部事件,需要注意的时候 onChange 事件必须和 selectedRowKeys 结合使用
194
+ * 配合外部使用时必须全部使用外部控制
195
+ */
196
+ if (rowSelection !== null && rowSelection !== void 0 && rowSelection.onChange) {
197
+ rowSelection.onChange(currentSelectedRowKeys, selectedRows, {
198
+ type: 'multiple'
199
+ });
200
+ return;
201
+ }
202
+ }
203
+ }),
204
+ onRow: function onRow(record) {
205
+ var subEvent = _onRow ? _onRow(record) : {};
206
+ return _objectSpread(_objectSpread({}, subEvent), {}, {
207
+ onClick: function onClick(e) {
208
+ if (subEvent !== null && subEvent !== void 0 && subEvent.onClick) {
209
+ subEvent === null || subEvent === void 0 || subEvent.onClick(e);
210
+ }
211
+ setSelectedRowKeys(function (ssrk) {
212
+ var currentSelectedRowKeys = [];
213
+ if (ssrk.includes(record[rowKey])) {
214
+ currentSelectedRowKeys = ssrk.filter(function (item) {
215
+ return item !== record[rowKey];
216
+ });
217
+ } else {
218
+ currentSelectedRowKeys = [].concat(_toConsumableArray(ssrk), [record[rowKey]]);
219
+ }
220
+ if (rowSelection !== null && rowSelection !== void 0 && rowSelection.onChange) {
221
+ rowSelection.onChange(currentSelectedRowKeys, tableDataSource.filter(function (n) {
222
+ return currentSelectedRowKeys.includes(n[rowKey]);
223
+ }), {
224
+ type: 'multiple'
225
+ });
226
+ }
227
+ return currentSelectedRowKeys;
228
+ });
229
+ }
230
+ });
231
+ },
232
+ bordered: true,
233
+ columns: tableColumns,
234
+ pagination: false,
235
+ scroll: {
236
+ scrollToFirstRowOnChange: true,
237
+ x: '100%',
238
+ y: true
239
+ },
240
+ dataSource: tableDataSource
241
+ }, restProps)), /*#__PURE__*/_jsx("div", {}), /*#__PURE__*/_jsxs(FooterWrapper, {
242
+ children: [!hidePagination && /*#__PURE__*/_jsx(BiuPagination, {
243
+ pagination: _objectSpread({
244
+ showSizeChanger: true
245
+ }, pagination)
246
+ }), /*#__PURE__*/_jsxs(SummaryWrapper, {
247
+ children: [summary !== null && summary !== void 0 && summary.count ? /*#__PURE__*/_jsxs("div", {
248
+ style: {
249
+ display: 'flex'
250
+ },
251
+ children: [/*#__PURE__*/_jsx(Typography.Text, {
252
+ style: {
253
+ width: '110px'
254
+ },
255
+ mark: true,
256
+ children: "\u603B\u6761\u6570:"
257
+ }), /*#__PURE__*/_jsx(Tooltip, {
258
+ placement: "topLeft",
259
+ title: summary === null || summary === void 0 ? void 0 : summary.count,
260
+ children: /*#__PURE__*/_jsx(Typography.Text, {
261
+ style: {
262
+ width: '100%'
263
+ },
264
+ ellipsis: true,
265
+ strong: true,
266
+ underline: true,
267
+ type: "danger",
268
+ children: summary === null || summary === void 0 ? void 0 : summary.count
269
+ })
270
+ })]
271
+ }) : undefined, summary !== null && summary !== void 0 && summary.quantity ? /*#__PURE__*/_jsxs("div", {
272
+ style: {
273
+ display: 'flex'
274
+ },
275
+ children: [/*#__PURE__*/_jsx(Typography.Text, {
276
+ style: {
277
+ width: '110px'
278
+ },
279
+ mark: true,
280
+ children: "\u603B\u6570\u91CF:"
281
+ }), /*#__PURE__*/_jsx(Tooltip, {
282
+ placement: "topLeft",
283
+ title: summary === null || summary === void 0 ? void 0 : summary.quantity,
284
+ children: /*#__PURE__*/_jsx(Typography.Text, {
285
+ style: {
286
+ width: '100%'
287
+ },
288
+ ellipsis: true,
289
+ strong: true,
290
+ underline: true,
291
+ type: "danger",
292
+ children: summary === null || summary === void 0 ? void 0 : summary.quantity
293
+ })
294
+ })]
295
+ }) : undefined, summary !== null && summary !== void 0 && summary.weight ? /*#__PURE__*/_jsxs("div", {
296
+ style: {
297
+ display: 'flex'
298
+ },
299
+ children: [/*#__PURE__*/_jsx(Typography.Text, {
300
+ style: {
301
+ width: '110px'
302
+ },
303
+ mark: true,
304
+ children: "\u603B\u91CD\u91CF:"
305
+ }), /*#__PURE__*/_jsx(Tooltip, {
306
+ placement: "topLeft",
307
+ title: summary === null || summary === void 0 ? void 0 : summary.weight,
308
+ children: /*#__PURE__*/_jsx(Typography.Text, {
309
+ style: {
310
+ width: '100%'
311
+ },
312
+ ellipsis: true,
313
+ strong: true,
314
+ underline: true,
315
+ type: "danger",
316
+ children: summary === null || summary === void 0 ? void 0 : summary.weight
317
+ })
318
+ })]
319
+ }) : undefined, summary !== null && summary !== void 0 && summary.volume ? /*#__PURE__*/_jsxs("div", {
320
+ style: {
321
+ display: 'flex'
322
+ },
323
+ children: [/*#__PURE__*/_jsx(Typography.Text, {
324
+ style: {
325
+ width: '110px'
326
+ },
327
+ mark: true,
328
+ children: "\u603B\u4F53\u79EF:"
329
+ }), /*#__PURE__*/_jsx(Tooltip, {
330
+ placement: "topLeft",
331
+ title: summary === null || summary === void 0 ? void 0 : summary.volume,
332
+ children: /*#__PURE__*/_jsx(Typography.Text, {
333
+ style: {
334
+ width: '100%'
335
+ },
336
+ ellipsis: true,
337
+ strong: true,
338
+ underline: true,
339
+ type: "danger",
340
+ children: summary === null || summary === void 0 ? void 0 : summary.volume
341
+ })
342
+ })]
343
+ }) : undefined]
344
+ })]
345
+ })]
346
+ });
347
+ }));
348
+ var defaultLayout = {
349
+ id: '0000',
350
+ layoutName: '初始模板'
351
+ };
352
+ export var BiuTable = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
353
+ var pathname = window.location.hash || '-1';
354
+ var _useUserInfo = useUserInfo(),
355
+ _useUserInfo2 = _slicedToArray(_useUserInfo, 1),
356
+ _useUserInfo2$ = _useUserInfo2[0],
357
+ _useUserInfo2$2 = _useUserInfo2$ === void 0 ? {
358
+ employeecode: ''
359
+ } : _useUserInfo2$,
360
+ employeecode = _useUserInfo2$2.employeecode;
361
+
362
+ // 使用 context 管理全局状态
363
+ var defaultColumns = props.columns,
364
+ tablePostfixOptions = props.tablePostfixOptions;
365
+ var _useState3 = useState([]),
366
+ _useState4 = _slicedToArray(_useState3, 2),
367
+ customSettings = _useState4[0],
368
+ setCustomSettings = _useState4[1];
369
+ var _useState5 = useState({}),
370
+ _useState6 = _slicedToArray(_useState5, 2),
371
+ selectedSetting = _useState6[0],
372
+ setSelectedSetting = _useState6[1];
373
+ var _useDynamicList = useDynamicList([]),
374
+ selectedLayout = _useDynamicList.list,
375
+ setSelectedLayout = _useDynamicList.resetList,
376
+ putSelectedLayout = _useDynamicList.replace,
377
+ moveSelectedLayout = _useDynamicList.move;
378
+ var baseColumns = useMemo(function () {
379
+ return (defaultColumns || []).map(function (n, ni) {
380
+ return _objectSpread({
381
+ formOrder: ni,
382
+ noShow: false
383
+ }, n);
384
+ });
385
+ }, [defaultColumns]);
386
+ var formColumns = useMemo(function () {
387
+ return baseColumns.filter(function (n) {
388
+ return !n.noSearch;
389
+ }).sort(function (_ref, _ref2) {
390
+ var preFormOrder = _ref.formOrder;
391
+ var nextFormOrder = _ref2.formOrder;
392
+ return (preFormOrder || 0) - (nextFormOrder || 0);
393
+ });
394
+ }, [baseColumns]);
395
+ var showColumns = useMemo(function () {
396
+ var columnHashMap = selectedLayout.reduce(function (acc, cur) {
397
+ acc[cur.dataIndex] = cur;
398
+ return acc;
399
+ }, {});
400
+ var currentColumns = [];
401
+ var hashMapKeys = Object.keys(columnHashMap);
402
+ baseColumns.forEach(function (baseColumn) {
403
+ if (hashMapKeys.includes(baseColumn.dataIndex)) {
404
+ columnHashMap[baseColumn.dataIndex] = _objectSpread(_objectSpread({}, baseColumn), columnHashMap[baseColumn.dataIndex]);
405
+ }
406
+ });
407
+ currentColumns = Object.values(columnHashMap);
408
+ return currentColumns;
409
+ }, [baseColumns, selectedLayout]);
410
+ var tableColumns = useMemo(function () {
411
+ return stretchRestructureColumns(showColumns, tablePostfixOptions);
412
+ }, [showColumns, tablePostfixOptions]);
413
+ useMount( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
414
+ var layoutSettings, allLayoutSettings, defaultLayouts, selectedLayoutJson;
415
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
416
+ while (1) switch (_context.prev = _context.next) {
417
+ case 0:
418
+ _context.prev = 0;
419
+ _context.next = 3;
420
+ return httpRequest({
421
+ apiName: 'mdm.layout.getLayout',
422
+ requestConfig: {
423
+ GatewayRoute: GATEWAY_ROUTE_MDM
424
+ },
425
+ data: {
426
+ moduleName: pathname,
427
+ employeCode: employeecode
428
+ }
429
+ });
430
+ case 3:
431
+ layoutSettings = _context.sent;
432
+ allLayoutSettings = []; // 获取有效的配置
433
+ if (layoutSettings.length === 0) {
434
+ allLayoutSettings = [_objectSpread({}, defaultLayout)];
435
+ } else {
436
+ allLayoutSettings = [_objectSpread({}, defaultLayout)].concat(_toConsumableArray(layoutSettings));
437
+ }
438
+ defaultLayouts = allLayoutSettings.filter(function (n) {
439
+ return n.defaultTemplate === 1;
440
+ });
441
+ selectedLayoutJson = defaultLayouts.length > 0 ? _objectSpread({}, defaultLayouts[0]) : allLayoutSettings[0];
442
+ if (selectedLayoutJson.id === '0000') {
443
+ setSelectedLayout(_toConsumableArray(baseColumns));
444
+ } else {
445
+ setSelectedLayout(JSON.parse(selectedLayoutJson.layoutJson || '[]'));
446
+ }
447
+ setSelectedSetting(selectedLayoutJson);
448
+ setCustomSettings(allLayoutSettings);
449
+ _context.next = 15;
450
+ break;
451
+ case 13:
452
+ _context.prev = 13;
453
+ _context.t0 = _context["catch"](0);
454
+ case 15:
455
+ case "end":
456
+ return _context.stop();
457
+ }
458
+ }, _callee, null, [[0, 13]]);
459
+ })));
460
+ return /*#__PURE__*/_jsx(ColumnsContext.Provider, {
461
+ value: {
462
+ formColumns: formColumns,
463
+ tableColumns: tableColumns,
464
+ customSettings: customSettings,
465
+ selectedSetting: selectedSetting,
466
+ baseColumns: baseColumns,
467
+ setCustomSettings: setCustomSettings,
468
+ setSelectedSetting: setSelectedSetting,
469
+ selectedLayout: selectedLayout,
470
+ setSelectedLayout: setSelectedLayout,
471
+ putSelectedLayout: putSelectedLayout,
472
+ moveSelectedLayout: moveSelectedLayout
473
+ },
474
+ children: /*#__PURE__*/_jsx(TableInstance, _objectSpread(_objectSpread({}, props), {}, {
475
+ ref: ref
476
+ }))
477
+ });
478
+ }));
479
+
480
+ // 所有子组件和类型,除了内部使用全部进行导出
481
+ export * from "./component";
482
+ export * from "./type";
483
+ export * from "./utils";
484
+ export * from "./hooks";
@@ -0,0 +1,168 @@
1
+ import type { FormInstance, TableProps, PopconfirmProps } from 'antd';
2
+ import type { BaseButtonProps, ButtonType, NativeButtonProps } from 'antd/es/button/button';
3
+ import type { ColumnProps } from 'antd/es/table';
4
+ import type { CSSProperties, ForwardedRef, ReactNode } from 'react';
5
+ import type { BiuFieldType } from "..";
6
+ export type BiuTableContainerPropsType = {
7
+ rowKey?: string | ((row: any, index: number) => string);
8
+ dataAllocation?: (dataSource: any[]) => any[];
9
+ postData?: (params: Record<string, unknown>) => Record<string, unknown>;
10
+ request?: (data: any) => Promise<any>;
11
+ columns: BiuColumnType[];
12
+ };
13
+ export type BiuTableInstancePropsType = {
14
+ /**
15
+ * 表格标识
16
+ */
17
+ tableId?: string;
18
+ /**
19
+ * 是否在表格初始化时直接请求数据,默认不请求
20
+ */
21
+ runFirst?: boolean;
22
+ /**
23
+ * 是否渲染查询表单,默认渲染
24
+ */
25
+ searchForm?: boolean;
26
+ /**
27
+ * 表格操作列的配置
28
+ */
29
+ tablePostfixOptions?: BiuTableColumnOpearType[];
30
+ /**
31
+ * 表格包裹容器 CSS 样式设计
32
+ */
33
+ containerStyle?: CSSProperties;
34
+ /**
35
+ * 表格顶部操作设置列
36
+ */
37
+ operationOptions?: BiuTableTopOperaType[];
38
+ /**
39
+ * 表格渲染列
40
+ */
41
+ columns?: BiuColumnType[];
42
+ /**
43
+ * 表格查询表单显示行数,默认 2
44
+ */
45
+ headLine?: number;
46
+ /**
47
+ * 隐藏分页
48
+ */
49
+ hidePagination?: boolean;
50
+ /**
51
+ * 请求完成之后的数据处理,表格会使用处理过后的数据
52
+ */
53
+ dataAllocation?: (baseDataSource: Record<string, any>[]) => Record<string, any>[];
54
+ /**
55
+ * 请求之前的处理,主要表现在对参数的处理之上
56
+ */
57
+ postData?: (baseDataSource: Record<string, any>) => Record<string, any>[];
58
+ request: (params: any) => Promise<any>;
59
+ /**
60
+ * 表格分页时触发的事件
61
+ */
62
+ onPageChange?: (page?: number, pageSize?: number) => void;
63
+ /**
64
+ * 表格分页 Size 发生变化时触发的事件
65
+ */
66
+ onPageShowSizeChange?: (page?: number, pageSize?: number) => void;
67
+ /**
68
+ * 表格 ID 列
69
+ */
70
+ rowKey?: string;
71
+ /**
72
+ * 重置方法
73
+ * @returns
74
+ */
75
+ onReset?: () => void;
76
+ } & Omit<TableProps<any>, 'columns'>;
77
+ /**
78
+ *
79
+ * 顶部操作按钮类型定义
80
+ * @param title 按钮名称
81
+ * @param auth 按钮权限控制
82
+ * @param btnProps 兼容性按钮属性,不推荐使用,之后会删除
83
+ * @param callback 按钮点击回调事件
84
+ * @param render 自定义渲染,参数为表格 Ref
85
+ *
86
+ */
87
+ export type BiuTableTopOperaType = {
88
+ title?: string;
89
+ auth?: string;
90
+ popconfirm?: PopconfirmProps;
91
+ btnProps?: Record<string, unknown>;
92
+ callback?: (formValues?: Record<string, unknown>, dataSource?: any[]) => any;
93
+ render?: (actionRef?: ForwardedRef<BiuTableActionType> | null) => ReactNode;
94
+ } & Partial<Pick<BaseButtonProps, 'type' | 'icon' | 'ghost' | 'loading' | 'danger'>>;
95
+ /**
96
+ *
97
+ * @param dataIndex 表格列关联字段
98
+ * @param proxyField 映射取值时表格字段
99
+ * @param initialValue 当前列默认值
100
+ * @param type 表单渲染时,表单渲染类型
101
+ * @param deps 表单依赖列表,其它表单项 dataIndex,会自动取值并赋值到对应组件
102
+ * @param depsEnum 表单依赖字段映射方式
103
+ * @param restProps 表单填充时额外属性
104
+ * @param formOrder 渲染生成表单时,表单排序字段,从小到大
105
+ * @param noShow 只生成查询字段,不在表格内显示
106
+ * @param copyable 默认 false true/false 可复制/不显示复制
107
+ * @param ellipsis 默认 false true/false 自动缩略/不缩略
108
+ * @param noSearch 默认 false true/false 不渲染 form/渲染 form
109
+ * @param columnSort 表格列排序,在需要自定义改变顺序时使用
110
+ *
111
+ *
112
+ */
113
+ export type BiuColumnType = {
114
+ proxyField?: string | string[];
115
+ initialValue?: any;
116
+ labelWidth?: number | string;
117
+ type?: BiuFieldType;
118
+ deps?: string[];
119
+ depsEnum?: Record<string, string>;
120
+ restProps?: any;
121
+ formOrder?: number;
122
+ noShow?: boolean;
123
+ copyable?: boolean;
124
+ noSearch?: boolean;
125
+ columnSort?: number;
126
+ } & ColumnProps<any>;
127
+ /**
128
+ *
129
+ * @param reload 重新加载表格
130
+ * @param setColumn 更新某一列
131
+ * @param getFieldsValue 获取表单关联字段
132
+ * @param resetFields 重置当前表单
133
+ * @param setFieldsValue 设置多个表单字段的值
134
+ * @param setFields 设置多个表单状态
135
+ *
136
+ */
137
+ export type BiuTableActionType = {
138
+ reload: (values?: any) => void;
139
+ setColumn: (column: {
140
+ [index in number | string]: BiuColumnType;
141
+ }) => void;
142
+ } & Pick<FormInstance, 'getFieldsValue' | 'resetFields' | 'setFieldsValue' | 'setFields'>;
143
+ /**
144
+ * @param title 显示的文字信息
145
+ * @param icon 操作按钮显示的图标信息,有图标时默认会隐藏标题
146
+ * @param auth 操作按钮权限控制
147
+ * @param popconfirm 按钮提示弹窗
148
+ * @param onLinkClick 按钮点击后事件
149
+ * @param showToggle 在禁用启用类似状态时使用,弹出信息提示窗
150
+ */
151
+ export type BiuTableColumnOpearType = {
152
+ title?: string;
153
+ icon?: string | React.ReactNode;
154
+ auth?: string;
155
+ popconfirm?: {
156
+ title: React.ReactNode | ((record: any) => React.ReactNode);
157
+ onConfirm?: (record: any, index: number) => void;
158
+ onCancel?: () => void;
159
+ okText?: React.ReactNode;
160
+ okType?: ButtonType;
161
+ cancelText?: React.ReactNode;
162
+ okButtonProps?: NativeButtonProps;
163
+ cancelButtonProps?: NativeButtonProps;
164
+ icon?: React.ReactNode;
165
+ };
166
+ onLinkClick?: (record: any, index: number) => void;
167
+ showToggle?: (record: any) => boolean;
168
+ };
@@ -0,0 +1 @@
1
+ export {};