simpo-component-library 1.6.61 → 1.6.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,6 +40,8 @@ export declare class ProductListComponent extends BaseSection {
40
40
  content?: ProductListContentModal;
41
41
  button?: ButtonModel;
42
42
  totalPages: number;
43
+ scrollingValue: number;
44
+ onWindowScroll(event: Event): void;
43
45
  constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService);
44
46
  items: MenuItem[] | null;
45
47
  private filterBottomSheetRef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.61",
3
+ "version": "1.6.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file