@genesislcap/foundation-auth 14.226.0 → 14.226.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.
- package/dist/dts/machine/guards.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +29 -45
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/mapper/map.d.ts.map +1 -1
- package/dist/dts/routes/base.d.ts +35 -51
- package/dist/dts/routes/base.d.ts.map +1 -1
- package/dist/esm/credential/credentialManager.js +2 -2
- package/dist/esm/credential/credentialManager.test.js +7 -7
- package/dist/esm/machine/machine.js +1 -1
- package/dist/esm/services/idp.js +1 -1
- package/dist/esm/store/authFormEntry.js +1 -1
- package/dist/foundation-auth.api.json +99 -243
- package/dist/foundation-auth.d.ts +29 -45
- package/docs/api/foundation-auth.createmessagemapper.md +1 -7
- package/docs/api/foundation-auth.fromdtoack.md +1 -12
- package/docs/api/foundation-auth.fromdtonack.md +1 -12
- package/docs/api/foundation-auth.fromdtostringarray.md +1 -12
- package/docs/api/foundation-auth.fromidpdto.md +1 -12
- package/docs/api/foundation-auth.hasdtoerrorwarningcode.md +1 -12
- package/docs/api/foundation-auth.is200nack.md +1 -12
- package/docs/api/foundation-auth.ismappingerror.md +1 -12
- package/docs/api/foundation-auth.md +8 -8
- package/package.json +20 -20
- /package/docs/{api-report.md.api.md → api-report.md} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guards.d.ts","sourceRoot":"","sources":["../../../src/machine/guards.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAGtD;;;;;GAKG;AACH,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"guards.d.ts","sourceRoot":"","sources":["../../../src/machine/guards.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAGtD;;;;;GAKG;AACH,eAAO,MAAM,SAAS,qGAKX,CAAC"}
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -26,15 +26,11 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
26
26
|
readonly offsetTop: number;
|
|
27
27
|
readonly offsetWidth: number;
|
|
28
28
|
outerText: string;
|
|
29
|
-
popover: string;
|
|
30
29
|
spellcheck: boolean;
|
|
31
30
|
title: string;
|
|
32
31
|
translate: boolean;
|
|
33
32
|
attachInternals(): ElementInternals;
|
|
34
33
|
click(): void;
|
|
35
|
-
hidePopover(): void;
|
|
36
|
-
showPopover(): void;
|
|
37
|
-
togglePopover(force?: boolean): boolean;
|
|
38
34
|
addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
39
35
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
40
36
|
removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -63,12 +59,9 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
63
59
|
slot: string;
|
|
64
60
|
readonly tagName: string;
|
|
65
61
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
66
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
67
62
|
closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
|
|
68
63
|
closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
|
|
69
|
-
closest<K_5 extends keyof MathMLElementTagNameMap>(selector: K_5): MathMLElementTagNameMap[K_5];
|
|
70
64
|
closest<E extends Element = Element>(selectors: string): E;
|
|
71
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
72
65
|
getAttribute(qualifiedName: string): string;
|
|
73
66
|
getAttributeNS(namespace: string, localName: string): string;
|
|
74
67
|
getAttributeNames(): string[];
|
|
@@ -77,14 +70,11 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
77
70
|
getBoundingClientRect(): DOMRect;
|
|
78
71
|
getClientRects(): DOMRectList;
|
|
79
72
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
80
|
-
getElementsByTagName<
|
|
81
|
-
getElementsByTagName<
|
|
82
|
-
getElementsByTagName<K_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<MathMLElementTagNameMap[K_8]>;
|
|
83
|
-
getElementsByTagName<K_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_9]>;
|
|
73
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
74
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
84
75
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
85
76
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
86
77
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
87
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
88
78
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
89
79
|
hasAttribute(qualifiedName: string): boolean;
|
|
90
80
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -142,24 +132,24 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
142
132
|
normalize(): void;
|
|
143
133
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
144
134
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
135
|
+
readonly ATTRIBUTE_NODE: number;
|
|
136
|
+
readonly CDATA_SECTION_NODE: number;
|
|
137
|
+
readonly COMMENT_NODE: number;
|
|
138
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
139
|
+
readonly DOCUMENT_NODE: number;
|
|
140
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
141
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
142
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
143
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
144
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
145
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
146
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
147
|
+
readonly ELEMENT_NODE: number;
|
|
148
|
+
readonly ENTITY_NODE: number;
|
|
149
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
150
|
+
readonly NOTATION_NODE: number;
|
|
151
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
152
|
+
readonly TEXT_NODE: number;
|
|
163
153
|
dispatchEvent(event: Event): boolean;
|
|
164
154
|
ariaAtomic: string;
|
|
165
155
|
ariaAutoComplete: string;
|
|
@@ -167,9 +157,9 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
167
157
|
ariaChecked: string;
|
|
168
158
|
ariaColCount: string;
|
|
169
159
|
ariaColIndex: string;
|
|
160
|
+
ariaColIndexText: string;
|
|
170
161
|
ariaColSpan: string;
|
|
171
162
|
ariaCurrent: string;
|
|
172
|
-
ariaDescription: string;
|
|
173
163
|
ariaDisabled: string;
|
|
174
164
|
ariaExpanded: string;
|
|
175
165
|
ariaHasPopup: string;
|
|
@@ -191,6 +181,7 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
191
181
|
ariaRoleDescription: string;
|
|
192
182
|
ariaRowCount: string;
|
|
193
183
|
ariaRowIndex: string;
|
|
184
|
+
ariaRowIndexText: string;
|
|
194
185
|
ariaRowSpan: string;
|
|
195
186
|
ariaSelected: string;
|
|
196
187
|
ariaSetSize: string;
|
|
@@ -215,19 +206,17 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
215
206
|
readonly lastElementChild: Element;
|
|
216
207
|
append(...nodes: (string | Node)[]): void;
|
|
217
208
|
prepend(...nodes: (string | Node)[]): void;
|
|
218
|
-
querySelector<
|
|
219
|
-
querySelector<
|
|
220
|
-
querySelector<K_12 extends keyof MathMLElementTagNameMap>(selectors: K_12): MathMLElementTagNameMap[K_12];
|
|
221
|
-
querySelector<K_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_13): HTMLElementDeprecatedTagNameMap[K_13];
|
|
209
|
+
querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
|
|
210
|
+
querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
|
|
222
211
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
223
|
-
querySelectorAll<
|
|
224
|
-
querySelectorAll<
|
|
225
|
-
querySelectorAll<K_16 extends keyof MathMLElementTagNameMap>(selectors: K_16): NodeListOf<MathMLElementTagNameMap[K_16]>;
|
|
226
|
-
querySelectorAll<K_17 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_17): NodeListOf<HTMLElementDeprecatedTagNameMap[K_17]>;
|
|
212
|
+
querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
|
|
213
|
+
querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
|
|
227
214
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
228
215
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
229
216
|
readonly assignedSlot: HTMLSlotElement;
|
|
230
|
-
|
|
217
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
218
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
219
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
231
220
|
readonly style: CSSStyleDeclaration;
|
|
232
221
|
contentEditable: string;
|
|
233
222
|
enterKeyHint: string;
|
|
@@ -240,7 +229,6 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
240
229
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
241
230
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
242
231
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
243
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
232
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
245
233
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
246
234
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -249,9 +237,7 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
249
237
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
250
238
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
251
239
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
252
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
253
240
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
254
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
255
241
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
256
242
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
257
243
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -284,7 +270,6 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
284
270
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
271
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
286
272
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
287
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
288
273
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
289
274
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
290
275
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -301,7 +286,6 @@ declare const FoundationAuth_base: abstract new (...args: any[]) => {
|
|
|
301
286
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
287
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
303
288
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
305
289
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
306
290
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
307
291
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EACL,eAAe,EAKhB,MAAM,yBAAyB,CAAC;AACjC,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;AAI1E;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,oBAAoB,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;mCAgGpF;;OAEG
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EACL,eAAe,EAKhB,MAAM,yBAAyB,CAAC;AACjC,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;AAI1E;;GAEG;AACH,KAAK,QAAQ,GAAG,YAAY,GAAG,IAAI,CAAC,qBAAqB,EAAE,oBAAoB,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;mCAgGpF;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhGL;;;;;;;;;;;;;;;GAeG;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;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,qBAKa,QAAS,SAAQ,cAAc;IAC1C;;OAEG;IACS,SAAS,EAAE,OAAO,CAAS;IAEvC;;OAEG;IACG,iBAAiB;IAKvB;;OAEG;cACa,WAAW;IAM3B;;;;OAIG;IACH,IAAI,OAAO,YAEV;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../src/mapper/map.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;AAE3E;;GAEG;AACH,MAAM,WAAW,aAAa,CAC5B,OAAO,SAAS,mBAAmB,EACnC,CAAC,SAAS,MAAM,OAAO,GAAG,MAAM,OAAO,CACvC,SAAQ,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC7E;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;CACvC;AAED;;GAEG;AACH,qBAAa,oBAAoB,CAC/B,OAAO,SAAS,mBAAmB,EACnC,CAAC,SAAS,MAAM,OAAO,GAAG,MAAM,OAAO,CACvC,YAAW,aAAa,CAAC,OAAO,EAAE,CAAC,CAAC;IAExB,OAAO,CAAC,GAAG,CAA4B;IAEnD,sCAAsC;IACtC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI;IAIrC;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS;IAInC;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAIpB;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAQvB;;;OAGG;IACH,KAAK;IAIL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CACF;AAED;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../src/mapper/map.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;AAE3E;;GAEG;AACH,MAAM,WAAW,aAAa,CAC5B,OAAO,SAAS,mBAAmB,EACnC,CAAC,SAAS,MAAM,OAAO,GAAG,MAAM,OAAO,CACvC,SAAQ,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC7E;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;CACvC;AAED;;GAEG;AACH,qBAAa,oBAAoB,CAC/B,OAAO,SAAS,mBAAmB,EACnC,CAAC,SAAS,MAAM,OAAO,GAAG,MAAM,OAAO,CACvC,YAAW,aAAa,CAAC,OAAO,EAAE,CAAC,CAAC;IAExB,OAAO,CAAC,GAAG,CAA4B;IAEnD,sCAAsC;IACtC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI;IAIrC;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS;IAInC;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAIpB;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAQvB;;;OAGG;IACH,KAAK;IAIL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CACF;AAED;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,+GAGwC,CAAC"}
|
|
@@ -12,11 +12,11 @@ type EventMap = AuthEventMap & AuthFormEntryEventMap & {};
|
|
|
12
12
|
/**
|
|
13
13
|
* @internal
|
|
14
14
|
*/
|
|
15
|
-
export declare const inputEmit: <K extends import("@genesislcap/foundation-events").KeysMatching<EventMap, string>>(type: K, options?: import("@genesislcap/foundation-events").EmitOptions) => Binding
|
|
15
|
+
export declare const inputEmit: <K extends import("@genesislcap/foundation-events").KeysMatching<EventMap, string>>(type: K, options?: import("@genesislcap/foundation-events").EmitOptions) => Binding<any, any, any>;
|
|
16
16
|
/**
|
|
17
17
|
* @internal
|
|
18
18
|
*/
|
|
19
|
-
export declare const selectEmit: <K extends import("@genesislcap/foundation-events").KeysMatching<EventMap, string>>(type: K, options?: import("@genesislcap/foundation-events").EmitOptions) => Binding
|
|
19
|
+
export declare const selectEmit: <K extends import("@genesislcap/foundation-events").KeysMatching<EventMap, string>>(type: K, options?: import("@genesislcap/foundation-events").EmitOptions) => Binding<any, any, any>;
|
|
20
20
|
/**
|
|
21
21
|
* @internal
|
|
22
22
|
*/
|
|
@@ -40,15 +40,11 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
40
40
|
readonly offsetTop: number;
|
|
41
41
|
readonly offsetWidth: number;
|
|
42
42
|
outerText: string;
|
|
43
|
-
popover: string;
|
|
44
43
|
spellcheck: boolean;
|
|
45
44
|
title: string;
|
|
46
45
|
translate: boolean;
|
|
47
46
|
attachInternals(): ElementInternals;
|
|
48
47
|
click(): void;
|
|
49
|
-
hidePopover(): void;
|
|
50
|
-
showPopover(): void;
|
|
51
|
-
togglePopover(force?: boolean): boolean;
|
|
52
48
|
addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
53
49
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
54
50
|
removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -70,9 +66,6 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
70
66
|
readonly part: DOMTokenList;
|
|
71
67
|
readonly prefix: string;
|
|
72
68
|
readonly scrollHeight: number;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
69
|
scrollLeft: number;
|
|
77
70
|
scrollTop: number;
|
|
78
71
|
readonly scrollWidth: number;
|
|
@@ -80,12 +73,9 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
80
73
|
slot: string;
|
|
81
74
|
readonly tagName: string;
|
|
82
75
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
83
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
84
76
|
closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
|
|
85
77
|
closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
|
|
86
|
-
closest<K_5 extends keyof MathMLElementTagNameMap>(selector: K_5): MathMLElementTagNameMap[K_5];
|
|
87
78
|
closest<E extends Element = Element>(selectors: string): E;
|
|
88
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
89
79
|
getAttribute(qualifiedName: string): string;
|
|
90
80
|
getAttributeNS(namespace: string, localName: string): string;
|
|
91
81
|
getAttributeNames(): string[];
|
|
@@ -94,14 +84,11 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
94
84
|
getBoundingClientRect(): DOMRect;
|
|
95
85
|
getClientRects(): DOMRectList;
|
|
96
86
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
97
|
-
getElementsByTagName<
|
|
98
|
-
getElementsByTagName<
|
|
99
|
-
getElementsByTagName<K_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<MathMLElementTagNameMap[K_8]>;
|
|
100
|
-
getElementsByTagName<K_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_9]>;
|
|
87
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
88
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
101
89
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
102
90
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
103
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
104
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
105
92
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
106
93
|
hasAttribute(qualifiedName: string): boolean;
|
|
107
94
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -159,24 +146,24 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
159
146
|
normalize(): void;
|
|
160
147
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
161
148
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
149
|
+
readonly ATTRIBUTE_NODE: number;
|
|
150
|
+
readonly CDATA_SECTION_NODE: number;
|
|
151
|
+
readonly COMMENT_NODE: number;
|
|
152
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
153
|
+
readonly DOCUMENT_NODE: number;
|
|
154
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
155
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
156
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
157
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
158
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
159
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
160
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
161
|
+
readonly ELEMENT_NODE: number;
|
|
162
|
+
readonly ENTITY_NODE: number;
|
|
163
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
164
|
+
readonly NOTATION_NODE: number;
|
|
165
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
166
|
+
readonly TEXT_NODE: number;
|
|
180
167
|
dispatchEvent(event: Event): boolean;
|
|
181
168
|
ariaAtomic: string;
|
|
182
169
|
ariaAutoComplete: string;
|
|
@@ -184,9 +171,9 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
184
171
|
ariaChecked: string;
|
|
185
172
|
ariaColCount: string;
|
|
186
173
|
ariaColIndex: string;
|
|
174
|
+
ariaColIndexText: string;
|
|
187
175
|
ariaColSpan: string;
|
|
188
176
|
ariaCurrent: string;
|
|
189
|
-
ariaDescription: string;
|
|
190
177
|
ariaDisabled: string;
|
|
191
178
|
ariaExpanded: string;
|
|
192
179
|
ariaHasPopup: string;
|
|
@@ -208,10 +195,14 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
208
195
|
ariaRoleDescription: string;
|
|
209
196
|
ariaRowCount: string;
|
|
210
197
|
ariaRowIndex: string;
|
|
198
|
+
ariaRowIndexText: string;
|
|
211
199
|
ariaRowSpan: string;
|
|
212
200
|
ariaSelected: string;
|
|
213
201
|
ariaSetSize: string;
|
|
214
|
-
ariaSort: string;
|
|
202
|
+
ariaSort: string; /**
|
|
203
|
+
* i18next instance for managing internationalization.
|
|
204
|
+
* @internal
|
|
205
|
+
*/
|
|
215
206
|
ariaValueMax: string;
|
|
216
207
|
ariaValueMin: string;
|
|
217
208
|
ariaValueNow: string;
|
|
@@ -232,19 +223,17 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
232
223
|
readonly lastElementChild: Element;
|
|
233
224
|
append(...nodes: (string | Node)[]): void;
|
|
234
225
|
prepend(...nodes: (string | Node)[]): void;
|
|
235
|
-
querySelector<
|
|
236
|
-
querySelector<
|
|
237
|
-
querySelector<K_12 extends keyof MathMLElementTagNameMap>(selectors: K_12): MathMLElementTagNameMap[K_12];
|
|
238
|
-
querySelector<K_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_13): HTMLElementDeprecatedTagNameMap[K_13];
|
|
226
|
+
querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
|
|
227
|
+
querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
|
|
239
228
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
240
|
-
querySelectorAll<
|
|
241
|
-
querySelectorAll<
|
|
242
|
-
querySelectorAll<K_16 extends keyof MathMLElementTagNameMap>(selectors: K_16): NodeListOf<MathMLElementTagNameMap[K_16]>;
|
|
243
|
-
querySelectorAll<K_17 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_17): NodeListOf<HTMLElementDeprecatedTagNameMap[K_17]>;
|
|
229
|
+
querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
|
|
230
|
+
querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
|
|
244
231
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
245
232
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
246
233
|
readonly assignedSlot: HTMLSlotElement;
|
|
247
|
-
|
|
234
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
235
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
236
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
248
237
|
readonly style: CSSStyleDeclaration;
|
|
249
238
|
contentEditable: string;
|
|
250
239
|
enterKeyHint: string;
|
|
@@ -257,7 +246,6 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
257
246
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
258
247
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
259
248
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
260
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
261
249
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
262
250
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
263
251
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -266,9 +254,7 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
266
254
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
267
255
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
268
256
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
269
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
270
257
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
271
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
272
258
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
273
259
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
274
260
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -301,7 +287,6 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
301
287
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
302
288
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
303
289
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
304
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
305
290
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
291
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
307
292
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -318,7 +303,6 @@ declare const ConfigHostElement_base: abstract new (...args: any[]) => {
|
|
|
318
303
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
319
304
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
320
305
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
321
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
322
306
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
323
307
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
324
308
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -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;AAE1E,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,
|
|
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;AAE1E,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,wLAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,UAAU,wLAAkC,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAkWA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAnWL;;;;;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;CAalB;AAED;;GAEG;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,mFAsB7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,mFAiBzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,mFAkBtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,gCAAiC,MAAM,2DAahE,CAAC;AAOF;;GAEG;AACH,eAAO,MAAM,cAAc,8BAA+B,KAAK,GAAG,cAAc,2DAgB/E,CAAC;AAgHF;;GAEG;AACH,eAAO,MAAM,UAAU,kCAAmC,OAAO,SAAS,MAAM,2DAU/E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,gCAChB,MAAM,eACD,MAAM,aACR,OAAO,2DAWlB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,mFAShC,CAAC"}
|
|
@@ -176,8 +176,8 @@ let DefaultCredentialManager = class DefaultCredentialManager {
|
|
|
176
176
|
return navigator.credentials.store(credentials);
|
|
177
177
|
});
|
|
178
178
|
}
|
|
179
|
-
getCredentialsFromContainer() {
|
|
180
|
-
return __awaiter(this,
|
|
179
|
+
getCredentialsFromContainer(options = defaultCredentialRequestOptions) {
|
|
180
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
181
181
|
if (!supportsCredentialsContainer()) {
|
|
182
182
|
return;
|
|
183
183
|
}
|
|
@@ -144,13 +144,13 @@ TestElement = __decorate([
|
|
|
144
144
|
})
|
|
145
145
|
], TestElement);
|
|
146
146
|
const Suite = createComponentSuite('CredentialManager', 'credential-manager-test-element');
|
|
147
|
-
Suite('Can be created in the DOM', (
|
|
147
|
+
Suite('Can be created in the DOM', ({ element }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
148
148
|
assert.ok(element);
|
|
149
149
|
}));
|
|
150
|
-
Suite('Element has credentialManager injected', (
|
|
150
|
+
Suite('Element has credentialManager injected', ({ element }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
151
151
|
assert.ok(element.credentialManager);
|
|
152
152
|
}));
|
|
153
|
-
Suite('validateUserCredentialData should provide expected results for PasswordCredentials', (
|
|
153
|
+
Suite('validateUserCredentialData should provide expected results for PasswordCredentials', ({ element, runCases }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
154
154
|
runCases(element.credentialManager.validateUserCredentialData, [
|
|
155
155
|
[[validCredential, true], true],
|
|
156
156
|
[[validCredentialWithCompId, true], true],
|
|
@@ -165,7 +165,7 @@ Suite('validateUserCredentialData should provide expected results for PasswordCr
|
|
|
165
165
|
[[malformedCredential9, true], false],
|
|
166
166
|
]);
|
|
167
167
|
}));
|
|
168
|
-
Suite('validateUserCredentialData should provide expected results for cookies', (
|
|
168
|
+
Suite('validateUserCredentialData should provide expected results for cookies', ({ element, runCases }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
169
169
|
runCases(element.credentialManager.validateUserCredentialData, [
|
|
170
170
|
[[validCookie], true],
|
|
171
171
|
[[validCookieWithCompId], true],
|
|
@@ -184,7 +184,7 @@ Suite('validateUserCredentialData should provide expected results for cookies',
|
|
|
184
184
|
[[malformedCookie11], false],
|
|
185
185
|
]);
|
|
186
186
|
}));
|
|
187
|
-
Suite('normaliseLegacyCredentialData should provide expected base case results', (
|
|
187
|
+
Suite('normaliseLegacyCredentialData should provide expected base case results', ({ element, runCases }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
188
188
|
const cm = element.credentialManager;
|
|
189
189
|
runCases(cm.normaliseLegacyCredentialData.bind(cm), [
|
|
190
190
|
[
|
|
@@ -237,7 +237,7 @@ Suite('normaliseLegacyCredentialData should provide expected base case results',
|
|
|
237
237
|
],
|
|
238
238
|
]);
|
|
239
239
|
}));
|
|
240
|
-
Suite('normaliseLegacyCredentialData should provide expected legacy cookie migration results', (
|
|
240
|
+
Suite('normaliseLegacyCredentialData should provide expected legacy cookie migration results', ({ element, runCases }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
241
241
|
const cm = element.credentialManager;
|
|
242
242
|
runCases(cm.normaliseLegacyCredentialData.bind(cm), [
|
|
243
243
|
[
|
|
@@ -341,7 +341,7 @@ Suite('normaliseLegacyCredentialData should provide expected legacy cookie migra
|
|
|
341
341
|
],
|
|
342
342
|
]);
|
|
343
343
|
}));
|
|
344
|
-
Suite('normaliseLegacyCredentialData should provide expected legacy cookie migration results', (
|
|
344
|
+
Suite('normaliseLegacyCredentialData should provide expected legacy cookie migration results', ({ element, runCases }) => __awaiter(void 0, void 0, void 0, function* () {
|
|
345
345
|
const cm = element.credentialManager;
|
|
346
346
|
runCases(cm.normaliseLegacyCredentialData.bind(cm), [
|
|
347
347
|
[
|
|
@@ -480,7 +480,7 @@ let DefaultAuthMachine = class DefaultAuthMachine extends AbstractMachine {
|
|
|
480
480
|
},
|
|
481
481
|
}, {
|
|
482
482
|
actors: {
|
|
483
|
-
mapper: fromPromise((
|
|
483
|
+
mapper: fromPromise(({ input }) => __awaiter(this, void 0, void 0, function* () { return input.mapper(input.dto); })),
|
|
484
484
|
},
|
|
485
485
|
actions: {
|
|
486
486
|
setParams: assign(({ event }) => {
|
package/dist/esm/services/idp.js
CHANGED
|
@@ -15,7 +15,7 @@ export class DefaultIDPService {
|
|
|
15
15
|
*/
|
|
16
16
|
this.loginUrlReplacePattern = /{\s*(\w+?)\s*}/g;
|
|
17
17
|
/** {@inheritDoc IDPService.getList} */
|
|
18
|
-
this.getList = (
|
|
18
|
+
this.getList = (url = SSO_LIST_URL) => __awaiter(this, void 0, void 0, function* () {
|
|
19
19
|
return new Promise((resolve, reject) => {
|
|
20
20
|
const fetcher = this.fetchMachine.getFromContainer();
|
|
21
21
|
fetcher.provide({
|