@csmart/ngc-smart-victim 1.14.13 → 1.14.15
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +9 -4
- package/fesm2015/csmart-ngc-smart-victim.mjs +8 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +8 -3
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/lib/smart-victim-detail/smart-victim-detail.component.d.ts +2 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnInit, OnChanges, EventEmitter } from '@angular/core';
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, ValidatorFn } from '@angular/forms';
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, UntypedFormControl, ValidatorFn } from '@angular/forms';
|
3
3
|
import { MatRadioChange } from '@angular/material/radio';
|
4
4
|
import { Victim, VictimDrugUse, Contact, VictimAdvocate, VictimGuardian, VictimWeaponUse, VictimSupport } from '../smart-victim.model';
|
5
5
|
import { NgcSmartVictimService } from '../smart-victim.service';
|
@@ -85,6 +85,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
|
|
85
85
|
guaridanNoPhoneChkFlag: boolean;
|
86
86
|
advocateNoPhoneChkFlag: boolean;
|
87
87
|
addressValidators: AddressValidators;
|
88
|
+
homePhoneControl: UntypedFormControl;
|
88
89
|
constructor(location: Location, formBuilder: UntypedFormBuilder, dialog: MatDialog, route: ActivatedRoute, router: Router, snackBar: MatSnackBar, commonDialogService: CommonDialogService, victimService: NgcSmartVictimService);
|
89
90
|
private initForm;
|
90
91
|
private _getVictim;
|