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.
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -4
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -1
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -1
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -1
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -1
- package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -1
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -1
- package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -1
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -1
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -1
- package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -1
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -1
- package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -1
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -1
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -1
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -1
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -1
- package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -1
- package/fesm2022/simpo-component-library.mjs +60 -13
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.18.tgz +0 -0
- package/simpo-component-library-1.6.19.tgz +0 -0
- 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
Binary file
|
Binary file
|
Binary file
|