simpo-component-library 1.4.231 → 1.4.234

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.231",
3
+ "version": "1.4.234",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file