@reactflow/core
Advanced tools
Comparing version 11.7.1 to 11.7.2
@@ -202,3 +202,3 @@ import type { MouseEvent as ReactMouseEvent, TouchEvent as ReactTouchEvent, ComponentType, MemoExoticComponent } from 'react'; | ||
export type ReactFlowState = ReactFlowStore & ReactFlowActions; | ||
export type UpdateNodeInternals = (nodeId: string) => void; | ||
export type UpdateNodeInternals = (nodeId: string | string[]) => void; | ||
export type OnSelectionChangeParams = { | ||
@@ -205,0 +205,0 @@ nodes: Node[]; |
@@ -94,5 +94,5 @@ import { ConnectionMode, ConnectionStatus, CoordinateExtent, D3SelectionInstance, D3ZoomInstance, HandleType, NodeDimensionUpdate, NodeDragItem, NodeOrigin, OnConnect, OnError, OnViewportChange, SelectionRect, SnapGrid, ConnectingHandle, Transform, XYPosition } from '@reactflow/system'; | ||
triggerNodeChanges: (changes: NodeChange[]) => void; | ||
panBy: (delta: XYPosition) => void; | ||
panBy: (delta: XYPosition) => boolean; | ||
}; | ||
export type ReactFlowState = ReactFlowStore & ReactFlowActions; | ||
//# sourceMappingURL=store.d.ts.map |
@@ -19,3 +19,3 @@ import type { Selection as D3Selection } from 'd3'; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3-transition").Transition<Element, unknown, null, undefined>; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3").Transition<Element, unknown, null, undefined>; | ||
//# sourceMappingURL=graph.d.ts.map |
@@ -202,3 +202,3 @@ import type { MouseEvent as ReactMouseEvent, TouchEvent as ReactTouchEvent, ComponentType, MemoExoticComponent } from 'react'; | ||
export type ReactFlowState = ReactFlowStore & ReactFlowActions; | ||
export type UpdateNodeInternals = (nodeId: string) => void; | ||
export type UpdateNodeInternals = (nodeId: string | string[]) => void; | ||
export type OnSelectionChangeParams = { | ||
@@ -205,0 +205,0 @@ nodes: Node[]; |
@@ -94,5 +94,5 @@ import { ConnectionMode, ConnectionStatus, CoordinateExtent, D3SelectionInstance, D3ZoomInstance, HandleType, NodeDimensionUpdate, NodeDragItem, NodeOrigin, OnConnect, OnError, OnViewportChange, SelectionRect, SnapGrid, ConnectingHandle, Transform, XYPosition } from '@reactflow/system'; | ||
triggerNodeChanges: (changes: NodeChange[]) => void; | ||
panBy: (delta: XYPosition) => void; | ||
panBy: (delta: XYPosition) => boolean; | ||
}; | ||
export type ReactFlowState = ReactFlowStore & ReactFlowActions; | ||
//# sourceMappingURL=store.d.ts.map |
@@ -19,3 +19,3 @@ import type { Selection as D3Selection } from 'd3'; | ||
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3-transition").Transition<Element, unknown, null, undefined>; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3").Transition<Element, unknown, null, undefined>; | ||
//# sourceMappingURL=graph.d.ts.map |
{ | ||
"name": "@reactflow/core", | ||
"version": "11.7.1", | ||
"version": "11.7.2", | ||
"description": "Core components and util functions of React Flow.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
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
652264