@types/plupload
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -8,7 +8,7 @@ // Type definitions for Plupload 2.0 | ||
/** Required Options */ | ||
browse_button: any, | ||
url: string, | ||
browse_button: any; | ||
url: string; | ||
/** Filters */ | ||
filters?: plupload_filters | undefined, | ||
filters?: plupload_filters | undefined; | ||
@@ -142,5 +142,3 @@ /** Control the request */ | ||
declare namespace plupload { | ||
class Uploader { | ||
constructor(settings: plupload_settings); | ||
@@ -150,3 +148,2 @@ | ||
* Unique id for the Uploader instance. | ||
* | ||
*/ | ||
@@ -158,3 +155,2 @@ id: string; | ||
* These states are controlled by the stop/start methods. The default value is STOPPED. | ||
* | ||
*/ | ||
@@ -167,3 +163,2 @@ state: number; | ||
* Some of the current features that might be in this map is: dragdrop, chunks, jpgresize, pngresize. | ||
* | ||
*/ | ||
@@ -174,3 +169,2 @@ features: any; | ||
* Current runtime name. | ||
* | ||
*/ | ||
@@ -188,3 +182,2 @@ runtime: string; | ||
* Object with name/value settings. | ||
* | ||
*/ | ||
@@ -195,3 +188,2 @@ settings: any; | ||
* Total progess information. How many files has been uploaded, total percent etc. | ||
* | ||
*/ | ||
@@ -301,7 +293,7 @@ total: plupload_queue_progress; | ||
* @method trigger | ||
* @param {String} name Event name to fire. | ||
* @param {String} name Event name to fire. | ||
* @param {Object..} Multiple arguments to pass along to the listener functions. | ||
*/ | ||
*/ | ||
trigger(name: string, Multiple: any): any; | ||
hasEventListener(name: string): any; | ||
@@ -722,3 +714,2 @@ bind(name: string, func: any, scope?: any): any; | ||
/** | ||
@@ -751,4 +742,4 @@ * A way to predict what runtime will be choosen in the current environment with the | ||
declare module 'plupload' { | ||
declare module "plupload" { | ||
export = plupload; | ||
} |
{ | ||
"name": "@types/plupload", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "TypeScript definitions for Plupload", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plupload", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0403d8fcccd1008a374e217d5e4e2b74ca3790112385e2dbf5bce3d96d3a5cbc", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "9c6c35c853e6738d9577f8ced2ee7cdc24a9e46efe52e82d8837f12d3ee711fc", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 29 Apr 2023 04:03:41 GMT | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `plupload` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24517
641