cloud-ide-element 1.0.13 → 1.0.15
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
|
@@ -765,6 +765,7 @@ interface FloatingFileUploaderData {
|
|
|
765
765
|
declare class CideEleFloatingFileUploaderComponent implements OnInit, OnDestroy {
|
|
766
766
|
private destroyRef;
|
|
767
767
|
private fileManagerService;
|
|
768
|
+
fileInputRef: ElementRef<HTMLInputElement>;
|
|
768
769
|
data: FloatingFileUploaderData;
|
|
769
770
|
isVisible: _angular_core.WritableSignal<boolean>;
|
|
770
771
|
currentUserId: _angular_core.WritableSignal<string>;
|