@hpcc-js/tree
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/tree@0.1.0...@hpcc-js/tree@0.1.1) (2018-06-19) | ||
**Note:** Version bump only for package @hpcc-js/tree | ||
<a name="0.1.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.1.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/tree@0.0.83...@hpcc-js/tree@0.1.0) (2018-06-19) |
{ | ||
"name": "@hpcc-js/tree", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "hpcc-js - Viz Tree", | ||
@@ -28,4 +28,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.3.0", | ||
"@hpcc-js/common": "^0.6.0" | ||
"@hpcc-js/api": "^0.3.1", | ||
"@hpcc-js/common": "^0.6.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
import { PropertyExt, SVGZoomWidget } from "@hpcc-js/common"; | ||
import "../src/Dendrogram.css"; | ||
export declare class DendrogramColumn extends PropertyExt { | ||
readonly _owner: Dendrogram; | ||
constructor(_owner: Dendrogram); | ||
_owner: Dendrogram; | ||
constructor(); | ||
owner(): Dendrogram; | ||
owner(_: Dendrogram): this; | ||
valid(): boolean; | ||
@@ -7,0 +9,0 @@ column: { |
import { PropertyExt, SVGZoomWidget } from "@hpcc-js/common"; | ||
import "../src/Indented.css"; | ||
export declare class IndentedColumn extends PropertyExt { | ||
readonly _owner: Indented; | ||
constructor(_owner: Indented); | ||
_owner: Indented; | ||
constructor(); | ||
owner(): Indented; | ||
owner(_: Indented): this; | ||
valid(): boolean; | ||
@@ -7,0 +9,0 @@ column: (_?: string) => string | IndentedColumn; |
import { HTMLWidget, PropertyExt } from "@hpcc-js/common"; | ||
import "../src/Treemap.css"; | ||
export declare class TreemapColumn extends PropertyExt { | ||
readonly _owner: Treemap; | ||
constructor(_owner: Treemap); | ||
_owner: Treemap; | ||
constructor(); | ||
owner(): Treemap; | ||
owner(_: Treemap): this; | ||
valid(): boolean; | ||
@@ -7,0 +9,0 @@ column: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1616223
11015
Updated@hpcc-js/api@^0.3.1
Updated@hpcc-js/common@^0.6.1