@prutech/compliance 1.0.237 → 1.0.239

Sign up to get free protection for your applications and to get access to all the features.
@@ -13901,7 +13901,7 @@ class ContextMenuNoiListComponent extends AbstractComponent {
13901
13901
  };
13902
13902
  });
13903
13903
  }
13904
- if (!get(this.params, 'data.isManualNOI_Type')) {
13904
+ if (get(this.params, 'data.isManualNOI_Type')) {
13905
13905
  this.menuItems = map(this.menuItems, (item) => {
13906
13906
  return {
13907
13907
  ...item,
@@ -16687,16 +16687,24 @@ class InteractionHistoryComponent {
16687
16687
  directToAdd() {
16688
16688
  this.router.navigate(['add'], { relativeTo: this.route });
16689
16689
  }
16690
+ get isDisable() {
16691
+ if (this.caseDetails) {
16692
+ return true;
16693
+ }
16694
+ return false;
16695
+ }
16690
16696
  }
16691
16697
  InteractionHistoryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InteractionHistoryComponent, deps: [{ token: ClientCommunicationHistoryService }, { token: i1$2.ActivatedRoute }, { token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Component });
16692
- InteractionHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: InteractionHistoryComponent, selector: "prutech-interaction-history", inputs: { interactions: "interactions", caseId: "caseId" }, ngImport: i0, template: "<prutech-ag-grid class=\"carfare-history\"\r\n [modules]=\"modules\"\r\n [columnDefs]=\"viewModel\"\r\n [defaultColDef]=\"defaultColDef\"\r\n [headerHeight]=\"headerHeight\"\r\n [rowData]=\"interactions\"\r\n [sideBar]=\"sideBar\"\r\n [pagination]=\"true\"\r\n [paginationPageSize]=\"paginationPageSize\"\r\n [disableAdd]=\"false\"\r\n [showheader]=\"true\"\r\n [btnAdd]=\"btnAdd\"\r\n (gridReadyEvent)=\"onGridReady($event)\"\r\n (pageSizeChanged)=\"onPageSizeChanged($event)\"\r\n (exportEvent)=\"exportData()\"\r\n (firstDataRendered)=\"onFirstDataRendered($event)\"\r\n (refreshGrid)=\"refreshGrid()\"\r\n (addEvent)=\"directToAdd()\"\r\n></prutech-ag-grid>\r\n", styles: [""], components: [{ type: i2$2.AgGridComponent, selector: "prutech-ag-grid", inputs: ["columnDefs", "defaultColDef", "headerHeight", "rowData", "btnAdd", "btnEdit", "btnRefresh", "showAllAppointments", "sideBar", "modules", "domLayout", "paginationPageSize", "pagination", "rowSelection", "disableAdd", "disableRefresh", "showheader", "warningMessage", "gridOptions", "excelExportParams", "showLegend", "btnSelectAll"], outputs: ["gridReadyEvent", "pageSizeChanged", "firstDataRendered", "addData", "addEvent", "editEvent", "exportEvent", "selectedAllAppointmentsEvent", "selectAllEvent", "selectionChanged", "refreshGrid", "filterChanged", "paginationChanged", "sortChanged", "gridValueEvent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
16698
+ InteractionHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: InteractionHistoryComponent, selector: "prutech-interaction-history", inputs: { interactions: "interactions", caseId: "caseId", caseDetails: "caseDetails" }, ngImport: i0, template: "<prutech-ag-grid class=\"carfare-history\"\r\n [modules]=\"modules\"\r\n [columnDefs]=\"viewModel\"\r\n [defaultColDef]=\"defaultColDef\"\r\n [headerHeight]=\"headerHeight\"\r\n [rowData]=\"interactions\"\r\n [sideBar]=\"sideBar\"\r\n [pagination]=\"true\"\r\n [paginationPageSize]=\"paginationPageSize\"\r\n [disableAdd]=\"isDisable\"\r\n [showheader]=\"true\"\r\n [btnAdd]=\"btnAdd\"\r\n (gridReadyEvent)=\"onGridReady($event)\"\r\n (pageSizeChanged)=\"onPageSizeChanged($event)\"\r\n (exportEvent)=\"exportData()\"\r\n (firstDataRendered)=\"onFirstDataRendered($event)\"\r\n (refreshGrid)=\"refreshGrid()\"\r\n (addEvent)=\"directToAdd()\"\r\n></prutech-ag-grid>\r\n", styles: [""], components: [{ type: i2$2.AgGridComponent, selector: "prutech-ag-grid", inputs: ["columnDefs", "defaultColDef", "headerHeight", "rowData", "btnAdd", "btnEdit", "btnRefresh", "showAllAppointments", "sideBar", "modules", "domLayout", "paginationPageSize", "pagination", "rowSelection", "disableAdd", "disableRefresh", "showheader", "warningMessage", "gridOptions", "excelExportParams", "showLegend", "btnSelectAll"], outputs: ["gridReadyEvent", "pageSizeChanged", "firstDataRendered", "addData", "addEvent", "editEvent", "exportEvent", "selectedAllAppointmentsEvent", "selectAllEvent", "selectionChanged", "refreshGrid", "filterChanged", "paginationChanged", "sortChanged", "gridValueEvent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
16693
16699
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InteractionHistoryComponent, decorators: [{
16694
16700
  type: Component,
16695
- args: [{ selector: 'prutech-interaction-history', changeDetection: ChangeDetectionStrategy.OnPush, template: "<prutech-ag-grid class=\"carfare-history\"\r\n [modules]=\"modules\"\r\n [columnDefs]=\"viewModel\"\r\n [defaultColDef]=\"defaultColDef\"\r\n [headerHeight]=\"headerHeight\"\r\n [rowData]=\"interactions\"\r\n [sideBar]=\"sideBar\"\r\n [pagination]=\"true\"\r\n [paginationPageSize]=\"paginationPageSize\"\r\n [disableAdd]=\"false\"\r\n [showheader]=\"true\"\r\n [btnAdd]=\"btnAdd\"\r\n (gridReadyEvent)=\"onGridReady($event)\"\r\n (pageSizeChanged)=\"onPageSizeChanged($event)\"\r\n (exportEvent)=\"exportData()\"\r\n (firstDataRendered)=\"onFirstDataRendered($event)\"\r\n (refreshGrid)=\"refreshGrid()\"\r\n (addEvent)=\"directToAdd()\"\r\n></prutech-ag-grid>\r\n", styles: [""] }]
16701
+ args: [{ selector: 'prutech-interaction-history', changeDetection: ChangeDetectionStrategy.OnPush, template: "<prutech-ag-grid class=\"carfare-history\"\r\n [modules]=\"modules\"\r\n [columnDefs]=\"viewModel\"\r\n [defaultColDef]=\"defaultColDef\"\r\n [headerHeight]=\"headerHeight\"\r\n [rowData]=\"interactions\"\r\n [sideBar]=\"sideBar\"\r\n [pagination]=\"true\"\r\n [paginationPageSize]=\"paginationPageSize\"\r\n [disableAdd]=\"isDisable\"\r\n [showheader]=\"true\"\r\n [btnAdd]=\"btnAdd\"\r\n (gridReadyEvent)=\"onGridReady($event)\"\r\n (pageSizeChanged)=\"onPageSizeChanged($event)\"\r\n (exportEvent)=\"exportData()\"\r\n (firstDataRendered)=\"onFirstDataRendered($event)\"\r\n (refreshGrid)=\"refreshGrid()\"\r\n (addEvent)=\"directToAdd()\"\r\n></prutech-ag-grid>\r\n", styles: [""] }]
16696
16702
  }], ctorParameters: function () { return [{ type: ClientCommunicationHistoryService }, { type: i1$2.ActivatedRoute }, { type: i1$2.Router }]; }, propDecorators: { interactions: [{
16697
16703
  type: Input
16698
16704
  }], caseId: [{
16699
16705
  type: Input
16706
+ }], caseDetails: [{
16707
+ type: Input
16700
16708
  }] } });
16701
16709
 
16702
16710
  const commentContextMenuItems = [
@@ -16852,10 +16860,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
16852
16860
  }] } });
16853
16861
 
16854
16862
  class ClientCommunicationHistoryComponent extends AbstractComponent {
16855
- constructor(route, tabService, clientCommunicationHistoryService) {
16863
+ constructor(route, tabService, coreService, clientCommunicationHistoryService) {
16856
16864
  super();
16857
16865
  this.route = route;
16858
16866
  this.tabService = tabService;
16867
+ this.coreService = coreService;
16859
16868
  this.clientCommunicationHistoryService = clientCommunicationHistoryService;
16860
16869
  this.historyTypeEnum = HistoryType;
16861
16870
  this.interactionTitle = 'Interactions';
@@ -16875,6 +16884,9 @@ class ClientCommunicationHistoryComponent extends AbstractComponent {
16875
16884
  tabName: `/${interactionHistoryRoute}/${this.caseId}`,
16876
16885
  canClose: true,
16877
16886
  });
16887
+ this.coreService.caseDetails.pipe(takeUntil(this.componentDestroyed)).subscribe((data) => {
16888
+ this.caseDetails = data;
16889
+ });
16878
16890
  }
16879
16891
  get loading() {
16880
16892
  return combineLatest([
@@ -16902,12 +16914,12 @@ class ClientCommunicationHistoryComponent extends AbstractComponent {
16902
16914
  //
16903
16915
  }
16904
16916
  }
16905
- ClientCommunicationHistoryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ClientCommunicationHistoryComponent, deps: [{ token: i1$2.ActivatedRoute }, { token: i2$2.TabService }, { token: ClientCommunicationHistoryService }], target: i0.ɵɵFactoryTarget.Component });
16906
- ClientCommunicationHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ClientCommunicationHistoryComponent, selector: "prutech-client-communication-history", usesInheritance: true, ngImport: i0, template: "<app-nav-tabs></app-nav-tabs>\r\n<prutech-case-summary-header [caseId]=\"caseId\"></prutech-case-summary-header>\r\n<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<div class=\"prutech-list assessment-list\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\" class=\"page-header carfare-history\">\r\n <span class=\"title\">Client Interaction History - {{ title }}</span>\r\n <div>\r\n <mat-button-toggle-group class=\"prutech-button-toggle\" [(ngModel)]=\"historyType\" (ngModelChange)=\"switchType()\">\r\n <mat-button-toggle value=\"{{ historyTypeEnum.interaction }}\">INTERACTIONS</mat-button-toggle>\r\n <mat-button-toggle value=\"{{ historyTypeEnum.comments }}\">COMMENTS</mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n </div>\r\n\r\n <prutech-interaction-history\r\n *ngIf=\"historyType === historyTypeEnum.interaction\"\r\n [interactions]=\"interactions | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-interaction-history>\r\n\r\n <prutech-comment-history\r\n *ngIf=\"historyType === historyTypeEnum.comments\"\r\n [comments]=\"comments | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-comment-history>\r\n</div>\r\n", styles: [""], components: [{ type: i2$2.TabsComponent, selector: "app-nav-tabs", inputs: ["primaryTab", "hideRouter"] }, { type: i2$2.CaseSummaryHeaderComponent, selector: "prutech-case-summary-header", inputs: ["caseId"] }, { type: i2$2.LoaderComponent, selector: "prutech-loader" }, { type: i4$2.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { type: InteractionHistoryComponent, selector: "prutech-interaction-history", inputs: ["interactions", "caseId"] }, { type: CommentHistoryComponent, selector: "prutech-comment-history", inputs: ["comments", "caseId"] }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i5.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4$2.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "async": i4$1.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
16917
+ ClientCommunicationHistoryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ClientCommunicationHistoryComponent, deps: [{ token: i1$2.ActivatedRoute }, { token: i2$2.TabService }, { token: i2$2.CoreService }, { token: ClientCommunicationHistoryService }], target: i0.ɵɵFactoryTarget.Component });
16918
+ ClientCommunicationHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ClientCommunicationHistoryComponent, selector: "prutech-client-communication-history", usesInheritance: true, ngImport: i0, template: "<app-nav-tabs></app-nav-tabs>\r\n<prutech-case-summary-header [caseId]=\"caseId\"></prutech-case-summary-header>\r\n<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<div class=\"prutech-list assessment-list\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\" class=\"page-header carfare-history\">\r\n <span class=\"title\">Client Interaction History - {{ title }}</span>\r\n <div>\r\n <mat-button-toggle-group class=\"prutech-button-toggle\" [(ngModel)]=\"historyType\" (ngModelChange)=\"switchType()\">\r\n <mat-button-toggle value=\"{{ historyTypeEnum.interaction }}\">INTERACTIONS</mat-button-toggle>\r\n <mat-button-toggle value=\"{{ historyTypeEnum.comments }}\">COMMENTS</mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n </div>\r\n\r\n <prutech-interaction-history\r\n *ngIf=\"historyType === historyTypeEnum.interaction\"\r\n [interactions]=\"interactions | async\"\r\n [caseId]=\"caseId\" [caseDetails]=\"caseDetails?.isOpdmaUser\"\r\n ></prutech-interaction-history>\r\n\r\n <prutech-comment-history\r\n *ngIf=\"historyType === historyTypeEnum.comments\"\r\n [comments]=\"comments | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-comment-history>\r\n</div>\r\n", styles: [""], components: [{ type: i2$2.TabsComponent, selector: "app-nav-tabs", inputs: ["primaryTab", "hideRouter"] }, { type: i2$2.CaseSummaryHeaderComponent, selector: "prutech-case-summary-header", inputs: ["caseId"] }, { type: i2$2.LoaderComponent, selector: "prutech-loader" }, { type: i4$2.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { type: InteractionHistoryComponent, selector: "prutech-interaction-history", inputs: ["interactions", "caseId", "caseDetails"] }, { type: CommentHistoryComponent, selector: "prutech-comment-history", inputs: ["comments", "caseId"] }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i5.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4$2.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "async": i4$1.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
16907
16919
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ClientCommunicationHistoryComponent, decorators: [{
16908
16920
  type: Component,
16909
- args: [{ selector: 'prutech-client-communication-history', changeDetection: ChangeDetectionStrategy.OnPush, template: "<app-nav-tabs></app-nav-tabs>\r\n<prutech-case-summary-header [caseId]=\"caseId\"></prutech-case-summary-header>\r\n<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<div class=\"prutech-list assessment-list\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\" class=\"page-header carfare-history\">\r\n <span class=\"title\">Client Interaction History - {{ title }}</span>\r\n <div>\r\n <mat-button-toggle-group class=\"prutech-button-toggle\" [(ngModel)]=\"historyType\" (ngModelChange)=\"switchType()\">\r\n <mat-button-toggle value=\"{{ historyTypeEnum.interaction }}\">INTERACTIONS</mat-button-toggle>\r\n <mat-button-toggle value=\"{{ historyTypeEnum.comments }}\">COMMENTS</mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n </div>\r\n\r\n <prutech-interaction-history\r\n *ngIf=\"historyType === historyTypeEnum.interaction\"\r\n [interactions]=\"interactions | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-interaction-history>\r\n\r\n <prutech-comment-history\r\n *ngIf=\"historyType === historyTypeEnum.comments\"\r\n [comments]=\"comments | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-comment-history>\r\n</div>\r\n", styles: [""] }]
16910
- }], ctorParameters: function () { return [{ type: i1$2.ActivatedRoute }, { type: i2$2.TabService }, { type: ClientCommunicationHistoryService }]; } });
16921
+ args: [{ selector: 'prutech-client-communication-history', changeDetection: ChangeDetectionStrategy.OnPush, template: "<app-nav-tabs></app-nav-tabs>\r\n<prutech-case-summary-header [caseId]=\"caseId\"></prutech-case-summary-header>\r\n<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<div class=\"prutech-list assessment-list\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\" class=\"page-header carfare-history\">\r\n <span class=\"title\">Client Interaction History - {{ title }}</span>\r\n <div>\r\n <mat-button-toggle-group class=\"prutech-button-toggle\" [(ngModel)]=\"historyType\" (ngModelChange)=\"switchType()\">\r\n <mat-button-toggle value=\"{{ historyTypeEnum.interaction }}\">INTERACTIONS</mat-button-toggle>\r\n <mat-button-toggle value=\"{{ historyTypeEnum.comments }}\">COMMENTS</mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n </div>\r\n\r\n <prutech-interaction-history\r\n *ngIf=\"historyType === historyTypeEnum.interaction\"\r\n [interactions]=\"interactions | async\"\r\n [caseId]=\"caseId\" [caseDetails]=\"caseDetails?.isOpdmaUser\"\r\n ></prutech-interaction-history>\r\n\r\n <prutech-comment-history\r\n *ngIf=\"historyType === historyTypeEnum.comments\"\r\n [comments]=\"comments | async\"\r\n [caseId]=\"caseId\"\r\n ></prutech-comment-history>\r\n</div>\r\n", styles: [""] }]
16922
+ }], ctorParameters: function () { return [{ type: i1$2.ActivatedRoute }, { type: i2$2.TabService }, { type: i2$2.CoreService }, { type: ClientCommunicationHistoryService }]; } });
16911
16923
 
16912
16924
  const routes$e = [
16913
16925
  {
@@ -30596,6 +30608,7 @@ class PreNoiWorkListItemModel {
30596
30608
  this.showOnlyCaseSummay = get(data, 'showOnlyCaseSummay');
30597
30609
  this.wmsReasonCode = get(data, 'wmsReasonCode');
30598
30610
  this.individualStatus = get(data, 'individualStatus');
30611
+ this.isMoreThan10DaysOnWl = get(data, 'isMoreThan10DaysOnWl');
30599
30612
  }
30600
30613
  }
30601
30614
 
@@ -31540,11 +31553,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
31540
31553
  args: [{ selector: 'lib-pre-noi-context-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<prutech-context-menu [menuItems]=\"menuItems\" (menuAction)=\"doAction($event)\"></prutech-context-menu>\r\n", styles: [""] }]
31541
31554
  }], ctorParameters: function () { return [{ type: i1$1.MatDialog }, { type: LookupsService }, { type: i2$2.TabService }, { type: i1$2.Router }, { type: i5$1.UserService }, { type: PreNoiWorkListService }, { type: ConciliationAppointmentWorkListService }]; } });
31542
31555
 
31556
+ const moreThan10DaysOnWlFlag = "Y";
31543
31557
  const columnDefs$1 = [
31544
31558
  {
31545
31559
  headerName: '', field: '', minWidth: 55, maxWidth: 70, resizable: true,
31546
31560
  cellRendererFramework: PreNoiContextMenuComponent,
31547
31561
  },
31562
+ {
31563
+ headerName: '', field: 'isMoreThan10DaysOnWl', minWidth: 70, resizable: true, filter: true, sortable: true,
31564
+ cellClass: 'ag-cell-icon',
31565
+ // tslint:disable-next-line: typedef
31566
+ cellRenderer: function (params) {
31567
+ if (params.data.isMoreThan10DaysOnWl == moreThan10DaysOnWlFlag) {
31568
+ return '<i class="material-icons red">assignment_late</i>';
31569
+ }
31570
+ else {
31571
+ return undefined;
31572
+ }
31573
+ },
31574
+ },
31548
31575
  {
31549
31576
  headerName: 'WMS Case#', field: 'wmsCaseNumber', sortable: true, resizable: true, filter: true, suppressSizeToFit: true, width: 150,
31550
31577
  },