@braks/vue-flow
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -29,2 +29,7 @@ import { CSSProperties } from 'vue'; | ||
type: import("vue").PropType<XYPosition>; | ||
} & { | ||
default: () => { | ||
x: number; | ||
y: number; | ||
}; | ||
}; | ||
@@ -51,2 +56,3 @@ connectionMode: { | ||
transform: Transform; | ||
connectionPosition: XYPosition; | ||
connectionMode: ConnectionMode; | ||
@@ -60,4 +66,4 @@ connectionLineType: ConnectionLineType; | ||
connectionHandleType?: HandleType | undefined; | ||
connectionPosition?: XYPosition | undefined; | ||
}>, { | ||
connectionPosition: XYPosition; | ||
connectionLineType: ConnectionLineType; | ||
@@ -64,0 +70,0 @@ connectionLineStyle: CSSProperties; |
{ | ||
"name": "@braks/vue-flow", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
587323