@types/dropzone
Advanced tools
Comparing version 5.5.0 to 5.5.1
@@ -134,3 +134,3 @@ // Type definitions for Dropzone 5.5.0 | ||
success?(file: DropzoneFile, response: Object | string): void; | ||
success?(file: DropzoneFile): void; | ||
successmultiple?(files: DropzoneFile[], responseText: string): void; | ||
@@ -300,3 +300,3 @@ | ||
on(eventName: 'success', callback: (file: Dropzone.DropzoneFile) => any): Dropzone; | ||
on(eventName: 'success', callback: (file: Dropzone.DropzoneFile, response: Object | string) => any): Dropzone; | ||
on(eventName: 'successmultiple', callback: (files: Dropzone.DropzoneFile[]) => any): Dropzone; | ||
@@ -346,3 +346,3 @@ | ||
emit(eventName: 'success', file: Dropzone.DropzoneFile): Dropzone; | ||
emit(eventName: 'success', file: Dropzone.DropzoneFile, response: object | string): Dropzone; | ||
emit(eventName: 'successmultiple', files: Dropzone.DropzoneFile[]): Dropzone; | ||
@@ -349,0 +349,0 @@ |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -53,3 +53,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -64,4 +64,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "9d5c51a624370c73c980075b5041c94706c3c148e3a4461c43dbdcd8bc1777f3", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "40cc0a5a397665811a603c853c5ee327c6011142894c323ac8a7a92b3ffabf59", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dropzone | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dropzone. | ||
Additional Details | ||
* Last updated: Fri, 01 Nov 2019 14:54:13 GMT | ||
* Dependencies: @types/jquery | ||
* Global values: Dropzone | ||
### Additional Details | ||
* Last updated: Tue, 10 Dec 2019 18:45:31 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
* Global values: `Dropzone` | ||
# Credits | ||
These definitions were written by Natan Vivo <https://github.com/nvivo>, Andy Hawkins <https://github.com/a904guy/,http://a904guy.com/,http://www.bmbsqd.com>, Vasya Aksyonov <https://github.com/outring>, Simon Huber <https://github.com/renuo>, Sebastiaan de Rooij <https://github.com/Hikariii>, Ted Bicknell <https://github.com/tedbcsgpro>, Daniel Waxweiler <https://github.com/dwaxweiler>, PikachuEXE <https://github.com/PikachuEXE>, and Arne Deruwe <https://github.com/arnederuwe>. | ||
These definitions were written by Natan Vivo (https://github.com/nvivo), Andy Hawkins (https://github.com/a904guy/,http://a904guy.com/,http://www.bmbsqd.com), Vasya Aksyonov (https://github.com/outring), Simon Huber (https://github.com/renuo), Sebastiaan de Rooij (https://github.com/Hikariii), Ted Bicknell (https://github.com/tedbcsgpro), Daniel Waxweiler (https://github.com/dwaxweiler), PikachuEXE (https://github.com/PikachuEXE), and Arne Deruwe (https://github.com/arnederuwe). |
17994