Comparing version 3.0.0-beta.25 to 3.0.0-beta.26
@@ -13,2 +13,3 @@ import { CameraState, TypedEventEmitter } from "../types.js"; | ||
maxRatio: number | null; | ||
enabledRotation: boolean; | ||
private nextFrame; | ||
@@ -15,0 +16,0 @@ private previousState; |
@@ -50,2 +50,3 @@ import { Attributes } from "graphology-types"; | ||
maxCameraRatio: null | number; | ||
enableCameraRotation: boolean; | ||
allowInvalidContainer: boolean; | ||
@@ -52,0 +53,0 @@ nodeProgramClasses: { |
{ | ||
"name": "sigma", | ||
"version": "3.0.0-beta.25", | ||
"version": "3.0.0-beta.26", | ||
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.", | ||
@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org", | ||
}, | ||
"gitHead": "f626a61f66825780774829c429ae69c08382f414" | ||
"gitHead": "0c4cb64fdc3561f8085822ca44260b049e7758fe" | ||
} |
@@ -66,2 +66,3 @@ 'use strict'; | ||
maxCameraRatio: null, | ||
enableCameraRotation: true, | ||
// Lifecycle | ||
@@ -68,0 +69,0 @@ allowInvalidContainer: false, |
@@ -66,2 +66,3 @@ 'use strict'; | ||
maxCameraRatio: null, | ||
enableCameraRotation: true, | ||
// Lifecycle | ||
@@ -68,0 +69,0 @@ allowInvalidContainer: false, |
@@ -62,2 +62,3 @@ import { d as drawStraightEdgeLabel, b as drawDiscNodeLabel, c as drawDiscNodeHover, N as NodeCircleProgram, E as EdgeArrowProgram, e as EdgeRectangleProgram } from '../../dist/index-766050cd.esm.js'; | ||
maxCameraRatio: null, | ||
enableCameraRotation: true, | ||
// Lifecycle | ||
@@ -64,0 +65,0 @@ allowInvalidContainer: false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
892522
19550