@types/dropzone
Advanced tools
Comparing version 5.5.4 to 5.7.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Dropzone 5.5.0 | ||
// Type definitions for Dropzone 5.7.0 | ||
// Project: http://www.dropzonejs.com/ | ||
@@ -49,2 +49,8 @@ // Definitions by: Natan Vivo <https://github.com/nvivo> | ||
export interface DropzoneMockFile { | ||
name: string; | ||
size: number; | ||
[index: string]: any; | ||
} | ||
export interface DropzoneDictFileSizeUnits { | ||
@@ -232,2 +238,10 @@ tb?: string; | ||
displayExistingFile( | ||
mockFile: Dropzone.DropzoneMockFile, | ||
imageUrl: string, | ||
callback?: () => void, | ||
crossOrigin?: 'anonymous' | 'use-credentials', | ||
resizeThumbnail?: boolean, | ||
): any; | ||
createThumbnailFromUrl( | ||
@@ -234,0 +248,0 @@ file: Dropzone.DropzoneFile, |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.5.4", | ||
"version": "5.7.0", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -68,4 +68,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "73e9d0b976e4e2a0bb44aab3d450889fdc913707b5adf56d55c73873527bcbe1", | ||
"typesPublisherContentHash": "1a7b7a7ec2e9272a6380a9a166446bff4696424e9716e4d76e539c271b154e4c", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 26 May 2020 07:45:46 GMT | ||
* Last updated: Thu, 28 May 2020 08:10:57 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
@@ -14,0 +14,0 @@ * Global values: `Dropzone` |
19215
323