UNPKG

@gip-recia/esco-content-menu-lit

Version:

Web component to display into eyebrow menu a user information menu with profile picture and more.

22 lines 821 B
import { LitElement, TemplateResult } from 'lit'; declare const ContentUser_base: (new (...args: any[]) => import("@mixins/litLoggable").LoggableInterface) & typeof LitElement; export declare class ContentUser extends ContentUser_base { messages: never[]; parentScreenSize: string; orgDisplayName: string; orgImgUrl: string; userDisplayName: string; userAvatarUrl: string; switchOrgPortletUrl: string; switchOrgEvent: boolean; userInfoPortletUrl: string; enableSwitch: boolean; constructor(); willUpdate(_changedProperties: Map<string | number | symbol, unknown>): void; toogleSwitchOrg(e: Event): void; render(): TemplateResult; renderAvatar(): TemplateResult; static styles: import("lit").CSSResult; } export {}; //# sourceMappingURL=content-user.d.ts.map