simpo-component-library 1.7.98 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/components/image-loading/image-loading.component.mjs +3 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +18 -17
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/services/rest.service.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +42 -38
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +1 -3
- package/package.json +1 -1
- package/simpo-component-library-1.8.0.tgz +0 -0
- package/simpo-component-library-1.7.98.tgz +0 -0
@@ -9,7 +9,6 @@ import { Router } from '@angular/router';
|
|
9
9
|
import { CartService } from '../../../services/cart.service';
|
10
10
|
import { StorageServiceService } from '../../../services/storage.service';
|
11
11
|
import { MessageService } from 'primeng/api';
|
12
|
-
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
13
12
|
import { ProductCardTheme } from '../../../styles/index';
|
14
13
|
import * as i0 from "@angular/core";
|
15
14
|
export declare class FeaturedProductsComponent extends BaseSection implements OnInit, OnDestroy, OnChanges, AfterViewInit {
|
@@ -18,7 +17,6 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
18
17
|
private readonly restService;
|
19
18
|
private readonly router;
|
20
19
|
private readonly cartService;
|
21
|
-
private readonly bottomSheet;
|
22
20
|
private readonly storageService;
|
23
21
|
private readonly messageService;
|
24
22
|
data: FeaturedProductModal | null;
|
@@ -37,7 +35,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
37
35
|
viewAllButton?: ButtonModel;
|
38
36
|
containerRef: ElementRef<HTMLDivElement> | undefined;
|
39
37
|
private _eventSubscriber;
|
40
|
-
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService,
|
38
|
+
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, storageService: StorageServiceService, messageService: MessageService);
|
41
39
|
screenWidth: number;
|
42
40
|
private USER_CART;
|
43
41
|
private USER_WISHLIST;
|
package/package.json
CHANGED
Binary file
|
Binary file
|