@types/react-dom 15.5.16 → 15.5.17
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-dom v15.5/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (react-dom) (http://facebook.gi
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom/v15.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 25 Apr 2023 20:32:50 GMT
|
12
12
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
13
13
|
* Global values: `ReactDOM`, `ReactDOMServer`
|
14
14
|
|
react-dom v15.5/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "15.5.
|
3
|
+
"version": "15.5.17",
|
4
4
|
"description": "TypeScript definitions for React (react-dom)",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
|
6
6
|
"license": "MIT",
|
@@ -34,6 +34,6 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"@types/react": "^15"
|
36
36
|
},
|
37
|
-
"typesPublisherContentHash": "
|
38
|
-
"typeScriptVersion": "4.
|
37
|
+
"typesPublisherContentHash": "6be91342035e54d969c41e7361ae22cd7e620f39754cf913387e269533d43ded",
|
38
|
+
"typeScriptVersion": "4.3"
|
39
39
|
}
|
@@ -86,16 +86,19 @@ export namespace Simulate {
|
|
86
86
|
const animationIteration: EventSimulator;
|
87
87
|
const animationStart: EventSimulator;
|
88
88
|
const blur: EventSimulator;
|
89
|
+
const cancel: EventSimulator;
|
89
90
|
const canPlay: EventSimulator;
|
90
91
|
const canPlayThrough: EventSimulator;
|
91
92
|
const change: EventSimulator;
|
92
93
|
const click: EventSimulator;
|
94
|
+
const close: EventSimulator;
|
93
95
|
const compositionEnd: EventSimulator;
|
94
96
|
const compositionStart: EventSimulator;
|
95
97
|
const compositionUpdate: EventSimulator;
|
96
98
|
const contextMenu: EventSimulator;
|
97
99
|
const copy: EventSimulator;
|
98
100
|
const cut: EventSimulator;
|
101
|
+
const auxClick: EventSimulator;
|
99
102
|
const doubleClick: EventSimulator;
|
100
103
|
const drag: EventSimulator;
|
101
104
|
const dragEnd: EventSimulator;
|
@@ -132,11 +135,24 @@ export namespace Simulate {
|
|
132
135
|
const play: EventSimulator;
|
133
136
|
const playing: EventSimulator;
|
134
137
|
const progress: EventSimulator;
|
138
|
+
const pointerCancel: EventSimulator;
|
139
|
+
const pointerDown: EventSimulator;
|
140
|
+
const pointerUp: EventSimulator;
|
141
|
+
const pointerMove: EventSimulator;
|
142
|
+
const pointerOut: EventSimulator;
|
143
|
+
const pointerOver: EventSimulator;
|
144
|
+
const pointerEnter: EventSimulator;
|
145
|
+
const pointerLeave: EventSimulator;
|
146
|
+
const gotPointerCapture: EventSimulator;
|
147
|
+
const lostPointerCapture: EventSimulator;
|
135
148
|
const rateChange: EventSimulator;
|
149
|
+
const reset: EventSimulator;
|
136
150
|
const scroll: EventSimulator;
|
151
|
+
const toggle: EventSimulator;
|
137
152
|
const seeked: EventSimulator;
|
138
153
|
const seeking: EventSimulator;
|
139
154
|
const select: EventSimulator;
|
155
|
+
const beforeInput: EventSimulator;
|
140
156
|
const stalled: EventSimulator;
|
141
157
|
const submit: EventSimulator;
|
142
158
|
const suspend: EventSimulator;
|