@everymatrix/stage-mm-verification-report 1.0.29 → 1.0.31

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/main.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  ProgressSpinner,
3
3
  ProgressSpinnerModule
4
- } from "./chunk-JAYKR27D.js";
4
+ } from "./chunk-V3Y3VOJP.js";
5
5
  import {
6
6
  DomainsOverloadModalComponent
7
- } from "./chunk-V3W37IIP.js";
7
+ } from "./chunk-7PA6OSFV.js";
8
8
  import {
9
9
  ApiHandlerService,
10
10
  BrowserModule,
@@ -35,7 +35,7 @@ import {
35
35
  provideHttpClient,
36
36
  require_moment,
37
37
  withInterceptors
38
- } from "./chunk-LUBSS3BI.js";
38
+ } from "./chunk-TDAJJ6CV.js";
39
39
  import {
40
40
  $dt,
41
41
  AutoFocus,
@@ -23390,10 +23390,19 @@ var DmRangeDatePickerLibComponent = class _DmRangeDatePickerLibComponent {
23390
23390
  }
23391
23391
  onPopoverShow() {
23392
23392
  const popEl = this.popover.container;
23393
+ const parentEl = popEl.parentElement;
23393
23394
  this.popoverOpened = true;
23394
23395
  if (popEl) {
23395
23396
  popEl.style.left = "0px";
23396
23397
  popEl.style.top = "0px";
23398
+ if (parentEl) {
23399
+ const rect = popEl.getBoundingClientRect();
23400
+ const parentRect = parentEl.getBoundingClientRect();
23401
+ const isClippedRight = rect.right > window.innerWidth;
23402
+ if (isClippedRight) {
23403
+ popEl.style.left = `-${rect.width - parentRect.width}px`;
23404
+ }
23405
+ }
23397
23406
  }
23398
23407
  }
23399
23408
  onPopoverClose() {
@@ -39348,7 +39357,9 @@ function DmSelectLibComponent_Conditional_4_Template(rf, ctx) {
39348
39357
  })("click", function DmSelectLibComponent_Conditional_4_Template_p_select_click_0_listener() {
39349
39358
  \u0275\u0275restoreView(_r1);
39350
39359
  const select_r3 = \u0275\u0275reference(1);
39351
- return \u0275\u0275resetView(select_r3.show());
39360
+ const ctx_r1 = \u0275\u0275nextContext();
39361
+ select_r3.show();
39362
+ return \u0275\u0275resetView(ctx_r1.onClick());
39352
39363
  });
39353
39364
  \u0275\u0275elementEnd();
39354
39365
  }
@@ -39377,6 +39388,10 @@ function DmSelectLibComponent_Conditional_5_Template(rf, ctx) {
39377
39388
  \u0275\u0275restoreView(_r4);
39378
39389
  const ctx_r1 = \u0275\u0275nextContext();
39379
39390
  return \u0275\u0275resetView(ctx_r1.isFocused = true);
39391
+ })("click", function DmSelectLibComponent_Conditional_5_Template_p_multiselect_click_0_listener() {
39392
+ \u0275\u0275restoreView(_r4);
39393
+ const ctx_r1 = \u0275\u0275nextContext();
39394
+ return \u0275\u0275resetView(ctx_r1.onClick());
39380
39395
  });
39381
39396
  \u0275\u0275elementEnd();
39382
39397
  }
@@ -39523,6 +39538,10 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
39523
39538
  };
39524
39539
  onTouched = () => {
39525
39540
  };
39541
+ /**
39542
+ * Emits when dropdown is opened
39543
+ */
39544
+ openState = new EventEmitter();
39526
39545
  constructor(elementRef, shadowDomStyleInjectorService) {
39527
39546
  this.elementRef = elementRef;
39528
39547
  this.shadowDomStyleInjectorService = shadowDomStyleInjectorService;
@@ -39569,16 +39588,21 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
39569
39588
  this.selectControl.enable();
39570
39589
  }
39571
39590
  }
39591
+ onClick() {
39592
+ setTimeout(() => {
39593
+ this.openState.emit();
39594
+ });
39595
+ }
39572
39596
  static \u0275fac = function DmSelectLibComponent_Factory(__ngFactoryType__) {
39573
39597
  return new (__ngFactoryType__ || _DmSelectLibComponent)(\u0275\u0275directiveInject(ElementRef), \u0275\u0275directiveInject(ShadowDomStyleInjectorService));
39574
39598
  };
39575
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _DmSelectLibComponent, selectors: [["lib-dm-select-lib"]], inputs: { label: "label", placeholder: "placeholder", disabled: [2, "disabled", "disabled", booleanAttribute], isRequired: [2, "isRequired", "isRequired", booleanAttribute], isMultiSelect: [2, "isMultiSelect", "isMultiSelect", booleanAttribute], filter: [2, "filter", "filter", booleanAttribute], value: "value", options: "options", optionValue: "optionValue", optionLabel: "optionLabel", optionDisabled: "optionDisabled", emptyFilterMessage: "emptyFilterMessage", filterPlaceHolder: "filterPlaceHolder", loading: "loading", hint: [1, "hint"], permanentHint: [1, "permanentHint"], appendToBody: [2, "appendToBody", "appendToBody", booleanAttribute] }, features: [\u0275\u0275ProvidersFeature([
39599
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _DmSelectLibComponent, selectors: [["lib-dm-select-lib"]], inputs: { label: "label", placeholder: "placeholder", disabled: [2, "disabled", "disabled", booleanAttribute], isRequired: [2, "isRequired", "isRequired", booleanAttribute], isMultiSelect: [2, "isMultiSelect", "isMultiSelect", booleanAttribute], filter: [2, "filter", "filter", booleanAttribute], value: "value", options: "options", optionValue: "optionValue", optionLabel: "optionLabel", optionDisabled: "optionDisabled", emptyFilterMessage: "emptyFilterMessage", filterPlaceHolder: "filterPlaceHolder", loading: "loading", hint: [1, "hint"], permanentHint: [1, "permanentHint"], appendToBody: [2, "appendToBody", "appendToBody", booleanAttribute] }, outputs: { openState: "openState" }, features: [\u0275\u0275ProvidersFeature([
39576
39600
  {
39577
39601
  provide: NG_VALUE_ACCESSOR,
39578
39602
  useExisting: forwardRef(() => _DmSelectLibComponent),
39579
39603
  multi: true
39580
39604
  }
39581
- ]), \u0275\u0275InputTransformsFeature, \u0275\u0275NgOnChangesFeature], decls: 9, vars: 8, consts: [["wrapper", ""], ["select", ""], ["multiSelect", ""], [1, "form-control-container", 3, "ngStyle"], ["for", "selectId", 1, "form-control-label"], ["inputId", "selectId", 3, "editable", "loading", "showClear", "filterPlaceholder", "options", "filter", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "formControl", "appendTo"], ["inputId", "selectId", 3, "loading", "options", "filter", "showClear", "filterPlaceHolder", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "selectedItemsLabel", "formControl", "appendTo"], ["inputId", "selectId", 3, "onShow", "onHide", "blur", "focus", "click", "editable", "loading", "showClear", "filterPlaceholder", "options", "filter", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "formControl", "appendTo"], ["inputId", "selectId", 3, "onPanelShow", "onPanelHide", "blur", "focus", "loading", "options", "filter", "showClear", "filterPlaceHolder", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "selectedItemsLabel", "formControl", "appendTo"], [1, "form-control-error-message"], [1, "form-control-hint-message"]], template: function DmSelectLibComponent_Template(rf, ctx) {
39605
+ ]), \u0275\u0275InputTransformsFeature, \u0275\u0275NgOnChangesFeature], decls: 9, vars: 8, consts: [["wrapper", ""], ["select", ""], ["multiSelect", ""], [1, "form-control-container", 3, "ngStyle"], ["for", "selectId", 1, "form-control-label"], ["inputId", "selectId", 3, "editable", "loading", "showClear", "filterPlaceholder", "options", "filter", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "formControl", "appendTo"], ["inputId", "selectId", 3, "loading", "options", "filter", "showClear", "filterPlaceHolder", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "selectedItemsLabel", "formControl", "appendTo"], ["inputId", "selectId", 3, "onShow", "onHide", "blur", "focus", "click", "editable", "loading", "showClear", "filterPlaceholder", "options", "filter", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "formControl", "appendTo"], ["inputId", "selectId", 3, "onPanelShow", "onPanelHide", "blur", "focus", "click", "loading", "options", "filter", "showClear", "filterPlaceHolder", "disabled", "optionValue", "optionLabel", "optionDisabled", "emptyFilterMessage", "placeholder", "selectedItemsLabel", "formControl", "appendTo"], [1, "form-control-error-message"], [1, "form-control-hint-message"]], template: function DmSelectLibComponent_Template(rf, ctx) {
39582
39606
  if (rf & 1) {
39583
39607
  \u0275\u0275elementStart(0, "div", 3, 0)(2, "label", 4);
39584
39608
  \u0275\u0275text(3);
@@ -39640,7 +39664,7 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
39640
39664
  (onHide)="isDropdownOpen = false"\r
39641
39665
  (blur)="isFocused = false"\r
39642
39666
  (focus)="isFocused = true"\r
39643
- (click)="select.show()"\r
39667
+ (click)="select.show(); onClick()"\r
39644
39668
  [appendTo]="appendToBody ? 'body' : null"\r
39645
39669
  />\r
39646
39670
  } @else {\r
@@ -39665,6 +39689,7 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
39665
39689
  (blur)="isFocused = false"\r
39666
39690
  (focus)="isFocused = true"\r
39667
39691
  [appendTo]="appendToBody ? 'body' : null"\r
39692
+ (click)="onClick()"\r
39668
39693
  ></p-multiselect>\r
39669
39694
  } @if (selectControl.invalid && selectControl.touched && !isDropdownOpen) {\r
39670
39695
  <div>\r
@@ -39716,10 +39741,12 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
39716
39741
  }], appendToBody: [{
39717
39742
  type: Input,
39718
39743
  args: [{ transform: booleanAttribute }]
39744
+ }], openState: [{
39745
+ type: Output
39719
39746
  }] });
39720
39747
  })();
39721
39748
  (() => {
39722
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmSelectLibComponent, { className: "DmSelectLibComponent", filePath: "libs/components/dm-select-lib/src/lib/dm-select-lib/dm-select-lib.component.ts", lineNumber: 42 });
39749
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmSelectLibComponent, { className: "DmSelectLibComponent", filePath: "libs/components/dm-select-lib/src/lib/dm-select-lib/dm-select-lib.component.ts", lineNumber: 44 });
39723
39750
  })();
39724
39751
 
39725
39752
  // apps/reports/moneymatrix/verification/src/app/services/verification.service.ts
@@ -52069,19 +52096,20 @@ var RadioButtonModule = class _RadioButtonModule {
52069
52096
  })();
52070
52097
 
52071
52098
  // libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.ts
52072
- var _c023 = () => ({ width: "460px", "max-height": "340px" });
52099
+ var _c023 = (a0) => ({ width: "460px", "max-height": a0 });
52073
52100
  var _c149 = () => ({ "margin-bottom": "12px" });
52074
- var _c231 = () => ({ width: "20px", height: "20px" });
52101
+ var _c231 = () => ({ "margin-right": "4px" });
52102
+ var _c318 = () => ({ width: "20px", height: "20px" });
52075
52103
  function SaveTemplateModalComponent_Conditional_1_Template(rf, ctx) {
52076
52104
  if (rf & 1) {
52077
- \u0275\u0275elementStart(0, "div", 1)(1, "div", 8);
52078
- \u0275\u0275element(2, "p-radiobutton", 9);
52079
- \u0275\u0275elementStart(3, "label", 10);
52105
+ \u0275\u0275elementStart(0, "div", 1)(1, "div", 9);
52106
+ \u0275\u0275element(2, "p-radiobutton", 10);
52107
+ \u0275\u0275elementStart(3, "label", 11);
52080
52108
  \u0275\u0275text(4, "Save Changes To Existing Template");
52081
52109
  \u0275\u0275elementEnd()();
52082
- \u0275\u0275elementStart(5, "div", 8);
52083
- \u0275\u0275element(6, "p-radiobutton", 11);
52084
- \u0275\u0275elementStart(7, "label", 12);
52110
+ \u0275\u0275elementStart(5, "div", 9);
52111
+ \u0275\u0275element(6, "p-radiobutton", 12);
52112
+ \u0275\u0275elementStart(7, "label", 13);
52085
52113
  \u0275\u0275text(8, "Save As New Template");
52086
52114
  \u0275\u0275elementEnd()()();
52087
52115
  }
@@ -52093,34 +52121,68 @@ function SaveTemplateModalComponent_Conditional_1_Template(rf, ctx) {
52093
52121
  \u0275\u0275property("formControl", ctx_r0.radioButtonControl);
52094
52122
  }
52095
52123
  }
52096
- function SaveTemplateModalComponent_ng_template_7_Conditional_3_Template(rf, ctx) {
52124
+ function SaveTemplateModalComponent_Conditional_7_Conditional_3_Template(rf, ctx) {
52097
52125
  if (rf & 1) {
52098
- \u0275\u0275elementStart(0, "div", 16);
52099
- \u0275\u0275element(1, "p-progress-spinner", 17);
52126
+ \u0275\u0275elementStart(0, "span");
52127
+ \u0275\u0275text(1, "Please note, saved template will be migrated to current selected domain and will not be available under child domain.");
52128
+ \u0275\u0275elementEnd();
52129
+ }
52130
+ }
52131
+ function SaveTemplateModalComponent_Conditional_7_Conditional_4_Template(rf, ctx) {
52132
+ if (rf & 1) {
52133
+ \u0275\u0275elementStart(0, "span");
52134
+ \u0275\u0275text(1, "Template send options configurations will be removed!");
52135
+ \u0275\u0275elementEnd();
52136
+ }
52137
+ }
52138
+ function SaveTemplateModalComponent_Conditional_7_Template(rf, ctx) {
52139
+ if (rf & 1) {
52140
+ \u0275\u0275elementStart(0, "div", 7);
52141
+ \u0275\u0275namespaceSVG();
52142
+ \u0275\u0275elementStart(1, "svg", 14);
52143
+ \u0275\u0275element(2, "path", 15);
52144
+ \u0275\u0275elementEnd();
52145
+ \u0275\u0275template(3, SaveTemplateModalComponent_Conditional_7_Conditional_3_Template, 2, 0, "span")(4, SaveTemplateModalComponent_Conditional_7_Conditional_4_Template, 2, 0, "span");
52146
+ \u0275\u0275elementEnd();
52147
+ }
52148
+ if (rf & 2) {
52149
+ const ctx_r0 = \u0275\u0275nextContext();
52150
+ \u0275\u0275advance();
52151
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(3, _c231));
52152
+ \u0275\u0275advance(2);
52153
+ \u0275\u0275conditional(ctx_r0.selectedDifferentSiteId() ? 3 : -1);
52154
+ \u0275\u0275advance();
52155
+ \u0275\u0275conditional(ctx_r0.hasConfiguredSendOptions() ? 4 : -1);
52156
+ }
52157
+ }
52158
+ function SaveTemplateModalComponent_ng_template_8_Conditional_3_Template(rf, ctx) {
52159
+ if (rf & 1) {
52160
+ \u0275\u0275elementStart(0, "div", 19);
52161
+ \u0275\u0275element(1, "p-progress-spinner", 20);
52100
52162
  \u0275\u0275elementEnd();
52101
52163
  }
52102
52164
  if (rf & 2) {
52103
52165
  \u0275\u0275advance();
52104
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c231));
52166
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c318));
52105
52167
  }
52106
52168
  }
52107
- function SaveTemplateModalComponent_ng_template_7_Template(rf, ctx) {
52169
+ function SaveTemplateModalComponent_ng_template_8_Template(rf, ctx) {
52108
52170
  if (rf & 1) {
52109
52171
  const _r2 = \u0275\u0275getCurrentView();
52110
- \u0275\u0275elementStart(0, "div", 13)(1, "lib-dm-button-lib", 14);
52111
- \u0275\u0275listener("outsideClickEmitter", function SaveTemplateModalComponent_ng_template_7_Template_lib_dm_button_lib_outsideClickEmitter_1_listener() {
52172
+ \u0275\u0275elementStart(0, "div", 16)(1, "lib-dm-button-lib", 17);
52173
+ \u0275\u0275listener("outsideClickEmitter", function SaveTemplateModalComponent_ng_template_8_Template_lib_dm_button_lib_outsideClickEmitter_1_listener() {
52112
52174
  \u0275\u0275restoreView(_r2);
52113
52175
  const ctx_r0 = \u0275\u0275nextContext();
52114
52176
  return \u0275\u0275resetView(ctx_r0.close());
52115
52177
  });
52116
52178
  \u0275\u0275elementEnd();
52117
- \u0275\u0275elementStart(2, "lib-dm-button-lib", 15);
52118
- \u0275\u0275listener("outsideClickEmitter", function SaveTemplateModalComponent_ng_template_7_Template_lib_dm_button_lib_outsideClickEmitter_2_listener() {
52179
+ \u0275\u0275elementStart(2, "lib-dm-button-lib", 18);
52180
+ \u0275\u0275listener("outsideClickEmitter", function SaveTemplateModalComponent_ng_template_8_Template_lib_dm_button_lib_outsideClickEmitter_2_listener() {
52119
52181
  \u0275\u0275restoreView(_r2);
52120
52182
  const ctx_r0 = \u0275\u0275nextContext();
52121
52183
  return \u0275\u0275resetView(ctx_r0.save());
52122
52184
  });
52123
- \u0275\u0275template(3, SaveTemplateModalComponent_ng_template_7_Conditional_3_Template, 2, 3, "div", 16);
52185
+ \u0275\u0275template(3, SaveTemplateModalComponent_ng_template_8_Conditional_3_Template, 2, 3, "div", 19);
52124
52186
  \u0275\u0275elementEnd()();
52125
52187
  }
52126
52188
  if (rf & 2) {
@@ -52143,6 +52205,7 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52143
52205
  hintMessage = "Available symbols for template name: letters, numbers, underscores, dashes";
52144
52206
  templateService = inject(TemplateService);
52145
52207
  globalMessageService = inject(GlobalMessageService);
52208
+ sessionService = inject(SessionService);
52146
52209
  nameControl = new FormControl("", [
52147
52210
  Validators.required,
52148
52211
  Validators.pattern(/^[A-Za-z0-9\-_]+$/)
@@ -52224,10 +52287,19 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52224
52287
  return list;
52225
52288
  });
52226
52289
  }
52290
+ hasConfiguredSendOptions() {
52291
+ return this.template?.input_params.send_option;
52292
+ }
52293
+ selectedDifferentSiteId = () => {
52294
+ return this.sessionService.sessionData?.Domains && this.template?.domain_id && +this.template?.domain_id != +this.sessionService.sessionData.Domains;
52295
+ };
52296
+ showWarningMessage = () => {
52297
+ return this.isTemplatePresent && this.isExisting && (this.selectedDifferentSiteId() || this.hasConfiguredSendOptions());
52298
+ };
52227
52299
  static \u0275fac = function SaveTemplateModalComponent_Factory(__ngFactoryType__) {
52228
52300
  return new (__ngFactoryType__ || _SaveTemplateModalComponent)();
52229
52301
  };
52230
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SaveTemplateModalComponent, selectors: [["lib-save-template-modal"]], inputs: { visible: [1, "visible"], params: [1, "params"], reportId: [1, "reportId"] }, outputs: { visible: "visibleChange", saveEmitter: "saveEmitter" }, decls: 8, vars: 12, consts: [["header", "Save Template", 3, "visibleChange", "onShow", "visible", "modal"], [1, "radio-buttons-container"], [1, "fields-wrapper"], [1, "field", 3, "ngStyle"], ["label", "Name", "placeholder", "name", 3, "errorMessage", "hint", "control"], [1, "field"], ["label", "Description", "placeholder", "Description", 3, "control"], ["pTemplate", "footer"], [1, "radio-button"], ["value", "existing", "inputId", "existing", 3, "formControl"], ["for", "existing", 1, "radio-button-label"], ["value", "new", "inputId", "new", 3, "formControl"], ["for", "new", 1, "radio-button-label"], [2, "width", "100%", "display", "flex", "flex-direction", "row", "justify-content", "space-between"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Save", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon"], ["strokeWidth", "6"]], template: function SaveTemplateModalComponent_Template(rf, ctx) {
52302
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SaveTemplateModalComponent, selectors: [["lib-save-template-modal"]], inputs: { visible: [1, "visible"], params: [1, "params"], reportId: [1, "reportId"] }, outputs: { visible: "visibleChange", saveEmitter: "saveEmitter" }, decls: 9, vars: 14, consts: [["header", "Save Template", 3, "visibleChange", "onShow", "visible", "modal"], [1, "radio-buttons-container"], [1, "fields-wrapper"], [1, "field", 3, "ngStyle"], ["label", "Name", "placeholder", "name", 3, "errorMessage", "hint", "control"], [1, "field"], ["label", "Description", "placeholder", "Description", 3, "control"], [1, "warning-message"], ["pTemplate", "footer"], [1, "radio-button"], ["value", "existing", "inputId", "existing", 3, "formControl"], ["for", "existing", 1, "radio-button-label"], ["value", "new", "inputId", "new", 3, "formControl"], ["for", "new", 1, "radio-button-label"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 24 24", "fill", "none", 3, "ngStyle"], ["d", "M11.9998 7.99999V12M11.9998 16H12.0098M10.6151 2.89171L2.39019 17.0983C1.93398 17.8863 1.70588 18.2803 1.73959 18.6037C1.769 18.8857 1.91677 19.142 2.14613 19.3088C2.40908 19.5 2.86435 19.5 3.77487 19.5H20.2246C21.1352 19.5 21.5904 19.5 21.8534 19.3088C22.0827 19.142 22.2305 18.8857 22.2599 18.6037C22.2936 18.2803 22.0655 17.8863 21.6093 17.0983L13.3844 2.89171C12.9299 2.10654 12.7026 1.71396 12.4061 1.58211C12.1474 1.4671 11.8521 1.4671 11.5935 1.58211C11.2969 1.71396 11.0696 2.10655 10.6151 2.89171Z", "stroke", "#506285", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], [2, "width", "100%", "display", "flex", "flex-direction", "row", "justify-content", "space-between"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Save", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon"], ["strokeWidth", "6"]], template: function SaveTemplateModalComponent_Template(rf, ctx) {
52231
52303
  if (rf & 1) {
52232
52304
  \u0275\u0275elementStart(0, "p-dialog", 0);
52233
52305
  \u0275\u0275twoWayListener("visibleChange", function SaveTemplateModalComponent_Template_p_dialog_visibleChange_0_listener($event) {
@@ -52243,22 +52315,26 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52243
52315
  \u0275\u0275elementEnd();
52244
52316
  \u0275\u0275elementStart(5, "div", 5);
52245
52317
  \u0275\u0275element(6, "lib-dm-input-text-lib", 6);
52246
- \u0275\u0275elementEnd()();
52247
- \u0275\u0275template(7, SaveTemplateModalComponent_ng_template_7_Template, 4, 2, "ng-template", 7);
52318
+ \u0275\u0275elementEnd();
52319
+ \u0275\u0275template(7, SaveTemplateModalComponent_Conditional_7_Template, 5, 4, "div", 7);
52320
+ \u0275\u0275elementEnd();
52321
+ \u0275\u0275template(8, SaveTemplateModalComponent_ng_template_8_Template, 4, 2, "ng-template", 8);
52248
52322
  \u0275\u0275elementEnd();
52249
52323
  }
52250
52324
  if (rf & 2) {
52251
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(10, _c023));
52325
+ \u0275\u0275styleMap(\u0275\u0275pureFunction1(11, _c023, ctx.showWarningMessage() ? "398px" : "340px"));
52252
52326
  \u0275\u0275twoWayProperty("visible", ctx.visible);
52253
52327
  \u0275\u0275property("modal", true);
52254
52328
  \u0275\u0275advance();
52255
52329
  \u0275\u0275conditional(ctx.isTemplatePresent ? 1 : -1);
52256
52330
  \u0275\u0275advance(2);
52257
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(11, _c149));
52331
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(13, _c149));
52258
52332
  \u0275\u0275advance();
52259
52333
  \u0275\u0275property("errorMessage", ctx.hintMessage)("hint", ctx.hintMessage)("control", ctx.nameControl);
52260
52334
  \u0275\u0275advance(2);
52261
52335
  \u0275\u0275property("control", ctx.descriptionControl);
52336
+ \u0275\u0275advance();
52337
+ \u0275\u0275conditional(ctx.showWarningMessage() ? 7 : -1);
52262
52338
  }
52263
52339
  }, dependencies: [
52264
52340
  CommonModule,
@@ -52277,7 +52353,7 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52277
52353
  ProgressSpinner,
52278
52354
  RadioButtonModule,
52279
52355
  RadioButton
52280
- ], styles: ["\n\n.radio-buttons-container[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button[_ngcontent-%COMP%] {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .p-radiobutton-box[_ngcontent-%COMP%]:hover {\n background: #ebf4fc !important;\n}\n/*# sourceMappingURL=save-template-modal.component.css.map */"], changeDetection: 0 });
52356
+ ], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button[_ngcontent-%COMP%] {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .p-radiobutton-box[_ngcontent-%COMP%]:hover {\n background: #ebf4fc !important;\n}\n.warning-message[_ngcontent-%COMP%] {\n margin-top: 10px;\n color: #4a5469;\n font-size: 12px;\n text-align: justify;\n}\n.warning-message[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n vertical-align: super;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=save-template-modal.component.css.map */'], changeDetection: 0 });
52281
52357
  };
52282
52358
  (() => {
52283
52359
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(SaveTemplateModalComponent, [{
@@ -52298,7 +52374,7 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52298
52374
  header="Save Template"
52299
52375
  [(visible)]="visible"
52300
52376
  [modal]="true"
52301
- [style]="{ width: '460px', 'max-height': '340px' }"
52377
+ [style]="{ width: '460px', 'max-height': showWarningMessage() ? '398px' : '340px' }"
52302
52378
  (onShow)="onShowDialog()"
52303
52379
  >
52304
52380
  @if(isTemplatePresent) {
@@ -52342,6 +52418,33 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52342
52418
  [control]="descriptionControl"
52343
52419
  />
52344
52420
  </div>
52421
+ @if(showWarningMessage()) {
52422
+ <div class="warning-message">
52423
+ <svg
52424
+ xmlns="http://www.w3.org/2000/svg"
52425
+ width="16"
52426
+ height="16"
52427
+ viewBox="0 0 24 24"
52428
+ fill="none"
52429
+ [ngStyle]="{ 'margin-right': '4px' }"
52430
+ >
52431
+ <path
52432
+ d="M11.9998 7.99999V12M11.9998 16H12.0098M10.6151 2.89171L2.39019 17.0983C1.93398 17.8863 1.70588 18.2803 1.73959 18.6037C1.769 18.8857 1.91677 19.142 2.14613 19.3088C2.40908 19.5 2.86435 19.5 3.77487 19.5H20.2246C21.1352 19.5 21.5904 19.5 21.8534 19.3088C22.0827 19.142 22.2305 18.8857 22.2599 18.6037C22.2936 18.2803 22.0655 17.8863 21.6093 17.0983L13.3844 2.89171C12.9299 2.10654 12.7026 1.71396 12.4061 1.58211C12.1474 1.4671 11.8521 1.4671 11.5935 1.58211C11.2969 1.71396 11.0696 2.10655 10.6151 2.89171Z"
52433
+ stroke="#506285"
52434
+ stroke-width="2"
52435
+ stroke-linecap="round"
52436
+ stroke-linejoin="round"
52437
+ />
52438
+ </svg>
52439
+ @if(selectedDifferentSiteId()) {
52440
+ <span>Please note, saved template will be migrated to current selected domain and will not be available under child domain.</span>
52441
+ }
52442
+
52443
+ @if(hasConfiguredSendOptions()) {
52444
+ <span>Template send options configurations will be removed!</span>
52445
+ }
52446
+ </div>
52447
+ }
52345
52448
  </div>
52346
52449
  <ng-template pTemplate="footer">
52347
52450
  <div
@@ -52372,11 +52475,11 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52372
52475
  </div>
52373
52476
  </ng-template>
52374
52477
  </p-dialog>
52375
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["/* libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.scss */\n.radio-buttons-container {\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.radio-buttons-container .radio-button-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container .radio-button {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container .p-radiobutton-box:hover {\n background: #ebf4fc !important;\n}\n/*# sourceMappingURL=save-template-modal.component.css.map */\n"] }]
52478
+ `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field,\n.form-control-container .p-autocomplete-input {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.radio-buttons-container {\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.radio-buttons-container .radio-button-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container .radio-button {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container .p-radiobutton-box:hover {\n background: #ebf4fc !important;\n}\n.warning-message {\n margin-top: 10px;\n color: #4a5469;\n font-size: 12px;\n text-align: justify;\n}\n.warning-message span {\n vertical-align: super;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=save-template-modal.component.css.map */\n'] }]
52376
52479
  }], () => [], null);
52377
52480
  })();
52378
52481
  (() => {
52379
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(SaveTemplateModalComponent, { className: "SaveTemplateModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.ts", lineNumber: 130 });
52482
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(SaveTemplateModalComponent, { className: "SaveTemplateModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.ts", lineNumber: 158 });
52380
52483
  })();
52381
52484
 
52382
52485
  // node_modules/primeng/fesm2022/primeng-dragdrop.mjs
@@ -53664,11 +53767,11 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53664
53767
 
53665
53768
  // libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
53666
53769
  var _forTrack04 = ($index, $item) => $item.dag_id;
53667
- var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-HNALPDLS.js").then((m) => m.DeleteTemplateModalComponent)];
53770
+ var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-OHQYNXLC.js").then((m) => m.DeleteTemplateModalComponent)];
53668
53771
  var _c026 = () => ({ "width": "460px", "max-height": "540px" });
53669
53772
  var _c151 = () => ({ width: "20px", height: "20px" });
53670
53773
  var _c237 = () => ({ "min-width": "720px" });
53671
- var _c318 = () => ({ height: "20px" });
53774
+ var _c319 = () => ({ height: "20px" });
53672
53775
  var _c414 = () => ({ "min-width": "80px" });
53673
53776
  var _c511 = () => ({ width: "40px", height: "40px" });
53674
53777
  function SendSettingsModalComponent_Conditional_0_Conditional_10_Conditional_2_Template(rf, ctx) {
@@ -54017,7 +54120,7 @@ function SendSettingsModalComponent_Conditional_1_Conditional_1_Template(rf, ctx
54017
54120
  if (rf & 2) {
54018
54121
  const ctx_r1 = \u0275\u0275nextContext(2);
54019
54122
  \u0275\u0275advance(2);
54020
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(2, _c318));
54123
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(2, _c319));
54021
54124
  \u0275\u0275advance(14);
54022
54125
  \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(3, _c414));
54023
54126
  \u0275\u0275advance(3);
@@ -54125,12 +54228,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54125
54228
  currentReport;
54126
54229
  mailTo = "";
54127
54230
  scheduleId = "";
54128
- fileNameVariables = [
54129
- { "id": "template_name", "name": "template_name" },
54130
- { "id": "schedule_name", "name": "schedule_name" },
54131
- { "id": "timestamp", "name": "timestamp" },
54132
- { "id": "uuid", "name": "uuid" }
54133
- ];
54231
+ fileNameVariables = this.sendingService.fileNameVariables;
54134
54232
  constructor(fb, apiTracingInfo) {
54135
54233
  this.fb = fb;
54136
54234
  this.apiTracingInfo = apiTracingInfo;
@@ -54497,7 +54595,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54497
54595
  ], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] {\n display: flex;\n gap: 40px;\n margin-bottom: 20px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button[_ngcontent-%COMP%] {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .p-radiobutton-box[_ngcontent-%COMP%]:hover {\n background: #ebf4fc !important;\n}\n.form-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.list-table[_ngcontent-%COMP%] {\n width: 100%;\n border-collapse: collapse;\n table-layout: auto;\n margin-top: 24px;\n}\n.list-table[_ngcontent-%COMP%] th[_ngcontent-%COMP%], \n.list-table[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n padding: 11px 12px;\n font-size: 14px;\n font-weight: 400;\n text-align: left;\n border-bottom: 1px solid #edeff2;\n vertical-align: middle;\n height: 40px;\n min-width: 160px;\n max-width: 200px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.list-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] {\n background: #f6f7f9;\n}\n.list-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n font-weight: 600;\n font-size: 12px;\n color: #4a5469;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover {\n background: #eaeef3;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-actions[_ngcontent-%COMP%] {\n display: flex;\n gap: 16px;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%] {\n padding: 4px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%]:hover {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.08);\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%]:active {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.22);\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n width: 16px;\n height: 16px;\n}\n.modal-footer[_ngcontent-%COMP%] {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n padding-top: 8px;\n margin-top: 24px;\n}\n.loading-state[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=send-settings-modal.css.map */'], changeDetection: 0 });
54498
54596
  };
54499
54597
  (() => {
54500
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-HNALPDLS.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54598
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-OHQYNXLC.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54501
54599
  setClassMetadata(SendSettingsModalComponent, [{
54502
54600
  type: Component,
54503
54601
  args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
@@ -54953,12 +55051,12 @@ Are you sure you want to delete the schedule?"\r
54953
55051
 
54954
55052
  // libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
54955
55053
  var _forTrack05 = ($index, $item) => $item.template_id;
54956
- var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-HNALPDLS.js").then((m) => m.DeleteTemplateModalComponent)];
54957
- var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-KKYQR2JQ.js").then((m) => m.DomainsOverloadModalComponent)];
55054
+ var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-OHQYNXLC.js").then((m) => m.DeleteTemplateModalComponent)];
55055
+ var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-CDNMVOIM.js").then((m) => m.DomainsOverloadModalComponent)];
54958
55056
  var _c027 = (a0) => ({ "selected-row": a0 });
54959
55057
  var _c158 = () => ({ position: "relative" });
54960
55058
  var _c238 = () => ({ width: "16px", height: "16px" });
54961
- var _c319 = () => ({ position: "absolute", width: "8px", height: "8px", background: "#2eb398", "border-radius": "50%", right: "2px", top: "2px" });
55059
+ var _c320 = () => ({ position: "absolute", width: "8px", height: "8px", background: "#2eb398", "border-radius": "50%", right: "2px", top: "2px" });
54962
55060
  var _c415 = () => ({ width: "40px", height: "40px" });
54963
55061
  function TemplateSelectModalComponent_Conditional_7_Conditional_4_Template(rf, ctx) {
54964
55062
  if (rf & 1) {
@@ -55023,7 +55121,7 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditi
55023
55121
  \u0275\u0275element(0, "span", 30);
55024
55122
  }
55025
55123
  if (rf & 2) {
55026
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(1, _c319));
55124
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(1, _c320));
55027
55125
  }
55028
55126
  }
55029
55127
  function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_23_Template(rf, ctx) {
@@ -55275,6 +55373,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55275
55373
  csvLoadEmitter = output();
55276
55374
  templateService = inject(TemplateService);
55277
55375
  messageService = inject(GlobalMessageService);
55376
+ sessionService = inject(SessionService);
55278
55377
  cdr = inject(ChangeDetectorRef);
55279
55378
  selectedTemplate;
55280
55379
  reportId = input.required();
@@ -55407,7 +55506,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55407
55506
  return template.input_params && template.input_params.fieldValues && template.input_params.fieldValues.merchant_name && template.input_params.fieldValues.merchant_name.length || 0;
55408
55507
  }
55409
55508
  isAllDomainsSelected(template) {
55410
- if (!this.domainLookups || !this.domainLookups.length || this.domainLookups.length == 1)
55509
+ if (!this.domainLookups || !this.domainLookups.length || this.domainLookups.length == 1 || this.sessionService.sessionData?.Domains && this.sessionService.sessionData.Domains != "1000")
55411
55510
  return false;
55412
55511
  return this.domainLookups.length === this.getTemplateSelectedDomains(template);
55413
55512
  }
@@ -55470,7 +55569,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55470
55569
  ], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.popover-container[_ngcontent-%COMP%] {\n padding: 24px;\n max-height: 390px;\n overflow-y: scroll;\n}\n.popover-container[_ngcontent-%COMP%]::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n background: #fff;\n z-index: 999999;\n}\n.popover-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb {\n border-radius: 5px;\n background: #9aa6bc;\n}\n.template-list-search[_ngcontent-%COMP%] {\n position: relative;\n margin-bottom: 24px;\n width: 50%;\n}\n.template-list-search[_ngcontent-%COMP%]:hover .clear-icon[_ngcontent-%COMP%] {\n display: block;\n}\n.template-list-search[_ngcontent-%COMP%] .search-input[_ngcontent-%COMP%] {\n width: 100%;\n padding-inline: 36px;\n border-color: #bcc2d0;\n}\n.template-list-search[_ngcontent-%COMP%] .search-input[_ngcontent-%COMP%]:focus {\n border-color: #0076dd;\n}\n.template-list-search[_ngcontent-%COMP%] .clear-icon[_ngcontent-%COMP%] {\n display: none;\n position: absolute;\n right: 12px;\n transform: translateY(-50%);\n top: 50%;\n width: 12px;\n height: 12px;\n color: #5d6983;\n background: #ffffff;\n cursor: pointer;\n}\n.template-list-search[_ngcontent-%COMP%] .search-icon[_ngcontent-%COMP%] {\n position: absolute;\n left: 12px;\n transform: translateY(-50%);\n top: 50%;\n width: 16px;\n height: 16px;\n}\n.template-list[_ngcontent-%COMP%] {\n width: 100%;\n min-width: 600px;\n min-height: 50px;\n}\n.template-list[_ngcontent-%COMP%] .template-row-content[_ngcontent-%COMP%] {\n cursor: pointer;\n height: 40px;\n}\n.template-list[_ngcontent-%COMP%] .template-row-content[_ngcontent-%COMP%]:hover {\n background: #eaeef3;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] {\n display: flex;\n border-bottom: 1px solid #edeff2;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell[_ngcontent-%COMP%] {\n width: 200px;\n padding: 11px 12px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-name[_ngcontent-%COMP%], \n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-desc[_ngcontent-%COMP%] {\n color: #252a34;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-name[_ngcontent-%COMP%] .tooltip-label[_ngcontent-%COMP%], \n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-desc[_ngcontent-%COMP%] .tooltip-label[_ngcontent-%COMP%] {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: 200px;\n display: inline-block;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%] {\n cursor: pointer;\n padding: 4px;\n width: 24px;\n height: 24px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%]:hover {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.08);\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%]:active {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.22);\n}\n.template-list[_ngcontent-%COMP%] .selected-row[_ngcontent-%COMP%] {\n background-color: rgba(0, 118, 221, 0.12);\n}\n.template-list[_ngcontent-%COMP%] .template-row-header[_ngcontent-%COMP%] {\n background: #f6f7f9;\n}\n.template-list[_ngcontent-%COMP%] .template-row-header[_ngcontent-%COMP%] .cell-header[_ngcontent-%COMP%] {\n font-style: normal;\n line-height: 18px;\n font-weight: 600;\n font-size: 12px;\n color: #4a5469;\n}\n.template-list[_ngcontent-%COMP%] .empty-container[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 50px;\n color: #4a5469;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n.template-list[_ngcontent-%COMP%] .loading-state[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=template-select-modal.css.map */'], changeDetection: 0 });
55471
55570
  };
55472
55571
  (() => {
55473
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-HNALPDLS.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-KKYQR2JQ.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55572
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-OHQYNXLC.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-CDNMVOIM.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55474
55573
  setClassMetadata(TemplateSelectModalComponent, [{
55475
55574
  type: Component,
55476
55575
  args: [{ selector: "lib-template-select-modal", standalone: true, imports: [
@@ -55784,7 +55883,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55784
55883
  });
55785
55884
  })();
55786
55885
  (() => {
55787
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(TemplateSelectModalComponent, { className: "TemplateSelectModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts", lineNumber: 53 });
55886
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(TemplateSelectModalComponent, { className: "TemplateSelectModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts", lineNumber: 54 });
55788
55887
  })();
55789
55888
 
55790
55889
  // node_modules/primeng/fesm2022/primeng-toast.mjs
@@ -55799,7 +55898,7 @@ var _c239 = (a0) => ({
55799
55898
  value: "visible",
55800
55899
  params: a0
55801
55900
  });
55802
- var _c320 = (a0, a1) => ({
55901
+ var _c321 = (a0, a1) => ({
55803
55902
  $implicit: a0,
55804
55903
  closeFn: a1
55805
55904
  });
@@ -55817,7 +55916,7 @@ function ToastItem_Conditional_2_Template(rf, ctx) {
55817
55916
  }
55818
55917
  if (rf & 2) {
55819
55918
  const ctx_r1 = \u0275\u0275nextContext();
55820
- \u0275\u0275property("ngTemplateOutlet", ctx_r1.headlessTemplate)("ngTemplateOutletContext", \u0275\u0275pureFunction2(2, _c320, ctx_r1.message, ctx_r1.onCloseIconClick));
55919
+ \u0275\u0275property("ngTemplateOutlet", ctx_r1.headlessTemplate)("ngTemplateOutletContext", \u0275\u0275pureFunction2(2, _c321, ctx_r1.message, ctx_r1.onCloseIconClick));
55821
55920
  }
55822
55921
  }
55823
55922
  function ToastItem_Conditional_3_ng_container_1_span_1_Template(rf, ctx) {
@@ -57252,7 +57351,7 @@ var AppComponent_Conditional_23_Defer_7_DepsFn = () => [ReportConfigurationModal
57252
57351
  var _c029 = (a0) => ({ display: a0 });
57253
57352
  var _c160 = (a0) => ({ width: a0 });
57254
57353
  var _c240 = () => ({ "margin-right": "16px" });
57255
- var _c321 = () => ({ height: "20px" });
57354
+ var _c324 = () => ({ height: "20px" });
57256
57355
  var _c417 = () => [];
57257
57356
  var _c513 = () => ({ width: "20px", height: "20px" });
57258
57357
  var _c612 = () => ({ width: "60px", height: "60px" });
@@ -57334,7 +57433,7 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ct
57334
57433
  \u0275\u0275advance();
57335
57434
  \u0275\u0275property("disabled", ctx_r2.filterForm && !ctx_r2.filterForm.dirty);
57336
57435
  \u0275\u0275advance();
57337
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(4, _c321));
57436
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(4, _c324));
57338
57437
  }
57339
57438
  }
57340
57439
  function AppComponent_Conditional_12_ng_template_2_Template(rf, ctx) {
@@ -57616,7 +57715,7 @@ function AppComponent_ng_template_16_Conditional_9_Template(rf, ctx) {
57616
57715
  \u0275\u0275elementEnd()();
57617
57716
  }
57618
57717
  if (rf & 2) {
57619
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(1, _c321));
57718
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(1, _c324));
57620
57719
  }
57621
57720
  }
57622
57721
  function AppComponent_ng_template_16_Template(rf, ctx) {
@@ -57662,7 +57761,15 @@ function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
57662
57761
  if (rf & 1) {
57663
57762
  const _r17 = \u0275\u0275getCurrentView();
57664
57763
  \u0275\u0275elementStart(0, "form", 73, 4);
57665
- \u0275\u0275element(2, "lib-dm-select-lib", 74)(3, "lib-dm-select-lib", 75);
57764
+ \u0275\u0275element(2, "lib-dm-select-lib", 74);
57765
+ \u0275\u0275elementStart(3, "lib-dm-select-lib", 75);
57766
+ \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_select_lib_openState_3_listener() {
57767
+ \u0275\u0275restoreView(_r17);
57768
+ const contentWrapper_r18 = \u0275\u0275reference(1);
57769
+ const ctx_r2 = \u0275\u0275nextContext(2);
57770
+ return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
57771
+ });
57772
+ \u0275\u0275elementEnd();
57666
57773
  \u0275\u0275elementStart(4, "lib-dm-range-date-picker-lib", 76);
57667
57774
  \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_range_date_picker_lib_openState_4_listener() {
57668
57775
  \u0275\u0275restoreView(_r17);
@@ -57702,7 +57809,7 @@ function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
57702
57809
  \u0275\u0275advance(2);
57703
57810
  \u0275\u0275property("isMultiSelect", true)("options", lookups_r12 && lookups_r12["documents_type"]);
57704
57811
  \u0275\u0275advance();
57705
- \u0275\u0275property("isMultiSelect", true)("options", lookups_r12 && lookups_r12["documents_status"])("appendToBody", true);
57812
+ \u0275\u0275property("isMultiSelect", true)("options", lookups_r12 && lookups_r12["documents_status"]);
57706
57813
  }
57707
57814
  }
57708
57815
  function AppComponent_Defer_20_Template(rf, ctx) {
@@ -57715,7 +57822,7 @@ function AppComponent_Defer_20_Template(rf, ctx) {
57715
57822
  \u0275\u0275twoWayBindingSet(ctx_r2.documentsModal, $event) || (ctx_r2.documentsModal = $event);
57716
57823
  return \u0275\u0275resetView($event);
57717
57824
  });
57718
- \u0275\u0275template(2, AppComponent_Defer_20_Conditional_2_Template, 9, 6);
57825
+ \u0275\u0275template(2, AppComponent_Defer_20_Conditional_2_Template, 9, 5);
57719
57826
  \u0275\u0275elementEnd();
57720
57827
  }
57721
57828
  if (rf & 2) {
@@ -57845,7 +57952,12 @@ var AppComponent = class _AppComponent {
57845
57952
  computation: (all) => {
57846
57953
  if (all) {
57847
57954
  const selectedIds = this.templateSignal()?.input_params.visibleFields ?? all?.filter((f) => f.is_default === "true").map((f) => f.field_id);
57848
- return all?.filter((f) => selectedIds.includes(f.field_id));
57955
+ return selectedIds.reduce((acc, id) => {
57956
+ const field = all.find(({ field_id }) => field_id == id);
57957
+ if (field)
57958
+ acc.push(field);
57959
+ return acc;
57960
+ }, []);
57849
57961
  }
57850
57962
  return void 0;
57851
57963
  }
@@ -58326,6 +58438,8 @@ var AppComponent = class _AppComponent {
58326
58438
  show_last_verification: true
58327
58439
  };
58328
58440
  this.filterForm.reset(defaults);
58441
+ this.filterForm.markAsPristine();
58442
+ this.filterForm.markAsUntouched();
58329
58443
  }
58330
58444
  calculateHeightPosition(element) {
58331
58445
  const content = element.parentElement;
@@ -58388,12 +58502,12 @@ var AppComponent = class _AppComponent {
58388
58502
  }
58389
58503
  }
58390
58504
  get isAllDomainsSelected() {
58391
- if (!this.domainLookupsSignal()?.length || this.domainLookupsSignal()?.length == 1)
58505
+ if (!this.domainLookupsSignal()?.length || this.domainLookupsSignal()?.length == 1 || this.sessionService.sessionData?.Domains && this.sessionService.sessionData.Domains != "1000")
58392
58506
  return false;
58393
58507
  return this.domainLookupsSignal()?.length === this.filterForm.get("merchant_name").value.length;
58394
58508
  }
58395
58509
  get isTemplateSavingEnabled() {
58396
- return !this.isTemplateSaved() && this.filterForm && this.filterForm.get("merchant_name") && this.filterForm.get("merchant_name").value && this.filterForm.get("merchant_name").value.length > 0;
58510
+ return !this.isTemplateSaved() && this.filterForm && this.filterForm.dirty && this.filterForm.get("merchant_name") && this.filterForm.get("merchant_name").value && this.filterForm.get("merchant_name").value.length > 0;
58397
58511
  }
58398
58512
  applyConfigurationFields(event2) {
58399
58513
  this.isTemplateSaved.set(false);
@@ -58442,7 +58556,7 @@ var AppComponent = class _AppComponent {
58442
58556
  static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
58443
58557
  return new (__ngFactoryType__ || _AppComponent)();
58444
58558
  };
58445
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], features: [\u0275\u0275ProvidersFeature([TemplateService])], decls: 25, vars: 23, consts: [["tablePanel", ""], ["header", ""], ["panel", ""], ["dialog", ""], ["contentWrapper", ""], [1, "everymatrix-mm-verification-report"], [1, "report-wrapper"], [1, "report-header-container"], [1, "report-titles-container"], [1, "report-title"], [1, "template-title"], [3, "reportId", "domainLookups", "templateCsvLoadingConfig"], [3, "toggleable"], [1, "table-panel-container", 3, "ngStyle"], [3, "limitChange", "loadMoreEmitter", "sortingEmitter", "ngStyle", "limit", "startIndex", "loading", "tableColumns", "rawTableData", "generalTotal", "scrollHeight"], [3, "options"], [3, "templateCsvLoadingConfigChange", "csvLoadEmitter", "runReportEmitter", "reportId", "domainLookups", "templateCsvLoadingConfig"], ["pTemplate", "icons"], [3, "formGroup"], [1, "spinner-wrapper"], [1, "panel-header-container", 3, "ngStyle"], [1, "panel-header-left"], [1, "panel-header-title"], ["tooltipPosition", "top", 1, "panel-header-title-sub", 3, "pTooltip"], [1, "panel-header-right", 3, "ngStyle"], ["size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-right", "", 1, "dm-button-icon", 3, "ngStyle"], ["pTooltip", "Reset Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M0.833496 10C0.833496 5.39763 4.56446 1.66667 9.16683 1.66667C11.4688 1.66667 13.5541 2.60117 15.0614 4.10949C15.5945 4.64289 16.1653 5.30207 16.6668 5.91204V3.33334C16.6668 2.8731 17.0399 2.50001 17.5002 2.50001C17.9604 2.50001 18.3335 2.8731 18.3335 3.33334V8.33334C18.3335 8.79358 17.9604 9.16667 17.5002 9.16667H12.5002C12.0399 9.16667 11.6668 8.79358 11.6668 8.33334C11.6668 7.8731 12.0399 7.50001 12.5002 7.50001H15.8078C15.231 6.77607 14.5139 5.91947 13.8825 5.28759C12.675 4.07929 11.0088 3.33334 9.16683 3.33334C5.48493 3.33334 2.50016 6.31811 2.50016 10C2.50016 13.6819 5.48493 16.6667 9.16683 16.6667C12.2049 16.6667 14.7704 14.6337 15.573 11.8523C15.7006 11.4101 16.1625 11.1551 16.6047 11.2827C17.0469 11.4103 17.302 11.8722 17.1744 12.3144C16.1714 15.7901 12.9672 18.3333 9.16683 18.3333C4.56446 18.3333 0.833496 14.6024 0.833496 10Z", "fill", "#5D6983"], ["text", "Configure Report", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "18", "height", "14", "viewBox", "0 0 18 14", "fill", "none"], ["d", "M1.5 3.66667H11.5M11.5 3.66667C11.5 5.04738 12.6192 6.16667 14 6.16667C15.3807 6.16667 16.5 5.04738 16.5 3.66667C16.5 2.28596 15.3807 1.16667 14 1.16667C12.6192 1.16667 11.5 2.28596 11.5 3.66667ZM6.5 10.3333H16.5M6.5 10.3333C6.5 11.7141 5.38071 12.8333 4 12.8333C2.61929 12.8333 1.5 11.7141 1.5 10.3333C1.5 8.95258 2.61929 7.83333 4 7.83333C5.38071 7.83333 6.5 8.95258 6.5 10.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.41009 6.91075C9.73553 6.58531 10.2632 6.58531 10.5886 6.91075L15.5886 11.9107C15.914 12.2362 15.914 12.7638 15.5886 13.0893C15.2632 13.4147 14.7355 13.4147 14.4101 13.0893L9.99935 8.67852L5.5886 13.0893C5.26317 13.4147 4.73553 13.4147 4.41009 13.0893C4.08466 12.7638 4.08466 12.2362 4.41009 11.9107L9.41009 6.91075Z", "fill", "#5D6983"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M4.41107 6.91083C4.73651 6.58539 5.26414 6.58539 5.58958 6.91083L10.0003 11.3216L14.4111 6.91083C14.7365 6.58539 15.2641 6.58539 15.5896 6.91083C15.915 7.23626 15.915 7.7639 15.5896 8.08934L10.5896 13.0893C10.2641 13.4148 9.73651 13.4148 9.41107 13.0893L4.41107 8.08934C4.08563 7.7639 4.08563 7.23626 4.41107 6.91083Z", "fill", "#5D6983"], [1, "filters-content"], [1, "filter-options"], [1, "form-control-container", "last-updated-checkbox"], ["inputId", "lastUpdate", "formControlName", "show_last_verification", 3, "binary"], ["for", "lastUpdate", 1, "form-control-label"], [1, "filter-actions"], ["text", "Save Template", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35637C12.7633 3.3387 12.6754 3.33335 12.2281 3.33335H6.66602V5.33335C6.66602 5.58045 6.66666 5.71566 6.6746 5.81282C6.67492 5.81669 6.67524 5.82035 6.67556 5.82381C6.67902 5.82413 6.68268 5.82444 6.68654 5.82476C6.7837 5.8327 6.91891 5.83335 7.16602 5.83335H12.8327C13.0798 5.83335 13.215 5.8327 13.3122 5.82476C13.316 5.82444 13.3197 5.82413 13.3231 5.82381C13.3235 5.82035 13.3238 5.81669 13.3241 5.81282C13.332 5.71566 13.3327 5.58045 13.3327 5.33335V3.68005C13.1758 3.52644 13.1264 3.48596 13.0777 3.45615C13.0032 3.41046 12.9219 3.37679 12.8369 3.35637ZM14.7552 2.74398L14.703 2.69181C14.6865 2.67531 14.6701 2.65893 14.6539 2.64269C14.4144 2.4027 14.2032 2.19111 13.9486 2.03508C13.7249 1.89801 13.481 1.797 13.2259 1.73576C12.9356 1.66604 12.6366 1.66632 12.2975 1.66664C12.2746 1.66666 12.2514 1.66668 12.2281 1.66668L6.46493 1.66668C6.25739 1.66668 6.06106 1.66667 5.87552 1.66776C5.86133 1.66704 5.84705 1.66668 5.83268 1.66668C5.81429 1.66668 5.79604 1.66728 5.77795 1.66845C5.40448 1.67155 5.07624 1.68008 4.78949 1.70351C4.32108 1.74178 3.89049 1.82392 3.48605 2.02999C2.85884 2.34957 2.34891 2.8595 2.02933 3.48671C1.82325 3.89116 1.74112 4.32174 1.70284 4.79016C1.666 5.24115 1.66601 5.79479 1.66602 6.4656V13.5344C1.66601 14.2052 1.666 14.7589 1.70284 15.2099C1.74112 15.6783 1.82325 16.1089 2.02933 16.5133C2.34891 17.1405 2.85884 17.6505 3.48605 17.97C3.89049 18.1761 4.32108 18.2582 4.78949 18.2965C5.07624 18.3199 5.40448 18.3285 5.77794 18.3316C5.79604 18.3328 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.333 5.87552 18.3323C6.06105 18.3334 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3334 14.1232 18.3323C14.1374 18.333 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3328 14.2208 18.3316C14.5942 18.3285 14.9225 18.3199 15.2092 18.2965C15.6776 18.2582 16.1082 18.1761 16.5127 17.97C17.1399 17.6505 17.6498 17.1405 17.9694 16.5133C18.1754 16.1089 18.2576 15.6783 18.2959 15.2099C18.3327 14.7589 18.3327 14.2052 18.3327 13.5345V7.77125C18.3327 7.74792 18.3327 7.72477 18.3327 7.70182C18.333 7.36274 18.3333 7.06379 18.2636 6.77342C18.2024 6.51833 18.1014 6.27447 17.9643 6.05079C17.8083 5.79618 17.5967 5.58498 17.3567 5.34544C17.3404 5.32922 17.3241 5.31288 17.3076 5.29638L14.7552 2.74398C14.7552 2.74405 14.7551 2.74391 14.7552 2.74398ZM14.9994 5.34519V5.35991C14.9994 5.57024 14.9994 5.77507 14.9852 5.94854C14.9697 6.13903 14.9329 6.36381 14.8177 6.59C14.6579 6.9036 14.4029 7.15857 14.0893 7.31836C13.8631 7.43361 13.6384 7.47033 13.4479 7.48589C13.2744 7.50006 13.0696 7.50004 12.8593 7.50002L7.16602 7.50001C7.15715 7.50001 7.14829 7.50001 7.13944 7.50002C6.92912 7.50004 6.72429 7.50006 6.55082 7.48589C6.36033 7.47033 6.13555 7.43361 5.90937 7.31836C5.59576 7.15857 5.34079 6.9036 5.18101 6.59C5.06576 6.36381 5.02903 6.13903 5.01347 5.94854C4.9993 5.77507 4.99932 5.57025 4.99935 5.35993C4.99935 5.35108 4.99935 5.34222 4.99935 5.33335V3.35907C4.97416 3.3608 4.94946 3.36266 4.92521 3.36464C4.55987 3.39449 4.37303 3.44859 4.2427 3.515C3.9291 3.67479 3.67413 3.92976 3.51434 4.24336C3.44793 4.3737 3.39383 4.56053 3.36398 4.92588C3.33333 5.30095 3.33268 5.7862 3.33268 6.50001V13.5C3.33268 14.2138 3.33333 14.6991 3.36398 15.0741C3.39383 15.4395 3.44793 15.6263 3.51434 15.7567C3.67413 16.0703 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6354C4.94946 16.6374 4.97416 16.6392 4.99935 16.641L4.99935 12.1401C4.99932 11.9298 4.9993 11.725 5.01347 11.5515C5.02903 11.361 5.06576 11.1362 5.18101 10.91C5.34079 10.5964 5.59576 10.3415 5.90937 10.1817C6.13555 10.0664 6.36033 10.0297 6.55082 10.0141C6.72429 9.99996 6.92912 9.99999 7.13945 10H12.8593C13.0696 9.99999 13.2744 9.99996 13.4479 10.0141C13.6384 10.0297 13.8631 10.0664 14.0893 10.1817C14.4029 10.3415 14.6579 10.5964 14.8177 10.91C14.9329 11.1362 14.9697 11.361 14.9852 11.5515C14.9994 11.725 14.9994 11.9298 14.9994 12.1401L14.9993 16.641C15.0245 16.6392 15.0492 16.6374 15.0735 16.6354C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0703 16.4844 15.7567C16.5508 15.6263 16.6049 15.4395 16.6347 15.0741C16.6654 14.6991 16.666 14.2138 16.666 13.5V7.77125C16.666 7.32393 16.6607 7.2361 16.643 7.1625C16.6226 7.07747 16.5889 6.99618 16.5432 6.92162C16.5037 6.85708 16.4453 6.79119 16.129 6.47489L14.9994 5.34519ZM13.3327 16.6667V12.1667C13.3327 11.9196 13.332 11.7844 13.3241 11.6872C13.3238 11.6833 13.3235 11.6797 13.3231 11.6762C13.3197 11.6759 13.316 11.6756 13.3122 11.6753C13.215 11.6673 13.0798 11.6667 12.8327 11.6667H7.16602C6.91891 11.6667 6.7837 11.6673 6.68654 11.6753C6.68268 11.6756 6.67902 11.6759 6.67556 11.6762C6.67524 11.6797 6.67492 11.6833 6.6746 11.6872C6.66666 11.7844 6.66602 11.9196 6.66602 12.1667V16.6667H13.3327Z", "fill", "#0076DD"], ["text", "Run Report", "size", "medium", 3, "outsideClickEmitter", "disabled"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "isMultiSelect", "label", "placeholder", "isRequired", "options", "formControlName"], [3, "tooltipMessage", "infoIcon", "label", "formControlName"], [3, "showClear", "label", "readonly", "placeholder", "control"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control"], ["icon-right", "", 1, "dm-input-icon", "icon-right", "clear-icon", 2, "right", "33px"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true"], ["icon-right", "", 1, "dm-input-icon", "icon-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M2.5 6.66666H12.5M12.5 6.66666C12.5 8.04737 13.6192 9.16666 15 9.16666C16.3807 9.16666 17.5 8.04736 17.5 6.66666C17.5 5.28595 16.3807 4.16666 15 4.16666C13.6192 4.16666 12.5 5.28595 12.5 6.66666ZM7.5 13.3333H17.5M7.5 13.3333C7.5 14.7141 6.38071 15.8333 5 15.8333C3.61929 15.8333 2.5 14.7141 2.5 13.3333C2.5 11.9526 3.61929 10.8333 5 10.8333C6.38071 10.8333 7.5 11.9526 7.5 13.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 3, "click"], ["d", "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.8333 2.51654C10.6786 2.50244 10.4493 2.5 10.0098 2.5H7.33333C6.61952 2.5 6.13427 2.50065 5.7592 2.53129C5.39385 2.56114 5.20702 2.61525 5.07668 2.68166C4.76308 2.84145 4.50811 3.09641 4.34832 3.41002C4.28192 3.54035 4.22781 3.72719 4.19796 4.09253C4.16732 4.46761 4.16667 4.95285 4.16667 5.66667V14.3333C4.16667 15.0472 4.16732 15.5324 4.19796 15.9075C4.22781 16.2728 4.28192 16.4597 4.34832 16.59C4.50811 16.9036 4.76308 17.1586 5.07668 17.3183C5.20702 17.3848 5.39385 17.4389 5.7592 17.4687C6.13427 17.4994 6.61952 17.5 7.33333 17.5H12.6667C13.3805 17.5 13.8657 17.4994 14.2408 17.4687C14.6061 17.4389 14.793 17.3848 14.9233 17.3183C15.2369 17.1586 15.4919 16.9036 15.6517 16.59C15.7181 16.4597 15.7722 16.2728 15.802 15.9075C15.8327 15.5324 15.8333 15.0472 15.8333 14.3333V8.32352C15.8333 7.8841 15.8309 7.65481 15.8168 7.50006L12.9734 7.50006C12.7631 7.50009 12.5583 7.50011 12.3848 7.48594C12.1943 7.47038 11.9695 7.43365 11.7433 7.3184C11.4297 7.15862 11.1748 6.90365 11.015 6.59004C10.8997 6.36386 10.863 6.13908 10.8475 5.94859C10.8333 5.77512 10.8333 5.57029 10.8333 5.35996L10.8333 2.51654ZM11.9947 1.12497C11.8064 1.04059 11.6105 0.973736 11.4093 0.925435C11.0237 0.832866 10.6239 0.833056 10.0947 0.833308C10.0668 0.833322 10.0385 0.833335 10.0098 0.833335L7.29892 0.833335C6.62811 0.833324 6.07448 0.833315 5.62348 0.870163C5.15506 0.908434 4.72448 0.990571 4.32003 1.19665C3.69283 1.51622 3.18289 2.02616 2.86331 2.65337C2.65724 3.05781 2.5751 3.4884 2.53683 3.95681C2.49998 4.40781 2.49999 4.96144 2.5 5.63225V14.3678C2.49999 15.0386 2.49998 15.5922 2.53683 16.0432C2.5751 16.5116 2.65724 16.9422 2.86331 17.3466C3.18289 17.9738 3.69283 18.4838 4.32003 18.8034C4.72448 19.0094 5.15506 19.0916 5.62348 19.1298C6.07447 19.1667 6.6281 19.1667 7.2989 19.1667H12.7011C13.3719 19.1667 13.9255 19.1667 14.3765 19.1298C14.8449 19.0916 15.2755 19.0094 15.68 18.8034C16.3072 18.4838 16.8171 17.9738 17.1367 17.3466C17.3428 16.9422 17.4249 16.5116 17.4632 16.0432C17.5 15.5922 17.5 15.0386 17.5 14.3678V8.32352C17.5 8.29485 17.5 8.26656 17.5 8.23863C17.5003 7.70946 17.5005 7.30963 17.4079 6.92405C17.3597 6.72344 17.2931 6.52805 17.2091 6.34031C17.2039 6.32807 17.1984 6.31599 17.1926 6.30407C17.1382 6.18624 17.0768 6.07153 17.0088 5.96054C16.8016 5.62244 16.5188 5.33985 16.1444 4.96584C16.1246 4.9461 16.1046 4.92611 16.0843 4.90584L13.4275 2.24899C13.4072 2.22871 13.3872 2.2087 13.3675 2.18893C12.9935 1.81458 12.7109 1.53172 12.3728 1.32453C12.2614 1.25625 12.1462 1.19467 12.0278 1.14006C12.0169 1.1348 12.0058 1.12977 11.9947 1.12497ZM12.5 3.67851V5.3334C12.5 5.5805 12.5006 5.71571 12.5086 5.81287C12.5089 5.81673 12.5092 5.82039 12.5095 5.82385C12.513 5.82417 12.5167 5.82449 12.5205 5.82481C12.6177 5.83275 12.7529 5.83339 13 5.83339H14.6549L12.5 3.67851ZM5.83333 10.8333C5.83333 10.3731 6.20643 10 6.66667 10H13.3333C13.7936 10 14.1667 10.3731 14.1667 10.8333C14.1667 11.2936 13.7936 11.6667 13.3333 11.6667H6.66667C6.20643 11.6667 5.83333 11.2936 5.83333 10.8333ZM5.83333 14.1667C5.83333 13.7064 6.20643 13.3333 6.66667 13.3333H11.6667C12.1269 13.3333 12.5 13.7064 12.5 14.1667C12.5 14.6269 12.1269 15 11.6667 15H6.66667C6.20643 15 5.83333 14.6269 5.83333 14.1667Z", "fill", "white"], ["strokeWidth", "6"], [1, "panel-header-container"], [1, "table-toggle-container"], [1, "table-toggle-label"], ["pTooltip", "Switch between old and new table views", "tooltipPosition", "top", "showDelay", "600", "hideDelay", "300", 1, "table-toggle", 3, "ngModelChange", "onChange", "ngModel", "ngModelOptions"], [1, "panel-header-right"], ["text", "Download .CSV", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon", 3, "ngStyle"], ["styleClass", "outlined-color", "strokeWidth", "6"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.99935 1.66663C10.4596 1.66663 10.8327 2.03972 10.8327 2.49996V10.4881L13.5768 7.74404C13.9022 7.4186 14.4298 7.4186 14.7553 7.74404C15.0807 8.06947 15.0807 8.59711 14.7553 8.92255L10.5886 13.0892C10.2632 13.4147 9.73553 13.4147 9.41009 13.0892L5.24343 8.92255C4.91799 8.59711 4.91799 8.06947 5.24343 7.74404C5.56886 7.4186 6.0965 7.4186 6.42194 7.74404L9.16602 10.4881V2.49996C9.16602 2.03972 9.53911 1.66663 9.99935 1.66663ZM2.49935 11.6666C2.95959 11.6666 3.33268 12.0397 3.33268 12.5V13.5C3.33268 14.2138 3.33333 14.699 3.36398 15.0741C3.39383 15.4394 3.44793 15.6263 3.51434 15.7566C3.67413 16.0702 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6353C5.30029 16.666 5.78553 16.6666 6.49935 16.6666H13.4993C14.2132 16.6666 14.6984 16.666 15.0735 16.6353C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0702 16.4844 15.7566C16.5508 15.6263 16.6049 15.4394 16.6347 15.0741C16.6654 14.699 16.666 14.2138 16.666 13.5V12.5C16.666 12.0397 17.0391 11.6666 17.4993 11.6666C17.9596 11.6666 18.3327 12.0397 18.3327 12.5V13.5344C18.3327 14.2052 18.3327 14.7588 18.2959 15.2098C18.2576 15.6782 18.1754 16.1088 17.9694 16.5133C17.6498 17.1405 17.1399 17.6504 16.5126 17.97C16.1082 18.1761 15.6776 18.2582 15.2092 18.2965C14.7582 18.3333 14.2046 18.3333 13.5338 18.3333H6.46491C5.79411 18.3333 5.24049 18.3333 4.78949 18.2965C4.32108 18.2582 3.89049 18.1761 3.48605 17.97C2.85884 17.6504 2.34891 17.1405 2.02933 16.5133C1.82325 16.1088 1.74112 15.6782 1.70284 15.2098C1.666 14.7588 1.66601 14.2052 1.66602 13.5344L1.66602 12.5C1.66602 12.0397 2.03911 11.6666 2.49935 11.6666Z", "fill", "#0076DD"], ["header", "Documents Settings", 3, "visibleChange", "modal", "visible"], [1, "dialog-content", 3, "formGroup"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Type", "formControlName", "documents_type", 3, "isMultiSelect", "options"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Status", "formControlName", "documents_status", 3, "isMultiSelect", "options", "appendToBody"], ["label", "Expiry Date", "formControlName", "documents_expiry_date", 3, "openState"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "openState"], [1, "dialog-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], [3, "visibleChange", "confirm", "visible", "isSaveMode"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
58559
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], features: [\u0275\u0275ProvidersFeature([TemplateService])], decls: 25, vars: 23, consts: [["tablePanel", ""], ["header", ""], ["panel", ""], ["dialog", ""], ["contentWrapper", ""], [1, "everymatrix-mm-verification-report"], [1, "report-wrapper"], [1, "report-header-container"], [1, "report-titles-container"], [1, "report-title"], [1, "template-title"], [3, "reportId", "domainLookups", "templateCsvLoadingConfig"], [3, "toggleable"], [1, "table-panel-container", 3, "ngStyle"], [3, "limitChange", "loadMoreEmitter", "sortingEmitter", "ngStyle", "limit", "startIndex", "loading", "tableColumns", "rawTableData", "generalTotal", "scrollHeight"], [3, "options"], [3, "templateCsvLoadingConfigChange", "csvLoadEmitter", "runReportEmitter", "reportId", "domainLookups", "templateCsvLoadingConfig"], ["pTemplate", "icons"], [3, "formGroup"], [1, "spinner-wrapper"], [1, "panel-header-container", 3, "ngStyle"], [1, "panel-header-left"], [1, "panel-header-title"], ["tooltipPosition", "top", 1, "panel-header-title-sub", 3, "pTooltip"], [1, "panel-header-right", 3, "ngStyle"], ["size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-right", "", 1, "dm-button-icon", 3, "ngStyle"], ["pTooltip", "Reset Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M0.833496 10C0.833496 5.39763 4.56446 1.66667 9.16683 1.66667C11.4688 1.66667 13.5541 2.60117 15.0614 4.10949C15.5945 4.64289 16.1653 5.30207 16.6668 5.91204V3.33334C16.6668 2.8731 17.0399 2.50001 17.5002 2.50001C17.9604 2.50001 18.3335 2.8731 18.3335 3.33334V8.33334C18.3335 8.79358 17.9604 9.16667 17.5002 9.16667H12.5002C12.0399 9.16667 11.6668 8.79358 11.6668 8.33334C11.6668 7.8731 12.0399 7.50001 12.5002 7.50001H15.8078C15.231 6.77607 14.5139 5.91947 13.8825 5.28759C12.675 4.07929 11.0088 3.33334 9.16683 3.33334C5.48493 3.33334 2.50016 6.31811 2.50016 10C2.50016 13.6819 5.48493 16.6667 9.16683 16.6667C12.2049 16.6667 14.7704 14.6337 15.573 11.8523C15.7006 11.4101 16.1625 11.1551 16.6047 11.2827C17.0469 11.4103 17.302 11.8722 17.1744 12.3144C16.1714 15.7901 12.9672 18.3333 9.16683 18.3333C4.56446 18.3333 0.833496 14.6024 0.833496 10Z", "fill", "#5D6983"], ["text", "Configure Report", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "18", "height", "14", "viewBox", "0 0 18 14", "fill", "none"], ["d", "M1.5 3.66667H11.5M11.5 3.66667C11.5 5.04738 12.6192 6.16667 14 6.16667C15.3807 6.16667 16.5 5.04738 16.5 3.66667C16.5 2.28596 15.3807 1.16667 14 1.16667C12.6192 1.16667 11.5 2.28596 11.5 3.66667ZM6.5 10.3333H16.5M6.5 10.3333C6.5 11.7141 5.38071 12.8333 4 12.8333C2.61929 12.8333 1.5 11.7141 1.5 10.3333C1.5 8.95258 2.61929 7.83333 4 7.83333C5.38071 7.83333 6.5 8.95258 6.5 10.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.41009 6.91075C9.73553 6.58531 10.2632 6.58531 10.5886 6.91075L15.5886 11.9107C15.914 12.2362 15.914 12.7638 15.5886 13.0893C15.2632 13.4147 14.7355 13.4147 14.4101 13.0893L9.99935 8.67852L5.5886 13.0893C5.26317 13.4147 4.73553 13.4147 4.41009 13.0893C4.08466 12.7638 4.08466 12.2362 4.41009 11.9107L9.41009 6.91075Z", "fill", "#5D6983"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M4.41107 6.91083C4.73651 6.58539 5.26414 6.58539 5.58958 6.91083L10.0003 11.3216L14.4111 6.91083C14.7365 6.58539 15.2641 6.58539 15.5896 6.91083C15.915 7.23626 15.915 7.7639 15.5896 8.08934L10.5896 13.0893C10.2641 13.4148 9.73651 13.4148 9.41107 13.0893L4.41107 8.08934C4.08563 7.7639 4.08563 7.23626 4.41107 6.91083Z", "fill", "#5D6983"], [1, "filters-content"], [1, "filter-options"], [1, "form-control-container", "last-updated-checkbox"], ["inputId", "lastUpdate", "formControlName", "show_last_verification", 3, "binary"], ["for", "lastUpdate", 1, "form-control-label"], [1, "filter-actions"], ["text", "Save Template", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35637C12.7633 3.3387 12.6754 3.33335 12.2281 3.33335H6.66602V5.33335C6.66602 5.58045 6.66666 5.71566 6.6746 5.81282C6.67492 5.81669 6.67524 5.82035 6.67556 5.82381C6.67902 5.82413 6.68268 5.82444 6.68654 5.82476C6.7837 5.8327 6.91891 5.83335 7.16602 5.83335H12.8327C13.0798 5.83335 13.215 5.8327 13.3122 5.82476C13.316 5.82444 13.3197 5.82413 13.3231 5.82381C13.3235 5.82035 13.3238 5.81669 13.3241 5.81282C13.332 5.71566 13.3327 5.58045 13.3327 5.33335V3.68005C13.1758 3.52644 13.1264 3.48596 13.0777 3.45615C13.0032 3.41046 12.9219 3.37679 12.8369 3.35637ZM14.7552 2.74398L14.703 2.69181C14.6865 2.67531 14.6701 2.65893 14.6539 2.64269C14.4144 2.4027 14.2032 2.19111 13.9486 2.03508C13.7249 1.89801 13.481 1.797 13.2259 1.73576C12.9356 1.66604 12.6366 1.66632 12.2975 1.66664C12.2746 1.66666 12.2514 1.66668 12.2281 1.66668L6.46493 1.66668C6.25739 1.66668 6.06106 1.66667 5.87552 1.66776C5.86133 1.66704 5.84705 1.66668 5.83268 1.66668C5.81429 1.66668 5.79604 1.66728 5.77795 1.66845C5.40448 1.67155 5.07624 1.68008 4.78949 1.70351C4.32108 1.74178 3.89049 1.82392 3.48605 2.02999C2.85884 2.34957 2.34891 2.8595 2.02933 3.48671C1.82325 3.89116 1.74112 4.32174 1.70284 4.79016C1.666 5.24115 1.66601 5.79479 1.66602 6.4656V13.5344C1.66601 14.2052 1.666 14.7589 1.70284 15.2099C1.74112 15.6783 1.82325 16.1089 2.02933 16.5133C2.34891 17.1405 2.85884 17.6505 3.48605 17.97C3.89049 18.1761 4.32108 18.2582 4.78949 18.2965C5.07624 18.3199 5.40448 18.3285 5.77794 18.3316C5.79604 18.3328 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.333 5.87552 18.3323C6.06105 18.3334 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3334 14.1232 18.3323C14.1374 18.333 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3328 14.2208 18.3316C14.5942 18.3285 14.9225 18.3199 15.2092 18.2965C15.6776 18.2582 16.1082 18.1761 16.5127 17.97C17.1399 17.6505 17.6498 17.1405 17.9694 16.5133C18.1754 16.1089 18.2576 15.6783 18.2959 15.2099C18.3327 14.7589 18.3327 14.2052 18.3327 13.5345V7.77125C18.3327 7.74792 18.3327 7.72477 18.3327 7.70182C18.333 7.36274 18.3333 7.06379 18.2636 6.77342C18.2024 6.51833 18.1014 6.27447 17.9643 6.05079C17.8083 5.79618 17.5967 5.58498 17.3567 5.34544C17.3404 5.32922 17.3241 5.31288 17.3076 5.29638L14.7552 2.74398C14.7552 2.74405 14.7551 2.74391 14.7552 2.74398ZM14.9994 5.34519V5.35991C14.9994 5.57024 14.9994 5.77507 14.9852 5.94854C14.9697 6.13903 14.9329 6.36381 14.8177 6.59C14.6579 6.9036 14.4029 7.15857 14.0893 7.31836C13.8631 7.43361 13.6384 7.47033 13.4479 7.48589C13.2744 7.50006 13.0696 7.50004 12.8593 7.50002L7.16602 7.50001C7.15715 7.50001 7.14829 7.50001 7.13944 7.50002C6.92912 7.50004 6.72429 7.50006 6.55082 7.48589C6.36033 7.47033 6.13555 7.43361 5.90937 7.31836C5.59576 7.15857 5.34079 6.9036 5.18101 6.59C5.06576 6.36381 5.02903 6.13903 5.01347 5.94854C4.9993 5.77507 4.99932 5.57025 4.99935 5.35993C4.99935 5.35108 4.99935 5.34222 4.99935 5.33335V3.35907C4.97416 3.3608 4.94946 3.36266 4.92521 3.36464C4.55987 3.39449 4.37303 3.44859 4.2427 3.515C3.9291 3.67479 3.67413 3.92976 3.51434 4.24336C3.44793 4.3737 3.39383 4.56053 3.36398 4.92588C3.33333 5.30095 3.33268 5.7862 3.33268 6.50001V13.5C3.33268 14.2138 3.33333 14.6991 3.36398 15.0741C3.39383 15.4395 3.44793 15.6263 3.51434 15.7567C3.67413 16.0703 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6354C4.94946 16.6374 4.97416 16.6392 4.99935 16.641L4.99935 12.1401C4.99932 11.9298 4.9993 11.725 5.01347 11.5515C5.02903 11.361 5.06576 11.1362 5.18101 10.91C5.34079 10.5964 5.59576 10.3415 5.90937 10.1817C6.13555 10.0664 6.36033 10.0297 6.55082 10.0141C6.72429 9.99996 6.92912 9.99999 7.13945 10H12.8593C13.0696 9.99999 13.2744 9.99996 13.4479 10.0141C13.6384 10.0297 13.8631 10.0664 14.0893 10.1817C14.4029 10.3415 14.6579 10.5964 14.8177 10.91C14.9329 11.1362 14.9697 11.361 14.9852 11.5515C14.9994 11.725 14.9994 11.9298 14.9994 12.1401L14.9993 16.641C15.0245 16.6392 15.0492 16.6374 15.0735 16.6354C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0703 16.4844 15.7567C16.5508 15.6263 16.6049 15.4395 16.6347 15.0741C16.6654 14.6991 16.666 14.2138 16.666 13.5V7.77125C16.666 7.32393 16.6607 7.2361 16.643 7.1625C16.6226 7.07747 16.5889 6.99618 16.5432 6.92162C16.5037 6.85708 16.4453 6.79119 16.129 6.47489L14.9994 5.34519ZM13.3327 16.6667V12.1667C13.3327 11.9196 13.332 11.7844 13.3241 11.6872C13.3238 11.6833 13.3235 11.6797 13.3231 11.6762C13.3197 11.6759 13.316 11.6756 13.3122 11.6753C13.215 11.6673 13.0798 11.6667 12.8327 11.6667H7.16602C6.91891 11.6667 6.7837 11.6673 6.68654 11.6753C6.68268 11.6756 6.67902 11.6759 6.67556 11.6762C6.67524 11.6797 6.67492 11.6833 6.6746 11.6872C6.66666 11.7844 6.66602 11.9196 6.66602 12.1667V16.6667H13.3327Z", "fill", "#0076DD"], ["text", "Run Report", "size", "medium", 3, "outsideClickEmitter", "disabled"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "isMultiSelect", "label", "placeholder", "isRequired", "options", "formControlName"], [3, "tooltipMessage", "infoIcon", "label", "formControlName"], [3, "showClear", "label", "readonly", "placeholder", "control"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control"], ["icon-right", "", 1, "dm-input-icon", "icon-right", "clear-icon", 2, "right", "33px"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true"], ["icon-right", "", 1, "dm-input-icon", "icon-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M2.5 6.66666H12.5M12.5 6.66666C12.5 8.04737 13.6192 9.16666 15 9.16666C16.3807 9.16666 17.5 8.04736 17.5 6.66666C17.5 5.28595 16.3807 4.16666 15 4.16666C13.6192 4.16666 12.5 5.28595 12.5 6.66666ZM7.5 13.3333H17.5M7.5 13.3333C7.5 14.7141 6.38071 15.8333 5 15.8333C3.61929 15.8333 2.5 14.7141 2.5 13.3333C2.5 11.9526 3.61929 10.8333 5 10.8333C6.38071 10.8333 7.5 11.9526 7.5 13.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 3, "click"], ["d", "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.8333 2.51654C10.6786 2.50244 10.4493 2.5 10.0098 2.5H7.33333C6.61952 2.5 6.13427 2.50065 5.7592 2.53129C5.39385 2.56114 5.20702 2.61525 5.07668 2.68166C4.76308 2.84145 4.50811 3.09641 4.34832 3.41002C4.28192 3.54035 4.22781 3.72719 4.19796 4.09253C4.16732 4.46761 4.16667 4.95285 4.16667 5.66667V14.3333C4.16667 15.0472 4.16732 15.5324 4.19796 15.9075C4.22781 16.2728 4.28192 16.4597 4.34832 16.59C4.50811 16.9036 4.76308 17.1586 5.07668 17.3183C5.20702 17.3848 5.39385 17.4389 5.7592 17.4687C6.13427 17.4994 6.61952 17.5 7.33333 17.5H12.6667C13.3805 17.5 13.8657 17.4994 14.2408 17.4687C14.6061 17.4389 14.793 17.3848 14.9233 17.3183C15.2369 17.1586 15.4919 16.9036 15.6517 16.59C15.7181 16.4597 15.7722 16.2728 15.802 15.9075C15.8327 15.5324 15.8333 15.0472 15.8333 14.3333V8.32352C15.8333 7.8841 15.8309 7.65481 15.8168 7.50006L12.9734 7.50006C12.7631 7.50009 12.5583 7.50011 12.3848 7.48594C12.1943 7.47038 11.9695 7.43365 11.7433 7.3184C11.4297 7.15862 11.1748 6.90365 11.015 6.59004C10.8997 6.36386 10.863 6.13908 10.8475 5.94859C10.8333 5.77512 10.8333 5.57029 10.8333 5.35996L10.8333 2.51654ZM11.9947 1.12497C11.8064 1.04059 11.6105 0.973736 11.4093 0.925435C11.0237 0.832866 10.6239 0.833056 10.0947 0.833308C10.0668 0.833322 10.0385 0.833335 10.0098 0.833335L7.29892 0.833335C6.62811 0.833324 6.07448 0.833315 5.62348 0.870163C5.15506 0.908434 4.72448 0.990571 4.32003 1.19665C3.69283 1.51622 3.18289 2.02616 2.86331 2.65337C2.65724 3.05781 2.5751 3.4884 2.53683 3.95681C2.49998 4.40781 2.49999 4.96144 2.5 5.63225V14.3678C2.49999 15.0386 2.49998 15.5922 2.53683 16.0432C2.5751 16.5116 2.65724 16.9422 2.86331 17.3466C3.18289 17.9738 3.69283 18.4838 4.32003 18.8034C4.72448 19.0094 5.15506 19.0916 5.62348 19.1298C6.07447 19.1667 6.6281 19.1667 7.2989 19.1667H12.7011C13.3719 19.1667 13.9255 19.1667 14.3765 19.1298C14.8449 19.0916 15.2755 19.0094 15.68 18.8034C16.3072 18.4838 16.8171 17.9738 17.1367 17.3466C17.3428 16.9422 17.4249 16.5116 17.4632 16.0432C17.5 15.5922 17.5 15.0386 17.5 14.3678V8.32352C17.5 8.29485 17.5 8.26656 17.5 8.23863C17.5003 7.70946 17.5005 7.30963 17.4079 6.92405C17.3597 6.72344 17.2931 6.52805 17.2091 6.34031C17.2039 6.32807 17.1984 6.31599 17.1926 6.30407C17.1382 6.18624 17.0768 6.07153 17.0088 5.96054C16.8016 5.62244 16.5188 5.33985 16.1444 4.96584C16.1246 4.9461 16.1046 4.92611 16.0843 4.90584L13.4275 2.24899C13.4072 2.22871 13.3872 2.2087 13.3675 2.18893C12.9935 1.81458 12.7109 1.53172 12.3728 1.32453C12.2614 1.25625 12.1462 1.19467 12.0278 1.14006C12.0169 1.1348 12.0058 1.12977 11.9947 1.12497ZM12.5 3.67851V5.3334C12.5 5.5805 12.5006 5.71571 12.5086 5.81287C12.5089 5.81673 12.5092 5.82039 12.5095 5.82385C12.513 5.82417 12.5167 5.82449 12.5205 5.82481C12.6177 5.83275 12.7529 5.83339 13 5.83339H14.6549L12.5 3.67851ZM5.83333 10.8333C5.83333 10.3731 6.20643 10 6.66667 10H13.3333C13.7936 10 14.1667 10.3731 14.1667 10.8333C14.1667 11.2936 13.7936 11.6667 13.3333 11.6667H6.66667C6.20643 11.6667 5.83333 11.2936 5.83333 10.8333ZM5.83333 14.1667C5.83333 13.7064 6.20643 13.3333 6.66667 13.3333H11.6667C12.1269 13.3333 12.5 13.7064 12.5 14.1667C12.5 14.6269 12.1269 15 11.6667 15H6.66667C6.20643 15 5.83333 14.6269 5.83333 14.1667Z", "fill", "white"], ["strokeWidth", "6"], [1, "panel-header-container"], [1, "table-toggle-container"], [1, "table-toggle-label"], ["pTooltip", "Switch between old and new table views", "tooltipPosition", "top", "showDelay", "600", "hideDelay", "300", 1, "table-toggle", 3, "ngModelChange", "onChange", "ngModel", "ngModelOptions"], [1, "panel-header-right"], ["text", "Download .CSV", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon", 3, "ngStyle"], ["styleClass", "outlined-color", "strokeWidth", "6"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.99935 1.66663C10.4596 1.66663 10.8327 2.03972 10.8327 2.49996V10.4881L13.5768 7.74404C13.9022 7.4186 14.4298 7.4186 14.7553 7.74404C15.0807 8.06947 15.0807 8.59711 14.7553 8.92255L10.5886 13.0892C10.2632 13.4147 9.73553 13.4147 9.41009 13.0892L5.24343 8.92255C4.91799 8.59711 4.91799 8.06947 5.24343 7.74404C5.56886 7.4186 6.0965 7.4186 6.42194 7.74404L9.16602 10.4881V2.49996C9.16602 2.03972 9.53911 1.66663 9.99935 1.66663ZM2.49935 11.6666C2.95959 11.6666 3.33268 12.0397 3.33268 12.5V13.5C3.33268 14.2138 3.33333 14.699 3.36398 15.0741C3.39383 15.4394 3.44793 15.6263 3.51434 15.7566C3.67413 16.0702 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6353C5.30029 16.666 5.78553 16.6666 6.49935 16.6666H13.4993C14.2132 16.6666 14.6984 16.666 15.0735 16.6353C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0702 16.4844 15.7566C16.5508 15.6263 16.6049 15.4394 16.6347 15.0741C16.6654 14.699 16.666 14.2138 16.666 13.5V12.5C16.666 12.0397 17.0391 11.6666 17.4993 11.6666C17.9596 11.6666 18.3327 12.0397 18.3327 12.5V13.5344C18.3327 14.2052 18.3327 14.7588 18.2959 15.2098C18.2576 15.6782 18.1754 16.1088 17.9694 16.5133C17.6498 17.1405 17.1399 17.6504 16.5126 17.97C16.1082 18.1761 15.6776 18.2582 15.2092 18.2965C14.7582 18.3333 14.2046 18.3333 13.5338 18.3333H6.46491C5.79411 18.3333 5.24049 18.3333 4.78949 18.2965C4.32108 18.2582 3.89049 18.1761 3.48605 17.97C2.85884 17.6504 2.34891 17.1405 2.02933 16.5133C1.82325 16.1088 1.74112 15.6782 1.70284 15.2098C1.666 14.7588 1.66601 14.2052 1.66602 13.5344L1.66602 12.5C1.66602 12.0397 2.03911 11.6666 2.49935 11.6666Z", "fill", "#0076DD"], ["header", "Documents Settings", 3, "visibleChange", "modal", "visible"], [1, "dialog-content", 3, "formGroup"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Type", "formControlName", "documents_type", 3, "isMultiSelect", "options"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Status", "formControlName", "documents_status", 3, "openState", "isMultiSelect", "options"], ["label", "Expiry Date", "formControlName", "documents_expiry_date", 3, "openState"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "openState"], [1, "dialog-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], [3, "visibleChange", "confirm", "visible", "isSaveMode"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
58446
58560
  if (rf & 1) {
58447
58561
  const _r1 = \u0275\u0275getCurrentView();
58448
58562
  \u0275\u0275elementStart(0, "div", 5)(1, "div", 6);
@@ -59006,7 +59120,7 @@ var AppComponent = class _AppComponent {
59006
59120
  formControlName="documents_status"\r
59007
59121
  [isMultiSelect]="true"\r
59008
59122
  [options]="lookups && lookups['documents_status']"\r
59009
- [appendToBody]="true"\r
59123
+ (openState)="calculateHeightPosition(contentWrapper)"\r
59010
59124
  />\r
59011
59125
  <lib-dm-range-date-picker-lib\r
59012
59126
  label="Expiry Date"\r