import * as i0 from '@angular/core'; import { OnInit, OnDestroy, AfterContentInit, EventEmitter, AfterViewInit, TemplateRef, QueryList, OnChanges, SimpleChanges } from '@angular/core'; import { EuiAppShellService, EuiGrowlService, EuiMenuItem, EuiThemeService } from '@eui/core'; import * as i1 from '@eui/components/shared'; import { BaseStatesDirective } from '@eui/components/shared'; import { EuiAutoCompleteItem } from '@eui/components/eui-autocomplete'; import { EuiTemplateDirective } from '@eui/components/directives'; import { EuiMenuItem as EuiMenuItem$1, EuiMenuComponent } from '@eui/components/eui-menu'; declare class EuiApp implements OnInit, OnDestroy, AfterContentInit { cssClasses: string; appSubTitle: string; themeClass: string; hasNoPageWrapper: boolean; isViewLoaded: boolean; asService: EuiAppShellService; euiGrowlService: EuiGrowlService; private destroy$; private cdRef; private platformId; private document; ngAfterContentInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbar implements OnInit { protected baseStatesDirective: BaseStatesDirective; protected asService: EuiAppShellService; get cssClasses(): string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarAppname { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarAppNameLabel { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarAppNameSublabel { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarEnvironment { class: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarItem { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarItems { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarLogo implements OnInit { string: string; homeUrl: string; logoUrl: string; logoHeight: string; logoWidth: string; protected logoUrlGenerated: any; protected logoStyle: any; private router; private config; onClick(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarSelector { class: string; label: string; iconSvgName: string; euiDisabled: boolean; selectorClick: EventEmitter; protected asService: EuiAppShellService; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_euiDisabled: unknown; } declare class EuiAppToolbarSearch implements AfterViewInit, AfterContentInit { get cssClasses(): string; isInputFocus: boolean; searchTerm: string; searchInput: string; resultItemTemplate: TemplateRef<{ $implicit: EuiAutoCompleteItem; }>; placeholderLabel: string; panelWidth: string; searchResults: EuiAutoCompleteItem[]; isAutocomplete: boolean; isInputText: boolean; hasSearchButton: boolean; hasExpandAnimation: boolean; search: EventEmitter; selectionChange: EventEmitter; searchClick: EventEmitter; inputFocus: EventEmitter; inputBlur: EventEmitter; templates: QueryList; protected asService: EuiAppShellService; ngAfterContentInit(): void; ngAfterViewInit(): void; onSelectionChange(items: EuiAutoCompleteItem[]): void; onInputFocus(): void; onInputBlur(): void; onSearch(e: string): void; onSearchInput(e: KeyboardEvent): void; onSearchClick(isIconOnly: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isAutocomplete: unknown; static ngAcceptInputType_isInputText: unknown; static ngAcceptInputType_hasSearchButton: unknown; static ngAcceptInputType_hasExpandAnimation: unknown; } declare class EuiAppToolbarSidebarToggle { e2eAttr: string; name: string; iconSvgFillColor: any; asService: EuiAppShellService; onToggleSidebar(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarNavbarItem { get cssClasses(): string; tabindex: number; id: string; label: string; isActive: boolean; navBarComponentParent: EuiAppToolbarNavbar; constructor(); protected onClick(): void; protected onKeydown(event: KeyboardEvent): void; private _click; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isActive: unknown; } declare class EuiAppToolbarNavbar implements AfterContentInit, AfterViewInit { class: string; itemClick: EventEmitter; items: QueryList; asService: EuiAppShellService; baseItemSelected: EuiAppToolbarNavbarItem; isDropdownView: boolean; private elementRef; ngAfterContentInit(): void; ngAfterViewInit(): void; itemSelected(id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppToolbarMegaMenu implements OnInit, OnChanges { string: string; role: string; items: Items[]; protected megaMenuItems: Items[]; protected megaMenuItemsGrouped: { [parentIndex: number]: { [colIndex: string]: { [colLabel: string]: Items[]; }; }; }; protected activeMenu: number; private asService; private document; private subs; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; closeMenu(): void; openMenu(menuIndex: number): void; groupByColIdPerParent(items: Items[]): { [parentIndex: number]: { [colIndex: string]: { [colLabel: string]: Items[]; }; }; }; private filterMegaMenuItems; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "eui-app-toolbar-mega-menu", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>; } declare class EuiAppTopMessage implements OnInit { get cssClasses(): string; role: string; isCloseable: boolean; hasCustomContent: boolean; isVisible: boolean; topMessageClose: EventEmitter; /** @description Instance of BaseStatesDirective for managing component states */ protected baseStatesDirective: BaseStatesDirective; ngOnInit(): void; onCloseClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isCloseable: unknown; static ngAcceptInputType_hasCustomContent: unknown; static ngAcceptInputType_isVisible: unknown; } declare class EuiAppSidebar implements OnInit { get cssClasses(): string; role: string; private asService; ngOnInit(): void; onClose(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppSidebarHeader { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppSidebarBody { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppSidebarFooter { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppSidebarMenu implements OnInit, AfterViewInit, OnChanges, OnDestroy { asService: EuiAppShellService; class: string; hasFilter: boolean; hasIcons: boolean; hasIconsLabels: boolean; hasTooltip: boolean; hasTooltipOnExpanded: boolean; expandAllItems: boolean; isCollapsed: boolean; hasCollapsedInitials: boolean; isFlat: boolean; hasScrollToItem: boolean; hasBoldRootLevel: boolean; items: Items[]; sidebarItemClick: EventEmitter>; sidebarItemToggle: EventEmitter>; menu?: EuiMenuComponent; private subs; constructor(); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngOnChanges(changes: SimpleChanges): void; onMenuItemClicked(event: EuiMenuItem$1): void; onSidebarItemToggled(event: EuiMenuItem$1): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "eui-app-sidebar-menu", never, { "hasFilter": { "alias": "hasFilter"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "hasIconsLabels": { "alias": "hasIconsLabels"; "required": false; }; "hasTooltip": { "alias": "hasTooltip"; "required": false; }; "hasTooltipOnExpanded": { "alias": "hasTooltipOnExpanded"; "required": false; }; "expandAllItems": { "alias": "expandAllItems"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "hasCollapsedInitials": { "alias": "hasCollapsedInitials"; "required": false; }; "isFlat": { "alias": "isFlat"; "required": false; }; "hasScrollToItem": { "alias": "hasScrollToItem"; "required": false; }; "hasBoldRootLevel": { "alias": "hasBoldRootLevel"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "sidebarItemClick": "sidebarItemClick"; "sidebarItemToggle": "sidebarItemToggle"; }, never, never, true, never>; static ngAcceptInputType_hasFilter: unknown; static ngAcceptInputType_hasIcons: unknown; static ngAcceptInputType_hasIconsLabels: unknown; static ngAcceptInputType_hasTooltip: unknown; static ngAcceptInputType_hasTooltipOnExpanded: unknown; static ngAcceptInputType_expandAllItems: unknown; static ngAcceptInputType_isCollapsed: unknown; static ngAcceptInputType_hasCollapsedInitials: unknown; static ngAcceptInputType_isFlat: unknown; static ngAcceptInputType_hasScrollToItem: unknown; static ngAcceptInputType_hasBoldRootLevel: unknown; } declare class EuiAppHeader { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderAppName { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderAppNameLabel { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderAppNameSublabel { string: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderEnvironment implements OnInit, OnDestroy { cssClass: string; protected asService: EuiAppShellService; private elRef; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderLogo implements OnInit, OnDestroy { cssClass: string; homeUrl: string; logoUrl: string; logoHeight: string; logoWidth: string; protected asService: EuiAppShellService; protected euiThemeService: EuiThemeService; protected logoStyle: any; private logo; private assetsBaseUrl; private config; ngOnInit(): void; get svgUrl(): string; get svgUrlDark(): string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderRightContent { cssClass: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EuiAppHeaderSearch { cssClass: string; placeholder: string; searchLabel: string; searchClick: EventEmitter; protected inputValue: string; onSearch(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const EUI_APP: readonly [typeof EuiApp, typeof EuiAppSidebar, typeof EuiAppSidebarHeader, typeof EuiAppSidebarBody, typeof EuiAppSidebarFooter, typeof EuiAppSidebarMenu, typeof EuiAppToolbar, typeof EuiAppToolbarAppname, typeof EuiAppToolbarAppNameLabel, typeof EuiAppToolbarAppNameSublabel, typeof EuiAppToolbarEnvironment, typeof EuiAppToolbarLogo, typeof EuiAppToolbarItems, typeof EuiAppToolbarItem, typeof EuiAppToolbarSelector, typeof EuiAppToolbarSearch, typeof EuiAppToolbarSidebarToggle, typeof EuiAppToolbarNavbar, typeof EuiAppToolbarNavbarItem, typeof EuiAppToolbarMegaMenu, typeof EuiAppHeader, typeof EuiAppHeaderAppName, typeof EuiAppHeaderAppNameLabel, typeof EuiAppHeaderAppNameSublabel, typeof EuiAppHeaderEnvironment, typeof EuiAppHeaderLogo, typeof EuiAppHeaderRightContent, typeof EuiAppHeaderSearch, typeof EuiAppTopMessage]; export { EUI_APP, EuiApp, EuiAppHeader, EuiAppHeaderAppName, EuiAppHeaderAppNameLabel, EuiAppHeaderAppNameSublabel, EuiAppHeaderEnvironment, EuiAppHeaderLogo, EuiAppHeaderRightContent, EuiAppHeaderSearch, EuiAppSidebar, EuiAppSidebarBody, EuiAppSidebarFooter, EuiAppSidebarHeader, EuiAppSidebarMenu, EuiAppToolbar, EuiAppToolbarAppNameLabel, EuiAppToolbarAppNameSublabel, EuiAppToolbarAppname, EuiAppToolbarEnvironment, EuiAppToolbarItem, EuiAppToolbarItems, EuiAppToolbarLogo, EuiAppToolbarMegaMenu, EuiAppToolbarNavbar, EuiAppToolbarNavbarItem, EuiAppToolbarSearch, EuiAppToolbarSelector, EuiAppToolbarSidebarToggle, EuiAppTopMessage }; //# sourceMappingURL=eui-components-layout-eui-app-v2.d.ts.map