@vue-flow/core
Advanced tools
Comparing version 1.39.0 to 1.39.1
@@ -18,4 +18,4 @@ import type { CustomEvent, ElementData } from '../types' | ||
id: string | ||
edge: import('../types').GraphEdge<Data, CustomEvents, string> | ||
edge: import('../types').GraphEdge<Data, CustomEvents> | ||
edgeEl: import('vue').Ref<SVGElement | null> | ||
} |
@@ -21,3 +21,3 @@ import type { CustomEvent, ElementData } from '../types' | ||
parentNode: import('vue').ComputedRef<import('../types').GraphNode<any, any, string> | undefined> | ||
connectedEdges: import('vue').ComputedRef<import('../types').GraphEdge<any, any, string>[]> | ||
connectedEdges: import('vue').ComputedRef<import('../types').GraphEdge[]> | ||
} |
@@ -21,3 +21,3 @@ import type { | ||
/** @deprecated Use store instance and call `applyChanges` with template-ref or the one received by `onPaneReady` instead */ | ||
export declare function applyEdgeChanges(changes: EdgeChange[], edges: GraphEdge[]): GraphEdge<any, any, string>[] | ||
export declare function applyEdgeChanges(changes: EdgeChange[], edges: GraphEdge[]): GraphEdge[] | ||
/** @deprecated Use store instance and call `applyChanges` with template-ref or the one received by `onPaneReady` instead */ | ||
@@ -24,0 +24,0 @@ export declare function applyNodeChanges(changes: NodeChange[], nodes: GraphNode[]): GraphNode<any, any, string>[] |
@@ -82,7 +82,3 @@ import type { | ||
*/ | ||
export declare function addEdge( | ||
edgeParams: Edge | Connection, | ||
elements: Elements, | ||
defaults?: DefaultEdgeOptions, | ||
): Elements<any, any, any, any> | ||
export declare function addEdge(edgeParams: Edge | Connection, elements: Elements, defaults?: DefaultEdgeOptions): Elements | ||
/** | ||
@@ -94,3 +90,3 @@ * @deprecated Use store instance and call `updateEdge` with template-ref or the one received by `onPaneReady` instead | ||
*/ | ||
export declare function updateEdge(oldEdge: Edge, newConnection: Connection, elements: Elements): Elements<any, any, any, any> | ||
export declare function updateEdge(oldEdge: Edge, newConnection: Connection, elements: Elements): Elements | ||
export declare function rendererPointToPoint({ x, y }: XYPosition, { x: tx, y: ty, zoom: tScale }: ViewportTransform): XYPosition | ||
@@ -97,0 +93,0 @@ export declare function pointToRendererPoint( |
@@ -48,9 +48,3 @@ import type { | ||
> | ||
| import('vue').Component< | ||
import('../types').EdgeTextProps, | ||
any, | ||
any, | ||
import('vue').ComputedOptions, | ||
import('vue').MethodOptions | ||
> | ||
| import('vue').Component<import('../types').EdgeTextProps> | ||
| undefined | ||
@@ -119,3 +113,3 @@ type: string | ||
edges: GraphEdge[], | ||
): GraphEdge<any, any, string>[] | ||
): GraphEdge[] | ||
export {} |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.39.0", | ||
"version": "1.39.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
1221794
125
35173