@types/web 0.0.294 → 0.0.295
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -1
- package/ts5.6/index.d.ts +1 -1
- package/ts5.9/index.d.ts +1 -1
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.295 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.295.
|
package/index.d.ts
CHANGED
|
@@ -15999,7 +15999,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
|
15999
15999
|
*
|
|
16000
16000
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)
|
|
16001
16001
|
*/
|
|
16002
|
-
hidden: boolean;
|
|
16002
|
+
hidden: boolean | "until-found";
|
|
16003
16003
|
/**
|
|
16004
16004
|
* The HTMLElement property **`inert`** reflects the value of the element's inert attribute. It is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.
|
|
16005
16005
|
*
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -15983,7 +15983,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
|
15983
15983
|
*
|
|
15984
15984
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)
|
|
15985
15985
|
*/
|
|
15986
|
-
hidden: boolean;
|
|
15986
|
+
hidden: boolean | "until-found";
|
|
15987
15987
|
/**
|
|
15988
15988
|
* The HTMLElement property **`inert`** reflects the value of the element's inert attribute. It is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.
|
|
15989
15989
|
*
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -15996,7 +15996,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
|
15996
15996
|
*
|
|
15997
15997
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)
|
|
15998
15998
|
*/
|
|
15999
|
-
hidden: boolean;
|
|
15999
|
+
hidden: boolean | "until-found";
|
|
16000
16000
|
/**
|
|
16001
16001
|
* The HTMLElement property **`inert`** reflects the value of the element's inert attribute. It is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.
|
|
16002
16002
|
*
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -15996,7 +15996,7 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
|
|
|
15996
15996
|
*
|
|
15997
15997
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)
|
|
15998
15998
|
*/
|
|
15999
|
-
hidden: boolean;
|
|
15999
|
+
hidden: boolean | "until-found";
|
|
16000
16000
|
/**
|
|
16001
16001
|
* The HTMLElement property **`inert`** reflects the value of the element's inert attribute. It is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.
|
|
16002
16002
|
*
|