@mozaic-ds/angular 2.0.17 → 2.0.18
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
|
@@ -3469,6 +3469,8 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
|
|
|
3469
3469
|
readonly searchQuery: _angular_core.WritableSignal<string>;
|
|
3470
3470
|
/** Disabled state from ControlValueAccessor */
|
|
3471
3471
|
private readonly _disabledFromForm;
|
|
3472
|
+
/** Cache of value → label for all options ever seen (survives items changes) */
|
|
3473
|
+
private readonly _labelCache;
|
|
3472
3474
|
/** CVA callbacks */
|
|
3473
3475
|
private _onChange;
|
|
3474
3476
|
private _onTouched;
|