@genesislcap/foundation-login 14.232.1 → 14.233.1
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
|
+
import { FoundationRouteNav } from '@genesislcap/foundation-ui';
|
|
3
4
|
import { customElement } from '@microsoft/fast-element';
|
|
4
|
-
import { Route } from '@microsoft/fast-router';
|
|
5
5
|
import { logger } from '../../utils';
|
|
6
6
|
import { BaseRoute } from '../base';
|
|
7
7
|
import { LogoutStyles as styles } from './logout.styles';
|
|
@@ -50,7 +50,7 @@ let Logout = class Logout extends BaseRoute {
|
|
|
50
50
|
navigateTo(path) {
|
|
51
51
|
try {
|
|
52
52
|
logger.debug('navigateTo', path);
|
|
53
|
-
|
|
53
|
+
FoundationRouteNav.path.push(path);
|
|
54
54
|
}
|
|
55
55
|
catch (err) {
|
|
56
56
|
logger.error(`Error: ${err.message}`);
|
package/dist/esm/routes/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FoundationRouteNav } from '@genesislcap/foundation-ui';
|
|
2
2
|
/**
|
|
3
3
|
* @remarks
|
|
4
4
|
* Uses the `FASTRouter`.
|
|
@@ -8,7 +8,7 @@ import { Route } from '@microsoft/fast-router';
|
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
10
|
export function navigateTo(route) {
|
|
11
|
-
|
|
11
|
+
FoundationRouteNav.path.push(route);
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* A utility to get a sub route path taking the host path into account.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-login",
|
|
3
3
|
"description": "Genesis Foundation Login",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.233.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@genesislcap/foundation-testing": "14.
|
|
71
|
-
"@genesislcap/genx": "14.
|
|
72
|
-
"@genesislcap/rollup-builder": "14.
|
|
73
|
-
"@genesislcap/ts-builder": "14.
|
|
74
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
75
|
-
"@genesislcap/vite-builder": "14.
|
|
76
|
-
"@genesislcap/webpack-builder": "14.
|
|
70
|
+
"@genesislcap/foundation-testing": "14.233.1",
|
|
71
|
+
"@genesislcap/genx": "14.233.1",
|
|
72
|
+
"@genesislcap/rollup-builder": "14.233.1",
|
|
73
|
+
"@genesislcap/ts-builder": "14.233.1",
|
|
74
|
+
"@genesislcap/uvu-playwright-builder": "14.233.1",
|
|
75
|
+
"@genesislcap/vite-builder": "14.233.1",
|
|
76
|
+
"@genesislcap/webpack-builder": "14.233.1",
|
|
77
77
|
"rimraf": "^5.0.0"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@genesislcap/foundation-comms": "14.
|
|
81
|
-
"@genesislcap/foundation-i18n": "14.
|
|
82
|
-
"@genesislcap/foundation-logger": "14.
|
|
83
|
-
"@genesislcap/foundation-ui": "14.
|
|
84
|
-
"@genesislcap/foundation-utils": "14.
|
|
85
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
+
"@genesislcap/foundation-comms": "14.233.1",
|
|
81
|
+
"@genesislcap/foundation-i18n": "14.233.1",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.233.1",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.233.1",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.233.1",
|
|
85
|
+
"@genesislcap/foundation-zero": "14.233.1",
|
|
86
86
|
"@microsoft/fast-components": "2.30.6",
|
|
87
87
|
"@microsoft/fast-element": "1.14.0",
|
|
88
88
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "89607c1393b8e6b0538b36c96371237421b20eae"
|
|
104
104
|
}
|