@types/jquery 3.5.22 → 3.5.25
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 -2
- jquery/index.d.ts +0 -27
- jquery/misc.d.ts +0 -5
- jquery/package.json +46 -46
jquery/README.md
CHANGED
|
@@ -8,9 +8,8 @@ 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:
|
|
11
|
+
* Last updated: Mon, 23 Oct 2023 17:15:17 GMT
|
|
12
12
|
* Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
|
|
13
|
-
* Global values: `$`, `Symbol`, `jQuery`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu), [Boris Yankov](https://github.com/borisyankov), [Christian Hoffmeister](https://github.com/choffmeister), [Steve Fenton](https://github.com/Steve-Fenton), [Diullei Gomes](https://github.com/Diullei), [Tass Iliopoulos](https://github.com/tasoili), [Sean Hill](https://github.com/seanski), [Guus Goossens](https://github.com/Guuz), [Kelly Summerlin](https://github.com/ksummerlin), [Basarat Ali Syed](https://github.com/basarat), [Nicholas Wolverson](https://github.com/nwolverson), [Derek Cicerone](https://github.com/derekcicerone), [Andrew Gaspar](https://github.com/AndrewGaspar), [Seikichi Kondo](https://github.com/seikichi), [Benjamin Jackman](https://github.com/benjaminjackman), [Josh Strobl](https://github.com/JoshStrobl), [John Reilly](https://github.com/johnnyreilly), [Dick van den Brink](https://github.com/DickvdBrink), [Thomas Schulz](https://github.com/King2500), [Terry Mun](https://github.com/terrymun), [Martin Badin](https://github.com/martin-badin), and [Chris Frewin](https://github.com/princefishthrower).
|
jquery/index.d.ts
CHANGED
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
// Type definitions for jquery 3.5
|
|
2
|
-
// Project: https://jquery.com
|
|
3
|
-
// Definitions by: Leonard Thieu <https://github.com/leonard-thieu>
|
|
4
|
-
// Boris Yankov <https://github.com/borisyankov>
|
|
5
|
-
// Christian Hoffmeister <https://github.com/choffmeister>
|
|
6
|
-
// Steve Fenton <https://github.com/Steve-Fenton>
|
|
7
|
-
// Diullei Gomes <https://github.com/Diullei>
|
|
8
|
-
// Tass Iliopoulos <https://github.com/tasoili>
|
|
9
|
-
// Sean Hill <https://github.com/seanski>
|
|
10
|
-
// Guus Goossens <https://github.com/Guuz>
|
|
11
|
-
// Kelly Summerlin <https://github.com/ksummerlin>
|
|
12
|
-
// Basarat Ali Syed <https://github.com/basarat>
|
|
13
|
-
// Nicholas Wolverson <https://github.com/nwolverson>
|
|
14
|
-
// Derek Cicerone <https://github.com/derekcicerone>
|
|
15
|
-
// Andrew Gaspar <https://github.com/AndrewGaspar>
|
|
16
|
-
// Seikichi Kondo <https://github.com/seikichi>
|
|
17
|
-
// Benjamin Jackman <https://github.com/benjaminjackman>
|
|
18
|
-
// Josh Strobl <https://github.com/JoshStrobl>
|
|
19
|
-
// John Reilly <https://github.com/johnnyreilly>
|
|
20
|
-
// Dick van den Brink <https://github.com/DickvdBrink>
|
|
21
|
-
// Thomas Schulz <https://github.com/King2500>
|
|
22
|
-
// Terry Mun <https://github.com/terrymun>
|
|
23
|
-
// Martin Badin <https://github.com/martin-badin>
|
|
24
|
-
// Chris Frewin <https://github.com/princefishthrower>
|
|
25
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
26
|
-
// TypeScript Version: 2.7
|
|
27
|
-
|
|
28
1
|
/// <reference types="sizzle" />
|
|
29
2
|
/// <reference path="JQueryStatic.d.ts" />
|
|
30
3
|
/// <reference path="JQuery.d.ts" />
|
jquery/misc.d.ts
CHANGED
|
@@ -5583,7 +5583,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
5583
5583
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
5584
5584
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
5585
5585
|
* @since 1.1.3
|
|
5586
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
5587
5586
|
* @example ````Log which key was depressed.
|
|
5588
5587
|
```html
|
|
5589
5588
|
<!doctype html>
|
|
@@ -5883,7 +5882,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
5883
5882
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
5884
5883
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
5885
5884
|
* @since 1.1.3
|
|
5886
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
5887
5885
|
* @example ````Log which key was depressed.
|
|
5888
5886
|
```html
|
|
5889
5887
|
<!doctype html>
|
|
@@ -6372,7 +6370,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
6372
6370
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
6373
6371
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
6374
6372
|
* @since 1.1.3
|
|
6375
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
6376
6373
|
* @example ````Log which key was depressed.
|
|
6377
6374
|
```html
|
|
6378
6375
|
<!doctype html>
|
|
@@ -6631,7 +6628,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
6631
6628
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
6632
6629
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
6633
6630
|
* @since 1.1.3
|
|
6634
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
6635
6631
|
* @example ````Log which key was depressed.
|
|
6636
6632
|
```html
|
|
6637
6633
|
<!doctype html>
|
|
@@ -6899,7 +6895,6 @@ $( document ).on( "mousemove", function( event ) {
|
|
|
6899
6895
|
* For key or mouse events, this property indicates the specific key or button that was pressed.
|
|
6900
6896
|
* @see \`{@link https://api.jquery.com/event.which/ }\`
|
|
6901
6897
|
* @since 1.1.3
|
|
6902
|
-
* @deprecated Deprecated since 3.3. See \`{@link https://github.com/jquery/api.jquery.com/issues/821 }\`.
|
|
6903
6898
|
* @example ````Log which key was depressed.
|
|
6904
6899
|
```html
|
|
6905
6900
|
<!doctype html>
|
jquery/package.json
CHANGED
|
@@ -1,119 +1,119 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.25",
|
|
4
4
|
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Leonard Thieu",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "leonard-thieu",
|
|
11
|
+
"url": "https://github.com/leonard-thieu"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Boris Yankov",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "borisyankov",
|
|
16
|
+
"url": "https://github.com/borisyankov"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Christian Hoffmeister",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "choffmeister",
|
|
21
|
+
"url": "https://github.com/choffmeister"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Steve Fenton",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "Steve-Fenton",
|
|
26
|
+
"url": "https://github.com/Steve-Fenton"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Diullei Gomes",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "Diullei",
|
|
31
|
+
"url": "https://github.com/Diullei"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Tass Iliopoulos",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "tasoili",
|
|
36
|
+
"url": "https://github.com/tasoili"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Sean Hill",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"githubUsername": "seanski",
|
|
41
|
+
"url": "https://github.com/seanski"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "Guus Goossens",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"githubUsername": "Guuz",
|
|
46
|
+
"url": "https://github.com/Guuz"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "Kelly Summerlin",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"githubUsername": "ksummerlin",
|
|
51
|
+
"url": "https://github.com/ksummerlin"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "Basarat Ali Syed",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
55
|
+
"githubUsername": "basarat",
|
|
56
|
+
"url": "https://github.com/basarat"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "Nicholas Wolverson",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
60
|
+
"githubUsername": "nwolverson",
|
|
61
|
+
"url": "https://github.com/nwolverson"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "Derek Cicerone",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"githubUsername": "derekcicerone",
|
|
66
|
+
"url": "https://github.com/derekcicerone"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "Andrew Gaspar",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"githubUsername": "AndrewGaspar",
|
|
71
|
+
"url": "https://github.com/AndrewGaspar"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"name": "Seikichi Kondo",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"githubUsername": "seikichi",
|
|
76
|
+
"url": "https://github.com/seikichi"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "Benjamin Jackman",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
80
|
+
"githubUsername": "benjaminjackman",
|
|
81
|
+
"url": "https://github.com/benjaminjackman"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"name": "Josh Strobl",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
85
|
+
"githubUsername": "JoshStrobl",
|
|
86
|
+
"url": "https://github.com/JoshStrobl"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"name": "John Reilly",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
90
|
+
"githubUsername": "johnnyreilly",
|
|
91
|
+
"url": "https://github.com/johnnyreilly"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"name": "Dick van den Brink",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"githubUsername": "DickvdBrink",
|
|
96
|
+
"url": "https://github.com/DickvdBrink"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"name": "Thomas Schulz",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
100
|
+
"githubUsername": "King2500",
|
|
101
|
+
"url": "https://github.com/King2500"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"name": "Terry Mun",
|
|
105
|
-
"
|
|
106
|
-
"
|
|
105
|
+
"githubUsername": "terrymun",
|
|
106
|
+
"url": "https://github.com/terrymun"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "Martin Badin",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
110
|
+
"githubUsername": "martin-badin",
|
|
111
|
+
"url": "https://github.com/martin-badin"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
"name": "Chris Frewin",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
115
|
+
"githubUsername": "princefishthrower",
|
|
116
|
+
"url": "https://github.com/princefishthrower"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
119
|
"main": "",
|
|
@@ -127,6 +127,6 @@
|
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@types/sizzle": "*"
|
|
129
129
|
},
|
|
130
|
-
"typesPublisherContentHash": "
|
|
130
|
+
"typesPublisherContentHash": "710a587047c56af195d6572d4f3eeebc3eede8b1565d7efa5fcdac91663241f4",
|
|
131
131
|
"typeScriptVersion": "4.5"
|
|
132
132
|
}
|