@types/dropzone
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -29,2 +29,10 @@ // Type definitions for Dropzone 5.0.0 | ||
} | ||
export interface DropzoneDictFileSizeUnits { | ||
tb?: string; | ||
gb?: string; | ||
mb?: string; | ||
kb?: string; | ||
b?: string; | ||
} | ||
@@ -76,2 +84,3 @@ export interface DropzoneOptions { | ||
dictMaxFilesExceeded?: string; | ||
dictFileSizeUnits?: DropzoneDictFileSizeUnits; | ||
@@ -78,0 +87,0 @@ accept?(file: DropzoneFile, done: (error?: string | Error) => void): void; |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -46,4 +46,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7fa17bdfda63234f08bc57110e79a49a1a809f81dd30077c3818548e2f5500c0", | ||
"typesPublisherContentHash": "7fad24adc8e48b3c8fe5add3588fd5d06a53383340b598345745c20ff85afc63", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 28 Sep 2017 07:54:59 GMT | ||
* Last updated: Sat, 28 Oct 2017 00:08:10 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: Dropzone |
15427
229