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>;
|