UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

24 lines (23 loc) 1.09 kB
import { AfterContentInit, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class BitUploadComponent implements AfterContentInit { simple: boolean; showFiles: boolean; id: string; multiple: boolean; resetEmitter: EventEmitter<any>; searchLabel: any; uploading: any; inputFile: any; filesToUpload: Array<File>; private onFileChange; constructor(); ngAfterContentInit(): void; /** Se dispara cada vez que el usuario selecciona uno o varios ficheros */ fileChangeEvent(fileInput: any): void; /** Se dispara cuando el usuario elimina un fichero de la lista */ removeFile(pos: number): void; getSearchLabel(): string; static ɵfac: i0.ɵɵFactoryDef<BitUploadComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitUploadComponent, "bit-upload", never, { "simple": "simple"; "showFiles": "showFiles"; "id": "id"; "multiple": "multiple"; "resetEmitter": "reset"; "searchLabel": "searchLabel"; "uploading": "uploading"; }, { "onFileChange": "onFileChange"; }, never, never>; }