@genesislcap/foundation-events 14.225.2-alpha-a51f60c.0 → 14.225.2-alpha-968f711.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.48.0",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -222,13 +222,17 @@
222
222
  }
223
223
  },
224
224
  {
225
- "kind": "Function",
226
- "canonicalReference": "@genesislcap/foundation-events!createInputEmitter:function(1)",
225
+ "kind": "Variable",
226
+ "canonicalReference": "@genesislcap/foundation-events!createInputEmitter:var",
227
227
  "docComment": "/**\n * `<input>` template emit helper.\n *\n * @remarks\n *\n * In some.template.ts file you create the helper upfront by passing in the full event map.\n *\n * @example\n * ```ts\n * const inputEmit = createInputEmitter<EventMap>();\n * ...\n * <zero-text-field @change=\"${inputEmit('some-input-changed')}\">\n * ```\n *\n * @public\n */\n",
228
228
  "excerptTokens": [
229
229
  {
230
230
  "kind": "Content",
231
- "text": "createInputEmitter: <TEventDetailMap extends "
231
+ "text": "createInputEmitter: "
232
+ },
233
+ {
234
+ "kind": "Content",
235
+ "text": "<TEventDetailMap extends "
232
236
  },
233
237
  {
234
238
  "kind": "Reference",
@@ -237,11 +241,7 @@
237
241
  },
238
242
  {
239
243
  "kind": "Content",
240
- "text": ">() => "
241
- },
242
- {
243
- "kind": "Content",
244
- "text": "<K extends "
244
+ "text": ">() => <K extends "
245
245
  },
246
246
  {
247
247
  "kind": "Reference",
@@ -268,36 +268,26 @@
268
268
  }
269
269
  ],
270
270
  "fileUrlPath": "src/types.ts",
271
- "returnTypeTokenRange": {
272
- "startIndex": 3,
273
- "endIndex": 9
274
- },
271
+ "isReadonly": true,
275
272
  "releaseTag": "Public",
276
- "overloadIndex": 1,
277
- "parameters": [],
278
- "typeParameters": [
279
- {
280
- "typeParameterName": "TEventDetailMap",
281
- "constraintTokenRange": {
282
- "startIndex": 1,
283
- "endIndex": 2
284
- },
285
- "defaultTypeTokenRange": {
286
- "startIndex": 0,
287
- "endIndex": 0
288
- }
289
- }
290
- ],
291
- "name": "createInputEmitter"
273
+ "name": "createInputEmitter",
274
+ "variableTypeTokenRange": {
275
+ "startIndex": 1,
276
+ "endIndex": 9
277
+ }
292
278
  },
293
279
  {
294
- "kind": "Function",
295
- "canonicalReference": "@genesislcap/foundation-events!createSelectEmitter:function(1)",
280
+ "kind": "Variable",
281
+ "canonicalReference": "@genesislcap/foundation-events!createSelectEmitter:var",
296
282
  "docComment": "/**\n * `<select>` template emit helper.\n *\n * @remarks\n *\n * In some.template.ts file you create the helper upfront by passing in the full event map.\n *\n * @example\n * ```ts\n * const selectEmit = createSelectEmitter<EventMap>();\n * ...\n * <zero-select @change=\"${selectEmit('some-select-changed')}\">\n * ```\n *\n * @public\n */\n",
297
283
  "excerptTokens": [
298
284
  {
299
285
  "kind": "Content",
300
- "text": "createSelectEmitter: <TEventDetailMap extends "
286
+ "text": "createSelectEmitter: "
287
+ },
288
+ {
289
+ "kind": "Content",
290
+ "text": "<TEventDetailMap extends "
301
291
  },
302
292
  {
303
293
  "kind": "Reference",
@@ -306,11 +296,7 @@
306
296
  },
307
297
  {
308
298
  "kind": "Content",
309
- "text": ">() => "
310
- },
311
- {
312
- "kind": "Content",
313
- "text": "<K extends "
299
+ "text": ">() => <K extends "
314
300
  },
315
301
  {
316
302
  "kind": "Reference",
@@ -337,44 +323,26 @@
337
323
  }
338
324
  ],
339
325
  "fileUrlPath": "src/types.ts",
340
- "returnTypeTokenRange": {
341
- "startIndex": 3,
342
- "endIndex": 9
343
- },
326
+ "isReadonly": true,
344
327
  "releaseTag": "Public",
345
- "overloadIndex": 1,
346
- "parameters": [],
347
- "typeParameters": [
348
- {
349
- "typeParameterName": "TEventDetailMap",
350
- "constraintTokenRange": {
351
- "startIndex": 1,
352
- "endIndex": 2
353
- },
354
- "defaultTypeTokenRange": {
355
- "startIndex": 0,
356
- "endIndex": 0
357
- }
358
- }
359
- ],
360
- "name": "createSelectEmitter"
328
+ "name": "createSelectEmitter",
329
+ "variableTypeTokenRange": {
330
+ "startIndex": 1,
331
+ "endIndex": 9
332
+ }
361
333
  },
362
334
  {
363
- "kind": "Function",
364
- "canonicalReference": "@genesislcap/foundation-events!customEvent:function(1)",
335
+ "kind": "Variable",
336
+ "canonicalReference": "@genesislcap/foundation-events!customEvent:var",
365
337
  "docComment": "/**\n * @public\n */\n",
366
338
  "excerptTokens": [
367
339
  {
368
340
  "kind": "Content",
369
- "text": "customEvent: <TEventDetail = "
341
+ "text": "customEvent: "
370
342
  },
371
343
  {
372
344
  "kind": "Content",
373
- "text": "void"
374
- },
375
- {
376
- "kind": "Content",
377
- "text": ">(ctx: "
345
+ "text": "<TEventDetail = void>(ctx: "
378
346
  },
379
347
  {
380
348
  "kind": "Reference",
@@ -396,36 +364,13 @@
396
364
  }
397
365
  ],
398
366
  "fileUrlPath": "src/types.ts",
399
- "returnTypeTokenRange": {
400
- "startIndex": 5,
401
- "endIndex": 7
402
- },
367
+ "isReadonly": true,
403
368
  "releaseTag": "Public",
404
- "overloadIndex": 1,
405
- "parameters": [
406
- {
407
- "parameterName": "ctx",
408
- "parameterTypeTokenRange": {
409
- "startIndex": 3,
410
- "endIndex": 4
411
- },
412
- "isOptional": false
413
- }
414
- ],
415
- "typeParameters": [
416
- {
417
- "typeParameterName": "TEventDetail",
418
- "constraintTokenRange": {
419
- "startIndex": 0,
420
- "endIndex": 0
421
- },
422
- "defaultTypeTokenRange": {
423
- "startIndex": 1,
424
- "endIndex": 2
425
- }
426
- }
427
- ],
428
- "name": "customEvent"
369
+ "name": "customEvent",
370
+ "variableTypeTokenRange": {
371
+ "startIndex": 1,
372
+ "endIndex": 6
373
+ }
429
374
  },
430
375
  {
431
376
  "kind": "TypeAlias",
@@ -809,13 +754,17 @@
809
754
  }
810
755
  },
811
756
  {
812
- "kind": "Function",
813
- "canonicalReference": "@genesislcap/foundation-events!EventEmitter:function(1)",
757
+ "kind": "Variable",
758
+ "canonicalReference": "@genesislcap/foundation-events!EventEmitter:var",
814
759
  "docComment": "/**\n * EventEmitter mixin.\n *\n * @remarks\n *\n * Strongly types the components `$emit` method, allowing only the mapped events to be emitted.\n *\n * @param Target - The class to apply the mixin to which ultimately extends {@link @microsoft/fast-element#FASTElement | FASTElement}.\n *\n * @typeParam TEventDetailMap - The {@link EventDetailMap}.\n *\n * @typeParam TTarget - The target class. Defaults to a union of `HTMLElement & FASTElement`.\n *\n * @example\n *\n * Apply mixin to the base {@link @microsoft/fast-element#FASTElement | FASTElement}\n *\n * # Import\n * ```ts\n * import { EventEmitter, SomeSystemLevelEventDetailMap } from '@genesislcap/foundation-events';\n * import { StoreEventDetailMap, TradeEntryEventDetailMap } from '../store'; // < custom app level event maps\n * ```\n *\n * # Create event map\n * ```ts\n * type EventMap = SomeSystemLevelEventDetailMap & StoreEventDetailMap & TradeEntryEventDetailMap;\n * ```\n *\n * # Apply Mixin\n * ```ts\n * export class MyComponent extends EventEmitter<EventMap>(FASTElement) {\n * onSomeComponentEvent() {\n * this.$emit('some-allowed-event', { foo: 'expected data structure' });\n * }\n * }\n * ```\n *\n * @example\n *\n * Apply mixin to a class in the inheritance chain requires a second generic type param.\n *\n * # Apply Mixin to MyComponent that extends MyBaseComponent (which might be abstract). Mixin can be applied at different levels. # Please note there's a current limitation on retaining protected member access with this approach, so apply to base where possible. # Also, super classes cannot emit typed events via inheritance. Each level must have an explicit map. Devs can use a Union and Pick to create these.\n * ```ts\n * export class MyComponent extends EventEmitter<EventMap, MyBaseComponent>(MyBaseComponent) {}\n * ```\n *\n * @public\n */\n",
815
760
  "excerptTokens": [
816
761
  {
817
762
  "kind": "Content",
818
- "text": "EventEmitter: <TEventDetailMap extends "
763
+ "text": "EventEmitter: "
764
+ },
765
+ {
766
+ "kind": "Content",
767
+ "text": "<TEventDetailMap extends "
819
768
  },
820
769
  {
821
770
  "kind": "Reference",
@@ -869,15 +818,7 @@
869
818
  },
870
819
  {
871
820
  "kind": "Content",
872
- "text": "<TTarget>"
873
- },
874
- {
875
- "kind": "Content",
876
- "text": ") => "
877
- },
878
- {
879
- "kind": "Content",
880
- "text": "abstract new (...args: any[]) => {\n $emit<K extends keyof TEventDetailMap & string>(...args: TEventDetailMap[K] extends void ? [type: K, options?: "
821
+ "text": "<TTarget>) => abstract new (...args: any[]) => {\n $emit<K extends keyof TEventDetailMap & string>(...args: TEventDetailMap[K] extends void ? [type: K, options?: "
881
822
  },
882
823
  {
883
824
  "kind": "Reference",
@@ -913,7 +854,7 @@
913
854
  },
914
855
  {
915
856
  "kind": "Content",
916
- "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n popover: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
857
+ "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
917
858
  },
918
859
  {
919
860
  "kind": "Reference",
@@ -922,7 +863,7 @@
922
863
  },
923
864
  {
924
865
  "kind": "Content",
925
- "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K_1 extends keyof "
866
+ "text": ";\n click(): void;\n addEventListener<K_1 extends keyof "
926
867
  },
927
868
  {
928
869
  "kind": "Reference",
@@ -1129,16 +1070,7 @@
1129
1070
  },
1130
1071
  {
1131
1072
  "kind": "Content",
1132
- "text": ";\n checkVisibility(options?: "
1133
- },
1134
- {
1135
- "kind": "Reference",
1136
- "text": "CheckVisibilityOptions",
1137
- "canonicalReference": "!CheckVisibilityOptions:interface"
1138
- },
1139
- {
1140
- "kind": "Content",
1141
- "text": "): boolean;\n closest<K_3 extends keyof "
1073
+ "text": ";\n closest<K_3 extends keyof "
1142
1074
  },
1143
1075
  {
1144
1076
  "kind": "Reference",
@@ -1174,25 +1106,7 @@
1174
1106
  },
1175
1107
  {
1176
1108
  "kind": "Content",
1177
- "text": "[K_4];\n closest<K_5 extends keyof "
1178
- },
1179
- {
1180
- "kind": "Reference",
1181
- "text": "MathMLElementTagNameMap",
1182
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1183
- },
1184
- {
1185
- "kind": "Content",
1186
- "text": ">(selector: K_5): "
1187
- },
1188
- {
1189
- "kind": "Reference",
1190
- "text": "MathMLElementTagNameMap",
1191
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1192
- },
1193
- {
1194
- "kind": "Content",
1195
- "text": "[K_5];\n closest<E extends "
1109
+ "text": "[K_4];\n closest<E extends "
1196
1110
  },
1197
1111
  {
1198
1112
  "kind": "Reference",
@@ -1210,16 +1124,7 @@
1210
1124
  },
1211
1125
  {
1212
1126
  "kind": "Content",
1213
- "text": ">(selectors: string): E;\n computedStyleMap(): "
1214
- },
1215
- {
1216
- "kind": "Reference",
1217
- "text": "StylePropertyMapReadOnly",
1218
- "canonicalReference": "!StylePropertyMapReadOnly:interface"
1219
- },
1220
- {
1221
- "kind": "Content",
1222
- "text": ";\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
1127
+ "text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
1223
1128
  },
1224
1129
  {
1225
1130
  "kind": "Reference",
@@ -1273,7 +1178,7 @@
1273
1178
  },
1274
1179
  {
1275
1180
  "kind": "Content",
1276
- "text": ">;\n getElementsByTagName<K_6 extends keyof "
1181
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
1277
1182
  },
1278
1183
  {
1279
1184
  "kind": "Reference",
@@ -1282,7 +1187,7 @@
1282
1187
  },
1283
1188
  {
1284
1189
  "kind": "Content",
1285
- "text": ">(qualifiedName: K_6): "
1190
+ "text": ">(qualifiedName: K_5): "
1286
1191
  },
1287
1192
  {
1288
1193
  "kind": "Reference",
@@ -1300,7 +1205,7 @@
1300
1205
  },
1301
1206
  {
1302
1207
  "kind": "Content",
1303
- "text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
1208
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
1304
1209
  },
1305
1210
  {
1306
1211
  "kind": "Reference",
@@ -1309,7 +1214,7 @@
1309
1214
  },
1310
1215
  {
1311
1216
  "kind": "Content",
1312
- "text": ">(qualifiedName: K_7): "
1217
+ "text": ">(qualifiedName: K_6): "
1313
1218
  },
1314
1219
  {
1315
1220
  "kind": "Reference",
@@ -1327,61 +1232,7 @@
1327
1232
  },
1328
1233
  {
1329
1234
  "kind": "Content",
1330
- "text": "[K_7]>;\n getElementsByTagName<K_8 extends keyof "
1331
- },
1332
- {
1333
- "kind": "Reference",
1334
- "text": "MathMLElementTagNameMap",
1335
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1336
- },
1337
- {
1338
- "kind": "Content",
1339
- "text": ">(qualifiedName: K_8): "
1340
- },
1341
- {
1342
- "kind": "Reference",
1343
- "text": "HTMLCollectionOf",
1344
- "canonicalReference": "!HTMLCollectionOf:interface"
1345
- },
1346
- {
1347
- "kind": "Content",
1348
- "text": "<"
1349
- },
1350
- {
1351
- "kind": "Reference",
1352
- "text": "MathMLElementTagNameMap",
1353
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1354
- },
1355
- {
1356
- "kind": "Content",
1357
- "text": "[K_8]>;\n getElementsByTagName<K_9 extends keyof "
1358
- },
1359
- {
1360
- "kind": "Reference",
1361
- "text": "HTMLElementDeprecatedTagNameMap",
1362
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1363
- },
1364
- {
1365
- "kind": "Content",
1366
- "text": ">(qualifiedName: K_9): "
1367
- },
1368
- {
1369
- "kind": "Reference",
1370
- "text": "HTMLCollectionOf",
1371
- "canonicalReference": "!HTMLCollectionOf:interface"
1372
- },
1373
- {
1374
- "kind": "Content",
1375
- "text": "<"
1376
- },
1377
- {
1378
- "kind": "Reference",
1379
- "text": "HTMLElementDeprecatedTagNameMap",
1380
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1381
- },
1382
- {
1383
- "kind": "Content",
1384
- "text": "[K_9]>;\n getElementsByTagName(qualifiedName: string): "
1235
+ "text": "[K_6]>;\n getElementsByTagName(qualifiedName: string): "
1385
1236
  },
1386
1237
  {
1387
1238
  "kind": "Reference",
@@ -1433,24 +1284,6 @@
1433
1284
  "text": "SVGElement",
1434
1285
  "canonicalReference": "!SVGElement:interface"
1435
1286
  },
1436
- {
1437
- "kind": "Content",
1438
- "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
1439
- },
1440
- {
1441
- "kind": "Reference",
1442
- "text": "HTMLCollectionOf",
1443
- "canonicalReference": "!HTMLCollectionOf:interface"
1444
- },
1445
- {
1446
- "kind": "Content",
1447
- "text": "<"
1448
- },
1449
- {
1450
- "kind": "Reference",
1451
- "text": "MathMLElement",
1452
- "canonicalReference": "!MathMLElement:interface"
1453
- },
1454
1287
  {
1455
1288
  "kind": "Content",
1456
1289
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -1813,7 +1646,7 @@
1813
1646
  },
1814
1647
  {
1815
1648
  "kind": "Content",
1816
- "text": ", child: T_3): T_3;\n readonly ELEMENT_NODE: 1;\n readonly ATTRIBUTE_NODE: 2;\n readonly TEXT_NODE: 3;\n readonly CDATA_SECTION_NODE: 4;\n readonly ENTITY_REFERENCE_NODE: 5;\n readonly ENTITY_NODE: 6;\n readonly PROCESSING_INSTRUCTION_NODE: 7;\n readonly COMMENT_NODE: 8;\n readonly DOCUMENT_NODE: 9;\n readonly DOCUMENT_TYPE_NODE: 10;\n readonly DOCUMENT_FRAGMENT_NODE: 11;\n readonly NOTATION_NODE: 12;\n readonly DOCUMENT_POSITION_DISCONNECTED: 1;\n readonly DOCUMENT_POSITION_PRECEDING: 2;\n readonly DOCUMENT_POSITION_FOLLOWING: 4;\n readonly DOCUMENT_POSITION_CONTAINS: 8;\n readonly DOCUMENT_POSITION_CONTAINED_BY: 16;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;\n dispatchEvent(event: "
1649
+ "text": ", child: T_3): T_3;\n readonly ATTRIBUTE_NODE: number;\n readonly CDATA_SECTION_NODE: number;\n readonly COMMENT_NODE: number;\n readonly DOCUMENT_FRAGMENT_NODE: number;\n readonly DOCUMENT_NODE: number;\n readonly DOCUMENT_POSITION_CONTAINED_BY: number;\n readonly DOCUMENT_POSITION_CONTAINS: number;\n readonly DOCUMENT_POSITION_DISCONNECTED: number;\n readonly DOCUMENT_POSITION_FOLLOWING: number;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;\n readonly DOCUMENT_POSITION_PRECEDING: number;\n readonly DOCUMENT_TYPE_NODE: number;\n readonly ELEMENT_NODE: number;\n readonly ENTITY_NODE: number;\n readonly ENTITY_REFERENCE_NODE: number;\n readonly NOTATION_NODE: number;\n readonly PROCESSING_INSTRUCTION_NODE: number;\n readonly TEXT_NODE: number;\n dispatchEvent(event: "
1817
1650
  },
1818
1651
  {
1819
1652
  "kind": "Reference",
@@ -1822,7 +1655,7 @@
1822
1655
  },
1823
1656
  {
1824
1657
  "kind": "Content",
1825
- "text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDescription: string;\n ariaDisabled: string;\n ariaExpanded: string;\n ariaHasPopup: string;\n ariaHidden: string;\n ariaInvalid: string;\n ariaKeyShortcuts: string;\n ariaLabel: string;\n ariaLevel: string;\n ariaLive: string;\n ariaModal: string;\n ariaMultiLine: string;\n ariaMultiSelectable: string;\n ariaOrientation: string;\n ariaPlaceholder: string;\n ariaPosInSet: string;\n ariaPressed: string;\n ariaReadOnly: string;\n ariaRequired: string;\n ariaRoleDescription: string;\n ariaRowCount: string;\n ariaRowIndex: string;\n ariaRowSpan: string;\n ariaSelected: string;\n ariaSetSize: string;\n ariaSort: string;\n ariaValueMax: string;\n ariaValueMin: string;\n ariaValueNow: string;\n ariaValueText: string;\n role: string;\n animate(keyframes: "
1658
+ "text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColIndexText: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDisabled: string;\n ariaExpanded: string;\n ariaHasPopup: string;\n ariaHidden: string;\n ariaInvalid: string;\n ariaKeyShortcuts: string;\n ariaLabel: string;\n ariaLevel: string;\n ariaLive: string;\n ariaModal: string;\n ariaMultiLine: string;\n ariaMultiSelectable: string;\n ariaOrientation: string;\n ariaPlaceholder: string;\n ariaPosInSet: string;\n ariaPressed: string;\n ariaReadOnly: string;\n ariaRequired: string;\n ariaRoleDescription: string;\n ariaRowCount: string;\n ariaRowIndex: string;\n ariaRowIndexText: string;\n ariaRowSpan: string;\n ariaSelected: string;\n ariaSetSize: string;\n ariaSort: string;\n ariaValueMax: string;\n ariaValueMin: string;\n ariaValueNow: string;\n ariaValueText: string;\n role: string;\n animate(keyframes: "
1826
1659
  },
1827
1660
  {
1828
1661
  "kind": "Reference",
@@ -1966,7 +1799,7 @@
1966
1799
  },
1967
1800
  {
1968
1801
  "kind": "Content",
1969
- "text": ")[]): void;\n querySelector<K_10 extends keyof "
1802
+ "text": ")[]): void;\n querySelector<K_7 extends keyof "
1970
1803
  },
1971
1804
  {
1972
1805
  "kind": "Reference",
@@ -1975,7 +1808,7 @@
1975
1808
  },
1976
1809
  {
1977
1810
  "kind": "Content",
1978
- "text": ">(selectors: K_10): "
1811
+ "text": ">(selectors: K_7): "
1979
1812
  },
1980
1813
  {
1981
1814
  "kind": "Reference",
@@ -1984,7 +1817,7 @@
1984
1817
  },
1985
1818
  {
1986
1819
  "kind": "Content",
1987
- "text": "[K_10];\n querySelector<K_11 extends keyof "
1820
+ "text": "[K_7];\n querySelector<K_8 extends keyof "
1988
1821
  },
1989
1822
  {
1990
1823
  "kind": "Reference",
@@ -1993,7 +1826,7 @@
1993
1826
  },
1994
1827
  {
1995
1828
  "kind": "Content",
1996
- "text": ">(selectors: K_11): "
1829
+ "text": ">(selectors: K_8): "
1997
1830
  },
1998
1831
  {
1999
1832
  "kind": "Reference",
@@ -2002,43 +1835,7 @@
2002
1835
  },
2003
1836
  {
2004
1837
  "kind": "Content",
2005
- "text": "[K_11];\n querySelector<K_12 extends keyof "
2006
- },
2007
- {
2008
- "kind": "Reference",
2009
- "text": "MathMLElementTagNameMap",
2010
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2011
- },
2012
- {
2013
- "kind": "Content",
2014
- "text": ">(selectors: K_12): "
2015
- },
2016
- {
2017
- "kind": "Reference",
2018
- "text": "MathMLElementTagNameMap",
2019
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2020
- },
2021
- {
2022
- "kind": "Content",
2023
- "text": "[K_12];\n querySelector<K_13 extends keyof "
2024
- },
2025
- {
2026
- "kind": "Reference",
2027
- "text": "HTMLElementDeprecatedTagNameMap",
2028
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2029
- },
2030
- {
2031
- "kind": "Content",
2032
- "text": ">(selectors: K_13): "
2033
- },
2034
- {
2035
- "kind": "Reference",
2036
- "text": "HTMLElementDeprecatedTagNameMap",
2037
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2038
- },
2039
- {
2040
- "kind": "Content",
2041
- "text": "[K_13];\n querySelector<E_1 extends "
1838
+ "text": "[K_8];\n querySelector<E_1 extends "
2042
1839
  },
2043
1840
  {
2044
1841
  "kind": "Reference",
@@ -2056,7 +1853,7 @@
2056
1853
  },
2057
1854
  {
2058
1855
  "kind": "Content",
2059
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_14 extends keyof "
1856
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_9 extends keyof "
2060
1857
  },
2061
1858
  {
2062
1859
  "kind": "Reference",
@@ -2065,7 +1862,7 @@
2065
1862
  },
2066
1863
  {
2067
1864
  "kind": "Content",
2068
- "text": ">(selectors: K_14): "
1865
+ "text": ">(selectors: K_9): "
2069
1866
  },
2070
1867
  {
2071
1868
  "kind": "Reference",
@@ -2083,7 +1880,7 @@
2083
1880
  },
2084
1881
  {
2085
1882
  "kind": "Content",
2086
- "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
1883
+ "text": "[K_9]>;\n querySelectorAll<K_10 extends keyof "
2087
1884
  },
2088
1885
  {
2089
1886
  "kind": "Reference",
@@ -2092,7 +1889,7 @@
2092
1889
  },
2093
1890
  {
2094
1891
  "kind": "Content",
2095
- "text": ">(selectors: K_15): "
1892
+ "text": ">(selectors: K_10): "
2096
1893
  },
2097
1894
  {
2098
1895
  "kind": "Reference",
@@ -2110,115 +1907,106 @@
2110
1907
  },
2111
1908
  {
2112
1909
  "kind": "Content",
2113
- "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
2114
- },
2115
- {
2116
- "kind": "Reference",
2117
- "text": "MathMLElementTagNameMap",
2118
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2119
- },
2120
- {
2121
- "kind": "Content",
2122
- "text": ">(selectors: K_16): "
1910
+ "text": "[K_10]>;\n querySelectorAll<E_2 extends "
2123
1911
  },
2124
1912
  {
2125
1913
  "kind": "Reference",
2126
- "text": "NodeListOf",
2127
- "canonicalReference": "!NodeListOf:interface"
1914
+ "text": "Element",
1915
+ "canonicalReference": "!Element:interface"
2128
1916
  },
2129
1917
  {
2130
1918
  "kind": "Content",
2131
- "text": "<"
1919
+ "text": " = "
2132
1920
  },
2133
1921
  {
2134
1922
  "kind": "Reference",
2135
- "text": "MathMLElementTagNameMap",
2136
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1923
+ "text": "Element",
1924
+ "canonicalReference": "!Element:interface"
2137
1925
  },
2138
1926
  {
2139
1927
  "kind": "Content",
2140
- "text": "[K_16]>;\n querySelectorAll<K_17 extends keyof "
1928
+ "text": ">(selectors: string): "
2141
1929
  },
2142
1930
  {
2143
1931
  "kind": "Reference",
2144
- "text": "HTMLElementDeprecatedTagNameMap",
2145
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1932
+ "text": "NodeListOf",
1933
+ "canonicalReference": "!NodeListOf:interface"
2146
1934
  },
2147
1935
  {
2148
1936
  "kind": "Content",
2149
- "text": ">(selectors: K_17): "
1937
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
2150
1938
  },
2151
1939
  {
2152
1940
  "kind": "Reference",
2153
- "text": "NodeListOf",
2154
- "canonicalReference": "!NodeListOf:interface"
1941
+ "text": "Node",
1942
+ "canonicalReference": "!Node:interface"
2155
1943
  },
2156
1944
  {
2157
1945
  "kind": "Content",
2158
- "text": "<"
1946
+ "text": ")[]): void;\n readonly assignedSlot: "
2159
1947
  },
2160
1948
  {
2161
1949
  "kind": "Reference",
2162
- "text": "HTMLElementDeprecatedTagNameMap",
2163
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1950
+ "text": "HTMLSlotElement",
1951
+ "canonicalReference": "!HTMLSlotElement:interface"
2164
1952
  },
2165
1953
  {
2166
1954
  "kind": "Content",
2167
- "text": "[K_17]>;\n querySelectorAll<E_2 extends "
1955
+ "text": ";\n oncopy: (this: "
2168
1956
  },
2169
1957
  {
2170
1958
  "kind": "Reference",
2171
- "text": "Element",
2172
- "canonicalReference": "!Element:interface"
1959
+ "text": "DocumentAndElementEventHandlers",
1960
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2173
1961
  },
2174
1962
  {
2175
1963
  "kind": "Content",
2176
- "text": " = "
1964
+ "text": ", ev: "
2177
1965
  },
2178
1966
  {
2179
1967
  "kind": "Reference",
2180
- "text": "Element",
2181
- "canonicalReference": "!Element:interface"
1968
+ "text": "ClipboardEvent",
1969
+ "canonicalReference": "!ClipboardEvent:interface"
2182
1970
  },
2183
1971
  {
2184
1972
  "kind": "Content",
2185
- "text": ">(selectors: string): "
1973
+ "text": ") => any;\n oncut: (this: "
2186
1974
  },
2187
1975
  {
2188
1976
  "kind": "Reference",
2189
- "text": "NodeListOf",
2190
- "canonicalReference": "!NodeListOf:interface"
1977
+ "text": "DocumentAndElementEventHandlers",
1978
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2191
1979
  },
2192
1980
  {
2193
1981
  "kind": "Content",
2194
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
1982
+ "text": ", ev: "
2195
1983
  },
2196
1984
  {
2197
1985
  "kind": "Reference",
2198
- "text": "Node",
2199
- "canonicalReference": "!Node:interface"
1986
+ "text": "ClipboardEvent",
1987
+ "canonicalReference": "!ClipboardEvent:interface"
2200
1988
  },
2201
1989
  {
2202
1990
  "kind": "Content",
2203
- "text": ")[]): void;\n readonly assignedSlot: "
1991
+ "text": ") => any;\n onpaste: (this: "
2204
1992
  },
2205
1993
  {
2206
1994
  "kind": "Reference",
2207
- "text": "HTMLSlotElement",
2208
- "canonicalReference": "!HTMLSlotElement:interface"
1995
+ "text": "DocumentAndElementEventHandlers",
1996
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2209
1997
  },
2210
1998
  {
2211
1999
  "kind": "Content",
2212
- "text": ";\n readonly attributeStyleMap: "
2000
+ "text": ", ev: "
2213
2001
  },
2214
2002
  {
2215
2003
  "kind": "Reference",
2216
- "text": "StylePropertyMap",
2217
- "canonicalReference": "!StylePropertyMap:interface"
2004
+ "text": "ClipboardEvent",
2005
+ "canonicalReference": "!ClipboardEvent:interface"
2218
2006
  },
2219
2007
  {
2220
2008
  "kind": "Content",
2221
- "text": ";\n readonly style: "
2009
+ "text": ") => any;\n readonly style: "
2222
2010
  },
2223
2011
  {
2224
2012
  "kind": "Reference",
@@ -2351,24 +2139,6 @@
2351
2139
  "text": "InputEvent",
2352
2140
  "canonicalReference": "!InputEvent:interface"
2353
2141
  },
2354
- {
2355
- "kind": "Content",
2356
- "text": ") => any;\n onbeforetoggle: (this: "
2357
- },
2358
- {
2359
- "kind": "Reference",
2360
- "text": "GlobalEventHandlers",
2361
- "canonicalReference": "!GlobalEventHandlers:interface"
2362
- },
2363
- {
2364
- "kind": "Content",
2365
- "text": ", ev: "
2366
- },
2367
- {
2368
- "kind": "Reference",
2369
- "text": "Event",
2370
- "canonicalReference": "!Event:interface"
2371
- },
2372
2142
  {
2373
2143
  "kind": "Content",
2374
2144
  "text": ") => any;\n onblur: (this: "
@@ -2513,24 +2283,6 @@
2513
2283
  "text": "MouseEvent",
2514
2284
  "canonicalReference": "!MouseEvent:interface"
2515
2285
  },
2516
- {
2517
- "kind": "Content",
2518
- "text": ") => any;\n oncopy: (this: "
2519
- },
2520
- {
2521
- "kind": "Reference",
2522
- "text": "GlobalEventHandlers",
2523
- "canonicalReference": "!GlobalEventHandlers:interface"
2524
- },
2525
- {
2526
- "kind": "Content",
2527
- "text": ", ev: "
2528
- },
2529
- {
2530
- "kind": "Reference",
2531
- "text": "ClipboardEvent",
2532
- "canonicalReference": "!ClipboardEvent:interface"
2533
- },
2534
2286
  {
2535
2287
  "kind": "Content",
2536
2288
  "text": ") => any;\n oncuechange: (this: "
@@ -2549,24 +2301,6 @@
2549
2301
  "text": "Event",
2550
2302
  "canonicalReference": "!Event:interface"
2551
2303
  },
2552
- {
2553
- "kind": "Content",
2554
- "text": ") => any;\n oncut: (this: "
2555
- },
2556
- {
2557
- "kind": "Reference",
2558
- "text": "GlobalEventHandlers",
2559
- "canonicalReference": "!GlobalEventHandlers:interface"
2560
- },
2561
- {
2562
- "kind": "Content",
2563
- "text": ", ev: "
2564
- },
2565
- {
2566
- "kind": "Reference",
2567
- "text": "ClipboardEvent",
2568
- "canonicalReference": "!ClipboardEvent:interface"
2569
- },
2570
2304
  {
2571
2305
  "kind": "Content",
2572
2306
  "text": ") => any;\n ondblclick: (this: "
@@ -3134,24 +2868,6 @@
3134
2868
  "text": "MouseEvent",
3135
2869
  "canonicalReference": "!MouseEvent:interface"
3136
2870
  },
3137
- {
3138
- "kind": "Content",
3139
- "text": ") => any;\n onpaste: (this: "
3140
- },
3141
- {
3142
- "kind": "Reference",
3143
- "text": "GlobalEventHandlers",
3144
- "canonicalReference": "!GlobalEventHandlers:interface"
3145
- },
3146
- {
3147
- "kind": "Content",
3148
- "text": ", ev: "
3149
- },
3150
- {
3151
- "kind": "Reference",
3152
- "text": "ClipboardEvent",
3153
- "canonicalReference": "!ClipboardEvent:interface"
3154
- },
3155
2871
  {
3156
2872
  "kind": "Content",
3157
2873
  "text": ") => any;\n onpause: (this: "
@@ -3449,24 +3165,6 @@
3449
3165
  "text": "Event",
3450
3166
  "canonicalReference": "!Event:interface"
3451
3167
  },
3452
- {
3453
- "kind": "Content",
3454
- "text": ") => any;\n onscrollend: (this: "
3455
- },
3456
- {
3457
- "kind": "Reference",
3458
- "text": "GlobalEventHandlers",
3459
- "canonicalReference": "!GlobalEventHandlers:interface"
3460
- },
3461
- {
3462
- "kind": "Content",
3463
- "text": ", ev: "
3464
- },
3465
- {
3466
- "kind": "Reference",
3467
- "text": "Event",
3468
- "canonicalReference": "!Event:interface"
3469
- },
3470
3168
  {
3471
3169
  "kind": "Content",
3472
3170
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -3986,47 +3684,13 @@
3986
3684
  }
3987
3685
  ],
3988
3686
  "fileUrlPath": "src/eventEmitter/eventEmitterMixin.ts",
3989
- "returnTypeTokenRange": {
3990
- "startIndex": 14,
3991
- "endIndex": 705
3992
- },
3687
+ "isReadonly": true,
3993
3688
  "releaseTag": "Public",
3994
- "overloadIndex": 1,
3995
- "parameters": [
3996
- {
3997
- "parameterName": "Target",
3998
- "parameterTypeTokenRange": {
3999
- "startIndex": 11,
4000
- "endIndex": 13
4001
- },
4002
- "isOptional": false
4003
- }
4004
- ],
4005
- "typeParameters": [
4006
- {
4007
- "typeParameterName": "TEventDetailMap",
4008
- "constraintTokenRange": {
4009
- "startIndex": 1,
4010
- "endIndex": 2
4011
- },
4012
- "defaultTypeTokenRange": {
4013
- "startIndex": 0,
4014
- "endIndex": 0
4015
- }
4016
- },
4017
- {
4018
- "typeParameterName": "TTarget",
4019
- "constraintTokenRange": {
4020
- "startIndex": 3,
4021
- "endIndex": 6
4022
- },
4023
- "defaultTypeTokenRange": {
4024
- "startIndex": 7,
4025
- "endIndex": 10
4026
- }
4027
- }
4028
- ],
4029
- "name": "EventEmitter"
3689
+ "name": "EventEmitter",
3690
+ "variableTypeTokenRange": {
3691
+ "startIndex": 1,
3692
+ "endIndex": 650
3693
+ }
4030
3694
  },
4031
3695
  {
4032
3696
  "kind": "Interface",
@@ -4220,21 +3884,17 @@
4220
3884
  }
4221
3885
  },
4222
3886
  {
4223
- "kind": "Function",
4224
- "canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:function(1)",
3887
+ "kind": "Variable",
3888
+ "canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:var",
4225
3889
  "docComment": "/**\n * @public\n */\n",
4226
3890
  "excerptTokens": [
4227
3891
  {
4228
3892
  "kind": "Content",
4229
- "text": "getBaseEmitArgs: (...args: "
3893
+ "text": "getBaseEmitArgs: "
4230
3894
  },
4231
3895
  {
4232
3896
  "kind": "Content",
4233
- "text": "unknown[]"
4234
- },
4235
- {
4236
- "kind": "Content",
4237
- "text": ") => "
3897
+ "text": "(...args: unknown[]) => "
4238
3898
  },
4239
3899
  {
4240
3900
  "kind": "Reference",
@@ -4243,23 +3903,13 @@
4243
3903
  }
4244
3904
  ],
4245
3905
  "fileUrlPath": "src/types.ts",
4246
- "returnTypeTokenRange": {
4247
- "startIndex": 3,
4248
- "endIndex": 4
4249
- },
3906
+ "isReadonly": true,
4250
3907
  "releaseTag": "Public",
4251
- "overloadIndex": 1,
4252
- "parameters": [
4253
- {
4254
- "parameterName": "args",
4255
- "parameterTypeTokenRange": {
4256
- "startIndex": 1,
4257
- "endIndex": 2
4258
- },
4259
- "isOptional": false
4260
- }
4261
- ],
4262
- "name": "getBaseEmitArgs"
3908
+ "name": "getBaseEmitArgs",
3909
+ "variableTypeTokenRange": {
3910
+ "startIndex": 1,
3911
+ "endIndex": 3
3912
+ }
4263
3913
  },
4264
3914
  {
4265
3915
  "kind": "TypeAlias",
@@ -4340,13 +3990,17 @@
4340
3990
  }
4341
3991
  },
4342
3992
  {
4343
- "kind": "Function",
4344
- "canonicalReference": "@genesislcap/foundation-events!registerEmitter:function(1)",
3993
+ "kind": "Variable",
3994
+ "canonicalReference": "@genesislcap/foundation-events!registerEmitter:var",
4345
3995
  "docComment": "/**\n * Register an emitter with the DI.\n *\n * @typeParam TEventDetailMap - The {@link EventDetailMap}.\n *\n * @public\n */\n",
4346
3996
  "excerptTokens": [
4347
3997
  {
4348
3998
  "kind": "Content",
4349
- "text": "registerEmitter: <TEventDetailMap extends "
3999
+ "text": "registerEmitter: "
4000
+ },
4001
+ {
4002
+ "kind": "Content",
4003
+ "text": "<TEventDetailMap extends "
4350
4004
  },
4351
4005
  {
4352
4006
  "kind": "Reference",
@@ -4355,11 +4009,7 @@
4355
4009
  },
4356
4010
  {
4357
4011
  "kind": "Content",
4358
- "text": ">() => "
4359
- },
4360
- {
4361
- "kind": "Content",
4362
- "text": "import(\"@microsoft/fast-foundation\")."
4012
+ "text": ">() => import(\"@microsoft/fast-foundation\")."
4363
4013
  },
4364
4014
  {
4365
4015
  "kind": "Reference",
@@ -4381,27 +4031,13 @@
4381
4031
  }
4382
4032
  ],
4383
4033
  "fileUrlPath": "src/eventEmitter/eventEmitterDI.ts",
4384
- "returnTypeTokenRange": {
4385
- "startIndex": 3,
4386
- "endIndex": 8
4387
- },
4034
+ "isReadonly": true,
4388
4035
  "releaseTag": "Public",
4389
- "overloadIndex": 1,
4390
- "parameters": [],
4391
- "typeParameters": [
4392
- {
4393
- "typeParameterName": "TEventDetailMap",
4394
- "constraintTokenRange": {
4395
- "startIndex": 1,
4396
- "endIndex": 2
4397
- },
4398
- "defaultTypeTokenRange": {
4399
- "startIndex": 0,
4400
- "endIndex": 0
4401
- }
4402
- }
4403
- ],
4404
- "name": "registerEmitter"
4036
+ "name": "registerEmitter",
4037
+ "variableTypeTokenRange": {
4038
+ "startIndex": 1,
4039
+ "endIndex": 8
4040
+ }
4405
4041
  },
4406
4042
  {
4407
4043
  "kind": "Variable",