@csmart/ngc-smart-victim 1.13.3 → 1.13.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ import { Router, ActivatedRoute } from '@angular/router';
7
7
  import { CommonDialogService } from '.././common-dialog/common-dialog.service';
8
8
  import { DatePipe, Location } from '@angular/common';
9
9
  import { MatTableDataSource } from '@angular/material/table';
10
- import { AddressValidators } from '@csmart/ngc-smart-address';
10
+ import { AddressValidators, SmartAddressComponent } from '@csmart/ngc-smart-address';
11
11
  import { MatDialog } from '@angular/material/dialog';
12
12
  import { MatSnackBar } from '@angular/material/snack-bar';
13
13
  import * as i0 from "@angular/core";
@@ -34,6 +34,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
34
34
  isIntake: boolean;
35
35
  onSave: EventEmitter<any>;
36
36
  onCancel: EventEmitter<any>;
37
+ addressComponent: SmartAddressComponent;
37
38
  victimId: number;
38
39
  victimForm: FormGroup;
39
40
  drugs: any;
@@ -88,6 +89,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
88
89
  private initForm;
89
90
  private _getVictim;
90
91
  ngOnChanges(): void;
92
+ onClear(): void;
91
93
  showAddress(value: any): void;
92
94
  onAddressChange(addressId: any): void;
93
95
  onGuardianAddressChange(MyGuardianAddressId: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.13.3",
3
+ "version": "1.13.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.5",
6
6
  "@angular/core": "^13.2.5",