@everymatrix/stage-mm-verification-report 1.0.46 → 1.0.48

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-56BPDXDC.js";
4
+ } from "./chunk-XM5CXKZB.js";
5
5
  import {
6
6
  DomainsOverloadModalComponent
7
- } from "./chunk-LQWEMMSH.js";
7
+ } from "./chunk-JFOMKAHM.js";
8
8
  import {
9
9
  ApiHandlerService,
10
10
  BrowserModule,
@@ -20,6 +20,7 @@ import {
20
20
  SendingService,
21
21
  SessionService,
22
22
  ShadowDomStyleInjectorService,
23
+ TEMPORARY_TEMPLATE_WARNING,
23
24
  TIME_OPTIONS,
24
25
  TemplateService,
25
26
  TracingInfoService,
@@ -35,7 +36,7 @@ import {
35
36
  provideHttpClient,
36
37
  require_moment,
37
38
  withInterceptors
38
- } from "./chunk-XSSG23CW.js";
39
+ } from "./chunk-IZYMSKEV.js";
39
40
  import {
40
41
  $dt,
41
42
  AutoFocus,
@@ -23454,10 +23455,15 @@ var DmRangeDatePickerLibComponent = class _DmRangeDatePickerLibComponent {
23454
23455
  }
23455
23456
  onClear() {
23456
23457
  this.dateControl.reset();
23458
+ this.dateControl.markAsTouched();
23459
+ this.dateControl.markAsDirty();
23457
23460
  this.inputValue = "";
23458
23461
  this._initialValue = null;
23459
- if (this.control)
23462
+ if (this.control) {
23460
23463
  this.control.reset();
23464
+ this.control.markAsTouched();
23465
+ this.control.markAsDirty();
23466
+ }
23461
23467
  }
23462
23468
  static \u0275fac = function DmRangeDatePickerLibComponent_Factory(__ngFactoryType__) {
23463
23469
  return new (__ngFactoryType__ || _DmRangeDatePickerLibComponent)(\u0275\u0275directiveInject(ElementRef), \u0275\u0275directiveInject(ShadowDomStyleInjectorService));
@@ -52316,6 +52322,8 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52316
52322
  onShowDialog() {
52317
52323
  if (this.isTemplatePresent) {
52318
52324
  this.radioButtonControl.setValue("existing");
52325
+ } else {
52326
+ this.radioButtonControl.setValue("new");
52319
52327
  }
52320
52328
  }
52321
52329
  close() {
@@ -52330,11 +52338,13 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52330
52338
  this.deleteSchedulesIfNeeded(this.template).pipe(switchMap(() => this.templateService.saveTemplate(this.nameControl.value, this.descriptionControl.value, this.params(), this.reportId(), this.radioButtonControl.value === "existing" ? this.template?.template_id : null, false).pipe(take(1)))).subscribe({
52331
52339
  next: (template) => {
52332
52340
  this.radioButtonControl.setValue("existing");
52333
- if (this.template?.template_id !== template.template_id) {
52334
- this.templateService.setUrlTemplateId(template.template_id);
52335
- }
52336
- this.templateService.savedTemplateSubject.next(template);
52337
- this.updateTemplateList(template);
52341
+ this.templateService.setSearchParams({
52342
+ modificationId: null,
52343
+ templateName: null,
52344
+ templateId: template.template_id
52345
+ });
52346
+ this.templateService.templateChangedSubject.next(template);
52347
+ this.templateService.updateTemplateList(template);
52338
52348
  this.templateService.template.set(template);
52339
52349
  this.globalMessageService.showSuccessMessage({
52340
52350
  detail: "The Report has been saved successfully"
@@ -52350,18 +52360,6 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52350
52360
  }
52351
52361
  });
52352
52362
  }
52353
- updateTemplateList(template) {
52354
- this.templateService.templatesList.update((arr) => {
52355
- const list = [...arr];
52356
- const index = list.findIndex((t) => t.template_id === template.template_id);
52357
- if (index !== -1) {
52358
- list[index] = template;
52359
- } else {
52360
- list.push(template);
52361
- }
52362
- return list;
52363
- });
52364
- }
52365
52363
  hasConfiguredSendOptions() {
52366
52364
  return this.template?.input_params.send_option;
52367
52365
  }
@@ -53673,6 +53671,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53673
53671
  */
53674
53672
  showTimePicker = false;
53675
53673
  dateControl = new FormControl(null);
53674
+ appendToBody = false;
53676
53675
  constructor(elementRef, shadowDomStyleInjectorService) {
53677
53676
  this.elementRef = elementRef;
53678
53677
  this.shadowDomStyleInjectorService = shadowDomStyleInjectorService;
@@ -53760,13 +53759,13 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53760
53759
  let _t;
53761
53760
  \u0275\u0275queryRefresh(_t = \u0275\u0275loadQuery()) && (ctx.calendar = _t.first);
53762
53761
  }
53763
- }, inputs: { label: "label", placeholder: "placeholder", disabled: [2, "disabled", "disabled", booleanAttribute], isRequired: [2, "isRequired", "isRequired", booleanAttribute], hasDefaultDate: [2, "hasDefaultDate", "hasDefaultDate", booleanAttribute], initialValue: "initialValue", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", dateFormat: "dateFormat", showTimePicker: [2, "showTimePicker", "showTimePicker", booleanAttribute] }, features: [\u0275\u0275ProvidersFeature([
53762
+ }, inputs: { label: "label", placeholder: "placeholder", disabled: [2, "disabled", "disabled", booleanAttribute], isRequired: [2, "isRequired", "isRequired", booleanAttribute], hasDefaultDate: [2, "hasDefaultDate", "hasDefaultDate", booleanAttribute], initialValue: "initialValue", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", dateFormat: "dateFormat", showTimePicker: [2, "showTimePicker", "showTimePicker", booleanAttribute], appendToBody: [2, "appendToBody", "appendToBody", booleanAttribute] }, features: [\u0275\u0275ProvidersFeature([
53764
53763
  {
53765
53764
  provide: NG_VALUE_ACCESSOR,
53766
53765
  useExisting: forwardRef(() => _DmDatePickerLibComponent),
53767
53766
  multi: true
53768
53767
  }
53769
- ]), \u0275\u0275InputTransformsFeature], decls: 5, vars: 10, consts: [["calendar", ""], [1, "form-control-container"], ["for", "datepicker", 1, "form-control-label", 2, "position", "relative"], [3, "onShow", "minDate", "maxDate", "showTime", "formControl", "iconDisplay", "showIcon", "readonlyInput", "dateFormat", "firstDayOfWeek"]], template: function DmDatePickerLibComponent_Template(rf, ctx) {
53768
+ ]), \u0275\u0275InputTransformsFeature], decls: 5, vars: 11, consts: [["calendar", ""], [1, "form-control-container"], ["for", "datepicker", 1, "form-control-label", 2, "position", "relative"], [3, "onShow", "minDate", "maxDate", "showTime", "formControl", "iconDisplay", "showIcon", "readonlyInput", "dateFormat", "firstDayOfWeek", "appendTo"]], template: function DmDatePickerLibComponent_Template(rf, ctx) {
53770
53769
  if (rf & 1) {
53771
53770
  const _r1 = \u0275\u0275getCurrentView();
53772
53771
  \u0275\u0275elementStart(0, "div", 1)(1, "label", 2);
@@ -53783,7 +53782,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53783
53782
  \u0275\u0275advance(2);
53784
53783
  \u0275\u0275textInterpolate1(" ", ctx.isRequired ? ctx.label + " *" : ctx.label, " ");
53785
53784
  \u0275\u0275advance();
53786
- \u0275\u0275property("minDate", ctx.minDate)("maxDate", ctx.maxDate)("showTime", ctx.showTimePicker)("formControl", ctx.dateControl)("iconDisplay", "input")("showIcon", true)("readonlyInput", true)("dateFormat", ctx.dateFormat)("firstDayOfWeek", 1);
53785
+ \u0275\u0275property("minDate", ctx.minDate)("maxDate", ctx.maxDate)("showTime", ctx.showTimePicker)("formControl", ctx.dateControl)("iconDisplay", "input")("showIcon", true)("readonlyInput", true)("dateFormat", ctx.dateFormat)("firstDayOfWeek", 1)("appendTo", ctx.appendToBody ? "body" : null);
53787
53786
  }
53788
53787
  }, dependencies: [DatePicker, CalendarModule, FormsModule, NgControlStatus, ReactiveFormsModule, FormControlDirective], 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/components/dm-date-picker-lib/src/lib/dm-date-picker-lib/dm-date-picker-lib.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/*! 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=dm-date-picker-lib.component.css.map */\n'], encapsulation: 3, changeDetection: 0 });
53789
53788
  };
@@ -53813,6 +53812,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53813
53812
  [dateFormat]="dateFormat"\r
53814
53813
  [firstDayOfWeek]="1"\r
53815
53814
  (onShow)="onCalendarShow()"\r
53815
+ [appendTo]="appendToBody ? 'body' : null"\r
53816
53816
  ></p-datepicker>\r
53817
53817
  </div>\r
53818
53818
  `, 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/components/dm-date-picker-lib/src/lib/dm-date-picker-lib/dm-date-picker-lib.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/*! 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=dm-date-picker-lib.component.css.map */\n'] }]
@@ -53847,6 +53847,9 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53847
53847
  }], showTimePicker: [{
53848
53848
  type: Input,
53849
53849
  args: [{ transform: booleanAttribute }]
53850
+ }], appendToBody: [{
53851
+ type: Input,
53852
+ args: [{ transform: booleanAttribute }]
53850
53853
  }] });
53851
53854
  })();
53852
53855
  (() => {
@@ -53855,7 +53858,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53855
53858
 
53856
53859
  // libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
53857
53860
  var _forTrack04 = ($index, $item) => $item.dag_id;
53858
- var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)];
53861
+ var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)];
53859
53862
  var _c026 = () => ({ "width": "460px", "max-height": "540px" });
53860
53863
  var _c151 = () => ({ width: "20px", height: "20px" });
53861
53864
  var _c237 = () => ({ "min-width": "720px" });
@@ -53975,7 +53978,9 @@ function SendSettingsModalComponent_Conditional_0_Conditional_11_Template(rf, ct
53975
53978
  \u0275\u0275property("options", ctx_r1.destinationOptions)("isMultiSelect", false)("filter", false)("appendToBody", true);
53976
53979
  \u0275\u0275advance();
53977
53980
  \u0275\u0275conditional(ctx_r1.recurringForm.get("destination").value === "email" ? 3 : 4);
53978
- \u0275\u0275advance(3);
53981
+ \u0275\u0275advance(2);
53982
+ \u0275\u0275property("appendToBody", true);
53983
+ \u0275\u0275advance();
53979
53984
  \u0275\u0275property("options", ctx_r1.scheduleOptions)("filter", false)("isMultiSelect", false)("appendToBody", true);
53980
53985
  \u0275\u0275advance();
53981
53986
  \u0275\u0275conditional((ctx_r1.recurringForm.value == null ? null : ctx_r1.recurringForm.value.schedule) === "1" ? 7 : -1);
@@ -54092,7 +54097,7 @@ function SendSettingsModalComponent_Conditional_0_Template(rf, ctx) {
54092
54097
  \u0275\u0275elementStart(8, "label", 8);
54093
54098
  \u0275\u0275text(9, "Set Up Recurring Sending");
54094
54099
  \u0275\u0275elementEnd()()();
54095
- \u0275\u0275template(10, SendSettingsModalComponent_Conditional_0_Conditional_10_Template, 4, 5, "form", 9)(11, SendSettingsModalComponent_Conditional_0_Conditional_11_Template, 10, 17, "form", 9);
54100
+ \u0275\u0275template(10, SendSettingsModalComponent_Conditional_0_Conditional_10_Template, 4, 5, "form", 9)(11, SendSettingsModalComponent_Conditional_0_Conditional_11_Template, 10, 18, "form", 9);
54096
54101
  \u0275\u0275elementStart(12, "div", 10)(13, "lib-dm-button-lib", 11);
54097
54102
  \u0275\u0275listener("outsideClickEmitter", function SendSettingsModalComponent_Conditional_0_Template_lib_dm_button_lib_outsideClickEmitter_13_listener() {
54098
54103
  \u0275\u0275restoreView(_r1);
@@ -54655,7 +54660,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54655
54660
  static \u0275fac = function SendSettingsModalComponent_Factory(__ngFactoryType__) {
54656
54661
  return new (__ngFactoryType__ || _SendSettingsModalComponent)(\u0275\u0275directiveInject(FormBuilder), \u0275\u0275directiveInject(TracingInfoService));
54657
54662
  };
54658
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SendSettingsModalComponent, selectors: [["lib-send-settings-modal"]], inputs: { visible: [1, "visible"], showDeleteConfirmation: [1, "showDeleteConfirmation"], selectedTemplate: [1, "selectedTemplate"] }, outputs: { visible: "visibleChange", showDeleteConfirmation: "showDeleteConfirmationChange" }, decls: 5, vars: 2, consts: [["header", "Send Settings", 3, "visible", "modal", "style"], ["header", "Send Report", 3, "visible", "modal", "style"], ["header", "Send Settings", 3, "visibleChange", "onShow", "visible", "modal"], [1, "radio-buttons-container"], [1, "radio-button"], ["value", "once", "inputId", "sendOnce", 3, "formControl"], ["for", "sendOnce", 1, "radio-button-label"], ["value", "recurring", "inputId", "recurring", 3, "formControl"], ["for", "recurring", 1, "radio-button-label"], [1, "form-container", 3, "formGroup"], [1, "modal-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Send Now", "size", "medium", "variant", "primary-filled", 3, "disabled"], ["text", "Save Schedule", "size", "medium", "variant", "primary-filled", 3, "disabled"], ["label", "Destination", "placeholder", "Destination", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "destination", 3, "options", "filter", "appendToBody"], ["label", "Email", "placeholder", "Email", 3, "control", "hint", "errorMessage"], ["label", "Email Subject", "placeholder", "Email Subject", 3, "control"], ["label", "Email CC", "placeholder", "Email CC", 3, "control", "hint", "errorMessage"], ["label", "Email BCC", "placeholder", "Email BCC", 3, "control", "hint", "errorMessage"], ["label", "Connection ID", "placeholder", "Connection ID", 3, "control"], ["label", "Folder Name", "placeholder", "Folder Name", 3, "control"], ["label", "File Name", "placeholder", "File Name", 3, "control", "hint", "permanentHint", "suggestionsList", "autocomplete", "searchCharacter", "showEmptyMessage", "appendToBody"], ["label", "Date Time Format", "formControlName", "dateTimeFormat", "optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "options", "filter", "hint", "permanentHint", "appendToBody"], ["label", "Name", "placeholder", "Name", 3, "control"], ["label", "Destination", "placeholder", "Destination", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "destination", 3, "options", "isMultiSelect", "filter", "appendToBody"], ["label", "Expiration Date", "formControlName", "expirationDate"], ["label", "Schedule", "placeholder", "Schedule", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "schedule", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Day of Week", "placeholder", "Day Of Week", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "dayOfWeek", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Day of Month", "placeholder", "Day of Month", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "dayOfMonth", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Time (UTC)", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "time", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["text", "Send Now", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon"], ["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", "M16.1126 5.06654L9.72433 11.4548L11.6686 16.4544L16.1126 5.06654ZM8.54582 10.2763L14.9341 3.88803L3.5463 8.33205L8.54582 10.2763ZM17.2069 1.22851C17.3596 1.18417 17.6666 1.10449 17.9965 1.21467C18.3691 1.33915 18.6615 1.63157 18.786 2.00419C18.8962 2.334 18.8165 2.64105 18.7721 2.7937C18.7238 2.96006 18.6464 3.15833 18.5687 3.35725L13.0542 17.4882C12.9675 17.7106 12.8835 17.9259 12.8013 18.0921C12.7303 18.2358 12.5722 18.541 12.2442 18.7115C11.8825 18.8994 11.4518 18.8991 11.0903 18.7108C10.7625 18.54 10.6048 18.2345 10.534 18.0908C10.452 17.9245 10.3682 17.709 10.2818 17.4866L8.1068 11.8938L2.54348 9.73033C2.53368 9.72652 2.52388 9.72271 2.5141 9.71891C2.29163 9.63242 2.07618 9.54867 1.90985 9.46667C1.76613 9.39582 1.46067 9.23811 1.28988 8.9103C1.10153 8.5488 1.10128 8.11818 1.2892 7.75646C1.4596 7.42845 1.76488 7.27038 1.90851 7.19936C2.07475 7.11717 2.2901 7.03316 2.51247 6.94642C2.52225 6.9426 2.53204 6.93878 2.54184 6.93496L16.6434 1.43191C16.8423 1.35425 17.0406 1.27683 17.2069 1.22851Z", "fill", "white"], ["strokeWidth", "6"], ["text", "Save Schedule", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35628C12.7633 3.33861 12.6754 3.33326 12.2281 3.33326H6.66602V5.33326C6.66602 5.58036 6.66666 5.71557 6.6746 5.81273C6.67492 5.8166 6.67524 5.82026 6.67556 5.82371C6.67902 5.82403 6.68268 5.82435 6.68654 5.82467C6.7837 5.83261 6.91891 5.83326 7.16602 5.83326H12.8327C13.0798 5.83326 13.215 5.83261 13.3122 5.82467C13.316 5.82435 13.3197 5.82403 13.3231 5.82372C13.3235 5.82026 13.3238 5.8166 13.3241 5.81273C13.332 5.71557 13.3327 5.58036 13.3327 5.33326V3.67996C13.1758 3.52635 13.1264 3.48587 13.0777 3.45606C13.0032 3.41036 12.9219 3.37669 12.8369 3.35628ZM14.7552 2.74389L14.703 2.69171C14.6865 2.67522 14.6701 2.65884 14.6539 2.6426C14.4144 2.40261 14.2032 2.19102 13.9486 2.03499C13.7249 1.89792 13.481 1.79691 13.2259 1.73566C12.9356 1.66595 12.6366 1.66623 12.2975 1.66655C12.2746 1.66657 12.2514 1.66659 12.2281 1.66659L6.46493 1.66659C6.25739 1.66659 6.06106 1.66658 5.87552 1.66767C5.86133 1.66695 5.84705 1.66659 5.83268 1.66659C5.81429 1.66659 5.79604 1.66718 5.77795 1.66836C5.40448 1.67146 5.07624 1.67999 4.78949 1.70342C4.32108 1.74169 3.89049 1.82382 3.48605 2.0299C2.85884 2.34948 2.34891 2.85941 2.02933 3.48662C1.82325 3.89107 1.74112 4.32165 1.70284 4.79007C1.666 5.24106 1.66601 5.7947 1.66602 6.46551V13.5343C1.66601 14.2051 1.666 14.7588 1.70284 15.2098C1.74112 15.6782 1.82325 16.1088 2.02933 16.5132C2.34891 17.1404 2.85884 17.6504 3.48605 17.9699C3.89049 18.176 4.32108 18.2582 4.78949 18.2964C5.07624 18.3199 5.40448 18.3284 5.77794 18.3315C5.79604 18.3327 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.3329 5.87552 18.3322C6.06105 18.3333 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3333 14.1232 18.3322C14.1374 18.3329 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3327 14.2208 18.3315C14.5942 18.3284 14.9225 18.3199 15.2092 18.2964C15.6776 18.2582 16.1082 18.176 16.5127 17.9699C17.1399 17.6504 17.6498 17.1404 17.9694 16.5132C18.1754 16.1088 18.2576 15.6782 18.2959 15.2098C18.3327 14.7588 18.3327 14.2052 18.3327 13.5344V7.77116C18.3327 7.74782 18.3327 7.72468 18.3327 7.70173C18.333 7.36265 18.3333 7.0637 18.2636 6.77333C18.2024 6.51824 18.1014 6.27438 17.9643 6.0507C17.8083 5.79608 17.5967 5.58489 17.3567 5.34535C17.3404 5.32913 17.3241 5.31278 17.3076 5.29629L14.7552 2.74389C14.7552 2.74396 14.7551 2.74382 14.7552 2.74389ZM14.9994 5.3451V5.35982C14.9994 5.57015 14.9994 5.77498 14.9852 5.94845C14.9697 6.13894 14.9329 6.36372 14.8177 6.58991C14.6579 6.90351 14.4029 7.15848 14.0893 7.31827C13.8631 7.43351 13.6384 7.47024 13.4479 7.4858C13.2744 7.49997 13.0696 7.49995 12.8593 7.49992L7.16602 7.49992C7.15715 7.49992 7.14829 7.49992 7.13944 7.49992C6.92912 7.49995 6.72429 7.49997 6.55082 7.4858C6.36033 7.47024 6.13555 7.43351 5.90937 7.31827C5.59576 7.15848 5.34079 6.90351 5.18101 6.58991C5.06576 6.36372 5.02903 6.13894 5.01347 5.94845C4.9993 5.77498 4.99932 5.57016 4.99935 5.35984C4.99935 5.35099 4.99935 5.34212 4.99935 5.33326V3.35897C4.97416 3.36071 4.94946 3.36257 4.92521 3.36455C4.55987 3.3944 4.37303 3.4485 4.2427 3.51491C3.9291 3.6747 3.67413 3.92967 3.51434 4.24327C3.44793 4.3736 3.39383 4.56044 3.36398 4.92579C3.33333 5.30086 3.33268 5.78611 3.33268 6.49992V13.4999C3.33268 14.2137 3.33333 14.699 3.36398 15.0741C3.39383 15.4394 3.44793 15.6262 3.51434 15.7566C3.67413 16.0702 3.9291 16.3251 4.2427 16.4849C4.37303 16.5513 4.55987 16.6054 4.92521 16.6353C4.94946 16.6373 4.97416 16.6391 4.99935 16.6409L4.99935 12.14C4.99932 11.9297 4.9993 11.7249 5.01347 11.5514C5.02903 11.3609 5.06576 11.1361 5.18101 10.9099C5.34079 10.5963 5.59576 10.3414 5.90937 10.1816C6.13555 10.0663 6.36033 10.0296 6.55082 10.014C6.72429 9.99987 6.92912 9.9999 7.13945 9.99992H12.8593C13.0696 9.9999 13.2744 9.99987 13.4479 10.014C13.6384 10.0296 13.8631 10.0663 14.0893 10.1816C14.4029 10.3414 14.6579 10.5963 14.8177 10.9099C14.9329 11.1361 14.9697 11.3609 14.9852 11.5514C14.9994 11.7249 14.9994 11.9297 14.9994 12.14L14.9993 16.6409C15.0245 16.6391 15.0492 16.6373 15.0735 16.6353C15.4388 16.6054 15.6257 16.5513 15.756 16.4849C16.0696 16.3251 16.3246 16.0702 16.4844 15.7566C16.5508 15.6262 16.6049 15.4394 16.6347 15.0741C16.6654 14.699 16.666 14.2137 16.666 13.4999V7.77116C16.666 7.32384 16.6607 7.23601 16.643 7.16241C16.6226 7.07738 16.5889 6.99609 16.5432 6.92153C16.5037 6.85699 16.4453 6.7911 16.129 6.4748L14.9994 5.3451ZM13.3327 16.6666V12.1666C13.3327 11.9195 13.332 11.7843 13.3241 11.6871C13.3238 11.6832 13.3235 11.6796 13.3231 11.6761C13.3197 11.6758 13.316 11.6755 13.3122 11.6752C13.215 11.6672 13.0798 11.6666 12.8327 11.6666H7.16602C6.91891 11.6666 6.7837 11.6672 6.68654 11.6752C6.68268 11.6755 6.67902 11.6758 6.67556 11.6761C6.67524 11.6796 6.67492 11.6832 6.6746 11.6871C6.66666 11.7843 6.66602 11.9195 6.66602 12.1666V16.6666H13.3327Z", "fill", "white"], ["header", "Send Report", 3, "visibleChange", "visible", "modal"], [1, "schedule-list-container"], [1, "loading-state"], ["text", "New Sending", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon", 3, "ngStyle"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.0007 3.33331C10.4609 3.33331 10.834 3.70641 10.834 4.16665V9.16665H15.834C16.2942 9.16665 16.6673 9.53974 16.6673 9.99998C16.6673 10.4602 16.2942 10.8333 15.834 10.8333H10.834V15.8333C10.834 16.2936 10.4609 16.6666 10.0007 16.6666C9.54041 16.6666 9.16732 16.2936 9.16732 15.8333V10.8333H4.16732C3.70708 10.8333 3.33398 10.4602 3.33398 9.99998C3.33398 9.53974 3.70708 9.16665 4.16732 9.16665H9.16732V4.16665C9.16732 3.70641 9.54041 3.33331 10.0007 3.33331Z", "fill", "white"], [1, "list-table"], [3, "ngStyle"], [1, "cell-actions", 3, "ngStyle"], [1, "cell-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.862 1.52861C11.8587 0.531884 13.4747 0.531886 14.4714 1.52861C15.4682 2.52534 15.4682 4.14136 14.4714 5.13809L12.4732 7.13634C12.4726 7.13692 12.472 7.13751 12.4714 7.13809C12.4708 7.13867 12.4703 7.13926 12.4697 7.13984L5.66723 13.9423C5.65605 13.9534 5.64498 13.9645 5.63399 13.9755C5.47073 14.1391 5.32671 14.2833 5.1556 14.3961C5.00516 14.4954 4.842 14.5738 4.67056 14.6293C4.47555 14.6924 4.27295 14.7147 4.04326 14.7401C4.02781 14.7418 4.01224 14.7435 3.99654 14.7452L1.74029 14.9959C1.53901 15.0183 1.33847 14.948 1.19527 14.8048C1.05206 14.6616 0.981717 14.461 1.00408 14.2597L1.25478 12.0035C1.25652 11.9878 1.25824 11.9722 1.25994 11.9567C1.28528 11.7271 1.30763 11.5245 1.37075 11.3295C1.42626 11.158 1.50467 10.9949 1.60388 10.8444C1.71671 10.6733 1.86096 10.5293 2.02449 10.366C2.03549 10.355 2.04658 10.344 2.05775 10.3328L10.862 1.52861ZM9.33335 4.94283L3.00056 11.2756C2.78556 11.4906 2.74564 11.535 2.71698 11.5784C2.68391 11.6286 2.65777 11.683 2.63927 11.7401C2.62324 11.7896 2.61353 11.8485 2.57995 12.1507L2.42129 13.5787L3.8493 13.4201C4.15149 13.3865 4.21037 13.3768 4.25991 13.3608C4.31706 13.3422 4.37144 13.3161 4.42159 13.283C4.46505 13.2544 4.50941 13.2145 4.72442 12.9995L11.0572 6.66668L9.33335 4.94283ZM12 5.72387L10.2762 4.00002L11.8048 2.47142C12.2808 1.99539 13.0526 1.99539 13.5286 2.47142C14.0046 2.94745 14.0046 3.71925 13.5286 4.19528L12 5.72387Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.44162 0.666688H8.55968C8.91111 0.666676 9.21429 0.666665 9.464 0.687068C9.72757 0.708602 9.98971 0.756146 10.242 0.884675C10.6183 1.07642 10.9243 1.38238 11.116 1.75871C11.2445 2.01096 11.2921 2.27311 11.3136 2.53667C11.3319 2.76052 11.3338 3.02733 11.334 3.33336H14.0007C14.3688 3.33336 14.6673 3.63183 14.6673 4.00002C14.6673 4.36821 14.3688 4.66669 14.0007 4.66669H13.334V11.4942C13.334 12.0309 13.334 12.4738 13.3045 12.8346C13.2739 13.2093 13.2082 13.5538 13.0433 13.8773C12.7877 14.3791 12.3797 14.787 11.878 15.0427C11.5544 15.2076 11.2099 15.2733 10.8352 15.3039C10.4744 15.3334 10.0315 15.3334 9.49487 15.3334H6.50644C5.9698 15.3334 5.52689 15.3334 5.1661 15.3039C4.79137 15.2733 4.4469 15.2076 4.12334 15.0427C3.62158 14.787 3.21363 14.3791 2.95797 13.8773C2.79311 13.5538 2.7274 13.2093 2.69678 12.8346C2.6673 12.4738 2.66731 12.0309 2.66732 11.4942L2.66732 4.66669H2.00065C1.63246 4.66669 1.33398 4.36821 1.33398 4.00002C1.33398 3.63183 1.63246 3.33336 2.00065 3.33336H4.66734C4.66752 3.02733 4.66941 2.76052 4.6877 2.53667C4.70923 2.27311 4.75678 2.01096 4.8853 1.75871C5.07705 1.38238 5.38301 1.07642 5.75934 0.884675C6.01159 0.756146 6.27374 0.708602 6.5373 0.687068C6.78701 0.666665 7.09019 0.666676 7.44162 0.666688ZM4.00065 4.66669V11.4667C4.00065 12.0377 4.00117 12.4259 4.02569 12.726C4.04957 13.0183 4.09285 13.1677 4.14598 13.272C4.27381 13.5229 4.47778 13.7269 4.72866 13.8547C4.83293 13.9078 4.9824 13.9511 5.27468 13.975C5.57474 13.9995 5.96293 14 6.53398 14H9.46732C10.0384 14 10.4266 13.9995 10.7266 13.975C11.0189 13.9511 11.1684 13.9078 11.2726 13.8547C11.5235 13.7269 11.7275 13.5229 11.8553 13.272C11.9085 13.1677 11.9517 13.0183 11.9756 12.726C12.0001 12.4259 12.0007 12.0377 12.0007 11.4667V4.66669H4.00065ZM10.0006 3.33336H6.0007C6.00099 3.02329 6.00303 2.81134 6.0166 2.64525C6.0314 2.46414 6.05652 2.39699 6.07331 2.36403C6.13723 2.23859 6.23922 2.1366 6.36466 2.07268C6.39762 2.05589 6.46477 2.03077 6.64588 2.01597C6.83477 2.00054 7.08295 2.00002 7.46732 2.00002H8.53398C8.91835 2.00002 9.16654 2.00054 9.35543 2.01597C9.53654 2.03077 9.60368 2.05589 9.63664 2.07268C9.76209 2.1366 9.86407 2.23859 9.92799 2.36403C9.94478 2.39699 9.9699 2.46414 9.9847 2.64525C9.99827 2.81134 10.0003 3.02329 10.0006 3.33336ZM6.66732 7.00002C7.03551 7.00002 7.33398 7.2985 7.33398 7.66669V11C7.33398 11.3682 7.03551 11.6667 6.66732 11.6667C6.29913 11.6667 6.00065 11.3682 6.00065 11V7.66669C6.00065 7.2985 6.29913 7.00002 6.66732 7.00002ZM9.33398 7.00002C9.70217 7.00002 10.0007 7.2985 10.0007 7.66669V11C10.0007 11.3682 9.70217 11.6667 9.33398 11.6667C8.96579 11.6667 8.66732 11.3682 8.66732 11V7.66669C8.66732 7.2985 8.96579 7.00002 9.33398 7.00002Z", "fill", "#5D6983"], ["title", "Delete Schedule", "description", "If the schedule is deleted, you will no longer receive reports.\nAre you sure you want to delete the schedule?", 3, "loadingChange", "visibleChange", "confirm", "loading", "visible"]], template: function SendSettingsModalComponent_Template(rf, ctx) {
54663
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _SendSettingsModalComponent, selectors: [["lib-send-settings-modal"]], inputs: { visible: [1, "visible"], showDeleteConfirmation: [1, "showDeleteConfirmation"], selectedTemplate: [1, "selectedTemplate"] }, outputs: { visible: "visibleChange", showDeleteConfirmation: "showDeleteConfirmationChange" }, decls: 5, vars: 2, consts: [["header", "Send Settings", 3, "visible", "modal", "style"], ["header", "Send Report", 3, "visible", "modal", "style"], ["header", "Send Settings", 3, "visibleChange", "onShow", "visible", "modal"], [1, "radio-buttons-container"], [1, "radio-button"], ["value", "once", "inputId", "sendOnce", 3, "formControl"], ["for", "sendOnce", 1, "radio-button-label"], ["value", "recurring", "inputId", "recurring", 3, "formControl"], ["for", "recurring", 1, "radio-button-label"], [1, "form-container", 3, "formGroup"], [1, "modal-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Send Now", "size", "medium", "variant", "primary-filled", 3, "disabled"], ["text", "Save Schedule", "size", "medium", "variant", "primary-filled", 3, "disabled"], ["label", "Destination", "placeholder", "Destination", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "destination", 3, "options", "filter", "appendToBody"], ["label", "Email", "placeholder", "Email", 3, "control", "hint", "errorMessage"], ["label", "Email Subject", "placeholder", "Email Subject", 3, "control"], ["label", "Email CC", "placeholder", "Email CC", 3, "control", "hint", "errorMessage"], ["label", "Email BCC", "placeholder", "Email BCC", 3, "control", "hint", "errorMessage"], ["label", "Connection ID", "placeholder", "Connection ID", 3, "control"], ["label", "Folder Name", "placeholder", "Folder Name", 3, "control"], ["label", "File Name", "placeholder", "File Name", 3, "control", "hint", "permanentHint", "suggestionsList", "autocomplete", "searchCharacter", "showEmptyMessage", "appendToBody"], ["label", "Date Time Format", "formControlName", "dateTimeFormat", "optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "options", "filter", "hint", "permanentHint", "appendToBody"], ["label", "Name", "placeholder", "Name", 3, "control"], ["label", "Destination", "placeholder", "Destination", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "destination", 3, "options", "isMultiSelect", "filter", "appendToBody"], ["label", "Expiration Date", "formControlName", "expirationDate", 3, "appendToBody"], ["label", "Schedule", "placeholder", "Schedule", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "schedule", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Day of Week", "placeholder", "Day Of Week", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "dayOfWeek", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Day of Month", "placeholder", "Day of Month", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "dayOfMonth", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["label", "Time (UTC)", "optionLabel", "lookup_value", "optionValue", "lookup_key", "formControlName", "time", 3, "options", "filter", "isMultiSelect", "appendToBody"], ["text", "Send Now", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["icon-left", "", 1, "dm-button-icon"], ["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", "M16.1126 5.06654L9.72433 11.4548L11.6686 16.4544L16.1126 5.06654ZM8.54582 10.2763L14.9341 3.88803L3.5463 8.33205L8.54582 10.2763ZM17.2069 1.22851C17.3596 1.18417 17.6666 1.10449 17.9965 1.21467C18.3691 1.33915 18.6615 1.63157 18.786 2.00419C18.8962 2.334 18.8165 2.64105 18.7721 2.7937C18.7238 2.96006 18.6464 3.15833 18.5687 3.35725L13.0542 17.4882C12.9675 17.7106 12.8835 17.9259 12.8013 18.0921C12.7303 18.2358 12.5722 18.541 12.2442 18.7115C11.8825 18.8994 11.4518 18.8991 11.0903 18.7108C10.7625 18.54 10.6048 18.2345 10.534 18.0908C10.452 17.9245 10.3682 17.709 10.2818 17.4866L8.1068 11.8938L2.54348 9.73033C2.53368 9.72652 2.52388 9.72271 2.5141 9.71891C2.29163 9.63242 2.07618 9.54867 1.90985 9.46667C1.76613 9.39582 1.46067 9.23811 1.28988 8.9103C1.10153 8.5488 1.10128 8.11818 1.2892 7.75646C1.4596 7.42845 1.76488 7.27038 1.90851 7.19936C2.07475 7.11717 2.2901 7.03316 2.51247 6.94642C2.52225 6.9426 2.53204 6.93878 2.54184 6.93496L16.6434 1.43191C16.8423 1.35425 17.0406 1.27683 17.2069 1.22851Z", "fill", "white"], ["strokeWidth", "6"], ["text", "Save Schedule", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter", "disabled"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35628C12.7633 3.33861 12.6754 3.33326 12.2281 3.33326H6.66602V5.33326C6.66602 5.58036 6.66666 5.71557 6.6746 5.81273C6.67492 5.8166 6.67524 5.82026 6.67556 5.82371C6.67902 5.82403 6.68268 5.82435 6.68654 5.82467C6.7837 5.83261 6.91891 5.83326 7.16602 5.83326H12.8327C13.0798 5.83326 13.215 5.83261 13.3122 5.82467C13.316 5.82435 13.3197 5.82403 13.3231 5.82372C13.3235 5.82026 13.3238 5.8166 13.3241 5.81273C13.332 5.71557 13.3327 5.58036 13.3327 5.33326V3.67996C13.1758 3.52635 13.1264 3.48587 13.0777 3.45606C13.0032 3.41036 12.9219 3.37669 12.8369 3.35628ZM14.7552 2.74389L14.703 2.69171C14.6865 2.67522 14.6701 2.65884 14.6539 2.6426C14.4144 2.40261 14.2032 2.19102 13.9486 2.03499C13.7249 1.89792 13.481 1.79691 13.2259 1.73566C12.9356 1.66595 12.6366 1.66623 12.2975 1.66655C12.2746 1.66657 12.2514 1.66659 12.2281 1.66659L6.46493 1.66659C6.25739 1.66659 6.06106 1.66658 5.87552 1.66767C5.86133 1.66695 5.84705 1.66659 5.83268 1.66659C5.81429 1.66659 5.79604 1.66718 5.77795 1.66836C5.40448 1.67146 5.07624 1.67999 4.78949 1.70342C4.32108 1.74169 3.89049 1.82382 3.48605 2.0299C2.85884 2.34948 2.34891 2.85941 2.02933 3.48662C1.82325 3.89107 1.74112 4.32165 1.70284 4.79007C1.666 5.24106 1.66601 5.7947 1.66602 6.46551V13.5343C1.66601 14.2051 1.666 14.7588 1.70284 15.2098C1.74112 15.6782 1.82325 16.1088 2.02933 16.5132C2.34891 17.1404 2.85884 17.6504 3.48605 17.9699C3.89049 18.176 4.32108 18.2582 4.78949 18.2964C5.07624 18.3199 5.40448 18.3284 5.77794 18.3315C5.79604 18.3327 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.3329 5.87552 18.3322C6.06105 18.3333 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3333 14.1232 18.3322C14.1374 18.3329 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3327 14.2208 18.3315C14.5942 18.3284 14.9225 18.3199 15.2092 18.2964C15.6776 18.2582 16.1082 18.176 16.5127 17.9699C17.1399 17.6504 17.6498 17.1404 17.9694 16.5132C18.1754 16.1088 18.2576 15.6782 18.2959 15.2098C18.3327 14.7588 18.3327 14.2052 18.3327 13.5344V7.77116C18.3327 7.74782 18.3327 7.72468 18.3327 7.70173C18.333 7.36265 18.3333 7.0637 18.2636 6.77333C18.2024 6.51824 18.1014 6.27438 17.9643 6.0507C17.8083 5.79608 17.5967 5.58489 17.3567 5.34535C17.3404 5.32913 17.3241 5.31278 17.3076 5.29629L14.7552 2.74389C14.7552 2.74396 14.7551 2.74382 14.7552 2.74389ZM14.9994 5.3451V5.35982C14.9994 5.57015 14.9994 5.77498 14.9852 5.94845C14.9697 6.13894 14.9329 6.36372 14.8177 6.58991C14.6579 6.90351 14.4029 7.15848 14.0893 7.31827C13.8631 7.43351 13.6384 7.47024 13.4479 7.4858C13.2744 7.49997 13.0696 7.49995 12.8593 7.49992L7.16602 7.49992C7.15715 7.49992 7.14829 7.49992 7.13944 7.49992C6.92912 7.49995 6.72429 7.49997 6.55082 7.4858C6.36033 7.47024 6.13555 7.43351 5.90937 7.31827C5.59576 7.15848 5.34079 6.90351 5.18101 6.58991C5.06576 6.36372 5.02903 6.13894 5.01347 5.94845C4.9993 5.77498 4.99932 5.57016 4.99935 5.35984C4.99935 5.35099 4.99935 5.34212 4.99935 5.33326V3.35897C4.97416 3.36071 4.94946 3.36257 4.92521 3.36455C4.55987 3.3944 4.37303 3.4485 4.2427 3.51491C3.9291 3.6747 3.67413 3.92967 3.51434 4.24327C3.44793 4.3736 3.39383 4.56044 3.36398 4.92579C3.33333 5.30086 3.33268 5.78611 3.33268 6.49992V13.4999C3.33268 14.2137 3.33333 14.699 3.36398 15.0741C3.39383 15.4394 3.44793 15.6262 3.51434 15.7566C3.67413 16.0702 3.9291 16.3251 4.2427 16.4849C4.37303 16.5513 4.55987 16.6054 4.92521 16.6353C4.94946 16.6373 4.97416 16.6391 4.99935 16.6409L4.99935 12.14C4.99932 11.9297 4.9993 11.7249 5.01347 11.5514C5.02903 11.3609 5.06576 11.1361 5.18101 10.9099C5.34079 10.5963 5.59576 10.3414 5.90937 10.1816C6.13555 10.0663 6.36033 10.0296 6.55082 10.014C6.72429 9.99987 6.92912 9.9999 7.13945 9.99992H12.8593C13.0696 9.9999 13.2744 9.99987 13.4479 10.014C13.6384 10.0296 13.8631 10.0663 14.0893 10.1816C14.4029 10.3414 14.6579 10.5963 14.8177 10.9099C14.9329 11.1361 14.9697 11.3609 14.9852 11.5514C14.9994 11.7249 14.9994 11.9297 14.9994 12.14L14.9993 16.6409C15.0245 16.6391 15.0492 16.6373 15.0735 16.6353C15.4388 16.6054 15.6257 16.5513 15.756 16.4849C16.0696 16.3251 16.3246 16.0702 16.4844 15.7566C16.5508 15.6262 16.6049 15.4394 16.6347 15.0741C16.6654 14.699 16.666 14.2137 16.666 13.4999V7.77116C16.666 7.32384 16.6607 7.23601 16.643 7.16241C16.6226 7.07738 16.5889 6.99609 16.5432 6.92153C16.5037 6.85699 16.4453 6.7911 16.129 6.4748L14.9994 5.3451ZM13.3327 16.6666V12.1666C13.3327 11.9195 13.332 11.7843 13.3241 11.6871C13.3238 11.6832 13.3235 11.6796 13.3231 11.6761C13.3197 11.6758 13.316 11.6755 13.3122 11.6752C13.215 11.6672 13.0798 11.6666 12.8327 11.6666H7.16602C6.91891 11.6666 6.7837 11.6672 6.68654 11.6752C6.68268 11.6755 6.67902 11.6758 6.67556 11.6761C6.67524 11.6796 6.67492 11.6832 6.6746 11.6871C6.66666 11.7843 6.66602 11.9195 6.66602 12.1666V16.6666H13.3327Z", "fill", "white"], ["header", "Send Report", 3, "visibleChange", "visible", "modal"], [1, "schedule-list-container"], [1, "loading-state"], ["text", "New Sending", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon", 3, "ngStyle"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.0007 3.33331C10.4609 3.33331 10.834 3.70641 10.834 4.16665V9.16665H15.834C16.2942 9.16665 16.6673 9.53974 16.6673 9.99998C16.6673 10.4602 16.2942 10.8333 15.834 10.8333H10.834V15.8333C10.834 16.2936 10.4609 16.6666 10.0007 16.6666C9.54041 16.6666 9.16732 16.2936 9.16732 15.8333V10.8333H4.16732C3.70708 10.8333 3.33398 10.4602 3.33398 9.99998C3.33398 9.53974 3.70708 9.16665 4.16732 9.16665H9.16732V4.16665C9.16732 3.70641 9.54041 3.33331 10.0007 3.33331Z", "fill", "white"], [1, "list-table"], [3, "ngStyle"], [1, "cell-actions", 3, "ngStyle"], [1, "cell-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.862 1.52861C11.8587 0.531884 13.4747 0.531886 14.4714 1.52861C15.4682 2.52534 15.4682 4.14136 14.4714 5.13809L12.4732 7.13634C12.4726 7.13692 12.472 7.13751 12.4714 7.13809C12.4708 7.13867 12.4703 7.13926 12.4697 7.13984L5.66723 13.9423C5.65605 13.9534 5.64498 13.9645 5.63399 13.9755C5.47073 14.1391 5.32671 14.2833 5.1556 14.3961C5.00516 14.4954 4.842 14.5738 4.67056 14.6293C4.47555 14.6924 4.27295 14.7147 4.04326 14.7401C4.02781 14.7418 4.01224 14.7435 3.99654 14.7452L1.74029 14.9959C1.53901 15.0183 1.33847 14.948 1.19527 14.8048C1.05206 14.6616 0.981717 14.461 1.00408 14.2597L1.25478 12.0035C1.25652 11.9878 1.25824 11.9722 1.25994 11.9567C1.28528 11.7271 1.30763 11.5245 1.37075 11.3295C1.42626 11.158 1.50467 10.9949 1.60388 10.8444C1.71671 10.6733 1.86096 10.5293 2.02449 10.366C2.03549 10.355 2.04658 10.344 2.05775 10.3328L10.862 1.52861ZM9.33335 4.94283L3.00056 11.2756C2.78556 11.4906 2.74564 11.535 2.71698 11.5784C2.68391 11.6286 2.65777 11.683 2.63927 11.7401C2.62324 11.7896 2.61353 11.8485 2.57995 12.1507L2.42129 13.5787L3.8493 13.4201C4.15149 13.3865 4.21037 13.3768 4.25991 13.3608C4.31706 13.3422 4.37144 13.3161 4.42159 13.283C4.46505 13.2544 4.50941 13.2145 4.72442 12.9995L11.0572 6.66668L9.33335 4.94283ZM12 5.72387L10.2762 4.00002L11.8048 2.47142C12.2808 1.99539 13.0526 1.99539 13.5286 2.47142C14.0046 2.94745 14.0046 3.71925 13.5286 4.19528L12 5.72387Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.44162 0.666688H8.55968C8.91111 0.666676 9.21429 0.666665 9.464 0.687068C9.72757 0.708602 9.98971 0.756146 10.242 0.884675C10.6183 1.07642 10.9243 1.38238 11.116 1.75871C11.2445 2.01096 11.2921 2.27311 11.3136 2.53667C11.3319 2.76052 11.3338 3.02733 11.334 3.33336H14.0007C14.3688 3.33336 14.6673 3.63183 14.6673 4.00002C14.6673 4.36821 14.3688 4.66669 14.0007 4.66669H13.334V11.4942C13.334 12.0309 13.334 12.4738 13.3045 12.8346C13.2739 13.2093 13.2082 13.5538 13.0433 13.8773C12.7877 14.3791 12.3797 14.787 11.878 15.0427C11.5544 15.2076 11.2099 15.2733 10.8352 15.3039C10.4744 15.3334 10.0315 15.3334 9.49487 15.3334H6.50644C5.9698 15.3334 5.52689 15.3334 5.1661 15.3039C4.79137 15.2733 4.4469 15.2076 4.12334 15.0427C3.62158 14.787 3.21363 14.3791 2.95797 13.8773C2.79311 13.5538 2.7274 13.2093 2.69678 12.8346C2.6673 12.4738 2.66731 12.0309 2.66732 11.4942L2.66732 4.66669H2.00065C1.63246 4.66669 1.33398 4.36821 1.33398 4.00002C1.33398 3.63183 1.63246 3.33336 2.00065 3.33336H4.66734C4.66752 3.02733 4.66941 2.76052 4.6877 2.53667C4.70923 2.27311 4.75678 2.01096 4.8853 1.75871C5.07705 1.38238 5.38301 1.07642 5.75934 0.884675C6.01159 0.756146 6.27374 0.708602 6.5373 0.687068C6.78701 0.666665 7.09019 0.666676 7.44162 0.666688ZM4.00065 4.66669V11.4667C4.00065 12.0377 4.00117 12.4259 4.02569 12.726C4.04957 13.0183 4.09285 13.1677 4.14598 13.272C4.27381 13.5229 4.47778 13.7269 4.72866 13.8547C4.83293 13.9078 4.9824 13.9511 5.27468 13.975C5.57474 13.9995 5.96293 14 6.53398 14H9.46732C10.0384 14 10.4266 13.9995 10.7266 13.975C11.0189 13.9511 11.1684 13.9078 11.2726 13.8547C11.5235 13.7269 11.7275 13.5229 11.8553 13.272C11.9085 13.1677 11.9517 13.0183 11.9756 12.726C12.0001 12.4259 12.0007 12.0377 12.0007 11.4667V4.66669H4.00065ZM10.0006 3.33336H6.0007C6.00099 3.02329 6.00303 2.81134 6.0166 2.64525C6.0314 2.46414 6.05652 2.39699 6.07331 2.36403C6.13723 2.23859 6.23922 2.1366 6.36466 2.07268C6.39762 2.05589 6.46477 2.03077 6.64588 2.01597C6.83477 2.00054 7.08295 2.00002 7.46732 2.00002H8.53398C8.91835 2.00002 9.16654 2.00054 9.35543 2.01597C9.53654 2.03077 9.60368 2.05589 9.63664 2.07268C9.76209 2.1366 9.86407 2.23859 9.92799 2.36403C9.94478 2.39699 9.9699 2.46414 9.9847 2.64525C9.99827 2.81134 10.0003 3.02329 10.0006 3.33336ZM6.66732 7.00002C7.03551 7.00002 7.33398 7.2985 7.33398 7.66669V11C7.33398 11.3682 7.03551 11.6667 6.66732 11.6667C6.29913 11.6667 6.00065 11.3682 6.00065 11V7.66669C6.00065 7.2985 6.29913 7.00002 6.66732 7.00002ZM9.33398 7.00002C9.70217 7.00002 10.0007 7.2985 10.0007 7.66669V11C10.0007 11.3682 9.70217 11.6667 9.33398 11.6667C8.96579 11.6667 8.66732 11.3682 8.66732 11V7.66669C8.66732 7.2985 8.96579 7.00002 9.33398 7.00002Z", "fill", "#5D6983"], ["title", "Delete Schedule", "description", "If the schedule is deleted, you will no longer receive reports.\nAre you sure you want to delete the schedule?", 3, "loadingChange", "visibleChange", "confirm", "loading", "visible"]], template: function SendSettingsModalComponent_Template(rf, ctx) {
54659
54664
  if (rf & 1) {
54660
54665
  \u0275\u0275template(0, SendSettingsModalComponent_Conditional_0_Template, 16, 9, "p-dialog", 0)(1, SendSettingsModalComponent_Conditional_1_Template, 3, 6, "p-dialog", 1)(2, SendSettingsModalComponent_Defer_2_Template, 1, 2);
54661
54666
  \u0275\u0275defer(3, 2, SendSettingsModalComponent_Defer_3_DepsFn);
@@ -54688,7 +54693,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54688
54693
  ], 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 });
54689
54694
  };
54690
54695
  (() => {
54691
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54696
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54692
54697
  setClassMetadata(SendSettingsModalComponent, [{
54693
54698
  type: Component,
54694
54699
  args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
@@ -54889,6 +54894,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54889
54894
  <lib-dm-date-picker-lib\r
54890
54895
  label="Expiration Date"\r
54891
54896
  formControlName="expirationDate"\r
54897
+ [appendToBody]="true"\r
54892
54898
  />\r
54893
54899
  <lib-dm-select-lib\r
54894
54900
  [options]="scheduleOptions"\r
@@ -55144,8 +55150,8 @@ Are you sure you want to delete the schedule?"\r
55144
55150
 
55145
55151
  // libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
55146
55152
  var _forTrack05 = ($index, $item) => $item.template_id;
55147
- var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)];
55148
- var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-YS5YUIJD.js").then((m) => m.DomainsOverloadModalComponent)];
55153
+ var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)];
55154
+ var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-2SYPYTGW.js").then((m) => m.DomainsOverloadModalComponent)];
55149
55155
  var _c027 = (a0) => ({ "selected-row": a0 });
55150
55156
  var _c158 = () => ({ position: "relative" });
55151
55157
  var _c238 = () => ({ width: "16px", height: "16px" });
@@ -55361,7 +55367,7 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_Template(rf, c
55361
55367
  if (rf & 2) {
55362
55368
  const ctx_r3 = \u0275\u0275nextContext(2);
55363
55369
  \u0275\u0275advance(10);
55364
- \u0275\u0275repeater(ctx_r3.filteredUnselectedFields);
55370
+ \u0275\u0275repeater(ctx_r3.filteredFieldsSignal());
55365
55371
  }
55366
55372
  }
55367
55373
  function TemplateSelectModalComponent_Conditional_9_Conditional_1_Template(rf, ctx) {
@@ -55377,7 +55383,7 @@ function TemplateSelectModalComponent_Conditional_9_Template(rf, ctx) {
55377
55383
  }
55378
55384
  if (rf & 2) {
55379
55385
  const ctx_r3 = \u0275\u0275nextContext();
55380
- \u0275\u0275conditional(ctx_r3.filteredUnselectedFields && ctx_r3.filteredUnselectedFields.length ? 0 : 1);
55386
+ \u0275\u0275conditional(ctx_r3.filteredFieldsSignal().length ? 0 : 1);
55381
55387
  }
55382
55388
  }
55383
55389
  function TemplateSelectModalComponent_Conditional_10_Template(rf, ctx) {
@@ -55482,6 +55488,14 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55482
55488
  domainsOverloadVisible = signal(false);
55483
55489
  overloadCheckAction = "";
55484
55490
  overloadCheckTemplate = null;
55491
+ filteredFieldsSignal = computed(() => {
55492
+ const query2 = this.searchQuery.trim().toLowerCase();
55493
+ const list = this.templateSignalList() || [];
55494
+ if (!query2) {
55495
+ return list.filter((item) => !item.is_temporary);
55496
+ }
55497
+ return list.filter((item) => !item.is_temporary && item.template_name.toLowerCase().includes(query2));
55498
+ });
55485
55499
  constructor() {
55486
55500
  effect(() => {
55487
55501
  this.selectedTemplateId = this.templateService.template()?.template_id || "";
@@ -55493,7 +55507,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55493
55507
  ngOnInit() {
55494
55508
  this.loading.set(true);
55495
55509
  this.templateService.getAllTemplates(this.reportId()).pipe(take(1), tap((templates) => {
55496
- this.templateService.templatesList.set(templates.filter((item) => !item.is_temporary));
55510
+ this.templateService.templatesList.set(templates);
55497
55511
  })).subscribe(() => this.loading.set(false));
55498
55512
  }
55499
55513
  deleteTemplate() {
@@ -55548,21 +55562,31 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55548
55562
  editTemplate(template) {
55549
55563
  if (template) {
55550
55564
  if (template.template_id !== this.templateService.template()?.template_id) {
55551
- this.templateService.setUrlTemplateId(template.template_id);
55565
+ this.templateService.setSearchParams({
55566
+ modificationId: null,
55567
+ templateName: null,
55568
+ templateId: template.template_id
55569
+ });
55552
55570
  }
55553
55571
  this.templateService.template.set(template);
55554
55572
  this.templateService.templateChangedSubject.next(template);
55555
55573
  } else {
55556
- const url = new URL(window.location.href);
55557
- url.searchParams.delete("templateId");
55558
- window.history.pushState({}, "", url.toString());
55574
+ this.templateService.setSearchParams({
55575
+ modificationId: null,
55576
+ templateName: null,
55577
+ templateId: null
55578
+ });
55559
55579
  this.templateService.template.set(null);
55560
55580
  this.templateService.templateChangedSubject.next(null);
55561
55581
  }
55562
55582
  }
55563
55583
  runReport(template) {
55564
55584
  if (this.templateService.template()?.template_id !== template.template_id) {
55565
- this.templateService.setUrlTemplateId(template.template_id);
55585
+ this.templateService.setSearchParams({
55586
+ modificationId: null,
55587
+ templateName: null,
55588
+ templateId: template.template_id
55589
+ });
55566
55590
  this.templateService.templateChangedSubject.next(template);
55567
55591
  this.templateService.template.set(template);
55568
55592
  }
@@ -55572,12 +55596,6 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55572
55596
  this.templateCsvLoadingIds.add(template.template_id);
55573
55597
  this.csvLoadEmitter.emit(template);
55574
55598
  }
55575
- get filteredUnselectedFields() {
55576
- if (!this.searchQuery.trim()) {
55577
- return this.templateSignalList();
55578
- }
55579
- return this.templateSignalList().filter((item) => item.template_name.toLowerCase().includes(this.searchQuery.toLowerCase()));
55580
- }
55581
55599
  domainsOverloadConfirm(event2) {
55582
55600
  const { confirm } = event2;
55583
55601
  if (confirm && this.overloadCheckTemplate) {
@@ -55634,7 +55652,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55634
55652
  }
55635
55653
  if (rf & 2) {
55636
55654
  \u0275\u0275advance(7);
55637
- \u0275\u0275conditional(ctx.filteredUnselectedFields && ctx.filteredUnselectedFields && !ctx.loading() ? 7 : -1);
55655
+ \u0275\u0275conditional(ctx.filteredFieldsSignal() && !ctx.loading() ? 7 : -1);
55638
55656
  \u0275\u0275advance(2);
55639
55657
  \u0275\u0275conditional(!ctx.loading() ? 9 : 10);
55640
55658
  \u0275\u0275advance(3);
@@ -55662,7 +55680,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55662
55680
  ], 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 });
55663
55681
  };
55664
55682
  (() => {
55665
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-YS5YUIJD.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55683
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-2SYPYTGW.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55666
55684
  setClassMetadata(TemplateSelectModalComponent, [{
55667
55685
  type: Component,
55668
55686
  args: [{ selector: "lib-template-select-modal", standalone: true, imports: [
@@ -55702,7 +55720,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55702
55720
  </lib-dm-button-lib>\r
55703
55721
  <p-popover #op>\r
55704
55722
  <div class="popover-container">\r
55705
- @if(filteredUnselectedFields && filteredUnselectedFields && !loading()) {\r
55723
+ @if(filteredFieldsSignal() && !loading()) {\r
55706
55724
  <div class="template-list-search">\r
55707
55725
  <svg\r
55708
55726
  xmlns="http://www.w3.org/2000/svg"\r
@@ -55746,14 +55764,13 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55746
55764
  </div>\r
55747
55765
  }\r
55748
55766
  <div class="template-list">\r
55749
- @if(!loading()) { @if(filteredUnselectedFields &&\r
55750
- filteredUnselectedFields.length) {\r
55767
+ @if(!loading()) { @if(filteredFieldsSignal().length) {\r
55751
55768
  <div class="template-row template-row-header">\r
55752
55769
  <div class="cell cell-header"><span>Template Name</span></div>\r
55753
55770
  <div class="cell cell-header"><span>Template Description</span></div>\r
55754
55771
  <div class="cell cell-header"><span>Actions</span></div>\r
55755
55772
  </div>\r
55756
- @for (template of filteredUnselectedFields; track template.template_id;\r
55773
+ @for (template of filteredFieldsSignal(); track template.template_id;\r
55757
55774
  let i = $index) {\r
55758
55775
  <div\r
55759
55776
  class="template-row template-row-content"\r
@@ -55977,7 +55994,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55977
55994
  });
55978
55995
  })();
55979
55996
  (() => {
55980
- (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 });
55997
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(TemplateSelectModalComponent, { className: "TemplateSelectModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts", lineNumber: 55 });
55981
55998
  })();
55982
55999
 
55983
56000
  // node_modules/primeng/fesm2022/primeng-toast.mjs
@@ -57856,31 +57873,8 @@ function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
57856
57873
  if (rf & 1) {
57857
57874
  const _r17 = \u0275\u0275getCurrentView();
57858
57875
  \u0275\u0275elementStart(0, "form", 73, 4);
57859
- \u0275\u0275element(2, "lib-dm-select-lib", 74);
57860
- \u0275\u0275elementStart(3, "lib-dm-select-lib", 75);
57861
- \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_select_lib_openState_3_listener() {
57862
- \u0275\u0275restoreView(_r17);
57863
- const contentWrapper_r18 = \u0275\u0275reference(1);
57864
- const ctx_r2 = \u0275\u0275nextContext(2);
57865
- return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
57866
- });
57876
+ \u0275\u0275element(2, "lib-dm-select-lib", 74)(3, "lib-dm-select-lib", 75)(4, "lib-dm-range-date-picker-lib", 76)(5, "lib-dm-range-date-picker-lib", 77);
57867
57877
  \u0275\u0275elementEnd();
57868
- \u0275\u0275elementStart(4, "lib-dm-range-date-picker-lib", 76);
57869
- \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_range_date_picker_lib_openState_4_listener() {
57870
- \u0275\u0275restoreView(_r17);
57871
- const contentWrapper_r18 = \u0275\u0275reference(1);
57872
- const ctx_r2 = \u0275\u0275nextContext(2);
57873
- return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
57874
- });
57875
- \u0275\u0275elementEnd();
57876
- \u0275\u0275elementStart(5, "lib-dm-range-date-picker-lib", 77);
57877
- \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_range_date_picker_lib_openState_5_listener() {
57878
- \u0275\u0275restoreView(_r17);
57879
- const contentWrapper_r18 = \u0275\u0275reference(1);
57880
- const ctx_r2 = \u0275\u0275nextContext(2);
57881
- return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
57882
- });
57883
- \u0275\u0275elementEnd()();
57884
57878
  \u0275\u0275elementStart(6, "div", 78)(7, "lib-dm-button-lib", 79);
57885
57879
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_button_lib_outsideClickEmitter_7_listener() {
57886
57880
  \u0275\u0275restoreView(_r17);
@@ -57935,16 +57929,16 @@ function AppComponent_Defer_20_Template(rf, ctx) {
57935
57929
  }
57936
57930
  function AppComponent_Conditional_23_Defer_0_Template(rf, ctx) {
57937
57931
  if (rf & 1) {
57938
- const _r19 = \u0275\u0275getCurrentView();
57932
+ const _r18 = \u0275\u0275getCurrentView();
57939
57933
  \u0275\u0275elementStart(0, "lib-domains-overload-modal", 81);
57940
57934
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_visibleChange_0_listener($event) {
57941
- \u0275\u0275restoreView(_r19);
57935
+ \u0275\u0275restoreView(_r18);
57942
57936
  const ctx_r2 = \u0275\u0275nextContext(2);
57943
57937
  \u0275\u0275twoWayBindingSet(ctx_r2.domainsOverloadVisible, $event) || (ctx_r2.domainsOverloadVisible = $event);
57944
57938
  return \u0275\u0275resetView($event);
57945
57939
  });
57946
57940
  \u0275\u0275listener("confirm", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_confirm_0_listener($event) {
57947
- \u0275\u0275restoreView(_r19);
57941
+ \u0275\u0275restoreView(_r18);
57948
57942
  const ctx_r2 = \u0275\u0275nextContext(2);
57949
57943
  return \u0275\u0275resetView(ctx_r2.domainsOverloadConfirm($event));
57950
57944
  });
@@ -57958,16 +57952,16 @@ function AppComponent_Conditional_23_Defer_0_Template(rf, ctx) {
57958
57952
  }
57959
57953
  function AppComponent_Conditional_23_Defer_3_Template(rf, ctx) {
57960
57954
  if (rf & 1) {
57961
- const _r20 = \u0275\u0275getCurrentView();
57955
+ const _r19 = \u0275\u0275getCurrentView();
57962
57956
  \u0275\u0275elementStart(0, "lib-save-template-modal", 82);
57963
57957
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_visibleChange_0_listener($event) {
57964
- \u0275\u0275restoreView(_r20);
57958
+ \u0275\u0275restoreView(_r19);
57965
57959
  const ctx_r2 = \u0275\u0275nextContext(2);
57966
57960
  \u0275\u0275twoWayBindingSet(ctx_r2.modalVisible, $event) || (ctx_r2.modalVisible = $event);
57967
57961
  return \u0275\u0275resetView($event);
57968
57962
  });
57969
57963
  \u0275\u0275listener("saveEmitter", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_saveEmitter_0_listener() {
57970
- \u0275\u0275restoreView(_r20);
57964
+ \u0275\u0275restoreView(_r19);
57971
57965
  const ctx_r2 = \u0275\u0275nextContext(2);
57972
57966
  ctx_r2.isTemplateSaved.set(true);
57973
57967
  ctx_r2.domainsOverloadSaveMode = false;
@@ -57983,16 +57977,16 @@ function AppComponent_Conditional_23_Defer_3_Template(rf, ctx) {
57983
57977
  }
57984
57978
  function AppComponent_Conditional_23_Defer_6_Template(rf, ctx) {
57985
57979
  if (rf & 1) {
57986
- const _r21 = \u0275\u0275getCurrentView();
57980
+ const _r20 = \u0275\u0275getCurrentView();
57987
57981
  \u0275\u0275elementStart(0, "lib-report-configuration-modal", 83);
57988
57982
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_visibleChange_0_listener($event) {
57989
- \u0275\u0275restoreView(_r21);
57983
+ \u0275\u0275restoreView(_r20);
57990
57984
  const ctx_r2 = \u0275\u0275nextContext(2);
57991
57985
  \u0275\u0275twoWayBindingSet(ctx_r2.configureReportModalVisible, $event) || (ctx_r2.configureReportModalVisible = $event);
57992
57986
  return \u0275\u0275resetView($event);
57993
57987
  });
57994
57988
  \u0275\u0275listener("fieldsEmitter", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_fieldsEmitter_0_listener($event) {
57995
- \u0275\u0275restoreView(_r21);
57989
+ \u0275\u0275restoreView(_r20);
57996
57990
  const ctx_r2 = \u0275\u0275nextContext(2);
57997
57991
  return \u0275\u0275resetView(ctx_r2.applyConfigurationFields($event));
57998
57992
  });
@@ -58173,12 +58167,6 @@ var AppComponent = class _AppComponent {
58173
58167
  this.updateReport(template);
58174
58168
  }
58175
58169
  });
58176
- this.templateService.savedTemplateSubject.pipe(takeUntilDestroyed(this.destroyRef), filter((data) => data !== null)).subscribe((template) => {
58177
- if (template) {
58178
- this.updateReport(template);
58179
- }
58180
- this.templateService.savedTemplateSubject.next(null);
58181
- });
58182
58170
  }
58183
58171
  initializeApp() {
58184
58172
  this.sessionService.sessionData$.pipe(takeUntilDestroyed(this.destroyRef), filter((data) => data !== null), take(1), mergeMap(() => combineLatest({
@@ -58216,8 +58204,10 @@ var AppComponent = class _AppComponent {
58216
58204
  handleRouteChange = () => {
58217
58205
  const params = new URLSearchParams(window.location.search);
58218
58206
  const templateId = params.get("templateId");
58219
- if (templateId) {
58220
- const currentTemplate = this.templateService.templatesList()?.find((item) => item.template_id === templateId);
58207
+ const modificationId = params.get("modificationId");
58208
+ const id = modificationId || templateId;
58209
+ if (id) {
58210
+ const currentTemplate = this.templateService.templatesList()?.find((item) => item.template_id === id);
58221
58211
  this.templateSignal.set(currentTemplate);
58222
58212
  this.templateService.templateChangedSubject.next(currentTemplate);
58223
58213
  } else {
@@ -58257,10 +58247,12 @@ var AppComponent = class _AppComponent {
58257
58247
  processTemplateIdFromUrl() {
58258
58248
  const queryParams = new URLSearchParams(window.location.search);
58259
58249
  const templateId = queryParams.get("templateId");
58260
- if (templateId) {
58261
- this.templateService.getTemplateById(this.reportId, templateId).pipe(takeUntilDestroyed(this.destroyRef), take(1)).subscribe((template) => {
58250
+ const modificationId = queryParams.get("modificationId");
58251
+ const id = modificationId || templateId;
58252
+ if (id) {
58253
+ this.templateService.getTemplateById(this.reportId, id).pipe(takeUntilDestroyed(this.destroyRef), take(1)).subscribe((template) => {
58262
58254
  if (template) {
58263
- this.templateService.template.set(template);
58255
+ this.templateSignal.set(template);
58264
58256
  this.applyTemplate(template);
58265
58257
  } else {
58266
58258
  this.clearTemplate();
@@ -58276,10 +58268,22 @@ var AppComponent = class _AppComponent {
58276
58268
  visibleFields: this.visibleFieldsId,
58277
58269
  allFields: this.allFieldsSignal()
58278
58270
  };
58279
- if (!this.isTemplateSaved() || !this.templateSignal()) {
58271
+ const currentTemplate = this.templateSignal();
58272
+ if (!this.isTemplateSaved() || !currentTemplate) {
58280
58273
  this.templateService.saveTemplate(null, null, payload, this.reportId, null, true).pipe(takeUntilDestroyed(this.destroyRef), take(1)).subscribe((template) => {
58281
- this.templateService.setUrlTemplateId(template.template_id);
58282
- this.templateService.template.set(template);
58274
+ const params = currentTemplate && !currentTemplate.is_temporary && currentTemplate.template_name && template.template_id ? {
58275
+ modificationId: template.template_id,
58276
+ templateName: currentTemplate.template_name,
58277
+ templateId: currentTemplate.template_id
58278
+ } : {
58279
+ modificationId: null,
58280
+ templateName: null,
58281
+ templateId: template.template_id
58282
+ };
58283
+ this.templateService.setSearchParams(params);
58284
+ this.templateService.updateTemplateList(template);
58285
+ this.templateSignal.set(template);
58286
+ this.applyTemplate(template);
58283
58287
  });
58284
58288
  }
58285
58289
  }
@@ -58320,7 +58324,7 @@ var AppComponent = class _AppComponent {
58320
58324
  }
58321
58325
  this.filterForm.addControl(field.field_id, new FormControl(def, validators));
58322
58326
  });
58323
- this.filterForm.addControl("show_last_verification", new FormControl(true));
58327
+ this.filterForm.addControl("show_last_verification", new FormControl(values && !this.nullUndefinedOrEmpty(values["show_last_verification"]) ? !!values["show_last_verification"] : true));
58324
58328
  if (values) {
58325
58329
  this.isTemplateSaved.set(true);
58326
58330
  }
@@ -58579,12 +58583,6 @@ var AppComponent = class _AppComponent {
58579
58583
  this.filterForm.markAsPristine();
58580
58584
  this.filterForm.markAsUntouched();
58581
58585
  }
58582
- calculateHeightPosition(element) {
58583
- const content = element.parentElement;
58584
- setTimeout(() => {
58585
- content.scrollTop = content.scrollHeight;
58586
- }, 100);
58587
- }
58588
58586
  onToggleChange(event2) {
58589
58587
  this.gridOptions.isVisible = event2.checked;
58590
58588
  this.cdr.detectChanges();
@@ -58678,13 +58676,11 @@ var AppComponent = class _AppComponent {
58678
58676
  if (this.filterForm)
58679
58677
  this.clearFilters();
58680
58678
  this.templateSignal.set(null);
58681
- this.templateService.template.set(null);
58682
- this.removeTemplatefromQuery();
58683
- }
58684
- removeTemplatefromQuery() {
58685
- const url = new URL(window.location.href);
58686
- url.searchParams.delete("templateId");
58687
- window.history.pushState({}, "", url.toString());
58679
+ this.templateService.setSearchParams({
58680
+ modificationId: null,
58681
+ templateName: null,
58682
+ templateId: null
58683
+ });
58688
58684
  }
58689
58685
  applyTableHeight(isPanelOpened) {
58690
58686
  if (this.gridOptions) {
@@ -58695,31 +58691,44 @@ var AppComponent = class _AppComponent {
58695
58691
  applyDefaultValues(onClearFilters = false, onApplyConfigurationFields = false) {
58696
58692
  if (!this.filterForm || !this.visibleFieldsSignal())
58697
58693
  return;
58698
- const fieldsToExclude = [
58699
- "verification_updated_date",
58694
+ const documentFieldIds = [
58695
+ "documents_type",
58696
+ "documents_status",
58700
58697
  "documents_expiry_date",
58701
58698
  "documents_created_date"
58702
58699
  ];
58703
- const visibleFields = this.visibleFieldsSignal();
58704
- const filteredVisibleFields = visibleFields.filter((item) => !fieldsToExclude.includes(item.field_id));
58700
+ const allFields = this.allFieldsSignal() || [];
58701
+ const isDocumentsFieldSelected = !!this.visibleFieldsSignal().find((item) => item["field_id"] == "documents");
58702
+ const documentsFields = allFields.filter((item) => documentFieldIds.includes(item.field_id));
58703
+ const visibleFields = !isDocumentsFieldSelected ? this.visibleFieldsSignal() : [...this.visibleFieldsSignal(), ...documentsFields];
58704
+ const fieldsWithDateRange = this.visibleFieldsSignal().filter((item) => item.field_id !== "verification_updated_date" && item.field_data_type === "TIMESTAMP");
58705
58705
  Object.keys(this.filterForm.controls).forEach((control) => {
58706
- const visibleField = visibleFields.find((item) => item["field_id"] == control);
58707
- const filteredVisibleField = filteredVisibleFields.find((item) => item["field_id"] == control);
58708
- if (visibleField && filteredVisibleField && filteredVisibleField["field_data_type"] === "TIMESTAMP" && (!this.getControl(control)?.value && onClearFilters || onApplyConfigurationFields && !this.getControl(control)?.touched && !this.getControl(control)?.dirty)) {
58706
+ const isFieldVisible = !!visibleFields.find((item) => item["field_id"] == control);
58707
+ const isSetDefaultDateRange = !!fieldsWithDateRange.find((item) => item["field_id"] == control);
58708
+ if (isFieldVisible && isSetDefaultDateRange && (onClearFilters || onApplyConfigurationFields && !this.getControl(control)?.touched && !this.getControl(control)?.dirty && !this.getControl(control)?.value)) {
58709
58709
  this.filterForm.controls[control].reset({
58710
58710
  alias: "custom",
58711
58711
  start: (0, import_moment2.default)().startOf("day").toDate(),
58712
58712
  end: (0, import_moment2.default)().endOf("day").toDate()
58713
58713
  });
58714
- } else if (onApplyConfigurationFields && !visibleField && this.getControl(control)?.value && control !== "show_last_verification") {
58714
+ } else if (onApplyConfigurationFields && !isFieldVisible && this.getControl(control)?.value && control !== "show_last_verification") {
58715
58715
  this.filterForm.controls[control].reset();
58716
58716
  }
58717
58717
  });
58718
58718
  }
58719
+ get templateLabel() {
58720
+ const queryParams = new URLSearchParams(window.location.search);
58721
+ const modificationId = queryParams.get("modificationId") || "";
58722
+ const templateName = queryParams.get("templateName") || "";
58723
+ return this.templateSignal()?.is_temporary && !modificationId ? "" : this.templateSignal()?.template_name || (templateName ? TEMPORARY_TEMPLATE_WARNING + templateName : "");
58724
+ }
58725
+ nullUndefinedOrEmpty(value) {
58726
+ return value === null || value === void 0 || value === "";
58727
+ }
58719
58728
  static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
58720
58729
  return new (__ngFactoryType__ || _AppComponent)();
58721
58730
  };
58722
- 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", "control"], [3, "showClear", "label", "readonly", "placeholder", "control", "inputPartName"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control", "inputPartName"], ["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", "control"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "openState", "control"], [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", "action"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
58731
+ 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", "control"], [3, "showClear", "label", "readonly", "placeholder", "control", "inputPartName"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control", "inputPartName"], ["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", "contentStyleClass", "dialog-content-overflow-visible", 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"], ["label", "Expiry Date", "formControlName", "documents_expiry_date", 3, "control"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "control"], [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", "action"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
58723
58732
  if (rf & 1) {
58724
58733
  const _r1 = \u0275\u0275getCurrentView();
58725
58734
  \u0275\u0275elementStart(0, "div", 5)(1, "div", 6);
@@ -58759,7 +58768,6 @@ var AppComponent = class _AppComponent {
58759
58768
  \u0275\u0275element(24, "lib-toast-message");
58760
58769
  }
58761
58770
  if (rf & 2) {
58762
- let tmp_5_0;
58763
58771
  \u0275\u0275advance(2);
58764
58772
  \u0275\u0275storeLet(ctx.lookupsSignal());
58765
58773
  \u0275\u0275advance();
@@ -58767,7 +58775,7 @@ var AppComponent = class _AppComponent {
58767
58775
  \u0275\u0275advance();
58768
58776
  \u0275\u0275storeLet(ctx.visibleFieldsSignal());
58769
58777
  \u0275\u0275advance(6);
58770
- \u0275\u0275textInterpolate((tmp_5_0 = ctx.templateSignal()) == null ? null : tmp_5_0.template_name);
58778
+ \u0275\u0275textInterpolate(ctx.templateLabel);
58771
58779
  \u0275\u0275advance();
58772
58780
  \u0275\u0275conditional(ctx.ready() && ctx.filterForm ? 11 : -1);
58773
58781
  \u0275\u0275advance();
@@ -58850,7 +58858,7 @@ var AppComponent = class _AppComponent {
58850
58858
  <div class="report-header-container">\r
58851
58859
  <div class="report-titles-container">\r
58852
58860
  <h1 class="report-title">Verification Report</h1>\r
58853
- <h2 class="template-title">{{ templateSignal()?.template_name }}</h2>\r
58861
+ <h2 class="template-title">{{ templateLabel }}</h2>\r
58854
58862
  </div>\r
58855
58863
  @if (ready() && filterForm) {\r
58856
58864
  <lib-template-select-modal\r
@@ -59267,6 +59275,7 @@ var AppComponent = class _AppComponent {
59267
59275
  [modal]="true"\r
59268
59276
  [(visible)]="documentsModal"\r
59269
59277
  [style]="{ width: '480px' }"\r
59278
+ contentStyleClass="dialog-content-overflow-visible"\r
59270
59279
  >\r
59271
59280
  @if (ready() && filterForm) {\r
59272
59281
  <form class="dialog-content" [formGroup]="filterForm" #contentWrapper>\r
@@ -59285,18 +59294,15 @@ var AppComponent = class _AppComponent {
59285
59294
  formControlName="documents_status"\r
59286
59295
  [isMultiSelect]="true"\r
59287
59296
  [options]="lookups && lookups['documents_status']"\r
59288
- (openState)="calculateHeightPosition(contentWrapper)"\r
59289
59297
  />\r
59290
59298
  <lib-dm-range-date-picker-lib\r
59291
59299
  label="Expiry Date"\r
59292
59300
  formControlName="documents_expiry_date"\r
59293
- (openState)="calculateHeightPosition(contentWrapper)"\r
59294
59301
  [control]="getControl('documents_expiry_date')"\r
59295
59302
  />\r
59296
59303
  <lib-dm-range-date-picker-lib\r
59297
59304
  label="Last Update"\r
59298
59305
  formControlName="documents_created_date"\r
59299
- (openState)="calculateHeightPosition(contentWrapper)"\r
59300
59306
  [control]="getControl('documents_created_date')"\r
59301
59307
  />\r
59302
59308
  </form>\r
@@ -59354,7 +59360,7 @@ var AppComponent = class _AppComponent {
59354
59360
  });
59355
59361
  })();
59356
59362
  (() => {
59357
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "apps/reports/moneymatrix/verification/src/app/app.component.ts", lineNumber: 95 });
59363
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "apps/reports/moneymatrix/verification/src/app/app.component.ts", lineNumber: 97 });
59358
59364
  })();
59359
59365
 
59360
59366
  // node_modules/@angular/elements/fesm2022/elements.mjs