@progress/kendo-angular-pivotgrid
Version:
PivotGrid package for Angular
22 lines (21 loc) • 1.12 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ChipMenuItemDirective } from './chip-menu-item.directive';
import { AfterViewInit, NgZone, QueryList } from '@angular/core';
import { ChipMenuService } from './chip-menu.service';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ChipMenuContainerComponent implements AfterViewInit {
private service;
private ngZone;
chipMenuItems: QueryList<ChipMenuItemDirective>;
hostClass: boolean;
constructor(service: ChipMenuService, ngZone: NgZone);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuContainerComponent, "kendo-pivot-chipmenu-container", never, {}, {}, ["chipMenuItems"], ["*"], true, never>;
}