simpo-component-library 3.6.177 → 3.6.179

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.
@@ -118,6 +118,10 @@ export declare class ProductListComponent extends BaseSection {
118
118
  getProductWidth(): string;
119
119
  proceedToProductDesc(productId: any): void;
120
120
  clearFilter(): void;
121
+ filterScroll: ElementRef;
122
+ isSyncing: boolean;
123
+ ngAfterViewInit(): void;
124
+ handleSyncScroll(): void;
121
125
  toggleItemToFav(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'REMOVE'): void;
122
126
  addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
123
127
  searchProduct(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.177",
3
+ "version": "3.6.179",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file