simpo-component-library 1.6.12 → 1.6.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ export declare class AddressComponent extends BaseSection implements OnInit, OnC
25
25
  delete?: boolean;
26
26
  addressList: any;
27
27
  selectedAddressIdx: number;
28
+ styles: any;
28
29
  selectedAddress: EventEmitter<number>;
29
30
  constructor(ngZone: NgZone, restService: RestService, matDialog: MatDialog, matBottomsheet: MatBottomSheet, router: Router, storageService: StorageServiceService, _eventService: EventsService, matData: any, matDialogRef: MatDialogRef<AddressComponent>);
30
31
  address: AddressDetails;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file