@mozaic-ds/angular 2.0.35 → 2.0.36

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -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;