@antv/g6-core
Advanced tools
Comparing version 0.8.8 to 0.8.9
@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)'; | ||
export default { | ||
version: '0.8.8', | ||
version: '0.8.9', | ||
rootContainerClassName: 'root-container', | ||
@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container', |
@@ -28,3 +28,3 @@ import { IGroup, IShape } from '@antv/g-base'; | ||
*/ | ||
draw: (cfg?: ModelConfig, group?: IGroup) => IShape; | ||
draw: (cfg: ModelConfig, group: IGroup) => IShape; | ||
getCustomConfig: (cfg: ModelConfig) => ModelConfig; | ||
@@ -31,0 +31,0 @@ drawShape: (cfg?: ModelConfig, group?: IGroup) => IShape; |
@@ -15,3 +15,6 @@ "use strict"; | ||
var _graphic = require("../util/graphic"); | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } /** | ||
* @fileOverview 从xml建立自定义Node,包含update | ||
* @author xuzhi.mxz@antfin.com | ||
*/ | ||
/** | ||
@@ -18,0 +21,0 @@ * 一种更宽松的JSON 解析,如果遇到不符合规范的字段会直接转为字符串 |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _default = { | ||
version: '0.8.8', | ||
version: '0.8.9', | ||
rootContainerClassName: 'root-container', | ||
@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container', |
@@ -28,3 +28,3 @@ import { IGroup, IShape } from '@antv/g-base'; | ||
*/ | ||
draw: (cfg?: ModelConfig, group?: IGroup) => IShape; | ||
draw: (cfg: ModelConfig, group: IGroup) => IShape; | ||
getCustomConfig: (cfg: ModelConfig) => ModelConfig; | ||
@@ -31,0 +31,0 @@ drawShape: (cfg?: ModelConfig, group?: IGroup) => IShape; |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1197074
35441