simpo-component-library 1.4.230 → 1.4.232

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +5 -30
  2. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  4. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  5. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  6. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +1 -3
  7. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +25 -3
  8. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -6
  9. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  10. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -5
  11. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  12. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +4 -21
  13. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  14. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  15. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  16. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  17. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  18. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -3
  19. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  20. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
  21. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -3
  22. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  23. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  24. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -3
  25. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  26. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  27. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  28. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  29. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  30. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  31. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  32. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  33. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  34. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  35. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  36. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -3
  37. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  38. package/fesm2022/simpo-component-library.mjs +101 -124
  39. package/fesm2022/simpo-component-library.mjs.map +1 -1
  40. package/lib/ecommerce/sections/cart/cart.component.d.ts +0 -2
  41. package/package.json +1 -1
  42. package/simpo-component-library-1.4.232.tgz +0 -0
  43. package/simpo-component-library-1.4.226.tgz +0 -0
  44. package/simpo-component-library-1.4.227.tgz +0 -0
  45. package/simpo-component-library-1.4.228.tgz +0 -0
  46. package/simpo-component-library-1.4.230.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.230",
3
+ "version": "1.4.232",
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