simpo-component-library 1.6.24 → 1.6.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
33
33
  content?: FeaturedProductContentModal;
34
34
  styles?: FeaturedProductStylesModel;
35
35
  button?: ButtonModel;
36
+ viewAllButton?: ButtonModel;
36
37
  containerRef: ElementRef<HTMLDivElement> | undefined;
37
38
  private _eventSubscriber;
38
39
  constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, bottomSheet: MatBottomSheet, storageService: StorageServiceService, messageService: MessageService);
@@ -65,6 +66,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
65
66
  private getVarientQuantity;
66
67
  private isVarientPresentInWishtlist;
67
68
  get stylesLayout(): LayOutModel;
69
+ proceedToProductList(): void;
68
70
  editSection(): void;
69
71
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
70
72
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isRelatedProduct": { "alias": "isRelatedProduct"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.24",
3
+ "version": "1.6.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file