@gip-recia/esco-content-menu-lit
Version:
Web component to display into eyebrow menu a user information menu with profile picture and more.
24 lines • 895 B
TypeScript
/// <reference types="lodash" />
import { LitElement, TemplateResult, PropertyValueMap } from 'lit';
declare const Ellipsis_base: (new (...args: any[]) => import("@mixins/litLoggable").LoggableInterface) & typeof LitElement;
export declare class Ellipsis extends Ellipsis_base {
message: string;
clamp: number;
height: string;
endChar: string;
_ellipsisContent: string;
_nbLines: string;
sentence: HTMLDivElement;
constructor();
connectedCallback(): void;
disconnectedCallback(): void;
willUpdate(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
firstUpdated(): void;
debounceRun: import("lodash").DebouncedFunc<() => Promise<void>>;
run(): Promise<void>;
forceRender(): void;
render(): TemplateResult;
static styles: import("lit").CSSResult;
}
export {};
//# sourceMappingURL=lit-ellipsis.d.ts.map