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