@vue-flow/core
Advanced tools
Comparing version 1.33.1 to 1.33.2
@@ -31,5 +31,2 @@ declare const _default: import('vue').DefineComponent< | ||
} | ||
ref: { | ||
type: import('vue').PropType<import('vue').VNodeRef> | ||
} | ||
labelStyle: { | ||
@@ -94,5 +91,2 @@ type: import('vue').PropType<import('vue').CSSProperties> | ||
} | ||
ref: { | ||
type: import('vue').PropType<import('vue').VNodeRef> | ||
} | ||
labelStyle: { | ||
@@ -99,0 +93,0 @@ type: import('vue').PropType<import('vue').CSSProperties> |
@@ -1,2 +0,2 @@ | ||
import type { CSSProperties, Component, VNode, VNodeRef } from 'vue' | ||
import type { CSSProperties, Component, VNode } from 'vue' | ||
import type { ClassFunc, ElementData, Position, StyleFunc, Styles } from './flow' | ||
@@ -189,3 +189,2 @@ import type { GraphNode } from './node' | ||
style?: CSSProperties | ||
ref?: VNodeRef | ||
} | ||
@@ -192,0 +191,0 @@ export type BezierEdgeProps = EdgePositions & |
@@ -67,2 +67,5 @@ import type { Actions, Connection, ConnectionLookup, DefaultEdgeOptions, Edge, GraphEdge, GraphNode, Node, State } from '../types' | ||
sourceNode: GraphNode<any, any, string> | ||
/** | ||
* @internal | ||
*/ | ||
targetNode: GraphNode<any, any, string> | ||
@@ -69,0 +72,0 @@ sourceX: number |
{ | ||
"name": "@vue-flow/core", | ||
"version": "1.33.1", | ||
"version": "1.33.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 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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1195187
103
0
187
34254