@everymatrix/stage-mm-verification-report 1.0.32 → 1.0.34
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.
- package/{chunk-NAXSWLRP.js → chunk-5YYL42DS.js} +3 -3
- package/{chunk-RRPYITQV.js → chunk-BTHW6DIE.js} +11 -3
- package/{chunk-RRPYITQV.js.map → chunk-BTHW6DIE.js.map} +1 -1
- package/{chunk-BWJL5N62.js → chunk-CG477KFS.js} +3 -3
- package/{chunk-63E53BSH.js → chunk-PUQ5Z3AY.js} +2 -2
- package/{chunk-G5MLR6EG.js → chunk-WMPCH4IX.js} +2 -2
- package/index.html +1 -1
- package/main.js +29 -13
- package/main.js.map +1 -1
- package/package.json +1 -1
- /package/{chunk-BWJL5N62.js.map → chunk-5YYL42DS.js.map} +0 -0
- /package/{chunk-NAXSWLRP.js.map → chunk-CG477KFS.js.map} +0 -0
- /package/{chunk-63E53BSH.js.map → chunk-PUQ5Z3AY.js.map} +0 -0
- /package/{chunk-G5MLR6EG.js.map → chunk-WMPCH4IX.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DeleteTemplateModalComponent
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-WMPCH4IX.js";
|
|
4
|
+
import "./chunk-BTHW6DIE.js";
|
|
5
5
|
import "./chunk-2SMQV2OO.js";
|
|
6
6
|
import "./chunk-57JN4OKS.js";
|
|
7
7
|
export {
|
|
8
8
|
DeleteTemplateModalComponent
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=chunk-
|
|
10
|
+
//# sourceMappingURL=chunk-5YYL42DS.js.map
|
|
@@ -37197,8 +37197,16 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
|
|
|
37197
37197
|
csvLimit = 1e7;
|
|
37198
37198
|
pageLimit = 100;
|
|
37199
37199
|
buildRequestBody(config, tracingInfo) {
|
|
37200
|
-
const { offset = 0, limit, allFilters, formData, columns, executionType, isGrandTotal = false, sorting, template, exportReportName } = config;
|
|
37201
|
-
|
|
37200
|
+
const { offset = 0, limit, allFilters, formData, columns, executionType, isGrandTotal = false, sorting, template, exportReportName, isSending } = config;
|
|
37201
|
+
let templateName = exportReportName;
|
|
37202
|
+
if (template?.template_name) {
|
|
37203
|
+
const name = template.template_name;
|
|
37204
|
+
if (name.includes(exportReportName) || isSending) {
|
|
37205
|
+
templateName = name;
|
|
37206
|
+
} else {
|
|
37207
|
+
templateName = `${exportReportName}_${name}`;
|
|
37208
|
+
}
|
|
37209
|
+
}
|
|
37202
37210
|
const result = {
|
|
37203
37211
|
p_columns: columns,
|
|
37204
37212
|
p_additional_params: {},
|
|
@@ -37499,4 +37507,4 @@ crypto-js/mode-ctr-gladman.js:
|
|
|
37499
37507
|
* License: MIT
|
|
37500
37508
|
*)
|
|
37501
37509
|
*/
|
|
37502
|
-
//# sourceMappingURL=chunk-
|
|
37510
|
+
//# sourceMappingURL=chunk-BTHW6DIE.js.map
|