ts-graphviz
Advanced tools
Comparing version 1.5.4-dev.2cdf4fa1a to 1.5.4-dev.ab63aa9c2
@@ -7,2 +7,7 @@ /** | ||
/** | ||
* A value specifying an empty string for resetting some values. | ||
* @group Attribute Types | ||
*/ | ||
type Blank = ''; | ||
/** | ||
* A double with an optional prefix `'+'`. | ||
@@ -1474,3 +1479,3 @@ * | ||
forcelabels: boolean; | ||
gradientangle: Int; | ||
gradientangle: Blank | Int; | ||
group: string; | ||
@@ -1485,3 +1490,3 @@ head_lp: Point; | ||
headURL: EscString; | ||
height: Double; | ||
height: Blank | Double; | ||
href: EscString; | ||
@@ -1584,4 +1589,4 @@ id: EscString; | ||
splines: boolean | string; | ||
start: StartType; | ||
style: Style; | ||
start: Blank | StartType; | ||
style: Blank | Style; | ||
stylesheet: string; | ||
@@ -1601,3 +1606,3 @@ tail_lp: string; | ||
vertices: PointList; | ||
viewport: ViewPort; | ||
viewport: Blank | ViewPort; | ||
voro_margin: Double; | ||
@@ -1609,3 +1614,3 @@ weight: Int | Double; | ||
xlp: Point; | ||
z: Double; | ||
z: Blank | Double; | ||
} | ||
@@ -2279,2 +2284,3 @@ /** | ||
AttributesObject, | ||
Blank, | ||
ClusterMode, | ||
@@ -2281,0 +2287,0 @@ ClusterSubgraphAttributeKey, |
{ | ||
"name": "ts-graphviz", | ||
"version": "1.5.4-dev.2cdf4fa1a", | ||
"version": "1.5.4-dev.ab63aa9c2", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
@@ -5,0 +5,0 @@ "description": "Graphviz library for TypeScript.", |
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
570800
18939