@everymatrix/stage-mm-verification-report 1.0.7 → 1.0.9

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
@@ -29,7 +29,7 @@ import {
29
29
  provideHttpClient,
30
30
  require_moment,
31
31
  withInterceptors
32
- } from "./chunk-V5ZBNHAE.js";
32
+ } from "./chunk-SD2QAGJN.js";
33
33
  import {
34
34
  $dt,
35
35
  AutoFocus,
@@ -23532,141 +23532,141 @@ var DmRangeDatePickerLibComponent = class _DmRangeDatePickerLibComponent {
23532
23532
  useExisting: forwardRef(() => DmRangeDatePickerLibComponent),
23533
23533
  multi: true
23534
23534
  }
23535
- ], standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, template: `<div
23536
- class="form-control-container"
23537
- [ngStyle]="{ visibility: !attachedToShadowDom() ? 'hidden' : 'visible' }"
23538
- >
23539
- <label class="form-control-label" for="inputRangePicker" #tooltipWrapper>
23540
- <span>{{ isRequired ? label + ' *' : label }}</span>
23541
- @if(infoIcon) {
23542
- <span
23543
- [ngStyle]="{ display: 'inline-flex', cursor: 'pointer' }"
23544
- [pTooltip]="tooltipMessage"
23545
- [appendTo]="tooltipWrapper"
23546
- positionLeft="53"
23547
- positionTop="-5"
23548
- tooltipPosition="top"
23549
- >
23550
- <svg
23551
- xmlns="http://www.w3.org/2000/svg"
23552
- width="12"
23553
- height="12"
23554
- viewBox="0 0 12 12"
23555
- fill="none"
23556
- >
23557
- <g clip-path="url(#clip0_592_3470)">
23558
- <path
23559
- fill-rule="evenodd"
23560
- clip-rule="evenodd"
23561
- d="M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6ZM6.12906 4.01216C5.8963 3.97223 5.65692 4.01597 5.45332 4.13563C5.24972 4.25529 5.09504 4.44314 5.01667 4.66592C4.92503 4.92642 4.63957 5.0633 4.37908 4.97167C4.11858 4.88003 3.9817 4.59457 4.07333 4.33408C4.23007 3.88852 4.53943 3.51282 4.94664 3.2735C5.35384 3.03418 5.8326 2.9467 6.29812 3.02655C6.76364 3.1064 7.18588 3.34843 7.49005 3.70976C7.79416 4.07103 7.96064 4.52824 7.96 5.00046C7.95977 5.76563 7.39247 6.27095 6.98735 6.54103C6.76953 6.68624 6.55528 6.79301 6.39744 6.86316C6.31782 6.89855 6.25077 6.9254 6.20245 6.94381C6.17825 6.95303 6.15863 6.96017 6.14435 6.96525L6.12699 6.97133L6.12145 6.97322L6.11951 6.97388L6.11874 6.97413C6.11859 6.97418 6.11811 6.97434 5.96 6.5L6.11811 6.97434C5.85614 7.06167 5.57298 6.92009 5.48566 6.65811C5.39836 6.39623 5.53982 6.11317 5.80162 6.02575L5.80934 6.02303C5.81703 6.0203 5.82964 6.01572 5.84646 6.00932C5.88017 5.99647 5.93031 5.97645 5.99131 5.94934C6.11472 5.89449 6.27547 5.81376 6.43265 5.70897C6.77745 5.47911 6.96 5.23457 6.96 5L6.96 4.99926C6.96035 4.7631 6.87711 4.53443 6.72503 4.35376C6.57294 4.1731 6.36182 4.05208 6.12906 4.01216ZM5.5 8.5C5.5 8.22386 5.72386 8 6 8H6.005C6.28114 8 6.505 8.22386 6.505 8.5C6.505 8.77614 6.28114 9 6.005 9H6C5.72386 9 5.5 8.77614 5.5 8.5Z"
23562
- fill="#5D6983"
23563
- />
23564
- </g>
23565
- <defs>
23566
- <clipPath id="clip0_592_3470">
23567
- <rect width="12" height="12" fill="white" />
23568
- </clipPath>
23569
- </defs>
23570
- </svg>
23571
- </span>
23572
- }
23573
- </label>
23574
- <div class="datepicker-wrapper">
23575
- <input
23576
- id="inputRangePicker"
23577
- [ngClass]="{
23578
- 'invalid-state':
23579
- dateControl.hasError('endDateRequired') && !popoverOpened
23580
- }"
23581
- [placeholder]="placeholder"
23582
- [(ngModel)]="inputValue"
23583
- [readonly]="true"
23584
- (click)="openDatePicker($event, op)"
23585
- class="form-control-field"
23586
- pInputText
23587
- />
23588
- <svg
23589
- width="14"
23590
- height="14"
23591
- viewBox="0 0 14 14"
23592
- fill="none"
23593
- xmlns="http://www.w3.org/2000/svg"
23594
- class="datepicker-icon"
23595
- aria-hidden="true"
23596
- >
23597
- <path
23598
- d="M10.7838 1.51351H9.83783V0.567568C9.83783 0.417039 9.77804 0.272676 9.6716 0.166237C9.56516 0.0597971 9.42079 0 9.27027 0C9.11974 0 8.97538 0.0597971 8.86894 0.166237C8.7625 0.272676 8.7027 0.417039 8.7027 0.567568V1.51351H5.29729V0.567568C5.29729 0.417039 5.2375 0.272676 5.13106 0.166237C5.02462 0.0597971 4.88025 0 4.72973 0C4.5792 0 4.43484 0.0597971 4.3284 0.166237C4.22196 0.272676 4.16216 0.417039 4.16216 0.567568V1.51351H3.21621C2.66428 1.51351 2.13494 1.73277 1.74467 2.12305C1.35439 2.51333 1.13513 3.04266 1.13513 3.59459V11.9189C1.13513 12.4709 1.35439 13.0002 1.74467 13.3905C2.13494 13.7807 2.66428 14 3.21621 14H10.7838C11.3357 14 11.865 13.7807 12.2553 13.3905C12.6456 13.0002 12.8649 12.4709 12.8649 11.9189V3.59459C12.8649 3.04266 12.6456 2.51333 12.2553 2.12305C11.865 1.73277 11.3357 1.51351 10.7838 1.51351ZM3.21621 2.64865H4.16216V3.59459C4.16216 3.74512 4.22196 3.88949 4.3284 3.99593C4.43484 4.10237 4.5792 4.16216 4.72973 4.16216C4.88025 4.16216 5.02462 4.10237 5.13106 3.99593C5.2375 3.88949 5.29729 3.74512 5.29729 3.59459V2.64865H8.7027V3.59459C8.7027 3.74512 8.7625 3.88949 8.86894 3.99593C8.97538 4.10237 9.11974 4.16216 9.27027 4.16216C9.42079 4.16216 9.56516 4.10237 9.6716 3.99593C9.77804 3.88949 9.83783 3.74512 9.83783 3.59459V2.64865H10.7838C11.0347 2.64865 11.2753 2.74831 11.4527 2.92571C11.6301 3.10311 11.7297 3.34371 11.7297 3.59459V5.67568H2.27027V3.59459C2.27027 3.34371 2.36993 3.10311 2.54733 2.92571C2.72473 2.74831 2.96533 2.64865 3.21621 2.64865ZM10.7838 12.8649H3.21621C2.96533 12.8649 2.72473 12.7652 2.54733 12.5878C2.36993 12.4104 2.27027 12.1698 2.27027 11.9189V6.81081H11.7297V11.9189C11.7297 12.1698 11.6301 12.4104 11.4527 12.5878C11.2753 12.7652 11.0347 12.8649 10.7838 12.8649Z"
23599
- fill="currentColor"
23600
- ></path>
23601
- </svg>
23602
- @if(showClear && inputValue) {
23603
- <svg
23604
- (click)="onClear()"
23605
- class="clear-icon"
23606
- width="14"
23607
- height="14"
23608
- viewBox="0 0 14 14"
23609
- fill="none"
23610
- xmlns="http://www.w3.org/2000/svg"
23611
- aria-hidden="true"
23612
- >
23613
- <path
23614
- 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"
23615
- fill="#5D6983"
23616
- ></path>
23617
- </svg>
23618
- }
23619
- </div>
23620
- @if(dateControl.hasError('endDateRequired') && !popoverOpened) {
23621
- <div class="form-control-error-message">End date is required</div>
23622
- }
23623
- <div #datePickerWrapper style="position: relative"></div>
23624
- <p-popover
23625
- #op
23626
- [appendTo]="datePickerWrapper"
23627
- [dismissable]="true"
23628
- (onShow)="onPopoverShow()"
23629
- (onHide)="popoverOpened = false"
23630
- >
23631
- <div class="popover-content">
23632
- <div class="popover-left-content">
23633
- <ul class="period-list">
23634
- @for (item of listOptions; track item.key) {
23635
- <!-- <li-->
23636
- <!-- [ngClass]="{-->
23637
- <!-- 'selected-item': currentAlias === item.key-->
23638
- <!-- }"-->
23639
- <!-- (click)="onListSelect(item.key)"-->
23640
- <!-- >-->
23641
- <!-- <span>{{ item.value }}</span>-->
23642
- <!-- </li>-->
23643
- <li
23644
- [ngClass]="{
23645
- 'selected-item':
23646
- currentAlias === item.key && currentAlias !== 'custom'
23647
- }"
23648
- (click)="onListSelect(item.key)"
23649
- >
23650
- <span>{{ item.value }}</span>
23651
- </li>
23652
- }
23653
- </ul>
23654
- </div>
23655
- <div class="popover-right-content">
23656
- <p-datepicker
23657
- selectionMode="range"
23658
- [firstDayOfWeek]="1"
23659
- [formControl]="dateControl"
23660
- [inline]="true"
23661
- [minDate]="$any(minDate)"
23662
- [maxDate]="$any(maxDate)"
23663
- [showTime]="showTimePicker"
23664
- (onSelect)="dateSelection()"
23665
- ></p-datepicker>
23666
- </div>
23667
- </div>
23668
- </p-popover>
23669
- </div>
23535
+ ], standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, template: `<div\r
23536
+ class="form-control-container"\r
23537
+ [ngStyle]="{ visibility: !attachedToShadowDom() ? 'hidden' : 'visible' }"\r
23538
+ >\r
23539
+ <label class="form-control-label" for="inputRangePicker" #tooltipWrapper>\r
23540
+ <span>{{ isRequired ? label + ' *' : label }}</span>\r
23541
+ @if(infoIcon) {\r
23542
+ <span\r
23543
+ [ngStyle]="{ display: 'inline-flex', cursor: 'pointer' }"\r
23544
+ [pTooltip]="tooltipMessage"\r
23545
+ [appendTo]="tooltipWrapper"\r
23546
+ positionLeft="53"\r
23547
+ positionTop="-5"\r
23548
+ tooltipPosition="top"\r
23549
+ >\r
23550
+ <svg\r
23551
+ xmlns="http://www.w3.org/2000/svg"\r
23552
+ width="12"\r
23553
+ height="12"\r
23554
+ viewBox="0 0 12 12"\r
23555
+ fill="none"\r
23556
+ >\r
23557
+ <g clip-path="url(#clip0_592_3470)">\r
23558
+ <path\r
23559
+ fill-rule="evenodd"\r
23560
+ clip-rule="evenodd"\r
23561
+ d="M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6ZM6.12906 4.01216C5.8963 3.97223 5.65692 4.01597 5.45332 4.13563C5.24972 4.25529 5.09504 4.44314 5.01667 4.66592C4.92503 4.92642 4.63957 5.0633 4.37908 4.97167C4.11858 4.88003 3.9817 4.59457 4.07333 4.33408C4.23007 3.88852 4.53943 3.51282 4.94664 3.2735C5.35384 3.03418 5.8326 2.9467 6.29812 3.02655C6.76364 3.1064 7.18588 3.34843 7.49005 3.70976C7.79416 4.07103 7.96064 4.52824 7.96 5.00046C7.95977 5.76563 7.39247 6.27095 6.98735 6.54103C6.76953 6.68624 6.55528 6.79301 6.39744 6.86316C6.31782 6.89855 6.25077 6.9254 6.20245 6.94381C6.17825 6.95303 6.15863 6.96017 6.14435 6.96525L6.12699 6.97133L6.12145 6.97322L6.11951 6.97388L6.11874 6.97413C6.11859 6.97418 6.11811 6.97434 5.96 6.5L6.11811 6.97434C5.85614 7.06167 5.57298 6.92009 5.48566 6.65811C5.39836 6.39623 5.53982 6.11317 5.80162 6.02575L5.80934 6.02303C5.81703 6.0203 5.82964 6.01572 5.84646 6.00932C5.88017 5.99647 5.93031 5.97645 5.99131 5.94934C6.11472 5.89449 6.27547 5.81376 6.43265 5.70897C6.77745 5.47911 6.96 5.23457 6.96 5L6.96 4.99926C6.96035 4.7631 6.87711 4.53443 6.72503 4.35376C6.57294 4.1731 6.36182 4.05208 6.12906 4.01216ZM5.5 8.5C5.5 8.22386 5.72386 8 6 8H6.005C6.28114 8 6.505 8.22386 6.505 8.5C6.505 8.77614 6.28114 9 6.005 9H6C5.72386 9 5.5 8.77614 5.5 8.5Z"\r
23562
+ fill="#5D6983"\r
23563
+ />\r
23564
+ </g>\r
23565
+ <defs>\r
23566
+ <clipPath id="clip0_592_3470">\r
23567
+ <rect width="12" height="12" fill="white" />\r
23568
+ </clipPath>\r
23569
+ </defs>\r
23570
+ </svg>\r
23571
+ </span>\r
23572
+ }\r
23573
+ </label>\r
23574
+ <div class="datepicker-wrapper">\r
23575
+ <input\r
23576
+ id="inputRangePicker"\r
23577
+ [ngClass]="{\r
23578
+ 'invalid-state':\r
23579
+ dateControl.hasError('endDateRequired') && !popoverOpened\r
23580
+ }"\r
23581
+ [placeholder]="placeholder"\r
23582
+ [(ngModel)]="inputValue"\r
23583
+ [readonly]="true"\r
23584
+ (click)="openDatePicker($event, op)"\r
23585
+ class="form-control-field"\r
23586
+ pInputText\r
23587
+ />\r
23588
+ <svg\r
23589
+ width="14"\r
23590
+ height="14"\r
23591
+ viewBox="0 0 14 14"\r
23592
+ fill="none"\r
23593
+ xmlns="http://www.w3.org/2000/svg"\r
23594
+ class="datepicker-icon"\r
23595
+ aria-hidden="true"\r
23596
+ >\r
23597
+ <path\r
23598
+ d="M10.7838 1.51351H9.83783V0.567568C9.83783 0.417039 9.77804 0.272676 9.6716 0.166237C9.56516 0.0597971 9.42079 0 9.27027 0C9.11974 0 8.97538 0.0597971 8.86894 0.166237C8.7625 0.272676 8.7027 0.417039 8.7027 0.567568V1.51351H5.29729V0.567568C5.29729 0.417039 5.2375 0.272676 5.13106 0.166237C5.02462 0.0597971 4.88025 0 4.72973 0C4.5792 0 4.43484 0.0597971 4.3284 0.166237C4.22196 0.272676 4.16216 0.417039 4.16216 0.567568V1.51351H3.21621C2.66428 1.51351 2.13494 1.73277 1.74467 2.12305C1.35439 2.51333 1.13513 3.04266 1.13513 3.59459V11.9189C1.13513 12.4709 1.35439 13.0002 1.74467 13.3905C2.13494 13.7807 2.66428 14 3.21621 14H10.7838C11.3357 14 11.865 13.7807 12.2553 13.3905C12.6456 13.0002 12.8649 12.4709 12.8649 11.9189V3.59459C12.8649 3.04266 12.6456 2.51333 12.2553 2.12305C11.865 1.73277 11.3357 1.51351 10.7838 1.51351ZM3.21621 2.64865H4.16216V3.59459C4.16216 3.74512 4.22196 3.88949 4.3284 3.99593C4.43484 4.10237 4.5792 4.16216 4.72973 4.16216C4.88025 4.16216 5.02462 4.10237 5.13106 3.99593C5.2375 3.88949 5.29729 3.74512 5.29729 3.59459V2.64865H8.7027V3.59459C8.7027 3.74512 8.7625 3.88949 8.86894 3.99593C8.97538 4.10237 9.11974 4.16216 9.27027 4.16216C9.42079 4.16216 9.56516 4.10237 9.6716 3.99593C9.77804 3.88949 9.83783 3.74512 9.83783 3.59459V2.64865H10.7838C11.0347 2.64865 11.2753 2.74831 11.4527 2.92571C11.6301 3.10311 11.7297 3.34371 11.7297 3.59459V5.67568H2.27027V3.59459C2.27027 3.34371 2.36993 3.10311 2.54733 2.92571C2.72473 2.74831 2.96533 2.64865 3.21621 2.64865ZM10.7838 12.8649H3.21621C2.96533 12.8649 2.72473 12.7652 2.54733 12.5878C2.36993 12.4104 2.27027 12.1698 2.27027 11.9189V6.81081H11.7297V11.9189C11.7297 12.1698 11.6301 12.4104 11.4527 12.5878C11.2753 12.7652 11.0347 12.8649 10.7838 12.8649Z"\r
23599
+ fill="currentColor"\r
23600
+ ></path>\r
23601
+ </svg>\r
23602
+ @if(showClear && inputValue) {\r
23603
+ <svg\r
23604
+ (click)="onClear()"\r
23605
+ class="clear-icon"\r
23606
+ width="14"\r
23607
+ height="14"\r
23608
+ viewBox="0 0 14 14"\r
23609
+ fill="none"\r
23610
+ xmlns="http://www.w3.org/2000/svg"\r
23611
+ aria-hidden="true"\r
23612
+ >\r
23613
+ <path\r
23614
+ 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"\r
23615
+ fill="#5D6983"\r
23616
+ ></path>\r
23617
+ </svg>\r
23618
+ }\r
23619
+ </div>\r
23620
+ @if(dateControl.hasError('endDateRequired') && !popoverOpened) {\r
23621
+ <div class="form-control-error-message">End date is required</div>\r
23622
+ }\r
23623
+ <div #datePickerWrapper style="position: relative"></div>\r
23624
+ <p-popover\r
23625
+ #op\r
23626
+ [appendTo]="datePickerWrapper"\r
23627
+ [dismissable]="true"\r
23628
+ (onShow)="onPopoverShow()"\r
23629
+ (onHide)="popoverOpened = false"\r
23630
+ >\r
23631
+ <div class="popover-content">\r
23632
+ <div class="popover-left-content">\r
23633
+ <ul class="period-list">\r
23634
+ @for (item of listOptions; track item.key) {\r
23635
+ <!-- <li-->\r
23636
+ <!-- [ngClass]="{-->\r
23637
+ <!-- 'selected-item': currentAlias === item.key-->\r
23638
+ <!-- }"-->\r
23639
+ <!-- (click)="onListSelect(item.key)"-->\r
23640
+ <!-- >-->\r
23641
+ <!-- <span>{{ item.value }}</span>-->\r
23642
+ <!-- </li>-->\r
23643
+ <li\r
23644
+ [ngClass]="{\r
23645
+ 'selected-item':\r
23646
+ currentAlias === item.key && currentAlias !== 'custom'\r
23647
+ }"\r
23648
+ (click)="onListSelect(item.key)"\r
23649
+ >\r
23650
+ <span>{{ item.value }}</span>\r
23651
+ </li>\r
23652
+ }\r
23653
+ </ul>\r
23654
+ </div>\r
23655
+ <div class="popover-right-content">\r
23656
+ <p-datepicker\r
23657
+ selectionMode="range"\r
23658
+ [firstDayOfWeek]="1"\r
23659
+ [formControl]="dateControl"\r
23660
+ [inline]="true"\r
23661
+ [minDate]="$any(minDate)"\r
23662
+ [maxDate]="$any(maxDate)"\r
23663
+ [showTime]="showTimePicker"\r
23664
+ (onSelect)="dateSelection()"\r
23665
+ ></p-datepicker>\r
23666
+ </div>\r
23667
+ </div>\r
23668
+ </p-popover>\r
23669
+ </div>\r
23670
23670
  `, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-range-date-picker-lib/src/lib/dm-range-date-picker-lib/dm-range-date-picker-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n 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.form-control-field[disabled] {\n pointer-events: none;\n}\n.datepicker-wrapper {\n position: relative;\n cursor: pointer;\n}\n.datepicker-wrapper .datepicker-icon {\n position: absolute;\n left: 12px;\n top: 9px;\n width: 16px;\n height: 16px;\n color: #5d6983;\n}\n.datepicker-wrapper .form-control-field {\n cursor: pointer;\n}\n.popover-content {\n display: flex;\n flex-direction: row;\n padding: 0;\n margin: 0;\n}\n.popover-content .popover-left-content {\n border-right: 1px solid #edeff2;\n padding: 16px 4px;\n}\n.popover-content .popover-left-content .period-list {\n width: max-content;\n color: #4f5863;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n list-style: none;\n display: flex;\n flex-direction: column;\n margin: 0;\n padding: 0 8px;\n}\n.popover-content .popover-left-content .period-list li {\n padding: 10px 4px;\n}\n.popover-content .popover-left-content .period-list li:hover {\n cursor: pointer;\n background: #f3f6f9;\n}\n.popover-content .popover-left-content .period-list li span {\n line-height: 18px;\n}\n.popover-content .popover-left-content .period-list .selected-item {\n color: #307fe2;\n}\n.invalid-state {\n border: 1px solid #d6421e !important;\n}\n.datepicker-wrapper:hover .clear-icon {\n display: block;\n}\n.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}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-range-date-picker-lib.component.css.map */\n'] }]
23671
23671
  }], () => [{ type: ElementRef }, { type: ShadowDomStyleInjectorService }], { requireEndDate: [{
23672
23672
  type: Input
@@ -36269,74 +36269,74 @@ var DmSelectLibComponent = class _DmSelectLibComponent {
36269
36269
  useExisting: forwardRef(() => DmSelectLibComponent),
36270
36270
  multi: true
36271
36271
  }
36272
- ], standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, template: `<div
36273
- class="form-control-container"
36274
- #wrapper
36275
- [ngStyle]="{ visibility: !attachedToShadowDom() ? 'hidden' : 'visible' }"
36276
- >
36277
- <label class="form-control-label" for="selectId">
36278
- {{ isRequired ? label + ' *' : label }}
36279
- </label>
36280
-
36281
- @if(!isMultiSelect) {
36282
- <p-select
36283
- #select
36284
- inputId="selectId"
36285
- [editable]="true"
36286
- [loading]="loading"
36287
- [showClear]="showClear"
36288
- [filterPlaceholder]="filterPlaceHolder"
36289
- [options]="selectOptions"
36290
- [filter]="filter"
36291
- [disabled]="disabled"
36292
- [optionValue]="optionValue"
36293
- [optionLabel]="optionLabel"
36294
- [optionDisabled]="optionDisabled"
36295
- [emptyFilterMessage]="emptyFilterMessage"
36296
- [placeholder]="'Select ' + placeholder"
36297
- [formControl]="selectControl"
36298
- (onShow)="isDropdownOpen = true"
36299
- (onHide)="isDropdownOpen = false"
36300
- (blur)="isFocused = false"
36301
- (focus)="isFocused = true"
36302
- (click)="select.show()"
36303
- />
36304
- } @else {
36305
- <p-multiselect
36306
- #multiSelect
36307
- inputId="selectId"
36308
- [loading]="loading"
36309
- [options]="selectOptions"
36310
- [filter]="filter"
36311
- [showClear]="showClear"
36312
- [filterPlaceHolder]="filterPlaceHolder"
36313
- [disabled]="disabled"
36314
- [optionValue]="optionValue"
36315
- [optionLabel]="optionLabel"
36316
- [optionDisabled]="optionDisabled"
36317
- [emptyFilterMessage]="emptyFilterMessage"
36318
- [placeholder]="'Select ' + placeholder"
36319
- [selectedItemsLabel]="selectedItemsLabel"
36320
- [formControl]="selectControl"
36321
- (onPanelShow)="isDropdownOpen = true"
36322
- (onPanelHide)="isDropdownOpen = false"
36323
- (blur)="isFocused = false"
36324
- (focus)="isFocused = true"
36325
- ></p-multiselect>
36326
- } @if (selectControl.invalid && selectControl.touched && !isDropdownOpen) {
36327
- <div>
36328
- <p class="form-control-error-message">This field is required.</p>
36329
- </div>
36330
- } @if (hint() && isFocused && !permanentHint()) {
36331
- <div>
36332
- <p class="form-control-hint-message">{{ hint() }}</p>
36333
- </div>
36334
- } @if (hint() && permanentHint() && !selectControl.invalid) {
36335
- <div>
36336
- <p class="form-control-hint-message">{{ hint() }}</p>
36337
- </div>
36338
- }
36339
- </div>
36272
+ ], standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, template: `<div\r
36273
+ class="form-control-container"\r
36274
+ #wrapper\r
36275
+ [ngStyle]="{ visibility: !attachedToShadowDom() ? 'hidden' : 'visible' }"\r
36276
+ >\r
36277
+ <label class="form-control-label" for="selectId">\r
36278
+ {{ isRequired ? label + ' *' : label }}\r
36279
+ </label>\r
36280
+ \r
36281
+ @if(!isMultiSelect) {\r
36282
+ <p-select\r
36283
+ #select\r
36284
+ inputId="selectId"\r
36285
+ [editable]="true"\r
36286
+ [loading]="loading"\r
36287
+ [showClear]="showClear"\r
36288
+ [filterPlaceholder]="filterPlaceHolder"\r
36289
+ [options]="selectOptions"\r
36290
+ [filter]="filter"\r
36291
+ [disabled]="disabled"\r
36292
+ [optionValue]="optionValue"\r
36293
+ [optionLabel]="optionLabel"\r
36294
+ [optionDisabled]="optionDisabled"\r
36295
+ [emptyFilterMessage]="emptyFilterMessage"\r
36296
+ [placeholder]="'Select ' + placeholder"\r
36297
+ [formControl]="selectControl"\r
36298
+ (onShow)="isDropdownOpen = true"\r
36299
+ (onHide)="isDropdownOpen = false"\r
36300
+ (blur)="isFocused = false"\r
36301
+ (focus)="isFocused = true"\r
36302
+ (click)="select.show()"\r
36303
+ />\r
36304
+ } @else {\r
36305
+ <p-multiselect\r
36306
+ #multiSelect\r
36307
+ inputId="selectId"\r
36308
+ [loading]="loading"\r
36309
+ [options]="selectOptions"\r
36310
+ [filter]="filter"\r
36311
+ [showClear]="showClear"\r
36312
+ [filterPlaceHolder]="filterPlaceHolder"\r
36313
+ [disabled]="disabled"\r
36314
+ [optionValue]="optionValue"\r
36315
+ [optionLabel]="optionLabel"\r
36316
+ [optionDisabled]="optionDisabled"\r
36317
+ [emptyFilterMessage]="emptyFilterMessage"\r
36318
+ [placeholder]="'Select ' + placeholder"\r
36319
+ [selectedItemsLabel]="selectedItemsLabel"\r
36320
+ [formControl]="selectControl"\r
36321
+ (onPanelShow)="isDropdownOpen = true"\r
36322
+ (onPanelHide)="isDropdownOpen = false"\r
36323
+ (blur)="isFocused = false"\r
36324
+ (focus)="isFocused = true"\r
36325
+ ></p-multiselect>\r
36326
+ } @if (selectControl.invalid && selectControl.touched && !isDropdownOpen) {\r
36327
+ <div>\r
36328
+ <p class="form-control-error-message">This field is required.</p>\r
36329
+ </div>\r
36330
+ } @if (hint() && isFocused && !permanentHint()) {\r
36331
+ <div>\r
36332
+ <p class="form-control-hint-message">{{ hint() }}</p>\r
36333
+ </div>\r
36334
+ } @if (hint() && permanentHint() && !selectControl.invalid) {\r
36335
+ <div>\r
36336
+ <p class="form-control-hint-message">{{ hint() }}</p>\r
36337
+ </div>\r
36338
+ }\r
36339
+ </div>\r
36340
36340
  `, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-select-lib/src/lib/dm-select-lib/dm-select-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-select-lib.component.css.map */\n'] }]
36341
36341
  }], () => [{ type: ElementRef }, { type: ShadowDomStyleInjectorService }], { label: [{
36342
36342
  type: Input
@@ -47199,9 +47199,14 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47199
47199
  this.frozenWidth = 0;
47200
47200
  }
47201
47201
  }
47202
- loadDataLazy(event2) {
47203
- this.limit.set(event2.rows);
47204
- this.offset = event2.first;
47202
+ onPageChange(event2) {
47203
+ if (event2.rows !== this.limit()) {
47204
+ const pageIndex = Math.floor(this.offset / this.limit());
47205
+ this.offset = pageIndex * event2.rows;
47206
+ this.limit.set(event2.rows);
47207
+ } else {
47208
+ this.offset = event2.first;
47209
+ }
47205
47210
  this.loadMoreEmitter.emit(this.offset);
47206
47211
  }
47207
47212
  get visibleColumns() {
@@ -47218,16 +47223,16 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47218
47223
  let _t;
47219
47224
  \u0275\u0275queryRefresh(_t = \u0275\u0275loadQuery()) && (ctx.treeTable = _t.first);
47220
47225
  }
47221
- }, inputs: { rawTableData: "rawTableData", startIndex: "startIndex", tableColumns: "tableColumns", rowsPerPageOptions: "rowsPerPageOptions", generalTotal: "generalTotal", limit: [1, "limit"], scrollHeight: "scrollHeight", sorting: "sorting", rowHover: "rowHover", reorderableColumns: "reorderableColumns", resizableColumns: "resizableColumns", paginator: "paginator", loading: "loading" }, outputs: { loadMoreEmitter: "loadMoreEmitter", sortingEmitter: "sortingEmitter", limit: "limitChange" }, decls: 18, vars: 19, consts: [["treeTable", ""], ["colgroup", ""], ["header", ""], ["body", ""], ["paginatorleft", ""], ["op", ""], [1, "tree-table-wrapper", 2, "position", "relative", 3, "ngClass"], ["selectionMode", "multiple", "columnResizeMode", "expand", 3, "onColReorder", "onLazyLoad", "value", "rowHover", "columns", "resizableColumns", "reorderableColumns", "lazyLoadOnInit", "lazy", "totalRecords", "rows", "scrollable", "scrollHeight", "paginator", "rowsPerPageOptions", "frozenColumns", "frozenWidth"], [1, "empty-message-text"], [1, "manage-columns"], [1, "columns-list"], [3, "ngStyle"], ["ttReorderableColumn", "", "ttResizableColumn", "", "tooltipPosition", "top", 3, "pTooltip"], [1, "table-head-container"], [1, "table-head-left"], [1, "table-head-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none", 1, "pin-icon", 3, "ngStyle"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M8.83187 1.03508C9.12501 0.842802 9.4822 0.774012 9.82579 0.843664C10.0852 0.896247 10.2834 1.03601 10.4311 1.15913C10.5722 1.27679 10.7303 1.43485 10.9003 1.60497L14.3587 5.06328C14.5288 5.23337 14.6868 5.3914 14.8045 5.53256C14.9276 5.68026 15.0674 5.87845 15.12 6.13785C15.1896 6.48143 15.1208 6.83862 14.9285 7.13177C14.7834 7.35309 14.58 7.4852 14.4109 7.57661C14.2492 7.66398 14.0437 7.75201 13.8226 7.84675L12.1392 8.56819C12.1014 8.58439 12.083 8.59232 12.0697 8.59838C12.0694 8.59853 12.0691 8.59866 12.0688 8.5988C12.0686 8.59902 12.0683 8.59925 12.0681 8.59948C12.0575 8.60958 12.0433 8.62374 12.0142 8.65281L10.976 9.69106C10.9306 9.73648 10.9083 9.75892 10.8925 9.77577C10.8921 9.77619 10.8918 9.77658 10.8914 9.77697C10.8913 9.77748 10.8912 9.77801 10.891 9.77856C10.8857 9.80098 10.8794 9.832 10.8668 9.89499L10.3737 12.3607C10.3152 12.6531 10.2627 12.9161 10.2013 13.1226C10.14 13.3292 10.039 13.596 9.81156 13.7979C9.52061 14.056 9.13123 14.1739 8.74593 14.1205C8.44471 14.0788 8.21269 13.9127 8.04703 13.7748C7.88149 13.6371 7.69187 13.4474 7.48099 13.2365L5.57438 11.3299L2.28199 14.6223C2.02222 14.8821 1.60107 14.8821 1.34131 14.6223C1.08154 14.3626 1.08154 13.9414 1.34131 13.6816L4.6337 10.3892L2.72713 8.48266C2.51622 8.27178 2.32657 8.08215 2.18881 7.91661C2.05096 7.75095 1.88489 7.51893 1.84313 7.2177C1.78971 6.83241 1.90761 6.44303 2.16577 6.15207C2.36761 5.92461 2.63449 5.82367 2.84108 5.7623C3.04753 5.70097 3.31052 5.64839 3.60299 5.58992L6.06865 5.09678C6.13165 5.08418 6.16266 5.07789 6.18508 5.07259C6.18563 5.07246 6.18616 5.07233 6.18667 5.07221C6.18706 5.07185 6.18746 5.07148 6.18787 5.07109C6.20472 5.05538 6.22716 5.03307 6.27259 4.98764L7.31083 3.9494C7.3399 3.92032 7.35406 3.90611 7.36416 3.89554C7.3644 3.89529 7.36462 3.89506 7.36484 3.89482C7.36498 3.89453 7.36511 3.89423 7.36526 3.89392C7.37132 3.88062 7.37926 3.8622 7.39545 3.8244L8.11689 2.14103C8.21164 1.91991 8.29966 1.71446 8.38703 1.55277C8.47844 1.38361 8.61055 1.18024 8.83187 1.03508ZM8.40132 12.2755C8.63905 12.5132 8.78513 12.6584 8.89796 12.7523C8.90523 12.7583 8.91203 12.7638 8.91836 12.7689C8.92082 12.7612 8.9234 12.7528 8.92609 12.7437C8.96789 12.603 9.00893 12.4012 9.07487 12.0716L9.56236 9.63409C9.56394 9.62617 9.56555 9.61803 9.56721 9.60969C9.58534 9.51806 9.60818 9.40265 9.65208 9.29073C9.69021 9.19352 9.73965 9.10114 9.79939 9.01549C9.86816 8.91689 9.95151 8.83386 10.0177 8.76795C10.0237 8.76195 10.0296 8.75609 10.0353 8.75037L11.0736 7.71213C11.0772 7.70849 11.0809 7.70474 11.0848 7.70091C11.1271 7.65849 11.1804 7.60506 11.2412 7.55676C11.294 7.51476 11.35 7.47685 11.4087 7.44335C11.4761 7.40483 11.5455 7.37518 11.6006 7.35166C11.6056 7.34953 11.6105 7.34745 11.6152 7.34543L13.2743 6.63436C13.5281 6.52562 13.6765 6.4613 13.7784 6.40622C13.7839 6.40327 13.789 6.40047 13.7937 6.39782C13.7903 6.39361 13.7866 6.38913 13.7826 6.38437C13.7085 6.29537 13.5945 6.18051 13.3993 5.98532L9.97831 2.5643C9.78312 2.36911 9.66827 2.25517 9.57927 2.18098C9.57451 2.17701 9.57002 2.17334 9.56581 2.16994C9.56317 2.17466 9.56037 2.17974 9.55742 2.18519C9.50234 2.28712 9.43801 2.43557 9.32928 2.68929L8.61821 4.34845C8.61618 4.35318 8.6141 4.35805 8.61198 4.36303C8.58845 4.41813 8.55881 4.48753 8.52029 4.55496C8.48679 4.61359 8.44888 4.66959 8.40688 4.72246C8.35858 4.78327 8.30515 4.83657 8.26273 4.87888C8.2589 4.8827 8.25515 4.88644 8.25151 4.89008L7.21327 5.92832C7.20755 5.93404 7.20169 5.93992 7.19569 5.94594C7.12978 6.01212 7.04676 6.09548 6.94815 6.16425C6.8625 6.22398 6.77012 6.27342 6.67291 6.31155C6.56099 6.35545 6.44558 6.37829 6.35396 6.39643C6.34562 6.39808 6.33748 6.39969 6.32955 6.40128L3.89209 6.88877C3.56241 6.95471 3.36062 6.99575 3.21992 7.03754C3.21085 7.04024 3.20247 7.04282 3.19475 7.04528C3.19981 7.05161 3.20535 7.05841 3.2114 7.06568C3.30529 7.17851 3.45042 7.32459 3.68815 7.56232L8.40132 12.2755Z", "fill", "#5D6983"], [1, "sort-icon", 3, "sorted"], [1, "sort-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.52794 2.86201C7.78829 2.60166 8.2104 2.60166 8.47075 2.86201L13.1374 7.52868C13.3978 7.78903 13.3978 8.21114 13.1374 8.47149C12.8771 8.73184 12.455 8.73184 12.1946 8.47149L8.66602 4.94289V12.6667C8.66602 13.0349 8.36754 13.3334 7.99935 13.3334C7.63116 13.3334 7.33268 13.0349 7.33268 12.6667V4.94289L3.80409 8.47149C3.54374 8.73184 3.12163 8.73184 2.86128 8.47149C2.60093 8.21114 2.60093 7.78903 2.86128 7.52868L7.52794 2.86201Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.99935 2.66675C8.36754 2.66675 8.66602 2.96522 8.66602 3.33341V11.0573L12.1946 7.52868C12.455 7.26833 12.8771 7.26833 13.1374 7.52868C13.3978 7.78903 13.3978 8.21114 13.1374 8.47149L8.47075 13.1382C8.2104 13.3985 7.78829 13.3985 7.52794 13.1382L2.86128 8.47149C2.60093 8.21114 2.60093 7.78903 2.86128 7.52868C3.12163 7.26833 3.54374 7.26833 3.80409 7.52868L7.33268 11.0573V3.33341C7.33268 2.96522 7.63116 2.66675 7.99935 2.66675Z", "fill", "#5D6983"], [3, "ttRow", "ttSelectableRow"], [3, "ngClass"], [1, "general-summary"], [3, "ngModelChange", "binary", "ngModel"]], template: function DmTreeTableComponent_Template(rf, ctx) {
47226
+ }, inputs: { rawTableData: "rawTableData", startIndex: "startIndex", tableColumns: "tableColumns", rowsPerPageOptions: "rowsPerPageOptions", generalTotal: "generalTotal", limit: [1, "limit"], scrollHeight: "scrollHeight", sorting: "sorting", rowHover: "rowHover", reorderableColumns: "reorderableColumns", resizableColumns: "resizableColumns", paginator: "paginator", loading: "loading" }, outputs: { loadMoreEmitter: "loadMoreEmitter", sortingEmitter: "sortingEmitter", limit: "limitChange" }, decls: 18, vars: 20, consts: [["treeTable", ""], ["colgroup", ""], ["header", ""], ["body", ""], ["paginatorleft", ""], ["op", ""], [1, "tree-table-wrapper", 2, "position", "relative", 3, "ngClass"], ["selectionMode", "multiple", "columnResizeMode", "expand", 3, "onColReorder", "onPage", "value", "rowHover", "columns", "resizableColumns", "reorderableColumns", "lazyLoadOnInit", "lazy", "totalRecords", "rows", "first", "scrollable", "scrollHeight", "paginator", "rowsPerPageOptions", "frozenColumns", "frozenWidth"], [1, "empty-message-text"], [1, "manage-columns"], [1, "columns-list"], [3, "ngStyle"], ["ttReorderableColumn", "", "ttResizableColumn", "", "tooltipPosition", "top", 3, "pTooltip"], [1, "table-head-container"], [1, "table-head-left"], [1, "table-head-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none", 1, "pin-icon", 3, "ngStyle"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M8.83187 1.03508C9.12501 0.842802 9.4822 0.774012 9.82579 0.843664C10.0852 0.896247 10.2834 1.03601 10.4311 1.15913C10.5722 1.27679 10.7303 1.43485 10.9003 1.60497L14.3587 5.06328C14.5288 5.23337 14.6868 5.3914 14.8045 5.53256C14.9276 5.68026 15.0674 5.87845 15.12 6.13785C15.1896 6.48143 15.1208 6.83862 14.9285 7.13177C14.7834 7.35309 14.58 7.4852 14.4109 7.57661C14.2492 7.66398 14.0437 7.75201 13.8226 7.84675L12.1392 8.56819C12.1014 8.58439 12.083 8.59232 12.0697 8.59838C12.0694 8.59853 12.0691 8.59866 12.0688 8.5988C12.0686 8.59902 12.0683 8.59925 12.0681 8.59948C12.0575 8.60958 12.0433 8.62374 12.0142 8.65281L10.976 9.69106C10.9306 9.73648 10.9083 9.75892 10.8925 9.77577C10.8921 9.77619 10.8918 9.77658 10.8914 9.77697C10.8913 9.77748 10.8912 9.77801 10.891 9.77856C10.8857 9.80098 10.8794 9.832 10.8668 9.89499L10.3737 12.3607C10.3152 12.6531 10.2627 12.9161 10.2013 13.1226C10.14 13.3292 10.039 13.596 9.81156 13.7979C9.52061 14.056 9.13123 14.1739 8.74593 14.1205C8.44471 14.0788 8.21269 13.9127 8.04703 13.7748C7.88149 13.6371 7.69187 13.4474 7.48099 13.2365L5.57438 11.3299L2.28199 14.6223C2.02222 14.8821 1.60107 14.8821 1.34131 14.6223C1.08154 14.3626 1.08154 13.9414 1.34131 13.6816L4.6337 10.3892L2.72713 8.48266C2.51622 8.27178 2.32657 8.08215 2.18881 7.91661C2.05096 7.75095 1.88489 7.51893 1.84313 7.2177C1.78971 6.83241 1.90761 6.44303 2.16577 6.15207C2.36761 5.92461 2.63449 5.82367 2.84108 5.7623C3.04753 5.70097 3.31052 5.64839 3.60299 5.58992L6.06865 5.09678C6.13165 5.08418 6.16266 5.07789 6.18508 5.07259C6.18563 5.07246 6.18616 5.07233 6.18667 5.07221C6.18706 5.07185 6.18746 5.07148 6.18787 5.07109C6.20472 5.05538 6.22716 5.03307 6.27259 4.98764L7.31083 3.9494C7.3399 3.92032 7.35406 3.90611 7.36416 3.89554C7.3644 3.89529 7.36462 3.89506 7.36484 3.89482C7.36498 3.89453 7.36511 3.89423 7.36526 3.89392C7.37132 3.88062 7.37926 3.8622 7.39545 3.8244L8.11689 2.14103C8.21164 1.91991 8.29966 1.71446 8.38703 1.55277C8.47844 1.38361 8.61055 1.18024 8.83187 1.03508ZM8.40132 12.2755C8.63905 12.5132 8.78513 12.6584 8.89796 12.7523C8.90523 12.7583 8.91203 12.7638 8.91836 12.7689C8.92082 12.7612 8.9234 12.7528 8.92609 12.7437C8.96789 12.603 9.00893 12.4012 9.07487 12.0716L9.56236 9.63409C9.56394 9.62617 9.56555 9.61803 9.56721 9.60969C9.58534 9.51806 9.60818 9.40265 9.65208 9.29073C9.69021 9.19352 9.73965 9.10114 9.79939 9.01549C9.86816 8.91689 9.95151 8.83386 10.0177 8.76795C10.0237 8.76195 10.0296 8.75609 10.0353 8.75037L11.0736 7.71213C11.0772 7.70849 11.0809 7.70474 11.0848 7.70091C11.1271 7.65849 11.1804 7.60506 11.2412 7.55676C11.294 7.51476 11.35 7.47685 11.4087 7.44335C11.4761 7.40483 11.5455 7.37518 11.6006 7.35166C11.6056 7.34953 11.6105 7.34745 11.6152 7.34543L13.2743 6.63436C13.5281 6.52562 13.6765 6.4613 13.7784 6.40622C13.7839 6.40327 13.789 6.40047 13.7937 6.39782C13.7903 6.39361 13.7866 6.38913 13.7826 6.38437C13.7085 6.29537 13.5945 6.18051 13.3993 5.98532L9.97831 2.5643C9.78312 2.36911 9.66827 2.25517 9.57927 2.18098C9.57451 2.17701 9.57002 2.17334 9.56581 2.16994C9.56317 2.17466 9.56037 2.17974 9.55742 2.18519C9.50234 2.28712 9.43801 2.43557 9.32928 2.68929L8.61821 4.34845C8.61618 4.35318 8.6141 4.35805 8.61198 4.36303C8.58845 4.41813 8.55881 4.48753 8.52029 4.55496C8.48679 4.61359 8.44888 4.66959 8.40688 4.72246C8.35858 4.78327 8.30515 4.83657 8.26273 4.87888C8.2589 4.8827 8.25515 4.88644 8.25151 4.89008L7.21327 5.92832C7.20755 5.93404 7.20169 5.93992 7.19569 5.94594C7.12978 6.01212 7.04676 6.09548 6.94815 6.16425C6.8625 6.22398 6.77012 6.27342 6.67291 6.31155C6.56099 6.35545 6.44558 6.37829 6.35396 6.39643C6.34562 6.39808 6.33748 6.39969 6.32955 6.40128L3.89209 6.88877C3.56241 6.95471 3.36062 6.99575 3.21992 7.03754C3.21085 7.04024 3.20247 7.04282 3.19475 7.04528C3.19981 7.05161 3.20535 7.05841 3.2114 7.06568C3.30529 7.17851 3.45042 7.32459 3.68815 7.56232L8.40132 12.2755Z", "fill", "#5D6983"], [1, "sort-icon", 3, "sorted"], [1, "sort-icon", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 16 16", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.52794 2.86201C7.78829 2.60166 8.2104 2.60166 8.47075 2.86201L13.1374 7.52868C13.3978 7.78903 13.3978 8.21114 13.1374 8.47149C12.8771 8.73184 12.455 8.73184 12.1946 8.47149L8.66602 4.94289V12.6667C8.66602 13.0349 8.36754 13.3334 7.99935 13.3334C7.63116 13.3334 7.33268 13.0349 7.33268 12.6667V4.94289L3.80409 8.47149C3.54374 8.73184 3.12163 8.73184 2.86128 8.47149C2.60093 8.21114 2.60093 7.78903 2.86128 7.52868L7.52794 2.86201Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M7.99935 2.66675C8.36754 2.66675 8.66602 2.96522 8.66602 3.33341V11.0573L12.1946 7.52868C12.455 7.26833 12.8771 7.26833 13.1374 7.52868C13.3978 7.78903 13.3978 8.21114 13.1374 8.47149L8.47075 13.1382C8.2104 13.3985 7.78829 13.3985 7.52794 13.1382L2.86128 8.47149C2.60093 8.21114 2.60093 7.78903 2.86128 7.52868C3.12163 7.26833 3.54374 7.26833 3.80409 7.52868L7.33268 11.0573V3.33341C7.33268 2.96522 7.63116 2.66675 7.99935 2.66675Z", "fill", "#5D6983"], [3, "ttRow", "ttSelectableRow"], [3, "ngClass"], [1, "general-summary"], [3, "ngModelChange", "binary", "ngModel"]], template: function DmTreeTableComponent_Template(rf, ctx) {
47222
47227
  if (rf & 1) {
47223
47228
  const _r1 = \u0275\u0275getCurrentView();
47224
47229
  \u0275\u0275elementStart(0, "div", 6)(1, "p-treetable", 7, 0);
47225
47230
  \u0275\u0275listener("onColReorder", function DmTreeTableComponent_Template_p_treetable_onColReorder_1_listener($event) {
47226
47231
  \u0275\u0275restoreView(_r1);
47227
47232
  return \u0275\u0275resetView(ctx.onColReorder($event));
47228
- })("onLazyLoad", function DmTreeTableComponent_Template_p_treetable_onLazyLoad_1_listener($event) {
47233
+ })("onPage", function DmTreeTableComponent_Template_p_treetable_onPage_1_listener($event) {
47229
47234
  \u0275\u0275restoreView(_r1);
47230
- return \u0275\u0275resetView(ctx.loadDataLazy($event));
47235
+ return \u0275\u0275resetView(ctx.onPageChange($event));
47231
47236
  });
47232
47237
  \u0275\u0275template(3, DmTreeTableComponent_ng_template_3_Template, 3, 0, "ng-template", null, 1, \u0275\u0275templateRefExtractor)(5, DmTreeTableComponent_ng_template_5_Template, 3, 0, "ng-template", null, 2, \u0275\u0275templateRefExtractor)(7, DmTreeTableComponent_ng_template_7_Template, 3, 2, "ng-template", null, 3, \u0275\u0275templateRefExtractor)(9, DmTreeTableComponent_ng_template_9_Template, 3, 1, "ng-template", null, 4, \u0275\u0275templateRefExtractor);
47233
47238
  \u0275\u0275elementEnd();
@@ -47237,9 +47242,9 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47237
47242
  \u0275\u0275elementEnd()()()();
47238
47243
  }
47239
47244
  if (rf & 2) {
47240
- \u0275\u0275property("ngClass", \u0275\u0275pureFunction1(17, _c131, ctx.loading));
47245
+ \u0275\u0275property("ngClass", \u0275\u0275pureFunction1(18, _c131, ctx.loading));
47241
47246
  \u0275\u0275advance();
47242
- \u0275\u0275property("value", ctx.tableData && !ctx.loading ? ctx.tableData : ctx.placeholderData)("rowHover", ctx.rowHover)("columns", ctx.visibleColumns)("resizableColumns", ctx.resizableColumns)("reorderableColumns", ctx.reorderableColumns)("lazyLoadOnInit", false)("lazy", true)("totalRecords", +ctx.generalTotal)("rows", ctx.limit())("scrollable", true)("scrollHeight", ctx.scrollHeight + "px")("paginator", ctx.paginator)("rowsPerPageOptions", ctx.rowsPerPageOptions)("frozenColumns", ctx.frozenColumns)("frozenWidth", ctx.frozenWidth + "px");
47247
+ \u0275\u0275property("value", ctx.tableData && !ctx.loading ? ctx.tableData : ctx.placeholderData)("rowHover", ctx.rowHover)("columns", ctx.visibleColumns)("resizableColumns", ctx.resizableColumns)("reorderableColumns", ctx.reorderableColumns)("lazyLoadOnInit", false)("lazy", true)("totalRecords", +ctx.generalTotal)("rows", ctx.limit())("first", ctx.offset)("scrollable", true)("scrollHeight", ctx.scrollHeight + "px")("paginator", ctx.paginator)("rowsPerPageOptions", ctx.rowsPerPageOptions)("frozenColumns", ctx.frozenColumns)("frozenWidth", ctx.frozenWidth + "px");
47243
47248
  \u0275\u0275advance(10);
47244
47249
  \u0275\u0275conditional(ctx.tableData && !ctx.tableData.length && !ctx.loading ? 11 : -1);
47245
47250
  \u0275\u0275advance(5);
@@ -47297,6 +47302,7 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47297
47302
  [lazy]="true"\r
47298
47303
  [totalRecords]="+generalTotal"\r
47299
47304
  [rows]="limit()"\r
47305
+ [first]="offset"\r
47300
47306
  [scrollable]="true"\r
47301
47307
  [scrollHeight]="scrollHeight + 'px'"\r
47302
47308
  [paginator]="paginator"\r
@@ -47304,7 +47310,7 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47304
47310
  [frozenColumns]="frozenColumns"\r
47305
47311
  [frozenWidth]="frozenWidth + 'px'"\r
47306
47312
  (onColReorder)="onColReorder($event)"\r
47307
- (onLazyLoad)="loadDataLazy($event)"\r
47313
+ (onPage)="onPageChange($event)"\r
47308
47314
  >\r
47309
47315
  <ng-template #colgroup let-columns>\r
47310
47316
  <colgroup>\r
@@ -47472,7 +47478,7 @@ var DmTreeTableComponent = class _DmTreeTableComponent {
47472
47478
  }] });
47473
47479
  })();
47474
47480
  (() => {
47475
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmTreeTableComponent, { className: "DmTreeTableComponent", filePath: "libs/components/dm-tree-table/src/lib/dm-tree-table/dm-tree-table.component.ts", lineNumber: 41 });
47481
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmTreeTableComponent, { className: "DmTreeTableComponent", filePath: "libs/components/dm-tree-table/src/lib/dm-tree-table/dm-tree-table.component.ts", lineNumber: 40 });
47476
47482
  })();
47477
47483
 
47478
47484
  // libs/components/dm-ui-grid-lib/src/lib/dm-ui-grid-lib/dm-ui-grid-lib.component.ts
@@ -47509,13 +47515,13 @@ var DmUiGridLibComponent = class _DmUiGridLibComponent {
47509
47515
  static \u0275fac = function DmUiGridLibComponent_Factory(__ngFactoryType__) {
47510
47516
  return new (__ngFactoryType__ || _DmUiGridLibComponent)(\u0275\u0275directiveInject(ChangeDetectorRef), \u0275\u0275directiveInject(UiGridCommonService));
47511
47517
  };
47512
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _DmUiGridLibComponent, selectors: [["lib-dm-ui-grid-lib"]], inputs: { options: "options" }, features: [\u0275\u0275NgOnChangesFeature], decls: 0, vars: 0, template: function DmUiGridLibComponent_Template(rf, ctx) {
47518
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _DmUiGridLibComponent, selectors: [["dm-ui-grid-lib"]], inputs: { options: "options" }, features: [\u0275\u0275NgOnChangesFeature], decls: 0, vars: 0, template: function DmUiGridLibComponent_Template(rf, ctx) {
47513
47519
  }, 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 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\n\n\n\n\n\n/*# sourceMappingURL=dm-ui-grid-lib.component.css.map */'], changeDetection: 0 });
47514
47520
  };
47515
47521
  (() => {
47516
47522
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(DmUiGridLibComponent, [{
47517
47523
  type: Component,
47518
- args: [{ selector: "lib-dm-ui-grid-lib", template: "", standalone: true, imports: [], changeDetection: ChangeDetectionStrategy.OnPush, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-ui-grid-lib/src/lib/dm-ui-grid-lib/dm-ui-grid-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-ui-grid-lib.component.css.map */\n'] }]
47524
+ args: [{ selector: "dm-ui-grid-lib", template: "", standalone: true, imports: [], changeDetection: ChangeDetectionStrategy.OnPush, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-ui-grid-lib/src/lib/dm-ui-grid-lib/dm-ui-grid-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-ui-grid-lib.component.css.map */\n'] }]
47519
47525
  }], () => [{ type: ChangeDetectorRef }, { type: UiGridCommonService }], { options: [{
47520
47526
  type: Input
47521
47527
  }] });
@@ -50244,25 +50250,25 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
50244
50250
  useExisting: forwardRef(() => DmDatePickerLibComponent),
50245
50251
  multi: true
50246
50252
  }
50247
- ], template: `<div class="form-control-container">
50248
- <label class="form-control-label" for="datepicker" style="position: relative">
50249
- {{ isRequired ? label + ' *' : label }}
50250
- </label>
50251
-
50252
- <p-datepicker
50253
- #calendar
50254
- [minDate]="minDate"
50255
- [maxDate]="maxDate"
50256
- [showTime]="showTimePicker"
50257
- [formControl]="dateControl"
50258
- [iconDisplay]="'input'"
50259
- [showIcon]="true"
50260
- [readonlyInput]="true"
50261
- [dateFormat]="dateFormat"
50262
- [firstDayOfWeek]="1"
50263
- (onShow)="onCalendarShow()"
50264
- ></p-datepicker>
50265
- </div>
50253
+ ], template: `<div class="form-control-container">\r
50254
+ <label class="form-control-label" for="datepicker" style="position: relative">\r
50255
+ {{ isRequired ? label + ' *' : label }}\r
50256
+ </label>\r
50257
+ \r
50258
+ <p-datepicker\r
50259
+ #calendar\r
50260
+ [minDate]="minDate"\r
50261
+ [maxDate]="maxDate"\r
50262
+ [showTime]="showTimePicker"\r
50263
+ [formControl]="dateControl"\r
50264
+ [iconDisplay]="'input'"\r
50265
+ [showIcon]="true"\r
50266
+ [readonlyInput]="true"\r
50267
+ [dateFormat]="dateFormat"\r
50268
+ [firstDayOfWeek]="1"\r
50269
+ (onShow)="onCalendarShow()"\r
50270
+ ></p-datepicker>\r
50271
+ </div>\r
50266
50272
  `, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-date-picker-lib/src/lib/dm-date-picker-lib/dm-date-picker-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-date-picker-lib.component.css.map */\n'] }]
50267
50273
  }], () => [{ type: ElementRef }, { type: ShadowDomStyleInjectorService }], { calendar: [{
50268
50274
  type: ViewChild,
@@ -50303,7 +50309,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
50303
50309
 
50304
50310
  // libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
50305
50311
  var _forTrack04 = ($index, $item) => $item.dag_id;
50306
- var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-M5UPXZZG.js").then((m) => m.DeleteTemplateModalComponent)];
50312
+ var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-6NEFO6GN.js").then((m) => m.DeleteTemplateModalComponent)];
50307
50313
  var _c025 = () => ({ width: "460px" });
50308
50314
  var _c147 = () => ({ width: "20px", height: "20px" });
50309
50315
  var _c229 = () => ({ "min-width": "720px" });
@@ -51117,7 +51123,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
51117
51123
  ], 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 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 });
51118
51124
  };
51119
51125
  (() => {
51120
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-M5UPXZZG.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
51126
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-6NEFO6GN.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
51121
51127
  setClassMetadata(SendSettingsModalComponent, [{
51122
51128
  type: Component,
51123
51129
  args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
@@ -51555,7 +51561,7 @@ Are you sure you want to delete the schedule?"\r
51555
51561
 
51556
51562
  // libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
51557
51563
  var _forTrack05 = ($index, $item) => $item.template_id;
51558
- var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-M5UPXZZG.js").then((m) => m.DeleteTemplateModalComponent)];
51564
+ var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-6NEFO6GN.js").then((m) => m.DeleteTemplateModalComponent)];
51559
51565
  var _c026 = (a0) => ({ "selected-row": a0 });
51560
51566
  var _c148 = () => ({ position: "relative" });
51561
51567
  var _c230 = () => ({ width: "16px", height: "16px" });
@@ -51998,7 +52004,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
51998
52004
  ], 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 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 min-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-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 });
51999
52005
  };
52000
52006
  (() => {
52001
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-M5UPXZZG.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
52007
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-6NEFO6GN.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
52002
52008
  setClassMetadata(TemplateSelectModalComponent, [{
52003
52009
  type: Component,
52004
52010
  args: [{ selector: "lib-template-select-modal", standalone: true, imports: [
@@ -53944,29 +53950,29 @@ var _c98 = () => ({ width: "480px" });
53944
53950
  var _c108 = (a0, a1, a2) => ({ fieldValues: a0, visibleFields: a1, allFields: a2 });
53945
53951
  function AppComponent_Conditional_11_Template(rf, ctx) {
53946
53952
  if (rf & 1) {
53947
- const _r1 = \u0275\u0275getCurrentView();
53953
+ const _r2 = \u0275\u0275getCurrentView();
53948
53954
  \u0275\u0275elementStart(0, "lib-template-select-modal", 16);
53949
53955
  \u0275\u0275twoWayListener("templateCsvLoadingConfigChange", function AppComponent_Conditional_11_Template_lib_template_select_modal_templateCsvLoadingConfigChange_0_listener($event) {
53950
- \u0275\u0275restoreView(_r1);
53951
- const ctx_r1 = \u0275\u0275nextContext();
53952
- \u0275\u0275twoWayBindingSet(ctx_r1.templateCsvLoadingConfig, $event) || (ctx_r1.templateCsvLoadingConfig = $event);
53956
+ \u0275\u0275restoreView(_r2);
53957
+ const ctx_r2 = \u0275\u0275nextContext();
53958
+ \u0275\u0275twoWayBindingSet(ctx_r2.templateCsvLoadingConfig, $event) || (ctx_r2.templateCsvLoadingConfig = $event);
53953
53959
  return \u0275\u0275resetView($event);
53954
53960
  });
53955
53961
  \u0275\u0275listener("csvLoadEmitter", function AppComponent_Conditional_11_Template_lib_template_select_modal_csvLoadEmitter_0_listener($event) {
53956
- \u0275\u0275restoreView(_r1);
53957
- const ctx_r1 = \u0275\u0275nextContext();
53958
- return \u0275\u0275resetView(ctx_r1.downloadCsv($event));
53962
+ \u0275\u0275restoreView(_r2);
53963
+ const ctx_r2 = \u0275\u0275nextContext();
53964
+ return \u0275\u0275resetView(ctx_r2.downloadCsv($event));
53959
53965
  })("runReportEmitter", function AppComponent_Conditional_11_Template_lib_template_select_modal_runReportEmitter_0_listener() {
53960
- \u0275\u0275restoreView(_r1);
53961
- const ctx_r1 = \u0275\u0275nextContext();
53962
- return \u0275\u0275resetView(ctx_r1.runReport(0, false));
53966
+ \u0275\u0275restoreView(_r2);
53967
+ const ctx_r2 = \u0275\u0275nextContext();
53968
+ return \u0275\u0275resetView(ctx_r2.runReport(0, false));
53963
53969
  });
53964
53970
  \u0275\u0275elementEnd();
53965
53971
  }
53966
53972
  if (rf & 2) {
53967
- const ctx_r1 = \u0275\u0275nextContext();
53968
- \u0275\u0275property("reportId", ctx_r1.reportId);
53969
- \u0275\u0275twoWayProperty("templateCsvLoadingConfig", ctx_r1.templateCsvLoadingConfig);
53973
+ const ctx_r2 = \u0275\u0275nextContext();
53974
+ \u0275\u0275property("reportId", ctx_r2.reportId);
53975
+ \u0275\u0275twoWayProperty("templateCsvLoadingConfig", ctx_r2.templateCsvLoadingConfig);
53970
53976
  }
53971
53977
  }
53972
53978
  function AppComponent_Conditional_12_ng_template_2_Conditional_4_Template(rf, ctx) {
@@ -53976,20 +53982,20 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_4_Template(rf, ct
53976
53982
  \u0275\u0275elementEnd();
53977
53983
  }
53978
53984
  if (rf & 2) {
53979
- const ctx_r1 = \u0275\u0275nextContext(3);
53980
- \u0275\u0275property("pTooltip", ctx_r1.getFilledFieldNames());
53985
+ const ctx_r2 = \u0275\u0275nextContext(3);
53986
+ \u0275\u0275property("pTooltip", ctx_r2.getFilledFieldNames());
53981
53987
  \u0275\u0275advance();
53982
- \u0275\u0275textInterpolate(ctx_r1.getFilledFieldNames());
53988
+ \u0275\u0275textInterpolate(ctx_r2.getFilledFieldNames());
53983
53989
  }
53984
53990
  }
53985
53991
  function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ctx) {
53986
53992
  if (rf & 1) {
53987
- const _r3 = \u0275\u0275getCurrentView();
53993
+ const _r4 = \u0275\u0275getCurrentView();
53988
53994
  \u0275\u0275elementStart(0, "div", 24)(1, "lib-dm-button-lib", 25);
53989
53995
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_1_listener() {
53990
- \u0275\u0275restoreView(_r3);
53991
- const ctx_r1 = \u0275\u0275nextContext(3);
53992
- return \u0275\u0275resetView(ctx_r1.clearFilters());
53996
+ \u0275\u0275restoreView(_r4);
53997
+ const ctx_r2 = \u0275\u0275nextContext(3);
53998
+ return \u0275\u0275resetView(ctx_r2.clearFilters());
53993
53999
  });
53994
54000
  \u0275\u0275elementStart(2, "div", 26);
53995
54001
  \u0275\u0275namespaceSVG();
@@ -53999,9 +54005,9 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ct
53999
54005
  \u0275\u0275namespaceHTML();
54000
54006
  \u0275\u0275elementStart(5, "lib-dm-button-lib", 29);
54001
54007
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_5_listener() {
54002
- \u0275\u0275restoreView(_r3);
54003
- const ctx_r1 = \u0275\u0275nextContext(3);
54004
- return \u0275\u0275resetView(ctx_r1.configureReportModalVisible.set(true));
54008
+ \u0275\u0275restoreView(_r4);
54009
+ const ctx_r2 = \u0275\u0275nextContext(3);
54010
+ return \u0275\u0275resetView(ctx_r2.configureReportModalVisible.set(true));
54005
54011
  });
54006
54012
  \u0275\u0275elementStart(6, "div", 30);
54007
54013
  \u0275\u0275namespaceSVG();
@@ -54010,10 +54016,10 @@ function AppComponent_Conditional_12_ng_template_2_Conditional_5_Template(rf, ct
54010
54016
  \u0275\u0275elementEnd()()()();
54011
54017
  }
54012
54018
  if (rf & 2) {
54013
- const ctx_r1 = \u0275\u0275nextContext(3);
54019
+ const ctx_r2 = \u0275\u0275nextContext(3);
54014
54020
  \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(3, _c236));
54015
54021
  \u0275\u0275advance();
54016
- \u0275\u0275property("disabled", ctx_r1.filterForm && !ctx_r1.filterForm.dirty);
54022
+ \u0275\u0275property("disabled", ctx_r2.filterForm && !ctx_r2.filterForm.dirty);
54017
54023
  \u0275\u0275advance();
54018
54024
  \u0275\u0275property("ngStyle", \u0275\u0275pureFunction0(4, _c320));
54019
54025
  }
@@ -54029,26 +54035,26 @@ function AppComponent_Conditional_12_ng_template_2_Template(rf, ctx) {
54029
54035
  \u0275\u0275elementEnd();
54030
54036
  }
54031
54037
  if (rf & 2) {
54032
- const ctx_r1 = \u0275\u0275nextContext(2);
54033
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction1(3, _c150, ctx_r1.isPanelOpened ? "100%" : "98%"));
54038
+ const ctx_r2 = \u0275\u0275nextContext(2);
54039
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction1(3, _c150, ctx_r2.isPanelOpened ? "100%" : "98%"));
54034
54040
  \u0275\u0275advance(4);
54035
- \u0275\u0275conditional(!ctx_r1.isPanelOpened ? 4 : -1);
54041
+ \u0275\u0275conditional(!ctx_r2.isPanelOpened ? 4 : -1);
54036
54042
  \u0275\u0275advance();
54037
- \u0275\u0275conditional(ctx_r1.ready() && ctx_r1.filterForm && ctx_r1.isPanelOpened ? 5 : -1);
54043
+ \u0275\u0275conditional(ctx_r2.ready() && ctx_r2.filterForm && ctx_r2.isPanelOpened ? 5 : -1);
54038
54044
  }
54039
54045
  }
54040
54046
  function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_Template(rf, ctx) {
54041
54047
  if (rf & 1) {
54042
- const _r4 = \u0275\u0275getCurrentView();
54048
+ const _r5 = \u0275\u0275getCurrentView();
54043
54049
  \u0275\u0275namespaceSVG();
54044
54050
  \u0275\u0275elementStart(0, "svg", 35);
54045
54051
  \u0275\u0275listener("click", function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_Template_svg_click_0_listener($event) {
54046
- \u0275\u0275restoreView(_r4);
54052
+ \u0275\u0275restoreView(_r5);
54047
54053
  \u0275\u0275nextContext(3);
54048
- const panel_r5 = \u0275\u0275reference(1);
54049
- const ctx_r1 = \u0275\u0275nextContext();
54050
- ctx_r1.isPanelOpened = false;
54051
- return \u0275\u0275resetView(panel_r5.toggle($event));
54054
+ const panel_r6 = \u0275\u0275reference(1);
54055
+ const ctx_r2 = \u0275\u0275nextContext();
54056
+ ctx_r2.isPanelOpened = false;
54057
+ return \u0275\u0275resetView(panel_r6.toggle($event));
54052
54058
  });
54053
54059
  \u0275\u0275element(1, "path", 36);
54054
54060
  \u0275\u0275elementEnd();
@@ -54056,16 +54062,16 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_0_T
54056
54062
  }
54057
54063
  function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_Template(rf, ctx) {
54058
54064
  if (rf & 1) {
54059
- const _r6 = \u0275\u0275getCurrentView();
54065
+ const _r7 = \u0275\u0275getCurrentView();
54060
54066
  \u0275\u0275namespaceSVG();
54061
54067
  \u0275\u0275elementStart(0, "svg", 37);
54062
54068
  \u0275\u0275listener("click", function AppComponent_Conditional_12_ng_template_4_Conditional_0_Conditional_1_Template_svg_click_0_listener($event) {
54063
- \u0275\u0275restoreView(_r6);
54069
+ \u0275\u0275restoreView(_r7);
54064
54070
  \u0275\u0275nextContext(3);
54065
- const panel_r5 = \u0275\u0275reference(1);
54066
- const ctx_r1 = \u0275\u0275nextContext();
54067
- ctx_r1.isPanelOpened = true;
54068
- return \u0275\u0275resetView(panel_r5.toggle($event));
54071
+ const panel_r6 = \u0275\u0275reference(1);
54072
+ const ctx_r2 = \u0275\u0275nextContext();
54073
+ ctx_r2.isPanelOpened = true;
54074
+ return \u0275\u0275resetView(panel_r6.toggle($event));
54069
54075
  });
54070
54076
  \u0275\u0275element(1, "path", 38);
54071
54077
  \u0275\u0275elementEnd();
@@ -54076,8 +54082,8 @@ function AppComponent_Conditional_12_ng_template_4_Conditional_0_Template(rf, ct
54076
54082
  \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);
54077
54083
  }
54078
54084
  if (rf & 2) {
54079
- const ctx_r1 = \u0275\u0275nextContext(3);
54080
- \u0275\u0275conditional(ctx_r1.isPanelOpened ? 0 : 1);
54085
+ const ctx_r2 = \u0275\u0275nextContext(3);
54086
+ \u0275\u0275conditional(ctx_r2.isPanelOpened ? 0 : 1);
54081
54087
  }
54082
54088
  }
54083
54089
  function AppComponent_Conditional_12_ng_template_4_Template(rf, ctx) {
@@ -54086,8 +54092,8 @@ function AppComponent_Conditional_12_ng_template_4_Template(rf, ctx) {
54086
54092
  }
54087
54093
  if (rf & 2) {
54088
54094
  \u0275\u0275nextContext(2);
54089
- const visibleFields_r7 = \u0275\u0275readContextLet(4);
54090
- \u0275\u0275conditional(visibleFields_r7 && visibleFields_r7.length ? 0 : -1);
54095
+ const visibleFields_r8 = \u0275\u0275readContextLet(4);
54096
+ \u0275\u0275conditional(visibleFields_r8 && visibleFields_r8.length ? 0 : -1);
54091
54097
  }
54092
54098
  }
54093
54099
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_0_Template(rf, ctx) {
@@ -54095,11 +54101,11 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_0_Template(
54095
54101
  \u0275\u0275element(0, "lib-dm-select-lib", 49);
54096
54102
  }
54097
54103
  if (rf & 2) {
54098
- const field_r9 = \u0275\u0275nextContext().$implicit;
54104
+ const field_r10 = \u0275\u0275nextContext().$implicit;
54099
54105
  \u0275\u0275nextContext(3);
54100
- const lookups_r10 = \u0275\u0275readContextLet(2);
54101
- const domainLookups_r11 = \u0275\u0275readContextLet(3);
54102
- \u0275\u0275property("isMultiSelect", true)("label", field_r9["field_name"])("placeholder", field_r9["field_name"])("isRequired", field_r9["field_id"] === "merchant_name")("options", lookups_r10 ? field_r9["field_id"] === "merchant_name" ? domainLookups_r11 : lookups_r10[field_r9["field_id"]] : \u0275\u0275pureFunction0(6, _c415))("formControlName", field_r9.field_id);
54106
+ const lookups_r11 = \u0275\u0275readContextLet(2);
54107
+ const domainLookups_r12 = \u0275\u0275readContextLet(3);
54108
+ \u0275\u0275property("isMultiSelect", true)("label", field_r10["field_name"])("placeholder", field_r10["field_name"])("isRequired", field_r10["field_id"] === "merchant_name")("options", lookups_r11 ? field_r10["field_id"] === "merchant_name" ? domainLookups_r12 : lookups_r11[field_r10["field_id"]] : \u0275\u0275pureFunction0(6, _c415))("formControlName", field_r10.field_id);
54103
54109
  }
54104
54110
  }
54105
54111
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_1_Template(rf, ctx) {
@@ -54107,19 +54113,19 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_1_Template(
54107
54113
  \u0275\u0275element(0, "lib-dm-range-date-picker-lib", 50);
54108
54114
  }
54109
54115
  if (rf & 2) {
54110
- const field_r9 = \u0275\u0275nextContext().$implicit;
54111
- \u0275\u0275property("tooltipMessage", field_r9["field_id"] === "verification_updated_date" || field_r9["field_id"] === "verification_creation_date" ? "You must specify at least one field: Create Date or Last Update" : "")("infoIcon", field_r9["field_id"] === "verification_updated_date" || field_r9["field_id"] === "verification_creation_date")("label", field_r9["field_name"])("formControlName", field_r9.field_id);
54116
+ const field_r10 = \u0275\u0275nextContext().$implicit;
54117
+ \u0275\u0275property("tooltipMessage", field_r10["field_id"] === "verification_updated_date" || field_r10["field_id"] === "verification_creation_date" ? "You must specify at least one field: Create Date or Last Update" : "")("infoIcon", field_r10["field_id"] === "verification_updated_date" || field_r10["field_id"] === "verification_creation_date")("label", field_r10["field_name"])("formControlName", field_r10.field_id);
54112
54118
  }
54113
54119
  }
54114
54120
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template(rf, ctx) {
54115
54121
  if (rf & 1) {
54116
- const _r13 = \u0275\u0275getCurrentView();
54122
+ const _r14 = \u0275\u0275getCurrentView();
54117
54123
  \u0275\u0275namespaceSVG();
54118
54124
  \u0275\u0275elementStart(0, "svg", 59);
54119
54125
  \u0275\u0275listener("click", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template_svg_click_0_listener() {
54120
- \u0275\u0275restoreView(_r13);
54121
- const ctx_r1 = \u0275\u0275nextContext(6);
54122
- return \u0275\u0275resetView(ctx_r1.onDocumentsClear());
54126
+ \u0275\u0275restoreView(_r14);
54127
+ const ctx_r2 = \u0275\u0275nextContext(6);
54128
+ return \u0275\u0275resetView(ctx_r2.onDocumentsClear());
54123
54129
  });
54124
54130
  \u0275\u0275element(1, "path", 60);
54125
54131
  \u0275\u0275elementEnd();
@@ -54127,21 +54133,21 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
54127
54133
  }
54128
54134
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template(rf, ctx) {
54129
54135
  if (rf & 1) {
54130
- const _r12 = \u0275\u0275getCurrentView();
54136
+ const _r13 = \u0275\u0275getCurrentView();
54131
54137
  \u0275\u0275elementStart(0, "lib-dm-input-text-lib", 53);
54132
54138
  \u0275\u0275listener("clickEmitter", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template_lib_dm_input_text_lib_clickEmitter_0_listener() {
54133
- \u0275\u0275restoreView(_r12);
54134
- const ctx_r1 = \u0275\u0275nextContext(5);
54135
- return \u0275\u0275resetView(ctx_r1.documentsModal = true);
54139
+ \u0275\u0275restoreView(_r13);
54140
+ const ctx_r2 = \u0275\u0275nextContext(5);
54141
+ return \u0275\u0275resetView(ctx_r2.documentsModal = true);
54136
54142
  });
54137
54143
  \u0275\u0275elementStart(1, "div", 54);
54138
54144
  \u0275\u0275template(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Conditional_2_Template, 2, 0, ":svg:svg", 55);
54139
54145
  \u0275\u0275elementEnd();
54140
54146
  \u0275\u0275elementStart(3, "div", 56);
54141
54147
  \u0275\u0275listener("click", function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template_div_click_3_listener() {
54142
- \u0275\u0275restoreView(_r12);
54143
- const ctx_r1 = \u0275\u0275nextContext(5);
54144
- return \u0275\u0275resetView(ctx_r1.documentsModal = true);
54148
+ \u0275\u0275restoreView(_r13);
54149
+ const ctx_r2 = \u0275\u0275nextContext(5);
54150
+ return \u0275\u0275resetView(ctx_r2.documentsModal = true);
54145
54151
  });
54146
54152
  \u0275\u0275namespaceSVG();
54147
54153
  \u0275\u0275elementStart(4, "svg", 57);
@@ -54149,11 +54155,11 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
54149
54155
  \u0275\u0275elementEnd()()();
54150
54156
  }
54151
54157
  if (rf & 2) {
54152
- const field_r9 = \u0275\u0275nextContext(2).$implicit;
54153
- const ctx_r1 = \u0275\u0275nextContext(3);
54154
- \u0275\u0275property("showClear", false)("label", field_r9["field_name"])("readonly", true)("placeholder", field_r9["field_name"])("control", ctx_r1.getControl(field_r9.field_id));
54158
+ const field_r10 = \u0275\u0275nextContext(2).$implicit;
54159
+ const ctx_r2 = \u0275\u0275nextContext(3);
54160
+ \u0275\u0275property("showClear", false)("label", field_r10["field_name"])("readonly", true)("placeholder", field_r10["field_name"])("control", ctx_r2.getControl(field_r10.field_id));
54155
54161
  \u0275\u0275advance(2);
54156
- \u0275\u0275conditional(ctx_r1.getControl(field_r9.field_id).value ? 2 : -1);
54162
+ \u0275\u0275conditional(ctx_r2.getControl(field_r10.field_id).value ? 2 : -1);
54157
54163
  }
54158
54164
  }
54159
54165
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_1_Template(rf, ctx) {
@@ -54161,9 +54167,9 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Condition
54161
54167
  \u0275\u0275element(0, "lib-dm-input-text-lib", 52);
54162
54168
  }
54163
54169
  if (rf & 2) {
54164
- const field_r9 = \u0275\u0275nextContext(2).$implicit;
54165
- const ctx_r1 = \u0275\u0275nextContext(3);
54166
- \u0275\u0275property("label", field_r9["field_name"])("control", ctx_r1.getControl(field_r9.field_id))("placeholder", field_r9["field_name"]);
54170
+ const field_r10 = \u0275\u0275nextContext(2).$implicit;
54171
+ const ctx_r2 = \u0275\u0275nextContext(3);
54172
+ \u0275\u0275property("label", field_r10["field_name"])("control", ctx_r2.getControl(field_r10.field_id))("placeholder", field_r10["field_name"]);
54167
54173
  }
54168
54174
  }
54169
54175
  function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template(rf, ctx) {
@@ -54171,8 +54177,8 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template(
54171
54177
  \u0275\u0275template(0, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Conditional_0_Template, 6, 6, "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);
54172
54178
  }
54173
54179
  if (rf & 2) {
54174
- const field_r9 = \u0275\u0275nextContext().$implicit;
54175
- \u0275\u0275conditional(field_r9["field_id"] === "documents" ? 0 : 1);
54180
+ const field_r10 = \u0275\u0275nextContext().$implicit;
54181
+ \u0275\u0275conditional(field_r10["field_id"] === "documents" ? 0 : 1);
54176
54182
  }
54177
54183
  }
54178
54184
  function AppComponent_Conditional_12_Conditional_5_For_4_Template(rf, ctx) {
@@ -54180,8 +54186,8 @@ function AppComponent_Conditional_12_Conditional_5_For_4_Template(rf, ctx) {
54180
54186
  \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, 4, "lib-dm-range-date-picker-lib", 50)(2, AppComponent_Conditional_12_Conditional_5_For_4_Conditional_2_Template, 2, 1);
54181
54187
  }
54182
54188
  if (rf & 2) {
54183
- const field_r9 = ctx.$implicit;
54184
- \u0275\u0275conditional(field_r9["field_data_type"] === "LOOKUP" ? 0 : field_r9["field_data_type"] === "TIMESTAMP" ? 1 : field_r9["field_data_type"] === "STRING" || field_r9["field_data_type"] === "BIGNUMERIC" || field_r9["field_data_type"] === "INT64" ? 2 : -1);
54189
+ const field_r10 = ctx.$implicit;
54190
+ \u0275\u0275conditional(field_r10["field_data_type"] === "LOOKUP" ? 0 : field_r10["field_data_type"] === "TIMESTAMP" ? 1 : field_r10["field_data_type"] === "STRING" || field_r10["field_data_type"] === "BIGNUMERIC" || field_r10["field_data_type"] === "INT64" ? 2 : -1);
54185
54191
  }
54186
54192
  }
54187
54193
  function AppComponent_Conditional_12_Conditional_5_Conditional_15_Template(rf, ctx) {
@@ -54206,7 +54212,7 @@ function AppComponent_Conditional_12_Conditional_5_Conditional_16_Template(rf, c
54206
54212
  }
54207
54213
  function AppComponent_Conditional_12_Conditional_5_Template(rf, ctx) {
54208
54214
  if (rf & 1) {
54209
- const _r8 = \u0275\u0275getCurrentView();
54215
+ const _r9 = \u0275\u0275getCurrentView();
54210
54216
  \u0275\u0275elementStart(0, "form", 18)(1, "div", 39)(2, "div", 40);
54211
54217
  \u0275\u0275repeaterCreate(3, AppComponent_Conditional_12_Conditional_5_For_4_Template, 3, 1, null, null, _forTrack06);
54212
54218
  \u0275\u0275elementStart(5, "div", 41);
@@ -54216,9 +54222,9 @@ function AppComponent_Conditional_12_Conditional_5_Template(rf, ctx) {
54216
54222
  \u0275\u0275elementEnd()()();
54217
54223
  \u0275\u0275elementStart(9, "div", 44)(10, "lib-dm-button-lib", 45);
54218
54224
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_10_listener() {
54219
- \u0275\u0275restoreView(_r8);
54220
- const ctx_r1 = \u0275\u0275nextContext(2);
54221
- return \u0275\u0275resetView(ctx_r1.openSaveTemplateModal());
54225
+ \u0275\u0275restoreView(_r9);
54226
+ const ctx_r2 = \u0275\u0275nextContext(2);
54227
+ return \u0275\u0275resetView(ctx_r2.openSaveTemplateModal());
54222
54228
  });
54223
54229
  \u0275\u0275elementStart(11, "div", 30);
54224
54230
  \u0275\u0275namespaceSVG();
@@ -54228,27 +54234,27 @@ function AppComponent_Conditional_12_Conditional_5_Template(rf, ctx) {
54228
54234
  \u0275\u0275namespaceHTML();
54229
54235
  \u0275\u0275elementStart(14, "lib-dm-button-lib", 48);
54230
54236
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Conditional_12_Conditional_5_Template_lib_dm_button_lib_outsideClickEmitter_14_listener() {
54231
- \u0275\u0275restoreView(_r8);
54232
- const ctx_r1 = \u0275\u0275nextContext(2);
54233
- return \u0275\u0275resetView(ctx_r1.runOverloadCheck());
54237
+ \u0275\u0275restoreView(_r9);
54238
+ const ctx_r2 = \u0275\u0275nextContext(2);
54239
+ return \u0275\u0275resetView(ctx_r2.runOverloadCheck());
54234
54240
  });
54235
54241
  \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);
54236
54242
  \u0275\u0275elementEnd()()()();
54237
54243
  }
54238
54244
  if (rf & 2) {
54239
- const ctx_r1 = \u0275\u0275nextContext(2);
54240
- const visibleFields_r7 = \u0275\u0275readContextLet(4);
54241
- \u0275\u0275property("formGroup", ctx_r1.filterForm);
54245
+ const ctx_r2 = \u0275\u0275nextContext(2);
54246
+ const visibleFields_r8 = \u0275\u0275readContextLet(4);
54247
+ \u0275\u0275property("formGroup", ctx_r2.filterForm);
54242
54248
  \u0275\u0275advance(3);
54243
- \u0275\u0275repeater(visibleFields_r7);
54249
+ \u0275\u0275repeater(visibleFields_r8);
54244
54250
  \u0275\u0275advance(3);
54245
54251
  \u0275\u0275property("binary", true);
54246
54252
  \u0275\u0275advance(4);
54247
- \u0275\u0275property("disabled", ctx_r1.isTemplateSaved());
54253
+ \u0275\u0275property("disabled", ctx_r2.isTemplateSaved());
54248
54254
  \u0275\u0275advance(4);
54249
- \u0275\u0275property("disabled", ctx_r1.filterForm.invalid || !(ctx_r1.filterForm.value["verification_updated_date"] == null ? null : ctx_r1.filterForm.value["verification_updated_date"].start) && !(ctx_r1.filterForm.value["verification_creation_date"] == null ? null : ctx_r1.filterForm.value["verification_creation_date"].start));
54255
+ \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));
54250
54256
  \u0275\u0275advance();
54251
- \u0275\u0275conditional(!ctx_r1.runState ? 15 : 16);
54257
+ \u0275\u0275conditional(!ctx_r2.runState ? 15 : 16);
54252
54258
  }
54253
54259
  }
54254
54260
  function AppComponent_Conditional_12_Conditional_6_Template(rf, ctx) {
@@ -54269,10 +54275,10 @@ function AppComponent_Conditional_12_Template(rf, ctx) {
54269
54275
  \u0275\u0275elementEnd();
54270
54276
  }
54271
54277
  if (rf & 2) {
54272
- const ctx_r1 = \u0275\u0275nextContext();
54278
+ const ctx_r2 = \u0275\u0275nextContext();
54273
54279
  \u0275\u0275property("toggleable", true);
54274
54280
  \u0275\u0275advance(5);
54275
- \u0275\u0275conditional(ctx_r1.ready() && ctx_r1.filterForm ? 5 : 6);
54281
+ \u0275\u0275conditional(ctx_r2.ready() && ctx_r2.filterForm ? 5 : 6);
54276
54282
  }
54277
54283
  }
54278
54284
  function AppComponent_ng_template_16_Conditional_8_Template(rf, ctx) {
@@ -54300,205 +54306,178 @@ function AppComponent_ng_template_16_Conditional_9_Template(rf, ctx) {
54300
54306
  }
54301
54307
  function AppComponent_ng_template_16_Template(rf, ctx) {
54302
54308
  if (rf & 1) {
54303
- const _r14 = \u0275\u0275getCurrentView();
54309
+ const _r15 = \u0275\u0275getCurrentView();
54304
54310
  \u0275\u0275elementStart(0, "div", 63)(1, "div", 21)(2, "div", 64)(3, "span", 65);
54305
54311
  \u0275\u0275text(4, "Old Table Style");
54306
54312
  \u0275\u0275elementEnd();
54307
54313
  \u0275\u0275elementStart(5, "p-toggleswitch", 66);
54308
54314
  \u0275\u0275twoWayListener("ngModelChange", function AppComponent_ng_template_16_Template_p_toggleswitch_ngModelChange_5_listener($event) {
54309
- \u0275\u0275restoreView(_r14);
54310
- const ctx_r1 = \u0275\u0275nextContext();
54311
- \u0275\u0275twoWayBindingSet(ctx_r1.isOldTableStyle, $event) || (ctx_r1.isOldTableStyle = $event);
54315
+ \u0275\u0275restoreView(_r15);
54316
+ const ctx_r2 = \u0275\u0275nextContext();
54317
+ \u0275\u0275twoWayBindingSet(ctx_r2.isOldTableStyle, $event) || (ctx_r2.isOldTableStyle = $event);
54312
54318
  return \u0275\u0275resetView($event);
54313
54319
  });
54314
54320
  \u0275\u0275listener("onChange", function AppComponent_ng_template_16_Template_p_toggleswitch_onChange_5_listener($event) {
54315
- \u0275\u0275restoreView(_r14);
54316
- const ctx_r1 = \u0275\u0275nextContext();
54317
- return \u0275\u0275resetView(ctx_r1.onToggleChange($event));
54321
+ \u0275\u0275restoreView(_r15);
54322
+ const ctx_r2 = \u0275\u0275nextContext();
54323
+ return \u0275\u0275resetView(ctx_r2.onToggleChange($event));
54318
54324
  });
54319
54325
  \u0275\u0275elementEnd()()();
54320
54326
  \u0275\u0275elementStart(6, "div", 67)(7, "lib-dm-button-lib", 68);
54321
54327
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_ng_template_16_Template_lib_dm_button_lib_outsideClickEmitter_7_listener() {
54322
- \u0275\u0275restoreView(_r14);
54323
- const ctx_r1 = \u0275\u0275nextContext();
54324
- ctx_r1.csvLoading.set(true);
54325
- return \u0275\u0275resetView(ctx_r1.downloadCsv());
54328
+ \u0275\u0275restoreView(_r15);
54329
+ const ctx_r2 = \u0275\u0275nextContext();
54330
+ ctx_r2.csvLoading.set(true);
54331
+ return \u0275\u0275resetView(ctx_r2.downloadCsv());
54326
54332
  });
54327
54333
  \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);
54328
54334
  \u0275\u0275elementEnd()()();
54329
54335
  }
54330
54336
  if (rf & 2) {
54331
- const ctx_r1 = \u0275\u0275nextContext();
54337
+ const ctx_r2 = \u0275\u0275nextContext();
54332
54338
  \u0275\u0275advance(5);
54333
- \u0275\u0275twoWayProperty("ngModel", ctx_r1.isOldTableStyle);
54339
+ \u0275\u0275twoWayProperty("ngModel", ctx_r2.isOldTableStyle);
54334
54340
  \u0275\u0275property("ngModelOptions", \u0275\u0275pureFunction0(3, _c710));
54335
54341
  \u0275\u0275advance(3);
54336
- \u0275\u0275conditional(ctx_r1.csvLoading() ? 8 : 9);
54337
- }
54338
- }
54339
- function AppComponent_Conditional_18_Template(rf, ctx) {
54340
- if (rf & 1) {
54341
- const _r15 = \u0275\u0275getCurrentView();
54342
- \u0275\u0275elementStart(0, "lib-dm-tree-table", 72);
54343
- \u0275\u0275twoWayListener("limitChange", function AppComponent_Conditional_18_Template_lib_dm_tree_table_limitChange_0_listener($event) {
54344
- \u0275\u0275restoreView(_r15);
54345
- const ctx_r1 = \u0275\u0275nextContext();
54346
- \u0275\u0275twoWayBindingSet(ctx_r1.limit, $event) || (ctx_r1.limit = $event);
54347
- return \u0275\u0275resetView($event);
54348
- });
54349
- \u0275\u0275listener("loadMoreEmitter", function AppComponent_Conditional_18_Template_lib_dm_tree_table_loadMoreEmitter_0_listener($event) {
54350
- \u0275\u0275restoreView(_r15);
54351
- const ctx_r1 = \u0275\u0275nextContext();
54352
- return \u0275\u0275resetView(ctx_r1.runReport($event, true));
54353
- })("sortingEmitter", function AppComponent_Conditional_18_Template_lib_dm_tree_table_sortingEmitter_0_listener($event) {
54354
- \u0275\u0275restoreView(_r15);
54355
- const ctx_r1 = \u0275\u0275nextContext();
54356
- return \u0275\u0275resetView(ctx_r1.onSort($event));
54357
- });
54358
- \u0275\u0275elementEnd();
54359
- }
54360
- if (rf & 2) {
54361
- const ctx_r1 = \u0275\u0275nextContext();
54362
- \u0275\u0275twoWayProperty("limit", ctx_r1.limit);
54363
- \u0275\u0275property("startIndex", ctx_r1.offset)("loading", ctx_r1.tableLoading)("tableColumns", ctx_r1.tableColumns)("rawTableData", ctx_r1.tableData)("generalTotal", ctx_r1.generalTotal);
54342
+ \u0275\u0275conditional(ctx_r2.csvLoading() ? 8 : 9);
54364
54343
  }
54365
54344
  }
54366
54345
  function AppComponent_Defer_20_Conditional_2_Template(rf, ctx) {
54367
54346
  if (rf & 1) {
54368
54347
  const _r17 = \u0275\u0275getCurrentView();
54369
- \u0275\u0275elementStart(0, "form", 74, 4);
54370
- \u0275\u0275element(2, "lib-dm-select-lib", 75)(3, "lib-dm-select-lib", 76);
54371
- \u0275\u0275elementStart(4, "lib-dm-range-date-picker-lib", 77);
54348
+ \u0275\u0275elementStart(0, "form", 73, 4);
54349
+ \u0275\u0275element(2, "lib-dm-select-lib", 74)(3, "lib-dm-select-lib", 75);
54350
+ \u0275\u0275elementStart(4, "lib-dm-range-date-picker-lib", 76);
54372
54351
  \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_range_date_picker_lib_openState_4_listener() {
54373
54352
  \u0275\u0275restoreView(_r17);
54374
54353
  const contentWrapper_r18 = \u0275\u0275reference(1);
54375
- const ctx_r1 = \u0275\u0275nextContext(2);
54376
- return \u0275\u0275resetView(ctx_r1.calculateHeightPosition(contentWrapper_r18));
54354
+ const ctx_r2 = \u0275\u0275nextContext(2);
54355
+ return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
54377
54356
  });
54378
54357
  \u0275\u0275elementEnd();
54379
- \u0275\u0275elementStart(5, "lib-dm-range-date-picker-lib", 78);
54358
+ \u0275\u0275elementStart(5, "lib-dm-range-date-picker-lib", 77);
54380
54359
  \u0275\u0275listener("openState", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_range_date_picker_lib_openState_5_listener() {
54381
54360
  \u0275\u0275restoreView(_r17);
54382
54361
  const contentWrapper_r18 = \u0275\u0275reference(1);
54383
- const ctx_r1 = \u0275\u0275nextContext(2);
54384
- return \u0275\u0275resetView(ctx_r1.calculateHeightPosition(contentWrapper_r18));
54362
+ const ctx_r2 = \u0275\u0275nextContext(2);
54363
+ return \u0275\u0275resetView(ctx_r2.calculateHeightPosition(contentWrapper_r18));
54385
54364
  });
54386
54365
  \u0275\u0275elementEnd()();
54387
- \u0275\u0275elementStart(6, "div", 79)(7, "lib-dm-button-lib", 80);
54366
+ \u0275\u0275elementStart(6, "div", 78)(7, "lib-dm-button-lib", 79);
54388
54367
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_button_lib_outsideClickEmitter_7_listener() {
54389
54368
  \u0275\u0275restoreView(_r17);
54390
- const ctx_r1 = \u0275\u0275nextContext(2);
54391
- return \u0275\u0275resetView(ctx_r1.documentsModal = false);
54369
+ const ctx_r2 = \u0275\u0275nextContext(2);
54370
+ return \u0275\u0275resetView(ctx_r2.documentsModal = false);
54392
54371
  });
54393
54372
  \u0275\u0275elementEnd();
54394
- \u0275\u0275elementStart(8, "lib-dm-button-lib", 81);
54373
+ \u0275\u0275elementStart(8, "lib-dm-button-lib", 80);
54395
54374
  \u0275\u0275listener("outsideClickEmitter", function AppComponent_Defer_20_Conditional_2_Template_lib_dm_button_lib_outsideClickEmitter_8_listener() {
54396
54375
  \u0275\u0275restoreView(_r17);
54397
- const ctx_r1 = \u0275\u0275nextContext(2);
54398
- ctx_r1.applyDocumentField();
54399
- return \u0275\u0275resetView(ctx_r1.documentsModal = false);
54376
+ const ctx_r2 = \u0275\u0275nextContext(2);
54377
+ ctx_r2.applyDocumentField();
54378
+ return \u0275\u0275resetView(ctx_r2.documentsModal = false);
54400
54379
  });
54401
54380
  \u0275\u0275elementEnd()();
54402
54381
  }
54403
54382
  if (rf & 2) {
54404
- const ctx_r1 = \u0275\u0275nextContext(2);
54405
- const lookups_r10 = \u0275\u0275readContextLet(2);
54406
- \u0275\u0275property("formGroup", ctx_r1.filterForm);
54383
+ const ctx_r2 = \u0275\u0275nextContext(2);
54384
+ const lookups_r11 = \u0275\u0275readContextLet(2);
54385
+ \u0275\u0275property("formGroup", ctx_r2.filterForm);
54407
54386
  \u0275\u0275advance(2);
54408
- \u0275\u0275property("isMultiSelect", true)("options", lookups_r10 && lookups_r10["documents_type"]);
54387
+ \u0275\u0275property("isMultiSelect", true)("options", lookups_r11 && lookups_r11["documents_type"]);
54409
54388
  \u0275\u0275advance();
54410
- \u0275\u0275property("isMultiSelect", true)("options", lookups_r10 && lookups_r10["documents_status"]);
54389
+ \u0275\u0275property("isMultiSelect", true)("options", lookups_r11 && lookups_r11["documents_status"]);
54411
54390
  }
54412
54391
  }
54413
54392
  function AppComponent_Defer_20_Template(rf, ctx) {
54414
54393
  if (rf & 1) {
54415
54394
  const _r16 = \u0275\u0275getCurrentView();
54416
- \u0275\u0275elementStart(0, "p-dialog", 73, 3);
54395
+ \u0275\u0275elementStart(0, "p-dialog", 72, 3);
54417
54396
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Defer_20_Template_p_dialog_visibleChange_0_listener($event) {
54418
54397
  \u0275\u0275restoreView(_r16);
54419
- const ctx_r1 = \u0275\u0275nextContext();
54420
- \u0275\u0275twoWayBindingSet(ctx_r1.documentsModal, $event) || (ctx_r1.documentsModal = $event);
54398
+ const ctx_r2 = \u0275\u0275nextContext();
54399
+ \u0275\u0275twoWayBindingSet(ctx_r2.documentsModal, $event) || (ctx_r2.documentsModal = $event);
54421
54400
  return \u0275\u0275resetView($event);
54422
54401
  });
54423
54402
  \u0275\u0275template(2, AppComponent_Defer_20_Conditional_2_Template, 9, 5);
54424
54403
  \u0275\u0275elementEnd();
54425
54404
  }
54426
54405
  if (rf & 2) {
54427
- const ctx_r1 = \u0275\u0275nextContext();
54406
+ const ctx_r2 = \u0275\u0275nextContext();
54428
54407
  \u0275\u0275styleMap(\u0275\u0275pureFunction0(5, _c98));
54429
54408
  \u0275\u0275property("modal", true);
54430
- \u0275\u0275twoWayProperty("visible", ctx_r1.documentsModal);
54409
+ \u0275\u0275twoWayProperty("visible", ctx_r2.documentsModal);
54431
54410
  \u0275\u0275advance(2);
54432
- \u0275\u0275conditional(ctx_r1.ready() && ctx_r1.filterForm ? 2 : -1);
54411
+ \u0275\u0275conditional(ctx_r2.ready() && ctx_r2.filterForm ? 2 : -1);
54433
54412
  }
54434
54413
  }
54435
54414
  function AppComponent_Conditional_23_Defer_0_Template(rf, ctx) {
54436
54415
  if (rf & 1) {
54437
54416
  const _r19 = \u0275\u0275getCurrentView();
54438
- \u0275\u0275elementStart(0, "lib-domains-overload-modal", 82);
54417
+ \u0275\u0275elementStart(0, "lib-domains-overload-modal", 81);
54439
54418
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_visibleChange_0_listener($event) {
54440
54419
  \u0275\u0275restoreView(_r19);
54441
- const ctx_r1 = \u0275\u0275nextContext(2);
54442
- \u0275\u0275twoWayBindingSet(ctx_r1.domainsOverloadVisible, $event) || (ctx_r1.domainsOverloadVisible = $event);
54420
+ const ctx_r2 = \u0275\u0275nextContext(2);
54421
+ \u0275\u0275twoWayBindingSet(ctx_r2.domainsOverloadVisible, $event) || (ctx_r2.domainsOverloadVisible = $event);
54443
54422
  return \u0275\u0275resetView($event);
54444
54423
  });
54445
54424
  \u0275\u0275listener("confirm", function AppComponent_Conditional_23_Defer_0_Template_lib_domains_overload_modal_confirm_0_listener($event) {
54446
54425
  \u0275\u0275restoreView(_r19);
54447
- const ctx_r1 = \u0275\u0275nextContext(2);
54448
- return \u0275\u0275resetView(ctx_r1.domainsOverloadConfirm($event));
54426
+ const ctx_r2 = \u0275\u0275nextContext(2);
54427
+ return \u0275\u0275resetView(ctx_r2.domainsOverloadConfirm($event));
54449
54428
  });
54450
54429
  \u0275\u0275elementEnd();
54451
54430
  }
54452
54431
  if (rf & 2) {
54453
- const ctx_r1 = \u0275\u0275nextContext(2);
54454
- \u0275\u0275twoWayProperty("visible", ctx_r1.domainsOverloadVisible);
54455
- \u0275\u0275property("isSaveMode", ctx_r1.domainsOverloadSaveMode);
54432
+ const ctx_r2 = \u0275\u0275nextContext(2);
54433
+ \u0275\u0275twoWayProperty("visible", ctx_r2.domainsOverloadVisible);
54434
+ \u0275\u0275property("isSaveMode", ctx_r2.domainsOverloadSaveMode);
54456
54435
  }
54457
54436
  }
54458
54437
  function AppComponent_Conditional_23_Defer_3_Template(rf, ctx) {
54459
54438
  if (rf & 1) {
54460
54439
  const _r20 = \u0275\u0275getCurrentView();
54461
- \u0275\u0275elementStart(0, "lib-save-template-modal", 83);
54440
+ \u0275\u0275elementStart(0, "lib-save-template-modal", 82);
54462
54441
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_visibleChange_0_listener($event) {
54463
54442
  \u0275\u0275restoreView(_r20);
54464
- const ctx_r1 = \u0275\u0275nextContext(2);
54465
- \u0275\u0275twoWayBindingSet(ctx_r1.modalVisible, $event) || (ctx_r1.modalVisible = $event);
54443
+ const ctx_r2 = \u0275\u0275nextContext(2);
54444
+ \u0275\u0275twoWayBindingSet(ctx_r2.modalVisible, $event) || (ctx_r2.modalVisible = $event);
54466
54445
  return \u0275\u0275resetView($event);
54467
54446
  });
54468
54447
  \u0275\u0275listener("saveEmitter", function AppComponent_Conditional_23_Defer_3_Template_lib_save_template_modal_saveEmitter_0_listener() {
54469
54448
  \u0275\u0275restoreView(_r20);
54470
- const ctx_r1 = \u0275\u0275nextContext(2);
54471
- return \u0275\u0275resetView(ctx_r1.isTemplateSaved.set(true));
54449
+ const ctx_r2 = \u0275\u0275nextContext(2);
54450
+ return \u0275\u0275resetView(ctx_r2.isTemplateSaved.set(true));
54472
54451
  });
54473
54452
  \u0275\u0275elementEnd();
54474
54453
  }
54475
54454
  if (rf & 2) {
54476
- const ctx_r1 = \u0275\u0275nextContext(2);
54477
- \u0275\u0275twoWayProperty("visible", ctx_r1.modalVisible);
54478
- \u0275\u0275property("params", \u0275\u0275pureFunction3(3, _c108, ctx_r1.filterForm.value, ctx_r1.visibleFieldsId, ctx_r1.allFieldsSignal()))("reportId", ctx_r1.reportId);
54455
+ const ctx_r2 = \u0275\u0275nextContext(2);
54456
+ \u0275\u0275twoWayProperty("visible", ctx_r2.modalVisible);
54457
+ \u0275\u0275property("params", \u0275\u0275pureFunction3(3, _c108, ctx_r2.filterForm.value, ctx_r2.visibleFieldsId, ctx_r2.allFieldsSignal()))("reportId", ctx_r2.reportId);
54479
54458
  }
54480
54459
  }
54481
54460
  function AppComponent_Conditional_23_Defer_6_Template(rf, ctx) {
54482
54461
  if (rf & 1) {
54483
54462
  const _r21 = \u0275\u0275getCurrentView();
54484
- \u0275\u0275elementStart(0, "lib-report-configuration-modal", 84);
54463
+ \u0275\u0275elementStart(0, "lib-report-configuration-modal", 83);
54485
54464
  \u0275\u0275twoWayListener("visibleChange", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_visibleChange_0_listener($event) {
54486
54465
  \u0275\u0275restoreView(_r21);
54487
- const ctx_r1 = \u0275\u0275nextContext(2);
54488
- \u0275\u0275twoWayBindingSet(ctx_r1.configureReportModalVisible, $event) || (ctx_r1.configureReportModalVisible = $event);
54466
+ const ctx_r2 = \u0275\u0275nextContext(2);
54467
+ \u0275\u0275twoWayBindingSet(ctx_r2.configureReportModalVisible, $event) || (ctx_r2.configureReportModalVisible = $event);
54489
54468
  return \u0275\u0275resetView($event);
54490
54469
  });
54491
54470
  \u0275\u0275listener("fieldsEmitter", function AppComponent_Conditional_23_Defer_6_Template_lib_report_configuration_modal_fieldsEmitter_0_listener($event) {
54492
54471
  \u0275\u0275restoreView(_r21);
54493
- const ctx_r1 = \u0275\u0275nextContext(2);
54494
- return \u0275\u0275resetView(ctx_r1.applyConfigurationFields($event));
54472
+ const ctx_r2 = \u0275\u0275nextContext(2);
54473
+ return \u0275\u0275resetView(ctx_r2.applyConfigurationFields($event));
54495
54474
  });
54496
54475
  \u0275\u0275elementEnd();
54497
54476
  }
54498
54477
  if (rf & 2) {
54499
- const ctx_r1 = \u0275\u0275nextContext(2);
54500
- \u0275\u0275twoWayProperty("visible", ctx_r1.configureReportModalVisible);
54501
- \u0275\u0275property("allAvailableFields", ctx_r1.allConfigurationFields)("selectedList", ctx_r1.visibleFieldsSignal());
54478
+ const ctx_r2 = \u0275\u0275nextContext(2);
54479
+ \u0275\u0275twoWayProperty("visible", ctx_r2.configureReportModalVisible);
54480
+ \u0275\u0275property("allAvailableFields", ctx_r2.allConfigurationFields)("selectedList", ctx_r2.visibleFieldsSignal());
54502
54481
  }
54503
54482
  }
54504
54483
  function AppComponent_Conditional_23_Template(rf, ctx) {
@@ -54511,13 +54490,13 @@ function AppComponent_Conditional_23_Template(rf, ctx) {
54511
54490
  \u0275\u0275defer(7, 6, AppComponent_Conditional_23_Defer_7_DepsFn);
54512
54491
  }
54513
54492
  if (rf & 2) {
54514
- const ctx_r1 = \u0275\u0275nextContext();
54493
+ const ctx_r2 = \u0275\u0275nextContext();
54515
54494
  \u0275\u0275advance();
54516
- \u0275\u0275deferWhen(ctx_r1.domainsOverloadVisible());
54495
+ \u0275\u0275deferWhen(ctx_r2.domainsOverloadVisible());
54517
54496
  \u0275\u0275advance(3);
54518
- \u0275\u0275deferWhen(ctx_r1.modalVisible());
54497
+ \u0275\u0275deferWhen(ctx_r2.modalVisible());
54519
54498
  \u0275\u0275advance(3);
54520
- \u0275\u0275deferWhen(ctx_r1.configureReportModalVisible());
54499
+ \u0275\u0275deferWhen(ctx_r2.configureReportModalVisible());
54521
54500
  }
54522
54501
  }
54523
54502
  var AppComponent = class _AppComponent {
@@ -54576,9 +54555,9 @@ var AppComponent = class _AppComponent {
54576
54555
  reportId = REPORTS.MM_VERIFICATION.reportId;
54577
54556
  effectRef;
54578
54557
  gridOptions = {
54579
- infiniteScrollDown: true,
54558
+ infiniteScrollDown: false,
54580
54559
  enableSorting: true,
54581
- showGridFooter: true,
54560
+ showGridFooter: false,
54582
54561
  showColumnFooter: true,
54583
54562
  enableFiltering: false,
54584
54563
  enableColumnResizing: true,
@@ -54598,6 +54577,11 @@ var AppComponent = class _AppComponent {
54598
54577
  useExternalSorting: true,
54599
54578
  dataLoading: this.tableLoading,
54600
54579
  isVisible: false,
54580
+ paginationPageSize: this.limit(),
54581
+ paginationPageSizes: [10, 20, 30, 50, 100],
54582
+ useExternalPagination: true,
54583
+ totalItems: 0,
54584
+ paginationCurrentPage: 1,
54601
54585
  onRegisterApi: (gridApi) => {
54602
54586
  this.gridApi = gridApi;
54603
54587
  this.gridApi.core.on.sortChanged(null, (grid, sortColumn) => {
@@ -54622,9 +54606,11 @@ var AppComponent = class _AppComponent {
54622
54606
  });
54623
54607
  if (this.gridApi) {
54624
54608
  this.gridApi.grid.registerDataChangeCallback(() => this.gridApi.treeBase.expandAllRows());
54625
- this.gridApi.infiniteScroll.dataLoaded(true, this.gridOptions.data.length >= this.limit());
54626
- this.gridApi.infiniteScroll.on.needLoadMoreData(null, () => {
54627
- this.runReport(this.offset + this.limit(), true);
54609
+ this.gridApi.pagination.on.paginationChanged(null, (newPage, pageSize) => {
54610
+ if (this.limit() === pageSize && (newPage - 1) * pageSize == this.offset)
54611
+ return;
54612
+ this.limit.set(pageSize);
54613
+ this.runReport((newPage - 1) * pageSize, true);
54628
54614
  });
54629
54615
  }
54630
54616
  }
@@ -54844,9 +54830,8 @@ var AppComponent = class _AppComponent {
54844
54830
  this.cdr.detectChanges();
54845
54831
  this.runState = true;
54846
54832
  if (isLoadingMore) {
54847
- if (this.gridApi) {
54848
- this.gridApi.infiniteScroll.saveScrollPercentage();
54849
- }
54833
+ this.gridOptions.paginationPageSize = this.limit();
54834
+ this.gridOptions.paginationCurrentPage = this.getPageFromOffset(this.offset, this.limit());
54850
54835
  } else {
54851
54836
  this.orderBy = null;
54852
54837
  this.orderDirection = null;
@@ -54896,6 +54881,7 @@ var AppComponent = class _AppComponent {
54896
54881
  this.generalTotal = data[0]?.rows_count;
54897
54882
  if (this.gridApi) {
54898
54883
  this.gridApi.grid.total = data && data[0] && data[0].rows_count ? data[0].rows_count : 0;
54884
+ this.gridOptions.totalItems = data && data[0] && data[0].rows_count ? data[0].rows_count : 0;
54899
54885
  this.gridApi.grid.loadingAggregationData = false;
54900
54886
  }
54901
54887
  this.cdr.detectChanges();
@@ -54908,6 +54894,7 @@ var AppComponent = class _AppComponent {
54908
54894
  this.gridOptions.dataLoading = true;
54909
54895
  this.orderBy = sortingValue.field;
54910
54896
  this.orderDirection = sortingValue.value;
54897
+ this.gridOptions.paginationCurrentPage = this.getPageFromOffset(this.offset, this.limit());
54911
54898
  this.verificationService.runReport({
54912
54899
  offset: 0,
54913
54900
  limit: this.limit(),
@@ -55068,11 +55055,15 @@ var AppComponent = class _AppComponent {
55068
55055
  ];
55069
55056
  this.allConfigurationFields = data.filter((item) => !fieldsToExclude.includes(item.field_id));
55070
55057
  }
55058
+ getPageFromOffset(offset, limit) {
55059
+ return offset ? Math.floor(offset / limit) + 1 : 1;
55060
+ }
55071
55061
  static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
55072
55062
  return new (__ngFactoryType__ || _AppComponent)();
55073
55063
  };
55074
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], features: [\u0275\u0275ProvidersFeature([TemplateService])], decls: 25, vars: 14, 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", "templateCsvLoadingConfig"], [3, "toggleable"], [1, "table-panel-container", 3, "ngStyle"], [3, "limit", "startIndex", "loading", "tableColumns", "rawTableData", "generalTotal"], [3, "options"], [3, "templateCsvLoadingConfigChange", "csvLoadEmitter", "runReportEmitter", "reportId", "templateCsvLoadingConfig"], ["pTemplate", "icons"], [3, "formGroup"], [1, "spinner-wrapper"], [1, "panel-header-container", 3, "ngStyle"], [1, "panel-header-left"], [1, "panel-header-title"], ["tooltipPosition", "top", 1, "panel-header-title-sub", 3, "pTooltip"], [1, "panel-header-right", 3, "ngStyle"], ["size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-right", "", 1, "dm-button-icon", 3, "ngStyle"], ["pTooltip", "Reset Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M0.833496 10C0.833496 5.39763 4.56446 1.66667 9.16683 1.66667C11.4688 1.66667 13.5541 2.60117 15.0614 4.10949C15.5945 4.64289 16.1653 5.30207 16.6668 5.91204V3.33334C16.6668 2.8731 17.0399 2.50001 17.5002 2.50001C17.9604 2.50001 18.3335 2.8731 18.3335 3.33334V8.33334C18.3335 8.79358 17.9604 9.16667 17.5002 9.16667H12.5002C12.0399 9.16667 11.6668 8.79358 11.6668 8.33334C11.6668 7.8731 12.0399 7.50001 12.5002 7.50001H15.8078C15.231 6.77607 14.5139 5.91947 13.8825 5.28759C12.675 4.07929 11.0088 3.33334 9.16683 3.33334C5.48493 3.33334 2.50016 6.31811 2.50016 10C2.50016 13.6819 5.48493 16.6667 9.16683 16.6667C12.2049 16.6667 14.7704 14.6337 15.573 11.8523C15.7006 11.4101 16.1625 11.1551 16.6047 11.2827C17.0469 11.4103 17.302 11.8722 17.1744 12.3144C16.1714 15.7901 12.9672 18.3333 9.16683 18.3333C4.56446 18.3333 0.833496 14.6024 0.833496 10Z", "fill", "#5D6983"], ["text", "Configure Report", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "18", "height", "14", "viewBox", "0 0 18 14", "fill", "none"], ["d", "M1.5 3.66667H11.5M11.5 3.66667C11.5 5.04738 12.6192 6.16667 14 6.16667C15.3807 6.16667 16.5 5.04738 16.5 3.66667C16.5 2.28596 15.3807 1.16667 14 1.16667C12.6192 1.16667 11.5 2.28596 11.5 3.66667ZM6.5 10.3333H16.5M6.5 10.3333C6.5 11.7141 5.38071 12.8333 4 12.8333C2.61929 12.8333 1.5 11.7141 1.5 10.3333C1.5 8.95258 2.61929 7.83333 4 7.83333C5.38071 7.83333 6.5 8.95258 6.5 10.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.41009 6.91075C9.73553 6.58531 10.2632 6.58531 10.5886 6.91075L15.5886 11.9107C15.914 12.2362 15.914 12.7638 15.5886 13.0893C15.2632 13.4147 14.7355 13.4147 14.4101 13.0893L9.99935 8.67852L5.5886 13.0893C5.26317 13.4147 4.73553 13.4147 4.41009 13.0893C4.08466 12.7638 4.08466 12.2362 4.41009 11.9107L9.41009 6.91075Z", "fill", "#5D6983"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M4.41107 6.91083C4.73651 6.58539 5.26414 6.58539 5.58958 6.91083L10.0003 11.3216L14.4111 6.91083C14.7365 6.58539 15.2641 6.58539 15.5896 6.91083C15.915 7.23626 15.915 7.7639 15.5896 8.08934L10.5896 13.0893C10.2641 13.4148 9.73651 13.4148 9.41107 13.0893L4.41107 8.08934C4.08563 7.7639 4.08563 7.23626 4.41107 6.91083Z", "fill", "#5D6983"], [1, "filters-content"], [1, "filter-options"], [1, "form-control-container", "last-updated-checkbox"], ["inputId", "lastUpdate", "formControlName", "show_last_verification", 3, "binary"], ["for", "lastUpdate", 1, "form-control-label"], [1, "filter-actions"], ["text", "Save Template", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35637C12.7633 3.3387 12.6754 3.33335 12.2281 3.33335H6.66602V5.33335C6.66602 5.58045 6.66666 5.71566 6.6746 5.81282C6.67492 5.81669 6.67524 5.82035 6.67556 5.82381C6.67902 5.82413 6.68268 5.82444 6.68654 5.82476C6.7837 5.8327 6.91891 5.83335 7.16602 5.83335H12.8327C13.0798 5.83335 13.215 5.8327 13.3122 5.82476C13.316 5.82444 13.3197 5.82413 13.3231 5.82381C13.3235 5.82035 13.3238 5.81669 13.3241 5.81282C13.332 5.71566 13.3327 5.58045 13.3327 5.33335V3.68005C13.1758 3.52644 13.1264 3.48596 13.0777 3.45615C13.0032 3.41046 12.9219 3.37679 12.8369 3.35637ZM14.7552 2.74398L14.703 2.69181C14.6865 2.67531 14.6701 2.65893 14.6539 2.64269C14.4144 2.4027 14.2032 2.19111 13.9486 2.03508C13.7249 1.89801 13.481 1.797 13.2259 1.73576C12.9356 1.66604 12.6366 1.66632 12.2975 1.66664C12.2746 1.66666 12.2514 1.66668 12.2281 1.66668L6.46493 1.66668C6.25739 1.66668 6.06106 1.66667 5.87552 1.66776C5.86133 1.66704 5.84705 1.66668 5.83268 1.66668C5.81429 1.66668 5.79604 1.66728 5.77795 1.66845C5.40448 1.67155 5.07624 1.68008 4.78949 1.70351C4.32108 1.74178 3.89049 1.82392 3.48605 2.02999C2.85884 2.34957 2.34891 2.8595 2.02933 3.48671C1.82325 3.89116 1.74112 4.32174 1.70284 4.79016C1.666 5.24115 1.66601 5.79479 1.66602 6.4656V13.5344C1.66601 14.2052 1.666 14.7589 1.70284 15.2099C1.74112 15.6783 1.82325 16.1089 2.02933 16.5133C2.34891 17.1405 2.85884 17.6505 3.48605 17.97C3.89049 18.1761 4.32108 18.2582 4.78949 18.2965C5.07624 18.3199 5.40448 18.3285 5.77794 18.3316C5.79604 18.3328 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.333 5.87552 18.3323C6.06105 18.3334 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3334 14.1232 18.3323C14.1374 18.333 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3328 14.2208 18.3316C14.5942 18.3285 14.9225 18.3199 15.2092 18.2965C15.6776 18.2582 16.1082 18.1761 16.5127 17.97C17.1399 17.6505 17.6498 17.1405 17.9694 16.5133C18.1754 16.1089 18.2576 15.6783 18.2959 15.2099C18.3327 14.7589 18.3327 14.2052 18.3327 13.5345V7.77125C18.3327 7.74792 18.3327 7.72477 18.3327 7.70182C18.333 7.36274 18.3333 7.06379 18.2636 6.77342C18.2024 6.51833 18.1014 6.27447 17.9643 6.05079C17.8083 5.79618 17.5967 5.58498 17.3567 5.34544C17.3404 5.32922 17.3241 5.31288 17.3076 5.29638L14.7552 2.74398C14.7552 2.74405 14.7551 2.74391 14.7552 2.74398ZM14.9994 5.34519V5.35991C14.9994 5.57024 14.9994 5.77507 14.9852 5.94854C14.9697 6.13903 14.9329 6.36381 14.8177 6.59C14.6579 6.9036 14.4029 7.15857 14.0893 7.31836C13.8631 7.43361 13.6384 7.47033 13.4479 7.48589C13.2744 7.50006 13.0696 7.50004 12.8593 7.50002L7.16602 7.50001C7.15715 7.50001 7.14829 7.50001 7.13944 7.50002C6.92912 7.50004 6.72429 7.50006 6.55082 7.48589C6.36033 7.47033 6.13555 7.43361 5.90937 7.31836C5.59576 7.15857 5.34079 6.9036 5.18101 6.59C5.06576 6.36381 5.02903 6.13903 5.01347 5.94854C4.9993 5.77507 4.99932 5.57025 4.99935 5.35993C4.99935 5.35108 4.99935 5.34222 4.99935 5.33335V3.35907C4.97416 3.3608 4.94946 3.36266 4.92521 3.36464C4.55987 3.39449 4.37303 3.44859 4.2427 3.515C3.9291 3.67479 3.67413 3.92976 3.51434 4.24336C3.44793 4.3737 3.39383 4.56053 3.36398 4.92588C3.33333 5.30095 3.33268 5.7862 3.33268 6.50001V13.5C3.33268 14.2138 3.33333 14.6991 3.36398 15.0741C3.39383 15.4395 3.44793 15.6263 3.51434 15.7567C3.67413 16.0703 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6354C4.94946 16.6374 4.97416 16.6392 4.99935 16.641L4.99935 12.1401C4.99932 11.9298 4.9993 11.725 5.01347 11.5515C5.02903 11.361 5.06576 11.1362 5.18101 10.91C5.34079 10.5964 5.59576 10.3415 5.90937 10.1817C6.13555 10.0664 6.36033 10.0297 6.55082 10.0141C6.72429 9.99996 6.92912 9.99999 7.13945 10H12.8593C13.0696 9.99999 13.2744 9.99996 13.4479 10.0141C13.6384 10.0297 13.8631 10.0664 14.0893 10.1817C14.4029 10.3415 14.6579 10.5964 14.8177 10.91C14.9329 11.1362 14.9697 11.361 14.9852 11.5515C14.9994 11.725 14.9994 11.9298 14.9994 12.1401L14.9993 16.641C15.0245 16.6392 15.0492 16.6374 15.0735 16.6354C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0703 16.4844 15.7567C16.5508 15.6263 16.6049 15.4395 16.6347 15.0741C16.6654 14.6991 16.666 14.2138 16.666 13.5V7.77125C16.666 7.32393 16.6607 7.2361 16.643 7.1625C16.6226 7.07747 16.5889 6.99618 16.5432 6.92162C16.5037 6.85708 16.4453 6.79119 16.129 6.47489L14.9994 5.34519ZM13.3327 16.6667V12.1667C13.3327 11.9196 13.332 11.7844 13.3241 11.6872C13.3238 11.6833 13.3235 11.6797 13.3231 11.6762C13.3197 11.6759 13.316 11.6756 13.3122 11.6753C13.215 11.6673 13.0798 11.6667 12.8327 11.6667H7.16602C6.91891 11.6667 6.7837 11.6673 6.68654 11.6753C6.68268 11.6756 6.67902 11.6759 6.67556 11.6762C6.67524 11.6797 6.67492 11.6833 6.6746 11.6872C6.66666 11.7844 6.66602 11.9196 6.66602 12.1667V16.6667H13.3327Z", "fill", "#0076DD"], ["text", "Run Report", "size", "medium", 3, "outsideClickEmitter", "disabled"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "isMultiSelect", "label", "placeholder", "isRequired", "options", "formControlName"], [3, "tooltipMessage", "infoIcon", "label", "formControlName"], [3, "showClear", "label", "readonly", "placeholder", "control"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control"], ["icon-right", "", 1, "dm-input-icon", "icon-right", "clear-icon", 2, "right", "33px"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true"], ["icon-right", "", 1, "dm-input-icon", "icon-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M2.5 6.66666H12.5M12.5 6.66666C12.5 8.04737 13.6192 9.16666 15 9.16666C16.3807 9.16666 17.5 8.04736 17.5 6.66666C17.5 5.28595 16.3807 4.16666 15 4.16666C13.6192 4.16666 12.5 5.28595 12.5 6.66666ZM7.5 13.3333H17.5M7.5 13.3333C7.5 14.7141 6.38071 15.8333 5 15.8333C3.61929 15.8333 2.5 14.7141 2.5 13.3333C2.5 11.9526 3.61929 10.8333 5 10.8333C6.38071 10.8333 7.5 11.9526 7.5 13.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 3, "click"], ["d", "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.8333 2.51654C10.6786 2.50244 10.4493 2.5 10.0098 2.5H7.33333C6.61952 2.5 6.13427 2.50065 5.7592 2.53129C5.39385 2.56114 5.20702 2.61525 5.07668 2.68166C4.76308 2.84145 4.50811 3.09641 4.34832 3.41002C4.28192 3.54035 4.22781 3.72719 4.19796 4.09253C4.16732 4.46761 4.16667 4.95285 4.16667 5.66667V14.3333C4.16667 15.0472 4.16732 15.5324 4.19796 15.9075C4.22781 16.2728 4.28192 16.4597 4.34832 16.59C4.50811 16.9036 4.76308 17.1586 5.07668 17.3183C5.20702 17.3848 5.39385 17.4389 5.7592 17.4687C6.13427 17.4994 6.61952 17.5 7.33333 17.5H12.6667C13.3805 17.5 13.8657 17.4994 14.2408 17.4687C14.6061 17.4389 14.793 17.3848 14.9233 17.3183C15.2369 17.1586 15.4919 16.9036 15.6517 16.59C15.7181 16.4597 15.7722 16.2728 15.802 15.9075C15.8327 15.5324 15.8333 15.0472 15.8333 14.3333V8.32352C15.8333 7.8841 15.8309 7.65481 15.8168 7.50006L12.9734 7.50006C12.7631 7.50009 12.5583 7.50011 12.3848 7.48594C12.1943 7.47038 11.9695 7.43365 11.7433 7.3184C11.4297 7.15862 11.1748 6.90365 11.015 6.59004C10.8997 6.36386 10.863 6.13908 10.8475 5.94859C10.8333 5.77512 10.8333 5.57029 10.8333 5.35996L10.8333 2.51654ZM11.9947 1.12497C11.8064 1.04059 11.6105 0.973736 11.4093 0.925435C11.0237 0.832866 10.6239 0.833056 10.0947 0.833308C10.0668 0.833322 10.0385 0.833335 10.0098 0.833335L7.29892 0.833335C6.62811 0.833324 6.07448 0.833315 5.62348 0.870163C5.15506 0.908434 4.72448 0.990571 4.32003 1.19665C3.69283 1.51622 3.18289 2.02616 2.86331 2.65337C2.65724 3.05781 2.5751 3.4884 2.53683 3.95681C2.49998 4.40781 2.49999 4.96144 2.5 5.63225V14.3678C2.49999 15.0386 2.49998 15.5922 2.53683 16.0432C2.5751 16.5116 2.65724 16.9422 2.86331 17.3466C3.18289 17.9738 3.69283 18.4838 4.32003 18.8034C4.72448 19.0094 5.15506 19.0916 5.62348 19.1298C6.07447 19.1667 6.6281 19.1667 7.2989 19.1667H12.7011C13.3719 19.1667 13.9255 19.1667 14.3765 19.1298C14.8449 19.0916 15.2755 19.0094 15.68 18.8034C16.3072 18.4838 16.8171 17.9738 17.1367 17.3466C17.3428 16.9422 17.4249 16.5116 17.4632 16.0432C17.5 15.5922 17.5 15.0386 17.5 14.3678V8.32352C17.5 8.29485 17.5 8.26656 17.5 8.23863C17.5003 7.70946 17.5005 7.30963 17.4079 6.92405C17.3597 6.72344 17.2931 6.52805 17.2091 6.34031C17.2039 6.32807 17.1984 6.31599 17.1926 6.30407C17.1382 6.18624 17.0768 6.07153 17.0088 5.96054C16.8016 5.62244 16.5188 5.33985 16.1444 4.96584C16.1246 4.9461 16.1046 4.92611 16.0843 4.90584L13.4275 2.24899C13.4072 2.22871 13.3872 2.2087 13.3675 2.18893C12.9935 1.81458 12.7109 1.53172 12.3728 1.32453C12.2614 1.25625 12.1462 1.19467 12.0278 1.14006C12.0169 1.1348 12.0058 1.12977 11.9947 1.12497ZM12.5 3.67851V5.3334C12.5 5.5805 12.5006 5.71571 12.5086 5.81287C12.5089 5.81673 12.5092 5.82039 12.5095 5.82385C12.513 5.82417 12.5167 5.82449 12.5205 5.82481C12.6177 5.83275 12.7529 5.83339 13 5.83339H14.6549L12.5 3.67851ZM5.83333 10.8333C5.83333 10.3731 6.20643 10 6.66667 10H13.3333C13.7936 10 14.1667 10.3731 14.1667 10.8333C14.1667 11.2936 13.7936 11.6667 13.3333 11.6667H6.66667C6.20643 11.6667 5.83333 11.2936 5.83333 10.8333ZM5.83333 14.1667C5.83333 13.7064 6.20643 13.3333 6.66667 13.3333H11.6667C12.1269 13.3333 12.5 13.7064 12.5 14.1667C12.5 14.6269 12.1269 15 11.6667 15H6.66667C6.20643 15 5.83333 14.6269 5.83333 14.1667Z", "fill", "white"], ["strokeWidth", "6"], [1, "panel-header-container"], [1, "table-toggle-container"], [1, "table-toggle-label"], ["pTooltip", "Switch between old and new table views", "tooltipPosition", "top", "showDelay", "600", "hideDelay", "300", 1, "table-toggle", 3, "ngModelChange", "onChange", "ngModel", "ngModelOptions"], [1, "panel-header-right"], ["text", "Download .CSV", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter"], ["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"], [3, "limitChange", "loadMoreEmitter", "sortingEmitter", "limit", "startIndex", "loading", "tableColumns", "rawTableData", "generalTotal"], ["header", "Documents Settings", 3, "visibleChange", "modal", "visible"], [1, "dialog-content", 3, "formGroup"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Type", "formControlName", "documents_type", 3, "isMultiSelect", "options"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Status", "formControlName", "documents_status", 3, "isMultiSelect", "options"], ["label", "Expiry Date", "formControlName", "documents_expiry_date", 3, "openState"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "openState"], [1, "dialog-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], [3, "visibleChange", "confirm", "visible", "isSaveMode"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
55064
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _AppComponent, selectors: [["app-root"]], features: [\u0275\u0275ProvidersFeature([TemplateService])], decls: 25, vars: 22, 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", "templateCsvLoadingConfig"], [3, "toggleable"], [1, "table-panel-container", 3, "ngStyle"], [3, "limitChange", "loadMoreEmitter", "sortingEmitter", "ngStyle", "limit", "startIndex", "loading", "tableColumns", "rawTableData", "generalTotal"], [3, "options"], [3, "templateCsvLoadingConfigChange", "csvLoadEmitter", "runReportEmitter", "reportId", "templateCsvLoadingConfig"], ["pTemplate", "icons"], [3, "formGroup"], [1, "spinner-wrapper"], [1, "panel-header-container", 3, "ngStyle"], [1, "panel-header-left"], [1, "panel-header-title"], ["tooltipPosition", "top", 1, "panel-header-title-sub", 3, "pTooltip"], [1, "panel-header-right", 3, "ngStyle"], ["size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter", "disabled"], ["icon-right", "", 1, "dm-button-icon", 3, "ngStyle"], ["pTooltip", "Reset Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M0.833496 10C0.833496 5.39763 4.56446 1.66667 9.16683 1.66667C11.4688 1.66667 13.5541 2.60117 15.0614 4.10949C15.5945 4.64289 16.1653 5.30207 16.6668 5.91204V3.33334C16.6668 2.8731 17.0399 2.50001 17.5002 2.50001C17.9604 2.50001 18.3335 2.8731 18.3335 3.33334V8.33334C18.3335 8.79358 17.9604 9.16667 17.5002 9.16667H12.5002C12.0399 9.16667 11.6668 8.79358 11.6668 8.33334C11.6668 7.8731 12.0399 7.50001 12.5002 7.50001H15.8078C15.231 6.77607 14.5139 5.91947 13.8825 5.28759C12.675 4.07929 11.0088 3.33334 9.16683 3.33334C5.48493 3.33334 2.50016 6.31811 2.50016 10C2.50016 13.6819 5.48493 16.6667 9.16683 16.6667C12.2049 16.6667 14.7704 14.6337 15.573 11.8523C15.7006 11.4101 16.1625 11.1551 16.6047 11.2827C17.0469 11.4103 17.302 11.8722 17.1744 12.3144C16.1714 15.7901 12.9672 18.3333 9.16683 18.3333C4.56446 18.3333 0.833496 14.6024 0.833496 10Z", "fill", "#5D6983"], ["text", "Configure Report", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon"], ["xmlns", "http://www.w3.org/2000/svg", "width", "18", "height", "14", "viewBox", "0 0 18 14", "fill", "none"], ["d", "M1.5 3.66667H11.5M11.5 3.66667C11.5 5.04738 12.6192 6.16667 14 6.16667C15.3807 6.16667 16.5 5.04738 16.5 3.66667C16.5 2.28596 15.3807 1.16667 14 1.16667C12.6192 1.16667 11.5 2.28596 11.5 3.66667ZM6.5 10.3333H16.5M6.5 10.3333C6.5 11.7141 5.38071 12.8333 4 12.8333C2.61929 12.8333 1.5 11.7141 1.5 10.3333C1.5 8.95258 2.61929 7.83333 4 7.83333C5.38071 7.83333 6.5 8.95258 6.5 10.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", "pTooltip", "Collapse Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.41009 6.91075C9.73553 6.58531 10.2632 6.58531 10.5886 6.91075L15.5886 11.9107C15.914 12.2362 15.914 12.7638 15.5886 13.0893C15.2632 13.4147 14.7355 13.4147 14.4101 13.0893L9.99935 8.67852L5.5886 13.0893C5.26317 13.4147 4.73553 13.4147 4.41009 13.0893C4.08466 12.7638 4.08466 12.2362 4.41009 11.9107L9.41009 6.91075Z", "fill", "#5D6983"], ["pTooltip", "Expand Filters", "tooltipPosition", "top", "positionLeft", "10", "positionTop", "-5", "xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none", 1, "panel-icons", 3, "click"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M4.41107 6.91083C4.73651 6.58539 5.26414 6.58539 5.58958 6.91083L10.0003 11.3216L14.4111 6.91083C14.7365 6.58539 15.2641 6.58539 15.5896 6.91083C15.915 7.23626 15.915 7.7639 15.5896 8.08934L10.5896 13.0893C10.2641 13.4148 9.73651 13.4148 9.41107 13.0893L4.41107 8.08934C4.08563 7.7639 4.08563 7.23626 4.41107 6.91083Z", "fill", "#5D6983"], [1, "filters-content"], [1, "filter-options"], [1, "form-control-container", "last-updated-checkbox"], ["inputId", "lastUpdate", "formControlName", "show_last_verification", 3, "binary"], ["for", "lastUpdate", 1, "form-control-label"], [1, "filter-actions"], ["text", "Save Template", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter", "disabled"], ["xmlns", "http://www.w3.org/2000/svg", "width", "20", "height", "20", "viewBox", "0 0 20 20", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12.8369 3.35637C12.7633 3.3387 12.6754 3.33335 12.2281 3.33335H6.66602V5.33335C6.66602 5.58045 6.66666 5.71566 6.6746 5.81282C6.67492 5.81669 6.67524 5.82035 6.67556 5.82381C6.67902 5.82413 6.68268 5.82444 6.68654 5.82476C6.7837 5.8327 6.91891 5.83335 7.16602 5.83335H12.8327C13.0798 5.83335 13.215 5.8327 13.3122 5.82476C13.316 5.82444 13.3197 5.82413 13.3231 5.82381C13.3235 5.82035 13.3238 5.81669 13.3241 5.81282C13.332 5.71566 13.3327 5.58045 13.3327 5.33335V3.68005C13.1758 3.52644 13.1264 3.48596 13.0777 3.45615C13.0032 3.41046 12.9219 3.37679 12.8369 3.35637ZM14.7552 2.74398L14.703 2.69181C14.6865 2.67531 14.6701 2.65893 14.6539 2.64269C14.4144 2.4027 14.2032 2.19111 13.9486 2.03508C13.7249 1.89801 13.481 1.797 13.2259 1.73576C12.9356 1.66604 12.6366 1.66632 12.2975 1.66664C12.2746 1.66666 12.2514 1.66668 12.2281 1.66668L6.46493 1.66668C6.25739 1.66668 6.06106 1.66667 5.87552 1.66776C5.86133 1.66704 5.84705 1.66668 5.83268 1.66668C5.81429 1.66668 5.79604 1.66728 5.77795 1.66845C5.40448 1.67155 5.07624 1.68008 4.78949 1.70351C4.32108 1.74178 3.89049 1.82392 3.48605 2.02999C2.85884 2.34957 2.34891 2.8595 2.02933 3.48671C1.82325 3.89116 1.74112 4.32174 1.70284 4.79016C1.666 5.24115 1.66601 5.79479 1.66602 6.4656V13.5344C1.66601 14.2052 1.666 14.7589 1.70284 15.2099C1.74112 15.6783 1.82325 16.1089 2.02933 16.5133C2.34891 17.1405 2.85884 17.6505 3.48605 17.97C3.89049 18.1761 4.32108 18.2582 4.78949 18.2965C5.07624 18.3199 5.40448 18.3285 5.77794 18.3316C5.79604 18.3328 5.81429 18.3333 5.83268 18.3333C5.84705 18.3333 5.86133 18.333 5.87552 18.3323C6.06105 18.3334 6.25737 18.3333 6.46491 18.3333H13.5338C13.7413 18.3333 13.9376 18.3334 14.1232 18.3323C14.1374 18.333 14.1516 18.3333 14.166 18.3333C14.1844 18.3333 14.2027 18.3328 14.2208 18.3316C14.5942 18.3285 14.9225 18.3199 15.2092 18.2965C15.6776 18.2582 16.1082 18.1761 16.5127 17.97C17.1399 17.6505 17.6498 17.1405 17.9694 16.5133C18.1754 16.1089 18.2576 15.6783 18.2959 15.2099C18.3327 14.7589 18.3327 14.2052 18.3327 13.5345V7.77125C18.3327 7.74792 18.3327 7.72477 18.3327 7.70182C18.333 7.36274 18.3333 7.06379 18.2636 6.77342C18.2024 6.51833 18.1014 6.27447 17.9643 6.05079C17.8083 5.79618 17.5967 5.58498 17.3567 5.34544C17.3404 5.32922 17.3241 5.31288 17.3076 5.29638L14.7552 2.74398C14.7552 2.74405 14.7551 2.74391 14.7552 2.74398ZM14.9994 5.34519V5.35991C14.9994 5.57024 14.9994 5.77507 14.9852 5.94854C14.9697 6.13903 14.9329 6.36381 14.8177 6.59C14.6579 6.9036 14.4029 7.15857 14.0893 7.31836C13.8631 7.43361 13.6384 7.47033 13.4479 7.48589C13.2744 7.50006 13.0696 7.50004 12.8593 7.50002L7.16602 7.50001C7.15715 7.50001 7.14829 7.50001 7.13944 7.50002C6.92912 7.50004 6.72429 7.50006 6.55082 7.48589C6.36033 7.47033 6.13555 7.43361 5.90937 7.31836C5.59576 7.15857 5.34079 6.9036 5.18101 6.59C5.06576 6.36381 5.02903 6.13903 5.01347 5.94854C4.9993 5.77507 4.99932 5.57025 4.99935 5.35993C4.99935 5.35108 4.99935 5.34222 4.99935 5.33335V3.35907C4.97416 3.3608 4.94946 3.36266 4.92521 3.36464C4.55987 3.39449 4.37303 3.44859 4.2427 3.515C3.9291 3.67479 3.67413 3.92976 3.51434 4.24336C3.44793 4.3737 3.39383 4.56053 3.36398 4.92588C3.33333 5.30095 3.33268 5.7862 3.33268 6.50001V13.5C3.33268 14.2138 3.33333 14.6991 3.36398 15.0741C3.39383 15.4395 3.44793 15.6263 3.51434 15.7567C3.67413 16.0703 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6354C4.94946 16.6374 4.97416 16.6392 4.99935 16.641L4.99935 12.1401C4.99932 11.9298 4.9993 11.725 5.01347 11.5515C5.02903 11.361 5.06576 11.1362 5.18101 10.91C5.34079 10.5964 5.59576 10.3415 5.90937 10.1817C6.13555 10.0664 6.36033 10.0297 6.55082 10.0141C6.72429 9.99996 6.92912 9.99999 7.13945 10H12.8593C13.0696 9.99999 13.2744 9.99996 13.4479 10.0141C13.6384 10.0297 13.8631 10.0664 14.0893 10.1817C14.4029 10.3415 14.6579 10.5964 14.8177 10.91C14.9329 11.1362 14.9697 11.361 14.9852 11.5515C14.9994 11.725 14.9994 11.9298 14.9994 12.1401L14.9993 16.641C15.0245 16.6392 15.0492 16.6374 15.0735 16.6354C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0703 16.4844 15.7567C16.5508 15.6263 16.6049 15.4395 16.6347 15.0741C16.6654 14.6991 16.666 14.2138 16.666 13.5V7.77125C16.666 7.32393 16.6607 7.2361 16.643 7.1625C16.6226 7.07747 16.5889 6.99618 16.5432 6.92162C16.5037 6.85708 16.4453 6.79119 16.129 6.47489L14.9994 5.34519ZM13.3327 16.6667V12.1667C13.3327 11.9196 13.332 11.7844 13.3241 11.6872C13.3238 11.6833 13.3235 11.6797 13.3231 11.6762C13.3197 11.6759 13.316 11.6756 13.3122 11.6753C13.215 11.6673 13.0798 11.6667 12.8327 11.6667H7.16602C6.91891 11.6667 6.7837 11.6673 6.68654 11.6753C6.68268 11.6756 6.67902 11.6759 6.67556 11.6762C6.67524 11.6797 6.67492 11.6833 6.6746 11.6872C6.66666 11.7844 6.66602 11.9196 6.66602 12.1667V16.6667H13.3327Z", "fill", "#0076DD"], ["text", "Run Report", "size", "medium", 3, "outsideClickEmitter", "disabled"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", 3, "isMultiSelect", "label", "placeholder", "isRequired", "options", "formControlName"], [3, "tooltipMessage", "infoIcon", "label", "formControlName"], [3, "showClear", "label", "readonly", "placeholder", "control"], [3, "label", "control", "placeholder"], [3, "clickEmitter", "showClear", "label", "readonly", "placeholder", "control"], ["icon-right", "", 1, "dm-input-icon", "icon-right", "clear-icon", 2, "right", "33px"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true"], ["icon-right", "", 1, "dm-input-icon", "icon-right", 3, "click"], ["xmlns", "http://www.w3.org/2000/svg", "width", "16", "height", "16", "viewBox", "0 0 20 20", "fill", "none"], ["d", "M2.5 6.66666H12.5M12.5 6.66666C12.5 8.04737 13.6192 9.16666 15 9.16666C16.3807 9.16666 17.5 8.04736 17.5 6.66666C17.5 5.28595 16.3807 4.16666 15 4.16666C13.6192 4.16666 12.5 5.28595 12.5 6.66666ZM7.5 13.3333H17.5M7.5 13.3333C7.5 14.7141 6.38071 15.8333 5 15.8333C3.61929 15.8333 2.5 14.7141 2.5 13.3333C2.5 11.9526 3.61929 10.8333 5 10.8333C6.38071 10.8333 7.5 11.9526 7.5 13.3333Z", "stroke", "#5D6983", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round"], ["width", "12", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg", "aria-hidden", "true", 3, "click"], ["d", "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z", "fill", "#5D6983"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M10.8333 2.51654C10.6786 2.50244 10.4493 2.5 10.0098 2.5H7.33333C6.61952 2.5 6.13427 2.50065 5.7592 2.53129C5.39385 2.56114 5.20702 2.61525 5.07668 2.68166C4.76308 2.84145 4.50811 3.09641 4.34832 3.41002C4.28192 3.54035 4.22781 3.72719 4.19796 4.09253C4.16732 4.46761 4.16667 4.95285 4.16667 5.66667V14.3333C4.16667 15.0472 4.16732 15.5324 4.19796 15.9075C4.22781 16.2728 4.28192 16.4597 4.34832 16.59C4.50811 16.9036 4.76308 17.1586 5.07668 17.3183C5.20702 17.3848 5.39385 17.4389 5.7592 17.4687C6.13427 17.4994 6.61952 17.5 7.33333 17.5H12.6667C13.3805 17.5 13.8657 17.4994 14.2408 17.4687C14.6061 17.4389 14.793 17.3848 14.9233 17.3183C15.2369 17.1586 15.4919 16.9036 15.6517 16.59C15.7181 16.4597 15.7722 16.2728 15.802 15.9075C15.8327 15.5324 15.8333 15.0472 15.8333 14.3333V8.32352C15.8333 7.8841 15.8309 7.65481 15.8168 7.50006L12.9734 7.50006C12.7631 7.50009 12.5583 7.50011 12.3848 7.48594C12.1943 7.47038 11.9695 7.43365 11.7433 7.3184C11.4297 7.15862 11.1748 6.90365 11.015 6.59004C10.8997 6.36386 10.863 6.13908 10.8475 5.94859C10.8333 5.77512 10.8333 5.57029 10.8333 5.35996L10.8333 2.51654ZM11.9947 1.12497C11.8064 1.04059 11.6105 0.973736 11.4093 0.925435C11.0237 0.832866 10.6239 0.833056 10.0947 0.833308C10.0668 0.833322 10.0385 0.833335 10.0098 0.833335L7.29892 0.833335C6.62811 0.833324 6.07448 0.833315 5.62348 0.870163C5.15506 0.908434 4.72448 0.990571 4.32003 1.19665C3.69283 1.51622 3.18289 2.02616 2.86331 2.65337C2.65724 3.05781 2.5751 3.4884 2.53683 3.95681C2.49998 4.40781 2.49999 4.96144 2.5 5.63225V14.3678C2.49999 15.0386 2.49998 15.5922 2.53683 16.0432C2.5751 16.5116 2.65724 16.9422 2.86331 17.3466C3.18289 17.9738 3.69283 18.4838 4.32003 18.8034C4.72448 19.0094 5.15506 19.0916 5.62348 19.1298C6.07447 19.1667 6.6281 19.1667 7.2989 19.1667H12.7011C13.3719 19.1667 13.9255 19.1667 14.3765 19.1298C14.8449 19.0916 15.2755 19.0094 15.68 18.8034C16.3072 18.4838 16.8171 17.9738 17.1367 17.3466C17.3428 16.9422 17.4249 16.5116 17.4632 16.0432C17.5 15.5922 17.5 15.0386 17.5 14.3678V8.32352C17.5 8.29485 17.5 8.26656 17.5 8.23863C17.5003 7.70946 17.5005 7.30963 17.4079 6.92405C17.3597 6.72344 17.2931 6.52805 17.2091 6.34031C17.2039 6.32807 17.1984 6.31599 17.1926 6.30407C17.1382 6.18624 17.0768 6.07153 17.0088 5.96054C16.8016 5.62244 16.5188 5.33985 16.1444 4.96584C16.1246 4.9461 16.1046 4.92611 16.0843 4.90584L13.4275 2.24899C13.4072 2.22871 13.3872 2.2087 13.3675 2.18893C12.9935 1.81458 12.7109 1.53172 12.3728 1.32453C12.2614 1.25625 12.1462 1.19467 12.0278 1.14006C12.0169 1.1348 12.0058 1.12977 11.9947 1.12497ZM12.5 3.67851V5.3334C12.5 5.5805 12.5006 5.71571 12.5086 5.81287C12.5089 5.81673 12.5092 5.82039 12.5095 5.82385C12.513 5.82417 12.5167 5.82449 12.5205 5.82481C12.6177 5.83275 12.7529 5.83339 13 5.83339H14.6549L12.5 3.67851ZM5.83333 10.8333C5.83333 10.3731 6.20643 10 6.66667 10H13.3333C13.7936 10 14.1667 10.3731 14.1667 10.8333C14.1667 11.2936 13.7936 11.6667 13.3333 11.6667H6.66667C6.20643 11.6667 5.83333 11.2936 5.83333 10.8333ZM5.83333 14.1667C5.83333 13.7064 6.20643 13.3333 6.66667 13.3333H11.6667C12.1269 13.3333 12.5 13.7064 12.5 14.1667C12.5 14.6269 12.1269 15 11.6667 15H6.66667C6.20643 15 5.83333 14.6269 5.83333 14.1667Z", "fill", "white"], ["strokeWidth", "6"], [1, "panel-header-container"], [1, "table-toggle-container"], [1, "table-toggle-label"], ["pTooltip", "Switch between old and new table views", "tooltipPosition", "top", "showDelay", "600", "hideDelay", "300", 1, "table-toggle", 3, "ngModelChange", "onChange", "ngModel", "ngModelOptions"], [1, "panel-header-right"], ["text", "Download .CSV", "size", "medium", "variant", "primary-outlined", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon", 3, "ngStyle"], ["styleClass", "outlined-color", "strokeWidth", "6"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M9.99935 1.66663C10.4596 1.66663 10.8327 2.03972 10.8327 2.49996V10.4881L13.5768 7.74404C13.9022 7.4186 14.4298 7.4186 14.7553 7.74404C15.0807 8.06947 15.0807 8.59711 14.7553 8.92255L10.5886 13.0892C10.2632 13.4147 9.73553 13.4147 9.41009 13.0892L5.24343 8.92255C4.91799 8.59711 4.91799 8.06947 5.24343 7.74404C5.56886 7.4186 6.0965 7.4186 6.42194 7.74404L9.16602 10.4881V2.49996C9.16602 2.03972 9.53911 1.66663 9.99935 1.66663ZM2.49935 11.6666C2.95959 11.6666 3.33268 12.0397 3.33268 12.5V13.5C3.33268 14.2138 3.33333 14.699 3.36398 15.0741C3.39383 15.4394 3.44793 15.6263 3.51434 15.7566C3.67413 16.0702 3.9291 16.3252 4.2427 16.485C4.37303 16.5514 4.55987 16.6055 4.92521 16.6353C5.30029 16.666 5.78553 16.6666 6.49935 16.6666H13.4993C14.2132 16.6666 14.6984 16.666 15.0735 16.6353C15.4388 16.6055 15.6257 16.5514 15.756 16.485C16.0696 16.3252 16.3246 16.0702 16.4844 15.7566C16.5508 15.6263 16.6049 15.4394 16.6347 15.0741C16.6654 14.699 16.666 14.2138 16.666 13.5V12.5C16.666 12.0397 17.0391 11.6666 17.4993 11.6666C17.9596 11.6666 18.3327 12.0397 18.3327 12.5V13.5344C18.3327 14.2052 18.3327 14.7588 18.2959 15.2098C18.2576 15.6782 18.1754 16.1088 17.9694 16.5133C17.6498 17.1405 17.1399 17.6504 16.5126 17.97C16.1082 18.1761 15.6776 18.2582 15.2092 18.2965C14.7582 18.3333 14.2046 18.3333 13.5338 18.3333H6.46491C5.79411 18.3333 5.24049 18.3333 4.78949 18.2965C4.32108 18.2582 3.89049 18.1761 3.48605 17.97C2.85884 17.6504 2.34891 17.1405 2.02933 16.5133C1.82325 16.1088 1.74112 15.6782 1.70284 15.2098C1.666 14.7588 1.66601 14.2052 1.66602 13.5344L1.66602 12.5C1.66602 12.0397 2.03911 11.6666 2.49935 11.6666Z", "fill", "#0076DD"], ["header", "Documents Settings", 3, "visibleChange", "modal", "visible"], [1, "dialog-content", 3, "formGroup"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Type", "formControlName", "documents_type", 3, "isMultiSelect", "options"], ["optionLabel", "lookup_value", "optionValue", "lookup_key", "label", "Document Status", "formControlName", "documents_status", 3, "isMultiSelect", "options"], ["label", "Expiry Date", "formControlName", "documents_expiry_date", 3, "openState"], ["label", "Last Update", "formControlName", "documents_created_date", 3, "openState"], [1, "dialog-footer"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Apply", "size", "medium", "variant", "primary-filled", 3, "outsideClickEmitter"], [3, "visibleChange", "confirm", "visible", "isSaveMode"], [3, "visibleChange", "saveEmitter", "visible", "params", "reportId"], [3, "visibleChange", "fieldsEmitter", "visible", "allAvailableFields", "selectedList"]], template: function AppComponent_Template(rf, ctx) {
55075
55065
  if (rf & 1) {
55066
+ const _r1 = \u0275\u0275getCurrentView();
55076
55067
  \u0275\u0275elementStart(0, "div", 5)(1, "div", 6);
55077
55068
  \u0275\u0275declareLet(2)(3)(4);
55078
55069
  \u0275\u0275elementStart(5, "div", 7)(6, "div", 8)(7, "h1", 9);
@@ -55085,8 +55076,22 @@ var AppComponent = class _AppComponent {
55085
55076
  \u0275\u0275elementEnd();
55086
55077
  \u0275\u0275template(12, AppComponent_Conditional_12_Template, 7, 2, "p-panel", 12);
55087
55078
  \u0275\u0275elementStart(13, "div", 13)(14, "p-panel", 12, 0);
55088
- \u0275\u0275template(16, AppComponent_ng_template_16_Template, 10, 4, "ng-template", null, 1, \u0275\u0275templateRefExtractor)(18, AppComponent_Conditional_18_Template, 1, 6, "lib-dm-tree-table", 14);
55089
- \u0275\u0275element(19, "lib-dm-ui-grid-lib", 15);
55079
+ \u0275\u0275template(16, AppComponent_ng_template_16_Template, 10, 4, "ng-template", null, 1, \u0275\u0275templateRefExtractor);
55080
+ \u0275\u0275elementStart(18, "lib-dm-tree-table", 14);
55081
+ \u0275\u0275twoWayListener("limitChange", function AppComponent_Template_lib_dm_tree_table_limitChange_18_listener($event) {
55082
+ \u0275\u0275restoreView(_r1);
55083
+ \u0275\u0275twoWayBindingSet(ctx.limit, $event) || (ctx.limit = $event);
55084
+ return \u0275\u0275resetView($event);
55085
+ });
55086
+ \u0275\u0275listener("loadMoreEmitter", function AppComponent_Template_lib_dm_tree_table_loadMoreEmitter_18_listener($event) {
55087
+ \u0275\u0275restoreView(_r1);
55088
+ return \u0275\u0275resetView(ctx.runReport($event, true));
55089
+ })("sortingEmitter", function AppComponent_Template_lib_dm_tree_table_sortingEmitter_18_listener($event) {
55090
+ \u0275\u0275restoreView(_r1);
55091
+ return \u0275\u0275resetView(ctx.onSort($event));
55092
+ });
55093
+ \u0275\u0275elementEnd();
55094
+ \u0275\u0275element(19, "dm-ui-grid-lib", 15);
55090
55095
  \u0275\u0275elementEnd()();
55091
55096
  \u0275\u0275template(20, AppComponent_Defer_20_Template, 3, 6);
55092
55097
  \u0275\u0275defer(21, 20, AppComponent_Defer_21_DepsFn);
@@ -55110,11 +55115,13 @@ var AppComponent = class _AppComponent {
55110
55115
  \u0275\u0275advance();
55111
55116
  \u0275\u0275conditional(ctx.attachedToShadowDom() ? 12 : -1);
55112
55117
  \u0275\u0275advance();
55113
- \u0275\u0275property("ngStyle", \u0275\u0275pureFunction1(12, _c029, ctx.showReportTable() ? "block" : "none"));
55118
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction1(18, _c029, ctx.showReportTable() ? "block" : "none"));
55114
55119
  \u0275\u0275advance();
55115
55120
  \u0275\u0275property("toggleable", false);
55116
55121
  \u0275\u0275advance(4);
55117
- \u0275\u0275conditional(!ctx.isOldTableStyle ? 18 : -1);
55122
+ \u0275\u0275property("ngStyle", \u0275\u0275pureFunction1(20, _c029, !ctx.isOldTableStyle ? "block" : "none"));
55123
+ \u0275\u0275twoWayProperty("limit", ctx.limit);
55124
+ \u0275\u0275property("startIndex", ctx.offset)("loading", ctx.tableLoading)("tableColumns", ctx.tableColumns)("rawTableData", ctx.tableData)("generalTotal", ctx.generalTotal);
55118
55125
  \u0275\u0275advance();
55119
55126
  \u0275\u0275property("options", ctx.gridOptions);
55120
55127
  \u0275\u0275advance(2);
@@ -55572,8 +55579,9 @@ var AppComponent = class _AppComponent {
55572
55579
  </div>\r
55573
55580
  </div>\r
55574
55581
  </ng-template>\r
55575
- @if (!isOldTableStyle) {\r
55582
+ \r
55576
55583
  <lib-dm-tree-table\r
55584
+ [ngStyle]="{ display: !isOldTableStyle ? 'block' : 'none' }"\r
55577
55585
  [(limit)]="limit"\r
55578
55586
  [startIndex]="offset"\r
55579
55587
  [loading]="tableLoading"\r
@@ -55583,8 +55591,8 @@ var AppComponent = class _AppComponent {
55583
55591
  (loadMoreEmitter)="runReport($event, true)"\r
55584
55592
  (sortingEmitter)="onSort($event)"\r
55585
55593
  ></lib-dm-tree-table>\r
55586
- }\r
55587
- <lib-dm-ui-grid-lib [options]="gridOptions"></lib-dm-ui-grid-lib>\r
55594
+ \r
55595
+ <dm-ui-grid-lib [options]="gridOptions"></dm-ui-grid-lib>\r
55588
55596
  </p-panel>\r
55589
55597
  </div>\r
55590
55598
  <!-- Documents Dialog-->\r