@fluid-topics/ft-floating-menu 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.
|
@@ -31,7 +31,7 @@ export declare class FtBaseFloatingMenu extends FtLitElement implements FtBaseFl
|
|
|
31
31
|
verticalAlignment: FtVerticalAlignment;
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
closeMenuMatchers: string[];
|
|
34
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
34
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
35
35
|
toggleMenu(): void;
|
|
36
36
|
openMenu(): void;
|
|
37
37
|
closeMenu(): void;
|
|
@@ -11,7 +11,7 @@ export declare class FtFloatingMenuItem extends FtLitElement implements FtFloati
|
|
|
11
11
|
icon?: string;
|
|
12
12
|
value: string;
|
|
13
13
|
notFocusable: boolean;
|
|
14
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
14
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
private onClick;
|
|
16
16
|
private onKeyDown;
|
|
17
17
|
}
|
|
@@ -3,5 +3,5 @@ import { FtFloatingMenuLabelProperties } from "./ft-floating-menu-label.properti
|
|
|
3
3
|
export declare class FtFloatingMenuLabel extends FtLitElement implements FtFloatingMenuLabelProperties {
|
|
4
4
|
static elementDefinitions: ElementDefinitionsMap;
|
|
5
5
|
static styles: import("lit").CSSResult;
|
|
6
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
6
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
7
7
|
}
|