@spark-ui/components 10.17.6 → 10.17.7

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.
Files changed (2) hide show
  1. package/dist/docgen.json +436 -223
  2. package/package.json +9 -9
package/dist/docgen.json CHANGED
@@ -4318,10 +4318,10 @@
4318
4318
  "name": "() => string"
4319
4319
  }
4320
4320
  },
4321
- "__@iterator@89": {
4321
+ "__@iterator@90": {
4322
4322
  "defaultValue": null,
4323
4323
  "description": "Iterator",
4324
- "name": "__@iterator@89",
4324
+ "name": "__@iterator@90",
4325
4325
  "parent": {
4326
4326
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
4327
4327
  "name": "String"
@@ -4429,10 +4429,10 @@
4429
4429
  "name": "{ (locales?: string | string[], options?: NumberFormatOptions): string; (locales?: LocalesArgument, options?: NumberFormatOptions): string; } | ((locales?: LocalesArgument, options?: BigIntToLocaleStringOptions) => string) | (() => string)"
4430
4430
  }
4431
4431
  },
4432
- "__@toStringTag@92": {
4432
+ "__@toStringTag@93": {
4433
4433
  "defaultValue": null,
4434
4434
  "description": "",
4435
- "name": "__@toStringTag@92",
4435
+ "name": "__@toStringTag@93",
4436
4436
  "parent": {
4437
4437
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
4438
4438
  "name": "BigInt"
@@ -6114,7 +6114,7 @@
6114
6114
  "props": {
6115
6115
  "align": {
6116
6116
  "defaultValue": null,
6117
- "description": "Sets or retrieves how the object is aligned with adjacent text.\n@deprecated",
6117
+ "description": "@deprecated",
6118
6118
  "name": "align",
6119
6119
  "parent": {
6120
6120
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6133,7 +6133,7 @@
6133
6133
  },
6134
6134
  "addEventListener": {
6135
6135
  "defaultValue": null,
6136
- "description": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)\nAppends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)",
6136
+ "description": "The **`addEventListener()`** method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)\nThe **`addEventListener()`** method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)",
6137
6137
  "name": "addEventListener",
6138
6138
  "parent": {
6139
6139
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6156,7 +6156,7 @@
6156
6156
  },
6157
6157
  "removeEventListener": {
6158
6158
  "defaultValue": null,
6159
- "description": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)\nRemoves the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)",
6159
+ "description": "The **`removeEventListener()`** method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)\nThe **`removeEventListener()`** method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)",
6160
6160
  "name": "removeEventListener",
6161
6161
  "parent": {
6162
6162
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6179,7 +6179,7 @@
6179
6179
  },
6180
6180
  "accessKey": {
6181
6181
  "defaultValue": null,
6182
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)",
6182
+ "description": "The **`HTMLElement.accessKey`** property sets the keystroke which a user can press to jump to a given element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)",
6183
6183
  "name": "accessKey",
6184
6184
  "parent": {
6185
6185
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6198,7 +6198,7 @@
6198
6198
  },
6199
6199
  "accessKeyLabel": {
6200
6200
  "defaultValue": null,
6201
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)",
6201
+ "description": "The **`HTMLElement.accessKeyLabel`** read-only property returns a string containing the element's browser-assigned access key (if any); otherwise it returns an empty string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)",
6202
6202
  "name": "accessKeyLabel",
6203
6203
  "parent": {
6204
6204
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6217,7 +6217,7 @@
6217
6217
  },
6218
6218
  "autocapitalize": {
6219
6219
  "defaultValue": null,
6220
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)",
6220
+ "description": "The **`autocapitalize`** property of the HTMLElement interface represents the element's capitalization behavior for user input.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)",
6221
6221
  "name": "autocapitalize",
6222
6222
  "parent": {
6223
6223
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6234,9 +6234,28 @@
6234
6234
  "name": "string"
6235
6235
  }
6236
6236
  },
6237
+ "autocorrect": {
6238
+ "defaultValue": null,
6239
+ "description": "The **`autocorrect`** property of the HTMLElement interface controls whether or not autocorrection of editable text is enabled for spelling and/or punctuation errors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocorrect)",
6240
+ "name": "autocorrect",
6241
+ "parent": {
6242
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
6243
+ "name": "HTMLElement"
6244
+ },
6245
+ "declarations": [
6246
+ {
6247
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
6248
+ "name": "HTMLElement"
6249
+ }
6250
+ ],
6251
+ "required": true,
6252
+ "type": {
6253
+ "name": "boolean"
6254
+ }
6255
+ },
6237
6256
  "dir": {
6238
6257
  "defaultValue": null,
6239
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)",
6258
+ "description": "The **`HTMLElement.dir`** property indicates the text writing directionality of the content of the current element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)",
6240
6259
  "name": "dir",
6241
6260
  "parent": {
6242
6261
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6255,7 +6274,7 @@
6255
6274
  },
6256
6275
  "draggable": {
6257
6276
  "defaultValue": null,
6258
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)",
6277
+ "description": "The **`draggable`** property of the HTMLElement interface gets and sets a Boolean primitive indicating if the element is draggable.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)",
6259
6278
  "name": "draggable",
6260
6279
  "parent": {
6261
6280
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6274,7 +6293,7 @@
6274
6293
  },
6275
6294
  "hidden": {
6276
6295
  "defaultValue": null,
6277
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)",
6296
+ "description": "The HTMLElement property **`hidden`** reflects the value of the element's `hidden` attribute.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)",
6278
6297
  "name": "hidden",
6279
6298
  "parent": {
6280
6299
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6293,7 +6312,7 @@
6293
6312
  },
6294
6313
  "inert": {
6295
6314
  "defaultValue": null,
6296
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)",
6315
+ "description": "The HTMLElement property **`inert`** reflects the value of the element's `inert` attribute.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)",
6297
6316
  "name": "inert",
6298
6317
  "parent": {
6299
6318
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6312,7 +6331,7 @@
6312
6331
  },
6313
6332
  "innerText": {
6314
6333
  "defaultValue": null,
6315
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)",
6334
+ "description": "The **`innerText`** property of the HTMLElement interface represents the rendered text content of a node and its descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)",
6316
6335
  "name": "innerText",
6317
6336
  "parent": {
6318
6337
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6331,7 +6350,7 @@
6331
6350
  },
6332
6351
  "lang": {
6333
6352
  "defaultValue": null,
6334
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)",
6353
+ "description": "The **`lang`** property of the HTMLElement interface indicates the base language of an element's attribute values and text content, in the form of a MISSING: RFC(5646, 'BCP 47 language identifier tag')].\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)",
6335
6354
  "name": "lang",
6336
6355
  "parent": {
6337
6356
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6350,7 +6369,7 @@
6350
6369
  },
6351
6370
  "offsetHeight": {
6352
6371
  "defaultValue": null,
6353
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)",
6372
+ "description": "The **`offsetHeight`** read-only property of the HTMLElement interface returns the height of an element, including vertical padding and borders, as an integer.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)",
6354
6373
  "name": "offsetHeight",
6355
6374
  "parent": {
6356
6375
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6369,7 +6388,7 @@
6369
6388
  },
6370
6389
  "offsetLeft": {
6371
6390
  "defaultValue": null,
6372
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)",
6391
+ "description": "The **`offsetLeft`** read-only property of the HTMLElement interface returns the number of pixels that the _upper left corner_ of the current element is offset to the left within the HTMLElement.offsetParent node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)",
6373
6392
  "name": "offsetLeft",
6374
6393
  "parent": {
6375
6394
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6388,7 +6407,7 @@
6388
6407
  },
6389
6408
  "offsetParent": {
6390
6409
  "defaultValue": null,
6391
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)",
6410
+ "description": "The **`HTMLElement.offsetParent`** read-only property returns a reference to the element which is the closest (nearest in the containment hierarchy) positioned ancestor element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)",
6392
6411
  "name": "offsetParent",
6393
6412
  "parent": {
6394
6413
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6407,7 +6426,7 @@
6407
6426
  },
6408
6427
  "offsetTop": {
6409
6428
  "defaultValue": null,
6410
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)",
6429
+ "description": "The **`offsetTop`** read-only property of the HTMLElement interface returns the distance from the outer border of the current element (including its margin) to the top padding edge of the HTMLelement.offsetParent, the _closest positioned_ ancestor element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)",
6411
6430
  "name": "offsetTop",
6412
6431
  "parent": {
6413
6432
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6426,7 +6445,7 @@
6426
6445
  },
6427
6446
  "offsetWidth": {
6428
6447
  "defaultValue": null,
6429
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)",
6448
+ "description": "The **`offsetWidth`** read-only property of the HTMLElement interface returns the layout width of an element as an integer.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)",
6430
6449
  "name": "offsetWidth",
6431
6450
  "parent": {
6432
6451
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6445,7 +6464,7 @@
6445
6464
  },
6446
6465
  "outerText": {
6447
6466
  "defaultValue": null,
6448
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)",
6467
+ "description": "The **`outerText`** property of the HTMLElement interface returns the same value as HTMLElement.innerText.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)",
6449
6468
  "name": "outerText",
6450
6469
  "parent": {
6451
6470
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6464,7 +6483,7 @@
6464
6483
  },
6465
6484
  "popover": {
6466
6485
  "defaultValue": null,
6467
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)",
6486
+ "description": "The **`popover`** property of the HTMLElement interface gets and sets an element's popover state via JavaScript (`'auto'`, `'hint'`, or `'manual'`), and can be used for feature detection.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)",
6468
6487
  "name": "popover",
6469
6488
  "parent": {
6470
6489
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6483,7 +6502,7 @@
6483
6502
  },
6484
6503
  "spellcheck": {
6485
6504
  "defaultValue": null,
6486
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)",
6505
+ "description": "The **`spellcheck`** property of the HTMLElement interface represents a boolean value that controls the spell-checking hint.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)",
6487
6506
  "name": "spellcheck",
6488
6507
  "parent": {
6489
6508
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6502,7 +6521,7 @@
6502
6521
  },
6503
6522
  "title": {
6504
6523
  "defaultValue": null,
6505
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)",
6524
+ "description": "The **`HTMLElement.title`** property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)",
6506
6525
  "name": "title",
6507
6526
  "parent": {
6508
6527
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6521,7 +6540,7 @@
6521
6540
  },
6522
6541
  "translate": {
6523
6542
  "defaultValue": null,
6524
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)",
6543
+ "description": "The **`translate`** property of the HTMLElement interface indicates whether an element's attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)",
6525
6544
  "name": "translate",
6526
6545
  "parent": {
6527
6546
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6540,7 +6559,7 @@
6540
6559
  },
6541
6560
  "writingSuggestions": {
6542
6561
  "defaultValue": null,
6543
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)",
6562
+ "description": "The **`writingSuggestions`** property of the HTMLElement interface is a string indicating if browser-provided writing suggestions should be enabled under the scope of the element or not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)",
6544
6563
  "name": "writingSuggestions",
6545
6564
  "parent": {
6546
6565
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6559,7 +6578,7 @@
6559
6578
  },
6560
6579
  "attachInternals": {
6561
6580
  "defaultValue": null,
6562
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)",
6581
+ "description": "The **`HTMLElement.attachInternals()`** method returns an ElementInternals object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)",
6563
6582
  "name": "attachInternals",
6564
6583
  "parent": {
6565
6584
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6578,7 +6597,7 @@
6578
6597
  },
6579
6598
  "click": {
6580
6599
  "defaultValue": null,
6581
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)",
6600
+ "description": "The **`HTMLElement.click()`** method simulates a mouse click on an element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)",
6582
6601
  "name": "click",
6583
6602
  "parent": {
6584
6603
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6597,7 +6616,7 @@
6597
6616
  },
6598
6617
  "hidePopover": {
6599
6618
  "defaultValue": null,
6600
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)",
6619
+ "description": "The **`hidePopover()`** method of the HTMLElement interface hides a popover element (i.e., one that has a valid `popover` attribute) by removing it from the top layer and styling it with `display: none`.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)",
6601
6620
  "name": "hidePopover",
6602
6621
  "parent": {
6603
6622
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6616,7 +6635,7 @@
6616
6635
  },
6617
6636
  "showPopover": {
6618
6637
  "defaultValue": null,
6619
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)",
6638
+ "description": "The **`showPopover()`** method of the HTMLElement interface shows a Popover_API element (i.e., one that has a valid `popover` attribute) by adding it to the top layer.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)",
6620
6639
  "name": "showPopover",
6621
6640
  "parent": {
6622
6641
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6635,7 +6654,7 @@
6635
6654
  },
6636
6655
  "togglePopover": {
6637
6656
  "defaultValue": null,
6638
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)",
6657
+ "description": "The **`togglePopover()`** method of the HTMLElement interface toggles a Popover_API element (i.e., one that has a valid `popover` attribute) between the hidden and showing states.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)",
6639
6658
  "name": "togglePopover",
6640
6659
  "parent": {
6641
6660
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6654,7 +6673,7 @@
6654
6673
  },
6655
6674
  "attributes": {
6656
6675
  "defaultValue": null,
6657
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)",
6676
+ "description": "The **`Element.attributes`** property returns a live collection of all attribute nodes registered to the specified node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)",
6658
6677
  "name": "attributes",
6659
6678
  "parent": {
6660
6679
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6673,7 +6692,7 @@
6673
6692
  },
6674
6693
  "classList": {
6675
6694
  "defaultValue": null,
6676
- "description": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)",
6695
+ "description": "The **`Element.classList`** is a read-only property that returns a live DOMTokenList collection of the `class` attributes of the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)",
6677
6696
  "name": "classList",
6678
6697
  "parent": {
6679
6698
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6696,7 +6715,7 @@
6696
6715
  },
6697
6716
  "className": {
6698
6717
  "defaultValue": null,
6699
- "description": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)",
6718
+ "description": "The **`className`** property of the of the specified element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)",
6700
6719
  "name": "className",
6701
6720
  "parent": {
6702
6721
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6715,7 +6734,7 @@
6715
6734
  },
6716
6735
  "clientHeight": {
6717
6736
  "defaultValue": null,
6718
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)",
6737
+ "description": "The **`clientHeight`** read-only property of the Element interface is zero for elements with no CSS or inline layout boxes; otherwise, it's the inner height of an element in pixels.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)",
6719
6738
  "name": "clientHeight",
6720
6739
  "parent": {
6721
6740
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6734,7 +6753,7 @@
6734
6753
  },
6735
6754
  "clientLeft": {
6736
6755
  "defaultValue": null,
6737
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)",
6756
+ "description": "The **`clientLeft`** read-only property of the Element interface returns the width of the left border of an element in pixels.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)",
6738
6757
  "name": "clientLeft",
6739
6758
  "parent": {
6740
6759
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6753,7 +6772,7 @@
6753
6772
  },
6754
6773
  "clientTop": {
6755
6774
  "defaultValue": null,
6756
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)",
6775
+ "description": "The **`clientTop`** read-only property of the Element interface returns the width of the top border of an element in pixels.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)",
6757
6776
  "name": "clientTop",
6758
6777
  "parent": {
6759
6778
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6772,7 +6791,7 @@
6772
6791
  },
6773
6792
  "clientWidth": {
6774
6793
  "defaultValue": null,
6775
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)",
6794
+ "description": "The **`clientWidth`** read-only property of the Element interface is zero for inline elements and elements with no CSS; otherwise, it's the inner width of an element in pixels.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)",
6776
6795
  "name": "clientWidth",
6777
6796
  "parent": {
6778
6797
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6791,7 +6810,7 @@
6791
6810
  },
6792
6811
  "currentCSSZoom": {
6793
6812
  "defaultValue": null,
6794
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)",
6813
+ "description": "The **`currentCSSZoom`** read-only property of the Element interface provides the 'effective' CSS `zoom` of an element, taking into account the zoom applied to the element and all its parent elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)",
6795
6814
  "name": "currentCSSZoom",
6796
6815
  "parent": {
6797
6816
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6810,7 +6829,7 @@
6810
6829
  },
6811
6830
  "id": {
6812
6831
  "defaultValue": null,
6813
- "description": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)",
6832
+ "description": "The **`id`** property of the Element interface represents the element's identifier, reflecting the **`id`** global attribute.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)",
6814
6833
  "name": "id",
6815
6834
  "parent": {
6816
6835
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6829,7 +6848,7 @@
6829
6848
  },
6830
6849
  "innerHTML": {
6831
6850
  "defaultValue": null,
6832
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)",
6851
+ "description": "The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)",
6833
6852
  "name": "innerHTML",
6834
6853
  "parent": {
6835
6854
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6848,7 +6867,7 @@
6848
6867
  },
6849
6868
  "localName": {
6850
6869
  "defaultValue": null,
6851
- "description": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)",
6870
+ "description": "The **`Element.localName`** read-only property returns the local part of the qualified name of an element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)",
6852
6871
  "name": "localName",
6853
6872
  "parent": {
6854
6873
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6867,7 +6886,7 @@
6867
6886
  },
6868
6887
  "namespaceURI": {
6869
6888
  "defaultValue": null,
6870
- "description": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)",
6889
+ "description": "The **`Element.namespaceURI`** read-only property returns the namespace URI of the element, or `null` if the element is not in a namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)",
6871
6890
  "name": "namespaceURI",
6872
6891
  "parent": {
6873
6892
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6924,7 +6943,7 @@
6924
6943
  },
6925
6944
  "outerHTML": {
6926
6945
  "defaultValue": null,
6927
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)",
6946
+ "description": "The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)",
6928
6947
  "name": "outerHTML",
6929
6948
  "parent": {
6930
6949
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6943,7 +6962,7 @@
6943
6962
  },
6944
6963
  "ownerDocument": {
6945
6964
  "defaultValue": null,
6946
- "description": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)",
6965
+ "description": "The read-only **`ownerDocument`** property of the Node interface returns the top-level document object of the node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)",
6947
6966
  "name": "ownerDocument",
6948
6967
  "parent": {
6949
6968
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6962,7 +6981,7 @@
6962
6981
  },
6963
6982
  "part": {
6964
6983
  "defaultValue": null,
6965
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)",
6984
+ "description": "The **`part`** property of the Element interface represents the part identifier(s) of the element (i.e., set using the `part` attribute), returned as a DOMTokenList.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)",
6966
6985
  "name": "part",
6967
6986
  "parent": {
6968
6987
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -6985,7 +7004,7 @@
6985
7004
  },
6986
7005
  "prefix": {
6987
7006
  "defaultValue": null,
6988
- "description": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)",
7007
+ "description": "The **`Element.prefix`** read-only property returns the namespace prefix of the specified element, or `null` if no prefix is specified.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)",
6989
7008
  "name": "prefix",
6990
7009
  "parent": {
6991
7010
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7004,7 +7023,7 @@
7004
7023
  },
7005
7024
  "scrollHeight": {
7006
7025
  "defaultValue": null,
7007
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)",
7026
+ "description": "The **`scrollHeight`** read-only property of the Element interface is a measurement of the height of an element's content, including content not visible on the screen due to overflow.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)",
7008
7027
  "name": "scrollHeight",
7009
7028
  "parent": {
7010
7029
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7023,7 +7042,7 @@
7023
7042
  },
7024
7043
  "scrollLeft": {
7025
7044
  "defaultValue": null,
7026
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)",
7045
+ "description": "The **`scrollLeft`** property of the Element interface gets or sets the number of pixels by which an element's content is scrolled from its left edge.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)",
7027
7046
  "name": "scrollLeft",
7028
7047
  "parent": {
7029
7048
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7042,7 +7061,7 @@
7042
7061
  },
7043
7062
  "scrollTop": {
7044
7063
  "defaultValue": null,
7045
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)",
7064
+ "description": "The **`scrollTop`** property of the Element interface gets or sets the number of pixels by which an element's content is scrolled from its top edge.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)",
7046
7065
  "name": "scrollTop",
7047
7066
  "parent": {
7048
7067
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7061,7 +7080,7 @@
7061
7080
  },
7062
7081
  "scrollWidth": {
7063
7082
  "defaultValue": null,
7064
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)",
7083
+ "description": "The **`scrollWidth`** read-only property of the Element interface is a measurement of the width of an element's content, including content not visible on the screen due to overflow.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)",
7065
7084
  "name": "scrollWidth",
7066
7085
  "parent": {
7067
7086
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7080,7 +7099,7 @@
7080
7099
  },
7081
7100
  "shadowRoot": {
7082
7101
  "defaultValue": null,
7083
- "description": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)",
7102
+ "description": "The `Element.shadowRoot` read-only property represents the shadow root hosted by the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)",
7084
7103
  "name": "shadowRoot",
7085
7104
  "parent": {
7086
7105
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7099,7 +7118,7 @@
7099
7118
  },
7100
7119
  "slot": {
7101
7120
  "defaultValue": null,
7102
- "description": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)",
7121
+ "description": "The **`slot`** property of the Element interface returns the name of the shadow DOM slot the element is inserted in.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)",
7103
7122
  "name": "slot",
7104
7123
  "parent": {
7105
7124
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7118,7 +7137,7 @@
7118
7137
  },
7119
7138
  "tagName": {
7120
7139
  "defaultValue": null,
7121
- "description": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)",
7140
+ "description": "The **`tagName`** read-only property of the Element interface returns the tag name of the element on which it's called.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)",
7122
7141
  "name": "tagName",
7123
7142
  "parent": {
7124
7143
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7137,7 +7156,7 @@
7137
7156
  },
7138
7157
  "attachShadow": {
7139
7158
  "defaultValue": null,
7140
- "description": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)",
7159
+ "description": "The **`Element.attachShadow()`** method attaches a shadow DOM tree to the specified element and returns a reference to its ShadowRoot.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)",
7141
7160
  "name": "attachShadow",
7142
7161
  "parent": {
7143
7162
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7156,7 +7175,7 @@
7156
7175
  },
7157
7176
  "checkVisibility": {
7158
7177
  "defaultValue": null,
7159
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)",
7178
+ "description": "The **`checkVisibility()`** method of the Element interface checks whether the element is visible.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)",
7160
7179
  "name": "checkVisibility",
7161
7180
  "parent": {
7162
7181
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7175,7 +7194,7 @@
7175
7194
  },
7176
7195
  "closest": {
7177
7196
  "defaultValue": null,
7178
- "description": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)",
7197
+ "description": "The **`closest()`** method of the Element interface traverses the element and its parents (heading toward the document root) until it finds a node that matches the specified CSS selector.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)",
7179
7198
  "name": "closest",
7180
7199
  "parent": {
7181
7200
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7206,7 +7225,7 @@
7206
7225
  },
7207
7226
  "computedStyleMap": {
7208
7227
  "defaultValue": null,
7209
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)",
7228
+ "description": "The **`computedStyleMap()`** method of the Element interface returns a StylePropertyMapReadOnly interface which provides a read-only representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)",
7210
7229
  "name": "computedStyleMap",
7211
7230
  "parent": {
7212
7231
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7225,7 +7244,7 @@
7225
7244
  },
7226
7245
  "getAttribute": {
7227
7246
  "defaultValue": null,
7228
- "description": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)",
7247
+ "description": "The **`getAttribute()`** method of the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)",
7229
7248
  "name": "getAttribute",
7230
7249
  "parent": {
7231
7250
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7244,7 +7263,7 @@
7244
7263
  },
7245
7264
  "getAttributeNS": {
7246
7265
  "defaultValue": null,
7247
- "description": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)",
7266
+ "description": "The **`getAttributeNS()`** method of the Element interface returns the string value of the attribute with the specified namespace and name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)",
7248
7267
  "name": "getAttributeNS",
7249
7268
  "parent": {
7250
7269
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7263,7 +7282,7 @@
7263
7282
  },
7264
7283
  "getAttributeNames": {
7265
7284
  "defaultValue": null,
7266
- "description": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)",
7285
+ "description": "The **`getAttributeNames()`** method of the array.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)",
7267
7286
  "name": "getAttributeNames",
7268
7287
  "parent": {
7269
7288
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7282,7 +7301,7 @@
7282
7301
  },
7283
7302
  "getAttributeNode": {
7284
7303
  "defaultValue": null,
7285
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)",
7304
+ "description": "Returns the specified attribute of the specified element, as an Attr node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)",
7286
7305
  "name": "getAttributeNode",
7287
7306
  "parent": {
7288
7307
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7301,7 +7320,7 @@
7301
7320
  },
7302
7321
  "getAttributeNodeNS": {
7303
7322
  "defaultValue": null,
7304
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)",
7323
+ "description": "The **`getAttributeNodeNS()`** method of the Element interface returns the namespaced Attr node of an element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)",
7305
7324
  "name": "getAttributeNodeNS",
7306
7325
  "parent": {
7307
7326
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7320,7 +7339,7 @@
7320
7339
  },
7321
7340
  "getBoundingClientRect": {
7322
7341
  "defaultValue": null,
7323
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)",
7342
+ "description": "The **`Element.getBoundingClientRect()`** method returns a position relative to the viewport.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)",
7324
7343
  "name": "getBoundingClientRect",
7325
7344
  "parent": {
7326
7345
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7339,7 +7358,7 @@
7339
7358
  },
7340
7359
  "getClientRects": {
7341
7360
  "defaultValue": null,
7342
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)",
7361
+ "description": "The **`getClientRects()`** method of the Element interface returns a collection of DOMRect objects that indicate the bounding rectangles for each CSS border box in a client.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)",
7343
7362
  "name": "getClientRects",
7344
7363
  "parent": {
7345
7364
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7358,7 +7377,7 @@
7358
7377
  },
7359
7378
  "getElementsByClassName": {
7360
7379
  "defaultValue": null,
7361
- "description": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)",
7380
+ "description": "The Element method **`getElementsByClassName()`** returns a live specified class name or names.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)",
7362
7381
  "name": "getElementsByClassName",
7363
7382
  "parent": {
7364
7383
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7377,7 +7396,7 @@
7377
7396
  },
7378
7397
  "getElementsByTagName": {
7379
7398
  "defaultValue": null,
7380
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)\n@deprecated",
7399
+ "description": "The **`Element.getElementsByTagName()`** method returns a live All descendants of the specified element are searched, but not the element itself.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)\n@deprecated",
7381
7400
  "name": "getElementsByTagName",
7382
7401
  "parent": {
7383
7402
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7412,7 +7431,7 @@
7412
7431
  },
7413
7432
  "getElementsByTagNameNS": {
7414
7433
  "defaultValue": null,
7415
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)",
7434
+ "description": "The **`Element.getElementsByTagNameNS()`** method returns a live HTMLCollection of elements with the given tag name belonging to the given namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)",
7416
7435
  "name": "getElementsByTagNameNS",
7417
7436
  "parent": {
7418
7437
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7443,7 +7462,7 @@
7443
7462
  },
7444
7463
  "getHTML": {
7445
7464
  "defaultValue": null,
7446
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)",
7465
+ "description": "The **`getHTML()`** method of the Element interface is used to serialize an element's DOM to an HTML string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)",
7447
7466
  "name": "getHTML",
7448
7467
  "parent": {
7449
7468
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7462,7 +7481,7 @@
7462
7481
  },
7463
7482
  "hasAttribute": {
7464
7483
  "defaultValue": null,
7465
- "description": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)",
7484
+ "description": "The **`Element.hasAttribute()`** method returns a **Boolean** value indicating whether the specified element has the specified attribute or not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)",
7466
7485
  "name": "hasAttribute",
7467
7486
  "parent": {
7468
7487
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7481,7 +7500,7 @@
7481
7500
  },
7482
7501
  "hasAttributeNS": {
7483
7502
  "defaultValue": null,
7484
- "description": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)",
7503
+ "description": "The **`hasAttributeNS()`** method of the Element interface returns a boolean value indicating whether the current element has the specified attribute with the specified namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)",
7485
7504
  "name": "hasAttributeNS",
7486
7505
  "parent": {
7487
7506
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7500,7 +7519,7 @@
7500
7519
  },
7501
7520
  "hasAttributes": {
7502
7521
  "defaultValue": null,
7503
- "description": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)",
7522
+ "description": "The **`hasAttributes()`** method of the Element interface returns a boolean value indicating whether the current element has any attributes or not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)",
7504
7523
  "name": "hasAttributes",
7505
7524
  "parent": {
7506
7525
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7519,7 +7538,7 @@
7519
7538
  },
7520
7539
  "hasPointerCapture": {
7521
7540
  "defaultValue": null,
7522
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)",
7541
+ "description": "The **`hasPointerCapture()`** method of the pointer capture for the pointer identified by the given pointer ID.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)",
7523
7542
  "name": "hasPointerCapture",
7524
7543
  "parent": {
7525
7544
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7538,7 +7557,7 @@
7538
7557
  },
7539
7558
  "insertAdjacentElement": {
7540
7559
  "defaultValue": null,
7541
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)",
7560
+ "description": "The **`insertAdjacentElement()`** method of the relative to the element it is invoked upon.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)",
7542
7561
  "name": "insertAdjacentElement",
7543
7562
  "parent": {
7544
7563
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7557,7 +7576,7 @@
7557
7576
  },
7558
7577
  "insertAdjacentHTML": {
7559
7578
  "defaultValue": null,
7560
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)",
7579
+ "description": "The **`insertAdjacentHTML()`** method of the the resulting nodes into the DOM tree at a specified position.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)",
7561
7580
  "name": "insertAdjacentHTML",
7562
7581
  "parent": {
7563
7582
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7576,7 +7595,7 @@
7576
7595
  },
7577
7596
  "insertAdjacentText": {
7578
7597
  "defaultValue": null,
7579
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)",
7598
+ "description": "The **`insertAdjacentText()`** method of the Element interface, given a relative position and a string, inserts a new text node at the given position relative to the element it is called from.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)",
7580
7599
  "name": "insertAdjacentText",
7581
7600
  "parent": {
7582
7601
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7595,7 +7614,7 @@
7595
7614
  },
7596
7615
  "matches": {
7597
7616
  "defaultValue": null,
7598
- "description": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)",
7617
+ "description": "The **`matches()`** method of the Element interface tests whether the element would be selected by the specified CSS selector.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)",
7599
7618
  "name": "matches",
7600
7619
  "parent": {
7601
7620
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7614,7 +7633,7 @@
7614
7633
  },
7615
7634
  "releasePointerCapture": {
7616
7635
  "defaultValue": null,
7617
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)",
7636
+ "description": "The **`releasePointerCapture()`** method of the previously set for a specific (PointerEvent) _pointer_.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)",
7618
7637
  "name": "releasePointerCapture",
7619
7638
  "parent": {
7620
7639
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7633,7 +7652,7 @@
7633
7652
  },
7634
7653
  "removeAttribute": {
7635
7654
  "defaultValue": null,
7636
- "description": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)",
7655
+ "description": "The Element method **`removeAttribute()`** removes the attribute with the specified name from the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)",
7637
7656
  "name": "removeAttribute",
7638
7657
  "parent": {
7639
7658
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7652,7 +7671,7 @@
7652
7671
  },
7653
7672
  "removeAttributeNS": {
7654
7673
  "defaultValue": null,
7655
- "description": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)",
7674
+ "description": "The **`removeAttributeNS()`** method of the If you are working with HTML and you don't need to specify the requested attribute as being part of a specific namespace, use the Element.removeAttribute() method instead.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)",
7656
7675
  "name": "removeAttributeNS",
7657
7676
  "parent": {
7658
7677
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7671,7 +7690,7 @@
7671
7690
  },
7672
7691
  "removeAttributeNode": {
7673
7692
  "defaultValue": null,
7674
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)",
7693
+ "description": "The **`removeAttributeNode()`** method of the Element interface removes the specified Attr node from the element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)",
7675
7694
  "name": "removeAttributeNode",
7676
7695
  "parent": {
7677
7696
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7690,7 +7709,7 @@
7690
7709
  },
7691
7710
  "requestFullscreen": {
7692
7711
  "defaultValue": null,
7693
- "description": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)",
7712
+ "description": "The **`Element.requestFullscreen()`** method issues an asynchronous request to make the element be displayed in fullscreen mode.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)",
7694
7713
  "name": "requestFullscreen",
7695
7714
  "parent": {
7696
7715
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7709,7 +7728,7 @@
7709
7728
  },
7710
7729
  "requestPointerLock": {
7711
7730
  "defaultValue": null,
7712
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)",
7731
+ "description": "The **`requestPointerLock()`** method of the Element interface lets you asynchronously ask for the pointer to be locked on the given element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)",
7713
7732
  "name": "requestPointerLock",
7714
7733
  "parent": {
7715
7734
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7728,7 +7747,7 @@
7728
7747
  },
7729
7748
  "scroll": {
7730
7749
  "defaultValue": null,
7731
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)",
7750
+ "description": "The **`scroll()`** method of the Element interface scrolls the element to a particular set of coordinates inside a given element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)",
7732
7751
  "name": "scroll",
7733
7752
  "parent": {
7734
7753
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7751,7 +7770,7 @@
7751
7770
  },
7752
7771
  "scrollBy": {
7753
7772
  "defaultValue": null,
7754
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)",
7773
+ "description": "The **`scrollBy()`** method of the Element interface scrolls an element by the given amount.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)",
7755
7774
  "name": "scrollBy",
7756
7775
  "parent": {
7757
7776
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7774,7 +7793,7 @@
7774
7793
  },
7775
7794
  "scrollIntoView": {
7776
7795
  "defaultValue": null,
7777
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)",
7796
+ "description": "The Element interface's **`scrollIntoView()`** method scrolls the element's ancestor containers such that the element on which `scrollIntoView()` is called is visible to the user.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)",
7778
7797
  "name": "scrollIntoView",
7779
7798
  "parent": {
7780
7799
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7793,7 +7812,7 @@
7793
7812
  },
7794
7813
  "scrollTo": {
7795
7814
  "defaultValue": null,
7796
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)",
7815
+ "description": "The **`scrollTo()`** method of the Element interface scrolls to a particular set of coordinates inside a given element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)",
7797
7816
  "name": "scrollTo",
7798
7817
  "parent": {
7799
7818
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7816,7 +7835,7 @@
7816
7835
  },
7817
7836
  "setAttribute": {
7818
7837
  "defaultValue": null,
7819
- "description": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)",
7838
+ "description": "The **`setAttribute()`** method of the Element interface sets the value of an attribute on the specified element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)",
7820
7839
  "name": "setAttribute",
7821
7840
  "parent": {
7822
7841
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7835,7 +7854,7 @@
7835
7854
  },
7836
7855
  "setAttributeNS": {
7837
7856
  "defaultValue": null,
7838
- "description": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)",
7857
+ "description": "`setAttributeNS` adds a new attribute or changes the value of an attribute with the given namespace and name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)",
7839
7858
  "name": "setAttributeNS",
7840
7859
  "parent": {
7841
7860
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7854,7 +7873,7 @@
7854
7873
  },
7855
7874
  "setAttributeNode": {
7856
7875
  "defaultValue": null,
7857
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)",
7876
+ "description": "The **`setAttributeNode()`** method of the Element interface adds a new Attr node to the specified element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)",
7858
7877
  "name": "setAttributeNode",
7859
7878
  "parent": {
7860
7879
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7873,7 +7892,7 @@
7873
7892
  },
7874
7893
  "setAttributeNodeNS": {
7875
7894
  "defaultValue": null,
7876
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)",
7895
+ "description": "The **`setAttributeNodeNS()`** method of the Element interface adds a new namespaced Attr node to an element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)",
7877
7896
  "name": "setAttributeNodeNS",
7878
7897
  "parent": {
7879
7898
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7892,7 +7911,7 @@
7892
7911
  },
7893
7912
  "setHTMLUnsafe": {
7894
7913
  "defaultValue": null,
7895
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)",
7914
+ "description": "The **`setHTMLUnsafe()`** method of the Element interface is used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)",
7896
7915
  "name": "setHTMLUnsafe",
7897
7916
  "parent": {
7898
7917
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7911,7 +7930,7 @@
7911
7930
  },
7912
7931
  "setPointerCapture": {
7913
7932
  "defaultValue": null,
7914
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)",
7933
+ "description": "The **`setPointerCapture()`** method of the _capture target_ of future pointer events.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)",
7915
7934
  "name": "setPointerCapture",
7916
7935
  "parent": {
7917
7936
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7930,7 +7949,7 @@
7930
7949
  },
7931
7950
  "toggleAttribute": {
7932
7951
  "defaultValue": null,
7933
- "description": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)",
7952
+ "description": "The **`toggleAttribute()`** method of the present and adding it if it is not present) on the given element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)",
7934
7953
  "name": "toggleAttribute",
7935
7954
  "parent": {
7936
7955
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7966,9 +7985,32 @@
7966
7985
  "name": "(selectors: string) => boolean"
7967
7986
  }
7968
7987
  },
7988
+ "textContent": {
7989
+ "defaultValue": null,
7990
+ "description": "[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent)",
7991
+ "name": "textContent",
7992
+ "parent": {
7993
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
7994
+ "name": "Element"
7995
+ },
7996
+ "declarations": [
7997
+ {
7998
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
7999
+ "name": "Element"
8000
+ },
8001
+ {
8002
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
8003
+ "name": "Element"
8004
+ }
8005
+ ],
8006
+ "required": true,
8007
+ "type": {
8008
+ "name": "string"
8009
+ }
8010
+ },
7969
8011
  "baseURI": {
7970
8012
  "defaultValue": null,
7971
- "description": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)",
8013
+ "description": "The read-only **`baseURI`** property of the Node interface returns the absolute base URL of the document containing the node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)",
7972
8014
  "name": "baseURI",
7973
8015
  "parent": {
7974
8016
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -7987,7 +8029,7 @@
7987
8029
  },
7988
8030
  "childNodes": {
7989
8031
  "defaultValue": null,
7990
- "description": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)",
8032
+ "description": "The read-only **`childNodes`** property of the Node interface returns a live the first child node is assigned index `0`.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)",
7991
8033
  "name": "childNodes",
7992
8034
  "parent": {
7993
8035
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8006,7 +8048,7 @@
8006
8048
  },
8007
8049
  "firstChild": {
8008
8050
  "defaultValue": null,
8009
- "description": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)",
8051
+ "description": "The read-only **`firstChild`** property of the Node interface returns the node's first child in the tree, or `null` if the node has no children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)",
8010
8052
  "name": "firstChild",
8011
8053
  "parent": {
8012
8054
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8025,7 +8067,7 @@
8025
8067
  },
8026
8068
  "isConnected": {
8027
8069
  "defaultValue": null,
8028
- "description": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)",
8070
+ "description": "The read-only **`isConnected`** property of the Node interface returns a boolean indicating whether the node is connected (directly or indirectly) to a Document object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)",
8029
8071
  "name": "isConnected",
8030
8072
  "parent": {
8031
8073
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8044,7 +8086,7 @@
8044
8086
  },
8045
8087
  "lastChild": {
8046
8088
  "defaultValue": null,
8047
- "description": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)",
8089
+ "description": "The read-only **`lastChild`** property of the Node interface returns the last child of the node, or `null` if there are no child nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)",
8048
8090
  "name": "lastChild",
8049
8091
  "parent": {
8050
8092
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8063,7 +8105,7 @@
8063
8105
  },
8064
8106
  "nextSibling": {
8065
8107
  "defaultValue": null,
8066
- "description": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)",
8108
+ "description": "The read-only **`nextSibling`** property of the Node interface returns the node immediately following the specified one in their parent's Node.childNodes, or returns `null` if the specified node is the last child in the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)",
8067
8109
  "name": "nextSibling",
8068
8110
  "parent": {
8069
8111
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8082,7 +8124,7 @@
8082
8124
  },
8083
8125
  "nodeName": {
8084
8126
  "defaultValue": null,
8085
- "description": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)",
8127
+ "description": "The read-only **`nodeName`** property of Node returns the name of the current node as a string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)",
8086
8128
  "name": "nodeName",
8087
8129
  "parent": {
8088
8130
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8101,7 +8143,7 @@
8101
8143
  },
8102
8144
  "nodeType": {
8103
8145
  "defaultValue": null,
8104
- "description": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)",
8146
+ "description": "The read-only **`nodeType`** property of a Node interface is an integer that identifies what the node is.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)",
8105
8147
  "name": "nodeType",
8106
8148
  "parent": {
8107
8149
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8120,7 +8162,7 @@
8120
8162
  },
8121
8163
  "nodeValue": {
8122
8164
  "defaultValue": null,
8123
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)",
8165
+ "description": "The **`nodeValue`** property of the Node interface returns or sets the value of the current node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)",
8124
8166
  "name": "nodeValue",
8125
8167
  "parent": {
8126
8168
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8139,7 +8181,7 @@
8139
8181
  },
8140
8182
  "parentElement": {
8141
8183
  "defaultValue": null,
8142
- "description": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)",
8184
+ "description": "The read-only **`parentElement`** property of Node interface returns the DOM node's parent Element, or `null` if the node either has no parent, or its parent isn't a DOM Element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)",
8143
8185
  "name": "parentElement",
8144
8186
  "parent": {
8145
8187
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8158,7 +8200,7 @@
8158
8200
  },
8159
8201
  "parentNode": {
8160
8202
  "defaultValue": null,
8161
- "description": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)",
8203
+ "description": "The read-only **`parentNode`** property of the Node interface returns the parent of the specified node in the DOM tree.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)",
8162
8204
  "name": "parentNode",
8163
8205
  "parent": {
8164
8206
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8177,7 +8219,7 @@
8177
8219
  },
8178
8220
  "previousSibling": {
8179
8221
  "defaultValue": null,
8180
- "description": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)",
8222
+ "description": "The read-only **`previousSibling`** property of the Node interface returns the node immediately preceding the specified one in its parent's or `null` if the specified node is the first in that list.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)",
8181
8223
  "name": "previousSibling",
8182
8224
  "parent": {
8183
8225
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8194,28 +8236,9 @@
8194
8236
  "name": "ChildNode"
8195
8237
  }
8196
8238
  },
8197
- "textContent": {
8198
- "defaultValue": null,
8199
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)",
8200
- "name": "textContent",
8201
- "parent": {
8202
- "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
8203
- "name": "Node"
8204
- },
8205
- "declarations": [
8206
- {
8207
- "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
8208
- "name": "Node"
8209
- }
8210
- ],
8211
- "required": true,
8212
- "type": {
8213
- "name": "string"
8214
- }
8215
- },
8216
8239
  "appendChild": {
8217
8240
  "defaultValue": null,
8218
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)",
8241
+ "description": "The **`appendChild()`** method of the Node interface adds a node to the end of the list of children of a specified parent node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)",
8219
8242
  "name": "appendChild",
8220
8243
  "parent": {
8221
8244
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8234,7 +8257,7 @@
8234
8257
  },
8235
8258
  "cloneNode": {
8236
8259
  "defaultValue": null,
8237
- "description": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)",
8260
+ "description": "The **`cloneNode()`** method of the Node interface returns a duplicate of the node on which this method was called.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)",
8238
8261
  "name": "cloneNode",
8239
8262
  "parent": {
8240
8263
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8253,7 +8276,7 @@
8253
8276
  },
8254
8277
  "compareDocumentPosition": {
8255
8278
  "defaultValue": null,
8256
- "description": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)",
8279
+ "description": "The **`compareDocumentPosition()`** method of the Node interface reports the position of its argument node relative to the node on which it is called.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)",
8257
8280
  "name": "compareDocumentPosition",
8258
8281
  "parent": {
8259
8282
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8272,7 +8295,7 @@
8272
8295
  },
8273
8296
  "contains": {
8274
8297
  "defaultValue": null,
8275
- "description": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)",
8298
+ "description": "The **`contains()`** method of the Node interface returns a boolean value indicating whether a node is a descendant of a given node, that is the node itself, one of its direct children (Node.childNodes), one of the children's direct children, and so on.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)",
8276
8299
  "name": "contains",
8277
8300
  "parent": {
8278
8301
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8291,7 +8314,7 @@
8291
8314
  },
8292
8315
  "getRootNode": {
8293
8316
  "defaultValue": null,
8294
- "description": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)",
8317
+ "description": "The **`getRootNode()`** method of the Node interface returns the context object's root, which optionally includes the shadow root if it is available.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)",
8295
8318
  "name": "getRootNode",
8296
8319
  "parent": {
8297
8320
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8310,7 +8333,7 @@
8310
8333
  },
8311
8334
  "hasChildNodes": {
8312
8335
  "defaultValue": null,
8313
- "description": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)",
8336
+ "description": "The **`hasChildNodes()`** method of the Node interface returns a boolean value indicating whether the given Node has child nodes or not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)",
8314
8337
  "name": "hasChildNodes",
8315
8338
  "parent": {
8316
8339
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8329,7 +8352,7 @@
8329
8352
  },
8330
8353
  "insertBefore": {
8331
8354
  "defaultValue": null,
8332
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)",
8355
+ "description": "The **`insertBefore()`** method of the Node interface inserts a node before a _reference node_ as a child of a specified _parent node_.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)",
8333
8356
  "name": "insertBefore",
8334
8357
  "parent": {
8335
8358
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8348,7 +8371,7 @@
8348
8371
  },
8349
8372
  "isDefaultNamespace": {
8350
8373
  "defaultValue": null,
8351
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)",
8374
+ "description": "The **`isDefaultNamespace()`** method of the Node interface accepts a namespace URI as an argument.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)",
8352
8375
  "name": "isDefaultNamespace",
8353
8376
  "parent": {
8354
8377
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8367,7 +8390,7 @@
8367
8390
  },
8368
8391
  "isEqualNode": {
8369
8392
  "defaultValue": null,
8370
- "description": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)",
8393
+ "description": "The **`isEqualNode()`** method of the Node interface tests whether two nodes are equal.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)",
8371
8394
  "name": "isEqualNode",
8372
8395
  "parent": {
8373
8396
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8386,7 +8409,7 @@
8386
8409
  },
8387
8410
  "isSameNode": {
8388
8411
  "defaultValue": null,
8389
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)",
8412
+ "description": "The **`isSameNode()`** method of the Node interface is a legacy alias the for the `===` strict equality operator.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)",
8390
8413
  "name": "isSameNode",
8391
8414
  "parent": {
8392
8415
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8405,7 +8428,7 @@
8405
8428
  },
8406
8429
  "lookupNamespaceURI": {
8407
8430
  "defaultValue": null,
8408
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)",
8431
+ "description": "The **`lookupNamespaceURI()`** method of the Node interface takes a prefix as parameter and returns the namespace URI associated with it on the given node if found (and `null` if not).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)",
8409
8432
  "name": "lookupNamespaceURI",
8410
8433
  "parent": {
8411
8434
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8424,7 +8447,7 @@
8424
8447
  },
8425
8448
  "lookupPrefix": {
8426
8449
  "defaultValue": null,
8427
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)",
8450
+ "description": "The **`lookupPrefix()`** method of the Node interface returns a string containing the prefix for a given namespace URI, if present, and `null` if not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)",
8428
8451
  "name": "lookupPrefix",
8429
8452
  "parent": {
8430
8453
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8443,7 +8466,7 @@
8443
8466
  },
8444
8467
  "normalize": {
8445
8468
  "defaultValue": null,
8446
- "description": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)",
8469
+ "description": "The **`normalize()`** method of the Node interface puts the specified node and all of its sub-tree into a _normalized_ form.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)",
8447
8470
  "name": "normalize",
8448
8471
  "parent": {
8449
8472
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8462,7 +8485,7 @@
8462
8485
  },
8463
8486
  "removeChild": {
8464
8487
  "defaultValue": null,
8465
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)",
8488
+ "description": "The **`removeChild()`** method of the Node interface removes a child node from the DOM and returns the removed node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)",
8466
8489
  "name": "removeChild",
8467
8490
  "parent": {
8468
8491
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8481,7 +8504,7 @@
8481
8504
  },
8482
8505
  "replaceChild": {
8483
8506
  "defaultValue": null,
8484
- "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)",
8507
+ "description": "The **`replaceChild()`** method of the Node interface replaces a child node within the given (parent) node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)",
8485
8508
  "name": "replaceChild",
8486
8509
  "parent": {
8487
8510
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8842,7 +8865,7 @@
8842
8865
  },
8843
8866
  "dispatchEvent": {
8844
8867
  "defaultValue": null,
8845
- "description": "Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)",
8868
+ "description": "The **`dispatchEvent()`** method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)",
8846
8869
  "name": "dispatchEvent",
8847
8870
  "parent": {
8848
8871
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -8859,6 +8882,25 @@
8859
8882
  "name": "(event: Event) => boolean"
8860
8883
  }
8861
8884
  },
8885
+ "ariaActiveDescendantElement": {
8886
+ "defaultValue": null,
8887
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaActiveDescendantElement)",
8888
+ "name": "ariaActiveDescendantElement",
8889
+ "parent": {
8890
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
8891
+ "name": "ARIAMixin"
8892
+ },
8893
+ "declarations": [
8894
+ {
8895
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
8896
+ "name": "ARIAMixin"
8897
+ }
8898
+ ],
8899
+ "required": true,
8900
+ "type": {
8901
+ "name": "Element"
8902
+ }
8903
+ },
8862
8904
  "ariaAtomic": {
8863
8905
  "defaultValue": null,
8864
8906
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)",
@@ -9049,6 +9091,25 @@
9049
9091
  "name": "string"
9050
9092
  }
9051
9093
  },
9094
+ "ariaControlsElements": {
9095
+ "defaultValue": null,
9096
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaControlsElements)",
9097
+ "name": "ariaControlsElements",
9098
+ "parent": {
9099
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9100
+ "name": "ARIAMixin"
9101
+ },
9102
+ "declarations": [
9103
+ {
9104
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9105
+ "name": "ARIAMixin"
9106
+ }
9107
+ ],
9108
+ "required": true,
9109
+ "type": {
9110
+ "name": "readonly Element[]"
9111
+ }
9112
+ },
9052
9113
  "ariaCurrent": {
9053
9114
  "defaultValue": null,
9054
9115
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)",
@@ -9068,6 +9129,25 @@
9068
9129
  "name": "string"
9069
9130
  }
9070
9131
  },
9132
+ "ariaDescribedByElements": {
9133
+ "defaultValue": null,
9134
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescribedByElements)",
9135
+ "name": "ariaDescribedByElements",
9136
+ "parent": {
9137
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9138
+ "name": "ARIAMixin"
9139
+ },
9140
+ "declarations": [
9141
+ {
9142
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9143
+ "name": "ARIAMixin"
9144
+ }
9145
+ ],
9146
+ "required": true,
9147
+ "type": {
9148
+ "name": "readonly Element[]"
9149
+ }
9150
+ },
9071
9151
  "ariaDescription": {
9072
9152
  "defaultValue": null,
9073
9153
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)",
@@ -9087,6 +9167,25 @@
9087
9167
  "name": "string"
9088
9168
  }
9089
9169
  },
9170
+ "ariaDetailsElements": {
9171
+ "defaultValue": null,
9172
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDetailsElements)",
9173
+ "name": "ariaDetailsElements",
9174
+ "parent": {
9175
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9176
+ "name": "ARIAMixin"
9177
+ },
9178
+ "declarations": [
9179
+ {
9180
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9181
+ "name": "ARIAMixin"
9182
+ }
9183
+ ],
9184
+ "required": true,
9185
+ "type": {
9186
+ "name": "readonly Element[]"
9187
+ }
9188
+ },
9090
9189
  "ariaDisabled": {
9091
9190
  "defaultValue": null,
9092
9191
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)",
@@ -9106,6 +9205,25 @@
9106
9205
  "name": "string"
9107
9206
  }
9108
9207
  },
9208
+ "ariaErrorMessageElements": {
9209
+ "defaultValue": null,
9210
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaErrorMessageElements)",
9211
+ "name": "ariaErrorMessageElements",
9212
+ "parent": {
9213
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9214
+ "name": "ARIAMixin"
9215
+ },
9216
+ "declarations": [
9217
+ {
9218
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9219
+ "name": "ARIAMixin"
9220
+ }
9221
+ ],
9222
+ "required": true,
9223
+ "type": {
9224
+ "name": "readonly Element[]"
9225
+ }
9226
+ },
9109
9227
  "ariaExpanded": {
9110
9228
  "defaultValue": null,
9111
9229
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)",
@@ -9125,6 +9243,25 @@
9125
9243
  "name": "string"
9126
9244
  }
9127
9245
  },
9246
+ "ariaFlowToElements": {
9247
+ "defaultValue": null,
9248
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaFlowToElements)",
9249
+ "name": "ariaFlowToElements",
9250
+ "parent": {
9251
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9252
+ "name": "ARIAMixin"
9253
+ },
9254
+ "declarations": [
9255
+ {
9256
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9257
+ "name": "ARIAMixin"
9258
+ }
9259
+ ],
9260
+ "required": true,
9261
+ "type": {
9262
+ "name": "readonly Element[]"
9263
+ }
9264
+ },
9128
9265
  "ariaHasPopup": {
9129
9266
  "defaultValue": null,
9130
9267
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)",
@@ -9165,7 +9302,7 @@
9165
9302
  },
9166
9303
  "ariaInvalid": {
9167
9304
  "defaultValue": null,
9168
- "description": "",
9305
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid)",
9169
9306
  "name": "ariaInvalid",
9170
9307
  "parent": {
9171
9308
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -9220,6 +9357,25 @@
9220
9357
  "name": "string"
9221
9358
  }
9222
9359
  },
9360
+ "ariaLabelledByElements": {
9361
+ "defaultValue": null,
9362
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabelledByElements)",
9363
+ "name": "ariaLabelledByElements",
9364
+ "parent": {
9365
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9366
+ "name": "ARIAMixin"
9367
+ },
9368
+ "declarations": [
9369
+ {
9370
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9371
+ "name": "ARIAMixin"
9372
+ }
9373
+ ],
9374
+ "required": true,
9375
+ "type": {
9376
+ "name": "readonly Element[]"
9377
+ }
9378
+ },
9223
9379
  "ariaLevel": {
9224
9380
  "defaultValue": null,
9225
9381
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)",
@@ -9334,6 +9490,25 @@
9334
9490
  "name": "string"
9335
9491
  }
9336
9492
  },
9493
+ "ariaOwnsElements": {
9494
+ "defaultValue": null,
9495
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOwnsElements)",
9496
+ "name": "ariaOwnsElements",
9497
+ "parent": {
9498
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9499
+ "name": "ARIAMixin"
9500
+ },
9501
+ "declarations": [
9502
+ {
9503
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
9504
+ "name": "ARIAMixin"
9505
+ }
9506
+ ],
9507
+ "required": true,
9508
+ "type": {
9509
+ "name": "readonly Element[]"
9510
+ }
9511
+ },
9337
9512
  "ariaPlaceholder": {
9338
9513
  "defaultValue": null,
9339
9514
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)",
@@ -9678,7 +9853,7 @@
9678
9853
  },
9679
9854
  "role": {
9680
9855
  "defaultValue": null,
9681
- "description": "",
9856
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/role)",
9682
9857
  "name": "role",
9683
9858
  "parent": {
9684
9859
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10189,7 +10364,7 @@
10189
10364
  },
10190
10365
  "onabort": {
10191
10366
  "defaultValue": null,
10192
- "description": "Fires when the user aborts the download.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)",
10367
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)",
10193
10368
  "name": "onabort",
10194
10369
  "parent": {
10195
10370
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10298,7 +10473,7 @@
10298
10473
  ],
10299
10474
  "required": true,
10300
10475
  "type": {
10301
- "name": "(this: GlobalEventHandlers, ev: MouseEvent) => any"
10476
+ "name": "(this: GlobalEventHandlers, ev: PointerEvent) => any"
10302
10477
  }
10303
10478
  },
10304
10479
  "onbeforeinput": {
@@ -10320,6 +10495,25 @@
10320
10495
  "name": "(this: GlobalEventHandlers, ev: InputEvent) => any"
10321
10496
  }
10322
10497
  },
10498
+ "onbeforematch": {
10499
+ "defaultValue": null,
10500
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforematch_event)",
10501
+ "name": "onbeforematch",
10502
+ "parent": {
10503
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
10504
+ "name": "GlobalEventHandlers"
10505
+ },
10506
+ "declarations": [
10507
+ {
10508
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
10509
+ "name": "GlobalEventHandlers"
10510
+ }
10511
+ ],
10512
+ "required": true,
10513
+ "type": {
10514
+ "name": "(this: GlobalEventHandlers, ev: Event) => any"
10515
+ }
10516
+ },
10323
10517
  "onbeforetoggle": {
10324
10518
  "defaultValue": null,
10325
10519
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)",
@@ -10336,12 +10530,12 @@
10336
10530
  ],
10337
10531
  "required": true,
10338
10532
  "type": {
10339
- "name": "(this: GlobalEventHandlers, ev: Event) => any"
10533
+ "name": "(this: GlobalEventHandlers, ev: ToggleEvent) => any"
10340
10534
  }
10341
10535
  },
10342
10536
  "onblur": {
10343
10537
  "defaultValue": null,
10344
- "description": "Fires when the object loses the input focus.\n@param ev The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)",
10538
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)",
10345
10539
  "name": "onblur",
10346
10540
  "parent": {
10347
10541
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10379,7 +10573,7 @@
10379
10573
  },
10380
10574
  "oncanplay": {
10381
10575
  "defaultValue": null,
10382
- "description": "Occurs when playback is possible, but would require further buffering.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)",
10576
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)",
10383
10577
  "name": "oncanplay",
10384
10578
  "parent": {
10385
10579
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10417,7 +10611,7 @@
10417
10611
  },
10418
10612
  "onchange": {
10419
10613
  "defaultValue": null,
10420
- "description": "Fires when the contents of the object or selection have changed.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)",
10614
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)",
10421
10615
  "name": "onchange",
10422
10616
  "parent": {
10423
10617
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10436,7 +10630,7 @@
10436
10630
  },
10437
10631
  "onclick": {
10438
10632
  "defaultValue": null,
10439
- "description": "Fires when the user clicks the left mouse button on the object\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)",
10633
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)",
10440
10634
  "name": "onclick",
10441
10635
  "parent": {
10442
10636
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10450,7 +10644,7 @@
10450
10644
  ],
10451
10645
  "required": true,
10452
10646
  "type": {
10453
- "name": "(this: GlobalEventHandlers, ev: MouseEvent) => any"
10647
+ "name": "(this: GlobalEventHandlers, ev: PointerEvent) => any"
10454
10648
  }
10455
10649
  },
10456
10650
  "onclose": {
@@ -10493,7 +10687,7 @@
10493
10687
  },
10494
10688
  "oncontextmenu": {
10495
10689
  "defaultValue": null,
10496
- "description": "Fires when the user clicks the right mouse button in the client area, opening the context menu.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)",
10690
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)",
10497
10691
  "name": "oncontextmenu",
10498
10692
  "parent": {
10499
10693
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10507,7 +10701,7 @@
10507
10701
  ],
10508
10702
  "required": true,
10509
10703
  "type": {
10510
- "name": "(this: GlobalEventHandlers, ev: MouseEvent) => any"
10704
+ "name": "(this: GlobalEventHandlers, ev: PointerEvent) => any"
10511
10705
  }
10512
10706
  },
10513
10707
  "oncontextrestored": {
@@ -10588,7 +10782,7 @@
10588
10782
  },
10589
10783
  "ondblclick": {
10590
10784
  "defaultValue": null,
10591
- "description": "Fires when the user double-clicks the object.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)",
10785
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)",
10592
10786
  "name": "ondblclick",
10593
10787
  "parent": {
10594
10788
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10607,7 +10801,7 @@
10607
10801
  },
10608
10802
  "ondrag": {
10609
10803
  "defaultValue": null,
10610
- "description": "Fires on the source object continuously during a drag operation.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)",
10804
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)",
10611
10805
  "name": "ondrag",
10612
10806
  "parent": {
10613
10807
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10626,7 +10820,7 @@
10626
10820
  },
10627
10821
  "ondragend": {
10628
10822
  "defaultValue": null,
10629
- "description": "Fires on the source object when the user releases the mouse at the close of a drag operation.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)",
10823
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)",
10630
10824
  "name": "ondragend",
10631
10825
  "parent": {
10632
10826
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10645,7 +10839,7 @@
10645
10839
  },
10646
10840
  "ondragenter": {
10647
10841
  "defaultValue": null,
10648
- "description": "Fires on the target element when the user drags the object to a valid drop target.\n@param ev The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)",
10842
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)",
10649
10843
  "name": "ondragenter",
10650
10844
  "parent": {
10651
10845
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10664,7 +10858,7 @@
10664
10858
  },
10665
10859
  "ondragleave": {
10666
10860
  "defaultValue": null,
10667
- "description": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.\n@param ev The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)",
10861
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)",
10668
10862
  "name": "ondragleave",
10669
10863
  "parent": {
10670
10864
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10683,7 +10877,7 @@
10683
10877
  },
10684
10878
  "ondragover": {
10685
10879
  "defaultValue": null,
10686
- "description": "Fires on the target element continuously while the user drags the object over a valid drop target.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)",
10880
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)",
10687
10881
  "name": "ondragover",
10688
10882
  "parent": {
10689
10883
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10702,7 +10896,7 @@
10702
10896
  },
10703
10897
  "ondragstart": {
10704
10898
  "defaultValue": null,
10705
- "description": "Fires on the source object when the user starts to drag a text selection or selected object.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)",
10899
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)",
10706
10900
  "name": "ondragstart",
10707
10901
  "parent": {
10708
10902
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10740,7 +10934,7 @@
10740
10934
  },
10741
10935
  "ondurationchange": {
10742
10936
  "defaultValue": null,
10743
- "description": "Occurs when the duration attribute is updated.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)",
10937
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)",
10744
10938
  "name": "ondurationchange",
10745
10939
  "parent": {
10746
10940
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10759,7 +10953,7 @@
10759
10953
  },
10760
10954
  "onemptied": {
10761
10955
  "defaultValue": null,
10762
- "description": "Occurs when the media element is reset to its initial state.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)",
10956
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)",
10763
10957
  "name": "onemptied",
10764
10958
  "parent": {
10765
10959
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10778,7 +10972,7 @@
10778
10972
  },
10779
10973
  "onended": {
10780
10974
  "defaultValue": null,
10781
- "description": "Occurs when the end of playback is reached.\n@param ev The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)",
10975
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)",
10782
10976
  "name": "onended",
10783
10977
  "parent": {
10784
10978
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10797,7 +10991,7 @@
10797
10991
  },
10798
10992
  "onerror": {
10799
10993
  "defaultValue": null,
10800
- "description": "Fires when an error occurs during object loading.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)",
10994
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)",
10801
10995
  "name": "onerror",
10802
10996
  "parent": {
10803
10997
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10816,7 +11010,7 @@
10816
11010
  },
10817
11011
  "onfocus": {
10818
11012
  "defaultValue": null,
10819
- "description": "Fires when the object receives focus.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)",
11013
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)",
10820
11014
  "name": "onfocus",
10821
11015
  "parent": {
10822
11016
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10911,7 +11105,7 @@
10911
11105
  },
10912
11106
  "onkeydown": {
10913
11107
  "defaultValue": null,
10914
- "description": "Fires when the user presses a key.\n@param ev The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)",
11108
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)",
10915
11109
  "name": "onkeydown",
10916
11110
  "parent": {
10917
11111
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10930,7 +11124,7 @@
10930
11124
  },
10931
11125
  "onkeypress": {
10932
11126
  "defaultValue": null,
10933
- "description": "Fires when the user presses an alphanumeric key.\n@param ev The event.\n@deprecated [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)",
11127
+ "description": "@deprecated [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)",
10934
11128
  "name": "onkeypress",
10935
11129
  "parent": {
10936
11130
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10949,7 +11143,7 @@
10949
11143
  },
10950
11144
  "onkeyup": {
10951
11145
  "defaultValue": null,
10952
- "description": "Fires when the user releases a key.\n@param ev The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)",
11146
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)",
10953
11147
  "name": "onkeyup",
10954
11148
  "parent": {
10955
11149
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10968,7 +11162,7 @@
10968
11162
  },
10969
11163
  "onload": {
10970
11164
  "defaultValue": null,
10971
- "description": "Fires immediately after the browser loads the object.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)",
11165
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/load_event)",
10972
11166
  "name": "onload",
10973
11167
  "parent": {
10974
11168
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -10987,7 +11181,7 @@
10987
11181
  },
10988
11182
  "onloadeddata": {
10989
11183
  "defaultValue": null,
10990
- "description": "Occurs when media data is loaded at the current playback position.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)",
11184
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)",
10991
11185
  "name": "onloadeddata",
10992
11186
  "parent": {
10993
11187
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11006,7 +11200,7 @@
11006
11200
  },
11007
11201
  "onloadedmetadata": {
11008
11202
  "defaultValue": null,
11009
- "description": "Occurs when the duration and dimensions of the media have been determined.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)",
11203
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)",
11010
11204
  "name": "onloadedmetadata",
11011
11205
  "parent": {
11012
11206
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11025,7 +11219,7 @@
11025
11219
  },
11026
11220
  "onloadstart": {
11027
11221
  "defaultValue": null,
11028
- "description": "Occurs when Internet Explorer begins looking for media data.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)",
11222
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)",
11029
11223
  "name": "onloadstart",
11030
11224
  "parent": {
11031
11225
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11063,7 +11257,7 @@
11063
11257
  },
11064
11258
  "onmousedown": {
11065
11259
  "defaultValue": null,
11066
- "description": "Fires when the user clicks the object with either mouse button.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)",
11260
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)",
11067
11261
  "name": "onmousedown",
11068
11262
  "parent": {
11069
11263
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11120,7 +11314,7 @@
11120
11314
  },
11121
11315
  "onmousemove": {
11122
11316
  "defaultValue": null,
11123
- "description": "Fires when the user moves the mouse over the object.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)",
11317
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)",
11124
11318
  "name": "onmousemove",
11125
11319
  "parent": {
11126
11320
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11139,7 +11333,7 @@
11139
11333
  },
11140
11334
  "onmouseout": {
11141
11335
  "defaultValue": null,
11142
- "description": "Fires when the user moves the mouse pointer outside the boundaries of the object.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)",
11336
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)",
11143
11337
  "name": "onmouseout",
11144
11338
  "parent": {
11145
11339
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11158,7 +11352,7 @@
11158
11352
  },
11159
11353
  "onmouseover": {
11160
11354
  "defaultValue": null,
11161
- "description": "Fires when the user moves the mouse pointer into the object.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)",
11355
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)",
11162
11356
  "name": "onmouseover",
11163
11357
  "parent": {
11164
11358
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11177,7 +11371,7 @@
11177
11371
  },
11178
11372
  "onmouseup": {
11179
11373
  "defaultValue": null,
11180
- "description": "Fires when the user releases a mouse button while the mouse is over the object.\n@param ev The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)",
11374
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)",
11181
11375
  "name": "onmouseup",
11182
11376
  "parent": {
11183
11377
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11215,7 +11409,7 @@
11215
11409
  },
11216
11410
  "onpause": {
11217
11411
  "defaultValue": null,
11218
- "description": "Occurs when playback is paused.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)",
11412
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)",
11219
11413
  "name": "onpause",
11220
11414
  "parent": {
11221
11415
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11234,7 +11428,7 @@
11234
11428
  },
11235
11429
  "onplay": {
11236
11430
  "defaultValue": null,
11237
- "description": "Occurs when the play method is requested.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)",
11431
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)",
11238
11432
  "name": "onplay",
11239
11433
  "parent": {
11240
11434
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11253,7 +11447,7 @@
11253
11447
  },
11254
11448
  "onplaying": {
11255
11449
  "defaultValue": null,
11256
- "description": "Occurs when the audio or video has started playing.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)",
11450
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)",
11257
11451
  "name": "onplaying",
11258
11452
  "parent": {
11259
11453
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11403,6 +11597,25 @@
11403
11597
  "name": "(this: GlobalEventHandlers, ev: PointerEvent) => any"
11404
11598
  }
11405
11599
  },
11600
+ "onpointerrawupdate": {
11601
+ "defaultValue": null,
11602
+ "description": "Available only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerrawupdate_event)",
11603
+ "name": "onpointerrawupdate",
11604
+ "parent": {
11605
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
11606
+ "name": "GlobalEventHandlers"
11607
+ },
11608
+ "declarations": [
11609
+ {
11610
+ "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
11611
+ "name": "GlobalEventHandlers"
11612
+ }
11613
+ ],
11614
+ "required": true,
11615
+ "type": {
11616
+ "name": "(this: GlobalEventHandlers, ev: Event) => any"
11617
+ }
11618
+ },
11406
11619
  "onpointerup": {
11407
11620
  "defaultValue": null,
11408
11621
  "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)",
@@ -11424,7 +11637,7 @@
11424
11637
  },
11425
11638
  "onprogress": {
11426
11639
  "defaultValue": null,
11427
- "description": "Occurs to indicate progress while downloading media data.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)",
11640
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)",
11428
11641
  "name": "onprogress",
11429
11642
  "parent": {
11430
11643
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11443,7 +11656,7 @@
11443
11656
  },
11444
11657
  "onratechange": {
11445
11658
  "defaultValue": null,
11446
- "description": "Occurs when the playback rate is increased or decreased.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)",
11659
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)",
11447
11660
  "name": "onratechange",
11448
11661
  "parent": {
11449
11662
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11462,7 +11675,7 @@
11462
11675
  },
11463
11676
  "onreset": {
11464
11677
  "defaultValue": null,
11465
- "description": "Fires when the user resets a form.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)",
11678
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)",
11466
11679
  "name": "onreset",
11467
11680
  "parent": {
11468
11681
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11500,7 +11713,7 @@
11500
11713
  },
11501
11714
  "onscroll": {
11502
11715
  "defaultValue": null,
11503
- "description": "Fires when the user repositions the scroll box in the scroll bar on the object.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)",
11716
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)",
11504
11717
  "name": "onscroll",
11505
11718
  "parent": {
11506
11719
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11557,7 +11770,7 @@
11557
11770
  },
11558
11771
  "onseeked": {
11559
11772
  "defaultValue": null,
11560
- "description": "Occurs when the seek operation ends.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)",
11773
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)",
11561
11774
  "name": "onseeked",
11562
11775
  "parent": {
11563
11776
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11576,7 +11789,7 @@
11576
11789
  },
11577
11790
  "onseeking": {
11578
11791
  "defaultValue": null,
11579
- "description": "Occurs when the current playback position is moved.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)",
11792
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)",
11580
11793
  "name": "onseeking",
11581
11794
  "parent": {
11582
11795
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11595,7 +11808,7 @@
11595
11808
  },
11596
11809
  "onselect": {
11597
11810
  "defaultValue": null,
11598
- "description": "Fires when the current selection changes.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)",
11811
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)",
11599
11812
  "name": "onselect",
11600
11813
  "parent": {
11601
11814
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11671,7 +11884,7 @@
11671
11884
  },
11672
11885
  "onstalled": {
11673
11886
  "defaultValue": null,
11674
- "description": "Occurs when the download has stopped.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)",
11887
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)",
11675
11888
  "name": "onstalled",
11676
11889
  "parent": {
11677
11890
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11709,7 +11922,7 @@
11709
11922
  },
11710
11923
  "onsuspend": {
11711
11924
  "defaultValue": null,
11712
- "description": "Occurs if the load operation has been intentionally halted.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)",
11925
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)",
11713
11926
  "name": "onsuspend",
11714
11927
  "parent": {
11715
11928
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11728,7 +11941,7 @@
11728
11941
  },
11729
11942
  "ontimeupdate": {
11730
11943
  "defaultValue": null,
11731
- "description": "Occurs to indicate the current playback position.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)",
11944
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)",
11732
11945
  "name": "ontimeupdate",
11733
11946
  "parent": {
11734
11947
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11761,7 +11974,7 @@
11761
11974
  ],
11762
11975
  "required": true,
11763
11976
  "type": {
11764
- "name": "(this: GlobalEventHandlers, ev: Event) => any"
11977
+ "name": "(this: GlobalEventHandlers, ev: ToggleEvent) => any"
11765
11978
  }
11766
11979
  },
11767
11980
  "ontouchcancel": {
@@ -11918,7 +12131,7 @@
11918
12131
  },
11919
12132
  "onvolumechange": {
11920
12133
  "defaultValue": null,
11921
- "description": "Occurs when the volume is changed, or playback is muted or unmuted.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)",
12134
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)",
11922
12135
  "name": "onvolumechange",
11923
12136
  "parent": {
11924
12137
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -11937,7 +12150,7 @@
11937
12150
  },
11938
12151
  "onwaiting": {
11939
12152
  "defaultValue": null,
11940
- "description": "Occurs when playback stops because the next frame of a video resource is not available.\n@param ev The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)",
12153
+ "description": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)",
11941
12154
  "name": "onwaiting",
11942
12155
  "parent": {
11943
12156
  "fileName": "spark-web/node_modules/typescript/lib/lib.dom.d.ts",
@@ -17027,10 +17240,10 @@
17027
17240
  "name": "() => string"
17028
17241
  }
17029
17242
  },
17030
- "__@iterator@89": {
17243
+ "__@iterator@90": {
17031
17244
  "defaultValue": null,
17032
17245
  "description": "Iterator",
17033
- "name": "__@iterator@89",
17246
+ "name": "__@iterator@90",
17034
17247
  "parent": {
17035
17248
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
17036
17249
  "name": "String"
@@ -18107,10 +18320,10 @@
18107
18320
  "name": "() => string"
18108
18321
  }
18109
18322
  },
18110
- "__@iterator@89": {
18323
+ "__@iterator@90": {
18111
18324
  "defaultValue": null,
18112
18325
  "description": "Iterator",
18113
- "name": "__@iterator@89",
18326
+ "name": "__@iterator@90",
18114
18327
  "parent": {
18115
18328
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
18116
18329
  "name": "String"
@@ -19187,10 +19400,10 @@
19187
19400
  "name": "() => string"
19188
19401
  }
19189
19402
  },
19190
- "__@iterator@89": {
19403
+ "__@iterator@90": {
19191
19404
  "defaultValue": null,
19192
19405
  "description": "Iterator",
19193
- "name": "__@iterator@89",
19406
+ "name": "__@iterator@90",
19194
19407
  "parent": {
19195
19408
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
19196
19409
  "name": "String"
@@ -20267,10 +20480,10 @@
20267
20480
  "name": "() => string"
20268
20481
  }
20269
20482
  },
20270
- "__@iterator@89": {
20483
+ "__@iterator@90": {
20271
20484
  "defaultValue": null,
20272
20485
  "description": "Iterator",
20273
- "name": "__@iterator@89",
20486
+ "name": "__@iterator@90",
20274
20487
  "parent": {
20275
20488
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
20276
20489
  "name": "String"
@@ -21347,10 +21560,10 @@
21347
21560
  "name": "() => string"
21348
21561
  }
21349
21562
  },
21350
- "__@iterator@89": {
21563
+ "__@iterator@90": {
21351
21564
  "defaultValue": null,
21352
21565
  "description": "Iterator",
21353
- "name": "__@iterator@89",
21566
+ "name": "__@iterator@90",
21354
21567
  "parent": {
21355
21568
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
21356
21569
  "name": "String"
@@ -22427,10 +22640,10 @@
22427
22640
  "name": "() => string"
22428
22641
  }
22429
22642
  },
22430
- "__@iterator@89": {
22643
+ "__@iterator@90": {
22431
22644
  "defaultValue": null,
22432
22645
  "description": "Iterator",
22433
- "name": "__@iterator@89",
22646
+ "name": "__@iterator@90",
22434
22647
  "parent": {
22435
22648
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
22436
22649
  "name": "String"
@@ -23507,10 +23720,10 @@
23507
23720
  "name": "() => string"
23508
23721
  }
23509
23722
  },
23510
- "__@iterator@89": {
23723
+ "__@iterator@90": {
23511
23724
  "defaultValue": null,
23512
23725
  "description": "Iterator",
23513
- "name": "__@iterator@89",
23726
+ "name": "__@iterator@90",
23514
23727
  "parent": {
23515
23728
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
23516
23729
  "name": "String"
@@ -24587,10 +24800,10 @@
24587
24800
  "name": "() => string"
24588
24801
  }
24589
24802
  },
24590
- "__@iterator@89": {
24803
+ "__@iterator@90": {
24591
24804
  "defaultValue": null,
24592
24805
  "description": "Iterator",
24593
- "name": "__@iterator@89",
24806
+ "name": "__@iterator@90",
24594
24807
  "parent": {
24595
24808
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
24596
24809
  "name": "String"
@@ -25865,10 +26078,10 @@
25865
26078
  "name": "() => string"
25866
26079
  }
25867
26080
  },
25868
- "__@iterator@89": {
26081
+ "__@iterator@90": {
25869
26082
  "defaultValue": null,
25870
26083
  "description": "Iterator",
25871
- "name": "__@iterator@89",
26084
+ "name": "__@iterator@90",
25872
26085
  "parent": {
25873
26086
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
25874
26087
  "name": "String"
@@ -25976,10 +26189,10 @@
25976
26189
  "name": "{ (locales?: string | string[], options?: NumberFormatOptions): string; (locales?: LocalesArgument, options?: NumberFormatOptions): string; } | ((locales?: LocalesArgument, options?: BigIntToLocaleStringOptions) => string) | (() => string)"
25977
26190
  }
25978
26191
  },
25979
- "__@toStringTag@92": {
26192
+ "__@toStringTag@93": {
25980
26193
  "defaultValue": null,
25981
26194
  "description": "",
25982
- "name": "__@toStringTag@92",
26195
+ "name": "__@toStringTag@93",
25983
26196
  "parent": {
25984
26197
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
25985
26198
  "name": "BigInt"
@@ -36088,7 +36301,7 @@
36088
36301
  },
36089
36302
  "splice": {
36090
36303
  "defaultValue": null,
36091
- "description": "Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param start The zero-based location in the array from which to start removing elements.\n@param deleteCount The number of elements to remove.\n@returns An array containing the elements that were deleted.\n@param start The zero-based location in the array from which to start removing elements.\n@param deleteCount The number of elements to remove.\n@param items Elements to insert into the array in place of the deleted elements.\n@returns An array containing the elements that were deleted.",
36304
+ "description": "Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.\n@param start The zero-based location in the array from which to start removing elements.\n@param deleteCount The number of elements to remove. Omitting this argument will remove all elements from the start\nparamater location to end of the array. If value of this argument is either a negative number, zero, undefined, or a type\nthat cannot be converted to an integer, the function will evaluate the argument as zero and not remove any elements.\n@returns An array containing the elements that were deleted.\n@param start The zero-based location in the array from which to start removing elements.\n@param deleteCount The number of elements to remove. If value of this argument is either a negative number, zero,\nundefined, or a type that cannot be converted to an integer, the function will evaluate the argument as zero and\nnot remove any elements.\n@param items Elements to insert into the array in place of the deleted elements.\n@returns An array containing the elements that were deleted.",
36092
36305
  "name": "splice",
36093
36306
  "parent": {
36094
36307
  "fileName": "spark-web/node_modules/typescript/lib/lib.es5.d.ts",
@@ -36658,10 +36871,10 @@
36658
36871
  "name": "(index: number, value: Ref<T>) => Ref<T>[]"
36659
36872
  }
36660
36873
  },
36661
- "__@iterator@89": {
36874
+ "__@iterator@90": {
36662
36875
  "defaultValue": null,
36663
36876
  "description": "Iterator",
36664
- "name": "__@iterator@89",
36877
+ "name": "__@iterator@90",
36665
36878
  "parent": {
36666
36879
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
36667
36880
  "name": "String"
@@ -36681,10 +36894,10 @@
36681
36894
  "name": "(() => StringIterator<string>) | (() => Iterator<ReactNode, any, any>)"
36682
36895
  }
36683
36896
  },
36684
- "__@unscopables@124": {
36897
+ "__@unscopables@125": {
36685
36898
  "defaultValue": null,
36686
36899
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
36687
- "name": "__@unscopables@124",
36900
+ "name": "__@unscopables@125",
36688
36901
  "parent": {
36689
36902
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
36690
36903
  "name": "Array"
@@ -38992,10 +39205,10 @@
38992
39205
  "name": "() => string"
38993
39206
  }
38994
39207
  },
38995
- "__@iterator@89": {
39208
+ "__@iterator@90": {
38996
39209
  "defaultValue": null,
38997
39210
  "description": "Iterator",
38998
- "name": "__@iterator@89",
39211
+ "name": "__@iterator@90",
38999
39212
  "parent": {
39000
39213
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
39001
39214
  "name": "String"
@@ -39103,10 +39316,10 @@
39103
39316
  "name": "{ (locales?: string | string[], options?: NumberFormatOptions): string; (locales?: LocalesArgument, options?: NumberFormatOptions): string; } | ((locales?: LocalesArgument, options?: BigIntToLocaleStringOptions) => string) | (() => string)"
39104
39317
  }
39105
39318
  },
39106
- "__@toStringTag@92": {
39319
+ "__@toStringTag@93": {
39107
39320
  "defaultValue": null,
39108
39321
  "description": "",
39109
- "name": "__@toStringTag@92",
39322
+ "name": "__@toStringTag@93",
39110
39323
  "parent": {
39111
39324
  "fileName": "spark-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts",
39112
39325
  "name": "BigInt"