simpo-component-library 2.0.15 → 2.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/services/storage.service.mjs +41 -38
- package/fesm2022/simpo-component-library.mjs +40 -37
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/storage.service.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-2.0.17.tgz +0 -0
- package/simpo-component-library-2.0.15.tgz +0 -0
@@ -28,7 +28,7 @@ export declare class StorageServiceService {
|
|
28
28
|
updateAllData(): void;
|
29
29
|
mergeAllItems(unSyncedItem: any[], syncedItem: any[]): any[];
|
30
30
|
getUserCart(): Promise<IDBRequest<OrderedItems[]>>;
|
31
|
-
getCartProduct(userId: any):
|
31
|
+
getCartProduct(userId: any): Promise<OrderedItems[]>;
|
32
32
|
addProductToCart(product: OrderedItems): IDBRequest<IDBValidKey>;
|
33
33
|
addAllProductToWishlist(products: OrderedItems[]): IDBTransaction;
|
34
34
|
addAllProductsToCart(products: OrderedItems[]): IDBTransaction;
|
package/package.json
CHANGED
Binary file
|
Binary file
|