@types/jquery 3.5.21 → 3.5.23

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/JQuery.d.ts CHANGED
@@ -12782,15 +12782,11 @@ $( "input" )
12782
12782
  ```
12783
12783
  */
12784
12784
  val():
12785
- | (TElement extends HTMLSelectElement & {type: "select-one"}
12786
- ? string
12787
- : TElement extends HTMLSelectElement & {type: "select-multiple"}
12788
- ? string[]
12789
- : TElement extends HTMLSelectElement
12790
- ? string | string[]
12791
- : TElement extends {value: string | number}
12792
- ? TElement["value"]
12793
- : string | number | string[])
12785
+ | (TElement extends HTMLSelectElement & { type: "select-one" } ? string
12786
+ : TElement extends HTMLSelectElement & { type: "select-multiple" } ? string[]
12787
+ : TElement extends HTMLSelectElement ? string | string[]
12788
+ : TElement extends { value: string | number } ? TElement["value"]
12789
+ : string | number | string[])
12794
12790
  | undefined;
12795
12791
  /**
12796
12792
  * Set the CSS width of each element in the set of matched elements.
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: Wed, 04 Oct 2023 22:35:35 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:07 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/package.json CHANGED
@@ -1,119 +1,119 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.21",
3
+ "version": "3.5.23",
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
- "url": "https://github.com/leonard-thieu",
11
- "githubUsername": "leonard-thieu"
10
+ "githubUsername": "leonard-thieu",
11
+ "url": "https://github.com/leonard-thieu"
12
12
  },
13
13
  {
14
14
  "name": "Boris Yankov",
15
- "url": "https://github.com/borisyankov",
16
- "githubUsername": "borisyankov"
15
+ "githubUsername": "borisyankov",
16
+ "url": "https://github.com/borisyankov"
17
17
  },
18
18
  {
19
19
  "name": "Christian Hoffmeister",
20
- "url": "https://github.com/choffmeister",
21
- "githubUsername": "choffmeister"
20
+ "githubUsername": "choffmeister",
21
+ "url": "https://github.com/choffmeister"
22
22
  },
23
23
  {
24
24
  "name": "Steve Fenton",
25
- "url": "https://github.com/Steve-Fenton",
26
- "githubUsername": "Steve-Fenton"
25
+ "githubUsername": "Steve-Fenton",
26
+ "url": "https://github.com/Steve-Fenton"
27
27
  },
28
28
  {
29
29
  "name": "Diullei Gomes",
30
- "url": "https://github.com/Diullei",
31
- "githubUsername": "Diullei"
30
+ "githubUsername": "Diullei",
31
+ "url": "https://github.com/Diullei"
32
32
  },
33
33
  {
34
34
  "name": "Tass Iliopoulos",
35
- "url": "https://github.com/tasoili",
36
- "githubUsername": "tasoili"
35
+ "githubUsername": "tasoili",
36
+ "url": "https://github.com/tasoili"
37
37
  },
38
38
  {
39
39
  "name": "Sean Hill",
40
- "url": "https://github.com/seanski",
41
- "githubUsername": "seanski"
40
+ "githubUsername": "seanski",
41
+ "url": "https://github.com/seanski"
42
42
  },
43
43
  {
44
44
  "name": "Guus Goossens",
45
- "url": "https://github.com/Guuz",
46
- "githubUsername": "Guuz"
45
+ "githubUsername": "Guuz",
46
+ "url": "https://github.com/Guuz"
47
47
  },
48
48
  {
49
49
  "name": "Kelly Summerlin",
50
- "url": "https://github.com/ksummerlin",
51
- "githubUsername": "ksummerlin"
50
+ "githubUsername": "ksummerlin",
51
+ "url": "https://github.com/ksummerlin"
52
52
  },
53
53
  {
54
54
  "name": "Basarat Ali Syed",
55
- "url": "https://github.com/basarat",
56
- "githubUsername": "basarat"
55
+ "githubUsername": "basarat",
56
+ "url": "https://github.com/basarat"
57
57
  },
58
58
  {
59
59
  "name": "Nicholas Wolverson",
60
- "url": "https://github.com/nwolverson",
61
- "githubUsername": "nwolverson"
60
+ "githubUsername": "nwolverson",
61
+ "url": "https://github.com/nwolverson"
62
62
  },
63
63
  {
64
64
  "name": "Derek Cicerone",
65
- "url": "https://github.com/derekcicerone",
66
- "githubUsername": "derekcicerone"
65
+ "githubUsername": "derekcicerone",
66
+ "url": "https://github.com/derekcicerone"
67
67
  },
68
68
  {
69
69
  "name": "Andrew Gaspar",
70
- "url": "https://github.com/AndrewGaspar",
71
- "githubUsername": "AndrewGaspar"
70
+ "githubUsername": "AndrewGaspar",
71
+ "url": "https://github.com/AndrewGaspar"
72
72
  },
73
73
  {
74
74
  "name": "Seikichi Kondo",
75
- "url": "https://github.com/seikichi",
76
- "githubUsername": "seikichi"
75
+ "githubUsername": "seikichi",
76
+ "url": "https://github.com/seikichi"
77
77
  },
78
78
  {
79
79
  "name": "Benjamin Jackman",
80
- "url": "https://github.com/benjaminjackman",
81
- "githubUsername": "benjaminjackman"
80
+ "githubUsername": "benjaminjackman",
81
+ "url": "https://github.com/benjaminjackman"
82
82
  },
83
83
  {
84
84
  "name": "Josh Strobl",
85
- "url": "https://github.com/JoshStrobl",
86
- "githubUsername": "JoshStrobl"
85
+ "githubUsername": "JoshStrobl",
86
+ "url": "https://github.com/JoshStrobl"
87
87
  },
88
88
  {
89
89
  "name": "John Reilly",
90
- "url": "https://github.com/johnnyreilly",
91
- "githubUsername": "johnnyreilly"
90
+ "githubUsername": "johnnyreilly",
91
+ "url": "https://github.com/johnnyreilly"
92
92
  },
93
93
  {
94
94
  "name": "Dick van den Brink",
95
- "url": "https://github.com/DickvdBrink",
96
- "githubUsername": "DickvdBrink"
95
+ "githubUsername": "DickvdBrink",
96
+ "url": "https://github.com/DickvdBrink"
97
97
  },
98
98
  {
99
99
  "name": "Thomas Schulz",
100
- "url": "https://github.com/King2500",
101
- "githubUsername": "King2500"
100
+ "githubUsername": "King2500",
101
+ "url": "https://github.com/King2500"
102
102
  },
103
103
  {
104
104
  "name": "Terry Mun",
105
- "url": "https://github.com/terrymun",
106
- "githubUsername": "terrymun"
105
+ "githubUsername": "terrymun",
106
+ "url": "https://github.com/terrymun"
107
107
  },
108
108
  {
109
109
  "name": "Martin Badin",
110
- "url": "https://github.com/martin-badin",
111
- "githubUsername": "martin-badin"
110
+ "githubUsername": "martin-badin",
111
+ "url": "https://github.com/martin-badin"
112
112
  },
113
113
  {
114
114
  "name": "Chris Frewin",
115
- "url": "https://github.com/princefishthrower",
116
- "githubUsername": "princefishthrower"
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": "253fe25bc0d90b69d8d81a232e9c5fc1d25789753ae38a451cb30e703d4d490a",
130
+ "typesPublisherContentHash": "f105c69c70d73c780940da94eaaafe713f33ed3201ff08ed18a62d7895895db1",
131
131
  "typeScriptVersion": "4.5"
132
132
  }
@@ -1,3 +0,0 @@
1
- /// <reference types="jquery" />
2
-
3
- export = jQuery;