@genesislcap/foundation-events 14.225.1 → 14.225.2-alpha-a51f60c.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dts/eventEmitter/eventEmitterMixin.d.ts +45 -29
- package/dist/dts/eventEmitter/eventEmitterMixin.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/foundation-events.api.json +496 -132
- package/dist/foundation-events.d.ts +45 -29
- package/docs/api/foundation-events.createinputemitter.md +4 -1
- package/docs/api/foundation-events.createselectemitter.md +4 -1
- package/docs/api/foundation-events.customevent.md +12 -1
- package/docs/api/foundation-events.eventemitter.md +56 -30
- package/docs/api/foundation-events.eventemitterdi.md +1 -1
- package/docs/api/foundation-events.getbaseemitargs.md +12 -1
- package/docs/api/foundation-events.md +11 -6
- package/docs/api/foundation-events.registeremitter.md +5 -1
- package/docs/{api-report.md → api-report.md.api.md} +45 -29
- package/package.json +11 -11
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.
|
4
|
+
"toolVersion": "7.48.0",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -222,17 +222,13 @@
|
|
222
222
|
}
|
223
223
|
},
|
224
224
|
{
|
225
|
-
"kind": "
|
226
|
-
"canonicalReference": "@genesislcap/foundation-events!createInputEmitter:
|
225
|
+
"kind": "Function",
|
226
|
+
"canonicalReference": "@genesislcap/foundation-events!createInputEmitter:function(1)",
|
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: "
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"kind": "Content",
|
235
|
-
"text": "<TEventDetailMap extends "
|
231
|
+
"text": "createInputEmitter: <TEventDetailMap extends "
|
236
232
|
},
|
237
233
|
{
|
238
234
|
"kind": "Reference",
|
@@ -241,7 +237,11 @@
|
|
241
237
|
},
|
242
238
|
{
|
243
239
|
"kind": "Content",
|
244
|
-
"text": ">() =>
|
240
|
+
"text": ">() => "
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"kind": "Content",
|
244
|
+
"text": "<K extends "
|
245
245
|
},
|
246
246
|
{
|
247
247
|
"kind": "Reference",
|
@@ -268,26 +268,36 @@
|
|
268
268
|
}
|
269
269
|
],
|
270
270
|
"fileUrlPath": "src/types.ts",
|
271
|
-
"
|
272
|
-
|
273
|
-
"name": "createInputEmitter",
|
274
|
-
"variableTypeTokenRange": {
|
275
|
-
"startIndex": 1,
|
271
|
+
"returnTypeTokenRange": {
|
272
|
+
"startIndex": 3,
|
276
273
|
"endIndex": 9
|
277
|
-
}
|
274
|
+
},
|
275
|
+
"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"
|
278
292
|
},
|
279
293
|
{
|
280
|
-
"kind": "
|
281
|
-
"canonicalReference": "@genesislcap/foundation-events!createSelectEmitter:
|
294
|
+
"kind": "Function",
|
295
|
+
"canonicalReference": "@genesislcap/foundation-events!createSelectEmitter:function(1)",
|
282
296
|
"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",
|
283
297
|
"excerptTokens": [
|
284
298
|
{
|
285
299
|
"kind": "Content",
|
286
|
-
"text": "createSelectEmitter: "
|
287
|
-
},
|
288
|
-
{
|
289
|
-
"kind": "Content",
|
290
|
-
"text": "<TEventDetailMap extends "
|
300
|
+
"text": "createSelectEmitter: <TEventDetailMap extends "
|
291
301
|
},
|
292
302
|
{
|
293
303
|
"kind": "Reference",
|
@@ -296,7 +306,11 @@
|
|
296
306
|
},
|
297
307
|
{
|
298
308
|
"kind": "Content",
|
299
|
-
"text": ">() =>
|
309
|
+
"text": ">() => "
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"kind": "Content",
|
313
|
+
"text": "<K extends "
|
300
314
|
},
|
301
315
|
{
|
302
316
|
"kind": "Reference",
|
@@ -323,26 +337,44 @@
|
|
323
337
|
}
|
324
338
|
],
|
325
339
|
"fileUrlPath": "src/types.ts",
|
326
|
-
"
|
327
|
-
|
328
|
-
"name": "createSelectEmitter",
|
329
|
-
"variableTypeTokenRange": {
|
330
|
-
"startIndex": 1,
|
340
|
+
"returnTypeTokenRange": {
|
341
|
+
"startIndex": 3,
|
331
342
|
"endIndex": 9
|
332
|
-
}
|
343
|
+
},
|
344
|
+
"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"
|
333
361
|
},
|
334
362
|
{
|
335
|
-
"kind": "
|
336
|
-
"canonicalReference": "@genesislcap/foundation-events!customEvent:
|
363
|
+
"kind": "Function",
|
364
|
+
"canonicalReference": "@genesislcap/foundation-events!customEvent:function(1)",
|
337
365
|
"docComment": "/**\n * @public\n */\n",
|
338
366
|
"excerptTokens": [
|
339
367
|
{
|
340
368
|
"kind": "Content",
|
341
|
-
"text": "customEvent: "
|
369
|
+
"text": "customEvent: <TEventDetail = "
|
342
370
|
},
|
343
371
|
{
|
344
372
|
"kind": "Content",
|
345
|
-
"text": "
|
373
|
+
"text": "void"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"kind": "Content",
|
377
|
+
"text": ">(ctx: "
|
346
378
|
},
|
347
379
|
{
|
348
380
|
"kind": "Reference",
|
@@ -364,13 +396,36 @@
|
|
364
396
|
}
|
365
397
|
],
|
366
398
|
"fileUrlPath": "src/types.ts",
|
367
|
-
"
|
399
|
+
"returnTypeTokenRange": {
|
400
|
+
"startIndex": 5,
|
401
|
+
"endIndex": 7
|
402
|
+
},
|
368
403
|
"releaseTag": "Public",
|
369
|
-
"
|
370
|
-
"
|
371
|
-
|
372
|
-
|
373
|
-
|
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"
|
374
429
|
},
|
375
430
|
{
|
376
431
|
"kind": "TypeAlias",
|
@@ -754,17 +809,13 @@
|
|
754
809
|
}
|
755
810
|
},
|
756
811
|
{
|
757
|
-
"kind": "
|
758
|
-
"canonicalReference": "@genesislcap/foundation-events!EventEmitter:
|
812
|
+
"kind": "Function",
|
813
|
+
"canonicalReference": "@genesislcap/foundation-events!EventEmitter:function(1)",
|
759
814
|
"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",
|
760
815
|
"excerptTokens": [
|
761
816
|
{
|
762
817
|
"kind": "Content",
|
763
|
-
"text": "EventEmitter: "
|
764
|
-
},
|
765
|
-
{
|
766
|
-
"kind": "Content",
|
767
|
-
"text": "<TEventDetailMap extends "
|
818
|
+
"text": "EventEmitter: <TEventDetailMap extends "
|
768
819
|
},
|
769
820
|
{
|
770
821
|
"kind": "Reference",
|
@@ -818,7 +869,15 @@
|
|
818
869
|
},
|
819
870
|
{
|
820
871
|
"kind": "Content",
|
821
|
-
"text": "<TTarget>
|
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?: "
|
822
881
|
},
|
823
882
|
{
|
824
883
|
"kind": "Reference",
|
@@ -854,7 +913,7 @@
|
|
854
913
|
},
|
855
914
|
{
|
856
915
|
"kind": "Content",
|
857
|
-
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
|
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(): "
|
858
917
|
},
|
859
918
|
{
|
860
919
|
"kind": "Reference",
|
@@ -863,7 +922,7 @@
|
|
863
922
|
},
|
864
923
|
{
|
865
924
|
"kind": "Content",
|
866
|
-
"text": ";\n click(): void;\n addEventListener<K_1 extends keyof "
|
925
|
+
"text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K_1 extends keyof "
|
867
926
|
},
|
868
927
|
{
|
869
928
|
"kind": "Reference",
|
@@ -1070,7 +1129,16 @@
|
|
1070
1129
|
},
|
1071
1130
|
{
|
1072
1131
|
"kind": "Content",
|
1073
|
-
"text": ";\n
|
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 "
|
1074
1142
|
},
|
1075
1143
|
{
|
1076
1144
|
"kind": "Reference",
|
@@ -1106,7 +1174,25 @@
|
|
1106
1174
|
},
|
1107
1175
|
{
|
1108
1176
|
"kind": "Content",
|
1109
|
-
"text": "[K_4];\n closest<
|
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 "
|
1110
1196
|
},
|
1111
1197
|
{
|
1112
1198
|
"kind": "Reference",
|
@@ -1124,7 +1210,16 @@
|
|
1124
1210
|
},
|
1125
1211
|
{
|
1126
1212
|
"kind": "Content",
|
1127
|
-
"text": ">(selectors: string): E;\n
|
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): "
|
1128
1223
|
},
|
1129
1224
|
{
|
1130
1225
|
"kind": "Reference",
|
@@ -1178,7 +1273,7 @@
|
|
1178
1273
|
},
|
1179
1274
|
{
|
1180
1275
|
"kind": "Content",
|
1181
|
-
"text": ">;\n getElementsByTagName<
|
1276
|
+
"text": ">;\n getElementsByTagName<K_6 extends keyof "
|
1182
1277
|
},
|
1183
1278
|
{
|
1184
1279
|
"kind": "Reference",
|
@@ -1187,7 +1282,7 @@
|
|
1187
1282
|
},
|
1188
1283
|
{
|
1189
1284
|
"kind": "Content",
|
1190
|
-
"text": ">(qualifiedName:
|
1285
|
+
"text": ">(qualifiedName: K_6): "
|
1191
1286
|
},
|
1192
1287
|
{
|
1193
1288
|
"kind": "Reference",
|
@@ -1205,7 +1300,7 @@
|
|
1205
1300
|
},
|
1206
1301
|
{
|
1207
1302
|
"kind": "Content",
|
1208
|
-
"text": "[
|
1303
|
+
"text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
|
1209
1304
|
},
|
1210
1305
|
{
|
1211
1306
|
"kind": "Reference",
|
@@ -1214,7 +1309,7 @@
|
|
1214
1309
|
},
|
1215
1310
|
{
|
1216
1311
|
"kind": "Content",
|
1217
|
-
"text": ">(qualifiedName:
|
1312
|
+
"text": ">(qualifiedName: K_7): "
|
1218
1313
|
},
|
1219
1314
|
{
|
1220
1315
|
"kind": "Reference",
|
@@ -1232,7 +1327,61 @@
|
|
1232
1327
|
},
|
1233
1328
|
{
|
1234
1329
|
"kind": "Content",
|
1235
|
-
"text": "[
|
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): "
|
1236
1385
|
},
|
1237
1386
|
{
|
1238
1387
|
"kind": "Reference",
|
@@ -1284,6 +1433,24 @@
|
|
1284
1433
|
"text": "SVGElement",
|
1285
1434
|
"canonicalReference": "!SVGElement:interface"
|
1286
1435
|
},
|
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
|
+
},
|
1287
1454
|
{
|
1288
1455
|
"kind": "Content",
|
1289
1456
|
"text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
|
@@ -1646,7 +1813,7 @@
|
|
1646
1813
|
},
|
1647
1814
|
{
|
1648
1815
|
"kind": "Content",
|
1649
|
-
"text": ", child: T_3): T_3;\n readonly
|
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: "
|
1650
1817
|
},
|
1651
1818
|
{
|
1652
1819
|
"kind": "Reference",
|
@@ -1655,7 +1822,7 @@
|
|
1655
1822
|
},
|
1656
1823
|
{
|
1657
1824
|
"kind": "Content",
|
1658
|
-
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n
|
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: "
|
1659
1826
|
},
|
1660
1827
|
{
|
1661
1828
|
"kind": "Reference",
|
@@ -1799,7 +1966,7 @@
|
|
1799
1966
|
},
|
1800
1967
|
{
|
1801
1968
|
"kind": "Content",
|
1802
|
-
"text": ")[]): void;\n querySelector<
|
1969
|
+
"text": ")[]): void;\n querySelector<K_10 extends keyof "
|
1803
1970
|
},
|
1804
1971
|
{
|
1805
1972
|
"kind": "Reference",
|
@@ -1808,7 +1975,7 @@
|
|
1808
1975
|
},
|
1809
1976
|
{
|
1810
1977
|
"kind": "Content",
|
1811
|
-
"text": ">(selectors:
|
1978
|
+
"text": ">(selectors: K_10): "
|
1812
1979
|
},
|
1813
1980
|
{
|
1814
1981
|
"kind": "Reference",
|
@@ -1817,7 +1984,7 @@
|
|
1817
1984
|
},
|
1818
1985
|
{
|
1819
1986
|
"kind": "Content",
|
1820
|
-
"text": "[
|
1987
|
+
"text": "[K_10];\n querySelector<K_11 extends keyof "
|
1821
1988
|
},
|
1822
1989
|
{
|
1823
1990
|
"kind": "Reference",
|
@@ -1826,7 +1993,7 @@
|
|
1826
1993
|
},
|
1827
1994
|
{
|
1828
1995
|
"kind": "Content",
|
1829
|
-
"text": ">(selectors:
|
1996
|
+
"text": ">(selectors: K_11): "
|
1830
1997
|
},
|
1831
1998
|
{
|
1832
1999
|
"kind": "Reference",
|
@@ -1835,7 +2002,43 @@
|
|
1835
2002
|
},
|
1836
2003
|
{
|
1837
2004
|
"kind": "Content",
|
1838
|
-
"text": "[
|
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 "
|
1839
2042
|
},
|
1840
2043
|
{
|
1841
2044
|
"kind": "Reference",
|
@@ -1853,7 +2056,7 @@
|
|
1853
2056
|
},
|
1854
2057
|
{
|
1855
2058
|
"kind": "Content",
|
1856
|
-
"text": ">(selectors: string): E_1;\n querySelectorAll<
|
2059
|
+
"text": ">(selectors: string): E_1;\n querySelectorAll<K_14 extends keyof "
|
1857
2060
|
},
|
1858
2061
|
{
|
1859
2062
|
"kind": "Reference",
|
@@ -1862,7 +2065,7 @@
|
|
1862
2065
|
},
|
1863
2066
|
{
|
1864
2067
|
"kind": "Content",
|
1865
|
-
"text": ">(selectors:
|
2068
|
+
"text": ">(selectors: K_14): "
|
1866
2069
|
},
|
1867
2070
|
{
|
1868
2071
|
"kind": "Reference",
|
@@ -1880,7 +2083,7 @@
|
|
1880
2083
|
},
|
1881
2084
|
{
|
1882
2085
|
"kind": "Content",
|
1883
|
-
"text": "[
|
2086
|
+
"text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
|
1884
2087
|
},
|
1885
2088
|
{
|
1886
2089
|
"kind": "Reference",
|
@@ -1889,7 +2092,7 @@
|
|
1889
2092
|
},
|
1890
2093
|
{
|
1891
2094
|
"kind": "Content",
|
1892
|
-
"text": ">(selectors:
|
2095
|
+
"text": ">(selectors: K_15): "
|
1893
2096
|
},
|
1894
2097
|
{
|
1895
2098
|
"kind": "Reference",
|
@@ -1907,106 +2110,115 @@
|
|
1907
2110
|
},
|
1908
2111
|
{
|
1909
2112
|
"kind": "Content",
|
1910
|
-
"text": "[
|
2113
|
+
"text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
|
1911
2114
|
},
|
1912
2115
|
{
|
1913
2116
|
"kind": "Reference",
|
1914
|
-
"text": "
|
1915
|
-
"canonicalReference": "!
|
2117
|
+
"text": "MathMLElementTagNameMap",
|
2118
|
+
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
1916
2119
|
},
|
1917
2120
|
{
|
1918
2121
|
"kind": "Content",
|
1919
|
-
"text": "
|
2122
|
+
"text": ">(selectors: K_16): "
|
1920
2123
|
},
|
1921
2124
|
{
|
1922
2125
|
"kind": "Reference",
|
1923
|
-
"text": "
|
1924
|
-
"canonicalReference": "!
|
2126
|
+
"text": "NodeListOf",
|
2127
|
+
"canonicalReference": "!NodeListOf:interface"
|
1925
2128
|
},
|
1926
2129
|
{
|
1927
2130
|
"kind": "Content",
|
1928
|
-
"text": "
|
2131
|
+
"text": "<"
|
1929
2132
|
},
|
1930
2133
|
{
|
1931
2134
|
"kind": "Reference",
|
1932
|
-
"text": "
|
1933
|
-
"canonicalReference": "!
|
2135
|
+
"text": "MathMLElementTagNameMap",
|
2136
|
+
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
1934
2137
|
},
|
1935
2138
|
{
|
1936
2139
|
"kind": "Content",
|
1937
|
-
"text": "
|
2140
|
+
"text": "[K_16]>;\n querySelectorAll<K_17 extends keyof "
|
1938
2141
|
},
|
1939
2142
|
{
|
1940
2143
|
"kind": "Reference",
|
1941
|
-
"text": "
|
1942
|
-
"canonicalReference": "!
|
2144
|
+
"text": "HTMLElementDeprecatedTagNameMap",
|
2145
|
+
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
1943
2146
|
},
|
1944
2147
|
{
|
1945
2148
|
"kind": "Content",
|
1946
|
-
"text": "
|
2149
|
+
"text": ">(selectors: K_17): "
|
1947
2150
|
},
|
1948
2151
|
{
|
1949
2152
|
"kind": "Reference",
|
1950
|
-
"text": "
|
1951
|
-
"canonicalReference": "!
|
2153
|
+
"text": "NodeListOf",
|
2154
|
+
"canonicalReference": "!NodeListOf:interface"
|
1952
2155
|
},
|
1953
2156
|
{
|
1954
2157
|
"kind": "Content",
|
1955
|
-
"text": "
|
2158
|
+
"text": "<"
|
1956
2159
|
},
|
1957
2160
|
{
|
1958
2161
|
"kind": "Reference",
|
1959
|
-
"text": "
|
1960
|
-
"canonicalReference": "!
|
2162
|
+
"text": "HTMLElementDeprecatedTagNameMap",
|
2163
|
+
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
1961
2164
|
},
|
1962
2165
|
{
|
1963
2166
|
"kind": "Content",
|
1964
|
-
"text": "
|
2167
|
+
"text": "[K_17]>;\n querySelectorAll<E_2 extends "
|
1965
2168
|
},
|
1966
2169
|
{
|
1967
2170
|
"kind": "Reference",
|
1968
|
-
"text": "
|
1969
|
-
"canonicalReference": "!
|
2171
|
+
"text": "Element",
|
2172
|
+
"canonicalReference": "!Element:interface"
|
1970
2173
|
},
|
1971
2174
|
{
|
1972
2175
|
"kind": "Content",
|
1973
|
-
"text": "
|
2176
|
+
"text": " = "
|
1974
2177
|
},
|
1975
2178
|
{
|
1976
2179
|
"kind": "Reference",
|
1977
|
-
"text": "
|
1978
|
-
"canonicalReference": "!
|
2180
|
+
"text": "Element",
|
2181
|
+
"canonicalReference": "!Element:interface"
|
1979
2182
|
},
|
1980
2183
|
{
|
1981
2184
|
"kind": "Content",
|
1982
|
-
"text": "
|
2185
|
+
"text": ">(selectors: string): "
|
1983
2186
|
},
|
1984
2187
|
{
|
1985
2188
|
"kind": "Reference",
|
1986
|
-
"text": "
|
1987
|
-
"canonicalReference": "!
|
2189
|
+
"text": "NodeListOf",
|
2190
|
+
"canonicalReference": "!NodeListOf:interface"
|
1988
2191
|
},
|
1989
2192
|
{
|
1990
2193
|
"kind": "Content",
|
1991
|
-
"text": "
|
2194
|
+
"text": "<E_2>;\n replaceChildren(...nodes: (string | "
|
1992
2195
|
},
|
1993
2196
|
{
|
1994
2197
|
"kind": "Reference",
|
1995
|
-
"text": "
|
1996
|
-
"canonicalReference": "!
|
2198
|
+
"text": "Node",
|
2199
|
+
"canonicalReference": "!Node:interface"
|
1997
2200
|
},
|
1998
2201
|
{
|
1999
2202
|
"kind": "Content",
|
2000
|
-
"text": "
|
2203
|
+
"text": ")[]): void;\n readonly assignedSlot: "
|
2001
2204
|
},
|
2002
2205
|
{
|
2003
2206
|
"kind": "Reference",
|
2004
|
-
"text": "
|
2005
|
-
"canonicalReference": "!
|
2207
|
+
"text": "HTMLSlotElement",
|
2208
|
+
"canonicalReference": "!HTMLSlotElement:interface"
|
2006
2209
|
},
|
2007
2210
|
{
|
2008
2211
|
"kind": "Content",
|
2009
|
-
"text": "
|
2212
|
+
"text": ";\n readonly attributeStyleMap: "
|
2213
|
+
},
|
2214
|
+
{
|
2215
|
+
"kind": "Reference",
|
2216
|
+
"text": "StylePropertyMap",
|
2217
|
+
"canonicalReference": "!StylePropertyMap:interface"
|
2218
|
+
},
|
2219
|
+
{
|
2220
|
+
"kind": "Content",
|
2221
|
+
"text": ";\n readonly style: "
|
2010
2222
|
},
|
2011
2223
|
{
|
2012
2224
|
"kind": "Reference",
|
@@ -2139,6 +2351,24 @@
|
|
2139
2351
|
"text": "InputEvent",
|
2140
2352
|
"canonicalReference": "!InputEvent:interface"
|
2141
2353
|
},
|
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
|
+
},
|
2142
2372
|
{
|
2143
2373
|
"kind": "Content",
|
2144
2374
|
"text": ") => any;\n onblur: (this: "
|
@@ -2283,6 +2513,24 @@
|
|
2283
2513
|
"text": "MouseEvent",
|
2284
2514
|
"canonicalReference": "!MouseEvent:interface"
|
2285
2515
|
},
|
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
|
+
},
|
2286
2534
|
{
|
2287
2535
|
"kind": "Content",
|
2288
2536
|
"text": ") => any;\n oncuechange: (this: "
|
@@ -2301,6 +2549,24 @@
|
|
2301
2549
|
"text": "Event",
|
2302
2550
|
"canonicalReference": "!Event:interface"
|
2303
2551
|
},
|
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
|
+
},
|
2304
2570
|
{
|
2305
2571
|
"kind": "Content",
|
2306
2572
|
"text": ") => any;\n ondblclick: (this: "
|
@@ -2868,6 +3134,24 @@
|
|
2868
3134
|
"text": "MouseEvent",
|
2869
3135
|
"canonicalReference": "!MouseEvent:interface"
|
2870
3136
|
},
|
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
|
+
},
|
2871
3155
|
{
|
2872
3156
|
"kind": "Content",
|
2873
3157
|
"text": ") => any;\n onpause: (this: "
|
@@ -3165,6 +3449,24 @@
|
|
3165
3449
|
"text": "Event",
|
3166
3450
|
"canonicalReference": "!Event:interface"
|
3167
3451
|
},
|
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
|
+
},
|
3168
3470
|
{
|
3169
3471
|
"kind": "Content",
|
3170
3472
|
"text": ") => any;\n onsecuritypolicyviolation: (this: "
|
@@ -3684,13 +3986,47 @@
|
|
3684
3986
|
}
|
3685
3987
|
],
|
3686
3988
|
"fileUrlPath": "src/eventEmitter/eventEmitterMixin.ts",
|
3687
|
-
"
|
3989
|
+
"returnTypeTokenRange": {
|
3990
|
+
"startIndex": 14,
|
3991
|
+
"endIndex": 705
|
3992
|
+
},
|
3688
3993
|
"releaseTag": "Public",
|
3689
|
-
"
|
3690
|
-
"
|
3691
|
-
|
3692
|
-
|
3693
|
-
|
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"
|
3694
4030
|
},
|
3695
4031
|
{
|
3696
4032
|
"kind": "Interface",
|
@@ -3884,17 +4220,21 @@
|
|
3884
4220
|
}
|
3885
4221
|
},
|
3886
4222
|
{
|
3887
|
-
"kind": "
|
3888
|
-
"canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:
|
4223
|
+
"kind": "Function",
|
4224
|
+
"canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:function(1)",
|
3889
4225
|
"docComment": "/**\n * @public\n */\n",
|
3890
4226
|
"excerptTokens": [
|
3891
4227
|
{
|
3892
4228
|
"kind": "Content",
|
3893
|
-
"text": "getBaseEmitArgs: "
|
4229
|
+
"text": "getBaseEmitArgs: (...args: "
|
3894
4230
|
},
|
3895
4231
|
{
|
3896
4232
|
"kind": "Content",
|
3897
|
-
"text": "
|
4233
|
+
"text": "unknown[]"
|
4234
|
+
},
|
4235
|
+
{
|
4236
|
+
"kind": "Content",
|
4237
|
+
"text": ") => "
|
3898
4238
|
},
|
3899
4239
|
{
|
3900
4240
|
"kind": "Reference",
|
@@ -3903,13 +4243,23 @@
|
|
3903
4243
|
}
|
3904
4244
|
],
|
3905
4245
|
"fileUrlPath": "src/types.ts",
|
3906
|
-
"
|
4246
|
+
"returnTypeTokenRange": {
|
4247
|
+
"startIndex": 3,
|
4248
|
+
"endIndex": 4
|
4249
|
+
},
|
3907
4250
|
"releaseTag": "Public",
|
3908
|
-
"
|
3909
|
-
"
|
3910
|
-
|
3911
|
-
|
3912
|
-
|
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"
|
3913
4263
|
},
|
3914
4264
|
{
|
3915
4265
|
"kind": "TypeAlias",
|
@@ -3990,17 +4340,13 @@
|
|
3990
4340
|
}
|
3991
4341
|
},
|
3992
4342
|
{
|
3993
|
-
"kind": "
|
3994
|
-
"canonicalReference": "@genesislcap/foundation-events!registerEmitter:
|
4343
|
+
"kind": "Function",
|
4344
|
+
"canonicalReference": "@genesislcap/foundation-events!registerEmitter:function(1)",
|
3995
4345
|
"docComment": "/**\n * Register an emitter with the DI.\n *\n * @typeParam TEventDetailMap - The {@link EventDetailMap}.\n *\n * @public\n */\n",
|
3996
4346
|
"excerptTokens": [
|
3997
4347
|
{
|
3998
4348
|
"kind": "Content",
|
3999
|
-
"text": "registerEmitter: "
|
4000
|
-
},
|
4001
|
-
{
|
4002
|
-
"kind": "Content",
|
4003
|
-
"text": "<TEventDetailMap extends "
|
4349
|
+
"text": "registerEmitter: <TEventDetailMap extends "
|
4004
4350
|
},
|
4005
4351
|
{
|
4006
4352
|
"kind": "Reference",
|
@@ -4009,7 +4355,11 @@
|
|
4009
4355
|
},
|
4010
4356
|
{
|
4011
4357
|
"kind": "Content",
|
4012
|
-
"text": ">() =>
|
4358
|
+
"text": ">() => "
|
4359
|
+
},
|
4360
|
+
{
|
4361
|
+
"kind": "Content",
|
4362
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
4013
4363
|
},
|
4014
4364
|
{
|
4015
4365
|
"kind": "Reference",
|
@@ -4031,13 +4381,27 @@
|
|
4031
4381
|
}
|
4032
4382
|
],
|
4033
4383
|
"fileUrlPath": "src/eventEmitter/eventEmitterDI.ts",
|
4034
|
-
"
|
4035
|
-
|
4036
|
-
"name": "registerEmitter",
|
4037
|
-
"variableTypeTokenRange": {
|
4038
|
-
"startIndex": 1,
|
4384
|
+
"returnTypeTokenRange": {
|
4385
|
+
"startIndex": 3,
|
4039
4386
|
"endIndex": 8
|
4040
|
-
}
|
4387
|
+
},
|
4388
|
+
"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"
|
4041
4405
|
},
|
4042
4406
|
{
|
4043
4407
|
"kind": "Variable",
|