@prutech/compliance 1.0.240 → 1.0.242
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/client-communication-history/models/comment-history-columns-def.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.mjs +4 -4
- package/esm2020/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.mjs +11 -3
- package/esm2020/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.mjs +27 -20
- package/esm2020/lib/conciliation-appointment-work-list/conciliation-appointment-work-list.component.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.mjs +16 -3
- package/esm2020/lib/conciliation-appointment-work-list/models/federal-holidays-model.mjs +7 -4
- package/esm2020/lib/conciliation-appointment-work-list/reducers/federal-holidays-list.reducer.mjs +33 -0
- package/esm2020/lib/conciliation-appointment-work-list/reducers/root.reducer.mjs +8 -1
- package/esm2020/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.mjs +4 -4
- package/esm2020/lib/conciliation-appointment-work-list/state/federal-holidays-list.state.mjs +10 -0
- package/esm2020/lib/noi-work-list/components/conference-by-phone-dialogbox/conference-by-phone-dialogbox.component.mjs +39 -6
- package/esm2020/lib/noi-work-list/components/context-menu/context-menu.component.mjs +6 -2
- package/esm2020/lib/noi-work-list/models/conference-by-phone-formmodel.mjs +2 -2
- package/esm2020/lib/noi-work-list/noi-work-list.component.mjs +11 -8
- package/esm2020/lib/noi-work-list/noi-work-list.module.mjs +4 -3
- package/esm2020/lib/telephone-settled-conference/components/context-menu/context-menu.component.mjs +6 -1
- package/esm2020/lib/telephone-settled-conference/components/re-schedule-call-back-action/re-schedule-call-back-action.component.mjs +24 -2
- package/esm2020/lib/telephone-settled-conference/models/conference-by-phone-formmodel.mjs +2 -2
- package/esm2020/lib/telephone-settled-conference/telephone-settled-conference.component.mjs +15 -8
- package/fesm2015/prutech-compliance.mjs +221 -79
- package/fesm2015/prutech-compliance.mjs.map +1 -1
- package/fesm2020/prutech-compliance.mjs +228 -79
- package/fesm2020/prutech-compliance.mjs.map +1 -1
- package/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.d.ts +3 -3
- package/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.d.ts +2 -0
- package/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.d.ts +7 -4
- package/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/models/federal-holidays-model.d.ts +5 -3
- package/lib/conciliation-appointment-work-list/reducers/federal-holidays-list.reducer.d.ts +5 -0
- package/lib/conciliation-appointment-work-list/reducers/root.reducer.d.ts +8 -0
- package/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.d.ts +1 -1
- package/lib/conciliation-appointment-work-list/state/federal-holidays-list.state.d.ts +8 -0
- package/lib/noi-work-list/components/conference-by-phone-dialogbox/conference-by-phone-dialogbox.component.d.ts +7 -0
- package/lib/noi-work-list/components/context-menu/context-menu.component.d.ts +1 -0
- package/lib/noi-work-list/noi-work-list.component.d.ts +3 -1
- package/lib/telephone-settled-conference/components/context-menu/context-menu.component.d.ts +1 -0
- package/lib/telephone-settled-conference/components/re-schedule-call-back-action/re-schedule-call-back-action.component.d.ts +4 -0
- package/lib/telephone-settled-conference/telephone-settled-conference.component.d.ts +4 -1
- package/package.json +1 -1
@@ -32,9 +32,9 @@ export declare enum ConciliationAppointmentWorkListActionTypes {
|
|
32
32
|
PrintDocument = "[FIA1187 Document] Print",
|
33
33
|
PrintDocumentSuccess = "[FIA1187 Document] Print Success",
|
34
34
|
PrintDocumentFail = "[FIA1187 Document] Print Fail",
|
35
|
-
LoadFederalHolidaysList = "[
|
36
|
-
LoadFederalHolidaysListSuccess = "[
|
37
|
-
LoadFederalHolidaysListFail = "[
|
35
|
+
LoadFederalHolidaysList = "[Federal Holidays List] Load",
|
36
|
+
LoadFederalHolidaysListSuccess = "[Federal Holidays List] Load Success",
|
37
|
+
LoadFederalHolidaysListFail = "[Federal Holidays List] Load Fail"
|
38
38
|
}
|
39
39
|
export declare class LoadConciliationWorkListAction implements Action {
|
40
40
|
payload?: any;
|
@@ -10,6 +10,7 @@ import { ConciliationAppointmentWorkListService } from '../../services/conciliat
|
|
10
10
|
import { LookupsService } from '../../../shared/modules/conciliation-lookups/services/lookups.service';
|
11
11
|
import { ConciliationLookups } from '../../../shared/models/conciliation-lookups.model';
|
12
12
|
import { SaveConciliationStatusPayload } from '../../models/save-conciliation-status-payload.model';
|
13
|
+
import { FederalHolidaysModel } from '../../models/federal-holidays-model';
|
13
14
|
import * as i0 from "@angular/core";
|
14
15
|
export declare class ConciliationContextMenuComponent extends AbstractComponent implements OnInit {
|
15
16
|
dialog: MatDialog;
|
@@ -27,6 +28,7 @@ export declare class ConciliationContextMenuComponent extends AbstractComponent
|
|
27
28
|
user: User;
|
28
29
|
isConciliationWlCheck: any;
|
29
30
|
apptScheduledDetails: ScheduleAppointmentPostModel;
|
31
|
+
holidayList: FederalHolidaysModel[];
|
30
32
|
constructor(dialog: MatDialog, lookupsService: LookupsService, tabService: TabService, router: Router, userService: UserService, conciliationWorkListService: ConciliationAppointmentWorkListService, environment: Environment, route: ActivatedRoute);
|
31
33
|
ngOnInit(): void;
|
32
34
|
agInit(params: AgGridAngular): void;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
1
2
|
import { FormGroup } from '@angular/forms';
|
2
3
|
import { AbstractComponent, Environment, IPtDynamicElementConfig, PtDynamicFormsComponent, PtDynamicFormsService } from '@prutech/components';
|
3
4
|
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
@@ -5,7 +6,7 @@ import { ConciliationWorkListItemModel } from '../../models/conciliation-work-li
|
|
5
6
|
import { ManageAppointmentsService, ScheduleAppointmentPostModel } from '@prutech/appointment';
|
6
7
|
import moment from 'moment';
|
7
8
|
import * as i0 from "@angular/core";
|
8
|
-
export declare class ScheduleCallBackActionComponent extends AbstractComponent {
|
9
|
+
export declare class ScheduleCallBackActionComponent extends AbstractComponent implements OnInit {
|
9
10
|
dialogRef: MatDialogRef<ScheduleCallBackActionComponent>;
|
10
11
|
dialog: MatDialog;
|
11
12
|
private dynamicFormService;
|
@@ -22,16 +23,18 @@ export declare class ScheduleCallBackActionComponent extends AbstractComponent {
|
|
22
23
|
showInPerson: boolean;
|
23
24
|
showApptScheduler: boolean;
|
24
25
|
scheduleDetails: ScheduleAppointmentPostModel;
|
25
|
-
filteredDates:
|
26
|
+
filteredDates: any;
|
27
|
+
hours: number[];
|
26
28
|
dynamicForm: PtDynamicFormsComponent;
|
27
29
|
scheduleData: any;
|
28
30
|
constructor(dialogRef: MatDialogRef<ScheduleCallBackActionComponent>, dialog: MatDialog, dynamicFormService: PtDynamicFormsService, environment: Environment, manageAppointmentsService: ManageAppointmentsService, data: ConciliationWorkListItemModel);
|
31
|
+
ngOnInit(): void;
|
29
32
|
get dynamicFormGroup(): FormGroup;
|
30
33
|
get isDisabled(): boolean;
|
31
|
-
|
34
|
+
myFilter: (date: any) => boolean;
|
32
35
|
initElements(): void;
|
33
36
|
setApptDateTime(apptDateTime: moment.Moment): void;
|
34
|
-
|
37
|
+
getApptDate(apptDate: any, apphour: any, apptime: any): string;
|
35
38
|
closeModal(action: boolean): void;
|
36
39
|
cancelAppointment(): void;
|
37
40
|
afterOnDestroy(): void;
|
@@ -36,6 +36,7 @@ export declare class ConciliationAppointmentWorkListEffect {
|
|
36
36
|
printSuccess$: Observable<{
|
37
37
|
response: any;
|
38
38
|
}>;
|
39
|
+
loadHolidaysList$: Observable<Action>;
|
39
40
|
constructor(conciliationWorkListService: ConciliationAppointmentWorkListService, toastr: ToastrService, dialog: MatDialog, router: Router, tabService: TabService, actions$: Actions);
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConciliationAppointmentWorkListEffect, never>;
|
41
42
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConciliationAppointmentWorkListEffect>;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import * as LoadFederalHolidaysListAction from '../actions/conciliation-appointment-work-list.actions';
|
2
|
+
import { LocalState } from '../state/federal-holidays-list.state';
|
3
|
+
export declare function reducer(state: LocalState, action: LoadFederalHolidaysListAction.LoadFederalHolidaysListAction): LocalState;
|
4
|
+
export declare const getLoadingHolidayList: (state: LocalState) => boolean;
|
5
|
+
export declare const getErrors: (state: LocalState) => string[];
|
@@ -9,17 +9,21 @@ import * as OutreachHistoryListState from '../state/outreach-history-list.state'
|
|
9
9
|
import { OutreachHistoryListItem } from '../models/outreach-history-model';
|
10
10
|
import * as GenerateGoodCauseLetter from '../state/generate-good-cause-letter.state';
|
11
11
|
import { GenerateGoodCauseLetterState } from '../state/generate-good-cause-letter.state';
|
12
|
+
import * as GetHolidaysListState from '../state/federal-holidays-list.state';
|
13
|
+
import { FederalHolidaysModel } from '../models/federal-holidays-model';
|
12
14
|
export interface ConciliationWorkListState {
|
13
15
|
conciliationWorkList: LocalState;
|
14
16
|
statuslookUp: conciliationLookupRedure.GetLookupsState;
|
15
17
|
OutreachHistoryList: OutreachHistoryListState.LocalState;
|
16
18
|
GenerateGoodCauseLetter: GenerateGoodCauseLetter.GenerateGoodCauseLetterState;
|
19
|
+
GetHolidaysList: GetHolidaysListState.LocalState;
|
17
20
|
}
|
18
21
|
export interface State {
|
19
22
|
conciliationWorkList: ConciliationWorkListState;
|
20
23
|
statuslookUp: conciliationLookupRedure.GetLookupsState;
|
21
24
|
OutreachHistoryList: OutreachHistoryListState.LocalState;
|
22
25
|
GenerateGoodCauseLetter: GenerateGoodCauseLetter.GenerateGoodCauseLetterState;
|
26
|
+
GetHolidaysList: GetHolidaysListState.LocalState;
|
23
27
|
}
|
24
28
|
export declare const reducers: ActionReducerMap<ConciliationWorkListState>;
|
25
29
|
export declare const getConciliationWorkListState: MemoizedSelector<any, any>;
|
@@ -39,6 +43,10 @@ export declare const getOutreachHistoryListLoading: MemoizedSelector<object, boo
|
|
39
43
|
export declare const getOutreachHistoryListErrorMessages: MemoizedSelector<object, string[]>;
|
40
44
|
export declare const getCanAdd: MemoizedSelector<object, boolean>;
|
41
45
|
export declare const getOutreachHistoryListIds: (state: State) => string[] | number[], getOutreachHistoryListEntities: (state: State) => Dictionary<OutreachHistoryListItem>, getAllOutreachHistoryList: (state: State) => OutreachHistoryListItem[];
|
46
|
+
export declare const getFederalHolidaysListEntitiesState: MemoizedSelector<object, GetHolidaysListState.LocalState>;
|
47
|
+
export declare const getHolidayListLoading: MemoizedSelector<object, boolean>;
|
48
|
+
export declare const getHolidayListErrorMessages: MemoizedSelector<object, string[]>;
|
49
|
+
export declare const getHolidayListIds: (state: State) => string[] | number[], getHolidayListEntities: (state: State) => Dictionary<FederalHolidaysModel>, getAllHolidaysList: (state: State) => FederalHolidaysModel[];
|
42
50
|
export declare const getGenerateGoodCauseLetterEntitiesState: MemoizedSelector<object, GenerateGoodCauseLetterState>;
|
43
51
|
export declare const getSelectedProgramId: MemoizedSelector<object, number>;
|
44
52
|
export declare const getLoadingProgram: MemoizedSelector<object, boolean>;
|
@@ -51,7 +51,7 @@ export declare class ConciliationAppointmentWorkListService {
|
|
51
51
|
}): void;
|
52
52
|
printDocument(letterType: number, assessmentId: number, CmsCaseID: number, worklistType: any, infractionDate: any): Observable<any>;
|
53
53
|
dispatchLoadFederalHolidaysList(): void;
|
54
|
-
loadFederalHolidays(): Observable<
|
54
|
+
loadFederalHolidays(): Observable<any>;
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConciliationAppointmentWorkListService, never>;
|
56
56
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConciliationAppointmentWorkListService>;
|
57
57
|
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { EntityAdapter, EntityState } from '@ngrx/entity';
|
2
|
+
import { FederalHolidaysModel } from '../models/federal-holidays-model';
|
3
|
+
export interface LocalState extends EntityState<FederalHolidaysModel> {
|
4
|
+
loadingHolidayList: boolean;
|
5
|
+
errors: string[];
|
6
|
+
}
|
7
|
+
export declare const adapter: EntityAdapter<FederalHolidaysModel>;
|
8
|
+
export declare const initialState: LocalState;
|
@@ -9,15 +9,22 @@ export declare class ConferenceByPhoneDialogboxComponent extends AbstractCompone
|
|
9
9
|
data: any;
|
10
10
|
hours: number[];
|
11
11
|
minutes: number[];
|
12
|
+
readonly apptDateCtrlName: string;
|
13
|
+
readonly apptDate2CtrlName: string;
|
14
|
+
readonly phoneCtrlName: string;
|
15
|
+
readonly emailCtrlName: string;
|
12
16
|
elements: IPtDynamicElementConfig[];
|
13
17
|
showInPerson: boolean;
|
18
|
+
filteredDates: any;
|
14
19
|
dynamicForm: PtDynamicFormsComponent;
|
15
20
|
scheduleData: any;
|
16
21
|
dateTime2: any;
|
17
22
|
dateTime1: any;
|
23
|
+
emailDisable: boolean;
|
18
24
|
constructor(dialogRef: MatDialogRef<ConferenceByPhoneDialogboxComponent>, dynamicFormService: PtDynamicFormsService, data: any);
|
19
25
|
ngOnInit(): void;
|
20
26
|
get dynamicFormGroup(): FormGroup;
|
27
|
+
myFilter: (date: any) => boolean;
|
21
28
|
buildElements(): void;
|
22
29
|
initDynamicFormElements(): void;
|
23
30
|
afterOnDestroy(): void;
|
@@ -20,6 +20,7 @@ export declare class ContextMenuNoiListComponent extends AbstractComponent imple
|
|
20
20
|
menuItems: ContextMenuItem[];
|
21
21
|
params: AgGridAngular;
|
22
22
|
conciliationLookups: ConciliationLookups;
|
23
|
+
holidayList: any;
|
23
24
|
constructor(dialog: MatDialog, lookupsService: LookupsService, noiWorkListService: NoiWorkListService, tabService: TabService, router: Router, conciliationWorkListService: ConciliationAppointmentWorkListService, route: ActivatedRoute);
|
24
25
|
ngOnInit(): void;
|
25
26
|
agInit(params: AgGridAngular): void;
|
@@ -4,14 +4,16 @@ import { Observable } from 'rxjs';
|
|
4
4
|
import { NoiWorkListService } from './services/noi-work-list.service';
|
5
5
|
import { LookupsService } from '../shared/modules/conciliation-lookups/services/lookups.service';
|
6
6
|
import { NoiWorkListModel } from './models/noi-work-list-item.model';
|
7
|
+
import { ConciliationAppointmentWorkListService } from '../conciliation-appointment-work-list/services/conciliation-appointment-work-list.service';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
export declare class NoiWorkListComponent extends AbstractComponent implements OnInit {
|
9
10
|
private noiWorkListService;
|
10
11
|
private lookupsService;
|
12
|
+
private conciliationWorkListService;
|
11
13
|
private tabService;
|
12
14
|
workList: Observable<NoiWorkListModel[]>;
|
13
15
|
lookupLoading: Observable<boolean>;
|
14
|
-
constructor(noiWorkListService: NoiWorkListService, lookupsService: LookupsService, tabService: TabService);
|
16
|
+
constructor(noiWorkListService: NoiWorkListService, lookupsService: LookupsService, conciliationWorkListService: ConciliationAppointmentWorkListService, tabService: TabService);
|
15
17
|
ngOnInit(): void;
|
16
18
|
get loading(): Observable<boolean>;
|
17
19
|
afterOnDestroy(): void;
|
package/lib/telephone-settled-conference/components/context-menu/context-menu.component.d.ts
CHANGED
@@ -25,6 +25,7 @@ export declare class TelephoneOrSettledConferencContextMenuComponent extends Abs
|
|
25
25
|
conciliationLookups: ConciliationLookups;
|
26
26
|
actions: Lookup[];
|
27
27
|
user: User;
|
28
|
+
holidayList: any;
|
28
29
|
constructor(dialog: MatDialog, lookupsService: LookupsService, tabService: TabService, router: Router, userService: UserService, conciliationWorkListService: ConciliationAppointmentWorkListService, telephoneOrSettledConferenceWorkListService: TelephoneOrSettledConferenceWorkListService, route: ActivatedRoute);
|
29
30
|
ngOnInit(): void;
|
30
31
|
agInit(params: AgGridAngular): void;
|
@@ -10,7 +10,10 @@ export declare class ReScheduleCallBackActionComponent extends AbstractComponent
|
|
10
10
|
readonly reasonCtrlName: string;
|
11
11
|
readonly inPersonCtrlName: string;
|
12
12
|
readonly otherReasonCtrlName: string;
|
13
|
+
readonly apptDateCtrlName: string;
|
14
|
+
readonly apptDate1CtrlName: string;
|
13
15
|
hours: number[];
|
16
|
+
filteredDates: any;
|
14
17
|
elements: IPtDynamicElementConfig[];
|
15
18
|
showInPerson: boolean;
|
16
19
|
dynamicForm: PtDynamicFormsComponent;
|
@@ -23,6 +26,7 @@ export declare class ReScheduleCallBackActionComponent extends AbstractComponent
|
|
23
26
|
ngOnInit(): void;
|
24
27
|
get dynamicFormGroup(): FormGroup;
|
25
28
|
afterOnDestroy(): void;
|
29
|
+
myFilter: (date: any) => boolean;
|
26
30
|
initDynamicFormElements(): void;
|
27
31
|
get isDisabled(): boolean;
|
28
32
|
closeModal(action: boolean): void;
|
@@ -4,13 +4,16 @@ import { Observable } from 'rxjs';
|
|
4
4
|
import { LookupsService } from '../shared/modules/conciliation-lookups/services/lookups.service';
|
5
5
|
import { TelephoneOrSettledConferenceWorkListItemModel } from './models/telephone-or-settled-conference-work-list-item.model';
|
6
6
|
import { TelephoneOrSettledConferenceWorkListService } from './services/telephone-or-settled-conference-list.service';
|
7
|
+
import { ConciliationAppointmentWorkListService } from '../conciliation-appointment-work-list/services/conciliation-appointment-work-list.service';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
export declare class TelephoneSettledConferenceComponent extends AbstractComponent implements OnInit {
|
9
10
|
private telephonicWorkListService;
|
10
11
|
private lookupsService;
|
12
|
+
private conciliationWorkListService;
|
11
13
|
private tabService;
|
12
14
|
workList: Observable<TelephoneOrSettledConferenceWorkListItemModel[]>;
|
13
|
-
|
15
|
+
holidayList: any;
|
16
|
+
constructor(telephonicWorkListService: TelephoneOrSettledConferenceWorkListService, lookupsService: LookupsService, conciliationWorkListService: ConciliationAppointmentWorkListService, tabService: TabService);
|
14
17
|
ngOnInit(): void;
|
15
18
|
get loading(): Observable<boolean>;
|
16
19
|
afterOnDestroy(): void;
|