@types/jquery 3.3.28 → 3.3.29
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.
- jquery/README.md +1 -1
- jquery/legacy.d.ts +5 -2
- jquery/package.json +2 -2
jquery/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for jquery (https://jquery.com).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated: Tue,
|
|
11
|
+
* Last updated: Tue, 25 Dec 2018 21:10:47 GMT
|
|
12
12
|
* Dependencies: @types/sizzle
|
|
13
13
|
* Global values: $, Symbol, jQuery
|
|
14
14
|
|
jquery/legacy.d.ts
CHANGED
|
@@ -167,9 +167,12 @@ interface JQueryMouseEventObject extends JQueryInputEventObject {
|
|
|
167
167
|
* @deprecated Deprecated. Use \`{@link JQuery.Event }\`.
|
|
168
168
|
*/
|
|
169
169
|
interface JQueryKeyEventObject extends JQueryInputEventObject {
|
|
170
|
-
|
|
170
|
+
/** @deprecated */
|
|
171
|
+
char: string;
|
|
172
|
+
/** @deprecated */
|
|
171
173
|
charCode: number;
|
|
172
|
-
key:
|
|
174
|
+
key: string;
|
|
175
|
+
/** @deprecated */
|
|
173
176
|
keyCode: number;
|
|
174
177
|
}
|
|
175
178
|
/**
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.29",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -125,6 +125,6 @@
|
|
|
125
125
|
"dependencies": {
|
|
126
126
|
"@types/sizzle": "*"
|
|
127
127
|
},
|
|
128
|
-
"typesPublisherContentHash": "
|
|
128
|
+
"typesPublisherContentHash": "071233c6e9934a76dcae8dca364b8a702492270644476df618bccad27a3c7af1",
|
|
129
129
|
"typeScriptVersion": "2.3"
|
|
130
130
|
}
|