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.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +23 -13
- package/fesm2022/simpo-component-library.mjs +22 -12
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.130.tgz +0 -0
- package/simpo-component-library-1.6.131.tgz +0 -0
@@ -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
Binary file
|
Binary file
|