UNPKG

@progress/kendo-angular-grid

Version:

Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.

22 lines (21 loc) 1.15 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ColumnMenuItemDirective } from './column-menu-item.directive'; import { AfterViewInit, NgZone, QueryList } from '@angular/core'; import { ColumnMenuService } from './column-menu.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ColumnMenuContainerComponent implements AfterViewInit { private service; private ngZone; columnMenuItems: QueryList<ColumnMenuItemDirective>; templateMenuItems: any[]; constructor(service: ColumnMenuService, ngZone: NgZone); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuContainerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuContainerComponent, "kendo-grid-columnmenu-container", never, {}, {}, ["columnMenuItems"], ["*"], true, never>; }