UNPKG

@progress/kendo-angular-treelist

Version:

Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.

20 lines (19 loc) 1.05 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DropDownListComponent } from '@progress/kendo-angular-dropdowns'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class FilterMenuDropDownListDirective { private host; filterMenuDropDownLabel: string; constructor(host: DropDownListComponent); ngAfterViewInit(): void; ngOnDestroy(): void; private keydownHandler; static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuDropDownListDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": { "alias": "filterMenuDropDownLabel"; "required": false; }; }, {}, never, never, true, never>; }