@mozaic-ds/angular 2.0.31 → 2.0.32

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.31",
3
+ "version": "2.0.32",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -3475,7 +3475,8 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
3475
3475
  private readonly searchInputEl;
3476
3476
  private readonly viewportEl;
3477
3477
  /** Unique instance id */
3478
- readonly uid: string;
3478
+ readonly uniqId: number;
3479
+ readonly comboboxId: string;
3479
3480
  readonly listboxId: string;
3480
3481
  /** Whether the dropdown panel is open */
3481
3482
  readonly isOpen: _angular_core.WritableSignal<boolean>;