Comparing version 3.0.0-beta.32 to 3.0.0-beta.33
@@ -30,11 +30,12 @@ import { CameraState, TypedEventEmitter } from "../types.js"; | ||
updateState(updater: (state: CameraState) => Partial<CameraState>): this; | ||
animate(state: Partial<CameraState>, opts?: Partial<AnimateOptions>, callback?: () => void): void; | ||
animate(state: Partial<CameraState>, opts: Partial<AnimateOptions>, callback: () => void): void; | ||
animate(state: Partial<CameraState>, opts?: Partial<AnimateOptions>): Promise<void>; | ||
animatedZoom(factorOrOptions?: number | (Partial<AnimateOptions> & { | ||
factor?: number; | ||
})): void; | ||
})): Promise<void>; | ||
animatedUnzoom(factorOrOptions?: number | (Partial<AnimateOptions> & { | ||
factor?: number; | ||
})): void; | ||
animatedReset(options?: Partial<AnimateOptions>): void; | ||
})): Promise<void>; | ||
animatedReset(options?: Partial<AnimateOptions>): Promise<void>; | ||
copy(): Camera; | ||
} |
{ | ||
"name": "sigma", | ||
"version": "3.0.0-beta.32", | ||
"version": "3.0.0-beta.33", | ||
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.", | ||
@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org", | ||
}, | ||
"gitHead": "230045a1d25c9497f41a22ab9264fe16e4be5673" | ||
"gitHead": "5441243facf495644923ac69c3b22cfd724b5e48" | ||
} |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var index = require('../../dist/index-dd942fa3.cjs.dev.js'); | ||
var inherits = require('../../dist/inherits-4172bb27.cjs.dev.js'); | ||
var index = require('../../dist/index-eeb2b7b9.cjs.dev.js'); | ||
var inherits = require('../../dist/inherits-3513a8bf.cjs.dev.js'); | ||
var colors = require('../../dist/colors-a4626581.cjs.dev.js'); | ||
@@ -9,0 +9,0 @@ |
@@ -5,4 +5,4 @@ 'use strict'; | ||
var index = require('../../dist/index-a0b5a37a.cjs.prod.js'); | ||
var inherits = require('../../dist/inherits-fd41da79.cjs.prod.js'); | ||
var index = require('../../dist/index-031745f2.cjs.prod.js'); | ||
var inherits = require('../../dist/inherits-0aed8599.cjs.prod.js'); | ||
var colors = require('../../dist/colors-d415fc58.cjs.prod.js'); | ||
@@ -9,0 +9,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { f as NodeProgram, g as EdgeProgram } from '../../dist/index-766050cd.esm.js'; | ||
export { i as AbstractEdgeProgram, A as AbstractNodeProgram, k as AbstractProgram, D as DEFAULT_EDGE_ARROW_HEAD_PROGRAM_OPTIONS, u as DEFAULT_EDGE_CLAMPED_PROGRAM_OPTIONS, E as EdgeArrowProgram, g as EdgeProgram, e as EdgeRectangleProgram, N as NodeCircleProgram, f as NodeProgram, P as Program, t as createEdgeArrowHeadProgram, l as createEdgeArrowProgram, v as createEdgeClampedProgram, j as createEdgeCompoundProgram, h as createNodeCompoundProgram, c as drawDiscNodeHover, b as drawDiscNodeLabel, d as drawStraightEdgeLabel, m as getAttributeItemsCount, n as getAttributesItemsCount, r as killProgram, p as loadFragmentShader, q as loadProgram, o as loadVertexShader, s as numberToGLSLFloat } from '../../dist/index-766050cd.esm.js'; | ||
import { _ as _inherits, a as _classCallCheck, b as _callSuper, d as _createClass } from '../../dist/inherits-8fbdedb5.esm.js'; | ||
import { f as NodeProgram, g as EdgeProgram } from '../../dist/index-ffa87df4.esm.js'; | ||
export { i as AbstractEdgeProgram, A as AbstractNodeProgram, k as AbstractProgram, D as DEFAULT_EDGE_ARROW_HEAD_PROGRAM_OPTIONS, u as DEFAULT_EDGE_CLAMPED_PROGRAM_OPTIONS, E as EdgeArrowProgram, g as EdgeProgram, e as EdgeRectangleProgram, N as NodeCircleProgram, f as NodeProgram, P as Program, t as createEdgeArrowHeadProgram, l as createEdgeArrowProgram, v as createEdgeClampedProgram, j as createEdgeCompoundProgram, h as createNodeCompoundProgram, c as drawDiscNodeHover, b as drawDiscNodeLabel, d as drawStraightEdgeLabel, m as getAttributeItemsCount, n as getAttributesItemsCount, r as killProgram, p as loadFragmentShader, q as loadProgram, o as loadVertexShader, s as numberToGLSLFloat } from '../../dist/index-ffa87df4.esm.js'; | ||
import { _ as _inherits, a as _classCallCheck, b as _callSuper, d as _createClass } from '../../dist/inherits-45ee1abe.esm.js'; | ||
import { f as floatColor } from '../../dist/colors-2f6d17f0.esm.js'; | ||
@@ -5,0 +5,0 @@ |
@@ -5,5 +5,5 @@ 'use strict'; | ||
var index = require('../../dist/index-dd942fa3.cjs.dev.js'); | ||
var index = require('../../dist/index-eeb2b7b9.cjs.dev.js'); | ||
var data = require('../../dist/data-d0a8f6df.cjs.dev.js'); | ||
require('../../dist/inherits-4172bb27.cjs.dev.js'); | ||
require('../../dist/inherits-3513a8bf.cjs.dev.js'); | ||
require('../../dist/colors-a4626581.cjs.dev.js'); | ||
@@ -10,0 +10,0 @@ |
@@ -5,5 +5,5 @@ 'use strict'; | ||
var index = require('../../dist/index-a0b5a37a.cjs.prod.js'); | ||
var index = require('../../dist/index-031745f2.cjs.prod.js'); | ||
var data = require('../../dist/data-7e3d4a4a.cjs.prod.js'); | ||
require('../../dist/inherits-fd41da79.cjs.prod.js'); | ||
require('../../dist/inherits-0aed8599.cjs.prod.js'); | ||
require('../../dist/colors-d415fc58.cjs.prod.js'); | ||
@@ -10,0 +10,0 @@ |
@@ -1,4 +0,4 @@ | ||
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'; | ||
import { d as drawStraightEdgeLabel, b as drawDiscNodeLabel, c as drawDiscNodeHover, N as NodeCircleProgram, E as EdgeArrowProgram, e as EdgeRectangleProgram } from '../../dist/index-ffa87df4.esm.js'; | ||
import { a as assign } from '../../dist/data-31990a76.esm.js'; | ||
import '../../dist/inherits-8fbdedb5.esm.js'; | ||
import '../../dist/inherits-45ee1abe.esm.js'; | ||
import '../../dist/colors-2f6d17f0.esm.js'; | ||
@@ -5,0 +5,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var inherits = require('../../dist/inherits-4172bb27.cjs.dev.js'); | ||
var inherits = require('../../dist/inherits-3513a8bf.cjs.dev.js'); | ||
var events = require('events'); | ||
@@ -8,0 +8,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var inherits = require('../../dist/inherits-fd41da79.cjs.prod.js'); | ||
var inherits = require('../../dist/inherits-0aed8599.cjs.prod.js'); | ||
var events = require('events'); | ||
@@ -8,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { _ as _inherits, a as _classCallCheck, b as _callSuper, c as _assertThisInitialized, d as _createClass } from '../../dist/inherits-8fbdedb5.esm.js'; | ||
import { _ as _inherits, a as _classCallCheck, b as _callSuper, c as _assertThisInitialized, d as _createClass } from '../../dist/inherits-45ee1abe.esm.js'; | ||
import { EventEmitter } from 'events'; | ||
@@ -3,0 +3,0 @@ |
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
911118
19733