ngx-sp-infra 6.5.22 → 6.5.23
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.
|
@@ -8,8 +8,8 @@ export declare class LibComboboxReworkComponent<T = RecordCombobox> implements C
|
|
|
8
8
|
private _elementRef;
|
|
9
9
|
private mutationObserver;
|
|
10
10
|
/** Valor interno do componente */
|
|
11
|
-
private _list;
|
|
12
11
|
private _value;
|
|
12
|
+
private _list$;
|
|
13
13
|
private _search$;
|
|
14
14
|
private _onTouched;
|
|
15
15
|
private _onChange;
|