cloud-ide-element 1.1.166 → 1.1.172
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -671,6 +671,7 @@ declare class CideEleFileInputComponent implements ControlValueAccessor, OnDestr
|
|
|
671
671
|
private handleMultipleUploadComplete;
|
|
672
672
|
private generatePreviews;
|
|
673
673
|
private clearPreviews;
|
|
674
|
+
private generateDownloadUrls;
|
|
674
675
|
private isImageFile;
|
|
675
676
|
private loadFileDetailsFromId;
|
|
676
677
|
/**
|
|
@@ -684,6 +685,7 @@ declare class CideEleFileInputComponent implements ControlValueAccessor, OnDestr
|
|
|
684
685
|
private isImageFileFromName;
|
|
685
686
|
private isImageFileFromType;
|
|
686
687
|
downloadFile(index?: number): void;
|
|
688
|
+
viewFile(index?: number): void;
|
|
687
689
|
removePreview(index: number): void;
|
|
688
690
|
ngOnDestroy(): void;
|
|
689
691
|
triggerFileSelect(): void;
|