@iplab/ngx-file-upload
Advanced tools
Comparing version 19.0.0 to 19.0.1
@@ -10,6 +10,6 @@ import { FileUploadControl } from './../helpers/control.class'; | ||
export declare abstract class FileUploadAbstract implements OnInit, OnDestroy { | ||
control: InputSignal<FileUploadControl>; | ||
input: Signal<ElementRef<HTMLInputElement>>; | ||
label: Signal<ElementRef<HTMLLabelElement>>; | ||
protected isMultiple: InputSignalWithTransform<boolean, boolean | string>; | ||
readonly control: InputSignal<FileUploadControl>; | ||
readonly input: Signal<ElementRef<HTMLInputElement>>; | ||
readonly label: Signal<ElementRef<HTMLLabelElement>>; | ||
readonly isMultiple: InputSignalWithTransform<boolean, boolean | string>; | ||
protected readonly hooks: Array<Function>; | ||
@@ -16,0 +16,0 @@ protected readonly subscriptions: Array<Subscription>; |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/pIvan/file-upload/issues", | ||
"version": "19.0.0", | ||
"version": "19.0.1", | ||
"author": "Ivan Pintar", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
450145