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.
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +2 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +1 -2
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +1 -9
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +24 -6
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +42 -32
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.5.11.tgz +0 -0
- package/simpo-component-library-1.5.10.tgz +0 -0
- package/simpo-component-library-1.5.8.tgz +0 -0
- package/simpo-component-library-1.5.9.tgz +0 -0
@@ -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
Binary file
|
Binary file
|
Binary file
|
Binary file
|