simpo-component-library 1.4.29 → 1.4.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +8 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +10 -7
- package/esm2022/lib/services/rest.service.mjs +8 -8
- package/esm2022/lib/services/storage.service.mjs +3 -2
- package/fesm2022/simpo-component-library.mjs +25 -16
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/navbar-section/navbar-section.component.d.ts +3 -1
- package/package.json +1 -1
- package/simpo-component-library-1.4.32.tgz +0 -0
- package/simpo-component-library-1.4.22.tgz +0 -0
- package/simpo-component-library-1.4.23.tgz +0 -0
- package/simpo-component-library-1.4.24.tgz +0 -0
- package/simpo-component-library-1.4.25.tgz +0 -0
- package/simpo-component-library-1.4.26.tgz +0 -0
- package/simpo-component-library-1.4.27.tgz +0 -0
- package/simpo-component-library-1.4.28.tgz +0 -0
- package/simpo-component-library-1.4.29.tgz +0 -0
|
@@ -5,6 +5,7 @@ import { ActionModel } from '../../styles/style.model';
|
|
|
5
5
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
6
6
|
import { MatDialog } from '@angular/material/dialog';
|
|
7
7
|
import { CookieService } from 'ngx-cookie-service';
|
|
8
|
+
import { StorageServiceService } from '../../services/storage.service';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class NavbarSectionComponent implements OnInit {
|
|
10
11
|
private readonly _eventService;
|
|
@@ -12,6 +13,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
|
12
13
|
private readonly activatedRoute;
|
|
13
14
|
private readonly matDialog;
|
|
14
15
|
private readonly cookieService;
|
|
16
|
+
private readonly storageService;
|
|
15
17
|
data?: HeaderSectionModel;
|
|
16
18
|
nextComponent: any;
|
|
17
19
|
index?: number;
|
|
@@ -23,7 +25,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
|
23
25
|
action?: ActionModel;
|
|
24
26
|
color: string;
|
|
25
27
|
searchText: string;
|
|
26
|
-
constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, cookieService: CookieService);
|
|
28
|
+
constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, cookieService: CookieService, storageService: StorageServiceService);
|
|
27
29
|
searchProducts(): void;
|
|
28
30
|
goToFav(): void;
|
|
29
31
|
goToAccount(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|