ngx-drag-drop
Advanced tools
Comparing version 18.0.1 to 18.0.2
@@ -1,9 +0,10 @@ | ||
import { OnInit } from '@angular/core'; | ||
import { OnDestroy, OnInit } from '@angular/core'; | ||
import { DndDraggableDirective } from './dnd-draggable.directive'; | ||
import { DndEvent } from './dnd-utils'; | ||
import * as i0 from "@angular/core"; | ||
export declare class DndHandleDirective implements OnInit { | ||
export declare class DndHandleDirective implements OnInit, OnDestroy { | ||
draggable: boolean; | ||
dndDraggableDirective: DndDraggableDirective; | ||
ngOnInit(): void; | ||
ngOnDestroy(): void; | ||
onDragEvent(event: DndEvent): void; | ||
@@ -10,0 +11,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<DndHandleDirective, never>; |
{ | ||
"name": "ngx-drag-drop", | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"description": "Angular directives using the native HTML Drag And Drop API", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
204185
1663