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