@antv/g6-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)'; | ||
export default { | ||
version: '0.0.3', | ||
version: '0.0.4', | ||
rootContainerClassName: 'root-container', | ||
@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container', |
@@ -55,2 +55,4 @@ import { __assign } from "tslib"; | ||
model[cfg] = deepMix({}, val, model[cfg]); | ||
} else if (isArray(val)) { | ||
model[cfg] = model[cfg] || clone(defaultModel[cfg]); | ||
} else { | ||
@@ -57,0 +59,0 @@ model[cfg] = model[cfg] || defaultModel[cfg]; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import Behavior from './behavior'; | ||
@@ -3,0 +3,0 @@ import AbstractGraph from './graph/graph'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import * as MathUtil from './math'; | ||
@@ -3,0 +3,0 @@ import { ext } from '@antv/matrix-util'; |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _default = { | ||
version: '0.0.3', | ||
version: '0.0.4', | ||
rootContainerClassName: 'root-container', | ||
@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container', |
@@ -70,2 +70,4 @@ "use strict"; | ||
model[cfg] = (0, _util.deepMix)({}, val, model[cfg]); | ||
} else if ((0, _util.isArray)(val)) { | ||
model[cfg] = model[cfg] || (0, _util.clone)(defaultModel[cfg]); | ||
} else { | ||
@@ -72,0 +74,0 @@ model[cfg] = model[cfg] || defaultModel[cfg]; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import Behavior from './behavior'; | ||
@@ -3,0 +3,0 @@ import AbstractGraph from './graph/graph'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import * as MathUtil from './math'; | ||
@@ -3,0 +3,0 @@ import { ext } from '@antv/matrix-util'; |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1077846
31849
0