@dereekb/dbx-core 9.18.0 → 9.18.2
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/lib/context/context.d.ts
CHANGED
|
@@ -20,9 +20,13 @@ export declare const DBX_PUBLIC_APP_CONTEXT_STATE = "public";
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const DBX_AUTH_APP_CONTEXT_STATE = "auth";
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* @deprecated use DBX_ONBOARD_APP_CONTEXT_STATE instead.
|
|
24
24
|
*/
|
|
25
25
|
export declare const DBX_ONBOARDING_APP_CONTEXT_STATE = "onboarding";
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare const DBX_ONBOARD_APP_CONTEXT_STATE = "onboard";
|
|
26
30
|
/**
|
|
27
31
|
*
|
|
28
32
|
*/
|
|
@@ -32,7 +36,7 @@ export declare const DBX_APP_APP_CONTEXT_STATE = "app";
|
|
|
32
36
|
*
|
|
33
37
|
* Your app may not use these, but this type is available for convenience.
|
|
34
38
|
*/
|
|
35
|
-
export declare type DbxKnownAppContextState = typeof DBX_INIT_APP_CONTEXT_STATE | typeof DBX_PUBLIC_APP_CONTEXT_STATE | typeof DBX_AUTH_APP_CONTEXT_STATE | typeof DBX_ONBOARDING_APP_CONTEXT_STATE | typeof DBX_APP_APP_CONTEXT_STATE;
|
|
39
|
+
export declare type DbxKnownAppContextState = typeof DBX_INIT_APP_CONTEXT_STATE | typeof DBX_PUBLIC_APP_CONTEXT_STATE | typeof DBX_AUTH_APP_CONTEXT_STATE | typeof DBX_ONBOARD_APP_CONTEXT_STATE | typeof DBX_ONBOARDING_APP_CONTEXT_STATE | typeof DBX_APP_APP_CONTEXT_STATE;
|
|
36
40
|
/**
|
|
37
41
|
* Array of all DbxKnownAppContextState values, minus the init state.
|
|
38
42
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-core",
|
|
3
|
-
"version": "9.18.
|
|
3
|
+
"version": "9.18.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.0.0",
|
|
6
6
|
"@angular/core": "^14.0.0",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"@ngrx/effects": "^14.0.0",
|
|
10
10
|
"@ngrx/entity": "^14.0.0",
|
|
11
11
|
"@ngrx/store": "^14.0.0",
|
|
12
|
-
"@dereekb/util": "9.18.
|
|
13
|
-
"@dereekb/rxjs": "9.18.
|
|
12
|
+
"@dereekb/util": "9.18.2",
|
|
13
|
+
"@dereekb/rxjs": "9.18.2",
|
|
14
14
|
"@angular/platform-browser": "^14.2.0",
|
|
15
15
|
"@uirouter/core": "^6.0.8",
|
|
16
16
|
"date-fns": "^2.29.0",
|
|
17
|
-
"@dereekb/date": "9.18.
|
|
17
|
+
"@dereekb/date": "9.18.2",
|
|
18
18
|
"@angular/router": "^14.2.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|