@vue-flow/core
Advanced tools
Comparing version 1.32.0 to 1.32.1
@@ -15,2 +15,13 @@ import type { Position } from '../../../types' | ||
} | ||
/** | ||
* Get a smooth step path from source to target handle | ||
* @param params | ||
* @param params.sourceX - The x position of the source handle | ||
* @param params.sourceY - The y position of the source handle | ||
* @param params.sourcePosition - The position of the source handle (default: Position.Bottom) | ||
* @param params.targetX - The x position of the target handle | ||
* @param params.targetY - The y position of the target handle | ||
* @param params.targetPosition - The position of the target handle (default: Position.Top) | ||
* @returns A path string you can use in an SVG, the labelX and labelY position (center of path) and offsetX, offsetY between source handle and label | ||
*/ | ||
export declare function getSmoothStepPath({ | ||
@@ -17,0 +28,0 @@ sourceX, |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.32.0", | ||
"version": "1.32.1", | ||
"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
1194214
34231