@types/dropzone
Advanced tools
Comparing version 5.7.1 to 5.7.2
@@ -13,2 +13,3 @@ // Type definitions for Dropzone 5.7.0 | ||
// Chris Macklin <https://github.com/macklin-10x> | ||
// Michał Lipiński <https://github.com/falsyvalues> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -185,2 +186,3 @@ // TypeScript Version: 2.3 | ||
static createElement(string: string): HTMLElement; | ||
static forElement(element: string | HTMLElement): Dropzone; | ||
static isBrowserSupported(): boolean; | ||
@@ -187,0 +189,0 @@ static instances: Dropzone[]; |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.7.1", | ||
"version": "5.7.2", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -55,2 +55,7 @@ "license": "MIT", | ||
"githubUsername": "macklin-10x" | ||
}, | ||
{ | ||
"name": "Michał Lipiński", | ||
"url": "https://github.com/falsyvalues", | ||
"githubUsername": "falsyvalues" | ||
} | ||
@@ -69,4 +74,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ab1f2547a61d6d1586118285b22886cc7f05bab50c7bea7ef607ce57df31152c", | ||
"typesPublisherContentHash": "80a18cf6a7a8f71f969f9bf550762731d8ec03347a9760768761e042d8277491", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 13 Oct 2020 16:04:09 GMT | ||
* Last updated: Fri, 23 Oct 2020 13:54:38 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
@@ -17,2 +17,2 @@ * 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), [Arne Deruwe](https://github.com/arnederuwe), and [Chris Macklin](https://github.com/macklin-10x). | ||
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), [Arne Deruwe](https://github.com/arnederuwe), [Chris Macklin](https://github.com/macklin-10x), and [Michał Lipiński](https://github.com/falsyvalues). |
19601
326