@snabcentr/client-ui 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/form-fields/suggestion-field/sc-suggestion-field.component.mjs +16 -7
- package/fesm2015/snabcentr-client-ui.mjs +16 -8
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +15 -7
- 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
- package/styles/tailwind/tailwind.scss +1 -1
@@ -29,6 +29,10 @@ export declare class ScSuggestionFieldComponent implements OnInit {
|
|
29
29
|
* Перечисление типов подсказок.
|
30
30
|
*/
|
31
31
|
readonly suggestionType: typeof ScISuggestionType;
|
32
|
+
/**
|
33
|
+
* Компонент обёртка выпадающего списка.
|
34
|
+
*/
|
35
|
+
private readonly host;
|
32
36
|
/**
|
33
37
|
* Инициализирует экземпляр класса {@link ScSuggestionFieldComponent}.
|
34
38
|
*
|
package/package.json
CHANGED