@csmart/ngc-smart-victim 1.18.7 → 1.18.8
Sign up to get free protection for your applications and to get access to all the features.
- package/karma.conf.js +32 -0
- package/ng-package.json +7 -0
- package/package.json +6 -22
- package/src/lib/caseNote/caseNote.component.css +20 -0
- package/src/lib/caseNote/caseNote.component.html +188 -0
- package/src/lib/caseNote/caseNote.component.ts +265 -0
- package/src/lib/common-dialog/common-dialog.component.css +10 -0
- package/src/lib/common-dialog/common-dialog.component.html +23 -0
- package/src/lib/common-dialog/common-dialog.component.spec.ts +25 -0
- package/src/lib/common-dialog/common-dialog.component.ts +21 -0
- package/src/lib/common-dialog/common-dialog.module.ts +22 -0
- package/src/lib/common-dialog/common-dialog.service.ts +35 -0
- package/src/lib/contact/contact.component.css +20 -0
- package/src/lib/contact/contact.component.html +124 -0
- package/src/lib/contact/contact.component.ts +176 -0
- package/src/lib/email-notification.service.ts +42 -0
- package/src/lib/email.services.ts +51 -0
- package/src/lib/http.service.ts +34 -0
- package/src/lib/intake.service.ts +82 -0
- package/src/lib/loader.service.ts +11 -0
- package/src/lib/safetyPlan/serviceProvider.component.ts +94 -0
- package/src/lib/safetyPlan/victimSafetyPlan.component.css +27 -0
- package/src/lib/safetyPlan/victimSafetyPlan.component.html +85 -0
- package/src/lib/safetyPlan/victimSafetyPlan.component.ts +178 -0
- package/src/lib/safetyPlan/victimSafetyPlanDetail.component.html +234 -0
- package/src/lib/safetyPlan/victimSafetyPlanDetail.component.ts +492 -0
- package/src/lib/shared/app.shared.module.ts +111 -0
- package/src/lib/shared/validators/date.validator.ts +73 -0
- package/src/lib/shared/validators/index.ts +1 -0
- package/src/lib/smart-victim-delete-confirm.component.ts +35 -0
- package/src/lib/smart-victim-detail/smart-victim-detail.component.css +43 -0
- package/src/lib/smart-victim-detail/smart-victim-detail.component.html +869 -0
- package/src/lib/smart-victim-detail/smart-victim-detail.component.spec.ts +25 -0
- package/src/lib/smart-victim-detail/smart-victim-detail.component.ts +1384 -0
- package/src/lib/smart-victim.component.css +192 -0
- package/src/lib/smart-victim.component.html +138 -0
- package/src/lib/smart-victim.component.spec.ts +25 -0
- package/src/lib/smart-victim.component.ts +329 -0
- package/src/lib/smart-victim.model.ts +301 -0
- package/src/lib/smart-victim.module.ts +110 -0
- package/src/lib/smart-victim.service.spec.ts +12 -0
- package/src/lib/smart-victim.service.ts +557 -0
- package/src/lib/victim-routing.module.ts +35 -0
- package/{lib/victimSearch/VictimSearchFilter.d.ts → src/lib/victimSearch/VictimSearchFilter.ts} +9 -7
- package/src/lib/victimSearch/victimSearchForm.component.html +35 -0
- package/src/lib/victimSearch/victimSearchForm.component.ts +41 -0
- package/{public-api.d.ts → src/public-api.ts} +12 -7
- package/src/test.ts +22 -0
- package/tsconfig.lib.json +37 -0
- package/tsconfig.spec.json +17 -0
- package/tslint.json +17 -0
- package/esm2022/csmart-ngc-smart-victim.mjs +0 -5
- package/esm2022/lib/caseNote/caseNote.component.mjs +0 -194
- package/esm2022/lib/common-dialog/common-dialog.component.mjs +0 -23
- package/esm2022/lib/common-dialog/common-dialog.module.mjs +0 -34
- package/esm2022/lib/common-dialog/common-dialog.service.mjs +0 -33
- package/esm2022/lib/contact/contact.component.mjs +0 -140
- package/esm2022/lib/email.services.mjs +0 -42
- package/esm2022/lib/intake.service.mjs +0 -57
- package/esm2022/lib/safetyPlan/serviceProvider.component.mjs +0 -99
- package/esm2022/lib/safetyPlan/victimSafetyPlan.component.mjs +0 -116
- package/esm2022/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +0 -340
- package/esm2022/lib/shared/app.shared.module.mjs +0 -215
- package/esm2022/lib/shared/validators/date.validator.mjs +0 -59
- package/esm2022/lib/shared/validators/index.mjs +0 -2
- package/esm2022/lib/smart-victim-delete-confirm.component.mjs +0 -44
- package/esm2022/lib/smart-victim-detail/smart-victim-detail.component.mjs +0 -1104
- package/esm2022/lib/smart-victim.component.mjs +0 -316
- package/esm2022/lib/smart-victim.model.mjs +0 -133
- package/esm2022/lib/smart-victim.module.mjs +0 -128
- package/esm2022/lib/smart-victim.service.mjs +0 -352
- package/esm2022/lib/victim-routing.module.mjs +0 -41
- package/esm2022/lib/victimSearch/VictimSearchFilter.mjs +0 -3
- package/esm2022/lib/victimSearch/victimSearchForm.component.mjs +0 -38
- package/esm2022/public-api.mjs +0 -11
- package/fesm2022/csmart-ngc-smart-victim.mjs +0 -3263
- package/fesm2022/csmart-ngc-smart-victim.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/caseNote/caseNote.component.d.ts +0 -51
- package/lib/common-dialog/common-dialog.component.d.ts +0 -14
- package/lib/common-dialog/common-dialog.module.d.ts +0 -8
- package/lib/common-dialog/common-dialog.service.d.ts +0 -11
- package/lib/contact/contact.component.d.ts +0 -40
- package/lib/email.services.d.ts +0 -11
- package/lib/intake.service.d.ts +0 -57
- package/lib/safetyPlan/serviceProvider.component.d.ts +0 -19
- package/lib/safetyPlan/victimSafetyPlan.component.d.ts +0 -54
- package/lib/safetyPlan/victimSafetyPlanDetail.component.d.ts +0 -62
- package/lib/shared/app.shared.module.d.ts +0 -33
- package/lib/shared/validators/date.validator.d.ts +0 -9
- package/lib/shared/validators/index.d.ts +0 -1
- package/lib/smart-victim-delete-confirm.component.d.ts +0 -12
- package/lib/smart-victim-detail/smart-victim-detail.component.d.ts +0 -129
- package/lib/smart-victim.component.d.ts +0 -69
- package/lib/smart-victim.model.d.ts +0 -205
- package/lib/smart-victim.module.d.ts +0 -49
- package/lib/smart-victim.service.d.ts +0 -71
- package/lib/victim-routing.module.d.ts +0 -7
- package/lib/victimSearch/victimSearchForm.component.d.ts +0 -14
@@ -1,205 +0,0 @@
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
2
|
-
export declare const SMART_OFFENDER_SERVICE_URL: InjectionToken<string>;
|
3
|
-
export declare const SMART_LOOKUP_SERVICE_URL: InjectionToken<string>;
|
4
|
-
export declare const SMART_VICTIM_SERVICE_URL: InjectionToken<string>;
|
5
|
-
export declare const SMART_WARRANT_URL: InjectionToken<string>;
|
6
|
-
export interface ElementsVictim {
|
7
|
-
victimId: string;
|
8
|
-
victimType: string;
|
9
|
-
victimProvider: string;
|
10
|
-
victimPolicyHolder: string;
|
11
|
-
startDate: string;
|
12
|
-
endDate: string;
|
13
|
-
isActive: boolean;
|
14
|
-
}
|
15
|
-
export declare class VictimListFilter {
|
16
|
-
offenderId: number;
|
17
|
-
lastName: string;
|
18
|
-
firstName: string;
|
19
|
-
pdid: string;
|
20
|
-
birthDate: Date;
|
21
|
-
}
|
22
|
-
export declare class VictimAdvocate {
|
23
|
-
victimAdvocateId: number;
|
24
|
-
lastName: string;
|
25
|
-
firstName: string;
|
26
|
-
prefixId: string;
|
27
|
-
suffixId: string;
|
28
|
-
addressId: number;
|
29
|
-
noPhoneFlag: boolean;
|
30
|
-
homePhone: string;
|
31
|
-
workPhone: string;
|
32
|
-
cellPhone: string;
|
33
|
-
email: string;
|
34
|
-
modifiedBy: number;
|
35
|
-
constructor(victimAdvocateId: number, lastName: string, firstName: string, prefixId: string, suffixId: string, addressId: number, noPhoneFlag: boolean, homePhone: string, workPhone: string, cellPhone: string, email: string, modifiedBy: number);
|
36
|
-
}
|
37
|
-
export declare class VictimWeaponUse {
|
38
|
-
victimId: number;
|
39
|
-
weaponTypeId: string;
|
40
|
-
otherWeapon: string;
|
41
|
-
modifiedBy: number;
|
42
|
-
constructor(victimId: number, weaponTypeId: string, otherWeapon: string, modifiedBy: number);
|
43
|
-
}
|
44
|
-
export declare class VictimDrugUse {
|
45
|
-
victimId: number;
|
46
|
-
drugTypeId: string;
|
47
|
-
otherDrug: string;
|
48
|
-
modifiedBy: number;
|
49
|
-
constructor(victimId: number, drugTypeId: string, otherDrug: string, modifiedBy: number);
|
50
|
-
}
|
51
|
-
export declare class VictimSupport {
|
52
|
-
victimId: number;
|
53
|
-
victimSupportTypeId: string;
|
54
|
-
modifiedBy: number;
|
55
|
-
constructor(victimId: number, victimSupportTypeId: string, modifiedBy: number);
|
56
|
-
}
|
57
|
-
export declare class VictimGuardian {
|
58
|
-
victimGuardianId: number;
|
59
|
-
lastName: string;
|
60
|
-
firstName: string;
|
61
|
-
prefixId: string;
|
62
|
-
suffixId: string;
|
63
|
-
birthDate: string;
|
64
|
-
addressId: number;
|
65
|
-
noPhoneFlag: boolean;
|
66
|
-
homePhone: string;
|
67
|
-
workPhone: string;
|
68
|
-
cellPhone: string;
|
69
|
-
email: string;
|
70
|
-
modifiedBy: number;
|
71
|
-
constructor(victimGuardianId: number, lastName: string, firstName: string, prefixId: string, suffixId: string, birthDate: string, addressId: number, noPhoneFlag: boolean, homePhone: string, workPhone: string, cellPhone: string, email: string, modifiedBy: number);
|
72
|
-
}
|
73
|
-
export interface CaseNote {
|
74
|
-
victimId: number;
|
75
|
-
victimCaseNoteId: number;
|
76
|
-
caseNoteDate: Date;
|
77
|
-
contactTypeId: string;
|
78
|
-
contactType: string;
|
79
|
-
victimContactPurposeId: string;
|
80
|
-
victimContactPurpose: string;
|
81
|
-
comment: string;
|
82
|
-
modifiedBy: number;
|
83
|
-
victimFirstName: string;
|
84
|
-
victimLastName: string;
|
85
|
-
}
|
86
|
-
export interface Contact {
|
87
|
-
victimId: number;
|
88
|
-
victimContactId: number;
|
89
|
-
contactDate: Date;
|
90
|
-
victimContactMethodId: string;
|
91
|
-
contactMethod: string;
|
92
|
-
contactedBy: number;
|
93
|
-
contactedByName: string;
|
94
|
-
nextContactDate: Date;
|
95
|
-
comment: string;
|
96
|
-
modifiedBy: number;
|
97
|
-
}
|
98
|
-
export interface VictimSafetyPlan {
|
99
|
-
victimId: number;
|
100
|
-
fullName: string;
|
101
|
-
victimServiceId: number;
|
102
|
-
goal: string;
|
103
|
-
comment: string;
|
104
|
-
modifiedBy: number;
|
105
|
-
victimServiceStatusId: string;
|
106
|
-
status: string;
|
107
|
-
startDate: Date;
|
108
|
-
vVictimServiceDetails: VictimServiceDetail[];
|
109
|
-
victimName: String;
|
110
|
-
}
|
111
|
-
export interface VictimServiceDetail {
|
112
|
-
victimServiceId: number;
|
113
|
-
victimServiceDetailId: number;
|
114
|
-
victimServiceTypeId: string;
|
115
|
-
victimProgramProviderId: string;
|
116
|
-
victimProgramProvider: string;
|
117
|
-
modifiedBy: number;
|
118
|
-
}
|
119
|
-
export interface VictimServiceStatusHistory {
|
120
|
-
victimServiceStatusHistoryId: number;
|
121
|
-
victimServiceId: string;
|
122
|
-
victimServiceStatusId: string;
|
123
|
-
startDate: Date;
|
124
|
-
comment: string;
|
125
|
-
modifiedBy: number;
|
126
|
-
}
|
127
|
-
export interface VictimServiceTypeProgramProviderModel {
|
128
|
-
victimServiceTypeProgramProviderId: number;
|
129
|
-
victimServiceType: string;
|
130
|
-
victimProgramProviderId: string;
|
131
|
-
victimServiceTypeId: string;
|
132
|
-
victimProgramProvider: string;
|
133
|
-
}
|
134
|
-
export interface ProviderListCollectionModel {
|
135
|
-
groupId: string;
|
136
|
-
isDisplay: boolean;
|
137
|
-
collection: VictimServiceTypeProgramProviderModel[];
|
138
|
-
}
|
139
|
-
export interface ProvidersDialogData {
|
140
|
-
serviceType: any;
|
141
|
-
serviceTypeId: any;
|
142
|
-
providerCollections: [];
|
143
|
-
}
|
144
|
-
export declare class Victim {
|
145
|
-
victimId: number;
|
146
|
-
offenderId: number;
|
147
|
-
underSupervisionFlag: string;
|
148
|
-
victimOffenderRelationshipTypeId: string;
|
149
|
-
lastName: string;
|
150
|
-
firstName: string;
|
151
|
-
middleName: string;
|
152
|
-
prefixId: string | null;
|
153
|
-
suffixId: string | null;
|
154
|
-
birthDate: string;
|
155
|
-
genderCode: string;
|
156
|
-
homePhone: string | null;
|
157
|
-
workPhone: string | null;
|
158
|
-
cellPhone: string | null;
|
159
|
-
email: string;
|
160
|
-
addressId: number;
|
161
|
-
minorFlag: boolean;
|
162
|
-
victimAdvocateFlag: string;
|
163
|
-
guardianFirstName: string;
|
164
|
-
guardianLastName: string;
|
165
|
-
guardianPrefixId: string;
|
166
|
-
guardianSuffixId: string;
|
167
|
-
guardianNoPhoneFlag: boolean;
|
168
|
-
guardianHomePhone: string | null;
|
169
|
-
guardianWorkPhone: string | null;
|
170
|
-
guardianCellPhone: string | null;
|
171
|
-
guardianEmail: string;
|
172
|
-
guardianAddressId: number;
|
173
|
-
guardianBirthDate: string;
|
174
|
-
advocateFirstName: string;
|
175
|
-
advocateLastName: string;
|
176
|
-
advocatePrefixId: string;
|
177
|
-
advocateSuffixId: string;
|
178
|
-
advocateNoPhoneFlag: boolean;
|
179
|
-
advocateHomePhone: string | null;
|
180
|
-
advocateWorkPhone: string | null;
|
181
|
-
advocateCellPhone: string | null;
|
182
|
-
advocateEmail: string;
|
183
|
-
advocateAddressId: number;
|
184
|
-
emergencyContact: string;
|
185
|
-
emergencyContactPhone: string | null;
|
186
|
-
commonChildrenFlag: boolean;
|
187
|
-
commonChildrenNumber: number;
|
188
|
-
cpoExpirationFlag: boolean;
|
189
|
-
cpoExpirationDate: string;
|
190
|
-
supportInPlaceFlag: boolean;
|
191
|
-
weaponInvolvedFlag: boolean;
|
192
|
-
drugUseFlag: boolean;
|
193
|
-
alcoholUseFlag: boolean;
|
194
|
-
accessRisk: string;
|
195
|
-
modifiedBy: number;
|
196
|
-
relationship: string;
|
197
|
-
vVictimAdvocate: VictimAdvocate;
|
198
|
-
vVictimGuardian: VictimGuardian;
|
199
|
-
victimSupports: VictimSupport[];
|
200
|
-
victimWeaponUses: VictimWeaponUse[];
|
201
|
-
victimDrugUses: VictimDrugUse[];
|
202
|
-
allowCsosaContactFlag: boolean;
|
203
|
-
liveWithOffenderFlag: boolean;
|
204
|
-
constructor(victimId: number, offenderId: number, underSupervisionFlag: string, victimOffenderRelationshipTypeId: string, lastName: string, firstName: string, middleName: string, prefixId: string | null, suffixId: string | null, birthDate: string, genderCode: string, homePhone: string | null, workPhone: string | null, cellPhone: string | null, email: string, addressId: number, minorFlag: boolean, victimAdvocateFlag: string, guardianFirstName: string, guardianLastName: string, guardianPrefixId: string, guardianSuffixId: string, guardianNoPhoneFlag: boolean, guardianHomePhone: string | null, guardianWorkPhone: string | null, guardianCellPhone: string | null, guardianEmail: string, guardianAddressId: number, guardianBirthDate: string, advocateFirstName: string, advocateLastName: string, advocatePrefixId: string, advocateSuffixId: string, advocateNoPhoneFlag: boolean, advocateHomePhone: string | null, advocateWorkPhone: string | null, advocateCellPhone: string | null, advocateEmail: string, advocateAddressId: number, emergencyContact: string, emergencyContactPhone: string | null, commonChildrenFlag: boolean, commonChildrenNumber: number, cpoExpirationFlag: boolean, cpoExpirationDate: string, supportInPlaceFlag: boolean, weaponInvolvedFlag: boolean, drugUseFlag: boolean, alcoholUseFlag: boolean, accessRisk: string, modifiedBy: number, relationship: string, vVictimAdvocate: VictimAdvocate, vVictimGuardian: VictimGuardian, victimSupports: VictimSupport[], victimWeaponUses: VictimWeaponUse[], victimDrugUses: VictimDrugUse[], allowCsosaContactFlag: boolean, liveWithOffenderFlag: boolean);
|
205
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./smart-victim.component";
|
3
|
-
import * as i2 from "./smart-victim-detail/smart-victim-detail.component";
|
4
|
-
import * as i3 from "./smart-victim-delete-confirm.component";
|
5
|
-
import * as i4 from "./caseNote/caseNote.component";
|
6
|
-
import * as i5 from "./contact/contact.component";
|
7
|
-
import * as i6 from "./safetyPlan/victimSafetyPlan.component";
|
8
|
-
import * as i7 from "./safetyPlan/victimSafetyPlanDetail.component";
|
9
|
-
import * as i8 from "./victimSearch/victimSearchForm.component";
|
10
|
-
import * as i9 from "./safetyPlan/serviceProvider.component";
|
11
|
-
import * as i10 from "@angular/common";
|
12
|
-
import * as i11 from "@angular/forms";
|
13
|
-
import * as i12 from "@angular/material/button";
|
14
|
-
import * as i13 from "@angular/material/checkbox";
|
15
|
-
import * as i14 from "@angular/material/radio";
|
16
|
-
import * as i15 from "@angular/material/slider";
|
17
|
-
import * as i16 from "@angular/material/card";
|
18
|
-
import * as i17 from "@angular/material/slide-toggle";
|
19
|
-
import * as i18 from "@angular/material/list";
|
20
|
-
import * as i19 from "@angular/material/icon";
|
21
|
-
import * as i20 from "@angular/material/button-toggle";
|
22
|
-
import * as i21 from "@angular/material/toolbar";
|
23
|
-
import * as i22 from "@angular/material/tabs";
|
24
|
-
import * as i23 from "@angular/material/expansion";
|
25
|
-
import * as i24 from "@angular/material/menu";
|
26
|
-
import * as i25 from "@angular/material/input";
|
27
|
-
import * as i26 from "@angular/material/progress-bar";
|
28
|
-
import * as i27 from "@angular/material/datepicker";
|
29
|
-
import * as i28 from "@angular/material/core";
|
30
|
-
import * as i29 from "@angular/material/paginator";
|
31
|
-
import * as i30 from "@angular/material/dialog";
|
32
|
-
import * as i31 from "@angular/material/sidenav";
|
33
|
-
import * as i32 from "@angular/material/select";
|
34
|
-
import * as i33 from "@angular/material/table";
|
35
|
-
import * as i34 from "@angular/material/sort";
|
36
|
-
import * as i35 from "@angular/material/grid-list";
|
37
|
-
import * as i36 from "@angular/cdk/table";
|
38
|
-
import * as i37 from "@angular/cdk/layout";
|
39
|
-
import * as i38 from "@csmart/ngc-smart-core";
|
40
|
-
import * as i39 from "@csmart/ngc-smart-address";
|
41
|
-
import * as i40 from "@csmart/smart-ui";
|
42
|
-
import * as i41 from "./common-dialog/common-dialog.module";
|
43
|
-
import * as i42 from "./victim-routing.module";
|
44
|
-
import * as i43 from "apollo-angular";
|
45
|
-
export declare class NgcSmartVictimModule {
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgcSmartVictimModule, never>;
|
47
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgcSmartVictimModule, [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i4.CaseNoteComponent, typeof i5.ContactComponent, typeof i6.VictimSafetyPlanComponent, typeof i7.VictimSafetyPlanDetailComponent, typeof i8.VictimSearchFormComponent, typeof i9.SeriveProviderComponent], [typeof i10.CommonModule, typeof i11.ReactiveFormsModule, typeof i12.MatButtonModule, typeof i13.MatCheckboxModule, typeof i14.MatRadioModule, typeof i15.MatSliderModule, typeof i16.MatCardModule, typeof i17.MatSlideToggleModule, typeof i18.MatListModule, typeof i19.MatIconModule, typeof i20.MatButtonToggleModule, typeof i21.MatToolbarModule, typeof i22.MatTabsModule, typeof i23.MatExpansionModule, typeof i24.MatMenuModule, typeof i25.MatInputModule, typeof i26.MatProgressBarModule, typeof i27.MatDatepickerModule, typeof i28.MatNativeDateModule, typeof i29.MatPaginatorModule, typeof i30.MatDialogModule, typeof i31.MatSidenavModule, typeof i32.MatSelectModule, typeof i33.MatTableModule, typeof i34.MatSortModule, typeof i35.MatGridListModule, typeof i36.CdkTableModule, typeof i37.LayoutModule, typeof i38.NgcSmartCoreModule, typeof i39.SmartAddressModule, typeof i40.SmartUiModule, typeof i41.CommonDialogModule, typeof i11.FormsModule, typeof i42.VictimRoutingModule, typeof i43.ApolloModule], [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i43.ApolloModule]>;
|
48
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgcSmartVictimModule>;
|
49
|
-
}
|
@@ -1,71 +0,0 @@
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
2
|
-
import { VictimListFilter, VictimDrugUse, Victim, VictimSafetyPlan, CaseNote, Contact, VictimServiceDetail, VictimServiceStatusHistory, VictimAdvocate } from './smart-victim.model';
|
3
|
-
import { Observable } from 'rxjs';
|
4
|
-
import { Apollo } from 'apollo-angular';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class NgcSmartVictimService {
|
7
|
-
private http;
|
8
|
-
private smartOffenderServiceUrl;
|
9
|
-
private smartLookupServiceUrl;
|
10
|
-
private smartVictimServiceUrl;
|
11
|
-
private apollo;
|
12
|
-
private serviceApiUrl;
|
13
|
-
constructor(http: HttpClient, smartOffenderServiceUrl: string, smartLookupServiceUrl: string, smartVictimServiceUrl: string, apollo: Apollo);
|
14
|
-
getCurrentHousing(offenderId: number): Observable<Object>;
|
15
|
-
private handleError;
|
16
|
-
getDrugsTypes(): Observable<Object>;
|
17
|
-
getDocketList(offenderId: number): Observable<any>;
|
18
|
-
getSupportTypes(): Observable<Object>;
|
19
|
-
getPrefixes(): Observable<Object>;
|
20
|
-
getSuffixes(): Observable<Object>;
|
21
|
-
getRelationshipTypes(): Observable<Object>;
|
22
|
-
getGenders(): Observable<Object>;
|
23
|
-
getWeaponTypes(): Observable<Object>;
|
24
|
-
getFlagOptionYesNoUnknowns(): Observable<Object>;
|
25
|
-
getContactTypes(): Observable<Object>;
|
26
|
-
getContactMethods(): Observable<Object>;
|
27
|
-
getContactBys(): Observable<Object>;
|
28
|
-
getVictimContactPurposes(): Observable<Object>;
|
29
|
-
getVictimServiceTypes(): Observable<Object>;
|
30
|
-
getVictimServiceStatus(): Observable<Object>;
|
31
|
-
getvVictimServiceTypeProgramProviders(): Observable<Object>;
|
32
|
-
getVictim(val: any): Observable<Object>;
|
33
|
-
getVictimAdvocate(val: any): Observable<Object>;
|
34
|
-
getVictimGuardian(val: any): Observable<Object>;
|
35
|
-
postVictims(val: any): Observable<Object>;
|
36
|
-
putVictims(id: any, val: any): Observable<Object>;
|
37
|
-
putVictimAdvocate(id: any, val: VictimAdvocate): Observable<Object>;
|
38
|
-
postVictimAdvocate(id: any, val: any): Observable<Object>;
|
39
|
-
putVictimGuardian(id: any, val: any): Observable<Object>;
|
40
|
-
postVictimGuardian(id: any, val: any): Observable<Object>;
|
41
|
-
getVictimDrugUse(val: any): Observable<VictimDrugUse[]>;
|
42
|
-
putVictimDrugUse(id: any, val: VictimDrugUse[]): Observable<Object>;
|
43
|
-
postVictimDrugUse(id: any, val: any): Observable<Object>;
|
44
|
-
putVictimWeaponUse(id: any, val: any): Observable<Object>;
|
45
|
-
postVictimWeaponUse(id: any, val: any): Observable<Object>;
|
46
|
-
putVictimSupport(id: any, val: any): Observable<Object>;
|
47
|
-
postVictimSupport(id: any, val: any): Observable<Object>;
|
48
|
-
deleteVictims(val: any, staffId: number): Observable<Object>;
|
49
|
-
getVictims(offenderId: number): Observable<Victim[]>;
|
50
|
-
getVictimsByFilter(filter: VictimListFilter): Observable<Victim[]>;
|
51
|
-
getVictimListByFilter(filter: VictimListFilter): Observable<Object>;
|
52
|
-
getCasetNotes(victimId: number): Observable<CaseNote[]>;
|
53
|
-
addCaseNote(caseNote: CaseNote): Observable<Object>;
|
54
|
-
updateCaseNote(caseNote: CaseNote): Observable<Object>;
|
55
|
-
deleteCaseNote(id: number, staffId: number): Observable<Object>;
|
56
|
-
getContacts(victimId: number): Observable<Contact[]>;
|
57
|
-
addContact(contact: Contact): Observable<Object>;
|
58
|
-
updateContact(contact: Contact): Observable<Object>;
|
59
|
-
getSafetyPlans(victimId: number): Observable<VictimSafetyPlan[]>;
|
60
|
-
getVictimServices(victimServiceId: number): Observable<VictimSafetyPlan[]>;
|
61
|
-
getVictimServiceDetail(victimServiceId: number): Observable<VictimServiceDetail[]>;
|
62
|
-
addSafetyPlan(victimSafetyPlan: VictimSafetyPlan): Observable<Object>;
|
63
|
-
updateSafetyPlan(victimSafetyPlan: VictimSafetyPlan): Observable<Object>;
|
64
|
-
addVictimServiceStatus(victimServiceStatusHistory: VictimServiceStatusHistory): Observable<Object>;
|
65
|
-
getServiceStatusHistories(victimServiceId: number): Observable<VictimServiceStatusHistory[]>;
|
66
|
-
deleteSafetyPlan(victimServiceId: number, staffId: number): Observable<Object>;
|
67
|
-
addPlanProvider(victimServiceDetail: VictimServiceDetail): Observable<Object>;
|
68
|
-
deleteProvider(victimProgramProviderId: string, staffId: number): Observable<Object>;
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgcSmartVictimService, never>;
|
70
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NgcSmartVictimService>;
|
71
|
-
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/router";
|
3
|
-
export declare class VictimRoutingModule {
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VictimRoutingModule, never>;
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VictimRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VictimRoutingModule>;
|
7
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
2
|
-
import { VictimListFilter } from './VictimSearchFilter';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class VictimSearchFormComponent implements OnInit {
|
5
|
-
onSearch: EventEmitter<Object>;
|
6
|
-
change: EventEmitter<VictimListFilter>;
|
7
|
-
filter: VictimListFilter;
|
8
|
-
constructor();
|
9
|
-
ngOnInit(): void;
|
10
|
-
ngAfterViewInit(): void;
|
11
|
-
onChange(): void;
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VictimSearchFormComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VictimSearchFormComponent, "app-victim-search-form", never, {}, { "onSearch": "onSearch"; }, never, never, false, never>;
|
14
|
-
}
|