@fluid-topics/ft-floating-menu 1.0.63 → 1.1.1
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.
|
@@ -28,7 +28,7 @@ export declare class FtBaseFloatingMenu extends FtLitElement implements FtBaseFl
|
|
|
28
28
|
verticalAlignment: FtVerticalAlignment;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
closeMenuMatchers: string[];
|
|
31
|
-
protected render(): import("lit
|
|
31
|
+
protected render(): import("lit").TemplateResult<1>;
|
|
32
32
|
private onClick;
|
|
33
33
|
private onClickItem;
|
|
34
34
|
private hideOptions;
|
|
@@ -10,6 +10,6 @@ export declare class FtFloatingMenuItem extends FtLitElement implements FtFloati
|
|
|
10
10
|
iconVariant?: FtIconVariants;
|
|
11
11
|
icon?: string;
|
|
12
12
|
value: string;
|
|
13
|
-
protected render(): import("lit
|
|
13
|
+
protected render(): import("lit").TemplateResult<1>;
|
|
14
14
|
private onClick;
|
|
15
15
|
}
|