@types/react 17.0.53 → 17.0.54
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.
- react v17.0/README.md +1 -1
- react v17.0/index.d.ts +1 -7
- react v17.0/package.json +3 -3
react v17.0/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v17.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 27 Mar 2023 18:33:57 GMT
|
12
12
|
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v17.0/index.d.ts
CHANGED
@@ -1818,6 +1818,7 @@ declare namespace React {
|
|
1818
1818
|
|
1819
1819
|
// Standard HTML Attributes
|
1820
1820
|
accessKey?: string | undefined;
|
1821
|
+
autoFocus?: boolean | undefined;
|
1821
1822
|
className?: string | undefined;
|
1822
1823
|
contentEditable?: Booleanish | "inherit" | undefined;
|
1823
1824
|
contextMenu?: string | undefined;
|
@@ -1889,7 +1890,6 @@ declare namespace React {
|
|
1889
1890
|
as?: string | undefined;
|
1890
1891
|
async?: boolean | undefined;
|
1891
1892
|
autoComplete?: string | undefined;
|
1892
|
-
autoFocus?: boolean | undefined;
|
1893
1893
|
autoPlay?: boolean | undefined;
|
1894
1894
|
capture?: boolean | 'user' | 'environment' | undefined;
|
1895
1895
|
cellPadding?: number | string | undefined;
|
@@ -2042,7 +2042,6 @@ declare namespace React {
|
|
2042
2042
|
}
|
2043
2043
|
|
2044
2044
|
interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
|
2045
|
-
autoFocus?: boolean | undefined;
|
2046
2045
|
disabled?: boolean | undefined;
|
2047
2046
|
form?: string | undefined;
|
2048
2047
|
formAction?: string | undefined;
|
@@ -2188,7 +2187,6 @@ declare namespace React {
|
|
2188
2187
|
accept?: string | undefined;
|
2189
2188
|
alt?: string | undefined;
|
2190
2189
|
autoComplete?: string | undefined;
|
2191
|
-
autoFocus?: boolean | undefined;
|
2192
2190
|
capture?: boolean | 'user' | 'environment' | undefined; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
|
2193
2191
|
checked?: boolean | undefined;
|
2194
2192
|
crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
|
@@ -2223,7 +2221,6 @@ declare namespace React {
|
|
2223
2221
|
}
|
2224
2222
|
|
2225
2223
|
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
2226
|
-
autoFocus?: boolean | undefined;
|
2227
2224
|
challenge?: string | undefined;
|
2228
2225
|
disabled?: boolean | undefined;
|
2229
2226
|
form?: string | undefined;
|
@@ -2364,7 +2361,6 @@ declare namespace React {
|
|
2364
2361
|
|
2365
2362
|
interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
|
2366
2363
|
autoComplete?: string | undefined;
|
2367
|
-
autoFocus?: boolean | undefined;
|
2368
2364
|
disabled?: boolean | undefined;
|
2369
2365
|
form?: string | undefined;
|
2370
2366
|
multiple?: boolean | undefined;
|
@@ -2400,7 +2396,6 @@ declare namespace React {
|
|
2400
2396
|
|
2401
2397
|
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
2402
2398
|
autoComplete?: string | undefined;
|
2403
|
-
autoFocus?: boolean | undefined;
|
2404
2399
|
cols?: number | undefined;
|
2405
2400
|
dirName?: string | undefined;
|
2406
2401
|
disabled?: boolean | undefined;
|
@@ -2740,7 +2735,6 @@ declare namespace React {
|
|
2740
2735
|
interface WebViewHTMLAttributes<T> extends HTMLAttributes<T> {
|
2741
2736
|
allowFullScreen?: boolean | undefined;
|
2742
2737
|
allowpopups?: boolean | undefined;
|
2743
|
-
autoFocus?: boolean | undefined;
|
2744
2738
|
autosize?: boolean | undefined;
|
2745
2739
|
blinkfeatures?: string | undefined;
|
2746
2740
|
disableblinkfeatures?: string | undefined;
|
react v17.0/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "17.0.
|
3
|
+
"version": "17.0.54",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -146,8 +146,8 @@
|
|
146
146
|
"@types/scheduler": "*",
|
147
147
|
"csstype": "^3.0.2"
|
148
148
|
},
|
149
|
-
"typesPublisherContentHash": "
|
150
|
-
"typeScriptVersion": "4.
|
149
|
+
"typesPublisherContentHash": "6118ab608953d58098cc80fa5e587d94fd4eeea1865ebee38a2c70faf39d192c",
|
150
|
+
"typeScriptVersion": "4.3",
|
151
151
|
"exports": {
|
152
152
|
".": {
|
153
153
|
"types": {
|