/********** Angular **********/ import { OnInit, QueryList } from "@angular/core"; import { ContextMenuComponent as KendoContextMenuComponent } from "@progress/kendo-angular-menu"; /********** Component & Service **********/ import { ZComponentService } from "../../services/zcomponent.service"; import { ContextMenuSetting, FontAweSomeService, TranslationService, UISignalService, ZComponent } from 'mmhglobal-zcore'; import { FieldBase } from "../../components/fieldbase.component"; import * as i0 from "@angular/core"; export declare class ContextMenuComponent extends FieldBase implements ZComponent, OnInit { fontAweSomeService: FontAweSomeService; private translationService; private uiSignalService; target: any; selectedData: any; contextMenuList: QueryList; contextMenuSettings: Array; isLoading: boolean; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService, translationService: TranslationService, uiSignalService: UISignalService); ngOnInit(): void; setupContextMenuItem(): boolean; onSelect(event: any, targetContextMenuSetting: ContextMenuSetting): void; showContextMenuManually(callerEvent: any, selectedData?: any): void; popUpOpened(contextMenu: KendoContextMenuComponent): void; closeContextMenuManually(contextMenu: KendoContextMenuComponent): void; private translateContextMenuItems; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }