@xyflow/system
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -19,2 +19,3 @@ import { CoordinateExtent, HandleType } from './types'; | ||
error012: (id: string) => string; | ||
error013: (lib?: string) => string; | ||
}; | ||
@@ -21,0 +22,0 @@ export declare const infiniteExtent: CoordinateExtent; |
@@ -1,2 +0,2 @@ | ||
import type { Position, OnConnect, IsValidConnection } from '.'; | ||
import type { Position, IsValidConnection } from '.'; | ||
export type HandleType = 'source' | 'target'; | ||
@@ -40,4 +40,2 @@ export type HandleElement = { | ||
isConnectableEnd?: boolean; | ||
/** Callback called when connection is made */ | ||
onConnect?: OnConnect; | ||
/** Callback if connection is valid | ||
@@ -44,0 +42,0 @@ * @remarks connection becomes an edge if isValidConnection returns true |
@@ -19,2 +19,3 @@ import { CoordinateExtent, HandleType } from './types'; | ||
error012: (id: string) => string; | ||
error013: (lib?: string) => string; | ||
}; | ||
@@ -21,0 +22,0 @@ export declare const infiniteExtent: CoordinateExtent; |
@@ -1,2 +0,2 @@ | ||
import type { Position, OnConnect, IsValidConnection } from '.'; | ||
import type { Position, IsValidConnection } from '.'; | ||
export type HandleType = 'source' | 'target'; | ||
@@ -40,4 +40,2 @@ export type HandleElement = { | ||
isConnectableEnd?: boolean; | ||
/** Callback called when connection is made */ | ||
onConnect?: OnConnect; | ||
/** Callback if connection is valid | ||
@@ -44,0 +42,0 @@ * @remarks connection becomes an edge if isValidConnection returns true |
{ | ||
"name": "@xyflow/system", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "xyflow core system that powers React Flow and Svelte Flow.", | ||
@@ -50,5 +50,5 @@ "keywords": [ | ||
"typescript": "5.1.3", | ||
"@xyflow/tsconfig": "0.0.0", | ||
"@xyflow/rollup-config": "0.0.0", | ||
"@xyflow/eslint-config": "0.0.0" | ||
"@xyflow/eslint-config": "0.0.0", | ||
"@xyflow/tsconfig": "0.0.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "rollup": { |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 not supported yet
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
538981
8535