@html-graph/html-graph 8.6.1 → 8.7.1
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.
- package/dist/html-graph.d.ts +0 -4
- package/dist/html-graph.js +270 -256
- package/dist/html-graph.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/html-graph.d.ts
CHANGED
|
@@ -199,10 +199,6 @@ export declare class CanvasBuilder {
|
|
|
199
199
|
private hasAnimatedLayout;
|
|
200
200
|
private hasLayout;
|
|
201
201
|
private readonly boxRenderingTrigger;
|
|
202
|
-
private readonly graphStore;
|
|
203
|
-
private readonly viewportStore;
|
|
204
|
-
private readonly graph;
|
|
205
|
-
private readonly viewport;
|
|
206
202
|
private readonly window;
|
|
207
203
|
private readonly animationStaticNodes;
|
|
208
204
|
constructor(element: HTMLElement);
|