simpo-component-library 1.5.10 → 1.5.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ import { StorageServiceService } from '../../../services/storage.service';
9
9
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
10
10
  import { MatDialog } from '@angular/material/dialog';
11
11
  import { CartService } from '../../../services/cart.service';
12
- import { MessageService } from 'primeng/api';
12
+ import { MenuItem, MessageService } from 'primeng/api';
13
13
  import * as i0 from "@angular/core";
14
14
  interface BaseModel {
15
15
  option: string;
@@ -38,6 +38,7 @@ export declare class ProductListComponent extends BaseSection {
38
38
  button?: ButtonModel;
39
39
  totalPages: number;
40
40
  constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService);
41
+ items: MenuItem[] | null;
41
42
  private filterBottomSheetRef;
42
43
  private sortingDialogRef;
43
44
  pricingMin: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file