@genesislcap/foundation-auth 14.418.2 → 14.419.0
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/dist/dts/main/main.d.ts +4 -3
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/routes/base.d.ts +2 -0
- package/dist/dts/routes/base.d.ts.map +1 -1
- package/dist/esm/main/main.js +4 -3
- package/dist/esm/routes/base.js +2 -0
- package/dist/foundation-auth.api.json +1 -1
- package/dist/foundation-auth.d.ts +4 -3
- package/package.json +28 -20
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -373,9 +373,10 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
373
373
|
*
|
|
374
374
|
* See the {@link configure} hook for more information on how to set up and use this micro frontend in your application.
|
|
375
375
|
*
|
|
376
|
-
* @fires store-connected -
|
|
377
|
-
* @fires store-ready -
|
|
378
|
-
* @fires store-disconnected -
|
|
376
|
+
* @fires auth-store-connected - Fired after the auth store is connected (payload is this element).
|
|
377
|
+
* @fires auth-store-ready - Fired when the auth store is ready (payload indicates ready state).
|
|
378
|
+
* @fires auth-store-disconnected - Fired when the auth store is disconnected.
|
|
379
|
+
* @fires auth-autofill-form - Fired when the host should autofill the login form (logged-out state with empty fields).
|
|
379
380
|
*
|
|
380
381
|
* @public
|
|
381
382
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,SAAS,EAAwB,MAAM,4BAA4B,CAAC;AAG7E,OAAO,+BAA+B,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1E;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,oBAAoB,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,SAAS,EAAwB,MAAM,4BAA4B,CAAC;AAG7E,OAAO,+BAA+B,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1E;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,oBAAoB,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,cAAe,SAAQ,mBAAmC;IACrE;;OAEG;IACQ,KAAK,EAAE,SAAS,CAAC;IAE5B;;;OAGG;IACuB,MAAM,EAAE,gBAAgB,CAAC;IAEnD;;OAEG;IACQ,SAAS,EAAE,SAAS,CAAC;IAEhC;;OAEG;IACH,SAAS,CAAC,cAAc,EAAE,eAAe,CAAC;IAE1C;;OAEG;IACH,iBAAiB;IAQjB;;OAEG;IACH,oBAAoB;IAOpB;;OAEG;IACH,SAAS,CAAC,sBAAsB;IAIhC;;OAEG;IACH,SAAS,CAAC,WAAW;IAWrB;;OAEG;IACH,SAAS,CAAC,cAAc;IAIxB;;OAEG;IACH,SAAS,CAAC,iBAAiB;IAI3B;;OAEG;IACH,SAAS,CAAC,oBAAoB;IAI9B;;OAEG;IACH,SAAS,CAAC,UAAU;IAKpB;;OAEG;IACH,SAAS,CAAC,eAAe;IAIzB;;OAEG;IACH,IAAI,OAAO,YAKV;IAED;;OAEG;IACH,IACI,UAAU,WAEb;IAED;;OAEG;IACH,eAAe,IAAI,IAAI;CAMxB"}
|
|
@@ -397,6 +397,8 @@ export declare class ConfigHostElement extends ConfigHostElement_base implements
|
|
|
397
397
|
}
|
|
398
398
|
/**
|
|
399
399
|
* @internal
|
|
400
|
+
*
|
|
401
|
+
* @fires auth-showPassword-changed - Fired from shared templates when show-password toggle changes
|
|
400
402
|
*/
|
|
401
403
|
export declare class BaseRoute extends ConfigHostElement {
|
|
402
404
|
user: User;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/routes/base.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAGpD,OAAO,EAEL,OAAO,EAQR,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGvD,OAAO,EAAE,UAAU,EAAqB,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,qBAAqB,GAAG,EAAE,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,SAAS,yKAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,UAAU,yKAAkC,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF;;;;;GAKG;AACH,qBAAa,iBAAkB,SAAQ,sBAAoC,YAAW,UAAU;IACnF,SAAS,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,UAAU,CAAC;IAC/B;;;OAGG;IACM,OAAO,EAAG,OAAO,CAAC;IAE3B,iBAAiB;CAYlB;AAED
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/routes/base.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAGpD,OAAO,EAEL,OAAO,EAQR,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGvD,OAAO,EAAE,UAAU,EAAqB,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,qBAAqB,GAAG,EAAE,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,SAAS,yKAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,UAAU,yKAAkC,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF;;;;;GAKG;AACH,qBAAa,iBAAkB,SAAQ,sBAAoC,YAAW,UAAU;IACnF,SAAS,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,UAAU,CAAC;IAC/B;;;OAGG;IACM,OAAO,EAAG,OAAO,CAAC;IAE3B,iBAAiB;CAYlB;AAED;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,iBAAiB;IACxC,IAAI,EAAE,IAAI,CAAC;IACN,KAAK,EAAE,SAAS,CAAC;IACf,OAAO,EAAE,WAAW,CAAC;IAElC,MAAM,aAAsC;IAE5C,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAGtC;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,SAAS,6DAsBpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,SAAS,6DAmBhD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,SAAS,6DAoB7C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,SAAS,EAAE,QAAQ,MAAM,2DAehE,CAAC;AAOF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,SAAS,EAAE,MAAM,KAAK,GAAG,cAAc,2DAgB/E,CAAC;AAoHF;;GAEG;AACH,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,UAAU,EAAE,SAAS,OAAO,EAAE,OAAO,MAAM,2DAU/E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,UAAU,EAC/C,OAAO,MAAM,EACb,aAAY,MAAiB,EAC7B,WAAU,OAAe,2DAW1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,CAAC,SAAS,SAAS,6DAUvD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,GAAI,CAAC,SAAS,SAAS,6DAO3D,CAAC"}
|
package/dist/esm/main/main.js
CHANGED
|
@@ -17,9 +17,10 @@ import { AuthStore } from '../store';
|
|
|
17
17
|
*
|
|
18
18
|
* See the {@link configure} hook for more information on how to set up and use this micro frontend in your application.
|
|
19
19
|
*
|
|
20
|
-
* @fires store-connected -
|
|
21
|
-
* @fires store-ready -
|
|
22
|
-
* @fires store-disconnected -
|
|
20
|
+
* @fires auth-store-connected - Fired after the auth store is connected (payload is this element).
|
|
21
|
+
* @fires auth-store-ready - Fired when the auth store is ready (payload indicates ready state).
|
|
22
|
+
* @fires auth-store-disconnected - Fired when the auth store is disconnected.
|
|
23
|
+
* @fires auth-autofill-form - Fired when the host should autofill the login form (logged-out state with empty fields).
|
|
23
24
|
*
|
|
24
25
|
* @public
|
|
25
26
|
*/
|
package/dist/esm/routes/base.js
CHANGED
|
@@ -45,6 +45,8 @@ __decorate([
|
|
|
45
45
|
], ConfigHostElement.prototype, "i18next", void 0);
|
|
46
46
|
/**
|
|
47
47
|
* @internal
|
|
48
|
+
*
|
|
49
|
+
* @fires auth-showPassword-changed - Fired from shared templates when show-password toggle changes
|
|
48
50
|
*/
|
|
49
51
|
export class BaseRoute extends ConfigHostElement {
|
|
50
52
|
constructor() {
|
|
@@ -9488,7 +9488,7 @@
|
|
|
9488
9488
|
{
|
|
9489
9489
|
"kind": "Class",
|
|
9490
9490
|
"canonicalReference": "@genesislcap/foundation-auth!FoundationAuth:class",
|
|
9491
|
-
"docComment": "/**\n * FoundationAuth.\n *\n * @remarks\n *\n * Base MF export used by host application `configure` calls. It does not set up a design system or components. Both are expected to be registered in the host application, which should provide the details of which to the MF via TemplateOptions.\n *\n * See the {@link configure} hook for more information on how to set up and use this micro frontend in your application.\n *\n * @fires\n *\n * store-connected -
|
|
9491
|
+
"docComment": "/**\n * FoundationAuth.\n *\n * @remarks\n *\n * Base MF export used by host application `configure` calls. It does not set up a design system or components. Both are expected to be registered in the host application, which should provide the details of which to the MF via TemplateOptions.\n *\n * See the {@link configure} hook for more information on how to set up and use this micro frontend in your application.\n *\n * @fires\n *\n * auth-store-connected - Fired after the auth store is connected (payload is this element).\n *\n * @fires\n *\n * auth-store-ready - Fired when the auth store is ready (payload indicates ready state).\n *\n * @fires\n *\n * auth-store-disconnected - Fired when the auth store is disconnected.\n *\n * @fires\n *\n * auth-autofill-form - Fired when the host should autofill the login form (logged-out state with empty fields).\n *\n * @public\n */\n",
|
|
9492
9492
|
"excerptTokens": [
|
|
9493
9493
|
{
|
|
9494
9494
|
"kind": "Content",
|
|
@@ -1398,9 +1398,10 @@ export declare type ForgotPasswordParams = {
|
|
|
1398
1398
|
*
|
|
1399
1399
|
* See the {@link configure} hook for more information on how to set up and use this micro frontend in your application.
|
|
1400
1400
|
*
|
|
1401
|
-
* @fires store-connected -
|
|
1402
|
-
* @fires store-ready -
|
|
1403
|
-
* @fires store-disconnected -
|
|
1401
|
+
* @fires auth-store-connected - Fired after the auth store is connected (payload is this element).
|
|
1402
|
+
* @fires auth-store-ready - Fired when the auth store is ready (payload indicates ready state).
|
|
1403
|
+
* @fires auth-store-disconnected - Fired when the auth store is disconnected.
|
|
1404
|
+
* @fires auth-autofill-form - Fired when the host should autofill the login form (logged-out state with empty fields).
|
|
1404
1405
|
*
|
|
1405
1406
|
* @public
|
|
1406
1407
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-auth",
|
|
3
3
|
"description": "Genesis Foundation Auth",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.419.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-auth.d.ts",
|
|
@@ -63,7 +63,12 @@
|
|
|
63
63
|
"./e2e": {
|
|
64
64
|
"default": "./test/e2e/index.ts"
|
|
65
65
|
},
|
|
66
|
-
"./package.json": "./package.json"
|
|
66
|
+
"./package.json": "./package.json",
|
|
67
|
+
"./react": {
|
|
68
|
+
"types": "./dist/dts/react.d.ts",
|
|
69
|
+
"import": "./dist/react.mjs",
|
|
70
|
+
"require": "./dist/react.cjs"
|
|
71
|
+
}
|
|
67
72
|
},
|
|
68
73
|
"typesVersions": {
|
|
69
74
|
"*": {
|
|
@@ -129,25 +134,25 @@
|
|
|
129
134
|
}
|
|
130
135
|
},
|
|
131
136
|
"devDependencies": {
|
|
132
|
-
"@genesislcap/foundation-testing": "14.
|
|
133
|
-
"@genesislcap/genx": "14.
|
|
134
|
-
"@genesislcap/rollup-builder": "14.
|
|
135
|
-
"@genesislcap/ts-builder": "14.
|
|
136
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
137
|
-
"@genesislcap/vite-builder": "14.
|
|
138
|
-
"@genesislcap/webpack-builder": "14.
|
|
137
|
+
"@genesislcap/foundation-testing": "14.419.0",
|
|
138
|
+
"@genesislcap/genx": "14.419.0",
|
|
139
|
+
"@genesislcap/rollup-builder": "14.419.0",
|
|
140
|
+
"@genesislcap/ts-builder": "14.419.0",
|
|
141
|
+
"@genesislcap/uvu-playwright-builder": "14.419.0",
|
|
142
|
+
"@genesislcap/vite-builder": "14.419.0",
|
|
143
|
+
"@genesislcap/webpack-builder": "14.419.0"
|
|
139
144
|
},
|
|
140
145
|
"dependencies": {
|
|
141
|
-
"@genesislcap/foundation-comms": "14.
|
|
142
|
-
"@genesislcap/foundation-events": "14.
|
|
143
|
-
"@genesislcap/foundation-i18n": "14.
|
|
144
|
-
"@genesislcap/foundation-logger": "14.
|
|
145
|
-
"@genesislcap/foundation-state-machine": "14.
|
|
146
|
-
"@genesislcap/foundation-store": "14.
|
|
147
|
-
"@genesislcap/foundation-ui": "14.
|
|
148
|
-
"@genesislcap/foundation-user": "14.
|
|
149
|
-
"@genesislcap/foundation-utils": "14.
|
|
150
|
-
"@genesislcap/foundation-zero": "14.
|
|
146
|
+
"@genesislcap/foundation-comms": "14.419.0",
|
|
147
|
+
"@genesislcap/foundation-events": "14.419.0",
|
|
148
|
+
"@genesislcap/foundation-i18n": "14.419.0",
|
|
149
|
+
"@genesislcap/foundation-logger": "14.419.0",
|
|
150
|
+
"@genesislcap/foundation-state-machine": "14.419.0",
|
|
151
|
+
"@genesislcap/foundation-store": "14.419.0",
|
|
152
|
+
"@genesislcap/foundation-ui": "14.419.0",
|
|
153
|
+
"@genesislcap/foundation-user": "14.419.0",
|
|
154
|
+
"@genesislcap/foundation-utils": "14.419.0",
|
|
155
|
+
"@genesislcap/foundation-zero": "14.419.0",
|
|
151
156
|
"@microsoft/fast-components": "2.30.6",
|
|
152
157
|
"@microsoft/fast-element": "1.14.0",
|
|
153
158
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -167,5 +172,8 @@
|
|
|
167
172
|
"publishConfig": {
|
|
168
173
|
"access": "public"
|
|
169
174
|
},
|
|
170
|
-
"
|
|
175
|
+
"peerDependencies": {
|
|
176
|
+
"@microsoft/fast-react-wrapper": ">=0.3.0"
|
|
177
|
+
},
|
|
178
|
+
"gitHead": "e7590ac8bedb4e7d8cbbcee4100d1b0476591870"
|
|
171
179
|
}
|