@xyflow/system
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -101,7 +101,7 @@ import type { D3DragEvent, Selection as D3Selection, SubjectPosition, ZoomBehavior } from 'd3'; | ||
export type UpdateConnection = (params: { | ||
connectionPosition?: XYPosition | null; | ||
connectionStatus?: ConnectionStatus | null; | ||
connectionStartHandle?: ConnectingHandle | null; | ||
connectionEndHandle?: ConnectingHandle | null; | ||
connectionPosition: XYPosition | null; | ||
connectionStatus: ConnectionStatus | null; | ||
connectionStartHandle: ConnectingHandle | null; | ||
connectionEndHandle: ConnectingHandle | null; | ||
}) => void; | ||
//# sourceMappingURL=general.d.ts.map |
@@ -28,4 +28,4 @@ import type { Dimensions, XYPosition, CoordinateExtent, Box, Rect, NodeBase, NodeOrigin, SnapGrid, Transform } from '../types'; | ||
export declare const rendererPointToPoint: ({ x, y }: XYPosition, [tx, ty, tScale]: Transform) => XYPosition; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding: number) => Transform; | ||
export declare const isMacOs: () => boolean; | ||
//# sourceMappingURL=general.d.ts.map |
@@ -101,7 +101,7 @@ import type { D3DragEvent, Selection as D3Selection, SubjectPosition, ZoomBehavior } from 'd3'; | ||
export type UpdateConnection = (params: { | ||
connectionPosition?: XYPosition | null; | ||
connectionStatus?: ConnectionStatus | null; | ||
connectionStartHandle?: ConnectingHandle | null; | ||
connectionEndHandle?: ConnectingHandle | null; | ||
connectionPosition: XYPosition | null; | ||
connectionStatus: ConnectionStatus | null; | ||
connectionStartHandle: ConnectingHandle | null; | ||
connectionEndHandle: ConnectingHandle | null; | ||
}) => void; | ||
//# sourceMappingURL=general.d.ts.map |
@@ -28,4 +28,4 @@ import type { Dimensions, XYPosition, CoordinateExtent, Box, Rect, NodeBase, NodeOrigin, SnapGrid, Transform } from '../types'; | ||
export declare const rendererPointToPoint: ({ x, y }: XYPosition, [tx, ty, tScale]: Transform) => XYPosition; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding: number) => Transform; | ||
export declare const isMacOs: () => boolean; | ||
//# sourceMappingURL=general.d.ts.map |
{ | ||
"name": "@xyflow/system", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "xyflow core system that powers React Flow and Svelte Flow.", | ||
@@ -50,5 +50,5 @@ "keywords": [ | ||
"typescript": "5.1.3", | ||
"@xyflow/rollup-config": "0.0.0", | ||
"@xyflow/eslint-config": "0.0.0", | ||
"@xyflow/tsconfig": "0.0.0", | ||
"@xyflow/eslint-config": "0.0.0" | ||
"@xyflow/rollup-config": "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 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 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 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
300062
3732