cloud-ide-element 1.1.151 → 1.1.157

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
@@ -448,6 +448,9 @@ declare class CideSelectComponent implements ControlValueAccessor, Validator, On
448
448
  };
449
449
  private debugId;
450
450
  private timeoutIds;
451
+ private el;
452
+ private cdr;
453
+ private ngControl;
451
454
  private interactionCount;
452
455
  private maxInteractionCount;
453
456
  constructor(elementRef: ElementRef);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.151",
3
+ "version": "1.1.157",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"