@arim-aisdc/public-components 2.3.95 → 2.3.96
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.
|
@@ -17,7 +17,7 @@ export declare const foramtBaseInfoField: (data: any, dataField: BaseInfoFieldTy
|
|
|
17
17
|
value: any;
|
|
18
18
|
field: string;
|
|
19
19
|
label?: string;
|
|
20
|
-
text: string | Element |
|
|
20
|
+
text: string | JSX.Element | Element;
|
|
21
21
|
units?: string;
|
|
22
22
|
width?: string;
|
|
23
23
|
labelWidth?: string;
|
|
@@ -357,7 +357,8 @@ var ExportComp = function ExportComp(_ref) {
|
|
|
357
357
|
var apiFn = pageFetcher.apiFn,
|
|
358
358
|
extractItems = pageFetcher.extractItems,
|
|
359
359
|
extractTotalCount = pageFetcher.extractTotalCount,
|
|
360
|
-
extraParams = pageFetcher.extraParams
|
|
360
|
+
extraParams = pageFetcher.extraParams,
|
|
361
|
+
pageSize = pageFetcher.pageSize;
|
|
361
362
|
return /*#__PURE__*/function () {
|
|
362
363
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
|
|
363
364
|
var _ref4, _ref5;
|
|
@@ -619,6 +620,7 @@ var ExportComp = function ExportComp(_ref) {
|
|
|
619
620
|
}
|
|
620
621
|
setProgress(percent);
|
|
621
622
|
},
|
|
623
|
+
batchSize: pageSize,
|
|
622
624
|
onBatchComplete: function onBatchComplete(batchIndex, totalBatches) {
|
|
623
625
|
console.log("\u5DF2\u5B8C\u6210 ".concat(batchIndex, "/").concat(totalBatches, " \u6279\u6570\u636E\u5BFC\u51FA"));
|
|
624
626
|
}
|