@zat-design/sisyphus-react 3.9.8-beta.1 → 3.9.8-beta.10

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 (255) hide show
  1. package/dist/index.esm.css +0 -5
  2. package/dist/less.esm.css +0 -5
  3. package/es/ProAction/index.js +5 -5
  4. package/es/ProDownload/index.d.ts +1 -1
  5. package/es/ProDownload/index.js +3 -3
  6. package/es/ProDownload/utils.js +3 -3
  7. package/es/ProDrawerForm/components/ProDrawer/index.js +4 -4
  8. package/es/ProDrawerForm/components/ProModal/index.js +3 -3
  9. package/es/ProEditLabel/index.js +3 -3
  10. package/es/ProEditTable/components/ActionButton/index.d.ts +1 -1
  11. package/es/ProEditTable/components/ActionButton/index.js +51 -11
  12. package/es/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
  13. package/es/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
  14. package/es/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
  15. package/es/ProEditTable/components/RenderField/index.d.ts +1 -1
  16. package/es/ProEditTable/components/RenderField/index.js +28 -19
  17. package/es/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
  18. package/es/ProEditTable/components/RenderToolbar/index.js +17 -15
  19. package/es/ProEditTable/components/Summary/index.d.ts +1 -1
  20. package/es/ProEditTable/index.js +1 -1
  21. package/es/ProEditTable/propsType.d.ts +5 -3
  22. package/es/ProEditTable/utils/config.d.ts +1 -1
  23. package/es/ProEditTable/utils/config.js +2 -2
  24. package/es/ProEditTable/utils/diffOriginal.d.ts +1 -1
  25. package/es/ProEditTable/utils/diffOriginal.js +21 -22
  26. package/es/ProEditTable/utils/index.js +37 -33
  27. package/es/ProEditTable/utils/tools.js +4 -4
  28. package/es/ProEnum/components/Group.d.ts +1 -1
  29. package/es/ProEnum/components/Tag.d.ts +1 -1
  30. package/es/ProEnum/hooks/useEnumRequest.js +2 -2
  31. package/es/ProEnum/index.d.ts +2 -2
  32. package/es/ProEnum/index.js +1 -1
  33. package/es/ProEnum/utils/eventCenter.js +2 -1
  34. package/es/ProEnum/utils/getEnumLabel.d.ts +1 -1
  35. package/es/ProForm/components/base/Input/index.d.ts +1 -1
  36. package/es/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  37. package/es/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  38. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  39. package/es/ProForm/components/combination/FormList/utils.js +1 -1
  40. package/es/ProForm/components/combination/Group/component/ComRender.js +1 -1
  41. package/es/ProForm/components/combination/Group/index.js +7 -2
  42. package/es/ProForm/components/combination/Group/propsType.d.ts +1 -0
  43. package/es/ProForm/components/combination/Group/utils.d.ts +6 -1
  44. package/es/ProForm/components/combination/Group/utils.js +28 -6
  45. package/es/ProForm/components/combination/ProCascader/index.d.ts +1 -1
  46. package/es/ProForm/components/combination/ProCascader/index.js +8 -8
  47. package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  48. package/es/ProForm/components/combination/ProModalSelect/index.js +5 -5
  49. package/es/ProForm/components/old/InputRange/index.d.ts +1 -1
  50. package/es/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  51. package/es/ProForm/components/old/ProAddress/index.d.ts +2 -1
  52. package/es/ProForm/components/old/ProAddress/index.js +1 -1
  53. package/es/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
  54. package/es/ProForm/components/render/ConfirmWrapper.js +1 -1
  55. package/es/ProForm/components/render/Render.js +25 -13
  56. package/es/ProForm/components/render/RenderFields.d.ts +1 -0
  57. package/es/ProForm/components/render/RenderFields.js +8 -4
  58. package/es/ProForm/components/render/propsType.d.ts +3 -1
  59. package/es/ProForm/index.js +6 -3
  60. package/es/ProForm/propsType.d.ts +3 -0
  61. package/es/ProForm/utils/diffOriginal.js +9 -2
  62. package/es/ProForm/utils/index.js +10 -14
  63. package/es/ProForm/utils/useForm.js +1 -1
  64. package/es/ProForm/utils/useShouldUpdate.js +25 -5
  65. package/es/ProForm/utils/valueType.d.ts +8 -0
  66. package/es/ProForm/utils/valueType.js +98 -33
  67. package/es/ProIcon/utils/index.js +3 -4
  68. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
  69. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
  70. package/es/ProLayout/components/ProCollapse/index.d.ts +1 -1
  71. package/es/ProLayout/components/ProFooter/index.d.ts +1 -1
  72. package/es/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
  73. package/es/ProLayout/components/ProHeader/index.d.ts +1 -1
  74. package/es/ProLayout/components/ProHeader/style/index.less +0 -8
  75. package/es/ProLayout/index.d.ts +4 -4
  76. package/es/ProLayout/utils/index.js +9 -9
  77. package/es/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
  78. package/es/ProSelect/index.d.ts +1 -1
  79. package/es/ProStep/components/Anchor/index.d.ts +1 -1
  80. package/es/ProStep/components/Item/index.d.ts +1 -1
  81. package/es/ProStep/components/Listener/index.js +1 -1
  82. package/es/ProStep/components/Step/index.d.ts +1 -1
  83. package/es/ProStep/index.d.ts +2 -2
  84. package/es/ProStep/index.js +3 -3
  85. package/es/ProTable/components/FormatColumn/index.js +4 -3
  86. package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
  87. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  88. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -9
  89. package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
  90. package/es/ProTable/components/RenderColumn/index.d.ts +2 -0
  91. package/es/ProTable/components/RenderColumn/index.js +10 -2
  92. package/es/ProTable/components/RenderFooter/index.d.ts +1 -1
  93. package/es/ProTable/components/RenderTableHeader/index.d.ts +1 -1
  94. package/es/ProTable/components/TableResizable/index.d.ts +1 -1
  95. package/es/ProTable/hooks/useAntdTable.js +7 -6
  96. package/es/ProTable/index.d.ts +1 -1
  97. package/es/ProTable/index.js +5 -5
  98. package/es/ProTable/propsType.d.ts +2 -0
  99. package/es/ProTable/utils/index.d.ts +4 -0
  100. package/es/ProTable/utils/index.js +15 -0
  101. package/es/ProTabs/components/Card/index.d.ts +1 -1
  102. package/es/ProThemeTools/component/ProTools/index.d.ts +1 -1
  103. package/es/ProThemeTools/index.d.ts +1 -1
  104. package/es/ProTooltip/index.d.ts +1 -1
  105. package/es/ProTree/components/AdaptiveTooltip.d.ts +1 -1
  106. package/es/ProTree/components/CloseIcon.d.ts +2 -1
  107. package/es/ProTree/components/List.d.ts +1 -1
  108. package/es/ProTree/components/ProTree.d.ts +1 -1
  109. package/es/ProTree/components/ProTree.js +1 -1
  110. package/es/ProTree/components/ProTreeSelect/index.d.ts +1 -1
  111. package/es/ProTree/components/ProTreeSelect/index.js +20 -20
  112. package/es/ProTree/components/SearchTitle.d.ts +1 -1
  113. package/es/ProTree/components/Tree.d.ts +1 -1
  114. package/es/ProTree/components/Tree.js +4 -4
  115. package/es/ProTree/index.d.ts +1 -1
  116. package/es/ProTree/utils.js +11 -12
  117. package/es/ProTreeModal/components/Cascader.d.ts +1 -1
  118. package/es/ProTreeModal/components/CloseIcon.d.ts +2 -1
  119. package/es/ProTreeModal/components/SearchTitle.d.ts +1 -1
  120. package/es/ProTreeModal/components/Tree.js +6 -6
  121. package/es/ProTreeModal/components/Trigger.d.ts +1 -1
  122. package/es/ProTreeModal/index.d.ts +1 -1
  123. package/es/ProTreeModal/index.js +3 -3
  124. package/es/ProTreeModal/utils.js +14 -16
  125. package/es/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
  126. package/es/ProUpload/components/ImageRender.js +1 -1
  127. package/es/ProViewer/index.js +2 -2
  128. package/es/old/ProEditableTable/index.js +4 -4
  129. package/lib/ProAction/index.js +5 -5
  130. package/lib/ProDownload/index.d.ts +1 -1
  131. package/lib/ProDownload/index.js +3 -3
  132. package/lib/ProDownload/utils.js +3 -3
  133. package/lib/ProDrawerForm/components/ProDrawer/index.js +4 -4
  134. package/lib/ProDrawerForm/components/ProModal/index.js +3 -3
  135. package/lib/ProEditLabel/index.js +3 -3
  136. package/lib/ProEditTable/components/ActionButton/index.d.ts +1 -1
  137. package/lib/ProEditTable/components/ActionButton/index.js +51 -11
  138. package/lib/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
  139. package/lib/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
  140. package/lib/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
  141. package/lib/ProEditTable/components/RenderField/index.d.ts +1 -1
  142. package/lib/ProEditTable/components/RenderField/index.js +27 -18
  143. package/lib/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
  144. package/lib/ProEditTable/components/RenderToolbar/index.js +17 -15
  145. package/lib/ProEditTable/components/Summary/index.d.ts +1 -1
  146. package/lib/ProEditTable/index.js +1 -1
  147. package/lib/ProEditTable/propsType.d.ts +5 -3
  148. package/lib/ProEditTable/utils/config.d.ts +1 -1
  149. package/lib/ProEditTable/utils/config.js +2 -2
  150. package/lib/ProEditTable/utils/diffOriginal.d.ts +1 -1
  151. package/lib/ProEditTable/utils/diffOriginal.js +21 -22
  152. package/lib/ProEditTable/utils/index.js +37 -33
  153. package/lib/ProEditTable/utils/tools.js +4 -4
  154. package/lib/ProEnum/components/Group.d.ts +1 -1
  155. package/lib/ProEnum/components/Tag.d.ts +1 -1
  156. package/lib/ProEnum/hooks/useEnumRequest.js +2 -2
  157. package/lib/ProEnum/index.d.ts +2 -2
  158. package/lib/ProEnum/index.js +1 -1
  159. package/lib/ProEnum/utils/eventCenter.js +2 -1
  160. package/lib/ProEnum/utils/getEnumLabel.d.ts +1 -1
  161. package/lib/ProForm/components/base/Input/index.d.ts +1 -1
  162. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  163. package/lib/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  164. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  165. package/lib/ProForm/components/combination/FormList/utils.js +1 -1
  166. package/lib/ProForm/components/combination/Group/component/ComRender.js +1 -1
  167. package/lib/ProForm/components/combination/Group/index.js +7 -2
  168. package/lib/ProForm/components/combination/Group/propsType.d.ts +1 -0
  169. package/lib/ProForm/components/combination/Group/utils.d.ts +6 -1
  170. package/lib/ProForm/components/combination/Group/utils.js +28 -6
  171. package/lib/ProForm/components/combination/ProCascader/index.d.ts +1 -1
  172. package/lib/ProForm/components/combination/ProCascader/index.js +8 -8
  173. package/lib/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  174. package/lib/ProForm/components/combination/ProModalSelect/index.js +5 -5
  175. package/lib/ProForm/components/old/InputRange/index.d.ts +1 -1
  176. package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  177. package/lib/ProForm/components/old/ProAddress/index.d.ts +2 -1
  178. package/lib/ProForm/components/old/ProAddress/index.js +1 -1
  179. package/lib/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
  180. package/lib/ProForm/components/render/ConfirmWrapper.js +1 -1
  181. package/lib/ProForm/components/render/Render.js +25 -13
  182. package/lib/ProForm/components/render/RenderFields.d.ts +1 -0
  183. package/lib/ProForm/components/render/RenderFields.js +8 -4
  184. package/lib/ProForm/components/render/propsType.d.ts +3 -1
  185. package/lib/ProForm/index.js +6 -3
  186. package/lib/ProForm/propsType.d.ts +3 -0
  187. package/lib/ProForm/utils/diffOriginal.js +9 -2
  188. package/lib/ProForm/utils/index.js +10 -10
  189. package/lib/ProForm/utils/useForm.js +1 -1
  190. package/lib/ProForm/utils/useShouldUpdate.js +25 -5
  191. package/lib/ProForm/utils/valueType.d.ts +8 -0
  192. package/lib/ProForm/utils/valueType.js +99 -34
  193. package/lib/ProIcon/utils/index.js +3 -3
  194. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
  195. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
  196. package/lib/ProLayout/components/ProCollapse/index.d.ts +1 -1
  197. package/lib/ProLayout/components/ProFooter/index.d.ts +1 -1
  198. package/lib/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
  199. package/lib/ProLayout/components/ProHeader/index.d.ts +1 -1
  200. package/lib/ProLayout/components/ProHeader/style/index.less +0 -8
  201. package/lib/ProLayout/index.d.ts +4 -4
  202. package/lib/ProLayout/utils/index.js +9 -9
  203. package/lib/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
  204. package/lib/ProSelect/index.d.ts +1 -1
  205. package/lib/ProStep/components/Anchor/index.d.ts +1 -1
  206. package/lib/ProStep/components/Item/index.d.ts +1 -1
  207. package/lib/ProStep/components/Listener/index.js +1 -1
  208. package/lib/ProStep/components/Step/index.d.ts +1 -1
  209. package/lib/ProStep/index.d.ts +2 -2
  210. package/lib/ProStep/index.js +3 -3
  211. package/lib/ProTable/components/FormatColumn/index.js +4 -3
  212. package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
  213. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  214. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -8
  215. package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
  216. package/lib/ProTable/components/RenderColumn/index.d.ts +2 -0
  217. package/lib/ProTable/components/RenderColumn/index.js +10 -2
  218. package/lib/ProTable/components/RenderFooter/index.d.ts +1 -1
  219. package/lib/ProTable/components/RenderTableHeader/index.d.ts +1 -1
  220. package/lib/ProTable/components/TableResizable/index.d.ts +1 -1
  221. package/lib/ProTable/hooks/useAntdTable.js +6 -5
  222. package/lib/ProTable/index.d.ts +1 -1
  223. package/lib/ProTable/index.js +5 -5
  224. package/lib/ProTable/propsType.d.ts +2 -0
  225. package/lib/ProTable/utils/index.d.ts +4 -0
  226. package/lib/ProTable/utils/index.js +17 -1
  227. package/lib/ProTabs/components/Card/index.d.ts +1 -1
  228. package/lib/ProThemeTools/component/ProTools/index.d.ts +1 -1
  229. package/lib/ProThemeTools/index.d.ts +1 -1
  230. package/lib/ProTooltip/index.d.ts +1 -1
  231. package/lib/ProTree/components/AdaptiveTooltip.d.ts +1 -1
  232. package/lib/ProTree/components/CloseIcon.d.ts +2 -1
  233. package/lib/ProTree/components/List.d.ts +1 -1
  234. package/lib/ProTree/components/ProTree.d.ts +1 -1
  235. package/lib/ProTree/components/ProTree.js +1 -1
  236. package/lib/ProTree/components/ProTreeSelect/index.d.ts +1 -1
  237. package/lib/ProTree/components/ProTreeSelect/index.js +20 -20
  238. package/lib/ProTree/components/SearchTitle.d.ts +1 -1
  239. package/lib/ProTree/components/Tree.d.ts +1 -1
  240. package/lib/ProTree/components/Tree.js +4 -4
  241. package/lib/ProTree/index.d.ts +1 -1
  242. package/lib/ProTree/utils.js +11 -11
  243. package/lib/ProTreeModal/components/Cascader.d.ts +1 -1
  244. package/lib/ProTreeModal/components/CloseIcon.d.ts +2 -1
  245. package/lib/ProTreeModal/components/SearchTitle.d.ts +1 -1
  246. package/lib/ProTreeModal/components/Tree.js +6 -6
  247. package/lib/ProTreeModal/components/Trigger.d.ts +1 -1
  248. package/lib/ProTreeModal/index.d.ts +1 -1
  249. package/lib/ProTreeModal/index.js +3 -3
  250. package/lib/ProTreeModal/utils.js +13 -13
  251. package/lib/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
  252. package/lib/ProUpload/components/ImageRender.js +1 -1
  253. package/lib/ProViewer/index.js +2 -2
  254. package/lib/old/ProEditableTable/index.js +4 -4
  255. package/package.json +1 -1
@@ -915,11 +915,6 @@
915
915
  background: #fff;
916
916
  letter-spacing: 2px;
917
917
  }
918
- .pro-header .pro-header-describe .ant-space .pro-header-describe-value .pro-header-describe-items.pro-header-describe-items-more .pro-header-tag {
919
- padding: 0;
920
- background: transparent !important;
921
- color: #333;
922
- }
923
918
  .pro-header .pro-header-copy {
924
919
  display: -webkit-box;
925
920
  display: -webkit-flex;
package/dist/less.esm.css CHANGED
@@ -915,11 +915,6 @@
915
915
  background: #fff;
916
916
  letter-spacing: 2px;
917
917
  }
918
- .pro-header .pro-header-describe .ant-space .pro-header-describe-value .pro-header-describe-items.pro-header-describe-items-more .pro-header-tag {
919
- padding: 0;
920
- background: transparent !important;
921
- color: #333;
922
- }
923
918
  .pro-header .pro-header-copy {
924
919
  display: -webkit-box;
925
920
  display: -webkit-flex;
@@ -39,8 +39,8 @@ var ProAction = function ProAction(props) {
39
39
  var index = state.index,
40
40
  servicesArray = state.servicesArray;
41
41
  var length = config.length;
42
- var _onActionRun = /*#__PURE__*/function () {
43
- var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(currentIndex, array) {
42
+ var onActionRun = /*#__PURE__*/function () {
43
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(currentIndex, array) {
44
44
  var _actionProps$useReque, _options$onSuccess, _newServicesArray$cur, _newServicesArray$cur2, _newServicesArray$cur3, _actionProps$onAction, _actionProps$continue;
45
45
  var actionProps, newServicesArray, _ref2, service, options, transformResponse, res, data, open, _newServicesArray$cur4, _newServicesArray$cur5, _newServicesArray$cur6, list, errorTitle, isContinue;
46
46
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -136,7 +136,7 @@ var ProAction = function ProAction(props) {
136
136
  return _context.abrupt("return", false);
137
137
  case 44:
138
138
  if (currentIndex + 1 < length) {
139
- _onActionRun(currentIndex + 1, newServicesArray);
139
+ onActionRun(currentIndex + 1, newServicesArray);
140
140
  } else {
141
141
  setState({
142
142
  loading: false
@@ -154,7 +154,7 @@ var ProAction = function ProAction(props) {
154
154
  }();
155
155
  var ChildContent = /*#__PURE__*/React.cloneElement(children, {
156
156
  onClick: function onClick() {
157
- _onActionRun(0, []);
157
+ onActionRun(0, []);
158
158
  },
159
159
  loading: state.loading
160
160
  });
@@ -166,7 +166,7 @@ var ProAction = function ProAction(props) {
166
166
  return _jsxs(_Fragment, {
167
167
  children: [((_config$ = config[0]) === null || _config$ === void 0 ? void 0 : _config$.mode) === 'confirm' ? _jsx(_Popconfirm, {
168
168
  onConfirm: function onConfirm() {
169
- return _onActionRun(0, []);
169
+ return onActionRun(0, []);
170
170
  },
171
171
  title: ((_config$2 = config[0]) === null || _config$2 === void 0 ? void 0 : _config$2.title) || (locale === null || locale === void 0 ? void 0 : (_locale$ProAction2 = locale.ProAction) === null || _locale$ProAction2 === void 0 ? void 0 : _locale$ProAction2.defaultTitle),
172
172
  children: children
@@ -1,6 +1,6 @@
1
1
  import { IProDownloadProps } from './propsType';
2
2
  declare const ProDownload: {
3
- (props: IProDownloadProps): import("react/jsx-runtime").JSX.Element;
3
+ (props: IProDownloadProps): JSX.Element;
4
4
  downLoadRequest: import("./utils").DownloadRequestProps;
5
5
  };
6
6
  export default ProDownload;
@@ -37,7 +37,7 @@ var ProDownload = function ProDownload(props) {
37
37
  onErrorConfig = _ref.onError;
38
38
  defaultProps.headers = _objectSpread(_objectSpread({}, headers), defaultProps.headers);
39
39
  var handDownload = /*#__PURE__*/function () {
40
- var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
40
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
41
41
  var _params;
42
42
  return _regeneratorRuntime().wrap(function _callee$(_context) {
43
43
  while (1) switch (_context.prev = _context.next) {
@@ -131,7 +131,7 @@ var ProDownload = function ProDownload(props) {
131
131
  return _jsx(_Button, _objectSpread(_objectSpread({
132
132
  className: cls,
133
133
  onClick: function () {
134
- var _onClick = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
134
+ var _onClick = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
135
135
  var res;
136
136
  return _regeneratorRuntime().wrap(function _callee3$(_context3) {
137
137
  while (1) switch (_context3.prev = _context3.next) {
@@ -146,7 +146,7 @@ var ProDownload = function ProDownload(props) {
146
146
  _context3.next = 13;
147
147
  break;
148
148
  }
149
- if (!(beforeDownload instanceof /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
149
+ if (!(beforeDownload instanceof /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
150
150
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
151
151
  while (1) switch (_context2.prev = _context2.next) {
152
152
  case 0:
@@ -70,7 +70,7 @@ export function getFilenameFromContentDisposition(contentDisposition) {
70
70
  }
71
71
  // 发起请求获取下载文件
72
72
  export var DownloadRequest = /*#__PURE__*/function () {
73
- var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_ref2) {
73
+ var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_ref2) {
74
74
  var url, _ref2$method, method, params, headers, transformResponse, fileName, onFinish, onError, config, res, fileBlob, data, contentFileName;
75
75
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
76
76
  while (1) switch (_context2.prev = _context2.next) {
@@ -97,8 +97,8 @@ export var DownloadRequest = /*#__PURE__*/function () {
97
97
  config.headers = _objectSpread(_objectSpread({}, config.headers), headers);
98
98
  }
99
99
  _context2.next = 7;
100
- return fetch(url, config).then(/*#__PURE__*/function () {
101
- var _ref4 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(response) {
100
+ return fetch(url, config).then( /*#__PURE__*/function () {
101
+ var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(response) {
102
102
  var _data, errorMsg;
103
103
  return _regeneratorRuntime().wrap(function _callee$(_context) {
104
104
  while (1) switch (_context.prev = _context.next) {
@@ -47,7 +47,7 @@ var ProDrawer = function ProDrawer(_ref) {
47
47
  loading = _useState2[0],
48
48
  toggleLoading = _useState2[1];
49
49
  var noRenderFooter = isView || footer === false || footer === null;
50
- var onConfirm = useCallback(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
50
+ var onConfirm = useCallback( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
51
51
  var _locale$ProDrawerForm, _locale$ProDrawerForm2, _locale$ProDrawerForm3, _locale$ProDrawerForm4;
52
52
  return _regeneratorRuntime().wrap(function _callee$(_context) {
53
53
  while (1) switch (_context.prev = _context.next) {
@@ -75,7 +75,7 @@ var ProDrawer = function ProDrawer(_ref) {
75
75
  }
76
76
  }, _callee);
77
77
  })), [onCancel, modalRef.current]);
78
- var handleFinish = useCallback(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
78
+ var handleFinish = useCallback( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
79
79
  var values, _error$errorFields, _error$errorFields$;
80
80
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
81
81
  while (1) switch (_context2.prev = _context2.next) {
@@ -167,7 +167,7 @@ var ProDrawer = function ProDrawer(_ref) {
167
167
  if (noRenderFooter) {
168
168
  return null;
169
169
  }
170
- if (/*#__PURE__*/React.isValidElement(footer)) {
170
+ if ( /*#__PURE__*/React.isValidElement(footer)) {
171
171
  return _jsx("div", {
172
172
  className: "pro-drawer-footer",
173
173
  children: footer
@@ -177,7 +177,7 @@ var ProDrawer = function ProDrawer(_ref) {
177
177
  return _jsx("div", {
178
178
  className: "pro-drawer-footer",
179
179
  children: footer.map(function (item) {
180
- if (/*#__PURE__*/React.isValidElement(item)) {
180
+ if ( /*#__PURE__*/React.isValidElement(item)) {
181
181
  return item;
182
182
  }
183
183
  return false;
@@ -53,7 +53,7 @@ var ProModal = function ProModal(_ref) {
53
53
  'pro-modal-no-footer': noRenderFooter,
54
54
  'pro-modal-footer-shadow': height >= 450
55
55
  }]);
56
- var handleFinish = useCallback(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
56
+ var handleFinish = useCallback( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
57
57
  var values, _error$errorFields, _error$errorFields$;
58
58
  return _regeneratorRuntime().wrap(function _callee$(_context) {
59
59
  while (1) switch (_context.prev = _context.next) {
@@ -147,7 +147,7 @@ var ProModal = function ProModal(_ref) {
147
147
  if (noRenderFooter) {
148
148
  return null;
149
149
  }
150
- if (/*#__PURE__*/React.isValidElement(footer)) {
150
+ if ( /*#__PURE__*/React.isValidElement(footer)) {
151
151
  return _jsx("div", {
152
152
  className: "pro-drawer-footer",
153
153
  children: footer
@@ -157,7 +157,7 @@ var ProModal = function ProModal(_ref) {
157
157
  return _jsx("div", {
158
158
  className: "pro-drawer-footer",
159
159
  children: footer.map(function (item) {
160
- if (/*#__PURE__*/React.isValidElement(item)) {
160
+ if ( /*#__PURE__*/React.isValidElement(item)) {
161
161
  return item;
162
162
  }
163
163
  return false;
@@ -134,7 +134,7 @@ var ProEditLabel = function ProEditLabel(_ref) {
134
134
  * pop确认回调
135
135
  */
136
136
  var onConfirmHandle = /*#__PURE__*/function () {
137
- var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
137
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
138
138
  var res, value;
139
139
  return _regeneratorRuntime().wrap(function _callee$(_context) {
140
140
  while (1) switch (_context.prev = _context.next) {
@@ -221,7 +221,7 @@ var ProEditLabel = function ProEditLabel(_ref) {
221
221
  })
222
222
  });
223
223
  if (disabled) {
224
- if (/*#__PURE__*/React.isValidElement(children)) {
224
+ if ( /*#__PURE__*/React.isValidElement(children)) {
225
225
  return children;
226
226
  }
227
227
  if (props.value && !popupProps) {
@@ -253,7 +253,7 @@ var ProEditLabel = function ProEditLabel(_ref) {
253
253
  if (mode === 'popup') {
254
254
  // 查看时内容渲染
255
255
  var labelRender = function labelRender() {
256
- if (/*#__PURE__*/React.isValidElement(children)) {
256
+ if ( /*#__PURE__*/React.isValidElement(children)) {
257
257
  return children;
258
258
  }
259
259
  return TextNode;
@@ -1,2 +1,2 @@
1
- declare const ActionButton: ({ record, index, config, btnConfig }: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const ActionButton: ({ record, index, config, btnConfig }: any) => JSX.Element;
2
2
  export default ActionButton;
@@ -3,6 +3,7 @@ import _Button from "antd/es/button";
3
3
  import "antd/es/popconfirm/style";
4
4
  import _Popconfirm from "antd/es/popconfirm";
5
5
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
6
+ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
6
7
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
7
8
  import React from 'react';
8
9
  import { isFunction, omit } from 'lodash';
@@ -22,13 +23,18 @@ var ActionButton = function ActionButton(_ref) {
22
23
  deletePoConfirmMsg = config.deletePoConfirmMsg,
23
24
  mulDeletePoConfirmMsg = config.mulDeletePoConfirmMsg,
24
25
  max = config.max,
26
+ name = config.name,
25
27
  tableLength = config.tableLength;
28
+ var rowNamePath = [].concat(_toConsumableArray(name), [index]);
26
29
  // 操作按钮权限控制
27
30
  var getShow = function getShow(show) {
28
31
  if (typeof show === 'function') {
29
32
  return show(record, {
30
33
  index: index,
31
- form: form
34
+ form: form,
35
+ name: name,
36
+ namePath: rowNamePath,
37
+ tableLength: tableLength
32
38
  });
33
39
  }
34
40
  return show;
@@ -38,7 +44,10 @@ var ActionButton = function ActionButton(_ref) {
38
44
  if (typeof disabled === 'function') {
39
45
  return disabled(record, {
40
46
  index: index,
41
- form: form
47
+ form: form,
48
+ name: name,
49
+ namePath: rowNamePath,
50
+ tableLength: tableLength
42
51
  });
43
52
  }
44
53
  // 新增超过最大行,禁止操作按钮
@@ -60,14 +69,27 @@ var ActionButton = function ActionButton(_ref) {
60
69
  // 其他操作按钮Props
61
70
  var actionBtnProps = _objectSpread(_objectSpread({}, btnConfig.buttonProps), {}, {
62
71
  onClick: function onClick() {
63
- btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, index);
72
+ btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, {
73
+ index: index,
74
+ form: form,
75
+ name: name,
76
+ namePath: rowNamePath,
77
+ tableLength: tableLength
78
+ });
64
79
  },
65
80
  disabled: getDisabled((_btnConfig$buttonProp3 = btnConfig.buttonProps) === null || _btnConfig$buttonProp3 === void 0 ? void 0 : _btnConfig$buttonProp3.disabled)
66
81
  });
67
82
  // 当传入函数时,先转成reactNode
68
83
  if (isFunction(btnConfig.label)) {
69
- btnConfig.label = _jsx(btnConfig.label, {
70
- form: form
84
+ var addIndex = tableLength ? tableLength - 1 : 0;
85
+ var namePath = [].concat(_toConsumableArray(name), [addIndex]);
86
+ var addRecord = form.getFieldValue(namePath) || {};
87
+ btnConfig.label = btnConfig.label(addRecord, {
88
+ form: form,
89
+ namePath: namePath,
90
+ name: name,
91
+ tableLength: tableLength,
92
+ index: addIndex
71
93
  });
72
94
  }
73
95
  var isDisabled = !selectedRowKeys.length && btnConfig.type === 'mulDelete' || editingKeys.length || (delBtnProps === null || delBtnProps === void 0 ? void 0 : delBtnProps.disabled);
@@ -77,12 +99,18 @@ var ActionButton = function ActionButton(_ref) {
77
99
  placement: "topRight",
78
100
  title: deleteMsgMap[btnConfig.type],
79
101
  onConfirm: function onConfirm() {
80
- btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, index);
102
+ btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, {
103
+ index: index,
104
+ form: form,
105
+ name: name,
106
+ namePath: rowNamePath,
107
+ tableLength: tableLength
108
+ });
81
109
  },
82
110
  disabled: isDisabled,
83
111
  okText: locale.ProEditTable.confirm,
84
112
  cancelText: locale.ProEditTable.cancel,
85
- children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? (/*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(delBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
113
+ children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? ( /*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(delBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
86
114
  record: record,
87
115
  index: index,
88
116
  disabled: isDisabled
@@ -92,24 +120,36 @@ var ActionButton = function ActionButton(_ref) {
92
120
  children: btnConfig.label
93
121
  }))
94
122
  }) : _jsx(_Fragment, {
95
- children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? (/*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(delBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
123
+ children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? ( /*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(delBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
96
124
  record: record,
97
125
  index: index,
98
126
  disabled: isDisabled,
99
127
  onClick: function onClick() {
100
- btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, index);
128
+ btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, {
129
+ index: index,
130
+ form: form,
131
+ name: name,
132
+ namePath: rowNamePath,
133
+ tableLength: tableLength
134
+ });
101
135
  }
102
136
  }))) : _jsx(_Button, _objectSpread(_objectSpread({}, omit(delBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
103
137
  disabled: isDisabled,
104
138
  type: "link",
105
139
  onClick: function onClick() {
106
- btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, index);
140
+ btnConfig === null || btnConfig === void 0 ? void 0 : btnConfig.onEvent(record, {
141
+ index: index,
142
+ form: form,
143
+ name: name,
144
+ namePath: rowNamePath,
145
+ tableLength: tableLength
146
+ });
107
147
  },
108
148
  children: btnConfig.label
109
149
  }))
110
150
  })
111
151
  }) : _jsx(_Fragment, {
112
- children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? (/*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(actionBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
152
+ children: /*#__PURE__*/React.isValidElement(btnConfig.label) ? ( /*#__PURE__*/React.cloneElement(btnConfig.label, _objectSpread(_objectSpread({}, omit(actionBtnProps, ['buttonProps', 'isEditable', 'onEvent'])), {}, {
113
153
  record: record,
114
154
  index: index
115
155
  }))) : _jsx(_Button, _objectSpread(_objectSpread({
@@ -2,5 +2,5 @@
2
2
  declare const _default: import("react").MemoExoticComponent<({ tableProps, ...resetProps }: {
3
3
  [x: string]: any;
4
4
  tableProps: any;
5
- }) => import("react/jsx-runtime").JSX.Element>;
5
+ }) => JSX.Element>;
6
6
  export default _default;
@@ -3,5 +3,5 @@ declare const _default: React.MemoExoticComponent<({ tableProps, draggableProps,
3
3
  [x: string]: any;
4
4
  tableProps: any;
5
5
  draggableProps: any;
6
- }) => import("react/jsx-runtime").JSX.Element>;
6
+ }) => JSX.Element>;
7
7
  export default _default;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<({ tableProps, ...resetProps }: {
3
3
  [x: string]: any;
4
4
  tableProps: any;
5
- }) => import("react/jsx-runtime").JSX.Element>;
5
+ }) => JSX.Element>;
6
6
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const RenderField: ({ text: value, record, index, column, config }: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const RenderField: ({ text: value, record, index, column, config }: any) => JSX.Element;
2
2
  export default RenderField;
@@ -6,11 +6,11 @@ import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
6
6
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
7
7
  import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
8
8
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
9
- var _excluded = ["type", "valueType", "names", "fieldProps", "labelRequired", "editRender", "component", "viewRender", "title", "originTitle", "label", "dataIndex", "formItemProps", "isEditable", "required", "rules", "onDiff", "className", "trim", "confirm", "dependencies"];
9
+ var _excluded = ["type", "valueType", "names", "fieldProps", "labelRequired", "editRender", "component", "viewRender", "title", "originTitle", "label", "dataIndex", "formItemProps", "isEditable", "required", "rules", "onDiff", "className", "trim", "confirm", "dependencies", "desensitization"];
10
10
  import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
11
11
  /* eslint-disable prefer-destructuring */
12
12
  /* eslint-disable prefer-const */
13
- import React, { useCallback, useEffect } from 'react';
13
+ import React, { useEffect } from 'react';
14
14
  import classNames from 'classnames';
15
15
  import { cloneDeep, isEqual, debounce, omit, isFunction } from 'lodash';
16
16
  import valueTypeMap from '../../../ProForm/utils/valueType';
@@ -57,6 +57,7 @@ var RenderField = function RenderField(_ref) {
57
57
  trim = column.trim,
58
58
  confirm = column.confirm,
59
59
  dependencies = column.dependencies,
60
+ desensitization = column.desensitization,
60
61
  resetProps = _objectWithoutProperties(column, _excluded);
61
62
  // editRender弃用使用component同ProForm
62
63
  var _editRender = component || editRender;
@@ -82,6 +83,7 @@ var RenderField = function RenderField(_ref) {
82
83
  var _required = required;
83
84
  var _valueType = valueType;
84
85
  var _disabled = false;
86
+ var _desensitization = desensitization || [];
85
87
  var isCell = mode === 'cell';
86
88
  if (isCell) {
87
89
  record['is-view'] = !isEqual(cellNamePath, cellName);
@@ -118,6 +120,9 @@ var RenderField = function RenderField(_ref) {
118
120
  if (isFunction(valueType)) {
119
121
  _valueType = valueType.apply(void 0, rowParams);
120
122
  }
123
+ if (isFunction(desensitization)) {
124
+ _desensitization = desensitization.apply(void 0, rowParams);
125
+ }
121
126
  // 获取最终的disabled
122
127
  _disabled = getDisabled({
123
128
  globalControl: otherProps === null || otherProps === void 0 ? void 0 : otherProps.globalControl,
@@ -129,9 +134,9 @@ var RenderField = function RenderField(_ref) {
129
134
  });
130
135
  if (typeof isEditable === 'function') {
131
136
  isEditable = isEditable.apply(void 0, rowParams);
132
- setTimeout(function () {
133
- !isEditable && form.validateFields([cellName]);
134
- }, 100);
137
+ // setTimeout(() => {
138
+ // !isEditable && form.validateFields([cellName]);
139
+ // }, 100);
135
140
  }
136
141
  // 是否只读文本
137
142
  var isView = !isEditable || (record === null || record === void 0 ? void 0 : record['is-view']) || config.isView || virtualKey && !isEditing || getDisabled({
@@ -189,21 +194,23 @@ var RenderField = function RenderField(_ref) {
189
194
  * 配置valueType时,基于formItem的normalize与getValueProps进行值类型转换
190
195
  * @returns {}
191
196
  */
192
- var valueTypeTransform = useCallback(function () {
193
- var _fieldProps3;
194
- // 不存在valueType返回空
195
- if (!_valueType) {
196
- return {};
197
- }
197
+ var valueTypeTransform = function valueTypeTransform() {
198
+ var _fieldProps3, _desensitization2;
198
199
  // SwitchCheckbox默认YN, 兼容已有组件
199
200
  if (type === 'SwitchCheckbox') {
200
201
  _valueType = 'switch';
201
202
  }
202
203
  var params = _objectSpread(_objectSpread({}, column), {}, {
203
- mode: (_fieldProps3 = _fieldProps) === null || _fieldProps3 === void 0 ? void 0 : _fieldProps3.mode
204
+ mode: (_fieldProps3 = _fieldProps) === null || _fieldProps3 === void 0 ? void 0 : _fieldProps3.mode,
205
+ desensitization: _desensitization
204
206
  });
207
+ var isDesensit = sessionStorage.getItem(otherProps === null || otherProps === void 0 ? void 0 : otherProps.desensitizationKey);
208
+ // 仅查看模式下进行数据脱敏
209
+ if (((_desensitization2 = _desensitization) === null || _desensitization2 === void 0 ? void 0 : _desensitization2.length) && _disabled && isDesensit === 'ON') {
210
+ _valueType = 'desensitization';
211
+ }
205
212
  return isFunction(valueTypeMap[_valueType]) ? valueTypeMap[_valueType](params) : {};
206
- }, [_valueType]);
213
+ };
207
214
  if ((_names = names) === null || _names === void 0 ? void 0 : _names.length) {
208
215
  // 支持names配置,临时生成对应的formItem,用来存储单个对应的值
209
216
  names = names.map(function (key) {
@@ -247,7 +254,7 @@ var RenderField = function RenderField(_ref) {
247
254
  if (typeof _editRender === 'function') {
248
255
  TargetComponent = _editRender.apply(void 0, rowParams);
249
256
  }
250
- if (/*#__PURE__*/React.isValidElement(_editRender)) {
257
+ if ( /*#__PURE__*/React.isValidElement(_editRender)) {
251
258
  TargetComponent = _editRender;
252
259
  }
253
260
  }
@@ -263,7 +270,7 @@ var RenderField = function RenderField(_ref) {
263
270
  children: View
264
271
  });
265
272
  }
266
- if (/*#__PURE__*/React.isValidElement(viewRender)) {
273
+ if ( /*#__PURE__*/React.isValidElement(viewRender)) {
267
274
  TargetComponent = viewRender;
268
275
  }
269
276
  }
@@ -306,7 +313,7 @@ var RenderField = function RenderField(_ref) {
306
313
  }, 100);
307
314
  };
308
315
  // 单元格更新数据时,加个防抖,防止更新频率过快,卡顿
309
- var _onChange = debounce(/*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
316
+ var _onChange = debounce( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
310
317
  var _len2,
311
318
  args,
312
319
  _key2,
@@ -420,7 +427,7 @@ var RenderField = function RenderField(_ref) {
420
427
  }, _callee);
421
428
  })), 300);
422
429
  var _onblur = /*#__PURE__*/function () {
423
- var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
430
+ var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
424
431
  var _TargetComponent3, _TargetComponent3$pro, _TargetComponent$prop4;
425
432
  var _len3,
426
433
  args,
@@ -517,6 +524,7 @@ var RenderField = function RenderField(_ref) {
517
524
  onBlur: _onblur,
518
525
  index: index,
519
526
  confirm: confirm,
527
+ desensitization: _desensitization,
520
528
  otherProps: {
521
529
  form: form,
522
530
  names: names,
@@ -525,7 +533,8 @@ var RenderField = function RenderField(_ref) {
525
533
  listName: cellName,
526
534
  viewEmpty: viewEmpty,
527
535
  valueType: _valueType,
528
- isView: isView
536
+ isView: isView,
537
+ desensitizationKey: otherProps === null || otherProps === void 0 ? void 0 : otherProps.desensitizationKey
529
538
  }
530
539
  });
531
540
  componentProps = omit(componentProps, ['onFieldChange', 'namePath', 'index']);
@@ -556,7 +565,7 @@ var RenderField = function RenderField(_ref) {
556
565
  var getFieldItem = function getFieldItem() {
557
566
  var _componentProps;
558
567
  var FormItem = null;
559
- var FieldComponent = /*#__PURE__*/React.isValidElement(TargetComponent) ? (/*#__PURE__*/React.cloneElement(TargetComponent, componentProps)) : _jsx(TargetComponent, _objectSpread({}, componentProps));
568
+ var FieldComponent = /*#__PURE__*/React.isValidElement(TargetComponent) ? ( /*#__PURE__*/React.cloneElement(TargetComponent, componentProps)) : _jsx(TargetComponent, _objectSpread({}, componentProps));
560
569
  if (originalValues && !getIsNew(record)) {
561
570
  FieldComponent = _jsx(ListChangedWrapper, {
562
571
  name: cellName,
@@ -1,2 +1,2 @@
1
- declare const RenderToolbar: (config: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const RenderToolbar: (config: any) => JSX.Element;
2
2
  export default RenderToolbar;
@@ -19,10 +19,8 @@ var RenderToolbar = function RenderToolbar(config) {
19
19
  virtualKey = config.virtualKey,
20
20
  form = config.form,
21
21
  disabled = config.disabled,
22
- selectedRows = config.selectedRows,
23
22
  tableLength = config.tableLength;
24
23
  var virtualName = getNamePath(name, virtualKey);
25
- var dataSource = form.getFieldValue(name);
26
24
  // toolbarProps配置为false 默认不插入
27
25
  if (toolbarProps === false || disabled) {
28
26
  return null;
@@ -76,29 +74,33 @@ var RenderToolbar = function RenderToolbar(config) {
76
74
  toolbar.show = show !== null && show !== void 0 ? show : true;
77
75
  toolbar.needConfirm = needConfirm !== null && needConfirm !== void 0 ? needConfirm : true;
78
76
  toolbar.onEvent = /*#__PURE__*/function () {
79
- var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(record, index) {
80
- var onEvent, result;
77
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(record, _ref) {
78
+ var index, form, name, namePath, tableLength, onEvent, result;
81
79
  return _regeneratorRuntime().wrap(function _callee$(_context) {
82
80
  while (1) switch (_context.prev = _context.next) {
83
81
  case 0:
82
+ index = _ref.index, form = _ref.form, name = _ref.name, namePath = _ref.namePath, tableLength = _ref.tableLength;
84
83
  onEvent = onClick || onHandle;
85
84
  if (onEvent) {
86
- _context.next = 5;
85
+ _context.next = 6;
87
86
  break;
88
87
  }
89
88
  result = true;
90
- _context.next = 8;
89
+ _context.next = 9;
91
90
  break;
92
- case 5:
93
- _context.next = 7;
94
- return onEvent === null || onEvent === void 0 ? void 0 : onEvent(selectedRows, dataSource, {
91
+ case 6:
92
+ _context.next = 8;
93
+ return onEvent === null || onEvent === void 0 ? void 0 : onEvent(record, {
94
+ index: index,
95
95
  form: form,
96
- namePath: virtualName
96
+ name: name,
97
+ namePath: namePath,
98
+ tableLength: tableLength
97
99
  });
98
- case 7:
99
- result = _context.sent;
100
100
  case 8:
101
- if (result && type !== 'custom') {
101
+ result = _context.sent;
102
+ case 9:
103
+ if (result !== false && type !== 'custom') {
102
104
  actions[type](_objectSpread(_objectSpread({}, config), {}, {
103
105
  index: index,
104
106
  record: record,
@@ -107,14 +109,14 @@ var RenderToolbar = function RenderToolbar(config) {
107
109
  virtualName: virtualName
108
110
  }));
109
111
  }
110
- case 9:
112
+ case 10:
111
113
  case "end":
112
114
  return _context.stop();
113
115
  }
114
116
  }, _callee);
115
117
  }));
116
118
  return function (_x, _x2) {
117
- return _ref.apply(this, arguments);
119
+ return _ref2.apply(this, arguments);
118
120
  };
119
121
  }();
120
122
  toolbar.buttonProps = buttonProps;
@@ -8,5 +8,5 @@ interface SummaryProps<T = any> {
8
8
  };
9
9
  rowSelection: any;
10
10
  }
11
- declare const Summary: ({ data, summary, rowSelection, }: SummaryProps) => import("react/jsx-runtime").JSX.Element;
11
+ declare const Summary: ({ data, summary, rowSelection, }: SummaryProps) => JSX.Element;
12
12
  export default Summary;
@@ -297,7 +297,7 @@ var ProEditTable = function ProEditTable(_ref, ref) {
297
297
  }, [value, config.name]);
298
298
  var _columns = useMemo(function () {
299
299
  return transformColumns(columns, config);
300
- }, [valueChangeRef.current, disabled, forceUpdate, columns, page, actionProps, editingKeys, cellNamePath]);
300
+ }, [valueChangeRef.current, disabled, forceUpdate, columns, page, actionProps, editingKeys, cellNamePath, value === null || value === void 0 ? void 0 : value.length]);
301
301
  var initDataSource = function initDataSource() {
302
302
  var _value$every, _value$some;
303
303
  var isAllHasKey = value === null || value === void 0 ? void 0 : (_value$every = value.every) === null || _value$every === void 0 ? void 0 : _value$every.call(value, function (item) {
@@ -11,9 +11,11 @@ import { ProFormValueType, ColumnPropsMap } from '../ProForm/components/render/p
11
11
  import { DiffOriginalParams } from '../ProForm/utils/diffOriginal';
12
12
  export type ActionType = 'edit' | 'delete' | 'save' | 'cancel' | 'add' | 'mulDelete' | 'custom';
13
13
  export type ShowFunction<T> = (record?: T, options?: {
14
- index?: number;
15
- form?: FormInstance;
16
- namePath?: NamePath;
14
+ index: number;
15
+ form: FormInstance;
16
+ name: NamePath;
17
+ namePath: NamePath;
18
+ tableLength: number;
17
19
  }) => Promise<any> | boolean | void;
18
20
  export interface OptionsProps {
19
21
  index: number;
@@ -9,7 +9,7 @@ export declare const defaultBtnNameMap: {
9
9
  custom: any;
10
10
  };
11
11
  export declare const iconMap: {
12
- add: import("react/jsx-runtime").JSX.Element;
12
+ add: JSX.Element;
13
13
  };
14
14
  export declare const defaultSingleActionKeys: string[];
15
15
  export declare const defaultMultipleActionKeys: string[];