@antv/g6-core
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)'; | ||
export default { | ||
version: '0.0.9', | ||
version: '0.0.10', | ||
rootContainerClassName: 'root-container', | ||
@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container', |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import AbstractGraph from './graph/graph'; | ||
@@ -435,3 +435,3 @@ import Shape, { Arrow, Marker } from './element'; | ||
rotate: number; | ||
textAlign: CanvasTextAlign; | ||
textAlign: "center" | "left" | "right" | "start" | "end"; | ||
angle: number; | ||
@@ -445,3 +445,3 @@ x: number; | ||
fontStyle: "normal" | "italic" | "oblique"; | ||
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter"; | ||
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter"; | ||
fill: string; | ||
@@ -455,3 +455,3 @@ rotateCenter: string; | ||
position: string; | ||
textBaseline: CanvasTextBaseline; | ||
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic"; | ||
offset: number; | ||
@@ -458,0 +458,0 @@ background?: { |
@@ -107,2 +107,3 @@ import { IGroup, Event as GraphEvent, BBox, AnimateCfg, ICanvas, IShape } from '@antv/g-base'; | ||
enableOptimize?: boolean; | ||
allowDragOnItem?: boolean; | ||
optimizeZoom?: number; | ||
@@ -109,0 +110,0 @@ multiple?: boolean; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import * as MathUtil from './math'; | ||
@@ -53,3 +53,3 @@ import { ext, mat3 } from '@antv/matrix-util'; | ||
rotate: number; | ||
textAlign: CanvasTextAlign; | ||
textAlign: "center" | "left" | "right" | "start" | "end"; | ||
angle: number; | ||
@@ -63,3 +63,3 @@ x: number; | ||
fontStyle: "normal" | "italic" | "oblique"; | ||
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter"; | ||
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter"; | ||
fill: string; | ||
@@ -73,3 +73,3 @@ rotateCenter: string; | ||
position: string; | ||
textBaseline: CanvasTextBaseline; | ||
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic"; | ||
offset: number; | ||
@@ -76,0 +76,0 @@ background?: { |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _default = { | ||
version: '0.0.9', | ||
version: '0.0.10', | ||
rootContainerClassName: 'root-container', | ||
@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container', |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import AbstractGraph from './graph/graph'; | ||
@@ -435,3 +435,3 @@ import Shape, { Arrow, Marker } from './element'; | ||
rotate: number; | ||
textAlign: CanvasTextAlign; | ||
textAlign: "center" | "left" | "right" | "start" | "end"; | ||
angle: number; | ||
@@ -445,3 +445,3 @@ x: number; | ||
fontStyle: "normal" | "italic" | "oblique"; | ||
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter"; | ||
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter"; | ||
fill: string; | ||
@@ -455,3 +455,3 @@ rotateCenter: string; | ||
position: string; | ||
textBaseline: CanvasTextBaseline; | ||
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic"; | ||
offset: number; | ||
@@ -458,0 +458,0 @@ background?: { |
@@ -107,2 +107,3 @@ import { IGroup, Event as GraphEvent, BBox, AnimateCfg, ICanvas, IShape } from '@antv/g-base'; | ||
enableOptimize?: boolean; | ||
allowDragOnItem?: boolean; | ||
optimizeZoom?: number; | ||
@@ -109,0 +110,0 @@ multiple?: boolean; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="_gl-matrix@3.3.0@gl-matrix" /> | ||
/// <reference types="gl-matrix" /> | ||
import * as MathUtil from './math'; | ||
@@ -53,3 +53,3 @@ import { ext, mat3 } from '@antv/matrix-util'; | ||
rotate: number; | ||
textAlign: CanvasTextAlign; | ||
textAlign: "center" | "left" | "right" | "start" | "end"; | ||
angle: number; | ||
@@ -63,3 +63,3 @@ x: number; | ||
fontStyle: "normal" | "italic" | "oblique"; | ||
fontWeight?: number | "bold" | "normal" | "bolder" | "lighter"; | ||
fontWeight?: number | "normal" | "bold" | "bolder" | "lighter"; | ||
fill: string; | ||
@@ -73,3 +73,3 @@ rotateCenter: string; | ||
position: string; | ||
textBaseline: CanvasTextBaseline; | ||
textBaseline: "top" | "middle" | "bottom" | "hanging" | "alphabetic" | "ideographic"; | ||
offset: number; | ||
@@ -76,0 +76,0 @@ background?: { |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -96,4 +96,4 @@ "keywords": [ | ||
"ts-loader": "^7.0.3", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.9.5" | ||
} | ||
} |
1086970
32047