@everymatrix/stage-mm-verification-report 1.0.34 → 1.0.35

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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["node_modules/modern-normalize/modern-normalize.css", "libs/shared/ui/styles/src/lib/styles.scss", "libs/shared/ui/styles/src/lib/variables.scss", "apps/reports/moneymatrix/verification/src/app/app.component.scss"],
4
- "sourcesContent": ["/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n\tbox-sizing: border-box;\n}\n\nhtml {\n\t/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */\n\tfont-family:\n\t\tsystem-ui,\n\t\t'Segoe UI',\n\t\tRoboto,\n\t\tHelvetica,\n\t\tArial,\n\t\tsans-serif,\n\t\t'Apple Color Emoji',\n\t\t'Segoe UI Emoji';\n\tline-height: 1.15; /* 1. Correct the line height in all browsers. */\n\t-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */\n\ttab-size: 4; /* 3. Use a more readable tab size (opinionated). */\n}\n\n/*\nSections\n========\n*/\n\nbody {\n\tmargin: 0; /* Remove the margin in all browsers. */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n\tfont-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n\tfont-family:\n\t\tui-monospace,\n\t\tSFMono-Regular,\n\t\tConsolas,\n\t\t'Liberation Mono',\n\t\tMenlo,\n\t\tmonospace; /* 1 */\n\tfont-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n\tfont-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n\tfont-size: 75%;\n\tline-height: 0;\n\tposition: relative;\n\tvertical-align: baseline;\n}\n\nsub {\n\tbottom: -0.25em;\n}\n\nsup {\n\ttop: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\nCorrect table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n\tborder-color: currentcolor;\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n\tfont-family: inherit; /* 1 */\n\tfont-size: 100%; /* 1 */\n\tline-height: 1.15; /* 1 */\n\tmargin: 0; /* 2 */\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n\t-webkit-appearance: button;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n\tpadding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n\tvertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n\theight: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n\t-webkit-appearance: textfield; /* 1 */\n\toutline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n\t-webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n\t-webkit-appearance: button; /* 1 */\n\tfont: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n\tdisplay: list-item;\n}\n", "@use 'variables' as *;\r\n@import 'modern-normalize/modern-normalize.css';\r\n\r\n* {\r\n font-family: Inter, Arial, serif;\r\n caret-color: transparent !important;\r\n}\r\ninput,\r\ntextarea,\r\n[contenteditable='true'] {\r\n caret-color: auto !important;\r\n}\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.input:focus-visible {\r\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\r\n}\r\n\r\n.form-control-container {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 4px;\r\n font-size: 14px;\r\n line-height: 18px;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n font-weight: 400;\r\n cursor: pointer;\r\n position: relative;\r\n .form-control-label {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n font-style: $basicFontStyle;\r\n font-weight: $labelWeight;\r\n line-height: $textLineHeight;\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 4px;\r\n position: relative;\r\n }\r\n\r\n .form-control-field, .p-autocomplete-input {\r\n font-size: $formControlFont;\r\n color: $textPrimaryColor;\r\n font-weight: $formControlWeight;\r\n line-height: $textLineHeight;\r\n font-style: $basicFontStyle;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n width: 100%;\r\n }\r\n\r\n .form-control-error-message {\r\n font-size: $labelFont;\r\n color: $errorColor;\r\n margin-top: 2px;\r\n }\r\n\r\n .form-control-hint-message {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n margin-top: 2px;\r\n }\r\n}\r\n", "$labelColor: #4a5469;\r\n$labelFont: 12px;\r\n$labelWeight: 500;\r\n$textPrimaryColor: #252a34;\r\n$textLineHeight: 18px;\r\n$formControlFont: 14px;\r\n$formControlWeight: 400;\r\n$basicFontStyle: normal;\r\n$primaryColor: #0076dd;\r\n$secondaryColor: #5d6983;\r\n$errorColor: #d6421e;\r\n$whiteColor: #ffffff;\r\n$textTertiary: #7985a0;\r\n", "@use 'libs/shared/ui/styles/src/index.scss' as shared;\r\n\r\n.report-wrapper {\r\n padding: 24px;\r\n width: 100%;\r\n overflow: hidden;\r\n min-height: calc(100vh - 85px);\r\n background-color: #f6f7f9;\r\n\r\n .report-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n margin-bottom: 24px;\r\n }\r\n\r\n .report-title {\r\n color: shared.$textPrimaryColor;\r\n font-size: 24px;\r\n font-style: normal;\r\n font-weight: 700;\r\n }\r\n\r\n .template-title {\r\n font-style: normal;\r\n margin-top: 5px;\r\n line-height: 20px;\r\n color: shared.$labelColor;\r\n font-size: 16px;\r\n font-weight: 700;\r\n }\r\n\r\n .table-toggle-container {\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 5px;\r\n height: 36px;\r\n .table-toggle-label {\r\n color: shared.$textPrimaryColor;\r\n font-size: 14px;\r\n font-weight: 400;\r\n line-height: 18px;\r\n }\r\n .table-toggle {\r\n .p-toggleswitch {\r\n --p-toggleswitch-width: 36px;\r\n --p-toggleswitch-height: 20px;\r\n --p-toggleswitch-gap: 2px;\r\n --p-toggleswitch-handle-size: 14px;\r\n .p-toggleswitch-checked .p-toggleswitch-slider {\r\n background: shared.$primaryColor;\r\n }\r\n }\r\n .p-toggleswitch:not(.p-disabled):has(\r\n .p-toggleswitch-input:hover\r\n ).p-toggleswitch-checked\r\n .p-toggleswitch-slider {\r\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.panel-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n width: 100%;\r\n .panel-header-title {\r\n color: shared.$textTertiary;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 20px;\r\n }\r\n .panel-header-title-sub {\r\n font-size: 14px;\r\n font-weight: 500;\r\n line-height: 18px;\r\n margin-left: 16px;\r\n }\r\n .panel-header-right {\r\n display: flex;\r\n gap: 16px;\r\n }\r\n .panel-header-left {\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n }\r\n}\r\n\r\n.table-panel-container {\r\n margin-top: 20px;\r\n max-width: 100%;\r\n .panel-header-container {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.spinner-wrapper {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.dialog-content {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 10px;\r\n}\r\n\r\n.dialog-footer {\r\n display: flex;\r\n justify-content: space-between;\r\n margin-top: 24px;\r\n}\r\n\r\n.last-updated-checkbox {\r\n flex-direction: row;\r\n align-items: center;\r\n padding-top: 20px;\r\n gap: 5px;\r\n display: flex;\r\n}\r\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n\tbox-sizing: border-box;\n}\n\nhtml {\n\t/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */\n\tfont-family:\n\t\tsystem-ui,\n\t\t'Segoe UI',\n\t\tRoboto,\n\t\tHelvetica,\n\t\tArial,\n\t\tsans-serif,\n\t\t'Apple Color Emoji',\n\t\t'Segoe UI Emoji';\n\tline-height: 1.15; /* 1. Correct the line height in all browsers. */\n\t-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */\n\ttab-size: 4; /* 3. Use a more readable tab size (opinionated). */\n}\n\n/*\nSections\n========\n*/\n\nbody {\n\tmargin: 0; /* Remove the margin in all browsers. */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n\tfont-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n\tfont-family:\n\t\tui-monospace,\n\t\tSFMono-Regular,\n\t\tConsolas,\n\t\t'Liberation Mono',\n\t\tMenlo,\n\t\tmonospace; /* 1 */\n\tfont-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n\tfont-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n\tfont-size: 75%;\n\tline-height: 0;\n\tposition: relative;\n\tvertical-align: baseline;\n}\n\nsub {\n\tbottom: -0.25em;\n}\n\nsup {\n\ttop: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\nCorrect table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n\tborder-color: currentcolor;\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n\tfont-family: inherit; /* 1 */\n\tfont-size: 100%; /* 1 */\n\tline-height: 1.15; /* 1 */\n\tmargin: 0; /* 2 */\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n\t-webkit-appearance: button;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n\tpadding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n\tvertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n\theight: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n\t-webkit-appearance: textfield; /* 1 */\n\toutline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n\t-webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n\t-webkit-appearance: button; /* 1 */\n\tfont: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n\tdisplay: list-item;\n}\n", "@use 'variables' as *;\r\n@import 'modern-normalize/modern-normalize.css';\r\n\r\n* {\r\n font-family: Inter, Arial, serif;\r\n caret-color: transparent !important;\r\n}\r\ninput,\r\ntextarea,\r\n[contenteditable='true'] {\r\n caret-color: auto !important;\r\n}\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.input:focus-visible {\r\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\r\n}\r\n\r\n.form-control-container {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 4px;\r\n font-size: 14px;\r\n line-height: 18px;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n font-weight: 400;\r\n cursor: pointer;\r\n position: relative;\r\n .form-control-label {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n font-style: $basicFontStyle;\r\n font-weight: $labelWeight;\r\n line-height: $textLineHeight;\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 4px;\r\n position: relative;\r\n }\r\n\r\n .form-control-field, .p-autocomplete-input {\r\n font-size: $formControlFont;\r\n color: $textPrimaryColor;\r\n font-weight: $formControlWeight;\r\n line-height: $textLineHeight;\r\n font-style: $basicFontStyle;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n width: 100%;\r\n }\r\n\r\n .form-control-error-message {\r\n font-size: $labelFont;\r\n color: $errorColor;\r\n margin-top: 2px;\r\n }\r\n\r\n .form-control-hint-message {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n margin-top: 2px;\r\n }\r\n}\r\n", "$labelColor: #4a5469;\r\n$labelFont: 12px;\r\n$labelWeight: 500;\r\n$textPrimaryColor: #252a34;\r\n$textLineHeight: 18px;\r\n$formControlFont: 14px;\r\n$formControlWeight: 400;\r\n$basicFontStyle: normal;\r\n$primaryColor: #0076dd;\r\n$secondaryColor: #5d6983;\r\n$errorColor: #d6421e;\r\n$whiteColor: #ffffff;\r\n$textTertiary: #7985a0;\r\n", "@use 'libs/shared/ui/styles/src/index.scss' as shared;\r\n\r\n.report-wrapper {\r\n padding: 24px;\r\n width: 100%;\r\n overflow: hidden;\r\n min-height: calc(100vh - 85px);\r\n background-color: #f6f7f9;\r\n\r\n .report-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n margin-bottom: 24px;\r\n }\r\n\r\n .report-title {\r\n color: shared.$textPrimaryColor;\r\n font-size: 24px;\r\n font-style: normal;\r\n font-weight: 700;\r\n }\r\n\r\n .template-title {\r\n font-style: normal;\r\n margin-top: 5px;\r\n line-height: 20px;\r\n color: shared.$labelColor;\r\n font-size: 16px;\r\n font-weight: 700;\r\n }\r\n\r\n .table-toggle-container {\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 5px;\r\n height: 36px;\r\n .table-toggle-label {\r\n color: shared.$textPrimaryColor;\r\n font-size: 14px;\r\n font-weight: 400;\r\n line-height: 18px;\r\n }\r\n .table-toggle {\r\n .p-toggleswitch {\r\n --p-toggleswitch-width: 36px;\r\n --p-toggleswitch-height: 20px;\r\n --p-toggleswitch-gap: 2px;\r\n --p-toggleswitch-handle-size: 14px;\r\n .p-toggleswitch-checked .p-toggleswitch-slider {\r\n background: shared.$primaryColor;\r\n }\r\n }\r\n .p-toggleswitch:not(.p-disabled):has(\r\n .p-toggleswitch-input:hover\r\n ).p-toggleswitch-checked\r\n .p-toggleswitch-slider {\r\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n }\r\n }\r\n }\r\n\r\n lib-dm-input-text-lib::part(documents-modal-button-custom-styles) {\r\n padding-right: 42px !important;\r\n text-overflow: ellipsis !important;\r\n }\r\n}\r\n\r\n.panel-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n width: 100%;\r\n .panel-header-title {\r\n color: shared.$textTertiary;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 20px;\r\n }\r\n .panel-header-title-sub {\r\n font-size: 14px;\r\n font-weight: 500;\r\n line-height: 18px;\r\n margin-left: 16px;\r\n }\r\n .panel-header-right {\r\n display: flex;\r\n gap: 16px;\r\n }\r\n .panel-header-left {\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n }\r\n}\r\n\r\n.table-panel-container {\r\n margin-top: 20px;\r\n max-width: 100%;\r\n .panel-header-container {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.spinner-wrapper {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.dialog-content {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 10px;\r\n}\r\n\r\n.dialog-footer {\r\n display: flex;\r\n justify-content: space-between;\r\n margin-top: 24px;\r\n}\r\n\r\n.last-updated-checkbox {\r\n flex-direction: row;\r\n align-items: center;\r\n padding-top: 20px;\r\n gap: 5px;\r\n display: flex;\r\n}\r\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DeleteTemplateModalComponent
3
- } from "./chunk-WMPCH4IX.js";
4
- import "./chunk-BTHW6DIE.js";
3
+ } from "./chunk-YEHJXZLH.js";
4
+ import "./chunk-IAW45NHK.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DeleteTemplateModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-5YYL42DS.js.map
10
+ //# sourceMappingURL=chunk-4SSH756B.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-BTHW6DIE.js";
3
+ } from "./chunk-IAW45NHK.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-PUQ5Z3AY.js.map
219
+ //# sourceMappingURL=chunk-AQTB7ALY.js.map
@@ -37198,20 +37198,24 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
37198
37198
  pageLimit = 100;
37199
37199
  buildRequestBody(config, tracingInfo) {
37200
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) {
37201
+ let templateName = "";
37202
+ const name = template?.template_name;
37203
+ if (executionType === "csv_load") {
37204
+ if (!name) {
37205
+ templateName = exportReportName;
37206
+ } else if (name.includes(exportReportName) || isSending) {
37205
37207
  templateName = name;
37206
37208
  } else {
37207
37209
  templateName = `${exportReportName}_${name}`;
37208
37210
  }
37211
+ } else {
37212
+ templateName = name;
37209
37213
  }
37210
37214
  const result = {
37211
37215
  p_columns: columns,
37212
37216
  p_additional_params: {},
37213
37217
  p_tracing_info: Object.assign({
37214
- p_template_name: templateName,
37218
+ p_template_name: templateName || null,
37215
37219
  p_template_id: template ? template.template_id : null
37216
37220
  }, tracingInfo),
37217
37221
  p_advanced_filtering: {
@@ -37232,9 +37236,9 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
37232
37236
  }
37233
37237
  let value;
37234
37238
  if (field_id === "merchant") {
37235
- value = formData["merchant_name"] ?? null;
37239
+ value = this.nullUndefinedOrEmpty(formData["merchant_name"]) ? null : formData["merchant_name"];
37236
37240
  } else {
37237
- value = formData[field_id] ?? null;
37241
+ value = this.nullUndefinedOrEmpty(formData[field_id]) ? null : formData[field_id];
37238
37242
  }
37239
37243
  const prefixedKey = field_id === "merchant_name" ? "p_domains" : `p_${field_id}`;
37240
37244
  if (field.field_data_type === "TIMESTAMP" && value) {
@@ -37254,6 +37258,9 @@ var VerificationRequestBodyStrategy = class _VerificationRequestBodyStrategy {
37254
37258
  });
37255
37259
  return result;
37256
37260
  }
37261
+ nullUndefinedOrEmpty(value) {
37262
+ return value === null || value === void 0 || value === "";
37263
+ }
37257
37264
  static \u0275fac = function VerificationRequestBodyStrategy_Factory(__ngFactoryType__) {
37258
37265
  return new (__ngFactoryType__ || _VerificationRequestBodyStrategy)();
37259
37266
  };
@@ -37507,4 +37514,4 @@ crypto-js/mode-ctr-gladman.js:
37507
37514
  * License: MIT
37508
37515
  *)
37509
37516
  */
37510
- //# sourceMappingURL=chunk-BTHW6DIE.js.map
37517
+ //# sourceMappingURL=chunk-IAW45NHK.js.map