Comparing version 3.0.0-beta.23 to 3.0.0-beta.24
@@ -16,3 +16,3 @@ import { Attributes } from "graphology-types"; | ||
} | ||
declare class EdgeImageClass<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> implements AbstractEdgeProgram<N, E, G> { | ||
declare class EdgeProgramClass<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> implements AbstractEdgeProgram<N, E, G> { | ||
constructor(_gl: WebGLRenderingContext, _pickingBuffer: WebGLFramebuffer | null, _renderer: Sigma<N, E, G>); | ||
@@ -25,4 +25,4 @@ drawLabel: EdgeLabelDrawingFunction<N, E, G> | undefined; | ||
} | ||
export type EdgeProgramType<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> = typeof EdgeImageClass<N, E, G>; | ||
export type EdgeProgramType<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> = typeof EdgeProgramClass<N, E, G>; | ||
export declare function createEdgeCompoundProgram<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes>(programClasses: Array<EdgeProgramType<N, E, G>>, drawLabel?: EdgeLabelDrawingFunction<N, E, G>): EdgeProgramType<N, E, G>; | ||
export {}; |
@@ -19,3 +19,3 @@ import { Attributes } from "graphology-types"; | ||
} | ||
declare class NodeImageClass<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> implements AbstractNodeProgram<N, E, G> { | ||
declare class NodeProgramClass<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> implements AbstractNodeProgram<N, E, G> { | ||
constructor(_gl: WebGLRenderingContext, _pickingBuffer: WebGLFramebuffer | null, _renderer: Sigma<N, E, G>); | ||
@@ -29,4 +29,4 @@ drawLabel: NodeLabelDrawingFunction<N, E, G> | undefined; | ||
} | ||
export type NodeProgramType<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> = typeof NodeImageClass<N, E, G>; | ||
export type NodeProgramType<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes> = typeof NodeProgramClass<N, E, G>; | ||
export declare function createNodeCompoundProgram<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes>(programClasses: NonEmptyArray<NodeProgramType<N, E, G>>, drawLabel?: NodeLabelDrawingFunction<N, E, G>, drawHover?: NodeLabelDrawingFunction<N, E, G>): NodeProgramType<N, E, G>; | ||
export {}; |
{ | ||
"name": "sigma", | ||
"version": "3.0.0-beta.23", | ||
"version": "3.0.0-beta.24", | ||
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.", | ||
@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org", | ||
}, | ||
"gitHead": "c15a1ad161776b939a3efe55e71d7ba8f12d26b1" | ||
"gitHead": "721ac7e4dd02e00e828cd1538dc2310ed446809a" | ||
} |
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
886420
19408
2