@csmart/ngc-smart-victim 1.14.43 → 1.18.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{esm2020 → esm2022}/csmart-ngc-smart-victim.mjs +4 -4
- package/esm2022/lib/caseNote/caseNote.component.mjs +194 -0
- package/esm2022/lib/common-dialog/common-dialog.component.mjs +23 -0
- package/{esm2020 → esm2022}/lib/common-dialog/common-dialog.module.mjs +34 -34
- package/{esm2020 → esm2022}/lib/common-dialog/common-dialog.service.mjs +33 -33
- package/esm2022/lib/contact/contact.component.mjs +140 -0
- package/{esm2020 → esm2022}/lib/email.services.mjs +29 -29
- package/esm2022/lib/intake.service.mjs +57 -0
- package/{esm2020 → esm2022}/lib/safetyPlan/serviceProvider.component.mjs +62 -62
- package/esm2022/lib/safetyPlan/victimSafetyPlan.component.mjs +116 -0
- package/esm2022/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +340 -0
- package/{esm2020 → esm2022}/lib/shared/app.shared.module.mjs +215 -215
- package/esm2022/lib/shared/validators/date.validator.mjs +59 -0
- package/{esm2020 → esm2022}/lib/shared/validators/index.mjs +1 -1
- package/esm2022/lib/smart-victim-delete-confirm.component.mjs +44 -0
- package/esm2022/lib/smart-victim-detail/smart-victim-detail.component.mjs +1104 -0
- package/esm2022/lib/smart-victim.component.mjs +314 -0
- package/{esm2020 → esm2022}/lib/smart-victim.model.mjs +132 -132
- package/{esm2020 → esm2022}/lib/smart-victim.module.mjs +128 -128
- package/esm2022/lib/smart-victim.service.mjs +352 -0
- package/{esm2020 → esm2022}/lib/victim-routing.module.mjs +41 -41
- package/{esm2020 → esm2022}/lib/victimSearch/VictimSearchFilter.mjs +2 -2
- package/esm2022/lib/victimSearch/victimSearchForm.component.mjs +38 -0
- package/{esm2020 → esm2022}/public-api.mjs +10 -10
- package/fesm2022/csmart-ngc-smart-victim.mjs +3261 -0
- package/fesm2022/csmart-ngc-smart-victim.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/caseNote/caseNote.component.d.ts +51 -51
- package/lib/common-dialog/common-dialog.component.d.ts +14 -14
- package/lib/common-dialog/common-dialog.module.d.ts +8 -8
- package/lib/common-dialog/common-dialog.service.d.ts +11 -11
- package/lib/contact/contact.component.d.ts +40 -40
- package/lib/email.services.d.ts +11 -11
- package/lib/intake.service.d.ts +57 -57
- package/lib/safetyPlan/serviceProvider.component.d.ts +19 -19
- package/lib/safetyPlan/victimSafetyPlan.component.d.ts +54 -54
- package/lib/safetyPlan/victimSafetyPlanDetail.component.d.ts +62 -62
- package/lib/shared/app.shared.module.d.ts +33 -33
- package/lib/shared/validators/date.validator.d.ts +9 -9
- package/lib/shared/validators/index.d.ts +1 -1
- package/lib/smart-victim-delete-confirm.component.d.ts +12 -12
- package/lib/smart-victim-detail/smart-victim-detail.component.d.ts +129 -129
- package/lib/smart-victim.component.d.ts +68 -68
- package/lib/smart-victim.model.d.ts +205 -205
- package/lib/smart-victim.module.d.ts +49 -49
- package/lib/smart-victim.service.d.ts +71 -71
- package/lib/victim-routing.module.d.ts +7 -7
- package/lib/victimSearch/VictimSearchFilter.d.ts +7 -7
- package/lib/victimSearch/victimSearchForm.component.d.ts +14 -14
- package/package.json +5 -11
- package/public-api.d.ts +7 -7
- package/esm2020/lib/caseNote/caseNote.component.mjs +0 -194
- package/esm2020/lib/common-dialog/common-dialog.component.mjs +0 -23
- package/esm2020/lib/contact/contact.component.mjs +0 -140
- package/esm2020/lib/intake.service.mjs +0 -57
- package/esm2020/lib/safetyPlan/victimSafetyPlan.component.mjs +0 -116
- package/esm2020/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +0 -340
- package/esm2020/lib/shared/validators/date.validator.mjs +0 -59
- package/esm2020/lib/smart-victim-delete-confirm.component.mjs +0 -44
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +0 -1104
- package/esm2020/lib/smart-victim.component.mjs +0 -314
- package/esm2020/lib/smart-victim.service.mjs +0 -352
- package/esm2020/lib/victimSearch/victimSearchForm.component.mjs +0 -38
- package/fesm2015/csmart-ngc-smart-victim.mjs +0 -3273
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +0 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +0 -3261
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +0 -1
@@ -1,49 +1,49 @@
|
|
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
|
+
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 +1,71 @@
|
|
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
|
+
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 +1,7 @@
|
|
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
|
+
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,7 +1,7 @@
|
|
1
|
-
export declare class VictimListFilter {
|
2
|
-
offenderId: number;
|
3
|
-
lastName: string;
|
4
|
-
firstName: string;
|
5
|
-
pdid: string;
|
6
|
-
birthDate: Date;
|
7
|
-
}
|
1
|
+
export declare class VictimListFilter {
|
2
|
+
offenderId: number;
|
3
|
+
lastName: string;
|
4
|
+
firstName: string;
|
5
|
+
pdid: string;
|
6
|
+
birthDate: Date;
|
7
|
+
}
|
@@ -1,14 +1,14 @@
|
|
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>;
|
14
|
-
}
|
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
|
+
}
|
package/package.json
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@csmart/ngc-smart-victim",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.18.1",
|
4
4
|
"peerDependencies": {},
|
5
|
-
"module": "
|
6
|
-
"es2020": "fesm2020/csmart-ngc-smart-victim.mjs",
|
7
|
-
"esm2020": "esm2020/csmart-ngc-smart-victim.mjs",
|
8
|
-
"fesm2020": "fesm2020/csmart-ngc-smart-victim.mjs",
|
9
|
-
"fesm2015": "fesm2015/csmart-ngc-smart-victim.mjs",
|
5
|
+
"module": "fesm2022/csmart-ngc-smart-victim.mjs",
|
10
6
|
"typings": "index.d.ts",
|
11
7
|
"exports": {
|
12
8
|
"./package.json": {
|
@@ -14,11 +10,9 @@
|
|
14
10
|
},
|
15
11
|
".": {
|
16
12
|
"types": "./index.d.ts",
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"node": "./fesm2015/csmart-ngc-smart-victim.mjs",
|
21
|
-
"default": "./fesm2020/csmart-ngc-smart-victim.mjs"
|
13
|
+
"esm2022": "./esm2022/csmart-ngc-smart-victim.mjs",
|
14
|
+
"esm": "./esm2022/csmart-ngc-smart-victim.mjs",
|
15
|
+
"default": "./fesm2022/csmart-ngc-smart-victim.mjs"
|
22
16
|
}
|
23
17
|
},
|
24
18
|
"sideEffects": false,
|
package/public-api.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
export * from './lib/smart-victim.service';
|
2
|
-
export * from './lib/smart-victim.component';
|
3
|
-
export * from './lib/smart-victim.model';
|
4
|
-
export * from './lib/smart-victim.module';
|
5
|
-
export * from './lib/caseNote/caseNote.component';
|
6
|
-
export * from './lib/smart-victim-detail/smart-victim-detail.component';
|
7
|
-
export * from './lib/smart-victim-delete-confirm.component';
|
1
|
+
export * from './lib/smart-victim.service';
|
2
|
+
export * from './lib/smart-victim.component';
|
3
|
+
export * from './lib/smart-victim.model';
|
4
|
+
export * from './lib/smart-victim.module';
|
5
|
+
export * from './lib/caseNote/caseNote.component';
|
6
|
+
export * from './lib/smart-victim-detail/smart-victim-detail.component';
|
7
|
+
export * from './lib/smart-victim-delete-confirm.component';
|