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.
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +10 -3
- package/fesm2022/simpo-component-library.mjs +9 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.62.tgz +0 -0
- package/simpo-component-library-1.6.61.tgz +0 -0
@@ -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
Binary file
|
Binary file
|