@vue-flow/core
Advanced tools
Comparing version 1.27.1 to 1.28.0
@@ -48,2 +48,4 @@ import type { Dimensions, ElementData, XYPosition } from './flow' | ||
target: string | ||
sourceHandle: string | null | ||
targetHandle: string | null | ||
} | ||
@@ -50,0 +52,0 @@ export interface EdgeAddChange<Data = ElementData> { |
@@ -29,3 +29,9 @@ import type { | ||
export declare function createNodeRemoveChange(id: string): NodeRemoveChange | ||
export declare function createEdgeRemoveChange(id: string, source: string, target: string): EdgeRemoveChange | ||
export declare function createEdgeRemoveChange( | ||
id: string, | ||
source: string, | ||
target: string, | ||
sourceHandle?: string | null, | ||
targetHandle?: string | null, | ||
): EdgeRemoveChange | ||
export declare function getSelectionChanges( | ||
@@ -32,0 +38,0 @@ elements: FlowElements, |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.27.1", | ||
"version": "1.28.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
1166179
33400