@reactflow/core
Advanced tools
Comparing version 11.4.0 to 11.4.1
import type { StoreApi } from 'zustand'; | ||
import type { Edge, EdgeSelectionChange, Node, NodeInternals, NodeSelectionChange, ReactFlowState, FitViewOptions, NodeOrigin } from '../types'; | ||
declare type ParentNodes = Record<string, boolean>; | ||
export declare function updateAbsoluteNodePositions(nodeInternals: NodeInternals, nodeOrigin: NodeOrigin, parentNodes?: ParentNodes): void; | ||
export declare function createNodeInternals(nodes: Node[], nodeInternals: NodeInternals, nodeOrigin: NodeOrigin, elevateNodesOnSelect: boolean): NodeInternals; | ||
@@ -4,0 +6,0 @@ declare type InternalFitViewOptions = { |
@@ -18,3 +18,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<Element, unknown, null, undefined>; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3-transition").Transition<Element, unknown, null, undefined>; | ||
//# sourceMappingURL=graph.d.ts.map |
import type { StoreApi } from 'zustand'; | ||
import type { Edge, EdgeSelectionChange, Node, NodeInternals, NodeSelectionChange, ReactFlowState, FitViewOptions, NodeOrigin } from '../types'; | ||
declare type ParentNodes = Record<string, boolean>; | ||
export declare function updateAbsoluteNodePositions(nodeInternals: NodeInternals, nodeOrigin: NodeOrigin, parentNodes?: ParentNodes): void; | ||
export declare function createNodeInternals(nodes: Node[], nodeInternals: NodeInternals, nodeOrigin: NodeOrigin, elevateNodesOnSelect: boolean): NodeInternals; | ||
@@ -4,0 +6,0 @@ declare type InternalFitViewOptions = { |
@@ -18,3 +18,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<Element, unknown, null, undefined>; | ||
export declare const getD3Transition: (selection: D3Selection<Element, unknown, null, undefined>, duration?: number) => import("d3-transition").Transition<Element, unknown, null, undefined>; | ||
//# sourceMappingURL=graph.d.ts.map |
{ | ||
"name": "@reactflow/core", | ||
"version": "11.4.0", | ||
"version": "11.4.1", | ||
"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 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
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
608013
7525