@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.03 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 { ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class BooleanFilterRadioButtonDirective {
private hostElement;
private renderer;
columnLabel: string;
radioButtonEl: HTMLInputElement;
constructor(hostElement: ElementRef, renderer: Renderer2);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterRadioButtonDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterRadioButtonDirective, "[kendoFilterMenuRadioButton]", never, { "columnLabel": { "alias": "columnLabel"; "required": false; }; }, {}, never, never, true, never>;
}