@dev-tcloud/tcloud-ui 7.0.3 → 7.0.4
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/package.json
CHANGED
|
@@ -2180,6 +2180,8 @@ declare class TCloudUiUploadAreaComponent {
|
|
|
2180
2180
|
onFilesSelected(event: Event): void;
|
|
2181
2181
|
toFilesSelected(files: File[]): void;
|
|
2182
2182
|
generateNameFile(fileName: string): string;
|
|
2183
|
+
private static readonly COMPOUND_EXTENSIONS;
|
|
2184
|
+
private getFullExtension;
|
|
2183
2185
|
previews: string[];
|
|
2184
2186
|
onImagesSelected(files: File[]): void;
|
|
2185
2187
|
private updateProgress;
|