@csmart/ngc-smart-victim 1.14.22 → 1.14.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,6 +88,15 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
88
88
  advocateNoPhoneChkFlag: boolean;
89
89
  addressValidators: AddressValidators;
90
90
  homePhoneControl: UntypedFormControl;
91
+ cellPhoneControl: UntypedFormControl;
92
+ workPhoneControl: UntypedFormControl;
93
+ guardianHomePhoneControl: UntypedFormControl;
94
+ guardianCellPhoneControl: UntypedFormControl;
95
+ guardianWorkPhoneControl: UntypedFormControl;
96
+ advocateHomePhoneControl: UntypedFormControl;
97
+ advocateCellPhoneControl: UntypedFormControl;
98
+ advocateWorkPhoneControl: UntypedFormControl;
99
+ emergencyContactPhoneControl: UntypedFormControl;
91
100
  constructor(location: Location, formBuilder: UntypedFormBuilder, dialog: MatDialog, route: ActivatedRoute, router: Router, snackBar: MatSnackBar, commonDialogService: CommonDialogService, victimService: NgcSmartVictimService, changeDetectorRefs: ChangeDetectorRef);
92
101
  private initForm;
93
102
  private _getVictim;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.14.22",
3
+ "version": "1.14.23",
4
4
  "peerDependencies": {},
5
5
  "module": "fesm2015/csmart-ngc-smart-victim.mjs",
6
6
  "es2020": "fesm2020/csmart-ngc-smart-victim.mjs",