@vue-flow/core
Advanced tools
Comparing version 1.16.2 to 1.16.3
@@ -5,6 +5,6 @@ declare const EdgeWrapper: import('vue').DefineComponent< | ||
id?: any | ||
updatable?: any | ||
name?: any | ||
selectable?: any | ||
focusable?: any | ||
name?: any | ||
updatable?: any | ||
edge?: any | ||
@@ -34,6 +34,6 @@ }>, | ||
id?: any | ||
updatable?: any | ||
name?: any | ||
selectable?: any | ||
focusable?: any | ||
name?: any | ||
updatable?: any | ||
edge?: any | ||
@@ -46,6 +46,6 @@ }> | ||
readonly id?: any | ||
readonly updatable?: any | ||
readonly name?: any | ||
readonly selectable?: any | ||
readonly focusable?: any | ||
readonly name?: any | ||
readonly updatable?: any | ||
readonly edge?: any | ||
@@ -52,0 +52,0 @@ } |
export { default as DefaultNode } from './DefaultNode' | ||
export { default as InputNode } from './InputNode' | ||
export { default as OutputNode } from './OutputNode' | ||
export { default as NodeWrapper } from './NodeWrapper.vue' | ||
export { default as NodeWrapper } from './NodeWrapper' |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.16.2", | ||
"version": "1.16.3", | ||
"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
815894
11946