@vue-flow/core
Advanced tools
Comparing version 1.19.1 to 1.19.2
@@ -131,2 +131,3 @@ import type { D3ZoomEvent } from 'd3-zoom' | ||
}> | ||
vueFlowVersion: string | ||
onNodesChange: import('@vueuse/shared').EventHookOn<NodeChange[]> | ||
@@ -351,3 +352,2 @@ onEdgesChange: import('@vueuse/shared').EventHookOn<EdgeChange[]> | ||
ariaLiveMessage: import('vue').Ref<string> | ||
vueFlowVersion: import('vue').Ref<string> | ||
edgeTypes?: import('vue').Ref<import('../../types').EdgeTypesObject | undefined> | undefined | ||
@@ -354,0 +354,0 @@ nodeTypes?: import('vue').Ref<import('../../types').NodeTypesObject | undefined> | undefined |
@@ -123,4 +123,2 @@ import type { CSSProperties, ComputedRef, ToRefs } from 'vue' | ||
ariaLiveMessage: string | ||
/** current vue flow version you're using */ | ||
readonly vueFlowVersion: string | ||
} | ||
@@ -279,2 +277,4 @@ export type SetElements = (elements: Elements | ((elements: FlowElements) => Elements)) => void | ||
readonly emits: FlowHooksEmit | ||
/** current vue flow version you're using */ | ||
readonly vueFlowVersion: string | ||
} & FlowHooksOn & | ||
@@ -281,0 +281,0 @@ ToRefs<State> & |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.19.1", | ||
"version": "1.19.2", | ||
"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 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
831551
12347