@neo4j-nvl/base 0.3.5-702bf86d → 0.3.5-aa37c3bf
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,9 +65,15 @@ interface Node extends GraphElement {
|
|
|
65
65
|
size?: number;
|
|
66
66
|
/** Whether or not the current node is pinned.*/
|
|
67
67
|
pinned?: boolean;
|
|
68
|
-
/**
|
|
68
|
+
/**
|
|
69
|
+
* @ignore
|
|
70
|
+
* The x-coordinate for the position of the node.
|
|
71
|
+
*/
|
|
69
72
|
x?: number;
|
|
70
|
-
/**
|
|
73
|
+
/**
|
|
74
|
+
* @ignore
|
|
75
|
+
* The y-coordinate for the position of the node.
|
|
76
|
+
*/
|
|
71
77
|
y?: number;
|
|
72
78
|
/** Whether or not the current node is activated.*/
|
|
73
79
|
activated?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-nvl/base",
|
|
3
|
-
"version": "0.3.5-
|
|
3
|
+
"version": "0.3.5-aa37c3bf",
|
|
4
4
|
"license": "SEE LICENSE IN 'LICENSE.txt'",
|
|
5
5
|
"homepage": "https://neo4j.com/docs/nvl/current/",
|
|
6
6
|
"description": "Base library for the Neo4j Visualization Library",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"postpack": "rm LICENSE.txt"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@neo4j-nvl/layout-workers": "0.3.5-
|
|
31
|
+
"@neo4j-nvl/layout-workers": "0.3.5-aa37c3bf",
|
|
32
32
|
"@segment/analytics-next": "^1.70.0",
|
|
33
33
|
"color-string": "^1.9.1",
|
|
34
34
|
"d3-force": "^3.0.0",
|