dagre-compound
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -23,2 +23,3 @@ import { graphlib } from 'dagre'; | ||
edges: BaseEdge[]; | ||
constructor(); | ||
} | ||
@@ -38,6 +39,6 @@ export declare function addEdgeToGraph(graph: SlimGraph, outputNode: BaseNode, input: NodeInputDef): void; | ||
type: NodeType; | ||
path: any[]; | ||
constructor(name: string, opt?: {}); | ||
getFirstChild(): GroupNode | BaseNode; | ||
getChildren(): Array<GroupNode | BaseNode>; | ||
getRootNode(): Node; | ||
leaves(): any[]; | ||
@@ -44,0 +45,0 @@ } |
@@ -62,5 +62,5 @@ import { BaseNode } from './graph'; | ||
depth: number; | ||
path: any[]; | ||
getFirstChild(): GroupNode | Node; | ||
getChildren(): Array<GroupNode | BaseNode>; | ||
getRootNode(): Node; | ||
leaves(): any[]; | ||
@@ -67,0 +67,0 @@ } |
import { LayoutConfig } from './interface'; | ||
import { RenderGroupNodeInfo, RenderNodeInfo } from './render-info'; | ||
export declare function layoutScene(renderNodeInfo: RenderGroupNodeInfo, setting?: LayoutConfig): void; | ||
export declare function layoutChildren(renderNodeInfo: RenderGroupNodeInfo, setting: LayoutConfig): void; | ||
export declare function layoutMetaNode(renderNodeInfo: RenderGroupNodeInfo, setting: LayoutConfig): void; | ||
import { DeepPartial } from '../util'; | ||
export declare function layoutScene(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void; | ||
export declare function layoutChildren(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void; | ||
export declare function layoutMetaNode(renderNodeInfo: RenderGroupNodeInfo, setting?: DeepPartial<LayoutConfig>): void; | ||
export declare function computeCXPositionOfNodeShape(renderInfo: RenderNodeInfo): number; |
@@ -47,4 +47,2 @@ import { Hierarchy } from './hierarchy'; | ||
points: Point[]; | ||
startMarkerId: string; | ||
endMarkerId: string; | ||
constructor(metaEdge: MetaEdge); | ||
@@ -51,0 +49,0 @@ } |
@@ -37,2 +37,3 @@ import { AttrDef, BaseEdge } from './core/interface'; | ||
type: HierarchyNodeType | number; | ||
cardinality: number; | ||
attr: AttrDef; | ||
@@ -39,0 +40,0 @@ parentNodeName: string | null; |
@@ -11,2 +11,3 @@ declare module 'dagre' { | ||
edgesep?: number; | ||
align?: string; | ||
} | ||
@@ -13,0 +14,0 @@ interface EdgeObject { |
{ | ||
"name": "dagre-compound", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A multi-level compound graph layout library based on dagre", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
44854
506
3