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.

38 lines (37 loc) 1.16 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TreeListComponent } from "../treelist.component"; /** * @hidden */ export declare const hasFilter: (settings: any, column: any) => boolean; /** * @hidden */ export declare const hasSort: (settings: any, column: any) => boolean; /** * @hidden */ export declare const hasLock: (settings: any, column: any) => boolean; /** * @hidden */ export declare const hasColumnChooser: (settings: any) => boolean; /** * @hidden */ export declare const hasAutoSizeColumn: (settings: any) => boolean; /** * @hidden */ export declare const hasAutoSizeAllColumns: (settings: any) => boolean; /** * @hidden */ export declare const autoSizeColumn: (treelist: TreeListComponent, service: any, column?: any) => void; /** * @hidden */ export declare const hasItems: (settings: any, column: any) => boolean;