ngx-dropzone-next
Advanced tools
Comparing version 17.0.0 to 17.0.1
@@ -11,2 +11,1 @@ /** | ||
export declare function coerceNumberProperty(value: any): number; | ||
export declare function coerceNumberProperty<D>(value: any, fallback: D): number | D; |
@@ -26,3 +26,3 @@ import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; | ||
/** Set the maximum size a single file may have. */ | ||
readonly maxFileSize: import("@angular/core").InputSignalWithTransform<number, string>; | ||
readonly maxFileSize: import("@angular/core").InputSignalWithTransform<number, any>; | ||
/** Allow the dropzone container to expand vertically. */ | ||
@@ -29,0 +29,0 @@ readonly expandable: import("@angular/core").InputSignalWithTransform<boolean, any>; |
{ | ||
"name": "ngx-dropzone-next", | ||
"description": "A highly configurable dropzone component for Angular.", | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "angular", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1387
194030