@vue-flow/core
Advanced tools
Comparing version 1.5.4 to 1.5.5
import type { Ref } from 'vue' | ||
import type { ComputedGetters, CoordinateExtent, Getters, GraphNode, NodeDragItem, SnapGrid, XYPosition } from '../types' | ||
import type { ComputedGetters, CoordinateExtent, Getters, GraphNode, NodeDragItem, XYPosition } from '../types' | ||
export declare function hasSelector(target: Element, selector: string, node: Ref<Element>): boolean | ||
@@ -19,10 +19,2 @@ export declare function getDragItems( | ||
}): [GraphNode, GraphNode[]] | ||
export declare function updatePosition( | ||
dragItem: NodeDragItem, | ||
mousePos: XYPosition, | ||
snapToGrid?: boolean, | ||
snapGrid?: SnapGrid, | ||
parent?: GraphNode, | ||
nodeExtent?: CoordinateExtent, | ||
): NodeDragItem | ||
export declare function applyExtent<T extends NodeDragItem | GraphNode>( | ||
@@ -29,0 +21,0 @@ item: T, |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
692521
12262