ng-easycommerce-v18 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/esm2022/lib/ec-components/product-detail-ec/product-detail-ec.component.mjs +16 -1
- package/fesm2022/ng-easycommerce-v18.mjs +15 -0
- package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
- package/lib/ec-components/product-detail-ec/product-detail-ec.component.d.ts +4 -0
- package/package.json +1 -1
|
@@ -58,6 +58,10 @@ export declare class ProductDetailEcComponent implements OnInit, OnDestroy {
|
|
|
58
58
|
* Método para trackear cambios en el productId y forzar la recreación del componente relacionados
|
|
59
59
|
*/
|
|
60
60
|
trackByProductId(index: number, productId: any): any;
|
|
61
|
+
/**
|
|
62
|
+
* Resetea el estado del modal de reseñas
|
|
63
|
+
*/
|
|
64
|
+
private resetReviewModal;
|
|
61
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDetailEcComponent, never>;
|
|
62
66
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDetailEcComponent, "app-product-detail-ec", never, {}, {}, never, never, true, never>;
|
|
63
67
|
}
|