cloud-ide-element 1.0.70 → 1.0.71

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
@@ -602,6 +602,7 @@ declare class CideEleFileInputComponent implements ControlValueAccessor, OnDestr
602
602
  readonly uploadNotificationId: _angular_core.WritableSignal<string | null>;
603
603
  readonly isDragOver: _angular_core.WritableSignal<boolean>;
604
604
  readonly groupId: _angular_core.WritableSignal<string | null>;
605
+ readonly isMultipleUploadMode: _angular_core.WritableSignal<boolean>;
605
606
  readonly hasFiles: _angular_core.Signal<boolean>;
606
607
  readonly canUpload: _angular_core.Signal<boolean>;
607
608
  readonly isInErrorState: _angular_core.Signal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"