@snabcentr/client-ui 1.9.2 → 1.10.0
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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/esm2020/form-fields/suggestion-field/sc-suggestion-field.component.mjs +7 -3
- package/fesm2015/snabcentr-client-ui.mjs +6 -2
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +6 -2
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/form-fields/suggestion-field/sc-suggestion-field.component.d.ts +4 -0
- package/package.json +1 -1
@@ -33,6 +33,10 @@ export declare class ScSuggestionFieldComponent implements OnInit {
|
|
33
33
|
* Компонент обёртка выпадающего списка.
|
34
34
|
*/
|
35
35
|
private readonly host;
|
36
|
+
/**
|
37
|
+
* Минимальная длина поискового запроса для получения данных.
|
38
|
+
*/
|
39
|
+
private readonly minLengthSearchTerm;
|
36
40
|
/**
|
37
41
|
* Инициализирует экземпляр класса {@link ScSuggestionFieldComponent}.
|
38
42
|
*
|