http-request-manager 18.13.15 → 18.13.17
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.13.
|
|
3
|
+
"version": "18.13.17",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -560,9 +560,12 @@ declare class QueryParamsTrackerService {
|
|
|
560
560
|
private initializeTrackingForSession;
|
|
561
561
|
private restoreState;
|
|
562
562
|
private tryHydrateStateFromPersistedStore;
|
|
563
|
+
private getTrackerStateFromRawStorage;
|
|
564
|
+
private safeParseRawStorage;
|
|
563
565
|
private persistState;
|
|
564
566
|
private stringifyQuery;
|
|
565
567
|
private isTrackerState;
|
|
568
|
+
private isTrackerPathState;
|
|
566
569
|
private isPlainObject;
|
|
567
570
|
private hasSessionStorage;
|
|
568
571
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryParamsTrackerService, never>;
|
|
Binary file
|