@everymatrix/stage-mm-verification-report 1.0.30 → 1.0.32

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-TDAJJ6CV.js";
3
+ } from "./chunk-RRPYITQV.js";
4
4
  import {
5
5
  Dialog,
6
6
  DialogModule,
@@ -216,4 +216,4 @@ var DomainsOverloadModalComponent = class _DomainsOverloadModalComponent {
216
216
  export {
217
217
  DomainsOverloadModalComponent
218
218
  };
219
- //# sourceMappingURL=chunk-7PA6OSFV.js.map
219
+ //# sourceMappingURL=chunk-63E53BSH.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DomainsOverloadModalComponent
3
- } from "./chunk-7PA6OSFV.js";
4
- import "./chunk-TDAJJ6CV.js";
3
+ } from "./chunk-63E53BSH.js";
4
+ import "./chunk-RRPYITQV.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DomainsOverloadModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-CDNMVOIM.js.map
10
+ //# sourceMappingURL=chunk-BWJL5N62.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-TDAJJ6CV.js";
3
+ } from "./chunk-RRPYITQV.js";
4
4
  import {
5
5
  BaseComponent,
6
6
  BaseStyle,
@@ -450,4 +450,4 @@ export {
450
450
  ProgressSpinnerModule,
451
451
  DeleteTemplateModalComponent
452
452
  };
453
- //# sourceMappingURL=chunk-V3Y3VOJP.js.map
453
+ //# sourceMappingURL=chunk-G5MLR6EG.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DeleteTemplateModalComponent
3
- } from "./chunk-V3Y3VOJP.js";
4
- import "./chunk-TDAJJ6CV.js";
3
+ } from "./chunk-G5MLR6EG.js";
4
+ import "./chunk-RRPYITQV.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DeleteTemplateModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-OHQYNXLC.js.map
10
+ //# sourceMappingURL=chunk-NAXSWLRP.js.map
@@ -29809,7 +29809,8 @@ var REPORTS = {
29809
29809
  MM_VERIFICATION: {
29810
29810
  reportId: 100,
29811
29811
  reportName: "Verification Report",
29812
- reportKey: "mm_verification_report"
29812
+ reportKey: "mm_verification_report",
29813
+ exportReportName: "verification_report"
29813
29814
  }
29814
29815
  };
29815
29816
 
@@ -37196,12 +37197,13 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
37196
37197
  csvLimit = 1e7;
37197
37198
  pageLimit = 100;
37198
37199
  buildRequestBody(config, tracingInfo) {
37199
- const { offset = 0, limit, allFilters, formData, columns, executionType, isGrandTotal = false, sorting, template } = config;
37200
+ const { offset = 0, limit, allFilters, formData, columns, executionType, isGrandTotal = false, sorting, template, exportReportName } = config;
37201
+ const templateName = template ? template.template_name && template.template_name.includes(exportReportName) ? template.template_name : template.template_name ? exportReportName + "_" + template.template_name : exportReportName : exportReportName;
37200
37202
  const result = {
37201
37203
  p_columns: columns,
37202
37204
  p_additional_params: {},
37203
37205
  p_tracing_info: Object.assign({
37204
- p_template_name: template ? template.template_name : null,
37206
+ p_template_name: templateName,
37205
37207
  p_template_id: template ? template.template_id : null
37206
37208
  }, tracingInfo),
37207
37209
  p_advanced_filtering: {
@@ -37497,4 +37499,4 @@ crypto-js/mode-ctr-gladman.js:
37497
37499
  * License: MIT
37498
37500
  *)
37499
37501
  */
37500
- //# sourceMappingURL=chunk-TDAJJ6CV.js.map
37502
+ //# sourceMappingURL=chunk-RRPYITQV.js.map