@prutech/compliance 1.0.226 → 1.0.227

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. package/esm2020/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.mjs +3 -2
  2. package/esm2020/lib/conciliation-appointment-work-list/constants/worklist_id.mjs +5 -0
  3. package/esm2020/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.mjs +6 -4
  4. package/esm2020/lib/conciliation-appointment-work-list/models/save-conciliation-status-payload.model.mjs +2 -1
  5. package/esm2020/lib/conciliation-appointment-work-list/models/save-status-response.mjs +2 -1
  6. package/esm2020/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.mjs +10 -4
  7. package/esm2020/lib/noi-work-list/components/context-menu/context-menu.component.mjs +3 -1
  8. package/esm2020/lib/noi-work-list/effects/noi-work-list.effect.mjs +4 -3
  9. package/esm2020/lib/noi-work-list/models/save-noi-status-payload.model.mjs +2 -1
  10. package/esm2020/lib/pre-conciliation-work-list/components/review-details-dialog/review-details-dialog.component.mjs +3 -3
  11. package/esm2020/lib/pre-conciliation-work-list/models/review-details.model.mjs +4 -2
  12. package/esm2020/lib/pre-noi-work-list/components/pre-noi-context-menu/pre-noi-context-menu.component.mjs +25 -23
  13. package/esm2020/lib/pre-noi-work-list/effects/conciliation-appointment-work-list.effect.mjs +12 -4
  14. package/esm2020/lib/pre-noi-work-list/models/save-prenoi-status-payload.model.mjs +4 -1
  15. package/esm2020/lib/pre-noi-work-list/models/save-status-response.mjs +4 -1
  16. package/esm2020/lib/telephone-settled-conference/components/context-menu/context-menu.component.mjs +100 -55
  17. package/esm2020/lib/telephone-settled-conference/effects/telephone-or-settled-conference-list.effect.mjs +17 -9
  18. package/esm2020/lib/telephone-settled-conference/models/save-conciliation-status-payload.model.mjs +5 -1
  19. package/esm2020/lib/telephone-settled-conference/models/save-status-response.mjs +5 -1
  20. package/esm2020/lib/telephone-settled-conference/models/telephone-or-settled-conference-work-list-item.model.mjs +1 -1
  21. package/fesm2015/prutech-compliance.mjs +152 -89
  22. package/fesm2015/prutech-compliance.mjs.map +1 -1
  23. package/fesm2020/prutech-compliance.mjs +185 -96
  24. package/fesm2020/prutech-compliance.mjs.map +1 -1
  25. package/lib/conciliation-appointment-work-list/constants/worklist_id.d.ts +4 -0
  26. package/lib/conciliation-appointment-work-list/models/save-conciliation-status-payload.model.d.ts +1 -0
  27. package/lib/conciliation-appointment-work-list/models/save-status-response.d.ts +1 -0
  28. package/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.d.ts +3 -1
  29. package/lib/noi-work-list/models/save-noi-status-payload.model.d.ts +1 -0
  30. package/lib/pre-noi-work-list/effects/conciliation-appointment-work-list.effect.d.ts +3 -1
  31. package/lib/pre-noi-work-list/models/save-prenoi-status-payload.model.d.ts +3 -0
  32. package/lib/pre-noi-work-list/models/save-status-response.d.ts +3 -0
  33. package/lib/telephone-settled-conference/effects/telephone-or-settled-conference-list.effect.d.ts +3 -1
  34. package/lib/telephone-settled-conference/models/save-conciliation-status-payload.model.d.ts +4 -0
  35. package/lib/telephone-settled-conference/models/save-status-response.d.ts +4 -0
  36. package/lib/telephone-settled-conference/models/telephone-or-settled-conference-work-list-item.model.d.ts +1 -1
  37. package/package.json +1 -1
@@ -15,12 +15,13 @@ import { createFeatureSelector, createSelector, select, StoreModule } from '@ngr
15
15
  import * as i5$1 from '@prutech/identity-client';
16
16
  import { ApiInterceptorService } from '@prutech/identity-client';
17
17
  import * as i2$2 from '@prutech/components';
18
- import { Lookup, SeamsHttpResponse, handleSuccess, handleLoadFail, AbstractComponent, PtDynamicElement, ClientServicesScreenComponent, CoreModule, DynamicFormsModule, TabsModule, ContextMenuComponent as ContextMenuComponent$3, AgGridComponent, invalidPhoneNumber, invalidEmail, NgxMaskModule, PtDynamicType, SignatureModalComponent, SignatureService, AssessmentQuestion } from '@prutech/components';
18
+ import { dateFormat as dateFormat$2, Lookup, SeamsHttpResponse, handleSuccess, handleLoadFail, AbstractComponent, PtDynamicElement, ClientServicesScreenComponent, CoreModule, DynamicFormsModule, TabsModule, ContextMenuComponent as ContextMenuComponent$3, AgGridComponent, invalidPhoneNumber, invalidEmail, NgxMaskModule, PtDynamicType, SignatureModalComponent, SignatureService, AssessmentQuestion } from '@prutech/components';
19
19
  import { assign, get, map, toString, isNil, filter, find, toNumber, split, trim, set, mapValues, concat, isEmpty, isEqual, includes, last, first, has, forEach, cloneDeep, head, nth, chain, reduce, sortBy, invoke, keys, keyBy, size, isNumber, sum, values, some, isNaN, range, join, compact, uniqBy, flatMap, floor, padStart } from 'lodash';
20
20
  import { createEntityAdapter } from '@ngrx/entity';
21
21
  import { __decorate } from 'tslib';
22
22
  import { of, BehaviorSubject, combineLatest, Subject } from 'rxjs';
23
23
  import { map as map$1, switchMap, catchError, tap, takeUntil, filter as filter$1, distinctUntilChanged, take, exhaustMap, startWith } from 'rxjs/operators';
24
+ import moment from 'moment';
24
25
  import * as i3 from 'ngx-toastr';
25
26
  import { ToastrModule } from 'ngx-toastr';
26
27
  import { ClientSideRowModelModule } from '@ag-grid-community/client-side-row-model';
@@ -36,7 +37,6 @@ import * as i6 from '@angular/material/input';
36
37
  import { MatInputModule } from '@angular/material/input';
37
38
  import * as i1$2 from '@angular/router';
38
39
  import { RouterModule } from '@angular/router';
39
- import moment from 'moment';
40
40
  import * as i7$1 from '@angular/material/core';
41
41
  import { MatNativeDateModule, DateAdapter, MAT_DATE_LOCALE, MAT_DATE_FORMATS } from '@angular/material/core';
42
42
  import * as i8 from '@angular/material/datepicker';
@@ -255,7 +255,7 @@ class ReviewDetails {
255
255
  this.caseStatus = get(data, 'caseStatus');
256
256
  this.caseType = get(data, 'caseType');
257
257
  this.localOffice = get(data, 'localOffice');
258
- this.dob = get(data, 'dob');
258
+ this.dob = moment(get(data, 'dob')).format(dateFormat$2);
259
259
  this.language = get(data, 'language');
260
260
  this.childCare = get(data, 'childCare');
261
261
  this.esCode = get(data, 'esCode');
@@ -556,10 +556,10 @@ class ReviewDetailsDialogComponent extends AbstractComponent {
556
556
  }
557
557
  }
558
558
  ReviewDetailsDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReviewDetailsDialogComponent, deps: [{ token: i1$1.MatDialogRef }, { token: i1$2.Router }, { token: PreConciliationWorkListService }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
559
- ReviewDetailsDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ReviewDetailsDialogComponent, selector: "prutech-review-details-dialog", usesInheritance: true, ngImport: i0, template: "<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<prutech-dialog-box class=\"prutech-dialog-box\">\r\n <div class=\"header\">Review Details</div>\r\n <div class=\"body prutech-dialog-content\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\" fxLayoutGap=\"10px\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\">\r\n <!-- left -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case #</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsCaseNumber }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">First Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.firstName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Last Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.lastName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Date of Birth</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.dob | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Local Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.localOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Household Size</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.householdSize }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Shelter Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.shelterType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">CA ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.esCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">RAR Information</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.raDetails }}</div>\r\n </div>\r\n <ng-template [ngIf]=\"hasAssignmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"assignment\"></ng-container>\r\n </ng-template>\r\n <ng-template [ngIf]=\"hasAppointmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"appointment\"></ng-container>\r\n </ng-template>\r\n </div>\r\n <!-- middle -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">SNAP ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.snapEsCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Individual Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.individualStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Form Language</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.language }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Residential Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.residentialAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Mailing Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.mailingAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Program Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.programStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">FFR Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.nextFFR | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Child Care</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.childCare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Car Fare</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.carFare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Income</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.income }}</div>\r\n </div>\r\n </div>\r\n <!-- right-->\r\n <div fxFlex=\"20%\" fxLayout=\"column\" fxLayoutAlign=\"start start\">\r\n <!-- <div *ngIf=\"!!reviewDetails?.caseId\">\r\n <prutech-rar-modal [caseId]=\"reviewDetails?.caseId\"></prutech-rar-modal>\r\n </div> -->\r\n <button mat-button color=\"primary\" (click)=\"navigateToFia3a()\">FIA3A</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"dialogboxfooter\">\r\n <button mat-flat-button (click)=\"closeModal()\">EXIT</button>\r\n </div>\r\n</prutech-dialog-box>\r\n\r\n<ng-template #assignment>\r\n <div class=\"sub-title-header\">Assignment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n<ng-template #appointment>\r\n <div class=\"sub-title-header\">Appointment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i2$2.LoaderComponent, selector: "prutech-loader" }, { type: i2$2.DialogBoxComponent, selector: "prutech-dialog-box" }, { type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], 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: i5.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { type: i5.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i4$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "async": i4$1.AsyncPipe, "date": i4$1.DatePipe } });
559
+ ReviewDetailsDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ReviewDetailsDialogComponent, selector: "prutech-review-details-dialog", usesInheritance: true, ngImport: i0, template: "<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<prutech-dialog-box class=\"prutech-dialog-box\">\r\n <div class=\"header\">Review Details</div>\r\n <div class=\"body prutech-dialog-content\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\" fxLayoutGap=\"10px\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\">\r\n <!-- left -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case #</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsCaseNumber }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">First Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.firstName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Last Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.lastName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Date of Birth</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.dob }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Local Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.localOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Household Size</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.householdSize }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Shelter Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.shelterType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">CA ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.esCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">RAR Information</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.raDetails }}</div>\r\n </div>\r\n <ng-template [ngIf]=\"hasAssignmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"assignment\"></ng-container>\r\n </ng-template>\r\n <ng-template [ngIf]=\"hasAppointmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"appointment\"></ng-container>\r\n </ng-template>\r\n </div>\r\n <!-- middle -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">SNAP ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.snapEsCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Individual Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.individualStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Form Language</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.language }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Residential Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.residentialAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Mailing Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.mailingAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Program Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.programStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">FFR Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.nextFFR | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Child Care</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.childCare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Car Fare</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.carFare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Income</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.income }}</div>\r\n </div>\r\n </div>\r\n <!-- right-->\r\n <div fxFlex=\"20%\" fxLayout=\"column\" fxLayoutAlign=\"start start\">\r\n <!-- <div *ngIf=\"!!reviewDetails?.caseId\">\r\n <prutech-rar-modal [caseId]=\"reviewDetails?.caseId\"></prutech-rar-modal>\r\n </div> -->\r\n <button mat-button color=\"primary\" (click)=\"navigateToFia3a()\">FIA3A</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"dialogboxfooter\">\r\n <button mat-flat-button (click)=\"closeModal()\">EXIT</button>\r\n </div>\r\n</prutech-dialog-box>\r\n\r\n<ng-template #assignment>\r\n <div class=\"sub-title-header\">Assignment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n<ng-template #appointment>\r\n <div class=\"sub-title-header\">Appointment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i2$2.LoaderComponent, selector: "prutech-loader" }, { type: i2$2.DialogBoxComponent, selector: "prutech-dialog-box" }, { type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], 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: i5.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { type: i5.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i4$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "async": i4$1.AsyncPipe, "date": i4$1.DatePipe } });
560
560
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReviewDetailsDialogComponent, decorators: [{
561
561
  type: Component,
562
- args: [{ selector: 'prutech-review-details-dialog', template: "<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<prutech-dialog-box class=\"prutech-dialog-box\">\r\n <div class=\"header\">Review Details</div>\r\n <div class=\"body prutech-dialog-content\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\" fxLayoutGap=\"10px\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\">\r\n <!-- left -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case #</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsCaseNumber }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">First Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.firstName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Last Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.lastName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Date of Birth</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.dob | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Local Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.localOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Household Size</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.householdSize }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Shelter Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.shelterType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">CA ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.esCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">RAR Information</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.raDetails }}</div>\r\n </div>\r\n <ng-template [ngIf]=\"hasAssignmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"assignment\"></ng-container>\r\n </ng-template>\r\n <ng-template [ngIf]=\"hasAppointmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"appointment\"></ng-container>\r\n </ng-template>\r\n </div>\r\n <!-- middle -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">SNAP ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.snapEsCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Individual Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.individualStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Form Language</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.language }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Residential Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.residentialAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Mailing Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.mailingAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Program Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.programStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">FFR Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.nextFFR | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Child Care</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.childCare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Car Fare</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.carFare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Income</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.income }}</div>\r\n </div>\r\n </div>\r\n <!-- right-->\r\n <div fxFlex=\"20%\" fxLayout=\"column\" fxLayoutAlign=\"start start\">\r\n <!-- <div *ngIf=\"!!reviewDetails?.caseId\">\r\n <prutech-rar-modal [caseId]=\"reviewDetails?.caseId\"></prutech-rar-modal>\r\n </div> -->\r\n <button mat-button color=\"primary\" (click)=\"navigateToFia3a()\">FIA3A</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"dialogboxfooter\">\r\n <button mat-flat-button (click)=\"closeModal()\">EXIT</button>\r\n </div>\r\n</prutech-dialog-box>\r\n\r\n<ng-template #assignment>\r\n <div class=\"sub-title-header\">Assignment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n<ng-template #appointment>\r\n <div class=\"sub-title-header\">Appointment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n", styles: [""] }]
562
+ args: [{ selector: 'prutech-review-details-dialog', template: "<prutech-loader *ngIf=\"(loading | async)\"></prutech-loader>\r\n<prutech-dialog-box class=\"prutech-dialog-box\">\r\n <div class=\"header\">Review Details</div>\r\n <div class=\"body prutech-dialog-content\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\" fxLayoutGap=\"10px\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between start\">\r\n <!-- left -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case #</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsCaseNumber }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">First Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.firstName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Last Name</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.lastName }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Date of Birth</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.dob }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Local Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.localOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Household Size</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.householdSize }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Shelter Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.shelterType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Case Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.caseType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">CA ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.esCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">RAR Information</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.raDetails }}</div>\r\n </div>\r\n <ng-template [ngIf]=\"hasAssignmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"assignment\"></ng-container>\r\n </ng-template>\r\n <ng-template [ngIf]=\"hasAppointmentInfo()\">\r\n <ng-container *ngTemplateOutlet=\"appointment\"></ng-container>\r\n </ng-template>\r\n </div>\r\n <!-- middle -->\r\n <div fxFlex=\"40%\" fxLayout=\"column\" fxLayoutAlign=\"start stretch\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">SNAP ES Code</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.snapEsCode }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Individual Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.individualStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">WMS Office</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.wmsOffice }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Form Language</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.language }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Residential Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.residentialAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Mailing Address</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.mailingAddress }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Program Status</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.programStatus }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">FFR Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.nextFFR | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Child Care</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.childCare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Car Fare</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.carFare }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Income</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.income }}</div>\r\n </div>\r\n </div>\r\n <!-- right-->\r\n <div fxFlex=\"20%\" fxLayout=\"column\" fxLayoutAlign=\"start start\">\r\n <!-- <div *ngIf=\"!!reviewDetails?.caseId\">\r\n <prutech-rar-modal [caseId]=\"reviewDetails?.caseId\"></prutech-rar-modal>\r\n </div> -->\r\n <button mat-button color=\"primary\" (click)=\"navigateToFia3a()\">FIA3A</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"dialogboxfooter\">\r\n <button mat-flat-button (click)=\"closeModal()\">EXIT</button>\r\n </div>\r\n</prutech-dialog-box>\r\n\r\n<ng-template #assignment>\r\n <div class=\"sub-title-header\">Assignment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Assignment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.assignmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n<ng-template #appointment>\r\n <div class=\"sub-title-header\">Appointment Information</div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentType }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Appointment Site</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentSite }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Date</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionDate | date: dateFormat }}</div>\r\n </div>\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start start\" class=\"readonly-group\">\r\n <div fxFlex=\"40%\" class=\"label\">Infraction Type</div>\r\n <div fxFlex class=\"value\">{{ reviewDetails?.appointmentInfractionType }}</div>\r\n </div>\r\n</ng-template>\r\n", styles: [""] }]
563
563
  }], ctorParameters: function () { return [{ type: i1$1.MatDialogRef }, { type: i1$2.Router }, { type: PreConciliationWorkListService }, { type: undefined, decorators: [{
564
564
  type: Inject,
565
565
  args: [MAT_DIALOG_DATA]
@@ -2053,6 +2053,7 @@ class SaveStatusResponse$2 {
2053
2053
  this.originalCategoryId = get(data, 'originalCategoryId');
2054
2054
  this.assessmentId = get(data, 'assessmentId');
2055
2055
  this.letterType = get(data, 'letterType');
2056
+ this.infractionDate = get(data, 'infractionDate');
2056
2057
  }
2057
2058
  }
2058
2059
 
@@ -2136,10 +2137,16 @@ class ConciliationAppointmentWorkListService {
2136
2137
  dispatchPrintDocument(payload) {
2137
2138
  this.store.dispatch(new PrintDocumentAction(payload));
2138
2139
  }
2139
- printDocument(letterType, assessmentId, CmsCaseID) {
2140
+ printDocument(letterType, assessmentId, CmsCaseID, worklistType, infractionDate) {
2140
2141
  if (assessmentId !== undefined) {
2141
- return this.http.get(`${get(this.environment, 'utilityQueryService')}Document/GenerateGoodCauseLetter/${letterType}/${CmsCaseID}?EAEPAssessmentID=${assessmentId}`)
2142
- .pipe(map$1((data) => get(data, 'responseObject')));
2142
+ if (infractionDate != null) {
2143
+ return this.http.get(`${get(this.environment, 'utilityQueryService')}Document/GenerateGoodCauseLetter/${letterType}/${CmsCaseID}/${assessmentId}/${worklistType}?infractionDate=${infractionDate}`)
2144
+ .pipe(map$1((data) => get(data, 'responseObject')));
2145
+ }
2146
+ else {
2147
+ return this.http.get(`${get(this.environment, 'utilityQueryService')}Document/GenerateGoodCauseLetter/${letterType}/${CmsCaseID}/${assessmentId}/${worklistType}`)
2148
+ .pipe(map$1((data) => get(data, 'responseObject')));
2149
+ }
2143
2150
  }
2144
2151
  else {
2145
2152
  return this.http.get(`${get(this.environment, 'utilityQueryService')}Document/GenerateGoodCauseLetter/${letterType}/${CmsCaseID}`)
@@ -10016,6 +10023,11 @@ function getGrantOption$2(payload) {
10016
10023
  return GrantOptionType$2.Other;
10017
10024
  }
10018
10025
 
10026
+ const conciliationId = 1;
10027
+ const preNoiId = 2;
10028
+ const noiId = 3;
10029
+ const teleConferenceId = 4;
10030
+
10019
10031
  class ConciliationAppointmentWorkListEffect {
10020
10032
  constructor(conciliationWorkListService, toastr, dialog, router, tabService, actions$) {
10021
10033
  this.conciliationWorkListService = conciliationWorkListService;
@@ -10042,8 +10054,9 @@ class ConciliationAppointmentWorkListEffect {
10042
10054
  const grantOption = getGrantOption$2(get(action, 'payload'));
10043
10055
  const actionId = get(action, 'payload.actionId');
10044
10056
  const originalCategoryId = get(action, 'payload.originalCategoryId');
10057
+ const infractionDate = get(action, 'payload.infractionDate');
10045
10058
  if (actionId === goodCauseGrantedActionId$2) {
10046
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId') });
10059
+ this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId'), worklistType: conciliationId, infractionDate: infractionDate, });
10047
10060
  if (originalCategoryId === csAppointments || originalCategoryId === csAssignments || originalCategoryId === tagAppointments || originalCategoryId === tagAssignments) {
10048
10061
  this.router.navigate(['/ea-ep/' + get(action, 'payload.caseId')], { queryParams: { isconciliationWL: true } });
10049
10062
  }
@@ -10148,14 +10161,14 @@ class ConciliationAppointmentWorkListEffect {
10148
10161
  this.saveBatchAppointmentSuccessAction$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.SubmitBatchPoolAppointmentSuccess), map$1((action) => {
10149
10162
  // handleSuccess(this.toastr);
10150
10163
  handleSuccess(this.toastr);
10151
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.eaepAssessmentId'), CmsCaseID: get(action, 'payload.caseId') });
10164
+ this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.eaepAssessmentId'), CmsCaseID: get(action, 'payload.caseId'), worklistType: conciliationId, infractionDate: get(action, 'payload.infractionDate'), });
10152
10165
  this.conciliationWorkListService.dispatchLoadConciliationWorkList();
10153
10166
  }));
10154
10167
  this.saveBatchAppointmentFailAction$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.SubmitBatchPoolAppointmentFail), map$1((action) => get(action, 'payload')), tap((response) => {
10155
10168
  handleLoadFail(this.toastr, map(get(response, 'seamsErrorCodes'), 'value'));
10156
10169
  }));
10157
10170
  this.printDocument$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.PrintDocument), map$1((action) => action.payload), switchMap((payload) => {
10158
- return this.conciliationWorkListService.printDocument(payload.letterType, payload.assessmentId, payload.CmsCaseID)
10171
+ return this.conciliationWorkListService.printDocument(payload.letterType, payload.assessmentId, payload.CmsCaseID, conciliationId, payload.infractionDate)
10159
10172
  .pipe(
10160
10173
  // tslint:disable-next-line:no-any
10161
10174
  map$1((response) => {
@@ -10434,6 +10447,7 @@ class SaveConciliationStatusPayload {
10434
10447
  this.originalCategoryId = get(data, 'originalCategoryId');
10435
10448
  this.assessmentId = get(data, 'assessmentId');
10436
10449
  this.letterType = get(data, 'letterType');
10450
+ this.infractionDate = get(data, 'infractionDate');
10437
10451
  }
10438
10452
  }
10439
10453
 
@@ -11606,6 +11620,7 @@ class ConciliationContextMenuComponent extends AbstractComponent {
11606
11620
  originalCategoryId: item?.originalCategoryId,
11607
11621
  assessmentId: get(item, 'eaepAssessmentId'),
11608
11622
  letterType: letterTypeId,
11623
+ infractionDate: get(item, 'infractionDate'),
11609
11624
  });
11610
11625
  this.conciliationWorkListService.dispatchSaveStatus(payload);
11611
11626
  });
@@ -11685,7 +11700,7 @@ class ConciliationContextMenuComponent extends AbstractComponent {
11685
11700
  caseId: item?.cmsCaseId,
11686
11701
  originalCategoryId: item?.originalCategoryId,
11687
11702
  assessmentId: get(item, 'eaepAssessmentId'),
11688
- letterType: letterTypeId,
11703
+ letterType: letterTypeId, infractionDate: get(item, 'infractionDate'),
11689
11704
  });
11690
11705
  this.conciliationWorkListService.dispatchSaveStatus(payload);
11691
11706
  //Batch pool logic added to SubmitGrantedConciliation api
@@ -13236,13 +13251,13 @@ class NoiWorkListEffect {
13236
13251
  handleSuccess(this.toastr);
13237
13252
  /*if (get(action, 'payload.actionId') === goodCauseGrantedActionId) {
13238
13253
  return new OpenAppointmentDialogAction(get(action, 'payload.caseId'));
13239
- } else {
13254
+ }
13240
13255
  return new LoadNoiWorkListAction();
13241
13256
  }*/
13242
13257
  const actionId = get(action, 'payload.actionId');
13243
13258
  const originalCategoryId = get(action, 'payload.originalCategoryId');
13244
13259
  if (actionId === goodCauseGrantedActionId$2) {
13245
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId') });
13260
+ this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId'), worklistType: noiId, infractionDate: get(action, 'payload.infractionDate') });
13246
13261
  if (originalCategoryId === csAppointments || originalCategoryId === csAssignments || originalCategoryId === tagAppointments || originalCategoryId === tagAssignments) {
13247
13262
  this.router.navigate(['/ea-ep/' + get(action, 'payload.caseId')], { queryParams: { isconciliationWL: true } });
13248
13263
  }
@@ -13346,6 +13361,7 @@ class SaveNoiStatusPayload {
13346
13361
  this.letterType = get(data, 'letterType');
13347
13362
  this.caseId = get(data, 'caseId');
13348
13363
  this.assessmentId = get(data, 'assessmentId');
13364
+ this.infractionDate = get(data, 'infractionDate');
13349
13365
  }
13350
13366
  }
13351
13367
 
@@ -13684,6 +13700,7 @@ class ContextMenuNoiListComponent extends AbstractComponent {
13684
13700
  originalCategoryId: item?.originalCategoryId,
13685
13701
  assessmentId: get(item, 'eaepAssessmentId'),
13686
13702
  letterType: letterTypeId,
13703
+ infractionDate: get(item, 'infractionDate'),
13687
13704
  });
13688
13705
  this.noiWorkListService.dispatchSaveStatus(payload);
13689
13706
  });
@@ -13694,6 +13711,7 @@ class ContextMenuNoiListComponent extends AbstractComponent {
13694
13711
  ...res,
13695
13712
  wlNOIId: item.wlNOIId,
13696
13713
  actionId: goodCauseGrantedActionId$2,
13714
+ infractionDate: get(item, 'infractionDate'),
13697
13715
  });
13698
13716
  this.noiWorkListService.dispatchSaveStatus(payload);
13699
13717
  //Tags Misiing
@@ -30274,6 +30292,9 @@ class SaveStatusResponse$1 {
30274
30292
  this.caseId = get(data, 'caseId');
30275
30293
  this.actionId = get(data, 'actionId');
30276
30294
  this.wlPreNoiId = get(data, 'wlPreNoiId');
30295
+ this.letterType = get(data, 'letterType'),
30296
+ this.assessmentId = get(data, 'assessmentId'),
30297
+ this.infractionDate = get(data, 'infractionDate');
30277
30298
  }
30278
30299
  }
30279
30300
 
@@ -30411,6 +30432,9 @@ class SavePreNoiStatusPayload {
30411
30432
  this.outreachMode = get(data, 'outreachMode');
30412
30433
  this.outreachOutcome = get(data, 'email');
30413
30434
  this.wlPreNoiId = get(data, 'wlPreNoiId');
30435
+ this.letterType = get(data, 'letterType'),
30436
+ this.assessmentId = get(data, 'assessmentId'),
30437
+ this.infractionDate = get(data, 'infractionDate');
30414
30438
  }
30415
30439
  }
30416
30440
 
@@ -30962,31 +30986,33 @@ class PreNoiContextMenuComponent extends AbstractComponent {
30962
30986
  dialogRef.afterClosed()
30963
30987
  .pipe(takeUntil(this.componentDestroyed))
30964
30988
  .subscribe((letterTypeId) => {
30965
- if (letterTypeId === 1) {
30966
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
30989
+ // if (letterTypeId === 1) {
30990
+ // this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId'), worklistType: preNoiId ,infractionDate: get(item,'infractionDate') });
30991
+ // } else if (letterTypeId === 2) {
30992
+ // this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId'),worklistType: preNoiId ,infractionDate: get(item,'infractionDate') });
30993
+ // }
30994
+ const payload = new SavePreNoiStatusPayload({
30995
+ ...res,
30996
+ actionId: goodCauseGrantedActionId$1,
30997
+ wlPreNoiId: item?.wlPreNoiId,
30998
+ letterType: letterTypeId,
30999
+ assessmentId: get(item, 'eaepAssessmentId'),
31000
+ caseId: get(item, 'cmsCaseId'),
31001
+ infractionDate: get(item, 'infractionDate')
31002
+ });
31003
+ if (get(item, 'infractedType.value.lookupId') === InfractionTypeEnum.FTRAppointment
31004
+ && ((get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerServices && this.user
31005
+ && (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)) // br 8, 9
31006
+ || (get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerAdvance && this.user
31007
+ && (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)))) {
31008
+ // br 10, 11
31009
+ this.openYesNoConfirmationDialog(payload, item);
30967
31010
  }
30968
- else if (letterTypeId === 2) {
30969
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
31011
+ else {
31012
+ // send to BE
31013
+ this.preNoiWorkListService.dispatchSaveStatus(payload);
30970
31014
  }
30971
31015
  });
30972
- const payload = new SavePreNoiStatusPayload({
30973
- ...res,
30974
- actionId: goodCauseGrantedActionId$1,
30975
- wlPreNoiId: item?.wlPreNoiId,
30976
- });
30977
- //
30978
- if (get(item, 'infractedType.value.lookupId') === InfractionTypeEnum.FTRAppointment
30979
- && ((get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerServices && this.user
30980
- && (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)) // br 8, 9
30981
- || (get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerAdvance && this.user
30982
- && (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)))) {
30983
- // br 10, 11
30984
- this.openYesNoConfirmationDialog(payload, item);
30985
- }
30986
- else {
30987
- // send to BE
30988
- this.preNoiWorkListService.dispatchSaveStatus(payload);
30989
- }
30990
31016
  }
30991
31017
  });
30992
31018
  }
@@ -31225,13 +31251,14 @@ function getGrantOption$1(payload) {
31225
31251
  }
31226
31252
 
31227
31253
  class PreNoiWorkListEffect {
31228
- constructor(PreNoiWorkListService, toastr, dialog, router, tabService, actions$) {
31254
+ constructor(PreNoiWorkListService, toastr, dialog, router, tabService, actions$, conciliationWorkListService) {
31229
31255
  this.PreNoiWorkListService = PreNoiWorkListService;
31230
31256
  this.toastr = toastr;
31231
31257
  this.dialog = dialog;
31232
31258
  this.router = router;
31233
31259
  this.tabService = tabService;
31234
31260
  this.actions$ = actions$;
31261
+ this.conciliationWorkListService = conciliationWorkListService;
31235
31262
  this.loadWorkList$ = this.actions$.pipe(ofType(PreNoiWorkListActionTypes.LoadPreNoiWorkList), switchMap(() => {
31236
31263
  return this.PreNoiWorkListService.loadWorkList().pipe(map$1((data) => new LoadPreNoiWorkListSuccessAction(data)),
31237
31264
  // tslint:disable-next-line:no-any
@@ -31247,6 +31274,10 @@ class PreNoiWorkListEffect {
31247
31274
  }));
31248
31275
  this.saveStatusSuccess$ = this.actions$.pipe(ofType(PreNoiWorkListActionTypes.SaveStatusSuccess), tap((action) => {
31249
31276
  handleSuccess(this.toastr);
31277
+ const actionId = get(action, 'payload.actionId');
31278
+ if (actionId === goodCauseGrantedActionId$2) {
31279
+ this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId'), worklistType: preNoiId, infractionDate: get(action, 'payload.infractionDate'), });
31280
+ }
31250
31281
  const grantOption = getGrantOption$1(get(action, 'payload'));
31251
31282
  if (grantOption === GrantOptionType$1.Appointment) {
31252
31283
  // this.PreNoiWorkListService.dispatchOpenAppointmentDialog(get(action, 'payload.caseId'));
@@ -31355,7 +31386,7 @@ class PreNoiWorkListEffect {
31355
31386
  }));
31356
31387
  }
31357
31388
  }
31358
- PreNoiWorkListEffect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect, deps: [{ token: PreNoiWorkListService }, { token: i3.ToastrService }, { token: i1$1.MatDialog }, { token: i1$2.Router }, { token: i2$2.TabService }, { token: i2$1.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
31389
+ PreNoiWorkListEffect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect, deps: [{ token: PreNoiWorkListService }, { token: i3.ToastrService }, { token: i1$1.MatDialog }, { token: i1$2.Router }, { token: i2$2.TabService }, { token: i2$1.Actions }, { token: ConciliationAppointmentWorkListService }], target: i0.ɵɵFactoryTarget.Injectable });
31359
31390
  PreNoiWorkListEffect.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect });
31360
31391
  __decorate([
31361
31392
  Effect()
@@ -31410,7 +31441,7 @@ __decorate([
31410
31441
  ], PreNoiWorkListEffect.prototype, "saveStatusFailAction$", void 0);
31411
31442
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect, decorators: [{
31412
31443
  type: Injectable
31413
- }], ctorParameters: function () { return [{ type: PreNoiWorkListService }, { type: i3.ToastrService }, { type: i1$1.MatDialog }, { type: i1$2.Router }, { type: i2$2.TabService }, { type: i2$1.Actions }]; }, propDecorators: { loadWorkList$: [], saveStatus$: [], loadWorkListFailAction$: [], saveStatusSuccess$: [], openDialog$: [], SaveSchedulingCallBackDetail$: [], savSuccessAction$: [], savFailAction$: [], SaveOutreachWorklistDetail$: [], saveSuccessAction$: [], saveFailAction$: [], saveStatusworks$: [], saveReassignFailAction$: [], saveReassignSuccessAction$: [], savePreConciliationworks$: [], saveStatusSuccessAction$: [], saveStatusFailAction$: [] } });
31444
+ }], ctorParameters: function () { return [{ type: PreNoiWorkListService }, { type: i3.ToastrService }, { type: i1$1.MatDialog }, { type: i1$2.Router }, { type: i2$2.TabService }, { type: i2$1.Actions }, { type: ConciliationAppointmentWorkListService }]; }, propDecorators: { loadWorkList$: [], saveStatus$: [], loadWorkListFailAction$: [], saveStatusSuccess$: [], openDialog$: [], SaveSchedulingCallBackDetail$: [], savSuccessAction$: [], savFailAction$: [], SaveOutreachWorklistDetail$: [], saveSuccessAction$: [], saveFailAction$: [], saveStatusworks$: [], saveReassignFailAction$: [], saveReassignSuccessAction$: [], savePreConciliationworks$: [], saveStatusSuccessAction$: [], saveStatusFailAction$: [] } });
31414
31445
 
31415
31446
  class OutreachHistoryListEffects$1 {
31416
31447
  constructor(outreachHistoryListService, actions$, toastr) {
@@ -31874,6 +31905,10 @@ class SaveStatusResponse {
31874
31905
  this.isVendor = get(data, 'isVendor');
31875
31906
  this.caseId = get(data, 'caseId');
31876
31907
  this.actionId = get(data, 'actionId');
31908
+ this.infractionDate = get(data, 'infractionDate');
31909
+ this.originalCategoryId = get(data, 'originalCategoryId');
31910
+ this.letterType = get(data, 'letterType');
31911
+ this.assessmentId = get(data, 'assessmentId');
31877
31912
  }
31878
31913
  }
31879
31914
 
@@ -32067,6 +32102,10 @@ class SaveTelephoneOrSettledConferenceStatusPayload {
32067
32102
  this.inPerson = get(data, 'inPerson');
32068
32103
  this.outreachMode = get(data, 'outreachMode');
32069
32104
  this.outreachOutcome = get(data, 'email');
32105
+ this.infractionDate = get(data, 'infractionDate');
32106
+ this.originalCategoryId = get(data, 'originalCategoryId');
32107
+ this.letterType = get(data, 'letterType');
32108
+ this.assessmentId = get(data, 'assessmentId');
32070
32109
  }
32071
32110
  }
32072
32111
 
@@ -33036,65 +33075,110 @@ class TelephoneOrSettledConferencContextMenuComponent extends AbstractComponent
33036
33075
  });
33037
33076
  }
33038
33077
  openGoodCauseGrantedDialog(item) {
33039
- const dialogRef = this.dialog.open(GoodCauseGrantedActionComponent, {
33040
- width: dialogSize$1,
33041
- disableClose: true,
33042
- data: {
33043
- conciliationLookups: this.conciliationLookups,
33044
- showInPerson: false,
33045
- },
33046
- });
33047
- dialogRef.afterClosed().pipe(takeUntil(this.componentDestroyed)).subscribe((res) => {
33048
- if (res) {
33049
- const dialogRef = this.dialog.open(GenerateFIA1187ALetterDialogboxComponent, {
33050
- width: '55vw',
33051
- disableClose: true,
33052
- data: {
33053
- // assessmentId: this.assessmentId || get(this.data, 'eaepAssessmentId'),
33054
- // caseId: this.caseId,
33055
- },
33056
- });
33057
- dialogRef.afterClosed()
33058
- .pipe(takeUntil(this.componentDestroyed))
33059
- .subscribe((letterTypeId) => {
33060
- if (letterTypeId === 1) {
33061
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
33062
- }
33063
- else if (letterTypeId === 2) {
33064
- this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
33065
- }
33066
- });
33067
- if (get(item, 'originalCategoryId') === jcAppointments ||
33068
- get(item, 'originalCategoryId') === csAppointments ||
33069
- get(item, 'originalCategoryId') === csAssignments ||
33070
- get(item, 'originalCategoryId') === tagAppointments ||
33071
- get(item, 'originalCategoryId') === tagAssignments ||
33072
- get(item, 'originalCategoryId') === splRefAppointments ||
33073
- get(item, 'originalCategoryId') === null) {
33074
- const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
33075
- ...res,
33076
- wlTelephoneSettledId: item.wlTelephoneSettledId,
33077
- actionId: goodCauseGrantedActionId,
33078
+ if (item?.originalCategoryId === csAppointments || item?.originalCategoryId === csAssignments ||
33079
+ item?.originalCategoryId === tagAppointments || item?.originalCategoryId === tagAssignments) {
33080
+ const dialogRef = this.dialog.open(GoodCauseGrantedActionComponent, {
33081
+ width: dialogSize$1,
33082
+ disableClose: true,
33083
+ data: {
33084
+ conciliationLookups: this.conciliationLookups,
33085
+ showInPerson: false,
33086
+ },
33087
+ });
33088
+ dialogRef.afterClosed().pipe(takeUntil(this.componentDestroyed)).subscribe((res) => {
33089
+ if (res) {
33090
+ const dialogRef = this.dialog.open(GenerateFIA1187ALetterDialogboxComponent, {
33091
+ width: '55vw',
33092
+ disableClose: true,
33093
+ data: {
33094
+ // assessmentId: this.assessmentId || get(this.data, 'eaepAssessmentId'),
33095
+ // caseId: this.caseId,
33096
+ },
33078
33097
  });
33079
- this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
33080
- this.tabService.dispatchAddTab({
33081
- tabName: 'ea-ep/' + item?.cmsCaseId,
33082
- route: '/ea-ep/' + item?.cmsCaseId,
33083
- label: 'Assessments' + ' - ' + item?.clientName,
33084
- canClose: true,
33098
+ dialogRef.afterClosed()
33099
+ .pipe(takeUntil(this.componentDestroyed))
33100
+ .subscribe((letterTypeId) => {
33101
+ // if (letterTypeId === 1) {
33102
+ // this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId'), worklistType: teleConferenceId ,infractionDate: get(item, 'infractionDate')});
33103
+ // } else if (letterTypeId === 2) {
33104
+ // this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId'), worklistType: teleConferenceId,infractionDate: get(item, 'infractionDate')});
33105
+ // }
33106
+ const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
33107
+ ...res,
33108
+ wlTelephoneSettledId: item.wlTelephoneSettledId,
33109
+ actionId: 1,
33110
+ caseId: item?.cmsCaseId,
33111
+ originalCategoryId: item?.originalCategoryId,
33112
+ assessmentId: get(item, 'eaepAssessmentId'),
33113
+ letterType: letterTypeId,
33114
+ infractionDate: get(item, 'infractionDate'),
33115
+ });
33116
+ this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
33085
33117
  });
33086
- this.router.navigate(['/ea-ep/' + item?.cmsCaseId], { relativeTo: this.route, state: { clientName: item?.clientName } });
33087
33118
  }
33088
- else {
33089
- const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
33090
- ...res,
33091
- wlTelephoneSettledId: item.wlTelephoneSettledId,
33092
- actionId: goodCauseGrantedActionId,
33119
+ });
33120
+ }
33121
+ else {
33122
+ const dialogRef = this.dialog.open(GoodCauseGrantedActionComponent, {
33123
+ width: dialogSize$1,
33124
+ disableClose: true,
33125
+ data: {
33126
+ conciliationLookups: this.conciliationLookups,
33127
+ showInPerson: false,
33128
+ },
33129
+ });
33130
+ dialogRef.afterClosed().pipe(takeUntil(this.componentDestroyed)).subscribe((res) => {
33131
+ if (res) {
33132
+ const dialogRef = this.dialog.open(GenerateFIA1187ALetterDialogboxComponent, {
33133
+ width: '55vw',
33134
+ disableClose: true,
33135
+ data: {
33136
+ // assessmentId: this.assessmentId || get(this.data, 'eaepAssessmentId'),
33137
+ // caseId: this.caseId,
33138
+ },
33139
+ });
33140
+ dialogRef.afterClosed()
33141
+ .pipe(takeUntil(this.componentDestroyed))
33142
+ .subscribe((letterTypeId) => {
33143
+ if (get(item, 'originalCategoryId') === jcAppointments ||
33144
+ get(item, 'originalCategoryId') === splRefAppointments ||
33145
+ get(item, 'originalCategoryId') === null) {
33146
+ const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
33147
+ ...res,
33148
+ wlTelephoneSettledId: item.wlTelephoneSettledId,
33149
+ actionId: goodCauseGrantedActionId,
33150
+ caseId: item?.cmsCaseId,
33151
+ originalCategoryId: item?.originalCategoryId,
33152
+ assessmentId: get(item, 'eaepAssessmentId'),
33153
+ letterType: letterTypeId,
33154
+ infractionDate: get(item, 'infractionDate'),
33155
+ });
33156
+ this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
33157
+ this.tabService.dispatchAddTab({
33158
+ tabName: 'ea-ep/' + item?.cmsCaseId,
33159
+ route: '/ea-ep/' + item?.cmsCaseId,
33160
+ label: 'Assessments' + ' - ' + item?.clientName,
33161
+ canClose: true,
33162
+ });
33163
+ this.router.navigate(['/ea-ep/' + item?.cmsCaseId], { relativeTo: this.route, state: { clientName: item?.clientName } });
33164
+ }
33165
+ else {
33166
+ const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
33167
+ ...res,
33168
+ wlTelephoneSettledId: item.wlTelephoneSettledId,
33169
+ actionId: goodCauseGrantedActionId,
33170
+ caseId: item?.cmsCaseId,
33171
+ originalCategoryId: item?.originalCategoryId,
33172
+ assessmentId: get(item, 'eaepAssessmentId'),
33173
+ letterType: letterTypeId,
33174
+ infractionDate: get(item, 'infractionDate'),
33175
+ });
33176
+ this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
33177
+ }
33093
33178
  });
33094
- this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
33095
33179
  }
33096
- }
33097
- });
33180
+ });
33181
+ }
33098
33182
  }
33099
33183
  submitBatchPoolAppointment(item, appointmentNYCWAYcode) {
33100
33184
  const payload = new SubmitBatchPoolAppointmentModel({
@@ -33489,8 +33573,9 @@ function getGrantOption(payload) {
33489
33573
  }
33490
33574
 
33491
33575
  class TelephoneOrSettledConferenceWorkListEffect {
33492
- constructor(telephoneOrSettledConference, toastr, dialog, router, tabService, actions$) {
33576
+ constructor(telephoneOrSettledConference, conciliationWorkListService, toastr, dialog, router, tabService, actions$) {
33493
33577
  this.telephoneOrSettledConference = telephoneOrSettledConference;
33578
+ this.conciliationWorkListService = conciliationWorkListService;
33494
33579
  this.toastr = toastr;
33495
33580
  this.dialog = dialog;
33496
33581
  this.router = router;
@@ -33512,6 +33597,10 @@ class TelephoneOrSettledConferenceWorkListEffect {
33512
33597
  this.saveStatusSuccess$ = this.actions$.pipe(ofType(TelephoneOrSettledConferenceWorkListActionTypes.SaveStatusSuccess), tap((action) => {
33513
33598
  handleSuccess(this.toastr);
33514
33599
  const grantOption = getGrantOption(get(action, 'payload'));
33600
+ const actionId = get(action, 'payload.actionId');
33601
+ if (actionId === goodCauseGrantedActionId$2) {
33602
+ this.conciliationWorkListService.dispatchPrintDocument({ letterType: get(action, 'payload.letterType'), assessmentId: get(action, 'payload.assessmentId'), CmsCaseID: get(action, 'payload.caseId'), worklistType: teleConferenceId, infractionDate: get(action, 'payload.infractionDate'), });
33603
+ }
33515
33604
  if (grantOption === GrantOptionType.Appointment) {
33516
33605
  // this.telephoneOrSettledConference.dispatchOpenAppointmentDialog(get(action, 'payload.caseId'));
33517
33606
  this.telephoneOrSettledConference.dispatchLoadTelephoneOrSettledConferenceWorkList();
@@ -33601,7 +33690,7 @@ class TelephoneOrSettledConferenceWorkListEffect {
33601
33690
  }));
33602
33691
  }
33603
33692
  }
33604
- TelephoneOrSettledConferenceWorkListEffect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect, deps: [{ token: TelephoneOrSettledConferenceWorkListService }, { token: i3.ToastrService }, { token: i1$1.MatDialog }, { token: i1$2.Router }, { token: i2$2.TabService }, { token: i2$1.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
33693
+ TelephoneOrSettledConferenceWorkListEffect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect, deps: [{ token: TelephoneOrSettledConferenceWorkListService }, { token: ConciliationAppointmentWorkListService }, { token: i3.ToastrService }, { token: i1$1.MatDialog }, { token: i1$2.Router }, { token: i2$2.TabService }, { token: i2$1.Actions }], target: i0.ɵɵFactoryTarget.Injectable });
33605
33694
  TelephoneOrSettledConferenceWorkListEffect.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect });
33606
33695
  __decorate([
33607
33696
  Effect()
@@ -33647,7 +33736,7 @@ __decorate([
33647
33736
  ], TelephoneOrSettledConferenceWorkListEffect.prototype, "saveReassignSuccessAction$", void 0);
33648
33737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect, decorators: [{
33649
33738
  type: Injectable
33650
- }], ctorParameters: function () { return [{ type: TelephoneOrSettledConferenceWorkListService }, { type: i3.ToastrService }, { type: i1$1.MatDialog }, { type: i1$2.Router }, { type: i2$2.TabService }, { type: i2$1.Actions }]; }, propDecorators: { loadWorkList$: [], saveStatus$: [], loadWorkListFailAction$: [], saveStatusSuccess$: [], openDialog$: [], SaveSchedulingCallBackDetail$: [], savSuccessAction$: [], savFailAction$: [], SaveOutreachWorklistDetail$: [], saveSuccessAction$: [], saveFailAction$: [], saveStatusworks$: [], saveReassignFailAction$: [], saveReassignSuccessAction$: [] } });
33739
+ }], ctorParameters: function () { return [{ type: TelephoneOrSettledConferenceWorkListService }, { type: ConciliationAppointmentWorkListService }, { type: i3.ToastrService }, { type: i1$1.MatDialog }, { type: i1$2.Router }, { type: i2$2.TabService }, { type: i2$1.Actions }]; }, propDecorators: { loadWorkList$: [], saveStatus$: [], loadWorkListFailAction$: [], saveStatusSuccess$: [], openDialog$: [], SaveSchedulingCallBackDetail$: [], savSuccessAction$: [], savFailAction$: [], SaveOutreachWorklistDetail$: [], saveSuccessAction$: [], saveFailAction$: [], saveStatusworks$: [], saveReassignFailAction$: [], saveReassignSuccessAction$: [] } });
33651
33740
 
33652
33741
  class OutreachHistoryListEffects {
33653
33742
  constructor(outreachHistoryListService, actions$, toastr) {