simpo-component-library 3.6.736 → 3.6.737
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/services/storage.service.mjs +17 -10
- package/fesm2022/simpo-component-library.mjs +15 -9
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/storage.service.d.ts +3 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.737.tgz +0 -0
- package/simpo-component-library-3.6.736.tgz +0 -0
|
@@ -4,15 +4,17 @@ import { EventsService } from './events.service';
|
|
|
4
4
|
import { CookieService } from 'ngx-cookie-service';
|
|
5
5
|
import { RestService } from './rest.service';
|
|
6
6
|
import { Router } from '@angular/router';
|
|
7
|
+
import { StorageLike } from '../services/storage-like';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class StorageServiceService {
|
|
9
10
|
private readonly eventService;
|
|
10
11
|
private readonly cookieService;
|
|
11
12
|
private readonly restService;
|
|
13
|
+
private storage;
|
|
12
14
|
private router;
|
|
13
15
|
private platformId;
|
|
14
16
|
private dbReady;
|
|
15
|
-
constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, router: Router, platformId: Object);
|
|
17
|
+
constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, storage: StorageLike, router: Router, platformId: Object);
|
|
16
18
|
private totalCartItems;
|
|
17
19
|
getCartTotalAmount: number;
|
|
18
20
|
get getTotalCartItems(): number;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|