simpo-component-library 1.4.231 → 1.4.232
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 +3 -12
- package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +1 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -2
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +1 -4
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +6 -3
- package/fesm2022/simpo-component-library.mjs +9 -19
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +0 -2
- package/package.json +1 -1
- package/simpo-component-library-1.4.232.tgz +0 -0
- package/simpo-component-library-1.4.226.tgz +0 -0
- package/simpo-component-library-1.4.227.tgz +0 -0
- package/simpo-component-library-1.4.228.tgz +0 -0
- package/simpo-component-library-1.4.230.tgz +0 -0
- package/simpo-component-library-1.4.231.tgz +0 -0
@@ -27,7 +27,6 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
27
27
|
styles?: CartSectionStylesModel;
|
28
28
|
currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
|
29
29
|
constructor(_eventService: EventsService, cartService: CartService, router: Router, restService: RestService, matDialog: MatDialog, storageService: StorageServiceService, messageService: MessageService);
|
30
|
-
private loadingItems;
|
31
30
|
private userDetails;
|
32
31
|
private USER_CART_ITEMS;
|
33
32
|
selectedAddressIdx: number;
|
@@ -41,7 +40,6 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
41
40
|
private removeItemFromCart;
|
42
41
|
addToCart(item: OrderedItems, type: 'ADD' | 'SUBSTRACT'): void;
|
43
42
|
proceedToPayment(): Promise<void>;
|
44
|
-
isItemLoading(varientId: string): boolean;
|
45
43
|
addressSelected(index: number): void;
|
46
44
|
isItemOutOfStock(product: OrderedItems): boolean;
|
47
45
|
getKeys(object: Object): string[];
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|