cloud-ide-element 1.0.71 → 1.0.72
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
|
@@ -629,11 +629,12 @@ declare class CideEleFileInputComponent implements ControlValueAccessor, OnDestr
|
|
|
629
629
|
private uploadFile;
|
|
630
630
|
/**
|
|
631
631
|
* Upload multiple files with group ID support
|
|
632
|
-
*
|
|
632
|
+
* FLOW: 1) Generate group ID first, 2) Upload all files with same group ID, 3) Emit group ID on completion
|
|
633
633
|
*/
|
|
634
634
|
private uploadMultipleFiles;
|
|
635
635
|
/**
|
|
636
636
|
* Start uploading multiple files with the provided group ID
|
|
637
|
+
* All files will be uploaded with the SAME group ID that was generated before this method
|
|
637
638
|
*/
|
|
638
639
|
private startMulti;
|
|
639
640
|
/**
|