relation-graph-react
Advanced tools
Comparing version 2.2.5 to 2.2.6
{ | ||
"name": "relation-graph-react", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "relation-graph,Vue 关联关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。Vue component for relationship graph , which can display knowledge graphs, such as organization graph, equity structure graph, group relationship graph, etc.", | ||
@@ -5,0 +5,0 @@ "main": "./relation-graph.umd.js", |
@@ -11,2 +11,3 @@ import { JsonLine, JsonNode, RGNode, RGOptionsFull } from '../types'; | ||
analysisNodes(eachedNodes: RGNode[], thisLevelNodes: RGNode[], thisDeep: number, analyticResult: NodesAnalyticResult): void; | ||
analysisNodesForFolder(eachedNodes: RGNode[], thisLevelNodes: RGNode[], thisDeep: number, analyticResult: NodesAnalyticResult): void; | ||
analysisNodes4Didirectional(willLayoutNodes: RGNode[], thisLevelNodes: RGNode[], thisDeep: number, analyticResult: NodesAnalyticResult, levelDirect: RGLevelDirection): void; | ||
@@ -13,0 +14,0 @@ conductStrengthToParents(node: RGNode): void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
692533
9636
0