@mozaic-ds/angular 2.0.35 → 2.0.37
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/package.json
CHANGED
|
@@ -3476,7 +3476,6 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
|
|
|
3476
3476
|
readonly closed: _angular_core.OutputEmitterRef<void>;
|
|
3477
3477
|
readonly searched: _angular_core.OutputEmitterRef<string>;
|
|
3478
3478
|
private readonly triggerEl;
|
|
3479
|
-
private readonly searchInputEl;
|
|
3480
3479
|
private readonly viewportEl;
|
|
3481
3480
|
/** Unique instance id */
|
|
3482
3481
|
readonly uniqId: number;
|