@fluid-topics/ft-filter 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.
@@ -21,7 +21,7 @@ export declare class FtFilterLevel extends FtLitElement {
21
21
  get hasHiddenValues(): boolean;
22
22
  private get limit();
23
23
  get height(): number;
24
- protected render(): import("lit").TemplateResult<1>;
24
+ protected render(): import("lit-html").TemplateResult<1>;
25
25
  private goBackOnKeyPress;
26
26
  private goBackOnClick;
27
27
  private displayMore;
@@ -37,7 +37,7 @@ export declare class FtFilter extends FtLitElement implements FtFilterProperties
37
37
  private get flatOptions();
38
38
  private get childrenFilteredFlatOptions();
39
39
  get selectedValues(): any[];
40
- protected render(): import("lit").TemplateResult<1>;
40
+ protected render(): import("lit-html").TemplateResult<1>;
41
41
  protected update(props: PropertyValues): void;
42
42
  protected contentAvailableCallback(props: PropertyValues): void;
43
43
  private levelsScrollDebouncer;