@genesislcap/foundation-store 14.237.2-alpha-78ebbc0.0 → 14.238.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/__test__/elements.d.ts +58 -90
- package/dist/dts/__test__/elements.d.ts.map +1 -1
- package/dist/dts/store/errorMap.d.ts.map +1 -1
- package/dist/dts/store/foundationStore.d.ts.map +1 -1
- package/dist/foundation-store.api.json +28 -90
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/api/foundation-store.createerrormap.md +1 -14
- package/docs/api/foundation-store.md +2 -7
- package/docs/api/foundation-store.registerstore.md +1 -14
- package/package.json +13 -13
- /package/docs/{api-report.md.api.md → api-report.md} +0 -0
|
@@ -17,15 +17,11 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
17
17
|
readonly offsetTop: number;
|
|
18
18
|
readonly offsetWidth: number;
|
|
19
19
|
outerText: string;
|
|
20
|
-
popover: string;
|
|
21
20
|
spellcheck: boolean;
|
|
22
21
|
title: string;
|
|
23
22
|
translate: boolean;
|
|
24
23
|
attachInternals(): ElementInternals;
|
|
25
24
|
click(): void;
|
|
26
|
-
hidePopover(): void;
|
|
27
|
-
showPopover(): void;
|
|
28
|
-
togglePopover(force?: boolean): boolean;
|
|
29
25
|
addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
30
26
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
31
27
|
removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -54,12 +50,9 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
54
50
|
slot: string;
|
|
55
51
|
readonly tagName: string;
|
|
56
52
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
57
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
58
53
|
closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
|
|
59
54
|
closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
|
|
60
|
-
closest<K_5 extends keyof MathMLElementTagNameMap>(selector: K_5): MathMLElementTagNameMap[K_5];
|
|
61
55
|
closest<E extends Element = Element>(selectors: string): E;
|
|
62
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
63
56
|
getAttribute(qualifiedName: string): string;
|
|
64
57
|
getAttributeNS(namespace: string, localName: string): string;
|
|
65
58
|
getAttributeNames(): string[];
|
|
@@ -68,14 +61,11 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
68
61
|
getBoundingClientRect(): DOMRect;
|
|
69
62
|
getClientRects(): DOMRectList;
|
|
70
63
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
71
|
-
getElementsByTagName<
|
|
72
|
-
getElementsByTagName<
|
|
73
|
-
getElementsByTagName<K_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<MathMLElementTagNameMap[K_8]>;
|
|
74
|
-
getElementsByTagName<K_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_9]>;
|
|
64
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
65
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
75
66
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
76
67
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
77
68
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
78
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
79
69
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
80
70
|
hasAttribute(qualifiedName: string): boolean;
|
|
81
71
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -133,24 +123,24 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
133
123
|
normalize(): void;
|
|
134
124
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
135
125
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
126
|
+
readonly ATTRIBUTE_NODE: number;
|
|
127
|
+
readonly CDATA_SECTION_NODE: number;
|
|
128
|
+
readonly COMMENT_NODE: number;
|
|
129
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
130
|
+
readonly DOCUMENT_NODE: number;
|
|
131
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
132
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
133
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
134
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
135
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
136
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
137
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
138
|
+
readonly ELEMENT_NODE: number;
|
|
139
|
+
readonly ENTITY_NODE: number;
|
|
140
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
141
|
+
readonly NOTATION_NODE: number;
|
|
142
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
143
|
+
readonly TEXT_NODE: number;
|
|
154
144
|
dispatchEvent(event: Event): boolean;
|
|
155
145
|
ariaAtomic: string;
|
|
156
146
|
ariaAutoComplete: string;
|
|
@@ -158,9 +148,9 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
158
148
|
ariaChecked: string;
|
|
159
149
|
ariaColCount: string;
|
|
160
150
|
ariaColIndex: string;
|
|
151
|
+
ariaColIndexText: string;
|
|
161
152
|
ariaColSpan: string;
|
|
162
153
|
ariaCurrent: string;
|
|
163
|
-
ariaDescription: string;
|
|
164
154
|
ariaDisabled: string;
|
|
165
155
|
ariaExpanded: string;
|
|
166
156
|
ariaHasPopup: string;
|
|
@@ -182,6 +172,7 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
182
172
|
ariaRoleDescription: string;
|
|
183
173
|
ariaRowCount: string;
|
|
184
174
|
ariaRowIndex: string;
|
|
175
|
+
ariaRowIndexText: string;
|
|
185
176
|
ariaRowSpan: string;
|
|
186
177
|
ariaSelected: string;
|
|
187
178
|
ariaSetSize: string;
|
|
@@ -206,19 +197,17 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
206
197
|
readonly lastElementChild: Element;
|
|
207
198
|
append(...nodes: (string | Node)[]): void;
|
|
208
199
|
prepend(...nodes: (string | Node)[]): void;
|
|
209
|
-
querySelector<
|
|
210
|
-
querySelector<
|
|
211
|
-
querySelector<K_12 extends keyof MathMLElementTagNameMap>(selectors: K_12): MathMLElementTagNameMap[K_12];
|
|
212
|
-
querySelector<K_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_13): HTMLElementDeprecatedTagNameMap[K_13];
|
|
200
|
+
querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
|
|
201
|
+
querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
|
|
213
202
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
214
|
-
querySelectorAll<
|
|
215
|
-
querySelectorAll<
|
|
216
|
-
querySelectorAll<K_16 extends keyof MathMLElementTagNameMap>(selectors: K_16): NodeListOf<MathMLElementTagNameMap[K_16]>;
|
|
217
|
-
querySelectorAll<K_17 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_17): NodeListOf<HTMLElementDeprecatedTagNameMap[K_17]>;
|
|
203
|
+
querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
|
|
204
|
+
querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
|
|
218
205
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
219
206
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
220
207
|
readonly assignedSlot: HTMLSlotElement;
|
|
221
|
-
|
|
208
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
209
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
210
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
222
211
|
readonly style: CSSStyleDeclaration;
|
|
223
212
|
contentEditable: string;
|
|
224
213
|
enterKeyHint: string;
|
|
@@ -231,7 +220,6 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
231
220
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
232
221
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
233
222
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
234
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
235
223
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
236
224
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
237
225
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -240,9 +228,7 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
240
228
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
241
229
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
242
230
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
243
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
244
231
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
245
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
246
232
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
247
233
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
234
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -275,7 +261,6 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
275
261
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
262
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
263
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
279
264
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
280
265
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
281
266
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -292,7 +277,6 @@ declare const TestChildElement_base: abstract new (...args: any[]) => {
|
|
|
292
277
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
293
278
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
294
279
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
295
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
296
280
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
297
281
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
298
282
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -368,15 +352,11 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
368
352
|
readonly offsetTop: number;
|
|
369
353
|
readonly offsetWidth: number;
|
|
370
354
|
outerText: string;
|
|
371
|
-
popover: string;
|
|
372
355
|
spellcheck: boolean;
|
|
373
356
|
title: string;
|
|
374
357
|
translate: boolean;
|
|
375
358
|
attachInternals(): ElementInternals;
|
|
376
359
|
click(): void;
|
|
377
|
-
hidePopover(): void;
|
|
378
|
-
showPopover(): void;
|
|
379
|
-
togglePopover(force?: boolean): boolean;
|
|
380
360
|
addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
381
361
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
382
362
|
removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -405,12 +385,9 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
405
385
|
slot: string;
|
|
406
386
|
readonly tagName: string;
|
|
407
387
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
408
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
409
388
|
closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
|
|
410
389
|
closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
|
|
411
|
-
closest<K_5 extends keyof MathMLElementTagNameMap>(selector: K_5): MathMLElementTagNameMap[K_5];
|
|
412
390
|
closest<E extends Element = Element>(selectors: string): E;
|
|
413
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
414
391
|
getAttribute(qualifiedName: string): string;
|
|
415
392
|
getAttributeNS(namespace: string, localName: string): string;
|
|
416
393
|
getAttributeNames(): string[];
|
|
@@ -419,14 +396,11 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
419
396
|
getBoundingClientRect(): DOMRect;
|
|
420
397
|
getClientRects(): DOMRectList;
|
|
421
398
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
422
|
-
getElementsByTagName<
|
|
423
|
-
getElementsByTagName<
|
|
424
|
-
getElementsByTagName<K_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<MathMLElementTagNameMap[K_8]>;
|
|
425
|
-
getElementsByTagName<K_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_9]>;
|
|
399
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
400
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
426
401
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
427
402
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
428
403
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
429
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
430
404
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
431
405
|
hasAttribute(qualifiedName: string): boolean;
|
|
432
406
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -484,24 +458,24 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
484
458
|
normalize(): void;
|
|
485
459
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
486
460
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
487
|
-
readonly
|
|
488
|
-
readonly
|
|
489
|
-
readonly
|
|
490
|
-
readonly
|
|
491
|
-
readonly
|
|
492
|
-
readonly
|
|
493
|
-
readonly
|
|
494
|
-
readonly
|
|
495
|
-
readonly
|
|
496
|
-
readonly
|
|
497
|
-
readonly
|
|
498
|
-
readonly
|
|
499
|
-
readonly
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
461
|
+
readonly ATTRIBUTE_NODE: number;
|
|
462
|
+
readonly CDATA_SECTION_NODE: number;
|
|
463
|
+
readonly COMMENT_NODE: number;
|
|
464
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
465
|
+
readonly DOCUMENT_NODE: number;
|
|
466
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
467
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
468
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
469
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
470
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
471
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
472
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
473
|
+
readonly ELEMENT_NODE: number;
|
|
474
|
+
readonly ENTITY_NODE: number;
|
|
475
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
476
|
+
readonly NOTATION_NODE: number;
|
|
477
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
478
|
+
readonly TEXT_NODE: number;
|
|
505
479
|
dispatchEvent(event: Event): boolean;
|
|
506
480
|
ariaAtomic: string;
|
|
507
481
|
ariaAutoComplete: string;
|
|
@@ -509,9 +483,9 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
509
483
|
ariaChecked: string;
|
|
510
484
|
ariaColCount: string;
|
|
511
485
|
ariaColIndex: string;
|
|
486
|
+
ariaColIndexText: string;
|
|
512
487
|
ariaColSpan: string;
|
|
513
488
|
ariaCurrent: string;
|
|
514
|
-
ariaDescription: string;
|
|
515
489
|
ariaDisabled: string;
|
|
516
490
|
ariaExpanded: string;
|
|
517
491
|
ariaHasPopup: string;
|
|
@@ -533,6 +507,7 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
533
507
|
ariaRoleDescription: string;
|
|
534
508
|
ariaRowCount: string;
|
|
535
509
|
ariaRowIndex: string;
|
|
510
|
+
ariaRowIndexText: string;
|
|
536
511
|
ariaRowSpan: string;
|
|
537
512
|
ariaSelected: string;
|
|
538
513
|
ariaSetSize: string;
|
|
@@ -557,19 +532,17 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
557
532
|
readonly lastElementChild: Element;
|
|
558
533
|
append(...nodes: (string | Node)[]): void;
|
|
559
534
|
prepend(...nodes: (string | Node)[]): void;
|
|
560
|
-
querySelector<
|
|
561
|
-
querySelector<
|
|
562
|
-
querySelector<K_12 extends keyof MathMLElementTagNameMap>(selectors: K_12): MathMLElementTagNameMap[K_12];
|
|
563
|
-
querySelector<K_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_13): HTMLElementDeprecatedTagNameMap[K_13];
|
|
535
|
+
querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
|
|
536
|
+
querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
|
|
564
537
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
565
|
-
querySelectorAll<
|
|
566
|
-
querySelectorAll<
|
|
567
|
-
querySelectorAll<K_16 extends keyof MathMLElementTagNameMap>(selectors: K_16): NodeListOf<MathMLElementTagNameMap[K_16]>;
|
|
568
|
-
querySelectorAll<K_17 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_17): NodeListOf<HTMLElementDeprecatedTagNameMap[K_17]>;
|
|
538
|
+
querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
|
|
539
|
+
querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
|
|
569
540
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
570
541
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
571
542
|
readonly assignedSlot: HTMLSlotElement;
|
|
572
|
-
|
|
543
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
544
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
545
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
573
546
|
readonly style: CSSStyleDeclaration;
|
|
574
547
|
contentEditable: string;
|
|
575
548
|
enterKeyHint: string;
|
|
@@ -582,7 +555,6 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
582
555
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
583
556
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
584
557
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
585
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
586
558
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
587
559
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
588
560
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -591,9 +563,7 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
591
563
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
592
564
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
593
565
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
594
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
595
566
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
596
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
597
567
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
598
568
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
599
569
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -626,7 +596,6 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
626
596
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
627
597
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
628
598
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
629
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
630
599
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
631
600
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
632
601
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -643,7 +612,6 @@ declare const TestElement_base: abstract new (...args: any[]) => {
|
|
|
643
612
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
644
613
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
645
614
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
646
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
647
615
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
648
616
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
649
617
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../src/__test__/elements.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../src/__test__/elements.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKzF;;GAEG;AACH,qBAoBa,gBAAiB,SAAQ,qBAAmD;IACvF;;;;;;;;OAQG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAE/B;;OAEG;IACS,WAAW,EAAE,IAAI,EAAE,CAAC;CACjC;AAED,KAAK,mBAAmB,GAAG,uBAAuB,GAAG,gBAAgB,GAAG,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE3E;;GAEG;AACH,qBAkBa,WAAY,SAAQ,gBAA8C;IAC7E;;OAEG;IACQ,SAAS,EAAE,SAAS,CAAC;IAEhC;;;OAGG;IACY,aAAa,EAAE,aAAa,CAAC;IAE5C;;;OAGG;IACS,UAAU,EAAE,UAAU,CAAC;IAEnC;;OAEG;IACS,KAAK,EAAE,gBAAgB,CAAC;IAEpC;;OAEG;IACH,iBAAiB;IAMjB;;OAEG;IACH,oBAAoB;IAMpB;;OAEG;IACH,SAAS,CAAC,iBAAiB;IAI3B;;OAEG;IACH,SAAS,CAAC,oBAAoB;IAI9B;;OAEG;IACH,SAAS,CAAC,UAAU;IAKpB;;OAEG;IACH,SAAS,CAAC,eAAe;CAG1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/store/errorMap.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;;GAGG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CAAC,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5F;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrD;AAqFD;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,
|
|
1
|
+
{"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/store/errorMap.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;;GAGG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CAAC,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5F;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrD;AAqFD;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,8BAOvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"foundationStore.d.ts","sourceRoot":"","sources":["../../../src/store/foundationStore.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"foundationStore.d.ts","sourceRoot":"","sources":["../../../src/store/foundationStore.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.34.9",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -1752,13 +1752,17 @@
|
|
|
1752
1752
|
]
|
|
1753
1753
|
},
|
|
1754
1754
|
{
|
|
1755
|
-
"kind": "
|
|
1756
|
-
"canonicalReference": "@genesislcap/foundation-store!createErrorMap:
|
|
1755
|
+
"kind": "Variable",
|
|
1756
|
+
"canonicalReference": "@genesislcap/foundation-store!createErrorMap:var",
|
|
1757
1757
|
"docComment": "/**\n * A factory to create the error map.\n *\n * @deprecated\n *\n * - Use `createErrorMap` from `@genesislcap/foundation-utils` instead.\n *\n * @param logger - A logger error method reference.\n *\n * @returns A ErrorMap instance.\n *\n * @public\n */\n",
|
|
1758
1758
|
"excerptTokens": [
|
|
1759
1759
|
{
|
|
1760
1760
|
"kind": "Content",
|
|
1761
|
-
"text": "createErrorMap:
|
|
1761
|
+
"text": "createErrorMap: "
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "Content",
|
|
1765
|
+
"text": "<TErrorDetailMap extends "
|
|
1762
1766
|
},
|
|
1763
1767
|
{
|
|
1764
1768
|
"kind": "Reference",
|
|
@@ -1789,36 +1793,13 @@
|
|
|
1789
1793
|
}
|
|
1790
1794
|
],
|
|
1791
1795
|
"fileUrlPath": "src/store/errorMap.ts",
|
|
1792
|
-
"
|
|
1793
|
-
"startIndex": 5,
|
|
1794
|
-
"endIndex": 7
|
|
1795
|
-
},
|
|
1796
|
+
"isReadonly": true,
|
|
1796
1797
|
"releaseTag": "Public",
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
"startIndex": 3,
|
|
1803
|
-
"endIndex": 4
|
|
1804
|
-
},
|
|
1805
|
-
"isOptional": false
|
|
1806
|
-
}
|
|
1807
|
-
],
|
|
1808
|
-
"typeParameters": [
|
|
1809
|
-
{
|
|
1810
|
-
"typeParameterName": "TErrorDetailMap",
|
|
1811
|
-
"constraintTokenRange": {
|
|
1812
|
-
"startIndex": 1,
|
|
1813
|
-
"endIndex": 2
|
|
1814
|
-
},
|
|
1815
|
-
"defaultTypeTokenRange": {
|
|
1816
|
-
"startIndex": 0,
|
|
1817
|
-
"endIndex": 0
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"name": "createErrorMap"
|
|
1798
|
+
"name": "createErrorMap",
|
|
1799
|
+
"variableTypeTokenRange": {
|
|
1800
|
+
"startIndex": 1,
|
|
1801
|
+
"endIndex": 8
|
|
1802
|
+
}
|
|
1822
1803
|
},
|
|
1823
1804
|
{
|
|
1824
1805
|
"kind": "TypeAlias",
|
|
@@ -2071,13 +2052,17 @@
|
|
|
2071
2052
|
}
|
|
2072
2053
|
},
|
|
2073
2054
|
{
|
|
2074
|
-
"kind": "
|
|
2075
|
-
"canonicalReference": "@genesislcap/foundation-store!registerStore:
|
|
2055
|
+
"kind": "Variable",
|
|
2056
|
+
"canonicalReference": "@genesislcap/foundation-store!registerStore:var",
|
|
2076
2057
|
"docComment": "/**\n * Creates a dependency injection key for the store being registered.\n *\n * @param Base - The store fragment class.\n *\n * @param name - The name of your store fragment, mostly used for internal logging.\n *\n * @returns The created key.\n *\n * @example\n * ```ts\n * export const TradeEntry = registerStore<TradeEntry>(DefaultTradeEntry, 'TradeEntry');\n * ```\n *\n * @public\n */\n",
|
|
2077
2058
|
"excerptTokens": [
|
|
2078
2059
|
{
|
|
2079
2060
|
"kind": "Content",
|
|
2080
|
-
"text": "registerStore:
|
|
2061
|
+
"text": "registerStore: "
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "Content",
|
|
2065
|
+
"text": "<K extends "
|
|
2081
2066
|
},
|
|
2082
2067
|
{
|
|
2083
2068
|
"kind": "Reference",
|
|
@@ -2104,23 +2089,7 @@
|
|
|
2104
2089
|
},
|
|
2105
2090
|
{
|
|
2106
2091
|
"kind": "Content",
|
|
2107
|
-
"text": "
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "Content",
|
|
2111
|
-
"text": ", name?: "
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "Content",
|
|
2115
|
-
"text": "string"
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "Content",
|
|
2119
|
-
"text": ") => "
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"kind": "Content",
|
|
2123
|
-
"text": "import(\"@microsoft/fast-foundation\")."
|
|
2092
|
+
"text": ">, name?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2124
2093
|
},
|
|
2125
2094
|
{
|
|
2126
2095
|
"kind": "Reference",
|
|
@@ -2133,44 +2102,13 @@
|
|
|
2133
2102
|
}
|
|
2134
2103
|
],
|
|
2135
2104
|
"fileUrlPath": "src/store/foundationStore.ts",
|
|
2136
|
-
"
|
|
2137
|
-
"startIndex": 10,
|
|
2138
|
-
"endIndex": 13
|
|
2139
|
-
},
|
|
2105
|
+
"isReadonly": true,
|
|
2140
2106
|
"releaseTag": "Public",
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
"startIndex": 3,
|
|
2147
|
-
"endIndex": 7
|
|
2148
|
-
},
|
|
2149
|
-
"isOptional": false
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"parameterName": "name",
|
|
2153
|
-
"parameterTypeTokenRange": {
|
|
2154
|
-
"startIndex": 8,
|
|
2155
|
-
"endIndex": 9
|
|
2156
|
-
},
|
|
2157
|
-
"isOptional": true
|
|
2158
|
-
}
|
|
2159
|
-
],
|
|
2160
|
-
"typeParameters": [
|
|
2161
|
-
{
|
|
2162
|
-
"typeParameterName": "K",
|
|
2163
|
-
"constraintTokenRange": {
|
|
2164
|
-
"startIndex": 1,
|
|
2165
|
-
"endIndex": 2
|
|
2166
|
-
},
|
|
2167
|
-
"defaultTypeTokenRange": {
|
|
2168
|
-
"startIndex": 0,
|
|
2169
|
-
"endIndex": 0
|
|
2170
|
-
}
|
|
2171
|
-
}
|
|
2172
|
-
],
|
|
2173
|
-
"name": "registerStore"
|
|
2107
|
+
"name": "registerStore",
|
|
2108
|
+
"variableTypeTokenRange": {
|
|
2109
|
+
"startIndex": 1,
|
|
2110
|
+
"endIndex": 10
|
|
2111
|
+
}
|
|
2174
2112
|
},
|
|
2175
2113
|
{
|
|
2176
2114
|
"kind": "Interface",
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-store](./foundation-store.md) > [createErrorMap](./foundation-store.createerrormap.md)
|
|
4
4
|
|
|
5
|
-
## createErrorMap
|
|
5
|
+
## createErrorMap variable
|
|
6
6
|
|
|
7
7
|
> Warning: This API is now obsolete.
|
|
8
8
|
>
|
|
@@ -16,16 +16,3 @@ A factory to create the error map.
|
|
|
16
16
|
```typescript
|
|
17
17
|
createErrorMap: <TErrorDetailMap extends ErrorDetailMap>(logger: ErrorMapLogger) => ErrorMap<TErrorDetailMap>
|
|
18
18
|
```
|
|
19
|
-
|
|
20
|
-
## Parameters
|
|
21
|
-
|
|
22
|
-
| Parameter | Type | Description |
|
|
23
|
-
| --- | --- | --- |
|
|
24
|
-
| logger | [ErrorMapLogger](./foundation-store.errormaplogger.md) | A logger error method reference. |
|
|
25
|
-
|
|
26
|
-
**Returns:**
|
|
27
|
-
|
|
28
|
-
[ErrorMap](./foundation-store.errormap.md)<!-- --><TErrorDetailMap>
|
|
29
|
-
|
|
30
|
-
A ErrorMap instance.
|
|
31
|
-
|
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
| [AbstractStore](./foundation-store.abstractstore.md) | The abstract store that concrete store fragments must extend, which differs from the [AbstractStoreRoot](./foundation-store.abstractstoreroot.md)<!-- -->. |
|
|
12
12
|
| [AbstractStoreRoot](./foundation-store.abstractstoreroot.md) | The abstract store root that concrete store roots must extend. |
|
|
13
13
|
|
|
14
|
-
## Functions
|
|
15
|
-
|
|
16
|
-
| Function | Description |
|
|
17
|
-
| --- | --- |
|
|
18
|
-
| [createErrorMap(logger)](./foundation-store.createerrormap.md) | A factory to create the error map. |
|
|
19
|
-
| [registerStore(Base, name)](./foundation-store.registerstore.md) | Creates a dependency injection key for the store being registered. |
|
|
20
|
-
|
|
21
14
|
## Interfaces
|
|
22
15
|
|
|
23
16
|
| Interface | Description |
|
|
@@ -32,7 +25,9 @@
|
|
|
32
25
|
|
|
33
26
|
| Variable | Description |
|
|
34
27
|
| --- | --- |
|
|
28
|
+
| [createErrorMap](./foundation-store.createerrormap.md) | A factory to create the error map. |
|
|
35
29
|
| [logger](./foundation-store.logger.md) | Logger for the foundation-store package |
|
|
30
|
+
| [registerStore](./foundation-store.registerstore.md) | Creates a dependency injection key for the store being registered. |
|
|
36
31
|
|
|
37
32
|
## Type Aliases
|
|
38
33
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-store](./foundation-store.md) > [registerStore](./foundation-store.registerstore.md)
|
|
4
4
|
|
|
5
|
-
## registerStore
|
|
5
|
+
## registerStore variable
|
|
6
6
|
|
|
7
7
|
Creates a dependency injection key for the store being registered.
|
|
8
8
|
|
|
@@ -12,19 +12,6 @@ Creates a dependency injection key for the store being registered.
|
|
|
12
12
|
registerStore: <K extends Key>(Base: Constructable<Store>, name?: string) => import("@microsoft/fast-foundation").InterfaceSymbol<K>
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
| Parameter | Type | Description |
|
|
18
|
-
| --- | --- | --- |
|
|
19
|
-
| Base | Constructable<[Store](./foundation-store.store.md)<!-- -->> | The store fragment class. |
|
|
20
|
-
| name | string | _(Optional)_ The name of your store fragment, mostly used for internal logging. |
|
|
21
|
-
|
|
22
|
-
**Returns:**
|
|
23
|
-
|
|
24
|
-
import("@microsoft/fast-foundation").InterfaceSymbol<K>
|
|
25
|
-
|
|
26
|
-
The created key.
|
|
27
|
-
|
|
28
15
|
## Example
|
|
29
16
|
|
|
30
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-store",
|
|
3
3
|
"description": "Genesis Foundation Store",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.238.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -36,25 +36,25 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@genesislcap/foundation-testing": "14.
|
|
40
|
-
"@genesislcap/genx": "14.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
39
|
+
"@genesislcap/foundation-testing": "14.238.0",
|
|
40
|
+
"@genesislcap/genx": "14.238.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.238.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.238.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.238.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.238.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.238.0",
|
|
46
46
|
"rimraf": "^5.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@genesislcap/foundation-events": "14.
|
|
50
|
-
"@genesislcap/foundation-logger": "14.
|
|
51
|
-
"@genesislcap/foundation-utils": "14.
|
|
49
|
+
"@genesislcap/foundation-events": "14.238.0",
|
|
50
|
+
"@genesislcap/foundation-logger": "14.238.0",
|
|
51
|
+
"@genesislcap/foundation-utils": "14.238.0",
|
|
52
52
|
"@microsoft/fast-element": "1.14.0",
|
|
53
53
|
"@microsoft/fast-foundation": "2.49.6",
|
|
54
54
|
"@microsoft/fast-web-utilities": "5.4.1",
|
|
55
55
|
"fast-safe-stringify": "^2.1.1",
|
|
56
56
|
"rxjs": "^7.5.4",
|
|
57
|
-
"tslib": "2.
|
|
57
|
+
"tslib": "^2.3.1"
|
|
58
58
|
},
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "2735fb5a88f2e15f101c1343ee178d80db89fc63"
|
|
68
68
|
}
|
|
File without changes
|