@vue-flow/core
Advanced tools
Comparing version 1.6.4 to 1.7.0
@@ -28,5 +28,5 @@ import type { CSSProperties } from 'vue' | ||
/** Source handle id */ | ||
sourceHandle: string | null | ||
sourceHandle?: string | null | ||
/** Target handle id */ | ||
targetHandle: string | null | ||
targetHandle?: string | null | ||
} | ||
@@ -33,0 +33,0 @@ export type Connector = ( |
@@ -237,2 +237,4 @@ import type { CSSProperties, ComputedRef, ToRefs } from 'vue' | ||
getSelectedEdges: GraphEdge[] | ||
/** returns all nodes that are initialized, i.e. they have actual dimensions */ | ||
getNodesInitialized: GraphNode[] | ||
} | ||
@@ -239,0 +241,0 @@ export type ComputedGetters = { |
@@ -14,4 +14,4 @@ import type { Connection, CoordinateExtent, Edge, Getters, GraphEdge, GraphNode, Node } from '../types' | ||
target: string | ||
sourceHandle: string | null | ||
targetHandle: string | null | ||
sourceHandle: string | null | undefined | ||
targetHandle: string | null | undefined | ||
label?: | ||
@@ -18,0 +18,0 @@ | string |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.6.4", | ||
"version": "1.7.0", | ||
"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 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
702379
12447