@csmart/ngc-smart-victim 1.14.13 → 1.14.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.14.13",
3
+ "version": "1.14.14",
4
4
  "peerDependencies": {},
5
5
  "module": "fesm2015/csmart-ngc-smart-victim.mjs",
6
6
  "es2020": "fesm2020/csmart-ngc-smart-victim.mjs",