@prutech/compliance 1.0.225 → 1.0.227
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.mjs +3 -2
- package/esm2020/lib/conciliation-appointment-work-list/constants/worklist_id.mjs +5 -0
- package/esm2020/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.mjs +6 -4
- package/esm2020/lib/conciliation-appointment-work-list/models/save-conciliation-status-payload.model.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/models/save-status-response.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.mjs +10 -4
- package/esm2020/lib/noi-work-list/components/context-menu/context-menu.component.mjs +3 -1
- package/esm2020/lib/noi-work-list/effects/noi-work-list.effect.mjs +4 -3
- package/esm2020/lib/noi-work-list/models/save-noi-status-payload.model.mjs +2 -1
- package/esm2020/lib/pre-conciliation-work-list/components/review-details-dialog/review-details-dialog.component.mjs +14 -9
- package/esm2020/lib/pre-conciliation-work-list/models/review-details.model.mjs +7 -4
- package/esm2020/lib/pre-noi-work-list/components/pre-noi-context-menu/pre-noi-context-menu.component.mjs +25 -23
- package/esm2020/lib/pre-noi-work-list/effects/conciliation-appointment-work-list.effect.mjs +12 -4
- package/esm2020/lib/pre-noi-work-list/models/save-prenoi-status-payload.model.mjs +4 -1
- package/esm2020/lib/pre-noi-work-list/models/save-status-response.mjs +4 -1
- package/esm2020/lib/telephone-settled-conference/components/context-menu/context-menu.component.mjs +100 -55
- package/esm2020/lib/telephone-settled-conference/effects/telephone-or-settled-conference-list.effect.mjs +17 -9
- package/esm2020/lib/telephone-settled-conference/models/save-conciliation-status-payload.model.mjs +5 -1
- package/esm2020/lib/telephone-settled-conference/models/save-status-response.mjs +5 -1
- package/esm2020/lib/telephone-settled-conference/models/telephone-or-settled-conference-work-list-item.model.mjs +1 -1
- package/fesm2015/prutech-compliance.mjs +184 -115
- package/fesm2015/prutech-compliance.mjs.map +1 -1
- package/fesm2020/prutech-compliance.mjs +217 -122
- package/fesm2020/prutech-compliance.mjs.map +1 -1
- package/lib/conciliation-appointment-work-list/constants/worklist_id.d.ts +4 -0
- package/lib/conciliation-appointment-work-list/models/save-conciliation-status-payload.model.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/models/save-status-response.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.d.ts +3 -1
- package/lib/noi-work-list/models/save-noi-status-payload.model.d.ts +1 -0
- package/lib/pre-conciliation-work-list/components/review-details-dialog/review-details-dialog.component.d.ts +4 -1
- package/lib/pre-conciliation-work-list/models/review-details.model.d.ts +1 -0
- package/lib/pre-noi-work-list/effects/conciliation-appointment-work-list.effect.d.ts +3 -1
- package/lib/pre-noi-work-list/models/save-prenoi-status-payload.model.d.ts +3 -0
- package/lib/pre-noi-work-list/models/save-status-response.d.ts +3 -0
- package/lib/telephone-settled-conference/effects/telephone-or-settled-conference-list.effect.d.ts +3 -1
- package/lib/telephone-settled-conference/models/save-conciliation-status-payload.model.d.ts +4 -0
- package/lib/telephone-settled-conference/models/save-status-response.d.ts +4 -0
- package/lib/telephone-settled-conference/models/telephone-or-settled-conference-work-list-item.model.d.ts +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, Inject, Component,
|
2
|
+
import { Injectable, Inject, Component, ChangeDetectionStrategy, Input, NgModule, ViewChild, Pipe, EventEmitter, Output } from '@angular/core';
|
3
3
|
import * as i4$1 from '@angular/common';
|
4
4
|
import { CommonModule, DatePipe } from '@angular/common';
|
5
5
|
import * as i7 from '@angular/forms';
|
@@ -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,
|
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');
|
@@ -269,8 +269,8 @@ class ReviewDetails {
|
|
269
269
|
this.carFare = get(data, 'carFare');
|
270
270
|
this.householdSize = get(data, 'householdSize');
|
271
271
|
this.shelterType = get(data, 'shelterType');
|
272
|
-
this.snapEsCode = get(data, '
|
273
|
-
this.wmsOffice = get(data, '
|
272
|
+
this.snapEsCode = get(data, 'snapESCodes');
|
273
|
+
this.wmsOffice = get(data, 'wmSoffice');
|
274
274
|
this.mailingAddress = get(data, 'mailingAddress');
|
275
275
|
this.assignmentType = get(data, 'assignmentType');
|
276
276
|
this.assignmentSite = get(data, 'assignmentSite');
|
@@ -280,6 +280,7 @@ class ReviewDetails {
|
|
280
280
|
this.appointmentSite = get(data, 'appointmentSite');
|
281
281
|
this.appointmentInfractionDate = get(data, 'appointmentInfractionDate');
|
282
282
|
this.appointmentInfractionType = get(data, 'appointmentInfractionType');
|
283
|
+
this.raDetails = get(data, 'raDetails');
|
283
284
|
}
|
284
285
|
}
|
285
286
|
|
@@ -518,32 +519,13 @@ const momentDateTimeFormat = 'MM/DD/YYYY HH:mm:ss';
|
|
518
519
|
const dateTimePipeFormat = 'MM/dd/yyyy HH:mm:ss';
|
519
520
|
const timeFormat$1 = 'HH:mm';
|
520
521
|
|
521
|
-
class RarModalComponent {
|
522
|
-
constructor(dialog) {
|
523
|
-
this.dialog = dialog;
|
524
|
-
}
|
525
|
-
openModal() {
|
526
|
-
this.dialog.open(ClientServicesScreenComponent, {
|
527
|
-
width: '60%',
|
528
|
-
data: this.caseId,
|
529
|
-
});
|
530
|
-
}
|
531
|
-
}
|
532
|
-
RarModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RarModalComponent, deps: [{ token: i1$1.MatDialog }], target: i0.ɵɵFactoryTarget.Component });
|
533
|
-
RarModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RarModalComponent, selector: "prutech-rar-modal", inputs: { caseId: "caseId" }, ngImport: i0, template: "<button mat-button color=\"primary\" (click)=\"openModal()\">RAR Information</button>\r\n", styles: [""], components: [{ 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"] }] });
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RarModalComponent, decorators: [{
|
535
|
-
type: Component,
|
536
|
-
args: [{ selector: 'prutech-rar-modal', template: "<button mat-button color=\"primary\" (click)=\"openModal()\">RAR Information</button>\r\n", styles: [""] }]
|
537
|
-
}], ctorParameters: function () { return [{ type: i1$1.MatDialog }]; }, propDecorators: { caseId: [{
|
538
|
-
type: Input
|
539
|
-
}] } });
|
540
|
-
|
541
522
|
class ReviewDetailsDialogComponent extends AbstractComponent {
|
542
|
-
constructor(dialogRef, preConciliationWorkListService,
|
523
|
+
constructor(dialogRef, router, preConciliationWorkListService,
|
543
524
|
// tslint:disable-next-line:no-any
|
544
525
|
data) {
|
545
526
|
super();
|
546
527
|
this.dialogRef = dialogRef;
|
528
|
+
this.router = router;
|
547
529
|
this.preConciliationWorkListService = preConciliationWorkListService;
|
548
530
|
this.data = data;
|
549
531
|
this.dateFormat = datePipeFormat;
|
@@ -568,13 +550,17 @@ class ReviewDetailsDialogComponent extends AbstractComponent {
|
|
568
550
|
hasAppointmentInfo() {
|
569
551
|
return !!get(this.data, 'appointmentId');
|
570
552
|
}
|
553
|
+
navigateToFia3a() {
|
554
|
+
this.router.navigate(['fia3a/' + this.reviewDetails.caseId]);
|
555
|
+
this.dialogRef.close();
|
556
|
+
}
|
571
557
|
}
|
572
|
-
ReviewDetailsDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReviewDetailsDialogComponent, deps: [{ token: i1$1.MatDialogRef }, { token: PreConciliationWorkListService }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
573
|
-
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 <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>\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\">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: RarModalComponent, selector: "prutech-rar-modal", inputs: ["caseId"] }, { 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 } });
|
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 }}</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 } });
|
574
560
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReviewDetailsDialogComponent, decorators: [{
|
575
561
|
type: Component,
|
576
|
-
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
|
577
|
-
}], ctorParameters: function () { return [{ type: i1$1.MatDialogRef }, { type: PreConciliationWorkListService }, { type: undefined, decorators: [{
|
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
|
+
}], ctorParameters: function () { return [{ type: i1$1.MatDialogRef }, { type: i1$2.Router }, { type: PreConciliationWorkListService }, { type: undefined, decorators: [{
|
578
564
|
type: Inject,
|
579
565
|
args: [MAT_DIALOG_DATA]
|
580
566
|
}] }]; } });
|
@@ -1372,6 +1358,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
1372
1358
|
args: [MAT_DIALOG_DATA]
|
1373
1359
|
}] }]; } });
|
1374
1360
|
|
1361
|
+
class RarModalComponent {
|
1362
|
+
constructor(dialog) {
|
1363
|
+
this.dialog = dialog;
|
1364
|
+
}
|
1365
|
+
openModal() {
|
1366
|
+
this.dialog.open(ClientServicesScreenComponent, {
|
1367
|
+
width: '60%',
|
1368
|
+
data: this.caseId,
|
1369
|
+
});
|
1370
|
+
}
|
1371
|
+
}
|
1372
|
+
RarModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RarModalComponent, deps: [{ token: i1$1.MatDialog }], target: i0.ɵɵFactoryTarget.Component });
|
1373
|
+
RarModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RarModalComponent, selector: "prutech-rar-modal", inputs: { caseId: "caseId" }, ngImport: i0, template: "<button mat-button color=\"primary\" (click)=\"openModal()\">RAR Information</button>\r\n", styles: [""], components: [{ 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"] }] });
|
1374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RarModalComponent, decorators: [{
|
1375
|
+
type: Component,
|
1376
|
+
args: [{ selector: 'prutech-rar-modal', template: "<button mat-button color=\"primary\" (click)=\"openModal()\">RAR Information</button>\r\n", styles: [""] }]
|
1377
|
+
}], ctorParameters: function () { return [{ type: i1$1.MatDialog }]; }, propDecorators: { caseId: [{
|
1378
|
+
type: Input
|
1379
|
+
}] } });
|
1380
|
+
|
1375
1381
|
const goodCauseActionFormModel = {
|
1376
1382
|
editTemplate: [
|
1377
1383
|
{
|
@@ -2047,6 +2053,7 @@ class SaveStatusResponse$2 {
|
|
2047
2053
|
this.originalCategoryId = get(data, 'originalCategoryId');
|
2048
2054
|
this.assessmentId = get(data, 'assessmentId');
|
2049
2055
|
this.letterType = get(data, 'letterType');
|
2056
|
+
this.infractionDate = get(data, 'infractionDate');
|
2050
2057
|
}
|
2051
2058
|
}
|
2052
2059
|
|
@@ -2130,10 +2137,16 @@ class ConciliationAppointmentWorkListService {
|
|
2130
2137
|
dispatchPrintDocument(payload) {
|
2131
2138
|
this.store.dispatch(new PrintDocumentAction(payload));
|
2132
2139
|
}
|
2133
|
-
printDocument(letterType, assessmentId, CmsCaseID) {
|
2140
|
+
printDocument(letterType, assessmentId, CmsCaseID, worklistType, infractionDate) {
|
2134
2141
|
if (assessmentId !== undefined) {
|
2135
|
-
|
2136
|
-
.
|
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
|
+
}
|
2137
2150
|
}
|
2138
2151
|
else {
|
2139
2152
|
return this.http.get(`${get(this.environment, 'utilityQueryService')}Document/GenerateGoodCauseLetter/${letterType}/${CmsCaseID}`)
|
@@ -10010,6 +10023,11 @@ function getGrantOption$2(payload) {
|
|
10010
10023
|
return GrantOptionType$2.Other;
|
10011
10024
|
}
|
10012
10025
|
|
10026
|
+
const conciliationId = 1;
|
10027
|
+
const preNoiId = 2;
|
10028
|
+
const noiId = 3;
|
10029
|
+
const teleConferenceId = 4;
|
10030
|
+
|
10013
10031
|
class ConciliationAppointmentWorkListEffect {
|
10014
10032
|
constructor(conciliationWorkListService, toastr, dialog, router, tabService, actions$) {
|
10015
10033
|
this.conciliationWorkListService = conciliationWorkListService;
|
@@ -10036,8 +10054,9 @@ class ConciliationAppointmentWorkListEffect {
|
|
10036
10054
|
const grantOption = getGrantOption$2(get(action, 'payload'));
|
10037
10055
|
const actionId = get(action, 'payload.actionId');
|
10038
10056
|
const originalCategoryId = get(action, 'payload.originalCategoryId');
|
10057
|
+
const infractionDate = get(action, 'payload.infractionDate');
|
10039
10058
|
if (actionId === goodCauseGrantedActionId$2) {
|
10040
|
-
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, });
|
10041
10060
|
if (originalCategoryId === csAppointments || originalCategoryId === csAssignments || originalCategoryId === tagAppointments || originalCategoryId === tagAssignments) {
|
10042
10061
|
this.router.navigate(['/ea-ep/' + get(action, 'payload.caseId')], { queryParams: { isconciliationWL: true } });
|
10043
10062
|
}
|
@@ -10142,14 +10161,14 @@ class ConciliationAppointmentWorkListEffect {
|
|
10142
10161
|
this.saveBatchAppointmentSuccessAction$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.SubmitBatchPoolAppointmentSuccess), map$1((action) => {
|
10143
10162
|
// handleSuccess(this.toastr);
|
10144
10163
|
handleSuccess(this.toastr);
|
10145
|
-
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'), });
|
10146
10165
|
this.conciliationWorkListService.dispatchLoadConciliationWorkList();
|
10147
10166
|
}));
|
10148
10167
|
this.saveBatchAppointmentFailAction$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.SubmitBatchPoolAppointmentFail), map$1((action) => get(action, 'payload')), tap((response) => {
|
10149
10168
|
handleLoadFail(this.toastr, map(get(response, 'seamsErrorCodes'), 'value'));
|
10150
10169
|
}));
|
10151
10170
|
this.printDocument$ = this.actions$.pipe(ofType(ConciliationAppointmentWorkListActionTypes.PrintDocument), map$1((action) => action.payload), switchMap((payload) => {
|
10152
|
-
return this.conciliationWorkListService.printDocument(payload.letterType, payload.assessmentId, payload.CmsCaseID)
|
10171
|
+
return this.conciliationWorkListService.printDocument(payload.letterType, payload.assessmentId, payload.CmsCaseID, conciliationId, payload.infractionDate)
|
10153
10172
|
.pipe(
|
10154
10173
|
// tslint:disable-next-line:no-any
|
10155
10174
|
map$1((response) => {
|
@@ -10428,6 +10447,7 @@ class SaveConciliationStatusPayload {
|
|
10428
10447
|
this.originalCategoryId = get(data, 'originalCategoryId');
|
10429
10448
|
this.assessmentId = get(data, 'assessmentId');
|
10430
10449
|
this.letterType = get(data, 'letterType');
|
10450
|
+
this.infractionDate = get(data, 'infractionDate');
|
10431
10451
|
}
|
10432
10452
|
}
|
10433
10453
|
|
@@ -11600,6 +11620,7 @@ class ConciliationContextMenuComponent extends AbstractComponent {
|
|
11600
11620
|
originalCategoryId: item?.originalCategoryId,
|
11601
11621
|
assessmentId: get(item, 'eaepAssessmentId'),
|
11602
11622
|
letterType: letterTypeId,
|
11623
|
+
infractionDate: get(item, 'infractionDate'),
|
11603
11624
|
});
|
11604
11625
|
this.conciliationWorkListService.dispatchSaveStatus(payload);
|
11605
11626
|
});
|
@@ -11679,7 +11700,7 @@ class ConciliationContextMenuComponent extends AbstractComponent {
|
|
11679
11700
|
caseId: item?.cmsCaseId,
|
11680
11701
|
originalCategoryId: item?.originalCategoryId,
|
11681
11702
|
assessmentId: get(item, 'eaepAssessmentId'),
|
11682
|
-
letterType: letterTypeId,
|
11703
|
+
letterType: letterTypeId, infractionDate: get(item, 'infractionDate'),
|
11683
11704
|
});
|
11684
11705
|
this.conciliationWorkListService.dispatchSaveStatus(payload);
|
11685
11706
|
//Batch pool logic added to SubmitGrantedConciliation api
|
@@ -13230,13 +13251,13 @@ class NoiWorkListEffect {
|
|
13230
13251
|
handleSuccess(this.toastr);
|
13231
13252
|
/*if (get(action, 'payload.actionId') === goodCauseGrantedActionId) {
|
13232
13253
|
return new OpenAppointmentDialogAction(get(action, 'payload.caseId'));
|
13233
|
-
}
|
13254
|
+
}
|
13234
13255
|
return new LoadNoiWorkListAction();
|
13235
13256
|
}*/
|
13236
13257
|
const actionId = get(action, 'payload.actionId');
|
13237
13258
|
const originalCategoryId = get(action, 'payload.originalCategoryId');
|
13238
13259
|
if (actionId === goodCauseGrantedActionId$2) {
|
13239
|
-
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') });
|
13240
13261
|
if (originalCategoryId === csAppointments || originalCategoryId === csAssignments || originalCategoryId === tagAppointments || originalCategoryId === tagAssignments) {
|
13241
13262
|
this.router.navigate(['/ea-ep/' + get(action, 'payload.caseId')], { queryParams: { isconciliationWL: true } });
|
13242
13263
|
}
|
@@ -13340,6 +13361,7 @@ class SaveNoiStatusPayload {
|
|
13340
13361
|
this.letterType = get(data, 'letterType');
|
13341
13362
|
this.caseId = get(data, 'caseId');
|
13342
13363
|
this.assessmentId = get(data, 'assessmentId');
|
13364
|
+
this.infractionDate = get(data, 'infractionDate');
|
13343
13365
|
}
|
13344
13366
|
}
|
13345
13367
|
|
@@ -13678,6 +13700,7 @@ class ContextMenuNoiListComponent extends AbstractComponent {
|
|
13678
13700
|
originalCategoryId: item?.originalCategoryId,
|
13679
13701
|
assessmentId: get(item, 'eaepAssessmentId'),
|
13680
13702
|
letterType: letterTypeId,
|
13703
|
+
infractionDate: get(item, 'infractionDate'),
|
13681
13704
|
});
|
13682
13705
|
this.noiWorkListService.dispatchSaveStatus(payload);
|
13683
13706
|
});
|
@@ -13688,6 +13711,7 @@ class ContextMenuNoiListComponent extends AbstractComponent {
|
|
13688
13711
|
...res,
|
13689
13712
|
wlNOIId: item.wlNOIId,
|
13690
13713
|
actionId: goodCauseGrantedActionId$2,
|
13714
|
+
infractionDate: get(item, 'infractionDate'),
|
13691
13715
|
});
|
13692
13716
|
this.noiWorkListService.dispatchSaveStatus(payload);
|
13693
13717
|
//Tags Misiing
|
@@ -30268,6 +30292,9 @@ class SaveStatusResponse$1 {
|
|
30268
30292
|
this.caseId = get(data, 'caseId');
|
30269
30293
|
this.actionId = get(data, 'actionId');
|
30270
30294
|
this.wlPreNoiId = get(data, 'wlPreNoiId');
|
30295
|
+
this.letterType = get(data, 'letterType'),
|
30296
|
+
this.assessmentId = get(data, 'assessmentId'),
|
30297
|
+
this.infractionDate = get(data, 'infractionDate');
|
30271
30298
|
}
|
30272
30299
|
}
|
30273
30300
|
|
@@ -30405,6 +30432,9 @@ class SavePreNoiStatusPayload {
|
|
30405
30432
|
this.outreachMode = get(data, 'outreachMode');
|
30406
30433
|
this.outreachOutcome = get(data, 'email');
|
30407
30434
|
this.wlPreNoiId = get(data, 'wlPreNoiId');
|
30435
|
+
this.letterType = get(data, 'letterType'),
|
30436
|
+
this.assessmentId = get(data, 'assessmentId'),
|
30437
|
+
this.infractionDate = get(data, 'infractionDate');
|
30408
30438
|
}
|
30409
30439
|
}
|
30410
30440
|
|
@@ -30956,31 +30986,33 @@ class PreNoiContextMenuComponent extends AbstractComponent {
|
|
30956
30986
|
dialogRef.afterClosed()
|
30957
30987
|
.pipe(takeUntil(this.componentDestroyed))
|
30958
30988
|
.subscribe((letterTypeId) => {
|
30959
|
-
if (letterTypeId === 1) {
|
30960
|
-
|
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);
|
30961
31010
|
}
|
30962
|
-
else
|
30963
|
-
|
31011
|
+
else {
|
31012
|
+
// send to BE
|
31013
|
+
this.preNoiWorkListService.dispatchSaveStatus(payload);
|
30964
31014
|
}
|
30965
31015
|
});
|
30966
|
-
const payload = new SavePreNoiStatusPayload({
|
30967
|
-
...res,
|
30968
|
-
actionId: goodCauseGrantedActionId$1,
|
30969
|
-
wlPreNoiId: item?.wlPreNoiId,
|
30970
|
-
});
|
30971
|
-
//
|
30972
|
-
if (get(item, 'infractedType.value.lookupId') === InfractionTypeEnum.FTRAppointment
|
30973
|
-
&& ((get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerServices && this.user
|
30974
|
-
&& (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)) // br 8, 9
|
30975
|
-
|| (get(item, 'infractedAt.value.lookupId') === InfractionAtEnum.CareerAdvance && this.user
|
30976
|
-
&& (this.user.isJosWorker || this.user.isJosSupervisor || this.user.isOutStationWorker || this.user.isOutStationSupervisor)))) {
|
30977
|
-
// br 10, 11
|
30978
|
-
this.openYesNoConfirmationDialog(payload, item);
|
30979
|
-
}
|
30980
|
-
else {
|
30981
|
-
// send to BE
|
30982
|
-
this.preNoiWorkListService.dispatchSaveStatus(payload);
|
30983
|
-
}
|
30984
31016
|
}
|
30985
31017
|
});
|
30986
31018
|
}
|
@@ -31219,13 +31251,14 @@ function getGrantOption$1(payload) {
|
|
31219
31251
|
}
|
31220
31252
|
|
31221
31253
|
class PreNoiWorkListEffect {
|
31222
|
-
constructor(PreNoiWorkListService, toastr, dialog, router, tabService, actions
|
31254
|
+
constructor(PreNoiWorkListService, toastr, dialog, router, tabService, actions$, conciliationWorkListService) {
|
31223
31255
|
this.PreNoiWorkListService = PreNoiWorkListService;
|
31224
31256
|
this.toastr = toastr;
|
31225
31257
|
this.dialog = dialog;
|
31226
31258
|
this.router = router;
|
31227
31259
|
this.tabService = tabService;
|
31228
31260
|
this.actions$ = actions$;
|
31261
|
+
this.conciliationWorkListService = conciliationWorkListService;
|
31229
31262
|
this.loadWorkList$ = this.actions$.pipe(ofType(PreNoiWorkListActionTypes.LoadPreNoiWorkList), switchMap(() => {
|
31230
31263
|
return this.PreNoiWorkListService.loadWorkList().pipe(map$1((data) => new LoadPreNoiWorkListSuccessAction(data)),
|
31231
31264
|
// tslint:disable-next-line:no-any
|
@@ -31241,6 +31274,10 @@ class PreNoiWorkListEffect {
|
|
31241
31274
|
}));
|
31242
31275
|
this.saveStatusSuccess$ = this.actions$.pipe(ofType(PreNoiWorkListActionTypes.SaveStatusSuccess), tap((action) => {
|
31243
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
|
+
}
|
31244
31281
|
const grantOption = getGrantOption$1(get(action, 'payload'));
|
31245
31282
|
if (grantOption === GrantOptionType$1.Appointment) {
|
31246
31283
|
// this.PreNoiWorkListService.dispatchOpenAppointmentDialog(get(action, 'payload.caseId'));
|
@@ -31349,7 +31386,7 @@ class PreNoiWorkListEffect {
|
|
31349
31386
|
}));
|
31350
31387
|
}
|
31351
31388
|
}
|
31352
|
-
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 });
|
31353
31390
|
PreNoiWorkListEffect.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect });
|
31354
31391
|
__decorate([
|
31355
31392
|
Effect()
|
@@ -31404,7 +31441,7 @@ __decorate([
|
|
31404
31441
|
], PreNoiWorkListEffect.prototype, "saveStatusFailAction$", void 0);
|
31405
31442
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreNoiWorkListEffect, decorators: [{
|
31406
31443
|
type: Injectable
|
31407
|
-
}], 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$: [] } });
|
31408
31445
|
|
31409
31446
|
class OutreachHistoryListEffects$1 {
|
31410
31447
|
constructor(outreachHistoryListService, actions$, toastr) {
|
@@ -31868,6 +31905,10 @@ class SaveStatusResponse {
|
|
31868
31905
|
this.isVendor = get(data, 'isVendor');
|
31869
31906
|
this.caseId = get(data, 'caseId');
|
31870
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');
|
31871
31912
|
}
|
31872
31913
|
}
|
31873
31914
|
|
@@ -32061,6 +32102,10 @@ class SaveTelephoneOrSettledConferenceStatusPayload {
|
|
32061
32102
|
this.inPerson = get(data, 'inPerson');
|
32062
32103
|
this.outreachMode = get(data, 'outreachMode');
|
32063
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');
|
32064
32109
|
}
|
32065
32110
|
}
|
32066
32111
|
|
@@ -33030,65 +33075,110 @@ class TelephoneOrSettledConferencContextMenuComponent extends AbstractComponent
|
|
33030
33075
|
});
|
33031
33076
|
}
|
33032
33077
|
openGoodCauseGrantedDialog(item) {
|
33033
|
-
|
33034
|
-
|
33035
|
-
|
33036
|
-
|
33037
|
-
|
33038
|
-
|
33039
|
-
|
33040
|
-
|
33041
|
-
|
33042
|
-
|
33043
|
-
|
33044
|
-
|
33045
|
-
|
33046
|
-
|
33047
|
-
|
33048
|
-
|
33049
|
-
|
33050
|
-
|
33051
|
-
|
33052
|
-
.pipe(takeUntil(this.componentDestroyed))
|
33053
|
-
.subscribe((letterTypeId) => {
|
33054
|
-
if (letterTypeId === 1) {
|
33055
|
-
this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
|
33056
|
-
}
|
33057
|
-
else if (letterTypeId === 2) {
|
33058
|
-
this.conciliationWorkListService.dispatchPrintDocument({ letterType: letterTypeId, assessmentId: get(item, 'eaepAssessmentId'), CmsCaseID: get(item, 'cmsCaseId') });
|
33059
|
-
}
|
33060
|
-
});
|
33061
|
-
if (get(item, 'originalCategoryId') === jcAppointments ||
|
33062
|
-
get(item, 'originalCategoryId') === csAppointments ||
|
33063
|
-
get(item, 'originalCategoryId') === csAssignments ||
|
33064
|
-
get(item, 'originalCategoryId') === tagAppointments ||
|
33065
|
-
get(item, 'originalCategoryId') === tagAssignments ||
|
33066
|
-
get(item, 'originalCategoryId') === splRefAppointments ||
|
33067
|
-
get(item, 'originalCategoryId') === null) {
|
33068
|
-
const payload = new SaveTelephoneOrSettledConferenceStatusPayload({
|
33069
|
-
...res,
|
33070
|
-
wlTelephoneSettledId: item.wlTelephoneSettledId,
|
33071
|
-
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
|
+
},
|
33072
33097
|
});
|
33073
|
-
|
33074
|
-
|
33075
|
-
|
33076
|
-
|
33077
|
-
|
33078
|
-
|
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);
|
33079
33117
|
});
|
33080
|
-
this.router.navigate(['/ea-ep/' + item?.cmsCaseId], { relativeTo: this.route, state: { clientName: item?.clientName } });
|
33081
33118
|
}
|
33082
|
-
|
33083
|
-
|
33084
|
-
|
33085
|
-
|
33086
|
-
|
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
|
+
}
|
33087
33178
|
});
|
33088
|
-
this.telephoneOrSettledConferenceWorkListService.dispatchSaveStatus(payload);
|
33089
33179
|
}
|
33090
|
-
}
|
33091
|
-
}
|
33180
|
+
});
|
33181
|
+
}
|
33092
33182
|
}
|
33093
33183
|
submitBatchPoolAppointment(item, appointmentNYCWAYcode) {
|
33094
33184
|
const payload = new SubmitBatchPoolAppointmentModel({
|
@@ -33483,8 +33573,9 @@ function getGrantOption(payload) {
|
|
33483
33573
|
}
|
33484
33574
|
|
33485
33575
|
class TelephoneOrSettledConferenceWorkListEffect {
|
33486
|
-
constructor(telephoneOrSettledConference, toastr, dialog, router, tabService, actions$) {
|
33576
|
+
constructor(telephoneOrSettledConference, conciliationWorkListService, toastr, dialog, router, tabService, actions$) {
|
33487
33577
|
this.telephoneOrSettledConference = telephoneOrSettledConference;
|
33578
|
+
this.conciliationWorkListService = conciliationWorkListService;
|
33488
33579
|
this.toastr = toastr;
|
33489
33580
|
this.dialog = dialog;
|
33490
33581
|
this.router = router;
|
@@ -33506,6 +33597,10 @@ class TelephoneOrSettledConferenceWorkListEffect {
|
|
33506
33597
|
this.saveStatusSuccess$ = this.actions$.pipe(ofType(TelephoneOrSettledConferenceWorkListActionTypes.SaveStatusSuccess), tap((action) => {
|
33507
33598
|
handleSuccess(this.toastr);
|
33508
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
|
+
}
|
33509
33604
|
if (grantOption === GrantOptionType.Appointment) {
|
33510
33605
|
// this.telephoneOrSettledConference.dispatchOpenAppointmentDialog(get(action, 'payload.caseId'));
|
33511
33606
|
this.telephoneOrSettledConference.dispatchLoadTelephoneOrSettledConferenceWorkList();
|
@@ -33595,7 +33690,7 @@ class TelephoneOrSettledConferenceWorkListEffect {
|
|
33595
33690
|
}));
|
33596
33691
|
}
|
33597
33692
|
}
|
33598
|
-
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 });
|
33599
33694
|
TelephoneOrSettledConferenceWorkListEffect.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect });
|
33600
33695
|
__decorate([
|
33601
33696
|
Effect()
|
@@ -33641,7 +33736,7 @@ __decorate([
|
|
33641
33736
|
], TelephoneOrSettledConferenceWorkListEffect.prototype, "saveReassignSuccessAction$", void 0);
|
33642
33737
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TelephoneOrSettledConferenceWorkListEffect, decorators: [{
|
33643
33738
|
type: Injectable
|
33644
|
-
}], 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$: [] } });
|
33645
33740
|
|
33646
33741
|
class OutreachHistoryListEffects {
|
33647
33742
|
constructor(outreachHistoryListService, actions$, toastr) {
|