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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"