simpo-component-library 1.6.117 → 1.6.118

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,8 +66,10 @@ export declare class CartComponent extends BaseSection implements OnInit {
66
66
  getKeys(object: Object): string[];
67
67
  editSection(): void;
68
68
  closeWindow(): void;
69
+ couponDialogRef: MatDialogRef<unknown> | null;
69
70
  openDialog(container: any): void;
70
71
  searchIfApplicable(): void;
72
+ closeDialogRef(): void;
71
73
  applyCoupon(coupon: Coupon): void;
72
74
  calculateCart(): void;
73
75
  get getAddressList(): import("../../styles/user.modal").AddressDetails[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.117",
3
+ "version": "1.6.118",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",