ngx-sp-infra 5.22.1 → 6.0.1
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.
|
@@ -123,6 +123,7 @@ export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDe
|
|
|
123
123
|
private _searchInput?;
|
|
124
124
|
private _dropdownMenu;
|
|
125
125
|
showSearchInput: boolean;
|
|
126
|
+
/** Foca no input de pesquisa interna, levando em consideração se ele está escondido ou não. */
|
|
126
127
|
focusSearchInput(): void;
|
|
127
128
|
constructor();
|
|
128
129
|
ngOnInit(): void;
|