simpo-component-library 1.5.55 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
20
20
  private readonly storageService;
21
21
  private readonly messageService;
22
22
  private readonly bottomSheet;
23
+ matDialogData: any;
23
24
  dialogRef: MatDialogRef<CartComponent>;
24
25
  data?: CartSectionModal;
25
26
  responseData?: any;
@@ -29,7 +30,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
29
30
  isLoading: boolean;
30
31
  styles?: CartSectionStylesModel;
31
32
  currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
32
- constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet, dialogRef: MatDialogRef<CartComponent>);
33
+ constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService, bottomSheet: MatBottomSheet, matDialogData: any, dialogRef: MatDialogRef<CartComponent>);
33
34
  private userDetails;
34
35
  private USER_CART_ITEMS;
35
36
  selectedAddressIdx: number;
@@ -52,6 +53,6 @@ export declare class CartComponent extends BaseSection implements OnInit {
52
53
  get getAddressList(): import("../../styles/user.modal").AddressDetails[];
53
54
  get isMobile(): boolean;
54
55
  get currency(): string;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
56
57
  static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
57
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.55",
3
+ "version": "1.6.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file