UNPKG

@alfresco/adf-core

Version:
19 lines (18 loc) 917 B
import { MatMenuItem } from '@angular/material/menu'; import { ContextMenuOverlayRef } from './context-menu-overlay'; import { AfterViewInit, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ContextMenuListComponent implements AfterViewInit { private contextMenuOverlayRef; private data; private keyManager; items: QueryList<MatMenuItem>; links: any[]; handleKeydownEscape(event: KeyboardEvent): void; handleKeydownEvent(event: KeyboardEvent): void; constructor(contextMenuOverlayRef: ContextMenuOverlayRef, data: any); onMenuItemClick(event: Event, menuItem: any): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuListComponent, [null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuListComponent, "adf-context-menu", never, {}, {}, never, never, true, never>; }