@types/jquery 2.0.39 → 2.0.40
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 +2 -3
- jquery/index.d.ts +9 -0
- jquery/package.json +2 -2
- jquery/types-metadata.json +26 -21
jquery/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for jQuery 1.10.x / (http://jquery.com/).
|
|
|
8
8
|
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jquery
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
12
|
-
*
|
|
13
|
-
* Module Dependencies: none
|
|
11
|
+
* Last updated: Mon, 30 Jan 2017 20:41:24 GMT
|
|
12
|
+
* Dependencies: none
|
|
14
13
|
* Global values: $, jQuery
|
|
15
14
|
|
|
16
15
|
# Credits
|
jquery/index.d.ts
CHANGED
|
@@ -786,6 +786,15 @@ interface JQueryStatic {
|
|
|
786
786
|
*/
|
|
787
787
|
ajaxPrefilter(handler: (opts: any, originalOpts: JQueryAjaxSettings, jqXHR: JQueryXHR) => any): void;
|
|
788
788
|
|
|
789
|
+
/**
|
|
790
|
+
* Creates an object that handles the actual transmission of Ajax data.
|
|
791
|
+
*
|
|
792
|
+
* @param dataType A string identifying the data type to use.
|
|
793
|
+
* @param handler A handler to return the new transport object to use with the data type provided in the first argument.
|
|
794
|
+
* @see {@link https://api.jquery.com/jQuery.ajaxTransport/}
|
|
795
|
+
*/
|
|
796
|
+
ajaxTransport(dataType: string, handler: (opts: any, originalOpts: JQueryAjaxSettings, jqXHR: JQueryXHR) => any): void;
|
|
797
|
+
|
|
789
798
|
ajaxSettings: JQueryAjaxSettings;
|
|
790
799
|
|
|
791
800
|
/**
|
jquery/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.40",
|
|
4
4
|
"description": "TypeScript definitions for jQuery 1.10.x /",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "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>, Jason Swearingen <https://github.com/jasons-novaleaf>, 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>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, 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>",
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
"scripts": {},
|
|
13
13
|
"dependencies": {},
|
|
14
14
|
"peerDependencies": {},
|
|
15
|
-
"typesPublisherContentHash": "
|
|
15
|
+
"typesPublisherContentHash": "d32283c7cf2cf5b2a3de6d5ff0ef61fc3c922d5a6a6f933c09e2edc27d70254c",
|
|
16
16
|
"typeScriptVersion": "2.0"
|
|
17
17
|
}
|
jquery/types-metadata.json
CHANGED
|
@@ -1,25 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"libraryDependencies": [],
|
|
4
|
-
"moduleDependencies": [],
|
|
5
|
-
"libraryMajorVersion": 2,
|
|
6
|
-
"libraryMinorVersion": 0,
|
|
7
|
-
"typeScriptVersion": "2.0",
|
|
2
|
+
"name": "jquery",
|
|
8
3
|
"libraryName": "jQuery 1.10.x /",
|
|
9
|
-
"typingsPackageName": "jquery",
|
|
10
|
-
"projectName": "http://jquery.com/",
|
|
11
4
|
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
5
|
+
"data": {
|
|
6
|
+
"authors": "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>, Jason Swearingen <https://github.com/jasons-novaleaf>, 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>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, 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>",
|
|
7
|
+
"dependencies": {},
|
|
8
|
+
"pathMappings": {},
|
|
9
|
+
"libraryMajorVersion": 2,
|
|
10
|
+
"libraryMinorVersion": 0,
|
|
11
|
+
"typeScriptVersion": "2.0",
|
|
12
|
+
"libraryName": "jQuery 1.10.x /",
|
|
13
|
+
"typingsPackageName": "jquery",
|
|
14
|
+
"projectName": "http://jquery.com/",
|
|
15
|
+
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
|
|
16
|
+
"globals": [
|
|
17
|
+
"$",
|
|
18
|
+
"jQuery"
|
|
19
|
+
],
|
|
20
|
+
"declaredModules": [
|
|
21
|
+
"jquery"
|
|
22
|
+
],
|
|
23
|
+
"files": [
|
|
24
|
+
"index.d.ts"
|
|
25
|
+
],
|
|
26
|
+
"hasPackageJson": false,
|
|
27
|
+
"contentHash": "d32283c7cf2cf5b2a3de6d5ff0ef61fc3c922d5a6a6f933c09e2edc27d70254c"
|
|
28
|
+
},
|
|
29
|
+
"isLatest": true
|
|
25
30
|
}
|