simpo-component-library 1.4.8 → 1.4.9

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.
@@ -35,6 +35,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
35
35
  toggleItemToFav(product: Product, type: 'ADD' | 'REMOVE'): void;
36
36
  proceedToProductDesc(productId: any): void;
37
37
  isItemFav(product: Product): boolean;
38
+ togglePreviewImage(product: Product, idx: number): void;
38
39
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
39
40
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
40
41
  }
@@ -24,6 +24,7 @@ export declare class ProductDescComponent extends BaseSection {
24
24
  button?: ButtonModel;
25
25
  styles?: ProductDescStylesModal;
26
26
  ngOnInit(): void;
27
+ routeToHome(): void;
27
28
  screenWidth: any;
28
29
  getScreenSize(): void;
29
30
  currentImg: any;
@@ -14,6 +14,7 @@ export declare class Product {
14
14
  unit: Unit;
15
15
  quantity: number;
16
16
  price: Price;
17
+ prviewIdx: number;
17
18
  categoryId: string;
18
19
  descriptor: Descriptor;
19
20
  rating: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file