@fluid-topics/ft-search-selected-facets 1.2.29 → 1.2.31
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.
|
@@ -13,7 +13,7 @@ export declare class FtSearchSelectedFacets extends FtSearchSelectedFacets_base
|
|
|
13
13
|
scope?: FtSearchScopeKeys;
|
|
14
14
|
get hasSomethingToDisplay(): boolean | undefined;
|
|
15
15
|
constructor();
|
|
16
|
-
protected render(): typeof nothing | import("lit").TemplateResult<1>;
|
|
16
|
+
protected render(): typeof nothing | import("lit-html").TemplateResult<1>;
|
|
17
17
|
private renderFacet;
|
|
18
18
|
private getSelectedValues;
|
|
19
19
|
private getLabelFromValue;
|