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.

24 lines (23 loc) 1.13 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter } from '@angular/core'; import { DropTargetDirective } from './drop-target.directive'; import { DraggableColumnDirective } from './draggable-column.directive'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class DragAndDropService { changes: EventEmitter<any>; private register; private lastTarget; add(target: DropTargetDirective): void; remove(target: DropTargetDirective): void; notifyDrag(draggable: DraggableColumnDirective, element: any, mouseEvent: any): void; notifyDrop(draggable: DraggableColumnDirective, mouseEvent: any): void; private targetFor; static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DragAndDropService>; }