@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.
29 lines (28 loc) • 917 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare const NON_DATA_CELL_CLASSES = "k-hierarchy-cell k-detail-cell k-group-cell";
/**
* @hidden
*/
export declare const NON_DATA_ROW_CLASSES = "k-grouping-row k-group-footer k-detail-row k-grid-norecords";
/**
* @hidden
*/
export declare const EMPTY_ICON_CLASS = "k-i-none k-svg-i-none";
/**
* @hidden
*/
export declare const ICON_CLASS = "k-icon k-svg-icon";
/**
* @hidden
*/
export declare const IGNORE_CONTAINER_CLASSES = "k-treelist-ignore-click";
/**
* @hidden
*/
export declare const DRAG_HANDLE_CLASS = "k-drag-cell";