UNPKG

iris-ds

Version:

Joveo iris libray

29 lines (28 loc) 825 B
import { ElementRef, AfterViewInit, OnChanges } from '@angular/core'; export declare class DropzoneComponent implements AfterViewInit, OnChanges { files: any[]; progressBar: ElementRef; src: string; title: string; subtitle: string; backgroundType: 'solid' | 'subtle'; size: 'small' | 'medium' | 'large'; imgStyles: { [type: string]: string; }; nameStyles: { [type: string]: string; }; ProgressPercentage: 0; progressState: 'verify' | 'success' | 'error'; alt: string; bgColors: string[]; colorCssClass: string; constructor(); ngAfterViewInit(): void; ngOnChanges(): void; onFileChange(pFileList: File[]): void; resetFileStack(event: any): void; deleteFile(f: any): void; setProgress(progresspercentage: any): void; }