@momentum-ui/web-components 3.0.0-beta.5 → 3.0.0-beta.7
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.
|
@@ -208,7 +208,7 @@ export declare namespace ComboBox {
|
|
|
208
208
|
renderWithoutVirtualScroll(): unknown;
|
|
209
209
|
highlightingSearchedText(option: OptionMember | string): TemplateResult<1>[];
|
|
210
210
|
addStyle(): import("lit-html/development/directive").DirectiveResult<typeof import("lit/directives/style-map.js").StyleMapDirective>;
|
|
211
|
-
|
|
211
|
+
renderItem(option: OptionMember | string, index: number): TemplateResult;
|
|
212
212
|
inputTitle(): string;
|
|
213
213
|
helpTextTemplate(): TemplateResult<1> | typeof nothing;
|
|
214
214
|
messagesTemplate(): TemplateResult<1> | typeof nothing;
|