simpo-component-library 1.6.34 → 1.6.35
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +6 -3
- package/fesm2022/simpo-component-library.mjs +5 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.35.tgz +0 -0
@@ -14,6 +14,7 @@ export declare class SmallProductListingComponent implements OnInit {
|
|
14
14
|
isCategoryProductList: boolean;
|
15
15
|
ngOnInit(): void;
|
16
16
|
addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
|
17
|
+
removeDefault(event: PointerEvent | MouseEvent): void;
|
17
18
|
getItemVarient(product: Product, varientId: string): ItemVariant | null;
|
18
19
|
getPercentage(product: Product): string;
|
19
20
|
goToProductDetail(product: Product): void;
|
package/package.json
CHANGED
Binary file
|