@neo4j-nvl/base 0.3.3-ddb2f83f → 0.3.3-e5d595c3
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.
|
@@ -15,13 +15,12 @@ export declare class CoseBilkentLayout extends AnimatedLayout {
|
|
|
15
15
|
cytoCompleteCallback: () => void;
|
|
16
16
|
computing: boolean;
|
|
17
17
|
pendingLayoutData: LayoutData;
|
|
18
|
-
worker: SharedWorker
|
|
18
|
+
worker: SharedWorker;
|
|
19
19
|
constructor(config: {
|
|
20
20
|
state: NvlState;
|
|
21
21
|
cytoCompleteCallback?: () => void;
|
|
22
22
|
animationCompleteCallback?: () => void;
|
|
23
23
|
});
|
|
24
|
-
setupWorker(): Promise<unknown>;
|
|
25
24
|
setOptions(): void;
|
|
26
25
|
update(refreshPositions?: boolean, updateMobXNodes?: Node[], updateMobXRelationships?: Relationship[]): void;
|
|
27
26
|
getShouldUpdate(): boolean;
|
|
@@ -15,7 +15,6 @@ export declare class HierarchicalLayout extends AnimatedLayout {
|
|
|
15
15
|
private directionChanged;
|
|
16
16
|
private packingChanged;
|
|
17
17
|
constructor(config: HierarchicalLayoutConfig);
|
|
18
|
-
setupWorker(): Promise<unknown>;
|
|
19
18
|
setOptions(options: LayoutOptions): void;
|
|
20
19
|
update(refreshPositions?: boolean): void;
|
|
21
20
|
getShouldUpdate(): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-nvl/base",
|
|
3
|
-
"version": "0.3.3-
|
|
3
|
+
"version": "0.3.3-e5d595c3",
|
|
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.3-
|
|
31
|
+
"@neo4j-nvl/layout-workers": "0.3.3-e5d595c3",
|
|
32
32
|
"@segment/analytics-next": "^1.70.0",
|
|
33
33
|
"color-string": "^1.9.1",
|
|
34
34
|
"d3-force": "^3.0.0",
|