@catull/igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
34 lines (33 loc) • 892 B
TypeScript
import { OnDestroy, TemplateRef } from '@angular/core';
import { IgxDragDirective } from '../directives/drag-drop/drag-drop.directive';
/**
* @hidden
*/
export declare class IgxRowDragDirective extends IgxDragDirective implements OnDestroy {
private row;
private subscription$;
private _rowDragStarted;
data: any;
onPointerDown(event: any): void;
onPointerMove(event: any): void;
onPointerUp(event: any): void;
protected createGhost(pageX: any, pageY: any): void;
private _unsubscribe;
private endDragging;
private transitionEndEvent;
private readonly isHierarchicalGrid;
}
/**
* @hidden
*/
export declare class IgxDragIndicatorIconDirective {
}
/**
* @hidden
*/
export declare class IgxRowDragGhostDirective {
templateRef: TemplateRef<any>;
constructor(templateRef: TemplateRef<any>);
}
export declare class IgxRowDragModule {
}