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
- * Generates a group ID if not provided and uploads all files with the same group ID
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"