@genesislcap/foundation-events 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.52.10",
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 = "
370
- },
371
- {
372
- "kind": "Content",
373
- "text": "void"
341
+ "text": "customEvent: "
374
342
  },
375
343
  {
376
344
  "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",
@@ -778,13 +723,17 @@
778
723
  }
779
724
  },
780
725
  {
781
- "kind": "Function",
782
- "canonicalReference": "@genesislcap/foundation-events!emitter:function(1)",
726
+ "kind": "Variable",
727
+ "canonicalReference": "@genesislcap/foundation-events!emitter:var",
783
728
  "docComment": "/**\n * emitter function.\n *\n * This is the functional equivalent of the strongly typed `.emit` function created with the {@link EventEmitter} mixin.\n *\n * @remarks\n *\n * This is useful if you need to emit an event from an arbitrary location. For example, if you want to emit an event from a button on a custom grid cell renderer you can use this to get strong typing rather than having to dependency inject a reference to the class which uses the {@link EventEmitter} mixin multiple levels into the renderer.\n *\n * @param orign - the `HTMLElement` to dispatch the event from. Ensure this correctly relates to the component you've attatched the corresponding event listener to.\n *\n * @param type - the key in `TEventDetailMap` which is the event name from the detail map\n *\n * @param detail - *optional* param `TEventDetailMap[K]` which is the payload corresponding to the event `type`\n *\n * @param options - *optional* param {@link EmitOptions} to set event options. Default `{ composed: true, bubbles: true, cancelable: true, }`\n *\n * @typeParam TEventDetailMap - The {@link EventDetailMap}.\n *\n * @example\n *\n * Apply mixin to the base {@link @microsoft/fast-element#FASTElement | FASTElement}\n *\n * # Import\n * ```ts\n * import { emitter, 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 * # Use the functional emitter. For example in a custom button action on a grid cell\n * ```ts\n * const customAction = {\n * name: `<rapid-button name=\"download\" size=\"lg\"></rapid-button>`\n * callback: (button: HTMLElement, data: RowData) =>\n * emitter<EventMap>().emit(\n * button,\n * 'some-allowed-event',\n * { foo: 'expected data structure' },\n * ),\n * }\n * ```\n *\n * @public\n */\n",
784
729
  "excerptTokens": [
785
730
  {
786
731
  "kind": "Content",
787
- "text": "emitter: <TEventDetailMap extends "
732
+ "text": "emitter: "
733
+ },
734
+ {
735
+ "kind": "Content",
736
+ "text": "<TEventDetailMap extends "
788
737
  },
789
738
  {
790
739
  "kind": "Reference",
@@ -793,11 +742,7 @@
793
742
  },
794
743
  {
795
744
  "kind": "Content",
796
- "text": ">() => "
797
- },
798
- {
799
- "kind": "Content",
800
- "text": "{\n emit: <K extends keyof TEventDetailMap>(...args: TEventDetailMap[K] extends void ? [origin: "
745
+ "text": ">() => {\n emit: <K extends keyof TEventDetailMap>(...args: TEventDetailMap[K] extends void ? [origin: "
801
746
  },
802
747
  {
803
748
  "kind": "Reference",
@@ -837,27 +782,13 @@
837
782
  }
838
783
  ],
839
784
  "fileUrlPath": "src/eventEmitter/emitterFunction.ts",
840
- "returnTypeTokenRange": {
841
- "startIndex": 3,
842
- "endIndex": 12
843
- },
785
+ "isReadonly": true,
844
786
  "releaseTag": "Public",
845
- "overloadIndex": 1,
846
- "parameters": [],
847
- "typeParameters": [
848
- {
849
- "typeParameterName": "TEventDetailMap",
850
- "constraintTokenRange": {
851
- "startIndex": 1,
852
- "endIndex": 2
853
- },
854
- "defaultTypeTokenRange": {
855
- "startIndex": 0,
856
- "endIndex": 0
857
- }
858
- }
859
- ],
860
- "name": "emitter"
787
+ "name": "emitter",
788
+ "variableTypeTokenRange": {
789
+ "startIndex": 1,
790
+ "endIndex": 12
791
+ }
861
792
  },
862
793
  {
863
794
  "kind": "TypeAlias",
@@ -891,13 +822,17 @@
891
822
  }
892
823
  },
893
824
  {
894
- "kind": "Function",
895
- "canonicalReference": "@genesislcap/foundation-events!EventEmitter:function(1)",
825
+ "kind": "Variable",
826
+ "canonicalReference": "@genesislcap/foundation-events!EventEmitter:var",
896
827
  "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",
897
828
  "excerptTokens": [
898
829
  {
899
830
  "kind": "Content",
900
- "text": "EventEmitter: <TEventDetailMap extends "
831
+ "text": "EventEmitter: "
832
+ },
833
+ {
834
+ "kind": "Content",
835
+ "text": "<TEventDetailMap extends "
901
836
  },
902
837
  {
903
838
  "kind": "Reference",
@@ -951,15 +886,7 @@
951
886
  },
952
887
  {
953
888
  "kind": "Content",
954
- "text": "<TTarget>"
955
- },
956
- {
957
- "kind": "Content",
958
- "text": ") => "
959
- },
960
- {
961
- "kind": "Content",
962
- "text": "abstract new (...args: any[]) => {\n $emit<K extends keyof TEventDetailMap & string>(...args: TEventDetailMap[K] extends void ? [type: K, options?: "
889
+ "text": "<TTarget>) => abstract new (...args: any[]) => {\n $emit<K extends keyof TEventDetailMap & string>(...args: TEventDetailMap[K] extends void ? [type: K, options?: "
963
890
  },
964
891
  {
965
892
  "kind": "Reference",
@@ -986,7 +913,7 @@
986
913
  },
987
914
  {
988
915
  "kind": "Content",
989
- "text": ";\n accessKey: string;\n readonly accessKeyLabel: string;\n autocapitalize: string;\n autocorrect: boolean;\n dir: string;\n draggable: boolean;\n hidden: boolean;\n inert: boolean;\n innerText: string;\n lang: string;\n readonly offsetHeight: number;\n readonly offsetLeft: number;\n readonly offsetParent: "
916
+ "text": ";\n accessKey: string;\n readonly accessKeyLabel: string;\n autocapitalize: string;\n dir: string;\n draggable: boolean;\n hidden: boolean;\n inert: boolean;\n innerText: string;\n lang: string;\n readonly offsetHeight: number;\n readonly offsetLeft: number;\n readonly offsetParent: "
990
917
  },
991
918
  {
992
919
  "kind": "Reference",
@@ -995,7 +922,7 @@
995
922
  },
996
923
  {
997
924
  "kind": "Content",
998
- "text": " | null;\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n popover: string | null;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n writingSuggestions: string;\n attachInternals(): "
925
+ "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
999
926
  },
1000
927
  {
1001
928
  "kind": "Reference",
@@ -1004,7 +931,7 @@
1004
931
  },
1005
932
  {
1006
933
  "kind": "Content",
1007
- "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(options?: boolean): boolean;\n addEventListener<K extends keyof "
934
+ "text": ";\n click(): void;\n addEventListener<K_1 extends keyof "
1008
935
  },
1009
936
  {
1010
937
  "kind": "Reference",
@@ -1013,7 +940,7 @@
1013
940
  },
1014
941
  {
1015
942
  "kind": "Content",
1016
- "text": ">(type: K, listener: (this: "
943
+ "text": ">(type: K_1, listener: (this: "
1017
944
  },
1018
945
  {
1019
946
  "kind": "Reference",
@@ -1031,7 +958,7 @@
1031
958
  },
1032
959
  {
1033
960
  "kind": "Content",
1034
- "text": "[K]) => any, options?: boolean | "
961
+ "text": "[K_1]) => any, options?: boolean | "
1035
962
  },
1036
963
  {
1037
964
  "kind": "Reference",
@@ -1058,7 +985,7 @@
1058
985
  },
1059
986
  {
1060
987
  "kind": "Content",
1061
- "text": "): void;\n removeEventListener<K extends keyof "
988
+ "text": "): void;\n removeEventListener<K_2 extends keyof "
1062
989
  },
1063
990
  {
1064
991
  "kind": "Reference",
@@ -1067,7 +994,7 @@
1067
994
  },
1068
995
  {
1069
996
  "kind": "Content",
1070
- "text": ">(type: K, listener: (this: "
997
+ "text": ">(type: K_2, listener: (this: "
1071
998
  },
1072
999
  {
1073
1000
  "kind": "Reference",
@@ -1085,7 +1012,7 @@
1085
1012
  },
1086
1013
  {
1087
1014
  "kind": "Content",
1088
- "text": "[K]) => any, options?: boolean | "
1015
+ "text": "[K_2]) => any, options?: boolean | "
1089
1016
  },
1090
1017
  {
1091
1018
  "kind": "Reference",
@@ -1121,7 +1048,7 @@
1121
1048
  },
1122
1049
  {
1123
1050
  "kind": "Content",
1124
- "text": ";\n get classList(): "
1051
+ "text": ";\n readonly classList: "
1125
1052
  },
1126
1053
  {
1127
1054
  "kind": "Reference",
@@ -1130,7 +1057,7 @@
1130
1057
  },
1131
1058
  {
1132
1059
  "kind": "Content",
1133
- "text": ";\n set classList(value: string);\n className: string;\n readonly clientHeight: number;\n readonly clientLeft: number;\n readonly clientTop: number;\n readonly clientWidth: number;\n readonly currentCSSZoom: number;\n id: string;\n innerHTML: string;\n readonly localName: string;\n readonly namespaceURI: string | null;\n onfullscreenchange: (this: "
1060
+ "text": ";\n className: string;\n readonly clientHeight: number;\n readonly clientLeft: number;\n readonly clientTop: number;\n readonly clientWidth: number;\n id: string;\n readonly localName: string;\n readonly namespaceURI: string;\n onfullscreenchange: (this: "
1134
1061
  },
1135
1062
  {
1136
1063
  "kind": "Reference",
@@ -1175,7 +1102,7 @@
1175
1102
  },
1176
1103
  {
1177
1104
  "kind": "Content",
1178
- "text": ";\n get part(): "
1105
+ "text": ";\n readonly part: "
1179
1106
  },
1180
1107
  {
1181
1108
  "kind": "Reference",
@@ -1184,7 +1111,7 @@
1184
1111
  },
1185
1112
  {
1186
1113
  "kind": "Content",
1187
- "text": ";\n set part(value: string);\n readonly prefix: string | null;\n readonly scrollHeight: number;\n scrollLeft: number;\n scrollTop: number;\n readonly scrollWidth: number;\n readonly shadowRoot: "
1114
+ "text": ";\n readonly prefix: string;\n readonly scrollHeight: number;\n scrollLeft: number;\n scrollTop: number;\n readonly scrollWidth: number;\n readonly shadowRoot: "
1188
1115
  },
1189
1116
  {
1190
1117
  "kind": "Reference",
@@ -1193,7 +1120,7 @@
1193
1120
  },
1194
1121
  {
1195
1122
  "kind": "Content",
1196
- "text": " | null;\n slot: string;\n readonly tagName: string;\n attachShadow(init: "
1123
+ "text": ";\n slot: string;\n readonly tagName: string;\n attachShadow(init: "
1197
1124
  },
1198
1125
  {
1199
1126
  "kind": "Reference",
@@ -1211,16 +1138,7 @@
1211
1138
  },
1212
1139
  {
1213
1140
  "kind": "Content",
1214
- "text": ";\n checkVisibility(options?: "
1215
- },
1216
- {
1217
- "kind": "Reference",
1218
- "text": "CheckVisibilityOptions",
1219
- "canonicalReference": "!CheckVisibilityOptions:interface"
1220
- },
1221
- {
1222
- "kind": "Content",
1223
- "text": "): boolean;\n closest<K extends keyof "
1141
+ "text": ";\n closest<K_3 extends keyof "
1224
1142
  },
1225
1143
  {
1226
1144
  "kind": "Reference",
@@ -1229,7 +1147,7 @@
1229
1147
  },
1230
1148
  {
1231
1149
  "kind": "Content",
1232
- "text": ">(selector: K): "
1150
+ "text": ">(selector: K_3): "
1233
1151
  },
1234
1152
  {
1235
1153
  "kind": "Reference",
@@ -1238,7 +1156,7 @@
1238
1156
  },
1239
1157
  {
1240
1158
  "kind": "Content",
1241
- "text": "[K];\n closest<K extends keyof "
1159
+ "text": "[K_3];\n closest<K_4 extends keyof "
1242
1160
  },
1243
1161
  {
1244
1162
  "kind": "Reference",
@@ -1247,7 +1165,7 @@
1247
1165
  },
1248
1166
  {
1249
1167
  "kind": "Content",
1250
- "text": ">(selector: K): "
1168
+ "text": ">(selector: K_4): "
1251
1169
  },
1252
1170
  {
1253
1171
  "kind": "Reference",
@@ -1256,25 +1174,7 @@
1256
1174
  },
1257
1175
  {
1258
1176
  "kind": "Content",
1259
- "text": "[K];\n closest<K extends keyof "
1260
- },
1261
- {
1262
- "kind": "Reference",
1263
- "text": "MathMLElementTagNameMap",
1264
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1265
- },
1266
- {
1267
- "kind": "Content",
1268
- "text": ">(selector: K): "
1269
- },
1270
- {
1271
- "kind": "Reference",
1272
- "text": "MathMLElementTagNameMap",
1273
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1274
- },
1275
- {
1276
- "kind": "Content",
1277
- "text": "[K];\n closest<E extends "
1177
+ "text": "[K_4];\n closest<E extends "
1278
1178
  },
1279
1179
  {
1280
1180
  "kind": "Reference",
@@ -1292,16 +1192,7 @@
1292
1192
  },
1293
1193
  {
1294
1194
  "kind": "Content",
1295
- "text": ">(selectors: string): E;\n computedStyleMap(): "
1296
- },
1297
- {
1298
- "kind": "Reference",
1299
- "text": "StylePropertyMapReadOnly",
1300
- "canonicalReference": "!StylePropertyMapReadOnly:interface"
1301
- },
1302
- {
1303
- "kind": "Content",
1304
- "text": ";\n getAttribute(qualifiedName: string): string | null;\n getAttributeNS(namespace: string | null, localName: string): string | null;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
1195
+ "text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
1305
1196
  },
1306
1197
  {
1307
1198
  "kind": "Reference",
@@ -1310,7 +1201,7 @@
1310
1201
  },
1311
1202
  {
1312
1203
  "kind": "Content",
1313
- "text": " | null;\n getAttributeNodeNS(namespace: string | null, localName: string): "
1204
+ "text": ";\n getAttributeNodeNS(namespace: string, localName: string): "
1314
1205
  },
1315
1206
  {
1316
1207
  "kind": "Reference",
@@ -1319,7 +1210,7 @@
1319
1210
  },
1320
1211
  {
1321
1212
  "kind": "Content",
1322
- "text": " | null;\n getBoundingClientRect(): "
1213
+ "text": ";\n getBoundingClientRect(): "
1323
1214
  },
1324
1215
  {
1325
1216
  "kind": "Reference",
@@ -1355,7 +1246,7 @@
1355
1246
  },
1356
1247
  {
1357
1248
  "kind": "Content",
1358
- "text": ">;\n getElementsByTagName<K extends keyof "
1249
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
1359
1250
  },
1360
1251
  {
1361
1252
  "kind": "Reference",
@@ -1364,7 +1255,7 @@
1364
1255
  },
1365
1256
  {
1366
1257
  "kind": "Content",
1367
- "text": ">(qualifiedName: K): "
1258
+ "text": ">(qualifiedName: K_5): "
1368
1259
  },
1369
1260
  {
1370
1261
  "kind": "Reference",
@@ -1382,7 +1273,7 @@
1382
1273
  },
1383
1274
  {
1384
1275
  "kind": "Content",
1385
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
1276
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
1386
1277
  },
1387
1278
  {
1388
1279
  "kind": "Reference",
@@ -1391,7 +1282,7 @@
1391
1282
  },
1392
1283
  {
1393
1284
  "kind": "Content",
1394
- "text": ">(qualifiedName: K): "
1285
+ "text": ">(qualifiedName: K_6): "
1395
1286
  },
1396
1287
  {
1397
1288
  "kind": "Reference",
@@ -1409,61 +1300,7 @@
1409
1300
  },
1410
1301
  {
1411
1302
  "kind": "Content",
1412
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
1413
- },
1414
- {
1415
- "kind": "Reference",
1416
- "text": "MathMLElementTagNameMap",
1417
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1418
- },
1419
- {
1420
- "kind": "Content",
1421
- "text": ">(qualifiedName: K): "
1422
- },
1423
- {
1424
- "kind": "Reference",
1425
- "text": "HTMLCollectionOf",
1426
- "canonicalReference": "!HTMLCollectionOf:interface"
1427
- },
1428
- {
1429
- "kind": "Content",
1430
- "text": "<"
1431
- },
1432
- {
1433
- "kind": "Reference",
1434
- "text": "MathMLElementTagNameMap",
1435
- "canonicalReference": "!MathMLElementTagNameMap:interface"
1436
- },
1437
- {
1438
- "kind": "Content",
1439
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
1440
- },
1441
- {
1442
- "kind": "Reference",
1443
- "text": "HTMLElementDeprecatedTagNameMap",
1444
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1445
- },
1446
- {
1447
- "kind": "Content",
1448
- "text": ">(qualifiedName: K): "
1449
- },
1450
- {
1451
- "kind": "Reference",
1452
- "text": "HTMLCollectionOf",
1453
- "canonicalReference": "!HTMLCollectionOf:interface"
1454
- },
1455
- {
1456
- "kind": "Content",
1457
- "text": "<"
1458
- },
1459
- {
1460
- "kind": "Reference",
1461
- "text": "HTMLElementDeprecatedTagNameMap",
1462
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
1463
- },
1464
- {
1465
- "kind": "Content",
1466
- "text": "[K]>;\n getElementsByTagName(qualifiedName: string): "
1303
+ "text": "[K_6]>;\n getElementsByTagName(qualifiedName: string): "
1467
1304
  },
1468
1305
  {
1469
1306
  "kind": "Reference",
@@ -1517,25 +1354,7 @@
1517
1354
  },
1518
1355
  {
1519
1356
  "kind": "Content",
1520
- "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
1521
- },
1522
- {
1523
- "kind": "Reference",
1524
- "text": "HTMLCollectionOf",
1525
- "canonicalReference": "!HTMLCollectionOf:interface"
1526
- },
1527
- {
1528
- "kind": "Content",
1529
- "text": "<"
1530
- },
1531
- {
1532
- "kind": "Reference",
1533
- "text": "MathMLElement",
1534
- "canonicalReference": "!MathMLElement:interface"
1535
- },
1536
- {
1537
- "kind": "Content",
1538
- "text": ">;\n getElementsByTagNameNS(namespace: string | null, localName: string): "
1357
+ "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
1539
1358
  },
1540
1359
  {
1541
1360
  "kind": "Reference",
@@ -1553,16 +1372,7 @@
1553
1372
  },
1554
1373
  {
1555
1374
  "kind": "Content",
1556
- "text": ">;\n getHTML(options?: "
1557
- },
1558
- {
1559
- "kind": "Reference",
1560
- "text": "GetHTMLOptions",
1561
- "canonicalReference": "!GetHTMLOptions:interface"
1562
- },
1563
- {
1564
- "kind": "Content",
1565
- "text": "): string;\n hasAttribute(qualifiedName: string): boolean;\n hasAttributeNS(namespace: string | null, localName: string): boolean;\n hasAttributes(): boolean;\n hasPointerCapture(pointerId: number): boolean;\n insertAdjacentElement(where: "
1375
+ "text": ">;\n hasAttribute(qualifiedName: string): boolean;\n hasAttributeNS(namespace: string, localName: string): boolean;\n hasAttributes(): boolean;\n hasPointerCapture(pointerId: number): boolean;\n insertAdjacentElement(where: "
1566
1376
  },
1567
1377
  {
1568
1378
  "kind": "Reference",
@@ -1589,7 +1399,7 @@
1589
1399
  },
1590
1400
  {
1591
1401
  "kind": "Content",
1592
- "text": " | null;\n insertAdjacentHTML(position: "
1402
+ "text": ";\n insertAdjacentHTML(position: "
1593
1403
  },
1594
1404
  {
1595
1405
  "kind": "Reference",
@@ -1598,7 +1408,7 @@
1598
1408
  },
1599
1409
  {
1600
1410
  "kind": "Content",
1601
- "text": ", string: string): void;\n insertAdjacentText(where: "
1411
+ "text": ", text: string): void;\n insertAdjacentText(where: "
1602
1412
  },
1603
1413
  {
1604
1414
  "kind": "Reference",
@@ -1607,7 +1417,7 @@
1607
1417
  },
1608
1418
  {
1609
1419
  "kind": "Content",
1610
- "text": ", data: string): void;\n matches(selectors: string): boolean;\n releasePointerCapture(pointerId: number): void;\n removeAttribute(qualifiedName: string): void;\n removeAttributeNS(namespace: string | null, localName: string): void;\n removeAttributeNode(attr: "
1420
+ "text": ", data: string): void;\n matches(selectors: string): boolean;\n releasePointerCapture(pointerId: number): void;\n removeAttribute(qualifiedName: string): void;\n removeAttributeNS(namespace: string, localName: string): void;\n removeAttributeNode(attr: "
1611
1421
  },
1612
1422
  {
1613
1423
  "kind": "Reference",
@@ -1643,25 +1453,7 @@
1643
1453
  },
1644
1454
  {
1645
1455
  "kind": "Content",
1646
- "text": "<void>;\n requestPointerLock(options?: "
1647
- },
1648
- {
1649
- "kind": "Reference",
1650
- "text": "PointerLockOptions",
1651
- "canonicalReference": "!PointerLockOptions:interface"
1652
- },
1653
- {
1654
- "kind": "Content",
1655
- "text": "): "
1656
- },
1657
- {
1658
- "kind": "Reference",
1659
- "text": "Promise",
1660
- "canonicalReference": "!Promise:interface"
1661
- },
1662
- {
1663
- "kind": "Content",
1664
- "text": "<void>;\n scroll(options?: "
1456
+ "text": "<void>;\n requestPointerLock(): void;\n scroll(options?: "
1665
1457
  },
1666
1458
  {
1667
1459
  "kind": "Reference",
@@ -1697,7 +1489,7 @@
1697
1489
  },
1698
1490
  {
1699
1491
  "kind": "Content",
1700
- "text": "): void;\n scrollTo(x: number, y: number): void;\n setAttribute(qualifiedName: string, value: string): void;\n setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;\n setAttributeNode(attr: "
1492
+ "text": "): void;\n scrollTo(x: number, y: number): void;\n setAttribute(qualifiedName: string, value: string): void;\n setAttributeNS(namespace: string, qualifiedName: string, value: string): void;\n setAttributeNode(attr: "
1701
1493
  },
1702
1494
  {
1703
1495
  "kind": "Reference",
@@ -1715,7 +1507,7 @@
1715
1507
  },
1716
1508
  {
1717
1509
  "kind": "Content",
1718
- "text": " | null;\n setAttributeNodeNS(attr: "
1510
+ "text": ";\n setAttributeNodeNS(attr: "
1719
1511
  },
1720
1512
  {
1721
1513
  "kind": "Reference",
@@ -1733,7 +1525,7 @@
1733
1525
  },
1734
1526
  {
1735
1527
  "kind": "Content",
1736
- "text": " | null;\n setHTMLUnsafe(html: string): void;\n setPointerCapture(pointerId: number): void;\n toggleAttribute(qualifiedName: string, force?: boolean): boolean;\n webkitMatchesSelector(selectors: string): boolean;\n textContent: string;\n readonly baseURI: string;\n readonly childNodes: "
1528
+ "text": ";\n setPointerCapture(pointerId: number): void;\n toggleAttribute(qualifiedName: string, force?: boolean): boolean;\n webkitMatchesSelector(selectors: string): boolean;\n readonly baseURI: string;\n readonly childNodes: "
1737
1529
  },
1738
1530
  {
1739
1531
  "kind": "Reference",
@@ -1760,7 +1552,7 @@
1760
1552
  },
1761
1553
  {
1762
1554
  "kind": "Content",
1763
- "text": " | null;\n readonly isConnected: boolean;\n readonly lastChild: "
1555
+ "text": ";\n readonly isConnected: boolean;\n readonly lastChild: "
1764
1556
  },
1765
1557
  {
1766
1558
  "kind": "Reference",
@@ -1769,7 +1561,7 @@
1769
1561
  },
1770
1562
  {
1771
1563
  "kind": "Content",
1772
- "text": " | null;\n readonly nextSibling: "
1564
+ "text": ";\n readonly nextSibling: "
1773
1565
  },
1774
1566
  {
1775
1567
  "kind": "Reference",
@@ -1778,7 +1570,7 @@
1778
1570
  },
1779
1571
  {
1780
1572
  "kind": "Content",
1781
- "text": " | null;\n readonly nodeName: string;\n readonly nodeType: number;\n nodeValue: string | null;\n readonly parentElement: "
1573
+ "text": ";\n readonly nodeName: string;\n readonly nodeType: number;\n nodeValue: string;\n readonly parentElement: "
1782
1574
  },
1783
1575
  {
1784
1576
  "kind": "Reference",
@@ -1787,7 +1579,7 @@
1787
1579
  },
1788
1580
  {
1789
1581
  "kind": "Content",
1790
- "text": " | null;\n readonly parentNode: "
1582
+ "text": ";\n readonly parentNode: "
1791
1583
  },
1792
1584
  {
1793
1585
  "kind": "Reference",
@@ -1796,7 +1588,7 @@
1796
1588
  },
1797
1589
  {
1798
1590
  "kind": "Content",
1799
- "text": " | null;\n readonly previousSibling: "
1591
+ "text": ";\n readonly previousSibling: "
1800
1592
  },
1801
1593
  {
1802
1594
  "kind": "Reference",
@@ -1805,7 +1597,7 @@
1805
1597
  },
1806
1598
  {
1807
1599
  "kind": "Content",
1808
- "text": " | null;\n appendChild<T extends "
1600
+ "text": ";\n textContent: string;\n appendChild<T extends "
1809
1601
  },
1810
1602
  {
1811
1603
  "kind": "Reference",
@@ -1814,7 +1606,7 @@
1814
1606
  },
1815
1607
  {
1816
1608
  "kind": "Content",
1817
- "text": ">(node: T): T;\n cloneNode(subtree?: boolean): "
1609
+ "text": ">(node: T): T;\n cloneNode(deep?: boolean): "
1818
1610
  },
1819
1611
  {
1820
1612
  "kind": "Reference",
@@ -1841,7 +1633,7 @@
1841
1633
  },
1842
1634
  {
1843
1635
  "kind": "Content",
1844
- "text": " | null): boolean;\n getRootNode(options?: "
1636
+ "text": "): boolean;\n getRootNode(options?: "
1845
1637
  },
1846
1638
  {
1847
1639
  "kind": "Reference",
@@ -1859,7 +1651,7 @@
1859
1651
  },
1860
1652
  {
1861
1653
  "kind": "Content",
1862
- "text": ";\n hasChildNodes(): boolean;\n insertBefore<T extends "
1654
+ "text": ";\n hasChildNodes(): boolean;\n insertBefore<T_1 extends "
1863
1655
  },
1864
1656
  {
1865
1657
  "kind": "Reference",
@@ -1868,7 +1660,7 @@
1868
1660
  },
1869
1661
  {
1870
1662
  "kind": "Content",
1871
- "text": ">(node: T, child: "
1663
+ "text": ">(node: T_1, child: "
1872
1664
  },
1873
1665
  {
1874
1666
  "kind": "Reference",
@@ -1877,7 +1669,7 @@
1877
1669
  },
1878
1670
  {
1879
1671
  "kind": "Content",
1880
- "text": " | null): T;\n isDefaultNamespace(namespace: string | null): boolean;\n isEqualNode(otherNode: "
1672
+ "text": "): T_1;\n isDefaultNamespace(namespace: string): boolean;\n isEqualNode(otherNode: "
1881
1673
  },
1882
1674
  {
1883
1675
  "kind": "Reference",
@@ -1886,7 +1678,7 @@
1886
1678
  },
1887
1679
  {
1888
1680
  "kind": "Content",
1889
- "text": " | null): boolean;\n isSameNode(otherNode: "
1681
+ "text": "): boolean;\n isSameNode(otherNode: "
1890
1682
  },
1891
1683
  {
1892
1684
  "kind": "Reference",
@@ -1895,7 +1687,7 @@
1895
1687
  },
1896
1688
  {
1897
1689
  "kind": "Content",
1898
- "text": " | null): boolean;\n lookupNamespaceURI(prefix: string | null): string | null;\n lookupPrefix(namespace: string | null): string | null;\n normalize(): void;\n removeChild<T extends "
1690
+ "text": "): boolean;\n lookupNamespaceURI(prefix: string): string;\n lookupPrefix(namespace: string): string;\n normalize(): void;\n removeChild<T_2 extends "
1899
1691
  },
1900
1692
  {
1901
1693
  "kind": "Reference",
@@ -1904,7 +1696,7 @@
1904
1696
  },
1905
1697
  {
1906
1698
  "kind": "Content",
1907
- "text": ">(child: T): T;\n replaceChild<T extends "
1699
+ "text": ">(child: T_2): T_2;\n replaceChild<T_3 extends "
1908
1700
  },
1909
1701
  {
1910
1702
  "kind": "Reference",
@@ -1922,7 +1714,7 @@
1922
1714
  },
1923
1715
  {
1924
1716
  "kind": "Content",
1925
- "text": ", child: T): T;\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: "
1717
+ "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: "
1926
1718
  },
1927
1719
  {
1928
1720
  "kind": "Reference",
@@ -1931,142 +1723,7 @@
1931
1723
  },
1932
1724
  {
1933
1725
  "kind": "Content",
1934
- "text": "): boolean;\n ariaActiveDescendantElement: "
1935
- },
1936
- {
1937
- "kind": "Reference",
1938
- "text": "Element",
1939
- "canonicalReference": "!Element:interface"
1940
- },
1941
- {
1942
- "kind": "Content",
1943
- "text": " | null;\n ariaAtomic: string | null;\n ariaAutoComplete: string | null;\n ariaBrailleLabel: string | null;\n ariaBrailleRoleDescription: string | null;\n ariaBusy: string | null;\n ariaChecked: string | null;\n ariaColCount: string | null;\n ariaColIndex: string | null;\n ariaColIndexText: string | null;\n ariaColSpan: string | null;\n ariaControlsElements: "
1944
- },
1945
- {
1946
- "kind": "Reference",
1947
- "text": "ReadonlyArray",
1948
- "canonicalReference": "!ReadonlyArray:interface"
1949
- },
1950
- {
1951
- "kind": "Content",
1952
- "text": "<"
1953
- },
1954
- {
1955
- "kind": "Reference",
1956
- "text": "Element",
1957
- "canonicalReference": "!Element:interface"
1958
- },
1959
- {
1960
- "kind": "Content",
1961
- "text": "> | null;\n ariaCurrent: string | null;\n ariaDescribedByElements: "
1962
- },
1963
- {
1964
- "kind": "Reference",
1965
- "text": "ReadonlyArray",
1966
- "canonicalReference": "!ReadonlyArray:interface"
1967
- },
1968
- {
1969
- "kind": "Content",
1970
- "text": "<"
1971
- },
1972
- {
1973
- "kind": "Reference",
1974
- "text": "Element",
1975
- "canonicalReference": "!Element:interface"
1976
- },
1977
- {
1978
- "kind": "Content",
1979
- "text": "> | null;\n ariaDescription: string | null;\n ariaDetailsElements: "
1980
- },
1981
- {
1982
- "kind": "Reference",
1983
- "text": "ReadonlyArray",
1984
- "canonicalReference": "!ReadonlyArray:interface"
1985
- },
1986
- {
1987
- "kind": "Content",
1988
- "text": "<"
1989
- },
1990
- {
1991
- "kind": "Reference",
1992
- "text": "Element",
1993
- "canonicalReference": "!Element:interface"
1994
- },
1995
- {
1996
- "kind": "Content",
1997
- "text": "> | null;\n ariaDisabled: string | null;\n ariaErrorMessageElements: "
1998
- },
1999
- {
2000
- "kind": "Reference",
2001
- "text": "ReadonlyArray",
2002
- "canonicalReference": "!ReadonlyArray:interface"
2003
- },
2004
- {
2005
- "kind": "Content",
2006
- "text": "<"
2007
- },
2008
- {
2009
- "kind": "Reference",
2010
- "text": "Element",
2011
- "canonicalReference": "!Element:interface"
2012
- },
2013
- {
2014
- "kind": "Content",
2015
- "text": "> | null;\n ariaExpanded: string | null;\n ariaFlowToElements: "
2016
- },
2017
- {
2018
- "kind": "Reference",
2019
- "text": "ReadonlyArray",
2020
- "canonicalReference": "!ReadonlyArray:interface"
2021
- },
2022
- {
2023
- "kind": "Content",
2024
- "text": "<"
2025
- },
2026
- {
2027
- "kind": "Reference",
2028
- "text": "Element",
2029
- "canonicalReference": "!Element:interface"
2030
- },
2031
- {
2032
- "kind": "Content",
2033
- "text": "> | null;\n ariaHasPopup: string | null;\n ariaHidden: string | null;\n ariaInvalid: string | null;\n ariaKeyShortcuts: string | null;\n ariaLabel: string | null;\n ariaLabelledByElements: "
2034
- },
2035
- {
2036
- "kind": "Reference",
2037
- "text": "ReadonlyArray",
2038
- "canonicalReference": "!ReadonlyArray:interface"
2039
- },
2040
- {
2041
- "kind": "Content",
2042
- "text": "<"
2043
- },
2044
- {
2045
- "kind": "Reference",
2046
- "text": "Element",
2047
- "canonicalReference": "!Element:interface"
2048
- },
2049
- {
2050
- "kind": "Content",
2051
- "text": "> | null;\n ariaLevel: string | null;\n ariaLive: string | null;\n ariaModal: string | null;\n ariaMultiLine: string | null;\n ariaMultiSelectable: string | null;\n ariaOrientation: string | null;\n ariaOwnsElements: "
2052
- },
2053
- {
2054
- "kind": "Reference",
2055
- "text": "ReadonlyArray",
2056
- "canonicalReference": "!ReadonlyArray:interface"
2057
- },
2058
- {
2059
- "kind": "Content",
2060
- "text": "<"
2061
- },
2062
- {
2063
- "kind": "Reference",
2064
- "text": "Element",
2065
- "canonicalReference": "!Element:interface"
2066
- },
2067
- {
2068
- "kind": "Content",
2069
- "text": "> | null;\n ariaPlaceholder: string | null;\n ariaPosInSet: string | null;\n ariaPressed: string | null;\n ariaReadOnly: string | null;\n ariaRelevant: string | null;\n ariaRequired: string | null;\n ariaRoleDescription: string | null;\n ariaRowCount: string | null;\n ariaRowIndex: string | null;\n ariaRowIndexText: string | null;\n ariaRowSpan: string | null;\n ariaSelected: string | null;\n ariaSetSize: string | null;\n ariaSort: string | null;\n ariaValueMax: string | null;\n ariaValueMin: string | null;\n ariaValueNow: string | null;\n ariaValueText: string | null;\n role: string | null;\n animate(keyframes: "
1726
+ "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: "
2070
1727
  },
2071
1728
  {
2072
1729
  "kind": "Reference",
@@ -2084,7 +1741,7 @@
2084
1741
  },
2085
1742
  {
2086
1743
  "kind": "Content",
2087
- "text": " | null, options?: number | "
1744
+ "text": ", options?: number | "
2088
1745
  },
2089
1746
  {
2090
1747
  "kind": "Reference",
@@ -2120,7 +1777,7 @@
2120
1777
  },
2121
1778
  {
2122
1779
  "kind": "Content",
2123
- "text": "[];\n after(...nodes: ("
1780
+ "text": "[];\n after(...nodes: (string | "
2124
1781
  },
2125
1782
  {
2126
1783
  "kind": "Reference",
@@ -2129,7 +1786,7 @@
2129
1786
  },
2130
1787
  {
2131
1788
  "kind": "Content",
2132
- "text": " | string)[]): void;\n before(...nodes: ("
1789
+ "text": ")[]): void;\n before(...nodes: (string | "
2133
1790
  },
2134
1791
  {
2135
1792
  "kind": "Reference",
@@ -2138,7 +1795,7 @@
2138
1795
  },
2139
1796
  {
2140
1797
  "kind": "Content",
2141
- "text": " | string)[]): void;\n remove(): void;\n replaceWith(...nodes: ("
1798
+ "text": ")[]): void;\n remove(): void;\n replaceWith(...nodes: (string | "
2142
1799
  },
2143
1800
  {
2144
1801
  "kind": "Reference",
@@ -2147,7 +1804,7 @@
2147
1804
  },
2148
1805
  {
2149
1806
  "kind": "Content",
2150
- "text": " | string)[]): void;\n readonly nextElementSibling: "
1807
+ "text": ")[]): void;\n innerHTML: string;\n readonly nextElementSibling: "
2151
1808
  },
2152
1809
  {
2153
1810
  "kind": "Reference",
@@ -2156,7 +1813,7 @@
2156
1813
  },
2157
1814
  {
2158
1815
  "kind": "Content",
2159
- "text": " | null;\n readonly previousElementSibling: "
1816
+ "text": ";\n readonly previousElementSibling: "
2160
1817
  },
2161
1818
  {
2162
1819
  "kind": "Reference",
@@ -2165,7 +1822,7 @@
2165
1822
  },
2166
1823
  {
2167
1824
  "kind": "Content",
2168
- "text": " | null;\n readonly childElementCount: number;\n readonly children: "
1825
+ "text": ";\n readonly childElementCount: number;\n readonly children: "
2169
1826
  },
2170
1827
  {
2171
1828
  "kind": "Reference",
@@ -2183,7 +1840,7 @@
2183
1840
  },
2184
1841
  {
2185
1842
  "kind": "Content",
2186
- "text": " | null;\n readonly lastElementChild: "
1843
+ "text": ";\n readonly lastElementChild: "
2187
1844
  },
2188
1845
  {
2189
1846
  "kind": "Reference",
@@ -2192,7 +1849,7 @@
2192
1849
  },
2193
1850
  {
2194
1851
  "kind": "Content",
2195
- "text": " | null;\n append(...nodes: ("
1852
+ "text": ";\n append(...nodes: (string | "
2196
1853
  },
2197
1854
  {
2198
1855
  "kind": "Reference",
@@ -2201,7 +1858,7 @@
2201
1858
  },
2202
1859
  {
2203
1860
  "kind": "Content",
2204
- "text": " | string)[]): void;\n prepend(...nodes: ("
1861
+ "text": ")[]): void;\n prepend(...nodes: (string | "
2205
1862
  },
2206
1863
  {
2207
1864
  "kind": "Reference",
@@ -2210,7 +1867,7 @@
2210
1867
  },
2211
1868
  {
2212
1869
  "kind": "Content",
2213
- "text": " | string)[]): void;\n querySelector<K extends keyof "
1870
+ "text": ")[]): void;\n querySelector<K_7 extends keyof "
2214
1871
  },
2215
1872
  {
2216
1873
  "kind": "Reference",
@@ -2219,7 +1876,7 @@
2219
1876
  },
2220
1877
  {
2221
1878
  "kind": "Content",
2222
- "text": ">(selectors: K): "
1879
+ "text": ">(selectors: K_7): "
2223
1880
  },
2224
1881
  {
2225
1882
  "kind": "Reference",
@@ -2228,7 +1885,7 @@
2228
1885
  },
2229
1886
  {
2230
1887
  "kind": "Content",
2231
- "text": "[K] | null;\n querySelector<K extends keyof "
1888
+ "text": "[K_7];\n querySelector<K_8 extends keyof "
2232
1889
  },
2233
1890
  {
2234
1891
  "kind": "Reference",
@@ -2237,7 +1894,7 @@
2237
1894
  },
2238
1895
  {
2239
1896
  "kind": "Content",
2240
- "text": ">(selectors: K): "
1897
+ "text": ">(selectors: K_8): "
2241
1898
  },
2242
1899
  {
2243
1900
  "kind": "Reference",
@@ -2246,43 +1903,7 @@
2246
1903
  },
2247
1904
  {
2248
1905
  "kind": "Content",
2249
- "text": "[K] | null;\n querySelector<K extends keyof "
2250
- },
2251
- {
2252
- "kind": "Reference",
2253
- "text": "MathMLElementTagNameMap",
2254
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2255
- },
2256
- {
2257
- "kind": "Content",
2258
- "text": ">(selectors: K): "
2259
- },
2260
- {
2261
- "kind": "Reference",
2262
- "text": "MathMLElementTagNameMap",
2263
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2264
- },
2265
- {
2266
- "kind": "Content",
2267
- "text": "[K] | null;\n querySelector<K extends keyof "
2268
- },
2269
- {
2270
- "kind": "Reference",
2271
- "text": "HTMLElementDeprecatedTagNameMap",
2272
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2273
- },
2274
- {
2275
- "kind": "Content",
2276
- "text": ">(selectors: K): "
2277
- },
2278
- {
2279
- "kind": "Reference",
2280
- "text": "HTMLElementDeprecatedTagNameMap",
2281
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2282
- },
2283
- {
2284
- "kind": "Content",
2285
- "text": "[K] | null;\n querySelector<E extends "
1906
+ "text": "[K_8];\n querySelector<E_1 extends "
2286
1907
  },
2287
1908
  {
2288
1909
  "kind": "Reference",
@@ -2300,7 +1921,7 @@
2300
1921
  },
2301
1922
  {
2302
1923
  "kind": "Content",
2303
- "text": ">(selectors: string): E | null;\n querySelectorAll<K extends keyof "
1924
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_9 extends keyof "
2304
1925
  },
2305
1926
  {
2306
1927
  "kind": "Reference",
@@ -2309,7 +1930,7 @@
2309
1930
  },
2310
1931
  {
2311
1932
  "kind": "Content",
2312
- "text": ">(selectors: K): "
1933
+ "text": ">(selectors: K_9): "
2313
1934
  },
2314
1935
  {
2315
1936
  "kind": "Reference",
@@ -2327,7 +1948,7 @@
2327
1948
  },
2328
1949
  {
2329
1950
  "kind": "Content",
2330
- "text": "[K]>;\n querySelectorAll<K extends keyof "
1951
+ "text": "[K_9]>;\n querySelectorAll<K_10 extends keyof "
2331
1952
  },
2332
1953
  {
2333
1954
  "kind": "Reference",
@@ -2336,7 +1957,7 @@
2336
1957
  },
2337
1958
  {
2338
1959
  "kind": "Content",
2339
- "text": ">(selectors: K): "
1960
+ "text": ">(selectors: K_10): "
2340
1961
  },
2341
1962
  {
2342
1963
  "kind": "Reference",
@@ -2354,183 +1975,57 @@
2354
1975
  },
2355
1976
  {
2356
1977
  "kind": "Content",
2357
- "text": "[K]>;\n querySelectorAll<K extends keyof "
2358
- },
2359
- {
2360
- "kind": "Reference",
2361
- "text": "MathMLElementTagNameMap",
2362
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2363
- },
2364
- {
2365
- "kind": "Content",
2366
- "text": ">(selectors: K): "
2367
- },
2368
- {
2369
- "kind": "Reference",
2370
- "text": "NodeListOf",
2371
- "canonicalReference": "!NodeListOf:interface"
2372
- },
2373
- {
2374
- "kind": "Content",
2375
- "text": "<"
2376
- },
2377
- {
2378
- "kind": "Reference",
2379
- "text": "MathMLElementTagNameMap",
2380
- "canonicalReference": "!MathMLElementTagNameMap:interface"
2381
- },
2382
- {
2383
- "kind": "Content",
2384
- "text": "[K]>;\n querySelectorAll<K extends keyof "
2385
- },
2386
- {
2387
- "kind": "Reference",
2388
- "text": "HTMLElementDeprecatedTagNameMap",
2389
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2390
- },
2391
- {
2392
- "kind": "Content",
2393
- "text": ">(selectors: K): "
2394
- },
2395
- {
2396
- "kind": "Reference",
2397
- "text": "NodeListOf",
2398
- "canonicalReference": "!NodeListOf:interface"
2399
- },
2400
- {
2401
- "kind": "Content",
2402
- "text": "<"
2403
- },
2404
- {
2405
- "kind": "Reference",
2406
- "text": "HTMLElementDeprecatedTagNameMap",
2407
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
2408
- },
2409
- {
2410
- "kind": "Content",
2411
- "text": "[K]>;\n querySelectorAll<E extends "
2412
- },
2413
- {
2414
- "kind": "Reference",
2415
- "text": "Element",
2416
- "canonicalReference": "!Element:interface"
2417
- },
2418
- {
2419
- "kind": "Content",
2420
- "text": " = "
2421
- },
2422
- {
2423
- "kind": "Reference",
2424
- "text": "Element",
2425
- "canonicalReference": "!Element:interface"
2426
- },
2427
- {
2428
- "kind": "Content",
2429
- "text": ">(selectors: string): "
2430
- },
2431
- {
2432
- "kind": "Reference",
2433
- "text": "NodeListOf",
2434
- "canonicalReference": "!NodeListOf:interface"
2435
- },
2436
- {
2437
- "kind": "Content",
2438
- "text": "<E>;\n replaceChildren(...nodes: ("
2439
- },
2440
- {
2441
- "kind": "Reference",
2442
- "text": "Node",
2443
- "canonicalReference": "!Node:interface"
2444
- },
2445
- {
2446
- "kind": "Content",
2447
- "text": " | string)[]): void;\n readonly assignedSlot: "
2448
- },
2449
- {
2450
- "kind": "Reference",
2451
- "text": "HTMLSlotElement",
2452
- "canonicalReference": "!HTMLSlotElement:interface"
2453
- },
2454
- {
2455
- "kind": "Content",
2456
- "text": " | null;\n readonly attributeStyleMap: "
2457
- },
2458
- {
2459
- "kind": "Reference",
2460
- "text": "StylePropertyMap",
2461
- "canonicalReference": "!StylePropertyMap:interface"
2462
- },
2463
- {
2464
- "kind": "Content",
2465
- "text": ";\n get style(): "
2466
- },
2467
- {
2468
- "kind": "Reference",
2469
- "text": "CSSStyleDeclaration",
2470
- "canonicalReference": "!CSSStyleDeclaration:interface"
2471
- },
2472
- {
2473
- "kind": "Content",
2474
- "text": ";\n set style(cssText: string);\n contentEditable: string;\n enterKeyHint: string;\n inputMode: string;\n readonly isContentEditable: boolean;\n onabort: ((this: "
2475
- },
2476
- {
2477
- "kind": "Reference",
2478
- "text": "GlobalEventHandlers",
2479
- "canonicalReference": "!GlobalEventHandlers:interface"
2480
- },
2481
- {
2482
- "kind": "Content",
2483
- "text": ", ev: "
1978
+ "text": "[K_10]>;\n querySelectorAll<E_2 extends "
2484
1979
  },
2485
1980
  {
2486
1981
  "kind": "Reference",
2487
- "text": "UIEvent",
2488
- "canonicalReference": "!UIEvent:interface"
1982
+ "text": "Element",
1983
+ "canonicalReference": "!Element:interface"
2489
1984
  },
2490
1985
  {
2491
1986
  "kind": "Content",
2492
- "text": ") => any) | null;\n onanimationcancel: ((this: "
1987
+ "text": " = "
2493
1988
  },
2494
1989
  {
2495
1990
  "kind": "Reference",
2496
- "text": "GlobalEventHandlers",
2497
- "canonicalReference": "!GlobalEventHandlers:interface"
1991
+ "text": "Element",
1992
+ "canonicalReference": "!Element:interface"
2498
1993
  },
2499
1994
  {
2500
1995
  "kind": "Content",
2501
- "text": ", ev: "
1996
+ "text": ">(selectors: string): "
2502
1997
  },
2503
1998
  {
2504
1999
  "kind": "Reference",
2505
- "text": "AnimationEvent",
2506
- "canonicalReference": "!AnimationEvent:interface"
2000
+ "text": "NodeListOf",
2001
+ "canonicalReference": "!NodeListOf:interface"
2507
2002
  },
2508
2003
  {
2509
2004
  "kind": "Content",
2510
- "text": ") => any) | null;\n onanimationend: ((this: "
2005
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
2511
2006
  },
2512
2007
  {
2513
2008
  "kind": "Reference",
2514
- "text": "GlobalEventHandlers",
2515
- "canonicalReference": "!GlobalEventHandlers:interface"
2009
+ "text": "Node",
2010
+ "canonicalReference": "!Node:interface"
2516
2011
  },
2517
2012
  {
2518
2013
  "kind": "Content",
2519
- "text": ", ev: "
2014
+ "text": ")[]): void;\n readonly assignedSlot: "
2520
2015
  },
2521
2016
  {
2522
2017
  "kind": "Reference",
2523
- "text": "AnimationEvent",
2524
- "canonicalReference": "!AnimationEvent:interface"
2018
+ "text": "HTMLSlotElement",
2019
+ "canonicalReference": "!HTMLSlotElement:interface"
2525
2020
  },
2526
2021
  {
2527
2022
  "kind": "Content",
2528
- "text": ") => any) | null;\n onanimationiteration: ((this: "
2023
+ "text": ";\n oncopy: (this: "
2529
2024
  },
2530
2025
  {
2531
2026
  "kind": "Reference",
2532
- "text": "GlobalEventHandlers",
2533
- "canonicalReference": "!GlobalEventHandlers:interface"
2027
+ "text": "DocumentAndElementEventHandlers",
2028
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2534
2029
  },
2535
2030
  {
2536
2031
  "kind": "Content",
@@ -2538,17 +2033,17 @@
2538
2033
  },
2539
2034
  {
2540
2035
  "kind": "Reference",
2541
- "text": "AnimationEvent",
2542
- "canonicalReference": "!AnimationEvent:interface"
2036
+ "text": "ClipboardEvent",
2037
+ "canonicalReference": "!ClipboardEvent:interface"
2543
2038
  },
2544
2039
  {
2545
2040
  "kind": "Content",
2546
- "text": ") => any) | null;\n onanimationstart: ((this: "
2041
+ "text": ") => any;\n oncut: (this: "
2547
2042
  },
2548
2043
  {
2549
2044
  "kind": "Reference",
2550
- "text": "GlobalEventHandlers",
2551
- "canonicalReference": "!GlobalEventHandlers:interface"
2045
+ "text": "DocumentAndElementEventHandlers",
2046
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2552
2047
  },
2553
2048
  {
2554
2049
  "kind": "Content",
@@ -2556,17 +2051,17 @@
2556
2051
  },
2557
2052
  {
2558
2053
  "kind": "Reference",
2559
- "text": "AnimationEvent",
2560
- "canonicalReference": "!AnimationEvent:interface"
2054
+ "text": "ClipboardEvent",
2055
+ "canonicalReference": "!ClipboardEvent:interface"
2561
2056
  },
2562
2057
  {
2563
2058
  "kind": "Content",
2564
- "text": ") => any) | null;\n onauxclick: ((this: "
2059
+ "text": ") => any;\n onpaste: (this: "
2565
2060
  },
2566
2061
  {
2567
2062
  "kind": "Reference",
2568
- "text": "GlobalEventHandlers",
2569
- "canonicalReference": "!GlobalEventHandlers:interface"
2063
+ "text": "DocumentAndElementEventHandlers",
2064
+ "canonicalReference": "!DocumentAndElementEventHandlers:interface"
2570
2065
  },
2571
2066
  {
2572
2067
  "kind": "Content",
@@ -2574,12 +2069,21 @@
2574
2069
  },
2575
2070
  {
2576
2071
  "kind": "Reference",
2577
- "text": "PointerEvent",
2578
- "canonicalReference": "!PointerEvent:interface"
2072
+ "text": "ClipboardEvent",
2073
+ "canonicalReference": "!ClipboardEvent:interface"
2074
+ },
2075
+ {
2076
+ "kind": "Content",
2077
+ "text": ") => any;\n readonly style: "
2078
+ },
2079
+ {
2080
+ "kind": "Reference",
2081
+ "text": "CSSStyleDeclaration",
2082
+ "canonicalReference": "!CSSStyleDeclaration:interface"
2579
2083
  },
2580
2084
  {
2581
2085
  "kind": "Content",
2582
- "text": ") => any) | null;\n onbeforeinput: ((this: "
2086
+ "text": ";\n contentEditable: string;\n enterKeyHint: string;\n inputMode: string;\n readonly isContentEditable: boolean;\n onabort: (this: "
2583
2087
  },
2584
2088
  {
2585
2089
  "kind": "Reference",
@@ -2592,12 +2096,12 @@
2592
2096
  },
2593
2097
  {
2594
2098
  "kind": "Reference",
2595
- "text": "InputEvent",
2596
- "canonicalReference": "!InputEvent:interface"
2099
+ "text": "UIEvent",
2100
+ "canonicalReference": "!UIEvent:interface"
2597
2101
  },
2598
2102
  {
2599
2103
  "kind": "Content",
2600
- "text": ") => any) | null;\n onbeforematch: ((this: "
2104
+ "text": ") => any;\n onanimationcancel: (this: "
2601
2105
  },
2602
2106
  {
2603
2107
  "kind": "Reference",
@@ -2610,12 +2114,12 @@
2610
2114
  },
2611
2115
  {
2612
2116
  "kind": "Reference",
2613
- "text": "Event",
2614
- "canonicalReference": "!Event:interface"
2117
+ "text": "AnimationEvent",
2118
+ "canonicalReference": "!AnimationEvent:interface"
2615
2119
  },
2616
2120
  {
2617
2121
  "kind": "Content",
2618
- "text": ") => any) | null;\n onbeforetoggle: ((this: "
2122
+ "text": ") => any;\n onanimationend: (this: "
2619
2123
  },
2620
2124
  {
2621
2125
  "kind": "Reference",
@@ -2628,12 +2132,12 @@
2628
2132
  },
2629
2133
  {
2630
2134
  "kind": "Reference",
2631
- "text": "ToggleEvent",
2632
- "canonicalReference": "!ToggleEvent:interface"
2135
+ "text": "AnimationEvent",
2136
+ "canonicalReference": "!AnimationEvent:interface"
2633
2137
  },
2634
2138
  {
2635
2139
  "kind": "Content",
2636
- "text": ") => any) | null;\n onblur: ((this: "
2140
+ "text": ") => any;\n onanimationiteration: (this: "
2637
2141
  },
2638
2142
  {
2639
2143
  "kind": "Reference",
@@ -2646,12 +2150,12 @@
2646
2150
  },
2647
2151
  {
2648
2152
  "kind": "Reference",
2649
- "text": "FocusEvent",
2650
- "canonicalReference": "!FocusEvent:interface"
2153
+ "text": "AnimationEvent",
2154
+ "canonicalReference": "!AnimationEvent:interface"
2651
2155
  },
2652
2156
  {
2653
2157
  "kind": "Content",
2654
- "text": ") => any) | null;\n oncancel: ((this: "
2158
+ "text": ") => any;\n onanimationstart: (this: "
2655
2159
  },
2656
2160
  {
2657
2161
  "kind": "Reference",
@@ -2664,12 +2168,12 @@
2664
2168
  },
2665
2169
  {
2666
2170
  "kind": "Reference",
2667
- "text": "Event",
2668
- "canonicalReference": "!Event:interface"
2171
+ "text": "AnimationEvent",
2172
+ "canonicalReference": "!AnimationEvent:interface"
2669
2173
  },
2670
2174
  {
2671
2175
  "kind": "Content",
2672
- "text": ") => any) | null;\n oncanplay: ((this: "
2176
+ "text": ") => any;\n onauxclick: (this: "
2673
2177
  },
2674
2178
  {
2675
2179
  "kind": "Reference",
@@ -2682,12 +2186,12 @@
2682
2186
  },
2683
2187
  {
2684
2188
  "kind": "Reference",
2685
- "text": "Event",
2686
- "canonicalReference": "!Event:interface"
2189
+ "text": "MouseEvent",
2190
+ "canonicalReference": "!MouseEvent:interface"
2687
2191
  },
2688
2192
  {
2689
2193
  "kind": "Content",
2690
- "text": ") => any) | null;\n oncanplaythrough: ((this: "
2194
+ "text": ") => any;\n onbeforeinput: (this: "
2691
2195
  },
2692
2196
  {
2693
2197
  "kind": "Reference",
@@ -2700,12 +2204,12 @@
2700
2204
  },
2701
2205
  {
2702
2206
  "kind": "Reference",
2703
- "text": "Event",
2704
- "canonicalReference": "!Event:interface"
2207
+ "text": "InputEvent",
2208
+ "canonicalReference": "!InputEvent:interface"
2705
2209
  },
2706
2210
  {
2707
2211
  "kind": "Content",
2708
- "text": ") => any) | null;\n onchange: ((this: "
2212
+ "text": ") => any;\n onblur: (this: "
2709
2213
  },
2710
2214
  {
2711
2215
  "kind": "Reference",
@@ -2718,12 +2222,12 @@
2718
2222
  },
2719
2223
  {
2720
2224
  "kind": "Reference",
2721
- "text": "Event",
2722
- "canonicalReference": "!Event:interface"
2225
+ "text": "FocusEvent",
2226
+ "canonicalReference": "!FocusEvent:interface"
2723
2227
  },
2724
2228
  {
2725
2229
  "kind": "Content",
2726
- "text": ") => any) | null;\n onclick: ((this: "
2230
+ "text": ") => any;\n oncancel: (this: "
2727
2231
  },
2728
2232
  {
2729
2233
  "kind": "Reference",
@@ -2736,12 +2240,12 @@
2736
2240
  },
2737
2241
  {
2738
2242
  "kind": "Reference",
2739
- "text": "PointerEvent",
2740
- "canonicalReference": "!PointerEvent:interface"
2243
+ "text": "Event",
2244
+ "canonicalReference": "!Event:interface"
2741
2245
  },
2742
2246
  {
2743
2247
  "kind": "Content",
2744
- "text": ") => any) | null;\n onclose: ((this: "
2248
+ "text": ") => any;\n oncanplay: (this: "
2745
2249
  },
2746
2250
  {
2747
2251
  "kind": "Reference",
@@ -2759,7 +2263,7 @@
2759
2263
  },
2760
2264
  {
2761
2265
  "kind": "Content",
2762
- "text": ") => any) | null;\n oncontextlost: ((this: "
2266
+ "text": ") => any;\n oncanplaythrough: (this: "
2763
2267
  },
2764
2268
  {
2765
2269
  "kind": "Reference",
@@ -2777,7 +2281,7 @@
2777
2281
  },
2778
2282
  {
2779
2283
  "kind": "Content",
2780
- "text": ") => any) | null;\n oncontextmenu: ((this: "
2284
+ "text": ") => any;\n onchange: (this: "
2781
2285
  },
2782
2286
  {
2783
2287
  "kind": "Reference",
@@ -2790,12 +2294,12 @@
2790
2294
  },
2791
2295
  {
2792
2296
  "kind": "Reference",
2793
- "text": "PointerEvent",
2794
- "canonicalReference": "!PointerEvent:interface"
2297
+ "text": "Event",
2298
+ "canonicalReference": "!Event:interface"
2795
2299
  },
2796
2300
  {
2797
2301
  "kind": "Content",
2798
- "text": ") => any) | null;\n oncontextrestored: ((this: "
2302
+ "text": ") => any;\n onclick: (this: "
2799
2303
  },
2800
2304
  {
2801
2305
  "kind": "Reference",
@@ -2808,12 +2312,12 @@
2808
2312
  },
2809
2313
  {
2810
2314
  "kind": "Reference",
2811
- "text": "Event",
2812
- "canonicalReference": "!Event:interface"
2315
+ "text": "MouseEvent",
2316
+ "canonicalReference": "!MouseEvent:interface"
2813
2317
  },
2814
2318
  {
2815
2319
  "kind": "Content",
2816
- "text": ") => any) | null;\n oncopy: ((this: "
2320
+ "text": ") => any;\n onclose: (this: "
2817
2321
  },
2818
2322
  {
2819
2323
  "kind": "Reference",
@@ -2826,12 +2330,12 @@
2826
2330
  },
2827
2331
  {
2828
2332
  "kind": "Reference",
2829
- "text": "ClipboardEvent",
2830
- "canonicalReference": "!ClipboardEvent:interface"
2333
+ "text": "Event",
2334
+ "canonicalReference": "!Event:interface"
2831
2335
  },
2832
2336
  {
2833
2337
  "kind": "Content",
2834
- "text": ") => any) | null;\n oncuechange: ((this: "
2338
+ "text": ") => any;\n oncontextmenu: (this: "
2835
2339
  },
2836
2340
  {
2837
2341
  "kind": "Reference",
@@ -2844,12 +2348,12 @@
2844
2348
  },
2845
2349
  {
2846
2350
  "kind": "Reference",
2847
- "text": "Event",
2848
- "canonicalReference": "!Event:interface"
2351
+ "text": "MouseEvent",
2352
+ "canonicalReference": "!MouseEvent:interface"
2849
2353
  },
2850
2354
  {
2851
2355
  "kind": "Content",
2852
- "text": ") => any) | null;\n oncut: ((this: "
2356
+ "text": ") => any;\n oncuechange: (this: "
2853
2357
  },
2854
2358
  {
2855
2359
  "kind": "Reference",
@@ -2862,12 +2366,12 @@
2862
2366
  },
2863
2367
  {
2864
2368
  "kind": "Reference",
2865
- "text": "ClipboardEvent",
2866
- "canonicalReference": "!ClipboardEvent:interface"
2369
+ "text": "Event",
2370
+ "canonicalReference": "!Event:interface"
2867
2371
  },
2868
2372
  {
2869
2373
  "kind": "Content",
2870
- "text": ") => any) | null;\n ondblclick: ((this: "
2374
+ "text": ") => any;\n ondblclick: (this: "
2871
2375
  },
2872
2376
  {
2873
2377
  "kind": "Reference",
@@ -2885,7 +2389,7 @@
2885
2389
  },
2886
2390
  {
2887
2391
  "kind": "Content",
2888
- "text": ") => any) | null;\n ondrag: ((this: "
2392
+ "text": ") => any;\n ondrag: (this: "
2889
2393
  },
2890
2394
  {
2891
2395
  "kind": "Reference",
@@ -2903,7 +2407,7 @@
2903
2407
  },
2904
2408
  {
2905
2409
  "kind": "Content",
2906
- "text": ") => any) | null;\n ondragend: ((this: "
2410
+ "text": ") => any;\n ondragend: (this: "
2907
2411
  },
2908
2412
  {
2909
2413
  "kind": "Reference",
@@ -2921,7 +2425,7 @@
2921
2425
  },
2922
2426
  {
2923
2427
  "kind": "Content",
2924
- "text": ") => any) | null;\n ondragenter: ((this: "
2428
+ "text": ") => any;\n ondragenter: (this: "
2925
2429
  },
2926
2430
  {
2927
2431
  "kind": "Reference",
@@ -2939,7 +2443,7 @@
2939
2443
  },
2940
2444
  {
2941
2445
  "kind": "Content",
2942
- "text": ") => any) | null;\n ondragleave: ((this: "
2446
+ "text": ") => any;\n ondragleave: (this: "
2943
2447
  },
2944
2448
  {
2945
2449
  "kind": "Reference",
@@ -2957,7 +2461,7 @@
2957
2461
  },
2958
2462
  {
2959
2463
  "kind": "Content",
2960
- "text": ") => any) | null;\n ondragover: ((this: "
2464
+ "text": ") => any;\n ondragover: (this: "
2961
2465
  },
2962
2466
  {
2963
2467
  "kind": "Reference",
@@ -2975,7 +2479,7 @@
2975
2479
  },
2976
2480
  {
2977
2481
  "kind": "Content",
2978
- "text": ") => any) | null;\n ondragstart: ((this: "
2482
+ "text": ") => any;\n ondragstart: (this: "
2979
2483
  },
2980
2484
  {
2981
2485
  "kind": "Reference",
@@ -2993,7 +2497,7 @@
2993
2497
  },
2994
2498
  {
2995
2499
  "kind": "Content",
2996
- "text": ") => any) | null;\n ondrop: ((this: "
2500
+ "text": ") => any;\n ondrop: (this: "
2997
2501
  },
2998
2502
  {
2999
2503
  "kind": "Reference",
@@ -3011,7 +2515,7 @@
3011
2515
  },
3012
2516
  {
3013
2517
  "kind": "Content",
3014
- "text": ") => any) | null;\n ondurationchange: ((this: "
2518
+ "text": ") => any;\n ondurationchange: (this: "
3015
2519
  },
3016
2520
  {
3017
2521
  "kind": "Reference",
@@ -3029,7 +2533,7 @@
3029
2533
  },
3030
2534
  {
3031
2535
  "kind": "Content",
3032
- "text": ") => any) | null;\n onemptied: ((this: "
2536
+ "text": ") => any;\n onemptied: (this: "
3033
2537
  },
3034
2538
  {
3035
2539
  "kind": "Reference",
@@ -3047,7 +2551,7 @@
3047
2551
  },
3048
2552
  {
3049
2553
  "kind": "Content",
3050
- "text": ") => any) | null;\n onended: ((this: "
2554
+ "text": ") => any;\n onended: (this: "
3051
2555
  },
3052
2556
  {
3053
2557
  "kind": "Reference",
@@ -3065,16 +2569,16 @@
3065
2569
  },
3066
2570
  {
3067
2571
  "kind": "Content",
3068
- "text": ") => any) | null;\n onerror: "
2572
+ "text": ") => any;\n onerror: "
3069
2573
  },
3070
2574
  {
3071
2575
  "kind": "Reference",
3072
- "text": "OnErrorEventHandler",
3073
- "canonicalReference": "!OnErrorEventHandler:type"
2576
+ "text": "OnErrorEventHandlerNonNull",
2577
+ "canonicalReference": "!OnErrorEventHandlerNonNull:interface"
3074
2578
  },
3075
2579
  {
3076
2580
  "kind": "Content",
3077
- "text": ";\n onfocus: ((this: "
2581
+ "text": ";\n onfocus: (this: "
3078
2582
  },
3079
2583
  {
3080
2584
  "kind": "Reference",
@@ -3092,7 +2596,7 @@
3092
2596
  },
3093
2597
  {
3094
2598
  "kind": "Content",
3095
- "text": ") => any) | null;\n onformdata: ((this: "
2599
+ "text": ") => any;\n onformdata: (this: "
3096
2600
  },
3097
2601
  {
3098
2602
  "kind": "Reference",
@@ -3110,7 +2614,7 @@
3110
2614
  },
3111
2615
  {
3112
2616
  "kind": "Content",
3113
- "text": ") => any) | null;\n ongotpointercapture: ((this: "
2617
+ "text": ") => any;\n ongotpointercapture: (this: "
3114
2618
  },
3115
2619
  {
3116
2620
  "kind": "Reference",
@@ -3128,7 +2632,7 @@
3128
2632
  },
3129
2633
  {
3130
2634
  "kind": "Content",
3131
- "text": ") => any) | null;\n oninput: ((this: "
2635
+ "text": ") => any;\n oninput: (this: "
3132
2636
  },
3133
2637
  {
3134
2638
  "kind": "Reference",
@@ -3146,7 +2650,7 @@
3146
2650
  },
3147
2651
  {
3148
2652
  "kind": "Content",
3149
- "text": ") => any) | null;\n oninvalid: ((this: "
2653
+ "text": ") => any;\n oninvalid: (this: "
3150
2654
  },
3151
2655
  {
3152
2656
  "kind": "Reference",
@@ -3164,7 +2668,7 @@
3164
2668
  },
3165
2669
  {
3166
2670
  "kind": "Content",
3167
- "text": ") => any) | null;\n onkeydown: ((this: "
2671
+ "text": ") => any;\n onkeydown: (this: "
3168
2672
  },
3169
2673
  {
3170
2674
  "kind": "Reference",
@@ -3182,7 +2686,7 @@
3182
2686
  },
3183
2687
  {
3184
2688
  "kind": "Content",
3185
- "text": ") => any) | null;\n onkeypress: ((this: "
2689
+ "text": ") => any;\n onkeypress: (this: "
3186
2690
  },
3187
2691
  {
3188
2692
  "kind": "Reference",
@@ -3200,7 +2704,7 @@
3200
2704
  },
3201
2705
  {
3202
2706
  "kind": "Content",
3203
- "text": ") => any) | null;\n onkeyup: ((this: "
2707
+ "text": ") => any;\n onkeyup: (this: "
3204
2708
  },
3205
2709
  {
3206
2710
  "kind": "Reference",
@@ -3218,7 +2722,7 @@
3218
2722
  },
3219
2723
  {
3220
2724
  "kind": "Content",
3221
- "text": ") => any) | null;\n onload: ((this: "
2725
+ "text": ") => any;\n onload: (this: "
3222
2726
  },
3223
2727
  {
3224
2728
  "kind": "Reference",
@@ -3236,7 +2740,7 @@
3236
2740
  },
3237
2741
  {
3238
2742
  "kind": "Content",
3239
- "text": ") => any) | null;\n onloadeddata: ((this: "
2743
+ "text": ") => any;\n onloadeddata: (this: "
3240
2744
  },
3241
2745
  {
3242
2746
  "kind": "Reference",
@@ -3254,7 +2758,7 @@
3254
2758
  },
3255
2759
  {
3256
2760
  "kind": "Content",
3257
- "text": ") => any) | null;\n onloadedmetadata: ((this: "
2761
+ "text": ") => any;\n onloadedmetadata: (this: "
3258
2762
  },
3259
2763
  {
3260
2764
  "kind": "Reference",
@@ -3272,7 +2776,7 @@
3272
2776
  },
3273
2777
  {
3274
2778
  "kind": "Content",
3275
- "text": ") => any) | null;\n onloadstart: ((this: "
2779
+ "text": ") => any;\n onloadstart: (this: "
3276
2780
  },
3277
2781
  {
3278
2782
  "kind": "Reference",
@@ -3290,7 +2794,7 @@
3290
2794
  },
3291
2795
  {
3292
2796
  "kind": "Content",
3293
- "text": ") => any) | null;\n onlostpointercapture: ((this: "
2797
+ "text": ") => any;\n onlostpointercapture: (this: "
3294
2798
  },
3295
2799
  {
3296
2800
  "kind": "Reference",
@@ -3308,7 +2812,7 @@
3308
2812
  },
3309
2813
  {
3310
2814
  "kind": "Content",
3311
- "text": ") => any) | null;\n onmousedown: ((this: "
2815
+ "text": ") => any;\n onmousedown: (this: "
3312
2816
  },
3313
2817
  {
3314
2818
  "kind": "Reference",
@@ -3326,7 +2830,7 @@
3326
2830
  },
3327
2831
  {
3328
2832
  "kind": "Content",
3329
- "text": ") => any) | null;\n onmouseenter: ((this: "
2833
+ "text": ") => any;\n onmouseenter: (this: "
3330
2834
  },
3331
2835
  {
3332
2836
  "kind": "Reference",
@@ -3344,7 +2848,7 @@
3344
2848
  },
3345
2849
  {
3346
2850
  "kind": "Content",
3347
- "text": ") => any) | null;\n onmouseleave: ((this: "
2851
+ "text": ") => any;\n onmouseleave: (this: "
3348
2852
  },
3349
2853
  {
3350
2854
  "kind": "Reference",
@@ -3362,7 +2866,7 @@
3362
2866
  },
3363
2867
  {
3364
2868
  "kind": "Content",
3365
- "text": ") => any) | null;\n onmousemove: ((this: "
2869
+ "text": ") => any;\n onmousemove: (this: "
3366
2870
  },
3367
2871
  {
3368
2872
  "kind": "Reference",
@@ -3380,7 +2884,7 @@
3380
2884
  },
3381
2885
  {
3382
2886
  "kind": "Content",
3383
- "text": ") => any) | null;\n onmouseout: ((this: "
2887
+ "text": ") => any;\n onmouseout: (this: "
3384
2888
  },
3385
2889
  {
3386
2890
  "kind": "Reference",
@@ -3398,7 +2902,7 @@
3398
2902
  },
3399
2903
  {
3400
2904
  "kind": "Content",
3401
- "text": ") => any) | null;\n onmouseover: ((this: "
2905
+ "text": ") => any;\n onmouseover: (this: "
3402
2906
  },
3403
2907
  {
3404
2908
  "kind": "Reference",
@@ -3416,7 +2920,7 @@
3416
2920
  },
3417
2921
  {
3418
2922
  "kind": "Content",
3419
- "text": ") => any) | null;\n onmouseup: ((this: "
2923
+ "text": ") => any;\n onmouseup: (this: "
3420
2924
  },
3421
2925
  {
3422
2926
  "kind": "Reference",
@@ -3434,25 +2938,7 @@
3434
2938
  },
3435
2939
  {
3436
2940
  "kind": "Content",
3437
- "text": ") => any) | null;\n onpaste: ((this: "
3438
- },
3439
- {
3440
- "kind": "Reference",
3441
- "text": "GlobalEventHandlers",
3442
- "canonicalReference": "!GlobalEventHandlers:interface"
3443
- },
3444
- {
3445
- "kind": "Content",
3446
- "text": ", ev: "
3447
- },
3448
- {
3449
- "kind": "Reference",
3450
- "text": "ClipboardEvent",
3451
- "canonicalReference": "!ClipboardEvent:interface"
3452
- },
3453
- {
3454
- "kind": "Content",
3455
- "text": ") => any) | null;\n onpause: ((this: "
2941
+ "text": ") => any;\n onpause: (this: "
3456
2942
  },
3457
2943
  {
3458
2944
  "kind": "Reference",
@@ -3470,7 +2956,7 @@
3470
2956
  },
3471
2957
  {
3472
2958
  "kind": "Content",
3473
- "text": ") => any) | null;\n onplay: ((this: "
2959
+ "text": ") => any;\n onplay: (this: "
3474
2960
  },
3475
2961
  {
3476
2962
  "kind": "Reference",
@@ -3488,7 +2974,7 @@
3488
2974
  },
3489
2975
  {
3490
2976
  "kind": "Content",
3491
- "text": ") => any) | null;\n onplaying: ((this: "
2977
+ "text": ") => any;\n onplaying: (this: "
3492
2978
  },
3493
2979
  {
3494
2980
  "kind": "Reference",
@@ -3506,7 +2992,7 @@
3506
2992
  },
3507
2993
  {
3508
2994
  "kind": "Content",
3509
- "text": ") => any) | null;\n onpointercancel: ((this: "
2995
+ "text": ") => any;\n onpointercancel: (this: "
3510
2996
  },
3511
2997
  {
3512
2998
  "kind": "Reference",
@@ -3524,7 +3010,7 @@
3524
3010
  },
3525
3011
  {
3526
3012
  "kind": "Content",
3527
- "text": ") => any) | null;\n onpointerdown: ((this: "
3013
+ "text": ") => any;\n onpointerdown: (this: "
3528
3014
  },
3529
3015
  {
3530
3016
  "kind": "Reference",
@@ -3542,7 +3028,7 @@
3542
3028
  },
3543
3029
  {
3544
3030
  "kind": "Content",
3545
- "text": ") => any) | null;\n onpointerenter: ((this: "
3031
+ "text": ") => any;\n onpointerenter: (this: "
3546
3032
  },
3547
3033
  {
3548
3034
  "kind": "Reference",
@@ -3560,7 +3046,7 @@
3560
3046
  },
3561
3047
  {
3562
3048
  "kind": "Content",
3563
- "text": ") => any) | null;\n onpointerleave: ((this: "
3049
+ "text": ") => any;\n onpointerleave: (this: "
3564
3050
  },
3565
3051
  {
3566
3052
  "kind": "Reference",
@@ -3578,7 +3064,7 @@
3578
3064
  },
3579
3065
  {
3580
3066
  "kind": "Content",
3581
- "text": ") => any) | null;\n onpointermove: ((this: "
3067
+ "text": ") => any;\n onpointermove: (this: "
3582
3068
  },
3583
3069
  {
3584
3070
  "kind": "Reference",
@@ -3596,7 +3082,7 @@
3596
3082
  },
3597
3083
  {
3598
3084
  "kind": "Content",
3599
- "text": ") => any) | null;\n onpointerout: ((this: "
3085
+ "text": ") => any;\n onpointerout: (this: "
3600
3086
  },
3601
3087
  {
3602
3088
  "kind": "Reference",
@@ -3614,7 +3100,7 @@
3614
3100
  },
3615
3101
  {
3616
3102
  "kind": "Content",
3617
- "text": ") => any) | null;\n onpointerover: ((this: "
3103
+ "text": ") => any;\n onpointerover: (this: "
3618
3104
  },
3619
3105
  {
3620
3106
  "kind": "Reference",
@@ -3632,25 +3118,7 @@
3632
3118
  },
3633
3119
  {
3634
3120
  "kind": "Content",
3635
- "text": ") => any) | null;\n onpointerrawupdate: ((this: "
3636
- },
3637
- {
3638
- "kind": "Reference",
3639
- "text": "GlobalEventHandlers",
3640
- "canonicalReference": "!GlobalEventHandlers:interface"
3641
- },
3642
- {
3643
- "kind": "Content",
3644
- "text": ", ev: "
3645
- },
3646
- {
3647
- "kind": "Reference",
3648
- "text": "Event",
3649
- "canonicalReference": "!Event:interface"
3650
- },
3651
- {
3652
- "kind": "Content",
3653
- "text": ") => any) | null;\n onpointerup: ((this: "
3121
+ "text": ") => any;\n onpointerup: (this: "
3654
3122
  },
3655
3123
  {
3656
3124
  "kind": "Reference",
@@ -3668,7 +3136,7 @@
3668
3136
  },
3669
3137
  {
3670
3138
  "kind": "Content",
3671
- "text": ") => any) | null;\n onprogress: ((this: "
3139
+ "text": ") => any;\n onprogress: (this: "
3672
3140
  },
3673
3141
  {
3674
3142
  "kind": "Reference",
@@ -3686,25 +3154,16 @@
3686
3154
  },
3687
3155
  {
3688
3156
  "kind": "Content",
3689
- "text": ") => any) | null;\n onratechange: ((this: "
3690
- },
3691
- {
3692
- "kind": "Reference",
3693
- "text": "GlobalEventHandlers",
3694
- "canonicalReference": "!GlobalEventHandlers:interface"
3695
- },
3696
- {
3697
- "kind": "Content",
3698
- "text": ", ev: "
3157
+ "text": "<"
3699
3158
  },
3700
3159
  {
3701
3160
  "kind": "Reference",
3702
- "text": "Event",
3703
- "canonicalReference": "!Event:interface"
3161
+ "text": "EventTarget",
3162
+ "canonicalReference": "!EventTarget:interface"
3704
3163
  },
3705
3164
  {
3706
3165
  "kind": "Content",
3707
- "text": ") => any) | null;\n onreset: ((this: "
3166
+ "text": ">) => any;\n onratechange: (this: "
3708
3167
  },
3709
3168
  {
3710
3169
  "kind": "Reference",
@@ -3722,7 +3181,7 @@
3722
3181
  },
3723
3182
  {
3724
3183
  "kind": "Content",
3725
- "text": ") => any) | null;\n onresize: ((this: "
3184
+ "text": ") => any;\n onreset: (this: "
3726
3185
  },
3727
3186
  {
3728
3187
  "kind": "Reference",
@@ -3735,12 +3194,12 @@
3735
3194
  },
3736
3195
  {
3737
3196
  "kind": "Reference",
3738
- "text": "UIEvent",
3739
- "canonicalReference": "!UIEvent:interface"
3197
+ "text": "Event",
3198
+ "canonicalReference": "!Event:interface"
3740
3199
  },
3741
3200
  {
3742
3201
  "kind": "Content",
3743
- "text": ") => any) | null;\n onscroll: ((this: "
3202
+ "text": ") => any;\n onresize: (this: "
3744
3203
  },
3745
3204
  {
3746
3205
  "kind": "Reference",
@@ -3753,12 +3212,12 @@
3753
3212
  },
3754
3213
  {
3755
3214
  "kind": "Reference",
3756
- "text": "Event",
3757
- "canonicalReference": "!Event:interface"
3215
+ "text": "UIEvent",
3216
+ "canonicalReference": "!UIEvent:interface"
3758
3217
  },
3759
3218
  {
3760
3219
  "kind": "Content",
3761
- "text": ") => any) | null;\n onscrollend: ((this: "
3220
+ "text": ") => any;\n onscroll: (this: "
3762
3221
  },
3763
3222
  {
3764
3223
  "kind": "Reference",
@@ -3776,7 +3235,7 @@
3776
3235
  },
3777
3236
  {
3778
3237
  "kind": "Content",
3779
- "text": ") => any) | null;\n onsecuritypolicyviolation: ((this: "
3238
+ "text": ") => any;\n onsecuritypolicyviolation: (this: "
3780
3239
  },
3781
3240
  {
3782
3241
  "kind": "Reference",
@@ -3794,7 +3253,7 @@
3794
3253
  },
3795
3254
  {
3796
3255
  "kind": "Content",
3797
- "text": ") => any) | null;\n onseeked: ((this: "
3256
+ "text": ") => any;\n onseeked: (this: "
3798
3257
  },
3799
3258
  {
3800
3259
  "kind": "Reference",
@@ -3812,7 +3271,7 @@
3812
3271
  },
3813
3272
  {
3814
3273
  "kind": "Content",
3815
- "text": ") => any) | null;\n onseeking: ((this: "
3274
+ "text": ") => any;\n onseeking: (this: "
3816
3275
  },
3817
3276
  {
3818
3277
  "kind": "Reference",
@@ -3830,7 +3289,7 @@
3830
3289
  },
3831
3290
  {
3832
3291
  "kind": "Content",
3833
- "text": ") => any) | null;\n onselect: ((this: "
3292
+ "text": ") => any;\n onselect: (this: "
3834
3293
  },
3835
3294
  {
3836
3295
  "kind": "Reference",
@@ -3848,7 +3307,7 @@
3848
3307
  },
3849
3308
  {
3850
3309
  "kind": "Content",
3851
- "text": ") => any) | null;\n onselectionchange: ((this: "
3310
+ "text": ") => any;\n onselectionchange: (this: "
3852
3311
  },
3853
3312
  {
3854
3313
  "kind": "Reference",
@@ -3866,7 +3325,7 @@
3866
3325
  },
3867
3326
  {
3868
3327
  "kind": "Content",
3869
- "text": ") => any) | null;\n onselectstart: ((this: "
3328
+ "text": ") => any;\n onselectstart: (this: "
3870
3329
  },
3871
3330
  {
3872
3331
  "kind": "Reference",
@@ -3884,7 +3343,7 @@
3884
3343
  },
3885
3344
  {
3886
3345
  "kind": "Content",
3887
- "text": ") => any) | null;\n onslotchange: ((this: "
3346
+ "text": ") => any;\n onslotchange: (this: "
3888
3347
  },
3889
3348
  {
3890
3349
  "kind": "Reference",
@@ -3902,7 +3361,7 @@
3902
3361
  },
3903
3362
  {
3904
3363
  "kind": "Content",
3905
- "text": ") => any) | null;\n onstalled: ((this: "
3364
+ "text": ") => any;\n onstalled: (this: "
3906
3365
  },
3907
3366
  {
3908
3367
  "kind": "Reference",
@@ -3920,7 +3379,7 @@
3920
3379
  },
3921
3380
  {
3922
3381
  "kind": "Content",
3923
- "text": ") => any) | null;\n onsubmit: ((this: "
3382
+ "text": ") => any;\n onsubmit: (this: "
3924
3383
  },
3925
3384
  {
3926
3385
  "kind": "Reference",
@@ -3938,7 +3397,7 @@
3938
3397
  },
3939
3398
  {
3940
3399
  "kind": "Content",
3941
- "text": ") => any) | null;\n onsuspend: ((this: "
3400
+ "text": ") => any;\n onsuspend: (this: "
3942
3401
  },
3943
3402
  {
3944
3403
  "kind": "Reference",
@@ -3956,7 +3415,7 @@
3956
3415
  },
3957
3416
  {
3958
3417
  "kind": "Content",
3959
- "text": ") => any) | null;\n ontimeupdate: ((this: "
3418
+ "text": ") => any;\n ontimeupdate: (this: "
3960
3419
  },
3961
3420
  {
3962
3421
  "kind": "Reference",
@@ -3974,7 +3433,7 @@
3974
3433
  },
3975
3434
  {
3976
3435
  "kind": "Content",
3977
- "text": ") => any) | null;\n ontoggle: ((this: "
3436
+ "text": ") => any;\n ontoggle: (this: "
3978
3437
  },
3979
3438
  {
3980
3439
  "kind": "Reference",
@@ -3987,12 +3446,12 @@
3987
3446
  },
3988
3447
  {
3989
3448
  "kind": "Reference",
3990
- "text": "ToggleEvent",
3991
- "canonicalReference": "!ToggleEvent:interface"
3449
+ "text": "Event",
3450
+ "canonicalReference": "!Event:interface"
3992
3451
  },
3993
3452
  {
3994
3453
  "kind": "Content",
3995
- "text": ") => any) | null;\n ontouchcancel?: ((this: "
3454
+ "text": ") => any;\n ontouchcancel?: (this: "
3996
3455
  },
3997
3456
  {
3998
3457
  "kind": "Reference",
@@ -4010,7 +3469,7 @@
4010
3469
  },
4011
3470
  {
4012
3471
  "kind": "Content",
4013
- "text": ") => any) | null | undefined;\n ontouchend?: ((this: "
3472
+ "text": ") => any;\n ontouchend?: (this: "
4014
3473
  },
4015
3474
  {
4016
3475
  "kind": "Reference",
@@ -4028,7 +3487,7 @@
4028
3487
  },
4029
3488
  {
4030
3489
  "kind": "Content",
4031
- "text": ") => any) | null | undefined;\n ontouchmove?: ((this: "
3490
+ "text": ") => any;\n ontouchmove?: (this: "
4032
3491
  },
4033
3492
  {
4034
3493
  "kind": "Reference",
@@ -4046,7 +3505,7 @@
4046
3505
  },
4047
3506
  {
4048
3507
  "kind": "Content",
4049
- "text": ") => any) | null | undefined;\n ontouchstart?: ((this: "
3508
+ "text": ") => any;\n ontouchstart?: (this: "
4050
3509
  },
4051
3510
  {
4052
3511
  "kind": "Reference",
@@ -4064,7 +3523,7 @@
4064
3523
  },
4065
3524
  {
4066
3525
  "kind": "Content",
4067
- "text": ") => any) | null | undefined;\n ontransitioncancel: ((this: "
3526
+ "text": ") => any;\n ontransitioncancel: (this: "
4068
3527
  },
4069
3528
  {
4070
3529
  "kind": "Reference",
@@ -4082,7 +3541,7 @@
4082
3541
  },
4083
3542
  {
4084
3543
  "kind": "Content",
4085
- "text": ") => any) | null;\n ontransitionend: ((this: "
3544
+ "text": ") => any;\n ontransitionend: (this: "
4086
3545
  },
4087
3546
  {
4088
3547
  "kind": "Reference",
@@ -4100,7 +3559,7 @@
4100
3559
  },
4101
3560
  {
4102
3561
  "kind": "Content",
4103
- "text": ") => any) | null;\n ontransitionrun: ((this: "
3562
+ "text": ") => any;\n ontransitionrun: (this: "
4104
3563
  },
4105
3564
  {
4106
3565
  "kind": "Reference",
@@ -4118,7 +3577,7 @@
4118
3577
  },
4119
3578
  {
4120
3579
  "kind": "Content",
4121
- "text": ") => any) | null;\n ontransitionstart: ((this: "
3580
+ "text": ") => any;\n ontransitionstart: (this: "
4122
3581
  },
4123
3582
  {
4124
3583
  "kind": "Reference",
@@ -4136,7 +3595,7 @@
4136
3595
  },
4137
3596
  {
4138
3597
  "kind": "Content",
4139
- "text": ") => any) | null;\n onvolumechange: ((this: "
3598
+ "text": ") => any;\n onvolumechange: (this: "
4140
3599
  },
4141
3600
  {
4142
3601
  "kind": "Reference",
@@ -4154,7 +3613,7 @@
4154
3613
  },
4155
3614
  {
4156
3615
  "kind": "Content",
4157
- "text": ") => any) | null;\n onwaiting: ((this: "
3616
+ "text": ") => any;\n onwaiting: (this: "
4158
3617
  },
4159
3618
  {
4160
3619
  "kind": "Reference",
@@ -4172,7 +3631,7 @@
4172
3631
  },
4173
3632
  {
4174
3633
  "kind": "Content",
4175
- "text": ") => any) | null;\n onwebkitanimationend: ((this: "
3634
+ "text": ") => any;\n onwebkitanimationend: (this: "
4176
3635
  },
4177
3636
  {
4178
3637
  "kind": "Reference",
@@ -4190,7 +3649,7 @@
4190
3649
  },
4191
3650
  {
4192
3651
  "kind": "Content",
4193
- "text": ") => any) | null;\n onwebkitanimationiteration: ((this: "
3652
+ "text": ") => any;\n onwebkitanimationiteration: (this: "
4194
3653
  },
4195
3654
  {
4196
3655
  "kind": "Reference",
@@ -4208,7 +3667,7 @@
4208
3667
  },
4209
3668
  {
4210
3669
  "kind": "Content",
4211
- "text": ") => any) | null;\n onwebkitanimationstart: ((this: "
3670
+ "text": ") => any;\n onwebkitanimationstart: (this: "
4212
3671
  },
4213
3672
  {
4214
3673
  "kind": "Reference",
@@ -4226,7 +3685,7 @@
4226
3685
  },
4227
3686
  {
4228
3687
  "kind": "Content",
4229
- "text": ") => any) | null;\n onwebkittransitionend: ((this: "
3688
+ "text": ") => any;\n onwebkittransitionend: (this: "
4230
3689
  },
4231
3690
  {
4232
3691
  "kind": "Reference",
@@ -4244,7 +3703,7 @@
4244
3703
  },
4245
3704
  {
4246
3705
  "kind": "Content",
4247
- "text": ") => any) | null;\n onwheel: ((this: "
3706
+ "text": ") => any;\n onwheel: (this: "
4248
3707
  },
4249
3708
  {
4250
3709
  "kind": "Reference",
@@ -4262,7 +3721,7 @@
4262
3721
  },
4263
3722
  {
4264
3723
  "kind": "Content",
4265
- "text": ") => any) | null;\n autofocus: boolean;\n readonly dataset: "
3724
+ "text": ") => any;\n autofocus: boolean;\n readonly dataset: "
4266
3725
  },
4267
3726
  {
4268
3727
  "kind": "Reference",
@@ -4293,47 +3752,13 @@
4293
3752
  }
4294
3753
  ],
4295
3754
  "fileUrlPath": "src/eventEmitter/eventEmitterMixin.ts",
4296
- "returnTypeTokenRange": {
4297
- "startIndex": 14,
4298
- "endIndex": 755
4299
- },
3755
+ "isReadonly": true,
4300
3756
  "releaseTag": "Public",
4301
- "overloadIndex": 1,
4302
- "parameters": [
4303
- {
4304
- "parameterName": "Target",
4305
- "parameterTypeTokenRange": {
4306
- "startIndex": 11,
4307
- "endIndex": 13
4308
- },
4309
- "isOptional": false
4310
- }
4311
- ],
4312
- "typeParameters": [
4313
- {
4314
- "typeParameterName": "TEventDetailMap",
4315
- "constraintTokenRange": {
4316
- "startIndex": 1,
4317
- "endIndex": 2
4318
- },
4319
- "defaultTypeTokenRange": {
4320
- "startIndex": 0,
4321
- "endIndex": 0
4322
- }
4323
- },
4324
- {
4325
- "typeParameterName": "TTarget",
4326
- "constraintTokenRange": {
4327
- "startIndex": 3,
4328
- "endIndex": 6
4329
- },
4330
- "defaultTypeTokenRange": {
4331
- "startIndex": 7,
4332
- "endIndex": 10
4333
- }
4334
- }
4335
- ],
4336
- "name": "EventEmitter"
3757
+ "name": "EventEmitter",
3758
+ "variableTypeTokenRange": {
3759
+ "startIndex": 1,
3760
+ "endIndex": 650
3761
+ }
4337
3762
  },
4338
3763
  {
4339
3764
  "kind": "Interface",
@@ -4527,21 +3952,17 @@
4527
3952
  }
4528
3953
  },
4529
3954
  {
4530
- "kind": "Function",
4531
- "canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:function(1)",
3955
+ "kind": "Variable",
3956
+ "canonicalReference": "@genesislcap/foundation-events!getBaseEmitArgs:var",
4532
3957
  "docComment": "/**\n * @public\n */\n",
4533
3958
  "excerptTokens": [
4534
3959
  {
4535
3960
  "kind": "Content",
4536
- "text": "getBaseEmitArgs: (...args: "
4537
- },
4538
- {
4539
- "kind": "Content",
4540
- "text": "unknown[]"
3961
+ "text": "getBaseEmitArgs: "
4541
3962
  },
4542
3963
  {
4543
3964
  "kind": "Content",
4544
- "text": ") => "
3965
+ "text": "(...args: unknown[]) => "
4545
3966
  },
4546
3967
  {
4547
3968
  "kind": "Reference",
@@ -4550,69 +3971,45 @@
4550
3971
  }
4551
3972
  ],
4552
3973
  "fileUrlPath": "src/types.ts",
4553
- "returnTypeTokenRange": {
4554
- "startIndex": 3,
4555
- "endIndex": 4
4556
- },
3974
+ "isReadonly": true,
4557
3975
  "releaseTag": "Public",
4558
- "overloadIndex": 1,
4559
- "parameters": [
4560
- {
4561
- "parameterName": "args",
4562
- "parameterTypeTokenRange": {
4563
- "startIndex": 1,
4564
- "endIndex": 2
4565
- },
4566
- "isOptional": false
4567
- }
4568
- ],
4569
- "name": "getBaseEmitArgs"
3976
+ "name": "getBaseEmitArgs",
3977
+ "variableTypeTokenRange": {
3978
+ "startIndex": 1,
3979
+ "endIndex": 3
3980
+ }
4570
3981
  },
4571
3982
  {
4572
- "kind": "Function",
4573
- "canonicalReference": "@genesislcap/foundation-events!isEmitOptions:function(1)",
3983
+ "kind": "Variable",
3984
+ "canonicalReference": "@genesislcap/foundation-events!isEmitOptions:var",
4574
3985
  "docComment": "/**\n * @public\n */\n",
4575
3986
  "excerptTokens": [
4576
3987
  {
4577
3988
  "kind": "Content",
4578
- "text": "isEmitOptions: (candidate: "
4579
- },
4580
- {
4581
- "kind": "Reference",
4582
- "text": "EmitOptions",
4583
- "canonicalReference": "@genesislcap/foundation-events!EmitOptions:type"
3989
+ "text": "isEmitOptions: "
4584
3990
  },
4585
3991
  {
4586
3992
  "kind": "Content",
4587
- "text": " | any"
3993
+ "text": "(candidate: "
4588
3994
  },
4589
3995
  {
4590
- "kind": "Content",
4591
- "text": ") => "
3996
+ "kind": "Reference",
3997
+ "text": "EmitOptions",
3998
+ "canonicalReference": "@genesislcap/foundation-events!EmitOptions:type"
4592
3999
  },
4593
4000
  {
4594
4001
  "kind": "Content",
4595
- "text": "boolean"
4002
+ "text": " | any) => boolean"
4596
4003
  }
4597
4004
  ],
4598
4005
  "fileUrlPath": "src/types.ts",
4599
- "returnTypeTokenRange": {
4600
- "startIndex": 4,
4601
- "endIndex": 5
4602
- },
4006
+ "isReadonly": true,
4603
4007
  "releaseTag": "Public",
4604
- "overloadIndex": 1,
4605
- "parameters": [
4606
- {
4607
- "parameterName": "candidate",
4608
- "parameterTypeTokenRange": {
4609
- "startIndex": 1,
4610
- "endIndex": 3
4611
- },
4612
- "isOptional": false
4613
- }
4614
- ],
4615
- "name": "isEmitOptions"
4008
+ "name": "isEmitOptions",
4009
+ "variableTypeTokenRange": {
4010
+ "startIndex": 1,
4011
+ "endIndex": 4
4012
+ }
4616
4013
  },
4617
4014
  {
4618
4015
  "kind": "TypeAlias",
@@ -4693,13 +4090,17 @@
4693
4090
  }
4694
4091
  },
4695
4092
  {
4696
- "kind": "Function",
4697
- "canonicalReference": "@genesislcap/foundation-events!registerEmitter:function(1)",
4093
+ "kind": "Variable",
4094
+ "canonicalReference": "@genesislcap/foundation-events!registerEmitter:var",
4698
4095
  "docComment": "/**\n * Register an emitter with the DI.\n *\n * @typeParam TEventDetailMap - The {@link EventDetailMap}.\n *\n * @public\n */\n",
4699
4096
  "excerptTokens": [
4700
4097
  {
4701
4098
  "kind": "Content",
4702
- "text": "registerEmitter: <TEventDetailMap extends "
4099
+ "text": "registerEmitter: "
4100
+ },
4101
+ {
4102
+ "kind": "Content",
4103
+ "text": "<TEventDetailMap extends "
4703
4104
  },
4704
4105
  {
4705
4106
  "kind": "Reference",
@@ -4708,11 +4109,7 @@
4708
4109
  },
4709
4110
  {
4710
4111
  "kind": "Content",
4711
- "text": ">() => "
4712
- },
4713
- {
4714
- "kind": "Content",
4715
- "text": "import(\"@microsoft/fast-foundation\")."
4112
+ "text": ">() => import(\"@microsoft/fast-foundation\")."
4716
4113
  },
4717
4114
  {
4718
4115
  "kind": "Reference",
@@ -4734,27 +4131,13 @@
4734
4131
  }
4735
4132
  ],
4736
4133
  "fileUrlPath": "src/eventEmitter/eventEmitterDI.ts",
4737
- "returnTypeTokenRange": {
4738
- "startIndex": 3,
4739
- "endIndex": 8
4740
- },
4134
+ "isReadonly": true,
4741
4135
  "releaseTag": "Public",
4742
- "overloadIndex": 1,
4743
- "parameters": [],
4744
- "typeParameters": [
4745
- {
4746
- "typeParameterName": "TEventDetailMap",
4747
- "constraintTokenRange": {
4748
- "startIndex": 1,
4749
- "endIndex": 2
4750
- },
4751
- "defaultTypeTokenRange": {
4752
- "startIndex": 0,
4753
- "endIndex": 0
4754
- }
4755
- }
4756
- ],
4757
- "name": "registerEmitter"
4136
+ "name": "registerEmitter",
4137
+ "variableTypeTokenRange": {
4138
+ "startIndex": 1,
4139
+ "endIndex": 8
4140
+ }
4758
4141
  },
4759
4142
  {
4760
4143
  "kind": "Variable",