simpo-component-library 1.6.129 → 1.6.131

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
51
51
  cartInfo: any;
52
52
  ngOnInit(): void;
53
53
  getCouponList(): void;
54
- removeCoupon(): void;
54
+ removeCoupon(event: MouseEvent): void;
55
55
  getIndexDBData(): void;
56
56
  proceedToCheckout(): void;
57
57
  goToProductDetails(product: OrderedItems): void;
@@ -72,6 +72,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
72
72
  closeDialogRef(): void;
73
73
  applyCoupon(coupon: Coupon): void;
74
74
  calculateCart(): void;
75
+ getTaxAmount(): number;
75
76
  get getAddressList(): import("../../styles/user.modal").AddressDetails[];
76
77
  get isMobile(): boolean;
77
78
  get currency(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.129",
3
+ "version": "1.6.131",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",