@hpcc-js/common
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.6.1"></a> | ||
## [0.6.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.6.0...@hpcc-js/common@0.6.1) (2018-06-19) | ||
**Note:** Version bump only for package @hpcc-js/common | ||
<a name="0.6.0"></a> | ||
@@ -23,2 +31,3 @@ # [0.6.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.5.0...@hpcc-js/common@0.6.0) (2018-06-19) | ||
* **dashy:** Add [@hpcc-js](https://github.com/hpcc-js)/chart input mapping meta ([fb9e523](https://github.com/hpcc-systems/Visualization/commit/fb9e523)) | ||
* **Table:** Add cell formatting ([aa067d3](https://github.com/hpcc-systems/Visualization/commit/aa067d3)) | ||
* **timeline:** Add EntityPin to timeline ([bab1b06](https://github.com/hpcc-systems/Visualization/commit/bab1b06)) | ||
@@ -25,0 +34,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^0.1.0" | ||
"@hpcc-js/util": "^0.1.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -7,5 +7,8 @@ import { PropertyExt } from "./PropertyExt"; | ||
export declare class Field extends PropertyExt { | ||
private _owner; | ||
idx: number; | ||
protected _children: Field[]; | ||
constructor(id?: any); | ||
owner(): Grid; | ||
owner(_: Grid): this; | ||
checksum(): string; | ||
@@ -12,0 +15,0 @@ typeTransformer(_: any): any; |
import { Class } from "./Class"; | ||
export interface IAutoExpand extends PropertyExt { | ||
owner(): PropertyExt; | ||
owner(_: PropertyExt): this; | ||
valid(): boolean; | ||
@@ -13,3 +15,3 @@ } | ||
autoExpand?: { | ||
new (owner: PropertyExt): IAutoExpand; | ||
new (): IAutoExpand; | ||
}; | ||
@@ -16,0 +18,0 @@ render?: boolean; |
@@ -104,3 +104,3 @@ import { Selection as d3Selection } from "d3-selection"; | ||
getBBox(refresh?: boolean, round?: boolean): BBox; | ||
textSize(_text: string | string[], fontName?: string, fontSize?: number): ISize; | ||
textSize(_text: string | string[], fontName?: string, fontSize?: number, bold?: boolean): ISize; | ||
element(): any; | ||
@@ -107,0 +107,0 @@ node(): any; |
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
4672579
26771
Updated@hpcc-js/util@^0.1.1