@everymatrix/stage-mm-verification-report 1.1.0 → 1.1.2

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-Y5KSVMMR.js";
4
+ } from "./chunk-3AQTIC45.js";
5
5
  import {
6
6
  DomainsOverloadModalComponent
7
- } from "./chunk-5K6TODDU.js";
7
+ } from "./chunk-HCIJ4DBZ.js";
8
8
  import {
9
9
  ApiHandlerService,
10
10
  BrowserModule,
@@ -38,7 +38,7 @@ import {
38
38
  provideHttpClient,
39
39
  require_moment,
40
40
  withInterceptors
41
- } from "./chunk-ILY5KFAW.js";
41
+ } from "./chunk-TLKY6L5A.js";
42
42
  import {
43
43
  $dt,
44
44
  AutoFocus,
@@ -52211,10 +52211,11 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52211
52211
  constructor() {
52212
52212
  effect(() => {
52213
52213
  this.template = this.templateService.template();
52214
- if (this.template && !this.template.is_temporary) {
52214
+ const baseTemplate = this.templateService.baseTemplate();
52215
+ if (this.template && (!this.template.is_temporary || baseTemplate)) {
52215
52216
  this.isTemplatePresent = true;
52216
- this.descriptionControl.setValue(this.template.template_desc);
52217
- this.nameControl.setValue(this.template.template_name);
52217
+ this.descriptionControl.setValue(baseTemplate?.template_desc || this.template.template_desc);
52218
+ this.nameControl.setValue(baseTemplate?.template_name || this.template.template_name);
52218
52219
  } else {
52219
52220
  this.isTemplatePresent = false;
52220
52221
  this.isExisting = false;
@@ -52225,8 +52226,9 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52225
52226
  this.radioButtonControl.valueChanges.subscribe((value) => {
52226
52227
  if (value === "existing" && this.template) {
52227
52228
  this.isExisting = true;
52228
- this.descriptionControl.setValue(this.template.template_desc);
52229
- this.nameControl.setValue(this.template.template_name);
52229
+ const baseTemplate = this.templateService.baseTemplate();
52230
+ this.descriptionControl.setValue(baseTemplate?.template_desc || this.template.template_desc);
52231
+ this.nameControl.setValue(baseTemplate?.template_name || this.template.template_name);
52230
52232
  } else {
52231
52233
  this.isExisting = false;
52232
52234
  this.descriptionControl.reset("");
@@ -52250,7 +52252,8 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52250
52252
  }
52251
52253
  save() {
52252
52254
  this.loading.set(true);
52253
- 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({
52255
+ const baseTemplate = this.templateService.baseTemplate();
52256
+ this.deleteSchedulesIfNeeded(baseTemplate || this.template).pipe(switchMap(() => this.templateService.saveTemplate(this.nameControl.value, this.descriptionControl.value, this.params(), this.reportId(), this.radioButtonControl.value === "existing" ? baseTemplate?.template_id || this.template?.template_id : null, false).pipe(take(1)))).subscribe({
52254
52257
  next: (template) => {
52255
52258
  this.radioButtonControl.setValue("existing");
52256
52259
  this.templateService.setSearchParams({
@@ -52276,7 +52279,8 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
52276
52279
  });
52277
52280
  }
52278
52281
  hasConfiguredSendOptions() {
52279
- return this.template?.input_params.send_option;
52282
+ const baseTemplate = this.templateService.baseTemplate();
52283
+ return baseTemplate?.input_params.send_option || this.template?.input_params.send_option;
52280
52284
  }
52281
52285
  selectedDifferentSiteId = () => {
52282
52286
  return this.sessionService.sessionData?.Domains && this.template?.domain_id && +this.template?.domain_id != +this.sessionService.sessionData.Domains;
@@ -53040,6 +53044,14 @@ var ReportConfigurationModalComponent = class _ReportConfigurationModalComponent
53040
53044
  selectAll = false;
53041
53045
  dragData;
53042
53046
  ngOnInit() {
53047
+ this.updateSelections();
53048
+ }
53049
+ ngOnChanges(changes) {
53050
+ if (changes["selectedList"]) {
53051
+ this.updateSelections();
53052
+ }
53053
+ }
53054
+ updateSelections() {
53043
53055
  this.selectAll = this.allAvailableFields.length === this.selectedList.length;
53044
53056
  const selectedIds = new Set(this.selectedList.map((item) => item.field_id));
53045
53057
  this.allAvailableFields = this.allAvailableFields.map((field) => __spreadProps(__spreadValues({}, field), {
@@ -53126,7 +53138,7 @@ var ReportConfigurationModalComponent = class _ReportConfigurationModalComponent
53126
53138
  static \u0275fac = function ReportConfigurationModalComponent_Factory(__ngFactoryType__) {
53127
53139
  return new (__ngFactoryType__ || _ReportConfigurationModalComponent)();
53128
53140
  };
53129
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _ReportConfigurationModalComponent, selectors: [["lib-report-configuration-modal"]], inputs: { visible: [1, "visible"], allAvailableFields: "allAvailableFields", selectedList: "selectedList" }, outputs: { visible: "visibleChange", fieldsEmitter: "fieldsEmitter" }, decls: 38, vars: 7, consts: [["header", "Configure Report", 3, "visibleChange", "visible", "modal"], [1, "configure-report-modal-wrapper"], [1, "modal-header"], [1, "modal-subtitle"], [1, "modal-content"], [1, "all-section", "modal-section"], [1, "section-header"], [1, "section-title"], [1, "total-items"], [1, "section-content"], [1, "section-search"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "search-icon"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.58268 3.33329C6.1309 3.33329 3.33268 6.13151 3.33268 9.58329C3.33268 13.0351 6.1309 15.8333 9.58268 15.8333C11.2603 15.8333 12.7835 15.1723 13.9061 14.0967C13.932 14.0607 13.9612 14.0264 13.9935 13.994C14.0259 13.9617 14.0602 13.9326 14.0961 13.9067C15.1718 12.784 15.8327 11.2608 15.8327 9.58329C15.8327 6.13151 13.0345 3.33329 9.58268 3.33329ZM15.739 14.561C16.8399 13.2011 17.4993 11.4692 17.4993 9.58329C17.4993 5.21104 13.9549 1.66663 9.58268 1.66663C5.21043 1.66663 1.66602 5.21104 1.66602 9.58329C1.66602 13.9555 5.21043 17.5 9.58268 17.5C11.4687 17.5 13.2006 16.8405 14.5605 15.7395L16.9101 18.0892C17.2355 18.4146 17.7632 18.4147 18.0886 18.0892C18.414 17.7638 18.414 17.2362 18.0886 16.9107L15.739 14.561Z", "fill", "#5D6983"], ["id", "inputRangePicker", "placeholder", "Search", "pInputText", "", 1, "form-control-field", "search-field", 3, "ngModelChange", "ngModel"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon"], [1, "section-list"], [1, "list-items"], [1, "select-all-item", "list-item"], [1, "list-item", 3, "ngStyle"], [1, "selected-section", "modal-section"], [1, "section-header-action", 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", "M0.666016 8.00004C0.666016 4.31814 3.65078 1.33337 7.33268 1.33337C9.17428 1.33337 10.8425 2.08097 12.0484 3.28763C12.4748 3.71435 12.9314 4.24169 13.3327 4.72967V2.66671C13.3327 2.29852 13.6312 2.00004 13.9993 2.00004C14.3675 2.00004 14.666 2.29852 14.666 2.66671V6.66671C14.666 7.0349 14.3675 7.33337 13.9993 7.33337H9.99935C9.63116 7.33337 9.33268 7.0349 9.33268 6.66671C9.33268 6.29852 9.63116 6.00004 9.99935 6.00004H12.6455C12.184 5.42089 11.6104 4.73561 11.1052 4.23011C10.1392 3.26347 8.80629 2.66671 7.33268 2.66671C4.38716 2.66671 1.99935 5.05452 1.99935 8.00004C1.99935 10.9456 4.38716 13.3334 7.33268 13.3334C9.76317 13.3334 11.8155 11.707 12.4576 9.48187C12.5597 9.12812 12.9292 8.92409 13.283 9.02618C13.6368 9.12826 13.8408 9.49779 13.7387 9.85154C12.9363 12.6321 10.373 14.6667 7.33268 14.6667C3.65078 14.6667 0.666016 11.6819 0.666016 8.00004Z", "fill", "#0076DD"], ["pDraggable", "", "pDroppable", "", "dragEffect", "move", 1, "list-item", "selected-list-item"], ["pTemplate", "footer"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon", 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"], ["inputId", "selectAllList", 3, "onChange", "binary", "ngModel"], ["for", "selectAllList"], [1, "checkbox-wrapper"], [3, "onChange", "ngModelChange", "disabled", "binary", "inputId", "ngModel"], [3, "for", "ngStyle"], ["pDraggable", "", "pDroppable", "", "dragEffect", "move", 1, "list-item", "selected-list-item", 3, "onDragStart", "onDragEnd", "onDragEnter"], [1, "list-item-drag-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M13.3333 5.00004C13.7936 5.00004 14.1667 4.62694 14.1667 4.16671C14.1667 3.70647 13.7936 3.33337 13.3333 3.33337C12.8731 3.33337 12.5 3.70647 12.5 4.16671C12.5 4.62694 12.8731 5.00004 13.3333 5.00004Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M13.3333 10.8333C13.7936 10.8333 14.1667 10.4602 14.1667 9.99996C14.1667 9.53971 13.7936 9.16663 13.3333 9.16663C12.8731 9.16663 12.5 9.53971 12.5 9.99996C12.5 10.4602 12.8731 10.8333 13.3333 10.8333Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M13.3333 16.6667C13.7936 16.6667 14.1667 16.2936 14.1667 15.8333C14.1667 15.3731 13.7936 15 13.3333 15C12.8731 15 12.5 15.3731 12.5 15.8333C12.5 16.2936 12.8731 16.6667 13.3333 16.6667Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 5.00004C7.95958 5.00004 8.33268 4.62694 8.33268 4.16671C8.33268 3.70647 7.95958 3.33337 7.49935 3.33337C7.03912 3.33337 6.66602 3.70647 6.66602 4.16671C6.66602 4.62694 7.03912 5.00004 7.49935 5.00004Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 10.8333C7.95958 10.8333 8.33268 10.4602 8.33268 9.99996C8.33268 9.53971 7.95958 9.16663 7.49935 9.16663C7.03912 9.16663 6.66602 9.53971 6.66602 9.99996C6.66602 10.4602 7.03912 10.8333 7.49935 10.8333Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 16.6667C7.95958 16.6667 8.33268 16.2936 8.33268 15.8333C8.33268 15.3731 7.95958 15 7.49935 15C7.03912 15 6.66602 15.3731 6.66602 15.8333C6.66602 16.2936 7.03912 16.6667 7.49935 16.6667Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], [1, "list-item-text"], [1, "list-item-remove-icon"], [1, "list-item-remove-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "12", "height", "12", "viewBox", "0 0 12 12", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M2.64645 2.64645C2.84171 2.45118 3.15829 2.45118 3.35355 2.64645L6 5.29289L8.64645 2.64645C8.84171 2.45118 9.15829 2.45118 9.35355 2.64645C9.54882 2.84171 9.54882 3.15829 9.35355 3.35355L6.70711 6L9.35355 8.64645C9.54882 8.84171 9.54882 9.15829 9.35355 9.35355C9.15829 9.54882 8.84171 9.54882 8.64645 9.35355L6 6.70711L3.35355 9.35355C3.15829 9.54882 2.84171 9.54882 2.64645 9.35355C2.45118 9.15829 2.45118 8.84171 2.64645 8.64645L5.29289 6L2.64645 3.35355C2.45118 3.15829 2.45118 2.84171 2.64645 2.64645Z", "fill", "#5D6983"], [2, "width", "100%", "display", "flex", "flex-direction", "row", "justify-content", "space-between"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"]], template: function ReportConfigurationModalComponent_Template(rf, ctx) {
53141
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _ReportConfigurationModalComponent, selectors: [["lib-report-configuration-modal"]], inputs: { visible: [1, "visible"], allAvailableFields: "allAvailableFields", selectedList: "selectedList" }, outputs: { visible: "visibleChange", fieldsEmitter: "fieldsEmitter" }, features: [\u0275\u0275NgOnChangesFeature], decls: 38, vars: 7, consts: [["header", "Configure Report", 3, "visibleChange", "visible", "modal"], [1, "configure-report-modal-wrapper"], [1, "modal-header"], [1, "modal-subtitle"], [1, "modal-content"], [1, "all-section", "modal-section"], [1, "section-header"], [1, "section-title"], [1, "total-items"], [1, "section-content"], [1, "section-search"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "search-icon"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.58268 3.33329C6.1309 3.33329 3.33268 6.13151 3.33268 9.58329C3.33268 13.0351 6.1309 15.8333 9.58268 15.8333C11.2603 15.8333 12.7835 15.1723 13.9061 14.0967C13.932 14.0607 13.9612 14.0264 13.9935 13.994C14.0259 13.9617 14.0602 13.9326 14.0961 13.9067C15.1718 12.784 15.8327 11.2608 15.8327 9.58329C15.8327 6.13151 13.0345 3.33329 9.58268 3.33329ZM15.739 14.561C16.8399 13.2011 17.4993 11.4692 17.4993 9.58329C17.4993 5.21104 13.9549 1.66663 9.58268 1.66663C5.21043 1.66663 1.66602 5.21104 1.66602 9.58329C1.66602 13.9555 5.21043 17.5 9.58268 17.5C11.4687 17.5 13.2006 16.8405 14.5605 15.7395L16.9101 18.0892C17.2355 18.4146 17.7632 18.4147 18.0886 18.0892C18.414 17.7638 18.414 17.2362 18.0886 16.9107L15.739 14.561Z", "fill", "#5D6983"], ["id", "inputRangePicker", "placeholder", "Search", "pInputText", "", 1, "form-control-field", "search-field", 3, "ngModelChange", "ngModel"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon"], [1, "section-list"], [1, "list-items"], [1, "select-all-item", "list-item"], [1, "list-item", 3, "ngStyle"], [1, "selected-section", "modal-section"], [1, "section-header-action", 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", "M0.666016 8.00004C0.666016 4.31814 3.65078 1.33337 7.33268 1.33337C9.17428 1.33337 10.8425 2.08097 12.0484 3.28763C12.4748 3.71435 12.9314 4.24169 13.3327 4.72967V2.66671C13.3327 2.29852 13.6312 2.00004 13.9993 2.00004C14.3675 2.00004 14.666 2.29852 14.666 2.66671V6.66671C14.666 7.0349 14.3675 7.33337 13.9993 7.33337H9.99935C9.63116 7.33337 9.33268 7.0349 9.33268 6.66671C9.33268 6.29852 9.63116 6.00004 9.99935 6.00004H12.6455C12.184 5.42089 11.6104 4.73561 11.1052 4.23011C10.1392 3.26347 8.80629 2.66671 7.33268 2.66671C4.38716 2.66671 1.99935 5.05452 1.99935 8.00004C1.99935 10.9456 4.38716 13.3334 7.33268 13.3334C9.76317 13.3334 11.8155 11.707 12.4576 9.48187C12.5597 9.12812 12.9292 8.92409 13.283 9.02618C13.6368 9.12826 13.8408 9.49779 13.7387 9.85154C12.9363 12.6321 10.373 14.6667 7.33268 14.6667C3.65078 14.6667 0.666016 11.6819 0.666016 8.00004Z", "fill", "#0076DD"], ["pDraggable", "", "pDroppable", "", "dragEffect", "move", 1, "list-item", "selected-list-item"], ["pTemplate", "footer"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon", 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"], ["inputId", "selectAllList", 3, "onChange", "binary", "ngModel"], ["for", "selectAllList"], [1, "checkbox-wrapper"], [3, "onChange", "ngModelChange", "disabled", "binary", "inputId", "ngModel"], [3, "for", "ngStyle"], ["pDraggable", "", "pDroppable", "", "dragEffect", "move", 1, "list-item", "selected-list-item", 3, "onDragStart", "onDragEnd", "onDragEnter"], [1, "list-item-drag-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M13.3333 5.00004C13.7936 5.00004 14.1667 4.62694 14.1667 4.16671C14.1667 3.70647 13.7936 3.33337 13.3333 3.33337C12.8731 3.33337 12.5 3.70647 12.5 4.16671C12.5 4.62694 12.8731 5.00004 13.3333 5.00004Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M13.3333 10.8333C13.7936 10.8333 14.1667 10.4602 14.1667 9.99996C14.1667 9.53971 13.7936 9.16663 13.3333 9.16663C12.8731 9.16663 12.5 9.53971 12.5 9.99996C12.5 10.4602 12.8731 10.8333 13.3333 10.8333Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M13.3333 16.6667C13.7936 16.6667 14.1667 16.2936 14.1667 15.8333C14.1667 15.3731 13.7936 15 13.3333 15C12.8731 15 12.5 15.3731 12.5 15.8333C12.5 16.2936 12.8731 16.6667 13.3333 16.6667Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 5.00004C7.95958 5.00004 8.33268 4.62694 8.33268 4.16671C8.33268 3.70647 7.95958 3.33337 7.49935 3.33337C7.03912 3.33337 6.66602 3.70647 6.66602 4.16671C6.66602 4.62694 7.03912 5.00004 7.49935 5.00004Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 10.8333C7.95958 10.8333 8.33268 10.4602 8.33268 9.99996C8.33268 9.53971 7.95958 9.16663 7.49935 9.16663C7.03912 9.16663 6.66602 9.53971 6.66602 9.99996C6.66602 10.4602 7.03912 10.8333 7.49935 10.8333Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["d", "M7.49935 16.6667C7.95958 16.6667 8.33268 16.2936 8.33268 15.8333C8.33268 15.3731 7.95958 15 7.49935 15C7.03912 15 6.66602 15.3731 6.66602 15.8333C6.66602 16.2936 7.03912 16.6667 7.49935 16.6667Z", "stroke", "#7985A0", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], [1, "list-item-text"], [1, "list-item-remove-icon"], [1, "list-item-remove-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "12", "height", "12", "viewBox", "0 0 12 12", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M2.64645 2.64645C2.84171 2.45118 3.15829 2.45118 3.35355 2.64645L6 5.29289L8.64645 2.64645C8.84171 2.45118 9.15829 2.45118 9.35355 2.64645C9.54882 2.84171 9.54882 3.15829 9.35355 3.35355L6.70711 6L9.35355 8.64645C9.54882 8.84171 9.54882 9.15829 9.35355 9.35355C9.15829 9.54882 8.84171 9.54882 8.64645 9.35355L6 6.70711L3.35355 9.35355C3.15829 9.54882 2.84171 9.54882 2.64645 9.35355C2.45118 9.15829 2.45118 8.84171 2.64645 8.64645L5.29289 6L2.64645 3.35355C2.45118 3.15829 2.45118 2.84171 2.64645 2.64645Z", "fill", "#5D6983"], [2, "width", "100%", "display", "flex", "flex-direction", "row", "justify-content", "space-between"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"]], template: function ReportConfigurationModalComponent_Template(rf, ctx) {
53130
53142
  if (rf & 1) {
53131
53143
  \u0275\u0275elementStart(0, "p-dialog", 0);
53132
53144
  \u0275\u0275twoWayListener("visibleChange", function ReportConfigurationModalComponent_Template_p_dialog_visibleChange_0_listener($event) {
@@ -53474,7 +53486,7 @@ var ReportConfigurationModalComponent = class _ReportConfigurationModalComponent
53474
53486
  }] });
53475
53487
  })();
53476
53488
  (() => {
53477
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(ReportConfigurationModalComponent, { className: "ReportConfigurationModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/report-configuration-modal/report-configuration-modal.ts", lineNumber: 35 });
53489
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(ReportConfigurationModalComponent, { className: "ReportConfigurationModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/report-configuration-modal/report-configuration-modal.ts", lineNumber: 37 });
53478
53490
  })();
53479
53491
 
53480
53492
  // libs/components/dm-date-picker-lib/src/lib/dm-date-picker-lib/dm-date-picker-lib.component.ts
@@ -53773,7 +53785,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53773
53785
 
53774
53786
  // libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
53775
53787
  var _forTrack04 = ($index, $item) => $item.dag_id;
53776
- var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)];
53788
+ var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-RKNM3CPU.js").then((m) => m.DeleteTemplateModalComponent)];
53777
53789
  var _c026 = () => ({ "width": "460px", "max-height": "540px" });
53778
53790
  var _c151 = () => ({ width: "20px", height: "20px" });
53779
53791
  var _c237 = () => ({ "min-width": "720px" });
@@ -54608,7 +54620,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54608
54620
  ], 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 });
54609
54621
  };
54610
54622
  (() => {
54611
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54623
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-RKNM3CPU.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54612
54624
  setClassMetadata(SendSettingsModalComponent, [{
54613
54625
  type: Component,
54614
54626
  args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
@@ -55065,11 +55077,11 @@ Are you sure you want to delete the schedule?"\r
55065
55077
 
55066
55078
  // libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
55067
55079
  var _forTrack05 = ($index, $item) => $item.template_id;
55068
- var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)];
55069
- var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-WO5OURZE.js").then((m) => m.DomainsOverloadModalComponent)];
55080
+ var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-RKNM3CPU.js").then((m) => m.DeleteTemplateModalComponent)];
55081
+ var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-4M25FGA6.js").then((m) => m.DomainsOverloadModalComponent)];
55070
55082
  var _c027 = (a0) => ({ "selected-row": a0 });
55071
- var _c158 = () => ({ position: "relative" });
55072
- var _c238 = () => ({ width: "16px", height: "16px" });
55083
+ var _c158 = () => ({ width: "16px", height: "16px" });
55084
+ var _c238 = () => ({ position: "relative" });
55073
55085
  var _c320 = () => ({ position: "absolute", width: "8px", height: "8px", background: "#2eb398", "border-radius": "50%", right: "2px", top: "2px" });
55074
55086
  var _c415 = () => ({ width: "40px", height: "40px" });
55075
55087
  function TemplateSelectModalComponent_Conditional_7_Conditional_4_Template(rf, ctx) {
@@ -55080,7 +55092,7 @@ function TemplateSelectModalComponent_Conditional_7_Conditional_4_Template(rf, c
55080
55092
  \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_7_Conditional_4_Template_svg_click_0_listener() {
55081
55093
  \u0275\u0275restoreView(_r5);
55082
55094
  const ctx_r3 = \u0275\u0275nextContext(2);
55083
- return \u0275\u0275resetView(ctx_r3.searchQuery = "");
55095
+ return \u0275\u0275resetView(ctx_r3.searchQuery.set(""));
55084
55096
  });
55085
55097
  \u0275\u0275element(1, "path", 15);
55086
55098
  \u0275\u0275elementEnd();
@@ -55096,11 +55108,10 @@ function TemplateSelectModalComponent_Conditional_7_Template(rf, ctx) {
55096
55108
  \u0275\u0275elementEnd();
55097
55109
  \u0275\u0275namespaceHTML();
55098
55110
  \u0275\u0275elementStart(3, "input", 12);
55099
- \u0275\u0275twoWayListener("ngModelChange", function TemplateSelectModalComponent_Conditional_7_Template_input_ngModelChange_3_listener($event) {
55111
+ \u0275\u0275listener("input", function TemplateSelectModalComponent_Conditional_7_Template_input_input_3_listener($event) {
55100
55112
  \u0275\u0275restoreView(_r3);
55101
55113
  const ctx_r3 = \u0275\u0275nextContext();
55102
- \u0275\u0275twoWayBindingSet(ctx_r3.searchQuery, $event) || (ctx_r3.searchQuery = $event);
55103
- return \u0275\u0275resetView($event);
55114
+ return \u0275\u0275resetView(ctx_r3.onSearchChange($event));
55104
55115
  });
55105
55116
  \u0275\u0275elementEnd();
55106
55117
  \u0275\u0275template(4, TemplateSelectModalComponent_Conditional_7_Conditional_4_Template, 2, 0, ":svg:svg", 13);
@@ -55109,51 +55120,78 @@ function TemplateSelectModalComponent_Conditional_7_Template(rf, ctx) {
55109
55120
  if (rf & 2) {
55110
55121
  const ctx_r3 = \u0275\u0275nextContext();
55111
55122
  \u0275\u0275advance(3);
55112
- \u0275\u0275twoWayProperty("ngModel", ctx_r3.searchQuery);
55123
+ \u0275\u0275property("value", ctx_r3.searchQuery());
55113
55124
  \u0275\u0275advance();
55114
- \u0275\u0275conditional(ctx_r3.searchQuery ? 4 : -1);
55125
+ \u0275\u0275conditional(ctx_r3.searchQuery() ? 4 : -1);
55115
55126
  }
55116
55127
  }
55117
55128
  function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_12_Template(rf, ctx) {
55118
55129
  if (rf & 1) {
55119
- \u0275\u0275element(0, "p-progress-spinner", 38);
55130
+ \u0275\u0275element(0, "p-progress-spinner", 33);
55120
55131
  }
55121
55132
  if (rf & 2) {
55122
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c238));
55133
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c158));
55123
55134
  }
55124
55135
  }
55125
55136
  function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_13_Template(rf, ctx) {
55126
55137
  if (rf & 1) {
55127
55138
  \u0275\u0275namespaceSVG();
55128
55139
  \u0275\u0275elementStart(0, "svg", 25);
55129
- \u0275\u0275element(1, "path", 39);
55140
+ \u0275\u0275element(1, "path", 34);
55130
55141
  \u0275\u0275elementEnd();
55131
55142
  }
55132
55143
  }
55133
- function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_15_Template(rf, ctx) {
55144
+ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_14_Conditional_1_Template(rf, ctx) {
55134
55145
  if (rf & 1) {
55135
- \u0275\u0275element(0, "span", 30);
55146
+ \u0275\u0275element(0, "span", 36);
55136
55147
  }
55137
55148
  if (rf & 2) {
55138
55149
  \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(1, _c320));
55139
55150
  }
55140
55151
  }
55141
- function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_23_Template(rf, ctx) {
55152
+ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_14_Template(rf, ctx) {
55153
+ if (rf & 1) {
55154
+ const _r8 = \u0275\u0275getCurrentView();
55155
+ \u0275\u0275elementStart(0, "span", 35);
55156
+ \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_14_Template_span_click_0_listener() {
55157
+ \u0275\u0275restoreView(_r8);
55158
+ const template_r7 = \u0275\u0275nextContext().$implicit;
55159
+ const ctx_r3 = \u0275\u0275nextContext(3);
55160
+ ctx_r3.showSendingModal.set(true);
55161
+ return \u0275\u0275resetView(ctx_r3.selectedTemplate = template_r7);
55162
+ });
55163
+ \u0275\u0275template(1, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_14_Conditional_1_Template, 1, 2, "span", 36);
55164
+ \u0275\u0275namespaceSVG();
55165
+ \u0275\u0275elementStart(2, "svg", 25)(3, "g", 37);
55166
+ \u0275\u0275element(4, "path", 38);
55167
+ \u0275\u0275elementEnd();
55168
+ \u0275\u0275elementStart(5, "defs")(6, "clipPath", 39);
55169
+ \u0275\u0275element(7, "rect", 40);
55170
+ \u0275\u0275elementEnd()()()();
55171
+ }
55172
+ if (rf & 2) {
55173
+ const template_r7 = \u0275\u0275nextContext().$implicit;
55174
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(2, _c238));
55175
+ \u0275\u0275advance();
55176
+ \u0275\u0275conditional(template_r7.input_params.send_option ? 1 : -1);
55177
+ }
55178
+ }
55179
+ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_16_Template(rf, ctx) {
55142
55180
  if (rf & 1) {
55143
- \u0275\u0275element(0, "p-progress-spinner", 38);
55181
+ \u0275\u0275element(0, "p-progress-spinner", 33);
55144
55182
  }
55145
55183
  if (rf & 2) {
55146
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c238));
55184
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c158));
55147
55185
  }
55148
55186
  }
55149
- function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_24_Template(rf, ctx) {
55187
+ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_17_Template(rf, ctx) {
55150
55188
  if (rf & 1) {
55151
55189
  \u0275\u0275namespaceSVG();
55152
- \u0275\u0275elementStart(0, "svg", 25)(1, "g", 40);
55153
- \u0275\u0275element(2, "path", 41);
55190
+ \u0275\u0275elementStart(0, "svg", 25)(1, "g", 41);
55191
+ \u0275\u0275element(2, "path", 42);
55154
55192
  \u0275\u0275elementEnd();
55155
- \u0275\u0275elementStart(3, "defs")(4, "clipPath", 42);
55156
- \u0275\u0275element(5, "rect", 34);
55193
+ \u0275\u0275elementStart(3, "defs")(4, "clipPath", 43);
55194
+ \u0275\u0275element(5, "rect", 40);
55157
55195
  \u0275\u0275elementEnd()()();
55158
55196
  }
55159
55197
  }
@@ -55203,34 +55241,19 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Templat
55203
55241
  });
55204
55242
  \u0275\u0275template(12, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_12_Template, 1, 3, "p-progress-spinner", 28)(13, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_13_Template, 2, 0, ":svg:svg", 25);
55205
55243
  \u0275\u0275elementEnd();
55206
- \u0275\u0275elementStart(14, "span", 29);
55207
- \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template_span_click_14_listener() {
55208
- const template_r7 = \u0275\u0275restoreView(_r6).$implicit;
55244
+ \u0275\u0275template(14, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_14_Template, 8, 3, "span", 29);
55245
+ \u0275\u0275elementStart(15, "span", 30);
55246
+ \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template_span_click_15_listener() {
55247
+ const ctx_r8 = \u0275\u0275restoreView(_r6);
55248
+ const template_r7 = ctx_r8.$implicit;
55249
+ const \u0275$index_48_r10 = ctx_r8.$index;
55209
55250
  const ctx_r3 = \u0275\u0275nextContext(3);
55210
- ctx_r3.showSendingModal.set(true);
55211
- return \u0275\u0275resetView(ctx_r3.selectedTemplate = template_r7);
55212
- });
55213
- \u0275\u0275template(15, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_15_Template, 1, 2, "span", 30);
55214
- \u0275\u0275namespaceSVG();
55215
- \u0275\u0275elementStart(16, "svg", 25)(17, "g", 31);
55216
- \u0275\u0275element(18, "path", 32);
55217
- \u0275\u0275elementEnd();
55218
- \u0275\u0275elementStart(19, "defs")(20, "clipPath", 33);
55219
- \u0275\u0275element(21, "rect", 34);
55220
- \u0275\u0275elementEnd()()()();
55221
- \u0275\u0275namespaceHTML();
55222
- \u0275\u0275elementStart(22, "span", 35);
55223
- \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template_span_click_22_listener() {
55224
- const ctx_r7 = \u0275\u0275restoreView(_r6);
55225
- const template_r7 = ctx_r7.$implicit;
55226
- const \u0275$index_48_r9 = ctx_r7.$index;
55227
- const ctx_r3 = \u0275\u0275nextContext(3);
55228
- return \u0275\u0275resetView(ctx_r3.duplicateTemplate(template_r7, \u0275$index_48_r9));
55251
+ return \u0275\u0275resetView(ctx_r3.duplicateTemplate(template_r7, \u0275$index_48_r10));
55229
55252
  });
55230
- \u0275\u0275template(23, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_23_Template, 1, 3, "p-progress-spinner", 28)(24, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_24_Template, 6, 0, ":svg:svg", 25);
55253
+ \u0275\u0275template(16, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_16_Template, 1, 3, "p-progress-spinner", 28)(17, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Conditional_17_Template, 6, 0, ":svg:svg", 25);
55231
55254
  \u0275\u0275elementEnd();
55232
- \u0275\u0275elementStart(25, "span", 36);
55233
- \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template_span_click_25_listener($event) {
55255
+ \u0275\u0275elementStart(18, "span", 31);
55256
+ \u0275\u0275listener("click", function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template_span_click_18_listener($event) {
55234
55257
  const template_r7 = \u0275\u0275restoreView(_r6).$implicit;
55235
55258
  const ctx_r3 = \u0275\u0275nextContext(3);
55236
55259
  const op_r2 = \u0275\u0275reference(5);
@@ -55240,14 +55263,14 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Templat
55240
55263
  return \u0275\u0275resetView(op_r2.toggle($event));
55241
55264
  });
55242
55265
  \u0275\u0275namespaceSVG();
55243
- \u0275\u0275elementStart(26, "svg", 25);
55244
- \u0275\u0275element(27, "path", 37);
55266
+ \u0275\u0275elementStart(19, "svg", 25);
55267
+ \u0275\u0275element(20, "path", 32);
55245
55268
  \u0275\u0275elementEnd()()()();
55246
55269
  }
55247
55270
  if (rf & 2) {
55248
55271
  const template_r7 = ctx.$implicit;
55249
55272
  const ctx_r3 = \u0275\u0275nextContext(3);
55250
- \u0275\u0275property("ngClass", \u0275\u0275pureFunction1(9, _c027, template_r7.template_id === ctx_r3.selectedTemplateId));
55273
+ \u0275\u0275property("ngClass", \u0275\u0275pureFunction1(8, _c027, template_r7.template_id === ctx_r3.selectedTemplateId));
55251
55274
  \u0275\u0275advance(2);
55252
55275
  \u0275\u0275propertyInterpolate("pTooltip", template_r7.template_name);
55253
55276
  \u0275\u0275advance();
@@ -55259,11 +55282,9 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Templat
55259
55282
  \u0275\u0275advance(6);
55260
55283
  \u0275\u0275conditional(ctx_r3.templateCsvLoadingIds.has(template_r7.template_id) ? 12 : 13);
55261
55284
  \u0275\u0275advance(2);
55262
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(11, _c158));
55263
- \u0275\u0275advance();
55264
- \u0275\u0275conditional(template_r7.input_params.send_option ? 15 : -1);
55265
- \u0275\u0275advance(8);
55266
- \u0275\u0275conditional(ctx_r3.templateDuplicateLoadingIds.has(template_r7.template_id) ? 23 : 24);
55285
+ \u0275\u0275conditional(ctx_r3.isShowSendSettings ? 14 : -1);
55286
+ \u0275\u0275advance(2);
55287
+ \u0275\u0275conditional(ctx_r3.templateDuplicateLoadingIds.has(template_r7.template_id) ? 16 : 17);
55267
55288
  }
55268
55289
  }
55269
55290
  function TemplateSelectModalComponent_Conditional_9_Conditional_0_Template(rf, ctx) {
@@ -55277,7 +55298,7 @@ function TemplateSelectModalComponent_Conditional_9_Conditional_0_Template(rf, c
55277
55298
  \u0275\u0275elementStart(7, "div", 18)(8, "span");
55278
55299
  \u0275\u0275text(9, "Actions");
55279
55300
  \u0275\u0275elementEnd()()();
55280
- \u0275\u0275repeaterCreate(10, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template, 28, 12, "div", 19, _forTrack05);
55301
+ \u0275\u0275repeaterCreate(10, TemplateSelectModalComponent_Conditional_9_Conditional_0_For_11_Template, 21, 10, "div", 19, _forTrack05);
55281
55302
  }
55282
55303
  if (rf & 2) {
55283
55304
  const ctx_r3 = \u0275\u0275nextContext(2);
@@ -55304,7 +55325,7 @@ function TemplateSelectModalComponent_Conditional_9_Template(rf, ctx) {
55304
55325
  function TemplateSelectModalComponent_Conditional_10_Template(rf, ctx) {
55305
55326
  if (rf & 1) {
55306
55327
  \u0275\u0275elementStart(0, "div", 8);
55307
- \u0275\u0275element(1, "p-progress-spinner", 38);
55328
+ \u0275\u0275element(1, "p-progress-spinner", 33);
55308
55329
  \u0275\u0275elementEnd();
55309
55330
  }
55310
55331
  if (rf & 2) {
@@ -55314,21 +55335,21 @@ function TemplateSelectModalComponent_Conditional_10_Template(rf, ctx) {
55314
55335
  }
55315
55336
  function TemplateSelectModalComponent_Defer_11_Template(rf, ctx) {
55316
55337
  if (rf & 1) {
55317
- const _r10 = \u0275\u0275getCurrentView();
55318
- \u0275\u0275elementStart(0, "lib-delete-template-modal", 43);
55338
+ const _r11 = \u0275\u0275getCurrentView();
55339
+ \u0275\u0275elementStart(0, "lib-delete-template-modal", 44);
55319
55340
  \u0275\u0275twoWayListener("loadingChange", function TemplateSelectModalComponent_Defer_11_Template_lib_delete_template_modal_loadingChange_0_listener($event) {
55320
- \u0275\u0275restoreView(_r10);
55341
+ \u0275\u0275restoreView(_r11);
55321
55342
  const ctx_r3 = \u0275\u0275nextContext();
55322
55343
  \u0275\u0275twoWayBindingSet(ctx_r3.templateDeleteLoading, $event) || (ctx_r3.templateDeleteLoading = $event);
55323
55344
  return \u0275\u0275resetView($event);
55324
55345
  })("visibleChange", function TemplateSelectModalComponent_Defer_11_Template_lib_delete_template_modal_visibleChange_0_listener($event) {
55325
- \u0275\u0275restoreView(_r10);
55346
+ \u0275\u0275restoreView(_r11);
55326
55347
  const ctx_r3 = \u0275\u0275nextContext();
55327
55348
  \u0275\u0275twoWayBindingSet(ctx_r3.showDeleteConfirmation, $event) || (ctx_r3.showDeleteConfirmation = $event);
55328
55349
  return \u0275\u0275resetView($event);
55329
55350
  });
55330
55351
  \u0275\u0275listener("confirm", function TemplateSelectModalComponent_Defer_11_Template_lib_delete_template_modal_confirm_0_listener() {
55331
- \u0275\u0275restoreView(_r10);
55352
+ \u0275\u0275restoreView(_r11);
55332
55353
  const ctx_r3 = \u0275\u0275nextContext();
55333
55354
  return \u0275\u0275resetView(ctx_r3.deleteTemplate());
55334
55355
  });
@@ -55341,10 +55362,10 @@ function TemplateSelectModalComponent_Defer_11_Template(rf, ctx) {
55341
55362
  }
55342
55363
  function TemplateSelectModalComponent_Conditional_14_Template(rf, ctx) {
55343
55364
  if (rf & 1) {
55344
- const _r11 = \u0275\u0275getCurrentView();
55345
- \u0275\u0275elementStart(0, "lib-send-settings-modal", 44);
55365
+ const _r12 = \u0275\u0275getCurrentView();
55366
+ \u0275\u0275elementStart(0, "lib-send-settings-modal", 45);
55346
55367
  \u0275\u0275twoWayListener("visibleChange", function TemplateSelectModalComponent_Conditional_14_Template_lib_send_settings_modal_visibleChange_0_listener($event) {
55347
- \u0275\u0275restoreView(_r11);
55368
+ \u0275\u0275restoreView(_r12);
55348
55369
  const ctx_r3 = \u0275\u0275nextContext();
55349
55370
  \u0275\u0275twoWayBindingSet(ctx_r3.showSendingModal, $event) || (ctx_r3.showSendingModal = $event);
55350
55371
  return \u0275\u0275resetView($event);
@@ -55359,16 +55380,16 @@ function TemplateSelectModalComponent_Conditional_14_Template(rf, ctx) {
55359
55380
  }
55360
55381
  function TemplateSelectModalComponent_Defer_15_Template(rf, ctx) {
55361
55382
  if (rf & 1) {
55362
- const _r12 = \u0275\u0275getCurrentView();
55363
- \u0275\u0275elementStart(0, "lib-domains-overload-modal", 45);
55383
+ const _r13 = \u0275\u0275getCurrentView();
55384
+ \u0275\u0275elementStart(0, "lib-domains-overload-modal", 46);
55364
55385
  \u0275\u0275twoWayListener("visibleChange", function TemplateSelectModalComponent_Defer_15_Template_lib_domains_overload_modal_visibleChange_0_listener($event) {
55365
- \u0275\u0275restoreView(_r12);
55386
+ \u0275\u0275restoreView(_r13);
55366
55387
  const ctx_r3 = \u0275\u0275nextContext();
55367
55388
  \u0275\u0275twoWayBindingSet(ctx_r3.domainsOverloadVisible, $event) || (ctx_r3.domainsOverloadVisible = $event);
55368
55389
  return \u0275\u0275resetView($event);
55369
55390
  });
55370
55391
  \u0275\u0275listener("confirm", function TemplateSelectModalComponent_Defer_15_Template_lib_domains_overload_modal_confirm_0_listener($event) {
55371
- \u0275\u0275restoreView(_r12);
55392
+ \u0275\u0275restoreView(_r13);
55372
55393
  const ctx_r3 = \u0275\u0275nextContext();
55373
55394
  return \u0275\u0275resetView(ctx_r3.domainsOverloadConfirm($event));
55374
55395
  });
@@ -55382,7 +55403,7 @@ function TemplateSelectModalComponent_Defer_15_Template(rf, ctx) {
55382
55403
  }
55383
55404
  var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55384
55405
  selectedTemplateId;
55385
- searchQuery = "";
55406
+ searchQuery = signal("");
55386
55407
  runReportEmitter = output();
55387
55408
  csvLoadEmitter = output();
55388
55409
  templateService = inject(TemplateService);
@@ -55404,13 +55425,14 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55404
55425
  overloadCheckAction = "";
55405
55426
  overloadCheckTemplate = null;
55406
55427
  filteredFieldsSignal = computed(() => {
55407
- const query2 = this.searchQuery.trim().toLowerCase();
55428
+ const query2 = this.searchQuery().trim().toLowerCase();
55408
55429
  const list = this.templateSignalList() || [];
55409
55430
  if (!query2) {
55410
55431
  return list.filter((item) => !item.is_temporary);
55411
55432
  }
55412
55433
  return list.filter((item) => !item.is_temporary && item.template_name.toLowerCase().includes(query2));
55413
55434
  });
55435
+ isShowSendSettings = false;
55414
55436
  constructor() {
55415
55437
  effect(() => {
55416
55438
  this.selectedTemplateId = this.templateService.template()?.template_id || "";
@@ -55536,10 +55558,14 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55536
55558
  return false;
55537
55559
  return this.domainLookups.length === this.getTemplateSelectedDomains(template);
55538
55560
  }
55561
+ onSearchChange(event2) {
55562
+ const inputElement = event2.target;
55563
+ this.searchQuery.set(inputElement.value);
55564
+ }
55539
55565
  static \u0275fac = function TemplateSelectModalComponent_Factory(__ngFactoryType__) {
55540
55566
  return new (__ngFactoryType__ || _TemplateSelectModalComponent)();
55541
55567
  };
55542
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _TemplateSelectModalComponent, selectors: [["lib-template-select-modal"]], inputs: { reportId: [1, "reportId"], showDeleteConfirmation: [1, "showDeleteConfirmation"], templateCsvLoadingConfig: [1, "templateCsvLoadingConfig"], showSendingModal: [1, "showSendingModal"], templateDeleteLoading: [1, "templateDeleteLoading"], domainLookups: "domainLookups" }, outputs: { runReportEmitter: "runReportEmitter", csvLoadEmitter: "csvLoadEmitter", showDeleteConfirmation: "showDeleteConfirmationChange", templateCsvLoadingConfig: "templateCsvLoadingConfigChange", showSendingModal: "showSendingModalChange", templateDeleteLoading: "templateDeleteLoadingChange" }, decls: 18, vars: 5, consts: [["op", ""], ["text", "Select Template", "size", "medium", "variant", "secondary-filled", 3, "outsideClickEmitter"], ["icon-right", "", 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", "M4.41009 6.91075C4.73553 6.58531 5.26317 6.58531 5.5886 6.91075L9.99935 11.3215L14.4101 6.91075C14.7355 6.58531 15.2632 6.58531 15.5886 6.91075C15.914 7.23618 15.914 7.76382 15.5886 8.08926L10.5886 13.0893C10.2632 13.4147 9.73553 13.4147 9.41009 13.0893L4.41009 8.08926C4.08466 7.76382 4.08466 7.23618 4.41009 6.91075Z", "fill", "white"], [1, "popover-container"], [1, "template-list-search"], [1, "template-list"], [1, "loading-state"], [3, "visible", "selectedTemplate"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "search-icon"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.58268 3.33329C6.1309 3.33329 3.33268 6.13151 3.33268 9.58329C3.33268 13.0351 6.1309 15.8333 9.58268 15.8333C11.2603 15.8333 12.7835 15.1723 13.9061 14.0967C13.932 14.0607 13.9612 14.0264 13.9935 13.994C14.0259 13.9617 14.0602 13.9326 14.0961 13.9067C15.1718 12.784 15.8327 11.2608 15.8327 9.58329C15.8327 6.13151 13.0345 3.33329 9.58268 3.33329ZM15.739 14.561C16.8399 13.2011 17.4993 11.4692 17.4993 9.58329C17.4993 5.21104 13.9549 1.66663 9.58268 1.66663C5.21043 1.66663 1.66602 5.21104 1.66602 9.58329C1.66602 13.9555 5.21043 17.5 9.58268 17.5C11.4687 17.5 13.2006 16.8405 14.5605 15.7395L16.9101 18.0892C17.2355 18.4146 17.7632 18.4147 18.0886 18.0892C18.414 17.7638 18.414 17.2362 18.0886 16.9107L15.739 14.561Z", "fill", "#5D6983"], ["id", "inputRangePicker", "placeholder", "Enter Template Name", "pInputText", "", 1, "form-control-field", "search-input", 3, "ngModelChange", "ngModel"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon", 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"], [1, "empty-container"], [1, "template-row", "template-row-header"], [1, "cell", "cell-header"], [1, "template-row", "template-row-content", 3, "ngClass"], [1, "cell", "cell-name", 3, "click"], ["tooltipPosition", "top", "showDelay", "500", 1, "tooltip-label", 3, "pTooltip"], [1, "cell", "cell-desc", 3, "click"], [1, "cell", "cell-actions"], ["pTooltip", "Run", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 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", "M8.66667 2.01323C8.54287 2.00195 8.35943 2 8.00785 2H5.86667C5.29561 2 4.90742 2.00052 4.60736 2.02504C4.31508 2.04892 4.16561 2.0922 4.06135 2.14533C3.81046 2.27316 3.60649 2.47713 3.47866 2.72801C3.42553 2.83228 3.38225 2.98175 3.35837 3.27403C3.33385 3.57409 3.33333 3.96228 3.33333 4.53333V11.4667C3.33333 12.0377 3.33385 12.4259 3.35837 12.726C3.38225 13.0183 3.42553 13.1677 3.47866 13.272C3.60649 13.5229 3.81046 13.7268 4.06135 13.8547C4.16561 13.9078 4.31508 13.9511 4.60736 13.975C4.90742 13.9995 5.29561 14 5.86667 14H10.1333C10.7044 14 11.0926 13.9995 11.3926 13.975C11.6849 13.9511 11.8344 13.9078 11.9387 13.8547C12.1895 13.7268 12.3935 13.5229 12.5213 13.272C12.5745 13.1677 12.6178 13.0183 12.6416 12.726C12.6661 12.4259 12.6667 12.0377 12.6667 11.4667V6.65882C12.6667 6.30728 12.6647 6.12385 12.6534 6.00005L10.3787 6.00005C10.2105 6.00007 10.0466 6.00009 9.90785 5.98875C9.75545 5.9763 9.57563 5.94692 9.39468 5.85472C9.1438 5.72689 8.93982 5.52292 8.81199 5.27204C8.71979 5.09109 8.69042 4.91126 8.67796 4.75887C8.66663 4.62009 8.66665 4.45623 8.66667 4.28797L8.66667 2.01323ZM9.59573 0.899979C9.44514 0.832472 9.28838 0.778989 9.12743 0.740348C8.81896 0.666293 8.4991 0.666445 8.07577 0.666647C8.05342 0.666657 8.03079 0.666668 8.00785 0.666668L5.83913 0.666668C5.30249 0.666659 4.85958 0.666652 4.49878 0.69613C4.12405 0.726747 3.77958 0.792457 3.45603 0.957317C2.95426 1.21298 2.54631 1.62093 2.29065 2.12269C2.12579 2.44625 2.06008 2.79072 2.02946 3.16545C1.99998 3.52625 1.99999 3.96915 2 4.5058V11.4942C1.99999 12.0308 1.99998 12.4738 2.02946 12.8346C2.06008 13.2093 2.12579 13.5538 2.29065 13.8773C2.54631 14.3791 2.95426 14.787 3.45603 15.0427C3.77958 15.2075 4.12405 15.2733 4.49878 15.3039C4.85958 15.3333 5.30248 15.3333 5.83912 15.3333H10.1609C10.6975 15.3333 11.1404 15.3333 11.5012 15.3039C11.876 15.2733 12.2204 15.2075 12.544 15.0427C13.0457 14.787 13.4537 14.3791 13.7094 13.8773C13.8742 13.5538 13.9399 13.2093 13.9705 12.8346C14 12.4738 14 12.0309 14 11.4942V6.65882C14 6.63588 14 6.61325 14 6.5909C14.0002 6.16757 14.0004 5.8477 13.9263 5.53924C13.8878 5.37876 13.8345 5.22244 13.7673 5.07225C13.7631 5.06246 13.7587 5.05279 13.7541 5.04325C13.7105 4.94899 13.6615 4.85722 13.607 4.76843C13.4413 4.49795 13.215 4.27188 12.9155 3.97268C12.8997 3.95688 12.8837 3.94089 12.8675 3.92467L10.742 1.79919C10.7258 1.78297 10.7098 1.76696 10.694 1.75115C10.3948 1.45166 10.1687 1.22538 9.89824 1.05963C9.80909 1.005 9.71693 0.955736 9.62227 0.912052C9.61353 0.907841 9.60468 0.903814 9.59573 0.899979ZM10 2.94281V4.26672C10 4.4644 10.0005 4.57257 10.0069 4.65029C10.0071 4.65339 10.0074 4.65632 10.0076 4.65908C10.0104 4.65934 10.0133 4.65959 10.0164 4.65985C10.0941 4.6662 10.2023 4.66672 10.4 4.66672H11.7239L10 2.94281ZM4.66667 8.66667C4.66667 8.29848 4.96514 8 5.33333 8H10.6667C11.0349 8 11.3333 8.29848 11.3333 8.66667C11.3333 9.03486 11.0349 9.33333 10.6667 9.33333H5.33333C4.96514 9.33333 4.66667 9.03486 4.66667 8.66667ZM4.66667 11.3333C4.66667 10.9651 4.96514 10.6667 5.33333 10.6667H9.33333C9.70152 10.6667 10 10.9651 10 11.3333C10 11.7015 9.70152 12 9.33333 12H5.33333C4.96514 12 4.66667 11.7015 4.66667 11.3333Z", "fill", "#5D6983"], ["pTooltip", "Download as .CSV", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["strokeWidth", "6", 3, "style"], ["pTooltip", "Send E-mail", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click", "ngStyle"], [3, "ngStyle"], ["clip-path", "url(#clip0_1459_10510)"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8893 4.05321L7.77869 9.16384L9.3341 13.1635L12.8893 4.05321ZM6.83588 8.22103L11.9465 3.1104L2.83626 6.66562L6.83588 8.22103ZM13.7648 0.982783C13.8869 0.94731 14.1325 0.883567 14.3964 0.97171C14.6945 1.0713 14.9284 1.30523 15.028 1.60333C15.1161 1.86718 15.0524 2.11281 15.0169 2.23494C14.9783 2.36803 14.9163 2.52664 14.8542 2.68578L10.4426 13.9905C10.3732 14.1684 10.306 14.3407 10.2402 14.4737C10.1834 14.5886 10.057 14.8328 9.79457 14.9691C9.5052 15.1195 9.1607 15.1193 8.8715 14.9686C8.60925 14.832 8.48308 14.5876 8.4264 14.4726C8.3608 14.3396 8.2938 14.1672 8.22462 13.9892L6.48466 9.51505L2.034 7.78424C2.02616 7.78119 2.01832 7.77814 2.0105 7.7751C1.83252 7.70592 1.66016 7.63891 1.5271 7.57331C1.41213 7.51663 1.16775 7.39046 1.03112 7.12822C0.880444 6.83902 0.880241 6.49452 1.03058 6.20514C1.1669 5.94274 1.41113 5.81628 1.52603 5.75947C1.65902 5.69371 1.8313 5.6265 2.00919 5.55711C2.01702 5.55406 2.02485 5.551 2.03269 5.54794L13.3139 1.14551C13.4731 1.08337 13.6317 1.02144 13.7648 0.982783Z", "fill", "#5D6983"], ["id", "clip0_1459_10510"], ["width", "16", "height", "16", "fill", "white"], ["pTooltip", "Duplicate", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["pTooltip", "Delete", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.44162 0.666657H8.55968C8.91111 0.666645 9.21429 0.666635 9.464 0.687037C9.72757 0.708571 9.98971 0.756115 10.242 0.884645C10.6183 1.07639 10.9243 1.38235 11.116 1.75868C11.2445 2.01093 11.2921 2.27308 11.3136 2.53664C11.3319 2.76049 11.3338 3.0273 11.334 3.33332H14.0007C14.3688 3.33332 14.6673 3.6318 14.6673 3.99999C14.6673 4.36818 14.3688 4.66666 14.0007 4.66666H13.334V11.4942C13.334 12.0308 13.334 12.4737 13.3045 12.8345C13.2739 13.2093 13.2082 13.5537 13.0433 13.8773C12.7877 14.3791 12.3797 14.787 11.878 15.0427C11.5544 15.2075 11.2099 15.2732 10.8352 15.3039C10.4744 15.3333 10.0315 15.3333 9.49487 15.3333H6.50644C5.9698 15.3333 5.52689 15.3333 5.1661 15.3039C4.79137 15.2732 4.4469 15.2075 4.12334 15.0427C3.62158 14.787 3.21363 14.3791 2.95797 13.8773C2.79311 13.5537 2.7274 13.2093 2.69678 12.8345C2.6673 12.4737 2.66731 12.0308 2.66732 11.4942L2.66732 4.66666H2.00065C1.63246 4.66666 1.33398 4.36818 1.33398 3.99999C1.33398 3.6318 1.63246 3.33332 2.00065 3.33332H4.66734C4.66752 3.0273 4.66941 2.76049 4.6877 2.53664C4.70923 2.27308 4.75678 2.01093 4.8853 1.75868C5.07705 1.38235 5.38301 1.07639 5.75934 0.884645C6.01159 0.756115 6.27374 0.708571 6.5373 0.687037C6.78701 0.666635 7.09019 0.666645 7.44162 0.666657ZM4.00065 4.66666V11.4667C4.00065 12.0377 4.00117 12.4259 4.02569 12.726C4.04957 13.0182 4.09285 13.1677 4.14598 13.272C4.27381 13.5229 4.47778 13.7268 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.7268 11.7275 13.5229 11.8553 13.272C11.9085 13.1677 11.9517 13.0182 11.9756 12.726C12.0001 12.4259 12.0007 12.0377 12.0007 11.4667V4.66666H4.00065ZM10.0006 3.33332H6.0007C6.00099 3.02326 6.00303 2.81131 6.0166 2.64522C6.0314 2.46411 6.05652 2.39696 6.07331 2.364C6.13723 2.23856 6.23922 2.13657 6.36466 2.07265C6.39762 2.05586 6.46477 2.03074 6.64588 2.01594C6.83477 2.00051 7.08295 1.99999 7.46732 1.99999H8.53398C8.91835 1.99999 9.16654 2.00051 9.35543 2.01594C9.53654 2.03074 9.60368 2.05586 9.63664 2.07265C9.76209 2.13657 9.86407 2.23856 9.92799 2.364C9.94478 2.39696 9.9699 2.46411 9.9847 2.64522C9.99827 2.81131 10.0003 3.02326 10.0006 3.33332ZM6.66732 6.99999C7.03551 6.99999 7.33398 7.29847 7.33398 7.66666V11C7.33398 11.3682 7.03551 11.6667 6.66732 11.6667C6.29913 11.6667 6.00065 11.3682 6.00065 11V7.66666C6.00065 7.29847 6.29913 6.99999 6.66732 6.99999ZM9.33398 6.99999C9.70217 6.99999 10.0007 7.29847 10.0007 7.66666V11C10.0007 11.3682 9.70217 11.6667 9.33398 11.6667C8.96579 11.6667 8.66732 11.3682 8.66732 11V7.66666C8.66732 7.29847 8.96579 6.99999 9.33398 6.99999Z", "fill", "#5D6983"], ["strokeWidth", "6"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M8.00065 1.33334C8.36884 1.33334 8.66732 1.63182 8.66732 2.00001V8.39053L10.8626 6.19527C11.1229 5.93492 11.545 5.93492 11.8054 6.19527C12.0657 6.45562 12.0657 6.87773 11.8054 7.13808L8.47206 10.4714C8.21171 10.7318 7.7896 10.7318 7.52925 10.4714L4.19591 7.13808C3.93556 6.87773 3.93556 6.45562 4.19591 6.19527C4.45626 5.93492 4.87837 5.93492 5.13872 6.19527L7.33398 8.39053V2.00001C7.33398 1.63182 7.63246 1.33334 8.00065 1.33334ZM2.00065 9.33334C2.36884 9.33334 2.66732 9.63182 2.66732 10V10.8C2.66732 11.3711 2.66784 11.7593 2.69235 12.0593C2.71623 12.3516 2.75952 12.5011 2.81264 12.6053C2.94047 12.8562 3.14445 13.0602 3.39533 13.188C3.4996 13.2411 3.64907 13.2844 3.94134 13.3083C4.2414 13.3328 4.6296 13.3333 5.20065 13.3333H10.8007C11.3717 13.3333 11.7599 13.3328 12.06 13.3083C12.3522 13.2844 12.5017 13.2411 12.606 13.188C12.8569 13.0602 13.0608 12.8562 13.1887 12.6053C13.2418 12.5011 13.2851 12.3516 13.3089 12.0593C13.3335 11.7593 13.334 11.3711 13.334 10.8V10C13.334 9.63182 13.6325 9.33334 14.0007 9.33334C14.3688 9.33334 14.6673 9.63182 14.6673 10V10.8276C14.6673 11.3642 14.6673 11.8071 14.6379 12.1679C14.6072 12.5426 14.5415 12.8871 14.3767 13.2107C14.121 13.7124 13.7131 14.1204 13.2113 14.376C12.8877 14.5409 12.5433 14.6066 12.1685 14.6372C11.8077 14.6667 11.3648 14.6667 10.8282 14.6667H5.1731C4.63646 14.6667 4.19356 14.6667 3.83277 14.6372C3.45804 14.6066 3.11357 14.5409 2.79001 14.376C2.28824 14.1204 1.8803 13.7124 1.62463 13.2107C1.45977 12.8871 1.39406 12.5426 1.36345 12.1679C1.33397 11.8071 1.33398 11.3642 1.33398 10.8275L1.33398 10C1.33398 9.63182 1.63246 9.33334 2.00065 9.33334Z", "fill", "#5D6983"], ["clip-path", "url(#clip0_1459_11002)"], ["d", "M5.33398 5.33334V3.46668C5.33398 2.71994 5.33398 2.34657 5.47931 2.06136C5.60714 1.81047 5.81111 1.6065 6.062 1.47867C6.34721 1.33334 6.72058 1.33334 7.46732 1.33334H12.534C13.2807 1.33334 13.6541 1.33334 13.9393 1.47867C14.1902 1.6065 14.3942 1.81047 14.522 2.06136C14.6673 2.34657 14.6673 2.71994 14.6673 3.46668V8.53334C14.6673 9.28008 14.6673 9.65348 14.522 9.93868C14.3942 10.1895 14.1902 10.3935 13.9393 10.5213C13.6541 10.6667 13.2807 10.6667 12.534 10.6667H10.6673M3.46732 14.6667H8.53398C9.28072 14.6667 9.65412 14.6667 9.93932 14.5213C10.1902 14.3935 10.3942 14.1895 10.522 13.9387C10.6673 13.6535 10.6673 13.2801 10.6673 12.5333V7.46668C10.6673 6.71994 10.6673 6.34657 10.522 6.06136C10.3942 5.81047 10.1902 5.6065 9.93932 5.47867C9.65412 5.33334 9.28072 5.33334 8.53398 5.33334H3.46732C2.72058 5.33334 2.34721 5.33334 2.062 5.47867C1.81111 5.6065 1.60714 5.81047 1.47931 6.06136C1.33398 6.34657 1.33398 6.71994 1.33398 7.46668V12.5333C1.33398 13.2801 1.33398 13.6535 1.47931 13.9387C1.60714 14.1895 1.81111 14.3935 2.062 14.5213C2.34721 14.6667 2.72058 14.6667 3.46732 14.6667Z", "stroke", "#5D6983", "stroke-width", "1.6", "stroke-linecap", "round", "stroke-linejoin", "round"], ["id", "clip0_1459_11002"], ["title", "Delete Template", "description", "Template will be deleted and all settings including sending\n schedule will not be saved. <br />Are you sure you want to delete\n the template?", 3, "loadingChange", "visibleChange", "confirm", "loading", "visible"], [3, "visibleChange", "visible", "selectedTemplate"], [3, "visibleChange", "confirm", "visible", "isSaveMode", "action"]], template: function TemplateSelectModalComponent_Template(rf, ctx) {
55568
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _TemplateSelectModalComponent, selectors: [["lib-template-select-modal"]], inputs: { reportId: [1, "reportId"], showDeleteConfirmation: [1, "showDeleteConfirmation"], templateCsvLoadingConfig: [1, "templateCsvLoadingConfig"], showSendingModal: [1, "showSendingModal"], templateDeleteLoading: [1, "templateDeleteLoading"], domainLookups: "domainLookups", isShowSendSettings: [2, "isShowSendSettings", "isShowSendSettings", booleanAttribute] }, outputs: { runReportEmitter: "runReportEmitter", csvLoadEmitter: "csvLoadEmitter", showDeleteConfirmation: "showDeleteConfirmationChange", templateCsvLoadingConfig: "templateCsvLoadingConfigChange", showSendingModal: "showSendingModalChange", templateDeleteLoading: "templateDeleteLoadingChange" }, features: [\u0275\u0275InputTransformsFeature], decls: 18, vars: 5, consts: [["op", ""], ["text", "Select Template", "size", "medium", "variant", "secondary-filled", 3, "outsideClickEmitter"], ["icon-right", "", 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", "M4.41009 6.91075C4.73553 6.58531 5.26317 6.58531 5.5886 6.91075L9.99935 11.3215L14.4101 6.91075C14.7355 6.58531 15.2632 6.58531 15.5886 6.91075C15.914 7.23618 15.914 7.76382 15.5886 8.08926L10.5886 13.0893C10.2632 13.4147 9.73553 13.4147 9.41009 13.0893L4.41009 8.08926C4.08466 7.76382 4.08466 7.23618 4.41009 6.91075Z", "fill", "white"], [1, "popover-container"], [1, "template-list-search"], [1, "template-list"], [1, "loading-state"], [3, "visible", "selectedTemplate"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "search-icon"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.58268 3.33329C6.1309 3.33329 3.33268 6.13151 3.33268 9.58329C3.33268 13.0351 6.1309 15.8333 9.58268 15.8333C11.2603 15.8333 12.7835 15.1723 13.9061 14.0967C13.932 14.0607 13.9612 14.0264 13.9935 13.994C14.0259 13.9617 14.0602 13.9326 14.0961 13.9067C15.1718 12.784 15.8327 11.2608 15.8327 9.58329C15.8327 6.13151 13.0345 3.33329 9.58268 3.33329ZM15.739 14.561C16.8399 13.2011 17.4993 11.4692 17.4993 9.58329C17.4993 5.21104 13.9549 1.66663 9.58268 1.66663C5.21043 1.66663 1.66602 5.21104 1.66602 9.58329C1.66602 13.9555 5.21043 17.5 9.58268 17.5C11.4687 17.5 13.2006 16.8405 14.5605 15.7395L16.9101 18.0892C17.2355 18.4146 17.7632 18.4147 18.0886 18.0892C18.414 17.7638 18.414 17.2362 18.0886 16.9107L15.739 14.561Z", "fill", "#5D6983"], ["id", "inputRangePicker", "placeholder", "Enter Template Name", "pInputText", "", 1, "form-control-field", "search-input", 3, "input", "value"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon"], ["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 1, "clear-icon", 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"], [1, "empty-container"], [1, "template-row", "template-row-header"], [1, "cell", "cell-header"], [1, "template-row", "template-row-content", 3, "ngClass"], [1, "cell", "cell-name", 3, "click"], ["tooltipPosition", "top", "showDelay", "500", 1, "tooltip-label", 3, "pTooltip"], [1, "cell", "cell-desc", 3, "click"], [1, "cell", "cell-actions"], ["pTooltip", "Run", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 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", "M8.66667 2.01323C8.54287 2.00195 8.35943 2 8.00785 2H5.86667C5.29561 2 4.90742 2.00052 4.60736 2.02504C4.31508 2.04892 4.16561 2.0922 4.06135 2.14533C3.81046 2.27316 3.60649 2.47713 3.47866 2.72801C3.42553 2.83228 3.38225 2.98175 3.35837 3.27403C3.33385 3.57409 3.33333 3.96228 3.33333 4.53333V11.4667C3.33333 12.0377 3.33385 12.4259 3.35837 12.726C3.38225 13.0183 3.42553 13.1677 3.47866 13.272C3.60649 13.5229 3.81046 13.7268 4.06135 13.8547C4.16561 13.9078 4.31508 13.9511 4.60736 13.975C4.90742 13.9995 5.29561 14 5.86667 14H10.1333C10.7044 14 11.0926 13.9995 11.3926 13.975C11.6849 13.9511 11.8344 13.9078 11.9387 13.8547C12.1895 13.7268 12.3935 13.5229 12.5213 13.272C12.5745 13.1677 12.6178 13.0183 12.6416 12.726C12.6661 12.4259 12.6667 12.0377 12.6667 11.4667V6.65882C12.6667 6.30728 12.6647 6.12385 12.6534 6.00005L10.3787 6.00005C10.2105 6.00007 10.0466 6.00009 9.90785 5.98875C9.75545 5.9763 9.57563 5.94692 9.39468 5.85472C9.1438 5.72689 8.93982 5.52292 8.81199 5.27204C8.71979 5.09109 8.69042 4.91126 8.67796 4.75887C8.66663 4.62009 8.66665 4.45623 8.66667 4.28797L8.66667 2.01323ZM9.59573 0.899979C9.44514 0.832472 9.28838 0.778989 9.12743 0.740348C8.81896 0.666293 8.4991 0.666445 8.07577 0.666647C8.05342 0.666657 8.03079 0.666668 8.00785 0.666668L5.83913 0.666668C5.30249 0.666659 4.85958 0.666652 4.49878 0.69613C4.12405 0.726747 3.77958 0.792457 3.45603 0.957317C2.95426 1.21298 2.54631 1.62093 2.29065 2.12269C2.12579 2.44625 2.06008 2.79072 2.02946 3.16545C1.99998 3.52625 1.99999 3.96915 2 4.5058V11.4942C1.99999 12.0308 1.99998 12.4738 2.02946 12.8346C2.06008 13.2093 2.12579 13.5538 2.29065 13.8773C2.54631 14.3791 2.95426 14.787 3.45603 15.0427C3.77958 15.2075 4.12405 15.2733 4.49878 15.3039C4.85958 15.3333 5.30248 15.3333 5.83912 15.3333H10.1609C10.6975 15.3333 11.1404 15.3333 11.5012 15.3039C11.876 15.2733 12.2204 15.2075 12.544 15.0427C13.0457 14.787 13.4537 14.3791 13.7094 13.8773C13.8742 13.5538 13.9399 13.2093 13.9705 12.8346C14 12.4738 14 12.0309 14 11.4942V6.65882C14 6.63588 14 6.61325 14 6.5909C14.0002 6.16757 14.0004 5.8477 13.9263 5.53924C13.8878 5.37876 13.8345 5.22244 13.7673 5.07225C13.7631 5.06246 13.7587 5.05279 13.7541 5.04325C13.7105 4.94899 13.6615 4.85722 13.607 4.76843C13.4413 4.49795 13.215 4.27188 12.9155 3.97268C12.8997 3.95688 12.8837 3.94089 12.8675 3.92467L10.742 1.79919C10.7258 1.78297 10.7098 1.76696 10.694 1.75115C10.3948 1.45166 10.1687 1.22538 9.89824 1.05963C9.80909 1.005 9.71693 0.955736 9.62227 0.912052C9.61353 0.907841 9.60468 0.903814 9.59573 0.899979ZM10 2.94281V4.26672C10 4.4644 10.0005 4.57257 10.0069 4.65029C10.0071 4.65339 10.0074 4.65632 10.0076 4.65908C10.0104 4.65934 10.0133 4.65959 10.0164 4.65985C10.0941 4.6662 10.2023 4.66672 10.4 4.66672H11.7239L10 2.94281ZM4.66667 8.66667C4.66667 8.29848 4.96514 8 5.33333 8H10.6667C11.0349 8 11.3333 8.29848 11.3333 8.66667C11.3333 9.03486 11.0349 9.33333 10.6667 9.33333H5.33333C4.96514 9.33333 4.66667 9.03486 4.66667 8.66667ZM4.66667 11.3333C4.66667 10.9651 4.96514 10.6667 5.33333 10.6667H9.33333C9.70152 10.6667 10 10.9651 10 11.3333C10 11.7015 9.70152 12 9.33333 12H5.33333C4.96514 12 4.66667 11.7015 4.66667 11.3333Z", "fill", "#5D6983"], ["pTooltip", "Download as .CSV", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["strokeWidth", "6", 3, "style"], ["pTooltip", "Send E-mail", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "ngStyle"], ["pTooltip", "Duplicate", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["pTooltip", "Delete", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.44162 0.666657H8.55968C8.91111 0.666645 9.21429 0.666635 9.464 0.687037C9.72757 0.708571 9.98971 0.756115 10.242 0.884645C10.6183 1.07639 10.9243 1.38235 11.116 1.75868C11.2445 2.01093 11.2921 2.27308 11.3136 2.53664C11.3319 2.76049 11.3338 3.0273 11.334 3.33332H14.0007C14.3688 3.33332 14.6673 3.6318 14.6673 3.99999C14.6673 4.36818 14.3688 4.66666 14.0007 4.66666H13.334V11.4942C13.334 12.0308 13.334 12.4737 13.3045 12.8345C13.2739 13.2093 13.2082 13.5537 13.0433 13.8773C12.7877 14.3791 12.3797 14.787 11.878 15.0427C11.5544 15.2075 11.2099 15.2732 10.8352 15.3039C10.4744 15.3333 10.0315 15.3333 9.49487 15.3333H6.50644C5.9698 15.3333 5.52689 15.3333 5.1661 15.3039C4.79137 15.2732 4.4469 15.2075 4.12334 15.0427C3.62158 14.787 3.21363 14.3791 2.95797 13.8773C2.79311 13.5537 2.7274 13.2093 2.69678 12.8345C2.6673 12.4737 2.66731 12.0308 2.66732 11.4942L2.66732 4.66666H2.00065C1.63246 4.66666 1.33398 4.36818 1.33398 3.99999C1.33398 3.6318 1.63246 3.33332 2.00065 3.33332H4.66734C4.66752 3.0273 4.66941 2.76049 4.6877 2.53664C4.70923 2.27308 4.75678 2.01093 4.8853 1.75868C5.07705 1.38235 5.38301 1.07639 5.75934 0.884645C6.01159 0.756115 6.27374 0.708571 6.5373 0.687037C6.78701 0.666635 7.09019 0.666645 7.44162 0.666657ZM4.00065 4.66666V11.4667C4.00065 12.0377 4.00117 12.4259 4.02569 12.726C4.04957 13.0182 4.09285 13.1677 4.14598 13.272C4.27381 13.5229 4.47778 13.7268 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.7268 11.7275 13.5229 11.8553 13.272C11.9085 13.1677 11.9517 13.0182 11.9756 12.726C12.0001 12.4259 12.0007 12.0377 12.0007 11.4667V4.66666H4.00065ZM10.0006 3.33332H6.0007C6.00099 3.02326 6.00303 2.81131 6.0166 2.64522C6.0314 2.46411 6.05652 2.39696 6.07331 2.364C6.13723 2.23856 6.23922 2.13657 6.36466 2.07265C6.39762 2.05586 6.46477 2.03074 6.64588 2.01594C6.83477 2.00051 7.08295 1.99999 7.46732 1.99999H8.53398C8.91835 1.99999 9.16654 2.00051 9.35543 2.01594C9.53654 2.03074 9.60368 2.05586 9.63664 2.07265C9.76209 2.13657 9.86407 2.23856 9.92799 2.364C9.94478 2.39696 9.9699 2.46411 9.9847 2.64522C9.99827 2.81131 10.0003 3.02326 10.0006 3.33332ZM6.66732 6.99999C7.03551 6.99999 7.33398 7.29847 7.33398 7.66666V11C7.33398 11.3682 7.03551 11.6667 6.66732 11.6667C6.29913 11.6667 6.00065 11.3682 6.00065 11V7.66666C6.00065 7.29847 6.29913 6.99999 6.66732 6.99999ZM9.33398 6.99999C9.70217 6.99999 10.0007 7.29847 10.0007 7.66666V11C10.0007 11.3682 9.70217 11.6667 9.33398 11.6667C8.96579 11.6667 8.66732 11.3682 8.66732 11V7.66666C8.66732 7.29847 8.96579 6.99999 9.33398 6.99999Z", "fill", "#5D6983"], ["strokeWidth", "6"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M8.00065 1.33334C8.36884 1.33334 8.66732 1.63182 8.66732 2.00001V8.39053L10.8626 6.19527C11.1229 5.93492 11.545 5.93492 11.8054 6.19527C12.0657 6.45562 12.0657 6.87773 11.8054 7.13808L8.47206 10.4714C8.21171 10.7318 7.7896 10.7318 7.52925 10.4714L4.19591 7.13808C3.93556 6.87773 3.93556 6.45562 4.19591 6.19527C4.45626 5.93492 4.87837 5.93492 5.13872 6.19527L7.33398 8.39053V2.00001C7.33398 1.63182 7.63246 1.33334 8.00065 1.33334ZM2.00065 9.33334C2.36884 9.33334 2.66732 9.63182 2.66732 10V10.8C2.66732 11.3711 2.66784 11.7593 2.69235 12.0593C2.71623 12.3516 2.75952 12.5011 2.81264 12.6053C2.94047 12.8562 3.14445 13.0602 3.39533 13.188C3.4996 13.2411 3.64907 13.2844 3.94134 13.3083C4.2414 13.3328 4.6296 13.3333 5.20065 13.3333H10.8007C11.3717 13.3333 11.7599 13.3328 12.06 13.3083C12.3522 13.2844 12.5017 13.2411 12.606 13.188C12.8569 13.0602 13.0608 12.8562 13.1887 12.6053C13.2418 12.5011 13.2851 12.3516 13.3089 12.0593C13.3335 11.7593 13.334 11.3711 13.334 10.8V10C13.334 9.63182 13.6325 9.33334 14.0007 9.33334C14.3688 9.33334 14.6673 9.63182 14.6673 10V10.8276C14.6673 11.3642 14.6673 11.8071 14.6379 12.1679C14.6072 12.5426 14.5415 12.8871 14.3767 13.2107C14.121 13.7124 13.7131 14.1204 13.2113 14.376C12.8877 14.5409 12.5433 14.6066 12.1685 14.6372C11.8077 14.6667 11.3648 14.6667 10.8282 14.6667H5.1731C4.63646 14.6667 4.19356 14.6667 3.83277 14.6372C3.45804 14.6066 3.11357 14.5409 2.79001 14.376C2.28824 14.1204 1.8803 13.7124 1.62463 13.2107C1.45977 12.8871 1.39406 12.5426 1.36345 12.1679C1.33397 11.8071 1.33398 11.3642 1.33398 10.8275L1.33398 10C1.33398 9.63182 1.63246 9.33334 2.00065 9.33334Z", "fill", "#5D6983"], ["pTooltip", "Send E-mail", "tooltipPosition", "top", "positionTop", "-5", 1, "action", 3, "click", "ngStyle"], [3, "ngStyle"], ["clip-path", "url(#clip0_1459_10510)"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8893 4.05321L7.77869 9.16384L9.3341 13.1635L12.8893 4.05321ZM6.83588 8.22103L11.9465 3.1104L2.83626 6.66562L6.83588 8.22103ZM13.7648 0.982783C13.8869 0.94731 14.1325 0.883567 14.3964 0.97171C14.6945 1.0713 14.9284 1.30523 15.028 1.60333C15.1161 1.86718 15.0524 2.11281 15.0169 2.23494C14.9783 2.36803 14.9163 2.52664 14.8542 2.68578L10.4426 13.9905C10.3732 14.1684 10.306 14.3407 10.2402 14.4737C10.1834 14.5886 10.057 14.8328 9.79457 14.9691C9.5052 15.1195 9.1607 15.1193 8.8715 14.9686C8.60925 14.832 8.48308 14.5876 8.4264 14.4726C8.3608 14.3396 8.2938 14.1672 8.22462 13.9892L6.48466 9.51505L2.034 7.78424C2.02616 7.78119 2.01832 7.77814 2.0105 7.7751C1.83252 7.70592 1.66016 7.63891 1.5271 7.57331C1.41213 7.51663 1.16775 7.39046 1.03112 7.12822C0.880444 6.83902 0.880241 6.49452 1.03058 6.20514C1.1669 5.94274 1.41113 5.81628 1.52603 5.75947C1.65902 5.69371 1.8313 5.6265 2.00919 5.55711C2.01702 5.55406 2.02485 5.551 2.03269 5.54794L13.3139 1.14551C13.4731 1.08337 13.6317 1.02144 13.7648 0.982783Z", "fill", "#5D6983"], ["id", "clip0_1459_10510"], ["width", "16", "height", "16", "fill", "white"], ["clip-path", "url(#clip0_1459_11002)"], ["d", "M5.33398 5.33334V3.46668C5.33398 2.71994 5.33398 2.34657 5.47931 2.06136C5.60714 1.81047 5.81111 1.6065 6.062 1.47867C6.34721 1.33334 6.72058 1.33334 7.46732 1.33334H12.534C13.2807 1.33334 13.6541 1.33334 13.9393 1.47867C14.1902 1.6065 14.3942 1.81047 14.522 2.06136C14.6673 2.34657 14.6673 2.71994 14.6673 3.46668V8.53334C14.6673 9.28008 14.6673 9.65348 14.522 9.93868C14.3942 10.1895 14.1902 10.3935 13.9393 10.5213C13.6541 10.6667 13.2807 10.6667 12.534 10.6667H10.6673M3.46732 14.6667H8.53398C9.28072 14.6667 9.65412 14.6667 9.93932 14.5213C10.1902 14.3935 10.3942 14.1895 10.522 13.9387C10.6673 13.6535 10.6673 13.2801 10.6673 12.5333V7.46668C10.6673 6.71994 10.6673 6.34657 10.522 6.06136C10.3942 5.81047 10.1902 5.6065 9.93932 5.47867C9.65412 5.33334 9.28072 5.33334 8.53398 5.33334H3.46732C2.72058 5.33334 2.34721 5.33334 2.062 5.47867C1.81111 5.6065 1.60714 5.81047 1.47931 6.06136C1.33398 6.34657 1.33398 6.71994 1.33398 7.46668V12.5333C1.33398 13.2801 1.33398 13.6535 1.47931 13.9387C1.60714 14.1895 1.81111 14.3935 2.062 14.5213C2.34721 14.6667 2.72058 14.6667 3.46732 14.6667Z", "stroke", "#5D6983", "stroke-width", "1.6", "stroke-linecap", "round", "stroke-linejoin", "round"], ["id", "clip0_1459_11002"], ["title", "Delete Template", "description", "Template will be deleted and all settings including sending\n schedule will not be saved. <br />Are you sure you want to delete\n the template?", 3, "loadingChange", "visibleChange", "confirm", "loading", "visible"], [3, "visibleChange", "visible", "selectedTemplate"], [3, "visibleChange", "confirm", "visible", "isSaveMode", "action"]], template: function TemplateSelectModalComponent_Template(rf, ctx) {
55543
55569
  if (rf & 1) {
55544
55570
  const _r1 = \u0275\u0275getCurrentView();
55545
55571
  \u0275\u0275elementStart(0, "lib-dm-button-lib", 1);
@@ -55581,9 +55607,6 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55581
55607
  PopoverModule,
55582
55608
  Popover,
55583
55609
  FormsModule,
55584
- DefaultValueAccessor,
55585
- NgControlStatus,
55586
- NgModel,
55587
55610
  DmButtonLibComponent,
55588
55611
  InputText,
55589
55612
  NgClass,
@@ -55595,7 +55618,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55595
55618
  ], 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 });
55596
55619
  };
55597
55620
  (() => {
55598
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-WO5OURZE.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55621
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-RKNM3CPU.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-4M25FGA6.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55599
55622
  setClassMetadata(TemplateSelectModalComponent, [{
55600
55623
  type: Component,
55601
55624
  args: [{ selector: "lib-template-select-modal", standalone: true, imports: [
@@ -55653,15 +55676,16 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55653
55676
  />\r
55654
55677
  </svg>\r
55655
55678
  <input\r
55656
- [(ngModel)]="searchQuery"\r
55679
+ (input)="onSearchChange($event)"\r
55680
+ [value]="searchQuery()"\r
55657
55681
  id="inputRangePicker"\r
55658
55682
  placeholder="Enter Template Name"\r
55659
55683
  class="form-control-field search-input"\r
55660
55684
  pInputText\r
55661
55685
  />\r
55662
- @if(searchQuery) {\r
55686
+ @if(searchQuery()) {\r
55663
55687
  <svg\r
55664
- (click)="searchQuery = ''"\r
55688
+ (click)="searchQuery.set('')"\r
55665
55689
  class="clear-icon"\r
55666
55690
  width="14"\r
55667
55691
  height="14"\r
@@ -55767,41 +55791,43 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55767
55791
  </svg>\r
55768
55792
  }\r
55769
55793
  </span>\r
55770
- <span\r
55771
- [ngStyle]="{position: 'relative'}"\r
55772
- (click)="showSendingModal.set(true); selectedTemplate = template"\r
55773
- class="action"\r
55774
- pTooltip="Send E-mail"\r
55775
- tooltipPosition="top"\r
55776
- positionTop="-5"\r
55777
- >\r
55778
- @if(template.input_params.send_option) {\r
55794
+ @if(isShowSendSettings) {\r
55779
55795
  <span\r
55780
- [ngStyle]="{position: 'absolute', width: '8px', height: '8px', background: '#2eb398', 'border-radius': '50%', right: '2px', top: '2px'}"\r
55781
- ></span>\r
55782
- }\r
55783
- <svg\r
55784
- xmlns="http://www.w3.org/2000/svg"\r
55785
- width="16"\r
55786
- height="16"\r
55787
- viewBox="0 0 16 16"\r
55788
- fill="none"\r
55796
+ [ngStyle]="{position: 'relative'}"\r
55797
+ (click)="showSendingModal.set(true); selectedTemplate = template"\r
55798
+ class="action"\r
55799
+ pTooltip="Send E-mail"\r
55800
+ tooltipPosition="top"\r
55801
+ positionTop="-5"\r
55789
55802
  >\r
55790
- <g clip-path="url(#clip0_1459_10510)">\r
55791
- <path\r
55792
- fill-rule="evenodd"\r
55793
- clip-rule="evenodd"\r
55794
- d="M12.8893 4.05321L7.77869 9.16384L9.3341 13.1635L12.8893 4.05321ZM6.83588 8.22103L11.9465 3.1104L2.83626 6.66562L6.83588 8.22103ZM13.7648 0.982783C13.8869 0.94731 14.1325 0.883567 14.3964 0.97171C14.6945 1.0713 14.9284 1.30523 15.028 1.60333C15.1161 1.86718 15.0524 2.11281 15.0169 2.23494C14.9783 2.36803 14.9163 2.52664 14.8542 2.68578L10.4426 13.9905C10.3732 14.1684 10.306 14.3407 10.2402 14.4737C10.1834 14.5886 10.057 14.8328 9.79457 14.9691C9.5052 15.1195 9.1607 15.1193 8.8715 14.9686C8.60925 14.832 8.48308 14.5876 8.4264 14.4726C8.3608 14.3396 8.2938 14.1672 8.22462 13.9892L6.48466 9.51505L2.034 7.78424C2.02616 7.78119 2.01832 7.77814 2.0105 7.7751C1.83252 7.70592 1.66016 7.63891 1.5271 7.57331C1.41213 7.51663 1.16775 7.39046 1.03112 7.12822C0.880444 6.83902 0.880241 6.49452 1.03058 6.20514C1.1669 5.94274 1.41113 5.81628 1.52603 5.75947C1.65902 5.69371 1.8313 5.6265 2.00919 5.55711C2.01702 5.55406 2.02485 5.551 2.03269 5.54794L13.3139 1.14551C13.4731 1.08337 13.6317 1.02144 13.7648 0.982783Z"\r
55795
- fill="#5D6983"\r
55796
- />\r
55797
- </g>\r
55798
- <defs>\r
55799
- <clipPath id="clip0_1459_10510">\r
55800
- <rect width="16" height="16" fill="white" />\r
55801
- </clipPath>\r
55802
- </defs>\r
55803
- </svg>\r
55804
- </span>\r
55803
+ @if(template.input_params.send_option) {\r
55804
+ <span\r
55805
+ [ngStyle]="{position: 'absolute', width: '8px', height: '8px', background: '#2eb398', 'border-radius': '50%', right: '2px', top: '2px'}"\r
55806
+ ></span>\r
55807
+ }\r
55808
+ <svg\r
55809
+ xmlns="http://www.w3.org/2000/svg"\r
55810
+ width="16"\r
55811
+ height="16"\r
55812
+ viewBox="0 0 16 16"\r
55813
+ fill="none"\r
55814
+ >\r
55815
+ <g clip-path="url(#clip0_1459_10510)">\r
55816
+ <path\r
55817
+ fill-rule="evenodd"\r
55818
+ clip-rule="evenodd"\r
55819
+ d="M12.8893 4.05321L7.77869 9.16384L9.3341 13.1635L12.8893 4.05321ZM6.83588 8.22103L11.9465 3.1104L2.83626 6.66562L6.83588 8.22103ZM13.7648 0.982783C13.8869 0.94731 14.1325 0.883567 14.3964 0.97171C14.6945 1.0713 14.9284 1.30523 15.028 1.60333C15.1161 1.86718 15.0524 2.11281 15.0169 2.23494C14.9783 2.36803 14.9163 2.52664 14.8542 2.68578L10.4426 13.9905C10.3732 14.1684 10.306 14.3407 10.2402 14.4737C10.1834 14.5886 10.057 14.8328 9.79457 14.9691C9.5052 15.1195 9.1607 15.1193 8.8715 14.9686C8.60925 14.832 8.48308 14.5876 8.4264 14.4726C8.3608 14.3396 8.2938 14.1672 8.22462 13.9892L6.48466 9.51505L2.034 7.78424C2.02616 7.78119 2.01832 7.77814 2.0105 7.7751C1.83252 7.70592 1.66016 7.63891 1.5271 7.57331C1.41213 7.51663 1.16775 7.39046 1.03112 7.12822C0.880444 6.83902 0.880241 6.49452 1.03058 6.20514C1.1669 5.94274 1.41113 5.81628 1.52603 5.75947C1.65902 5.69371 1.8313 5.6265 2.00919 5.55711C2.01702 5.55406 2.02485 5.551 2.03269 5.54794L13.3139 1.14551C13.4731 1.08337 13.6317 1.02144 13.7648 0.982783Z"\r
55820
+ fill="#5D6983"\r
55821
+ />\r
55822
+ </g>\r
55823
+ <defs>\r
55824
+ <clipPath id="clip0_1459_10510">\r
55825
+ <rect width="16" height="16" fill="white" />\r
55826
+ </clipPath>\r
55827
+ </defs>\r
55828
+ </svg>\r
55829
+ </span>\r
55830
+ }\r
55805
55831
  <span\r
55806
55832
  class="action"\r
55807
55833
  (click)="duplicateTemplate(template, i)"\r
@@ -55905,11 +55931,14 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55905
55931
  `, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.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.popover-container {\n padding: 24px;\n max-height: 390px;\n overflow-y: scroll;\n}\n.popover-container::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n background: #fff;\n z-index: 999999;\n}\n.popover-container::-webkit-scrollbar-thumb {\n border-radius: 5px;\n background: #9aa6bc;\n}\n.template-list-search {\n position: relative;\n margin-bottom: 24px;\n width: 50%;\n}\n.template-list-search:hover .clear-icon {\n display: block;\n}\n.template-list-search .search-input {\n width: 100%;\n padding-inline: 36px;\n border-color: #bcc2d0;\n}\n.template-list-search .search-input:focus {\n border-color: #0076dd;\n}\n.template-list-search .clear-icon {\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 .search-icon {\n position: absolute;\n left: 12px;\n transform: translateY(-50%);\n top: 50%;\n width: 16px;\n height: 16px;\n}\n.template-list {\n width: 100%;\n min-width: 600px;\n min-height: 50px;\n}\n.template-list .template-row-content {\n cursor: pointer;\n height: 40px;\n}\n.template-list .template-row-content:hover {\n background: #eaeef3;\n}\n.template-list .template-row {\n display: flex;\n border-bottom: 1px solid #edeff2;\n}\n.template-list .template-row .cell {\n width: 200px;\n padding: 11px 12px;\n}\n.template-list .template-row .cell.cell-name,\n.template-list .template-row .cell.cell-desc {\n color: #252a34;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n.template-list .template-row .cell.cell-name .tooltip-label,\n.template-list .template-row .cell.cell-desc .tooltip-label {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: 200px;\n display: inline-block;\n}\n.template-list .template-row .cell.cell-actions {\n display: flex;\n justify-content: space-between;\n}\n.template-list .template-row .cell.cell-actions .action {\n cursor: pointer;\n padding: 4px;\n width: 24px;\n height: 24px;\n}\n.template-list .template-row .cell.cell-actions .action:hover {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.08);\n}\n.template-list .template-row .cell.cell-actions .action:active {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.22);\n}\n.template-list .selected-row {\n background-color: rgba(0, 118, 221, 0.12);\n}\n.template-list .template-row-header {\n background: #f6f7f9;\n}\n.template-list .template-row-header .cell-header {\n font-style: normal;\n line-height: 18px;\n font-weight: 600;\n font-size: 12px;\n color: #4a5469;\n}\n.template-list .empty-container {\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 .loading-state {\n display: flex;\n justify-content: center;\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=template-select-modal.css.map */\n'] }]
55906
55932
  }], () => [], { domainLookups: [{
55907
55933
  type: Input
55934
+ }], isShowSendSettings: [{
55935
+ type: Input,
55936
+ args: [{ transform: booleanAttribute }]
55908
55937
  }] });
55909
55938
  });
55910
55939
  })();
55911
55940
  (() => {
55912
- (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 });
55941
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(TemplateSelectModalComponent, { className: "TemplateSelectModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts", lineNumber: 56 });
55913
55942
  })();
55914
55943
 
55915
55944
  // node_modules/primeng/fesm2022/primeng-toast.mjs
@@ -57378,17 +57407,19 @@ var _c029 = (a0) => ({ display: a0 });
57378
57407
  var _c160 = (a0) => ({ width: a0 });
57379
57408
  var _c240 = () => ({ "margin-right": "16px" });
57380
57409
  var _c324 = () => ({ height: "20px" });
57381
- var _c417 = () => [];
57382
- var _c514 = () => ({ width: "20px", height: "20px" });
57383
- var _c612 = () => ({ width: "60px", height: "60px" });
57384
- var _c711 = () => ({ standalone: true });
57385
- var _c89 = () => ({ width: "16px", height: "16px" });
57386
- var _c99 = () => ({ width: "480px" });
57387
- var _c109 = (a0, a1, a2) => ({ fieldValues: a0, visibleFields: a1, allFields: a2 });
57410
+ var _c417 = () => ({ "padding-top": "2px" });
57411
+ var _c514 = () => ({ display: "inline-flex", cursor: "pointer" });
57412
+ var _c612 = () => [];
57413
+ var _c711 = () => ({ width: "20px", height: "20px" });
57414
+ var _c89 = () => ({ width: "60px", height: "60px" });
57415
+ var _c99 = () => ({ standalone: true });
57416
+ var _c109 = () => ({ width: "16px", height: "16px" });
57417
+ var _c1114 = () => ({ width: "480px" });
57418
+ var _c1211 = (a0, a1, a2) => ({ fieldValues: a0, visibleFields: a1, allFields: a2 });
57388
57419
  function AppComponent_Conditional_11_Template(rf, ctx) {
57389
57420
  if (rf & 1) {
57390
57421
  const _r2 = \u0275\u0275getCurrentView();
57391
- \u0275\u0275elementStart(0, "lib-template-select-modal", 16);
57422
+ \u0275\u0275elementStart(0, "lib-template-select-modal", 17);
57392
57423
  \u0275\u0275twoWayListener("templateCsvLoadingConfigChange", function AppComponent_Conditional_11_Template_lib_template_select_modal_templateCsvLoadingConfigChange_0_listener($event) {
57393
57424
  \u0275\u0275restoreView(_r2);
57394
57425
  const ctx_r2 = \u0275\u0275nextContext();
@@ -57411,11 +57442,12 @@ function AppComponent_Conditional_11_Template(rf, ctx) {
57411
57442
  const domainLookups_r4 = \u0275\u0275readContextLet(3);
57412
57443
  \u0275\u0275property("reportId", ctx_r2.reportId)("domainLookups", domainLookups_r4);
57413
57444
  \u0275\u0275twoWayProperty("templateCsvLoadingConfig", ctx_r2.templateCsvLoadingConfig);
57445
+ \u0275\u0275property("isShowSendSettings", true);
57414
57446
  }
57415
57447
  }
57416
57448
  function AppComponent_Conditional_12_ng_template_2_Conditional_4_Template(rf, ctx) {
57417
57449
  if (rf & 1) {
57418
- \u0275\u0275elementStart(0, "span", 23);
57450
+ \u0275\u0275elementStart(0, "span", 24);
57419
57451
  \u0275\u0275text(1);
57420
57452
  \u0275\u0275elementEnd();
57421
57453
  }
@@ -57429,28 +57461,30 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_4_Template(rf, ct
57429
57461
  function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ctx) {
57430
57462
  if (rf & 1) {
57431
57463
  const _r5 = \u0275\u0275getCurrentView();
57432
- \u0275\u0275elementStart(0, "div", 24)(1, "lib-dm-button-lib", 25);
57464
+ \u0275\u0275elementStart(0, "div", 25)(1, "lib-dm-button-lib", 26);
57433
57465
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_1_listener() {
57434
57466
  \u0275\u0275restoreView(_r5);
57435
57467
  const ctx_r2 = \u0275\u0275nextContext(3);
57468
+ ctx_r2.setPrevVisibleFields();
57436
57469
  return \u0275\u0275resetView(ctx_r2.clearFilters());
57437
57470
  });
57438
- \u0275\u0275elementStart(2, "div", 26);
57471
+ \u0275\u0275elementStart(2, "div", 27);
57439
57472
  \u0275\u0275namespaceSVG();
57440
- \u0275\u0275elementStart(3, "svg", 27);
57441
- \u0275\u0275element(4, "path", 28);
57473
+ \u0275\u0275elementStart(3, "svg", 28);
57474
+ \u0275\u0275element(4, "path", 29);
57442
57475
  \u0275\u0275elementEnd()()();
57443
57476
  \u0275\u0275namespaceHTML();
57444
- \u0275\u0275elementStart(5, "lib-dm-button-lib", 29);
57477
+ \u0275\u0275elementStart(5, "lib-dm-button-lib", 30);
57445
57478
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_5_listener() {
57446
57479
  \u0275\u0275restoreView(_r5);
57447
57480
  const ctx_r2 = \u0275\u0275nextContext(3);
57481
+ ctx_r2.setPrevVisibleFields();
57448
57482
  return \u0275\u0275resetView(ctx_r2.configureReportModalVisible.set(true));
57449
57483
  });
57450
- \u0275\u0275elementStart(6, "div", 30);
57484
+ \u0275\u0275elementStart(6, "div", 31);
57451
57485
  \u0275\u0275namespaceSVG();
57452
- \u0275\u0275elementStart(7, "svg", 31);
57453
- \u0275\u0275element(8, "path", 32);
57486
+ \u0275\u0275elementStart(7, "svg", 32);
57487
+ \u0275\u0275element(8, "path", 33);
57454
57488
  \u0275\u0275elementEnd()()()();
57455
57489
  }
57456
57490
  if (rf & 2) {
@@ -57464,12 +57498,12 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ct
57464
57498
  }
57465
57499
  function AppComponent_Conditional_12_ng_template_2_Template(rf, ctx) {
57466
57500
  if (rf & 1) {
57467
- \u0275\u0275elementStart(0, "div", 20)(1, "div", 21)(2, "span", 22);
57501
+ \u0275\u0275elementStart(0, "div", 21)(1, "div", 22)(2, "span", 23);
57468
57502
  \u0275\u0275text(3, "Filters");
57469
57503
  \u0275\u0275elementEnd();
57470
- \u0275\u0275template(4, AppComponent_Conditional_12_ng_template_2_Conditional_4_Template, 2, 2, "span", 23);
57504
+ \u0275\u0275template(4, AppComponent_Conditional_12_ng_template_2_Conditional_4_Template, 2, 2, "span", 24);
57471
57505
  \u0275\u0275elementEnd();
57472
- \u0275\u0275template(5, AppComponent_Conditional_12_ng_template_2_Conditional_5_Template, 9, 5, "div", 24);
57506
+ \u0275\u0275template(5, AppComponent_Conditional_12_ng_template_2_Conditional_5_Template, 9, 5, "div", 25);
57473
57507
  \u0275\u0275elementEnd();
57474
57508
  }
57475
57509
  if (rf & 2) {
@@ -57485,7 +57519,7 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_T
57485
57519
  if (rf & 1) {
57486
57520
  const _r6 = \u0275\u0275getCurrentView();
57487
57521
  \u0275\u0275namespaceSVG();
57488
- \u0275\u0275elementStart(0, "svg", 35);
57522
+ \u0275\u0275elementStart(0, "svg", 36);
57489
57523
  \u0275\u0275listener("click", function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_Template_svg_click_0_listener($event) {
57490
57524
  \u0275\u0275restoreView(_r6);
57491
57525
  \u0275\u0275nextContext(3);
@@ -57495,7 +57529,7 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_T
57495
57529
  panel_r7.toggle($event);
57496
57530
  return \u0275\u0275resetView(ctx_r2.applyTableHeight(false));
57497
57531
  });
57498
- \u0275\u0275element(1, "path", 36);
57532
+ \u0275\u0275element(1, "path", 37);
57499
57533
  \u0275\u0275elementEnd();
57500
57534
  }
57501
57535
  }
@@ -57503,7 +57537,7 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_T
57503
57537
  if (rf & 1) {
57504
57538
  const _r8 = \u0275\u0275getCurrentView();
57505
57539
  \u0275\u0275namespaceSVG();
57506
- \u0275\u0275elementStart(0, "svg", 37);
57540
+ \u0275\u0275elementStart(0, "svg", 38);
57507
57541
  \u0275\u0275listener("click", function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_Template_svg_click_0_listener($event) {
57508
57542
  \u0275\u0275restoreView(_r8);
57509
57543
  \u0275\u0275nextContext(3);
@@ -57513,13 +57547,13 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_T
57513
57547
  panel_r7.toggle($event);
57514
57548
  return \u0275\u0275resetView(ctx_r2.applyTableHeight(true));
57515
57549
  });
57516
- \u0275\u0275element(1, "path", 38);
57550
+ \u0275\u0275element(1, "path", 39);
57517
57551
  \u0275\u0275elementEnd();
57518
57552
  }
57519
57553
  }
57520
57554
  function AppComponent_Conditional_12_ng_template_4_Conditional_0_Template(rf, ctx) {
57521
57555
  if (rf & 1) {
57522
- \u0275\u0275template(0, AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_Template, 2, 0, ":svg:svg", 33)(1, AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_Template, 2, 0, ":svg:svg", 34);
57556
+ \u0275\u0275template(0, AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_Template, 2, 0, ":svg:svg", 34)(1, AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_Template, 2, 0, ":svg:svg", 35);
57523
57557
  }
57524
57558
  if (rf & 2) {
57525
57559
  const ctx_r2 = \u0275\u0275nextContext(3);
@@ -57538,19 +57572,19 @@ function AppComponent_Conditional_12_ng_template_4_Template(rf, ctx) {
57538
57572
  }
57539
57573
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_0_Template(rf, ctx) {
57540
57574
  if (rf & 1) {
57541
- \u0275\u0275element(0, "lib-dm-select-lib", 49);
57575
+ \u0275\u0275element(0, "lib-dm-select-lib", 56);
57542
57576
  }
57543
57577
  if (rf & 2) {
57544
57578
  const field_r11 = \u0275\u0275nextContext().$implicit;
57545
57579
  \u0275\u0275nextContext(3);
57546
57580
  const lookups_r12 = \u0275\u0275readContextLet(2);
57547
57581
  const domainLookups_r4 = \u0275\u0275readContextLet(3);
57548
- \u0275\u0275property("isMultiSelect", true)("label", field_r11["field_name"])("placeholder", field_r11["field_name"])("isRequired", field_r11["field_id"] === "merchant_name")("options", lookups_r12 ? field_r11["field_id"] === "merchant_name" ? domainLookups_r4 : lookups_r12[field_r11["lookup_param_key"]] : \u0275\u0275pureFunction0(6, _c417))("formControlName", field_r11.field_id);
57582
+ \u0275\u0275property("isMultiSelect", true)("label", field_r11["field_name"])("placeholder", field_r11["field_name"])("isRequired", field_r11["field_id"] === "merchant_name")("options", lookups_r12 ? field_r11["field_id"] === "merchant_name" ? domainLookups_r4 : lookups_r12[field_r11["lookup_param_key"]] : \u0275\u0275pureFunction0(6, _c612))("formControlName", field_r11.field_id);
57549
57583
  }
57550
57584
  }
57551
57585
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_1_Template(rf, ctx) {
57552
57586
  if (rf & 1) {
57553
- \u0275\u0275element(0, "lib-dm-range-date-picker-lib", 50);
57587
+ \u0275\u0275element(0, "lib-dm-range-date-picker-lib", 57);
57554
57588
  }
57555
57589
  if (rf & 2) {
57556
57590
  const field_r11 = \u0275\u0275nextContext().$implicit;
@@ -57562,37 +57596,37 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
57562
57596
  if (rf & 1) {
57563
57597
  const _r14 = \u0275\u0275getCurrentView();
57564
57598
  \u0275\u0275namespaceSVG();
57565
- \u0275\u0275elementStart(0, "svg", 59);
57599
+ \u0275\u0275elementStart(0, "svg", 66);
57566
57600
  \u0275\u0275listener("click", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template_svg_click_0_listener() {
57567
57601
  \u0275\u0275restoreView(_r14);
57568
57602
  const ctx_r2 = \u0275\u0275nextContext(6);
57569
57603
  return \u0275\u0275resetView(ctx_r2.onDocumentsClear());
57570
57604
  });
57571
- \u0275\u0275element(1, "path", 60);
57605
+ \u0275\u0275element(1, "path", 67);
57572
57606
  \u0275\u0275elementEnd();
57573
57607
  }
57574
57608
  }
57575
57609
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template(rf, ctx) {
57576
57610
  if (rf & 1) {
57577
57611
  const _r13 = \u0275\u0275getCurrentView();
57578
- \u0275\u0275elementStart(0, "lib-dm-input-text-lib", 53);
57612
+ \u0275\u0275elementStart(0, "lib-dm-input-text-lib", 60);
57579
57613
  \u0275\u0275listener("clickEmitter", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template_lib_dm_input_text_lib_clickEmitter_0_listener() {
57580
57614
  \u0275\u0275restoreView(_r13);
57581
57615
  const ctx_r2 = \u0275\u0275nextContext(5);
57582
57616
  return \u0275\u0275resetView(ctx_r2.documentsModal = true);
57583
57617
  });
57584
- \u0275\u0275elementStart(1, "div", 54);
57585
- \u0275\u0275template(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template, 2, 0, ":svg:svg", 55);
57618
+ \u0275\u0275elementStart(1, "div", 61);
57619
+ \u0275\u0275template(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template, 2, 0, ":svg:svg", 62);
57586
57620
  \u0275\u0275elementEnd();
57587
- \u0275\u0275elementStart(3, "div", 56);
57621
+ \u0275\u0275elementStart(3, "div", 63);
57588
57622
  \u0275\u0275listener("click", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template_div_click_3_listener() {
57589
57623
  \u0275\u0275restoreView(_r13);
57590
57624
  const ctx_r2 = \u0275\u0275nextContext(5);
57591
57625
  return \u0275\u0275resetView(ctx_r2.documentsModal = true);
57592
57626
  });
57593
57627
  \u0275\u0275namespaceSVG();
57594
- \u0275\u0275elementStart(4, "svg", 57);
57595
- \u0275\u0275element(5, "path", 58);
57628
+ \u0275\u0275elementStart(4, "svg", 64);
57629
+ \u0275\u0275element(5, "path", 65);
57596
57630
  \u0275\u0275elementEnd()()();
57597
57631
  }
57598
57632
  if (rf & 2) {
@@ -57605,7 +57639,7 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
57605
57639
  }
57606
57640
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_1_Template(rf, ctx) {
57607
57641
  if (rf & 1) {
57608
- \u0275\u0275element(0, "lib-dm-input-text-lib", 52);
57642
+ \u0275\u0275element(0, "lib-dm-input-text-lib", 59);
57609
57643
  }
57610
57644
  if (rf & 2) {
57611
57645
  const field_r11 = \u0275\u0275nextContext(2).$implicit;
@@ -57615,7 +57649,7 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
57615
57649
  }
57616
57650
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template(rf, ctx) {
57617
57651
  if (rf & 1) {
57618
- \u0275\u0275template(0, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template, 6, 7, "lib-dm-input-text-lib", 51)(1, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_1_Template, 1, 3, "lib-dm-input-text-lib", 52);
57652
+ \u0275\u0275template(0, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template, 6, 7, "lib-dm-input-text-lib", 58)(1, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_1_Template, 1, 3, "lib-dm-input-text-lib", 59);
57619
57653
  }
57620
57654
  if (rf & 2) {
57621
57655
  const field_r11 = \u0275\u0275nextContext().$implicit;
@@ -57624,65 +57658,85 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template(
57624
57658
  }
57625
57659
  function AppComponent_Conditional_12_Conditional_5_For_4_Template(rf, ctx) {
57626
57660
  if (rf & 1) {
57627
- \u0275\u0275template(0, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_0_Template, 1, 7, "lib-dm-select-lib", 49)(1, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_1_Template, 1, 5, "lib-dm-range-date-picker-lib", 50)(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template, 2, 1);
57661
+ \u0275\u0275template(0, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_0_Template, 1, 7, "lib-dm-select-lib", 56)(1, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_1_Template, 1, 5, "lib-dm-range-date-picker-lib", 57)(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template, 2, 1);
57628
57662
  }
57629
57663
  if (rf & 2) {
57630
57664
  const field_r11 = ctx.$implicit;
57631
57665
  \u0275\u0275conditional(field_r11["field_data_type"] === "LOOKUP" ? 0 : field_r11["field_data_type"] === "TIMESTAMP" ? 1 : field_r11["field_data_type"] === "STRING" || field_r11["field_data_type"] === "BIGNUMERIC" || field_r11["field_data_type"] === "INT64" ? 2 : -1);
57632
57666
  }
57633
57667
  }
57634
- function AppComponent_Conditional_12_Conditional_5_Conditional_15_Template(rf, ctx) {
57668
+ function AppComponent_Conditional_12_Conditional_5_ng_template_10_Template(rf, ctx) {
57635
57669
  if (rf & 1) {
57636
- \u0275\u0275elementStart(0, "div", 30);
57670
+ \u0275\u0275elementStart(0, "div", 68);
57671
+ \u0275\u0275text(1, " When enabled, only the most recent");
57672
+ \u0275\u0275element(2, "br");
57673
+ \u0275\u0275text(3, " status per document will be shown. ");
57674
+ \u0275\u0275elementEnd();
57675
+ }
57676
+ }
57677
+ function AppComponent_Conditional_12_Conditional_5_Conditional_24_Template(rf, ctx) {
57678
+ if (rf & 1) {
57679
+ \u0275\u0275elementStart(0, "div", 31);
57637
57680
  \u0275\u0275namespaceSVG();
57638
- \u0275\u0275elementStart(1, "svg", 46);
57639
- \u0275\u0275element(2, "path", 61);
57681
+ \u0275\u0275elementStart(1, "svg", 53);
57682
+ \u0275\u0275element(2, "path", 69);
57640
57683
  \u0275\u0275elementEnd()();
57641
57684
  }
57642
57685
  }
57643
- function AppComponent_Conditional_12_Conditional_5_Conditional_16_Template(rf, ctx) {
57686
+ function AppComponent_Conditional_12_Conditional_5_Conditional_25_Template(rf, ctx) {
57644
57687
  if (rf & 1) {
57645
- \u0275\u0275elementStart(0, "div", 30);
57646
- \u0275\u0275element(1, "p-progress-spinner", 62);
57688
+ \u0275\u0275elementStart(0, "div", 31);
57689
+ \u0275\u0275element(1, "p-progress-spinner", 70);
57647
57690
  \u0275\u0275elementEnd();
57648
57691
  }
57649
57692
  if (rf & 2) {
57650
57693
  \u0275\u0275advance();
57651
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c514));
57694
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c711));
57652
57695
  }
57653
57696
  }
57654
57697
  function AppComponent_Conditional_12_Conditional_5_Template(rf, ctx) {
57655
57698
  if (rf & 1) {
57656
57699
  const _r10 = \u0275\u0275getCurrentView();
57657
- \u0275\u0275elementStart(0, "form", 18)(1, "div", 39)(2, "div", 40);
57700
+ \u0275\u0275elementStart(0, "form", 19)(1, "div", 40)(2, "div", 41);
57658
57701
  \u0275\u0275repeaterCreate(3, AppComponent_Conditional_12_Conditional_5_For_4_Template, 3, 1, null, null, _forTrack06);
57659
- \u0275\u0275elementStart(5, "div", 41);
57660
- \u0275\u0275element(6, "p-checkbox", 42);
57661
- \u0275\u0275elementStart(7, "label", 43);
57662
- \u0275\u0275text(8, "Group Statuses by Last Update");
57663
- \u0275\u0275elementEnd()()();
57664
- \u0275\u0275elementStart(9, "div", 44)(10, "lib-dm-button-lib", 45);
57665
- \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_10_listener() {
57702
+ \u0275\u0275elementStart(5, "div", 42);
57703
+ \u0275\u0275element(6, "p-checkbox", 43);
57704
+ \u0275\u0275elementStart(7, "label", 44);
57705
+ \u0275\u0275text(8, "Show only latest status");
57706
+ \u0275\u0275elementEnd();
57707
+ \u0275\u0275elementStart(9, "span", 45);
57708
+ \u0275\u0275template(10, AppComponent_Conditional_12_Conditional_5_ng_template_10_Template, 4, 0, "ng-template", null, 3, \u0275\u0275templateRefExtractor);
57709
+ \u0275\u0275namespaceSVG();
57710
+ \u0275\u0275elementStart(12, "svg", 46)(13, "g", 47);
57711
+ \u0275\u0275element(14, "path", 48);
57712
+ \u0275\u0275elementEnd();
57713
+ \u0275\u0275elementStart(15, "defs")(16, "clipPath", 49);
57714
+ \u0275\u0275element(17, "rect", 50);
57715
+ \u0275\u0275elementEnd()()()()()();
57716
+ \u0275\u0275namespaceHTML();
57717
+ \u0275\u0275elementStart(18, "div", 51)(19, "lib-dm-button-lib", 52);
57718
+ \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_19_listener() {
57666
57719
  \u0275\u0275restoreView(_r10);
57667
57720
  const ctx_r2 = \u0275\u0275nextContext(2);
57668
57721
  return \u0275\u0275resetView(ctx_r2.openSaveTemplateModal());
57669
57722
  });
57670
- \u0275\u0275elementStart(11, "div", 30);
57723
+ \u0275\u0275elementStart(20, "div", 31);
57671
57724
  \u0275\u0275namespaceSVG();
57672
- \u0275\u0275elementStart(12, "svg", 46);
57673
- \u0275\u0275element(13, "path", 47);
57725
+ \u0275\u0275elementStart(21, "svg", 53);
57726
+ \u0275\u0275element(22, "path", 54);
57674
57727
  \u0275\u0275elementEnd()()();
57675
57728
  \u0275\u0275namespaceHTML();
57676
- \u0275\u0275elementStart(14, "lib-dm-button-lib", 48);
57677
- \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_14_listener() {
57729
+ \u0275\u0275elementStart(23, "lib-dm-button-lib", 55);
57730
+ \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_23_listener() {
57678
57731
  \u0275\u0275restoreView(_r10);
57679
57732
  const ctx_r2 = \u0275\u0275nextContext(2);
57680
57733
  return \u0275\u0275resetView(ctx_r2.runOverloadCheck("Run"));
57681
57734
  });
57682
- \u0275\u0275template(15, AppComponent_Conditional_12_Conditional_5_Conditional_15_Template, 3, 0, "div", 30)(16, AppComponent_Conditional_12_Conditional_5_Conditional_16_Template, 2, 3, "div", 30);
57735
+ \u0275\u0275template(24, AppComponent_Conditional_12_Conditional_5_Conditional_24_Template, 3, 0, "div", 31)(25, AppComponent_Conditional_12_Conditional_5_Conditional_25_Template, 2, 3, "div", 31);
57683
57736
  \u0275\u0275elementEnd()()()();
57684
57737
  }
57685
57738
  if (rf & 2) {
57739
+ const tooltipContent_r15 = \u0275\u0275reference(11);
57686
57740
  const ctx_r2 = \u0275\u0275nextContext(2);
57687
57741
  const visibleFields_r9 = \u0275\u0275readContextLet(4);
57688
57742
  \u0275\u0275property("formGroup", ctx_r2.filterForm);
@@ -57690,29 +57744,33 @@ function AppComponent_Conditional_12_Conditional_5_Template(rf, ctx) {
57690
57744
  \u0275\u0275repeater(visibleFields_r9);
57691
57745
  \u0275\u0275advance(3);
57692
57746
  \u0275\u0275property("binary", true);
57693
- \u0275\u0275advance(4);
57747
+ \u0275\u0275advance();
57748
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(8, _c417));
57749
+ \u0275\u0275advance(2);
57750
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(9, _c514))("pTooltip", tooltipContent_r15);
57751
+ \u0275\u0275advance(10);
57694
57752
  \u0275\u0275property("disabled", !ctx_r2.isTemplateSavingEnabled);
57695
57753
  \u0275\u0275advance(4);
57696
57754
  \u0275\u0275property("disabled", ctx_r2.filterForm.invalid || !(ctx_r2.filterForm.value["verification_updated_date"] == null ? null : ctx_r2.filterForm.value["verification_updated_date"].start) && !(ctx_r2.filterForm.value["verification_creation_date"] == null ? null : ctx_r2.filterForm.value["verification_creation_date"].start) || ctx_r2.runState);
57697
57755
  \u0275\u0275advance();
57698
- \u0275\u0275conditional(!ctx_r2.runState ? 15 : 16);
57756
+ \u0275\u0275conditional(!ctx_r2.runState ? 24 : 25);
57699
57757
  }
57700
57758
  }
57701
57759
  function AppComponent_Conditional_12_Conditional_6_Template(rf, ctx) {
57702
57760
  if (rf & 1) {
57703
- \u0275\u0275elementStart(0, "div", 19);
57704
- \u0275\u0275element(1, "p-progress-spinner", 62);
57761
+ \u0275\u0275elementStart(0, "div", 20);
57762
+ \u0275\u0275element(1, "p-progress-spinner", 70);
57705
57763
  \u0275\u0275elementEnd();
57706
57764
  }
57707
57765
  if (rf & 2) {
57708
57766
  \u0275\u0275advance();
57709
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c612));
57767
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c89));
57710
57768
  }
57711
57769
  }
57712
57770
  function AppComponent_Conditional_12_Template(rf, ctx) {
57713
57771
  if (rf & 1) {
57714
- \u0275\u0275elementStart(0, "p-panel", 12, 2);
57715
- \u0275\u0275template(2, AppComponent_Conditional_12_ng_template_2_Template, 6, 5, "ng-template", null, 1, \u0275\u0275templateRefExtractor)(4, AppComponent_Conditional_12_ng_template_4_Template, 1, 1, "ng-template", 17)(5, AppComponent_Conditional_12_Conditional_5_Template, 17, 5, "form", 18)(6, AppComponent_Conditional_12_Conditional_6_Template, 2, 3, "div", 19);
57772
+ \u0275\u0275elementStart(0, "p-panel", 13, 2);
57773
+ \u0275\u0275template(2, AppComponent_Conditional_12_ng_template_2_Template, 6, 5, "ng-template", null, 1, \u0275\u0275templateRefExtractor)(4, AppComponent_Conditional_12_ng_template_4_Template, 1, 1, "ng-template", 18)(5, AppComponent_Conditional_12_Conditional_5_Template, 26, 10, "form", 19)(6, AppComponent_Conditional_12_Conditional_6_Template, 2, 3, "div", 20);
57716
57774
  \u0275\u0275elementEnd();
57717
57775
  }
57718
57776
  if (rf & 2) {
@@ -57724,21 +57782,21 @@ function AppComponent_Conditional_12_Template(rf, ctx) {
57724
57782
  }
57725
57783
  function AppComponent_ng_template_16_Conditional_8_Template(rf, ctx) {
57726
57784
  if (rf & 1) {
57727
- \u0275\u0275elementStart(0, "div", 30);
57728
- \u0275\u0275element(1, "p-progress-spinner", 70);
57785
+ \u0275\u0275elementStart(0, "div", 31);
57786
+ \u0275\u0275element(1, "p-progress-spinner", 78);
57729
57787
  \u0275\u0275elementEnd();
57730
57788
  }
57731
57789
  if (rf & 2) {
57732
57790
  \u0275\u0275advance();
57733
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c89));
57791
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c109));
57734
57792
  }
57735
57793
  }
57736
57794
  function AppComponent_ng_template_16_Conditional_9_Template(rf, ctx) {
57737
57795
  if (rf & 1) {
57738
- \u0275\u0275elementStart(0, "div", 69);
57796
+ \u0275\u0275elementStart(0, "div", 77);
57739
57797
  \u0275\u0275namespaceSVG();
57740
- \u0275\u0275elementStart(1, "svg", 46);
57741
- \u0275\u0275element(2, "path", 71);
57798
+ \u0275\u0275elementStart(1, "svg", 53);
57799
+ \u0275\u0275element(2, "path", 79);
57742
57800
  \u0275\u0275elementEnd()();
57743
57801
  }
57744
57802
  if (rf & 2) {
@@ -57747,37 +57805,37 @@ function AppComponent_ng_template_16_Conditional_9_Template(rf, ctx) {
57747
57805
  }
57748
57806
  function AppComponent_ng_template_16_Template(rf, ctx) {
57749
57807
  if (rf & 1) {
57750
- const _r15 = \u0275\u0275getCurrentView();
57751
- \u0275\u0275elementStart(0, "div", 63)(1, "div", 21)(2, "div", 64)(3, "span", 65);
57808
+ const _r16 = \u0275\u0275getCurrentView();
57809
+ \u0275\u0275elementStart(0, "div", 71)(1, "div", 22)(2, "div", 72)(3, "span", 73);
57752
57810
  \u0275\u0275text(4, "Old Table Style");
57753
57811
  \u0275\u0275elementEnd();
57754
- \u0275\u0275elementStart(5, "p-toggleswitch", 66);
57812
+ \u0275\u0275elementStart(5, "p-toggleswitch", 74);
57755
57813
  \u0275\u0275twoWayListener("ngModelChange", function AppComponent_ng_template_16_Template_p_toggleswitch_ngModelChange_5_listener($event) {
57756
- \u0275\u0275restoreView(_r15);
57814
+ \u0275\u0275restoreView(_r16);
57757
57815
  const ctx_r2 = \u0275\u0275nextContext();
57758
57816
  \u0275\u0275twoWayBindingSet(ctx_r2.isOldTableStyle, $event) || (ctx_r2.isOldTableStyle = $event);
57759
57817
  return \u0275\u0275resetView($event);
57760
57818
  });
57761
57819
  \u0275\u0275listener("onChange", function AppComponent_ng_template_16_Template_p_toggleswitch_onChange_5_listener($event) {
57762
- \u0275\u0275restoreView(_r15);
57820
+ \u0275\u0275restoreView(_r16);
57763
57821
  const ctx_r2 = \u0275\u0275nextContext();
57764
57822
  return \u0275\u0275resetView(ctx_r2.onToggleChange($event));
57765
57823
  });
57766
57824
  \u0275\u0275elementEnd()()();
57767
- \u0275\u0275elementStart(6, "div", 67)(7, "lib-dm-button-lib", 68);
57825
+ \u0275\u0275elementStart(6, "div", 75)(7, "lib-dm-button-lib", 76);
57768
57826
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_ng_template_16_Template_lib_dm_button_lib_outsideClickEmitter_7_listener() {
57769
- \u0275\u0275restoreView(_r15);
57827
+ \u0275\u0275restoreView(_r16);
57770
57828
  const ctx_r2 = \u0275\u0275nextContext();
57771
57829
  return \u0275\u0275resetView(ctx_r2.runOverloadCheck("Download"));
57772
57830
  });
57773
- \u0275\u0275template(8, AppComponent_ng_template_16_Conditional_8_Template, 2, 3, "div", 30)(9, AppComponent_ng_template_16_Conditional_9_Template, 3, 2, "div", 69);
57831
+ \u0275\u0275template(8, AppComponent_ng_template_16_Conditional_8_Template, 2, 3, "div", 31)(9, AppComponent_ng_template_16_Conditional_9_Template, 3, 2, "div", 77);
57774
57832
  \u0275\u0275elementEnd()()();
57775
57833
  }
57776
57834
  if (rf & 2) {
57777
57835
  const ctx_r2 = \u0275\u0275nextContext();
57778
57836
  \u0275\u0275advance(5);
57779
57837
  \u0275\u0275twoWayProperty("ngModel", ctx_r2.isOldTableStyle);
57780
- \u0275\u0275property("ngModelOptions", \u0275\u0275pureFunction0(4, _c711));
57838
+ \u0275\u0275property("ngModelOptions", \u0275\u0275pureFunction0(4, _c99));
57781
57839
  \u0275\u0275advance(2);
57782
57840
  \u0275\u0275property("disabled", ctx_r2.csvLoading());
57783
57841
  \u0275\u0275advance();
@@ -57786,20 +57844,20 @@ function AppComponent_ng_template_16_Template(rf, ctx) {
57786
57844
  }
57787
57845
  function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
57788
57846
  if (rf & 1) {
57789
- const _r17 = \u0275\u0275getCurrentView();
57790
- \u0275\u0275elementStart(0, "form", 73, 4);
57791
- \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);
57847
+ const _r18 = \u0275\u0275getCurrentView();
57848
+ \u0275\u0275elementStart(0, "form", 81, 5);
57849
+ \u0275\u0275element(2, "lib-dm-select-lib", 82)(3, "lib-dm-select-lib", 83)(4, "lib-dm-range-date-picker-lib", 84)(5, "lib-dm-range-date-picker-lib", 85);
57792
57850
  \u0275\u0275elementEnd();
57793
- \u0275\u0275elementStart(6, "div", 78)(7, "lib-dm-button-lib", 79);
57851
+ \u0275\u0275elementStart(6, "div", 86)(7, "lib-dm-button-lib", 87);
57794
57852
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_button_lib_outsideClickEmitter_7_listener() {
57795
- \u0275\u0275restoreView(_r17);
57853
+ \u0275\u0275restoreView(_r18);
57796
57854
  const ctx_r2 = \u0275\u0275nextContext(2);
57797
57855
  return \u0275\u0275resetView(ctx_r2.documentsModal = false);
57798
57856
  });
57799
57857
  \u0275\u0275elementEnd();
57800
- \u0275\u0275elementStart(8, "lib-dm-button-lib", 80);
57858
+ \u0275\u0275elementStart(8, "lib-dm-button-lib", 88);
57801
57859
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_button_lib_outsideClickEmitter_8_listener() {
57802
- \u0275\u0275restoreView(_r17);
57860
+ \u0275\u0275restoreView(_r18);
57803
57861
  const ctx_r2 = \u0275\u0275nextContext(2);
57804
57862
  ctx_r2.applyDocumentField();
57805
57863
  return \u0275\u0275resetView(ctx_r2.documentsModal = false);
@@ -57822,10 +57880,10 @@ function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
57822
57880
  }
57823
57881
  function AppComponent_Defer_20_Template(rf, ctx) {
57824
57882
  if (rf & 1) {
57825
- const _r16 = \u0275\u0275getCurrentView();
57826
- \u0275\u0275elementStart(0, "p-dialog", 72, 3);
57883
+ const _r17 = \u0275\u0275getCurrentView();
57884
+ \u0275\u0275elementStart(0, "p-dialog", 80, 4);
57827
57885
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Defer_20_Template_p_dialog_visibleChange_0_listener($event) {
57828
- \u0275\u0275restoreView(_r16);
57886
+ \u0275\u0275restoreView(_r17);
57829
57887
  const ctx_r2 = \u0275\u0275nextContext();
57830
57888
  \u0275\u0275twoWayBindingSet(ctx_r2.documentsModal, $event) || (ctx_r2.documentsModal = $event);
57831
57889
  return \u0275\u0275resetView($event);
@@ -57835,7 +57893,7 @@ function AppComponent_Defer_20_Template(rf, ctx) {
57835
57893
  }
57836
57894
  if (rf & 2) {
57837
57895
  const ctx_r2 = \u0275\u0275nextContext();
57838
- \u0275\u0275styleMap(\u0275\u0275pureFunction0(5, _c99));
57896
+ \u0275\u0275styleMap(\u0275\u0275pureFunction0(5, _c1114));
57839
57897
  \u0275\u0275property("modal", true);
57840
57898
  \u0275\u0275twoWayProperty("visible", ctx_r2.documentsModal);
57841
57899
  \u0275\u0275advance(2);
@@ -57844,16 +57902,16 @@ function AppComponent_Defer_20_Template(rf, ctx) {
57844
57902
  }
57845
57903
  function AppComponent_Conditional_23_Defer_0_Template(rf, ctx) {
57846
57904
  if (rf & 1) {
57847
- const _r18 = \u0275\u0275getCurrentView();
57848
- \u0275\u0275elementStart(0, "lib-domains-overload-modal", 81);
57905
+ const _r19 = \u0275\u0275getCurrentView();
57906
+ \u0275\u0275elementStart(0, "lib-domains-overload-modal", 89);
57849
57907
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_visibleChange_0_listener($event) {
57850
- \u0275\u0275restoreView(_r18);
57908
+ \u0275\u0275restoreView(_r19);
57851
57909
  const ctx_r2 = \u0275\u0275nextContext(2);
57852
57910
  \u0275\u0275twoWayBindingSet(ctx_r2.domainsOverloadVisible, $event) || (ctx_r2.domainsOverloadVisible = $event);
57853
57911
  return \u0275\u0275resetView($event);
57854
57912
  });
57855
57913
  \u0275\u0275listener("confirm", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_confirm_0_listener($event) {
57856
- \u0275\u0275restoreView(_r18);
57914
+ \u0275\u0275restoreView(_r19);
57857
57915
  const ctx_r2 = \u0275\u0275nextContext(2);
57858
57916
  return \u0275\u0275resetView(ctx_r2.domainsOverloadConfirm($event));
57859
57917
  });
@@ -57867,16 +57925,16 @@ function AppComponent_Conditional_23_Defer_0_Template(rf, ctx) {
57867
57925
  }
57868
57926
  function AppComponent_Conditional_23_Defer_3_Template(rf, ctx) {
57869
57927
  if (rf & 1) {
57870
- const _r19 = \u0275\u0275getCurrentView();
57871
- \u0275\u0275elementStart(0, "lib-save-template-modal", 82);
57928
+ const _r20 = \u0275\u0275getCurrentView();
57929
+ \u0275\u0275elementStart(0, "lib-save-template-modal", 90);
57872
57930
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_visibleChange_0_listener($event) {
57873
- \u0275\u0275restoreView(_r19);
57931
+ \u0275\u0275restoreView(_r20);
57874
57932
  const ctx_r2 = \u0275\u0275nextContext(2);
57875
57933
  \u0275\u0275twoWayBindingSet(ctx_r2.modalVisible, $event) || (ctx_r2.modalVisible = $event);
57876
57934
  return \u0275\u0275resetView($event);
57877
57935
  });
57878
57936
  \u0275\u0275listener("saveEmitter", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_saveEmitter_0_listener() {
57879
- \u0275\u0275restoreView(_r19);
57937
+ \u0275\u0275restoreView(_r20);
57880
57938
  const ctx_r2 = \u0275\u0275nextContext(2);
57881
57939
  ctx_r2.isTemplateSaved.set(true);
57882
57940
  ctx_r2.domainsOverloadSaveMode = false;
@@ -57887,21 +57945,21 @@ function AppComponent_Conditional_23_Defer_3_Template(rf, ctx) {
57887
57945
  if (rf & 2) {
57888
57946
  const ctx_r2 = \u0275\u0275nextContext(2);
57889
57947
  \u0275\u0275twoWayProperty("visible", ctx_r2.modalVisible);
57890
- \u0275\u0275property("params", \u0275\u0275pureFunction3(3, _c109, ctx_r2.filterForm.value, ctx_r2.visibleFieldsId, ctx_r2.allFieldsSignal()))("reportId", ctx_r2.reportId);
57948
+ \u0275\u0275property("params", \u0275\u0275pureFunction3(3, _c1211, ctx_r2.filterForm.value, ctx_r2.visibleFieldsId, ctx_r2.allFieldsSignal()))("reportId", ctx_r2.reportId);
57891
57949
  }
57892
57950
  }
57893
57951
  function AppComponent_Conditional_23_Defer_6_Template(rf, ctx) {
57894
57952
  if (rf & 1) {
57895
- const _r20 = \u0275\u0275getCurrentView();
57896
- \u0275\u0275elementStart(0, "lib-report-configuration-modal", 83);
57953
+ const _r21 = \u0275\u0275getCurrentView();
57954
+ \u0275\u0275elementStart(0, "lib-report-configuration-modal", 91);
57897
57955
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_visibleChange_0_listener($event) {
57898
- \u0275\u0275restoreView(_r20);
57956
+ \u0275\u0275restoreView(_r21);
57899
57957
  const ctx_r2 = \u0275\u0275nextContext(2);
57900
57958
  \u0275\u0275twoWayBindingSet(ctx_r2.configureReportModalVisible, $event) || (ctx_r2.configureReportModalVisible = $event);
57901
57959
  return \u0275\u0275resetView($event);
57902
57960
  });
57903
57961
  \u0275\u0275listener("fieldsEmitter", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_fieldsEmitter_0_listener($event) {
57904
- \u0275\u0275restoreView(_r20);
57962
+ \u0275\u0275restoreView(_r21);
57905
57963
  const ctx_r2 = \u0275\u0275nextContext(2);
57906
57964
  return \u0275\u0275resetView(ctx_r2.applyConfigurationFields($event));
57907
57965
  });
@@ -57971,6 +58029,7 @@ var AppComponent = class _AppComponent {
57971
58029
  }
57972
58030
  });
57973
58031
  allConfigurationFields;
58032
+ prevVisibleFields = [];
57974
58033
  requiredFields = [
57975
58034
  "merchant_name",
57976
58035
  "verification_creation_date",
@@ -58145,11 +58204,11 @@ var AppComponent = class _AppComponent {
58145
58204
  return acc;
58146
58205
  }, []);
58147
58206
  if (this.filterForm) {
58148
- this.visibleFieldsSignal.set(visibleFields);
58149
58207
  this.filterForm.patchValue(template.input_params.fieldValues);
58150
58208
  } else {
58151
58209
  this.buildFilterForm(allFields, visibleFields, template.input_params.fieldValues);
58152
58210
  }
58211
+ this.visibleFieldsSignal.set(visibleFields);
58153
58212
  this.filterForm.markAsDirty();
58154
58213
  this.filterForm.markAsUntouched();
58155
58214
  }
@@ -58184,12 +58243,13 @@ var AppComponent = class _AppComponent {
58184
58243
  allFields: this.allFieldsSignal()
58185
58244
  };
58186
58245
  const currentTemplate = this.templateSignal();
58246
+ const baseTemplate = this.templateService.baseTemplate();
58187
58247
  if (!this.isTemplateSaved() || !currentTemplate) {
58188
58248
  this.templateService.saveTemplate(null, null, payload, this.reportId, null, true).pipe(takeUntilDestroyed(this.destroyRef), take(1)).subscribe((template) => {
58189
- const params = currentTemplate && !currentTemplate.is_temporary && currentTemplate.template_name && template.template_id ? {
58249
+ const params = currentTemplate && (!currentTemplate.is_temporary && currentTemplate.template_name && template.template_id || baseTemplate && currentTemplate.is_temporary && baseTemplate.template_id !== template.template_id) ? {
58190
58250
  modificationId: template.template_id,
58191
- templateName: currentTemplate.template_name,
58192
- templateId: currentTemplate.template_id
58251
+ templateName: baseTemplate?.template_name || currentTemplate.template_name,
58252
+ templateId: baseTemplate?.template_id || currentTemplate.template_id
58193
58253
  } : {
58194
58254
  modificationId: null,
58195
58255
  templateName: null,
@@ -58606,21 +58666,13 @@ var AppComponent = class _AppComponent {
58606
58666
  applyDefaultValues(onClearFilters = false, onApplyConfigurationFields = false) {
58607
58667
  if (!this.filterForm || !this.visibleFieldsSignal())
58608
58668
  return;
58609
- const documentFieldIds = [
58610
- "documents_type",
58611
- "documents_status",
58612
- "documents_expiry_date",
58613
- "documents_created_date"
58614
- ];
58615
- const allFields = this.allFieldsSignal() || [];
58616
- const isDocumentsFieldSelected = !!this.visibleFieldsSignal().find((item) => item["field_id"] == "documents");
58617
- const documentsFields = allFields.filter((item) => documentFieldIds.includes(item.field_id));
58618
- const visibleFields = !isDocumentsFieldSelected ? this.visibleFieldsSignal() : [...this.visibleFieldsSignal(), ...documentsFields];
58669
+ const prevVisibleFieldsIds = this.prevVisibleFields.map(({ field_id }) => field_id);
58670
+ const visibleFields = this.getAllVisibleFields();
58619
58671
  const fieldsWithDateRange = this.visibleFieldsSignal().filter((item) => item.field_id !== "verification_updated_date" && item.field_data_type === "TIMESTAMP");
58620
58672
  Object.keys(this.filterForm.controls).forEach((control) => {
58621
58673
  const isFieldVisible = !!visibleFields.find((item) => item["field_id"] == control);
58622
58674
  const isSetDefaultDateRange = !!fieldsWithDateRange.find((item) => item["field_id"] == control);
58623
- if (isFieldVisible && isSetDefaultDateRange && (onClearFilters || onApplyConfigurationFields && !this.getControl(control)?.touched && !this.getControl(control)?.dirty && !this.getControl(control)?.value)) {
58675
+ if (isFieldVisible && isSetDefaultDateRange && (onClearFilters || onApplyConfigurationFields && !prevVisibleFieldsIds.includes(control))) {
58624
58676
  this.filterForm.controls[control].reset({
58625
58677
  alias: "custom",
58626
58678
  start: (0, import_moment2.default)().startOf("day").toDate(),
@@ -58640,26 +58692,41 @@ var AppComponent = class _AppComponent {
58640
58692
  nullUndefinedOrEmpty(value) {
58641
58693
  return value === null || value === void 0 || value === "";
58642
58694
  }
58695
+ getAllVisibleFields() {
58696
+ const documentFieldIds = [
58697
+ "documents_type",
58698
+ "documents_status",
58699
+ "documents_expiry_date",
58700
+ "documents_created_date"
58701
+ ];
58702
+ const allFields = this.allFieldsSignal() || [];
58703
+ const isDocumentsFieldSelected = !!this.visibleFieldsSignal().find((item) => item["field_id"] == "documents");
58704
+ const documentsFields = allFields.filter((item) => documentFieldIds.includes(item.field_id));
58705
+ return !isDocumentsFieldSelected ? [...this.visibleFieldsSignal()] : [...this.visibleFieldsSignal(), ...documentsFields];
58706
+ }
58707
+ setPrevVisibleFields() {
58708
+ this.prevVisibleFields = [...this.getAllVisibleFields()];
58709
+ }
58643
58710
  static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
58644
58711
  return new (__ngFactoryType__ || _AppComponent)();
58645
58712
  };
58646
- 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) {
58713
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], features: [\u0275\u0275ProvidersFeature([TemplateService])], decls: 25, vars: 23, consts: [["tablePanel", ""], ["header", ""], ["panel", ""], ["tooltipContent", ""], ["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", "isShowSendSettings"], [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", "isShowSendSettings"], ["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", 3, "ngStyle"], ["tooltipPosition", "top", 3, "ngStyle", "pTooltip"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none"], ["clip-path", "url(#clip0_1833_5701)"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M8.00033 2.00033C4.68662 2.00033 2.00033 4.68662 2.00033 8.00033C2.00033 11.314 4.68662 14.0003 8.00033 14.0003C11.314 14.0003 14.0003 11.314 14.0003 8.00033C14.0003 4.68662 11.314 2.00033 8.00033 2.00033ZM0.666992 8.00033C0.666992 3.95024 3.95024 0.666992 8.00033 0.666992C12.0504 0.666992 15.3337 3.95024 15.3337 8.00033C15.3337 12.0504 12.0504 15.3337 8.00033 15.3337C3.95024 15.3337 0.666992 12.0504 0.666992 8.00033ZM7.33366 5.33366C7.33366 4.96547 7.63213 4.66699 8.00033 4.66699H8.00699C8.37518 4.66699 8.67366 4.96547 8.67366 5.33366C8.67366 5.70185 8.37518 6.00033 8.00699 6.00033H8.00033C7.63213 6.00033 7.33366 5.70185 7.33366 5.33366ZM8.00033 7.33366C8.36852 7.33366 8.66699 7.63213 8.66699 8.00033V10.667C8.66699 11.0352 8.36852 11.3337 8.00033 11.3337C7.63213 11.3337 7.33366 11.0352 7.33366 10.667V8.00033C7.33366 7.63213 7.63213 7.33366 8.00033 7.33366Z", "fill", "#5D6983"], ["id", "clip0_1833_5701"], ["width", "16", "height", "16", "fill", "white"], [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"], [1, "flex", "items-center"], ["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) {
58647
58714
  if (rf & 1) {
58648
58715
  const _r1 = \u0275\u0275getCurrentView();
58649
- \u0275\u0275elementStart(0, "div", 5)(1, "div", 6);
58716
+ \u0275\u0275elementStart(0, "div", 6)(1, "div", 7);
58650
58717
  \u0275\u0275declareLet(2)(3)(4);
58651
- \u0275\u0275elementStart(5, "div", 7)(6, "div", 8)(7, "h1", 9);
58718
+ \u0275\u0275elementStart(5, "div", 8)(6, "div", 9)(7, "h1", 10);
58652
58719
  \u0275\u0275text(8, "Verification Report");
58653
58720
  \u0275\u0275elementEnd();
58654
- \u0275\u0275elementStart(9, "h2", 10);
58721
+ \u0275\u0275elementStart(9, "h2", 11);
58655
58722
  \u0275\u0275text(10);
58656
58723
  \u0275\u0275elementEnd()();
58657
- \u0275\u0275template(11, AppComponent_Conditional_11_Template, 1, 3, "lib-template-select-modal", 11);
58724
+ \u0275\u0275template(11, AppComponent_Conditional_11_Template, 1, 4, "lib-template-select-modal", 12);
58658
58725
  \u0275\u0275elementEnd();
58659
- \u0275\u0275template(12, AppComponent_Conditional_12_Template, 7, 2, "p-panel", 12);
58660
- \u0275\u0275elementStart(13, "div", 13)(14, "p-panel", 12, 0);
58726
+ \u0275\u0275template(12, AppComponent_Conditional_12_Template, 7, 2, "p-panel", 13);
58727
+ \u0275\u0275elementStart(13, "div", 14)(14, "p-panel", 13, 0);
58661
58728
  \u0275\u0275template(16, AppComponent_ng_template_16_Template, 10, 5, "ng-template", null, 1, \u0275\u0275templateRefExtractor);
58662
- \u0275\u0275elementStart(18, "lib-dm-tree-table", 14);
58729
+ \u0275\u0275elementStart(18, "lib-dm-tree-table", 15);
58663
58730
  \u0275\u0275twoWayListener("limitChange", function AppComponent_Template_lib_dm_tree_table_limitChange_18_listener($event) {
58664
58731
  \u0275\u0275restoreView(_r1);
58665
58732
  \u0275\u0275twoWayBindingSet(ctx.limit, $event) || (ctx.limit = $event);
@@ -58673,7 +58740,7 @@ var AppComponent = class _AppComponent {
58673
58740
  return \u0275\u0275resetView(ctx.onSort($event));
58674
58741
  });
58675
58742
  \u0275\u0275elementEnd();
58676
- \u0275\u0275element(19, "dm-ui-grid-lib", 15);
58743
+ \u0275\u0275element(19, "dm-ui-grid-lib", 16);
58677
58744
  \u0275\u0275elementEnd()();
58678
58745
  \u0275\u0275template(20, AppComponent_Defer_20_Template, 3, 6);
58679
58746
  \u0275\u0275defer(21, 20, AppComponent_Defer_21_DepsFn);
@@ -58782,6 +58849,7 @@ var AppComponent = class _AppComponent {
58782
58849
  [(templateCsvLoadingConfig)]="templateCsvLoadingConfig"\r
58783
58850
  (csvLoadEmitter)="downloadCsv($event)"\r
58784
58851
  (runReportEmitter)="runReport(0, false)"\r
58852
+ [isShowSendSettings]="true"\r
58785
58853
  ></lib-template-select-modal>\r
58786
58854
  }\r
58787
58855
  </div>\r
@@ -58812,7 +58880,7 @@ var AppComponent = class _AppComponent {
58812
58880
  size="medium"\r
58813
58881
  variant="secondary-outlined"\r
58814
58882
  [disabled]="filterForm && !filterForm.dirty"\r
58815
- (outsideClickEmitter)="clearFilters()"\r
58883
+ (outsideClickEmitter)="setPrevVisibleFields(); clearFilters()"\r
58816
58884
  >\r
58817
58885
  <div\r
58818
58886
  class="dm-button-icon"\r
@@ -58843,7 +58911,7 @@ var AppComponent = class _AppComponent {
58843
58911
  text="Configure Report"\r
58844
58912
  size="medium"\r
58845
58913
  variant="secondary-outlined"\r
58846
- (outsideClickEmitter)="configureReportModalVisible.set(true)"\r
58914
+ (outsideClickEmitter)="setPrevVisibleFields(); configureReportModalVisible.set(true)"\r
58847
58915
  >\r
58848
58916
  <div class="dm-button-icon" icon-left>\r
58849
58917
  <svg\r
@@ -59021,9 +59089,31 @@ var AppComponent = class _AppComponent {
59021
59089
  formControlName="show_last_verification"\r
59022
59090
  [binary]="true"\r
59023
59091
  />\r
59024
- <label for="lastUpdate" class="form-control-label"\r
59025
- >Group Statuses by Last Update</label\r
59092
+ <label for="lastUpdate" class="form-control-label" [ngStyle]="{ 'padding-top': '2px' }"\r
59093
+ >Show only latest status</label\r
59026
59094
  >\r
59095
+ <span\r
59096
+ [ngStyle]="{ display: 'inline-flex', cursor: 'pointer' }"\r
59097
+ [pTooltip]="tooltipContent"\r
59098
+ tooltipPosition="top"\r
59099
+ > \r
59100
+ <ng-template #tooltipContent>\r
59101
+ <div class="flex items-center">\r
59102
+ When enabled, only the most recent<br/> status per document will be shown.\r
59103
+ </div>\r
59104
+ </ng-template>\r
59105
+ \r
59106
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">\r
59107
+ <g clip-path="url(#clip0_1833_5701)">\r
59108
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00033 2.00033C4.68662 2.00033 2.00033 4.68662 2.00033 8.00033C2.00033 11.314 4.68662 14.0003 8.00033 14.0003C11.314 14.0003 14.0003 11.314 14.0003 8.00033C14.0003 4.68662 11.314 2.00033 8.00033 2.00033ZM0.666992 8.00033C0.666992 3.95024 3.95024 0.666992 8.00033 0.666992C12.0504 0.666992 15.3337 3.95024 15.3337 8.00033C15.3337 12.0504 12.0504 15.3337 8.00033 15.3337C3.95024 15.3337 0.666992 12.0504 0.666992 8.00033ZM7.33366 5.33366C7.33366 4.96547 7.63213 4.66699 8.00033 4.66699H8.00699C8.37518 4.66699 8.67366 4.96547 8.67366 5.33366C8.67366 5.70185 8.37518 6.00033 8.00699 6.00033H8.00033C7.63213 6.00033 7.33366 5.70185 7.33366 5.33366ZM8.00033 7.33366C8.36852 7.33366 8.66699 7.63213 8.66699 8.00033V10.667C8.66699 11.0352 8.36852 11.3337 8.00033 11.3337C7.63213 11.3337 7.33366 11.0352 7.33366 10.667V8.00033C7.33366 7.63213 7.63213 7.33366 8.00033 7.33366Z" fill="#5D6983"/>\r
59109
+ </g>\r
59110
+ <defs>\r
59111
+ <clipPath id="clip0_1833_5701">\r
59112
+ <rect width="16" height="16" fill="white"/>\r
59113
+ </clipPath>\r
59114
+ </defs>\r
59115
+ </svg>\r
59116
+ </span>\r
59027
59117
  </div>\r
59028
59118
  </div>\r
59029
59119
  <div class="filter-actions">\r