simpo-component-library 1.6.17 → 1.6.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  2. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  4. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -4
  5. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  6. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -1
  7. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -1
  8. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -1
  9. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -1
  10. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -1
  11. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -1
  12. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -1
  13. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -1
  14. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -1
  15. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -1
  16. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -1
  17. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -1
  18. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  19. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -1
  20. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -1
  21. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -1
  22. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -1
  23. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -1
  24. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -1
  25. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -1
  26. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -1
  27. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -1
  28. package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -1
  29. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -1
  30. package/fesm2022/simpo-component-library.mjs +60 -13
  31. package/fesm2022/simpo-component-library.mjs.map +1 -1
  32. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -1
  33. package/package.json +1 -1
  34. package/simpo-component-library-1.6.18.tgz +0 -0
  35. package/simpo-component-library-1.6.19.tgz +0 -0
  36. package/simpo-component-library-1.6.17.tgz +0 -0
@@ -13,7 +13,7 @@ export declare class SmallProductListingComponent implements OnInit {
13
13
  isScrollable?: boolean;
14
14
  isCategoryProductList: boolean;
15
15
  ngOnInit(): void;
16
- addItemToCart(product: Product, type: 'ADD' | 'SUBSTRACT'): void;
16
+ addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
17
17
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
18
18
  getPercentage(product: Product): string;
19
19
  goToProductDetail(product: Product): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.17",
3
+ "version": "1.6.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file