@hpcc-js/common
Advanced tools
Comparing version 0.7.1 to 0.8.1
@@ -6,2 +6,27 @@ # Change Log | ||
<a name="0.8.1"></a> | ||
## [0.8.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.8.0...@hpcc-js/common@0.8.1) (2018-07-27) | ||
**Note:** Version bump only for package @hpcc-js/common | ||
<a name="0.8.0"></a> | ||
# [0.8.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.7.1...@hpcc-js/common@0.8.0) (2018-07-27) | ||
### Bug Fixes | ||
* **icon:** Remove pointer-events from icon text ([eea86f1](https://github.com/hpcc-systems/Visualization/commit/eea86f1)), closes [#2702](https://github.com/hpcc-systems/Visualization/issues/2702) | ||
* **timeline:** Calc EntityPin height ([1fd4ea3](https://github.com/hpcc-systems/Visualization/commit/1fd4ea3)) | ||
### Features | ||
* Add Collapsed publish param tag ([4b65e73](https://github.com/hpcc-systems/Visualization/commit/4b65e73)) | ||
<a name="0.7.1"></a> | ||
@@ -8,0 +33,0 @@ ## [0.7.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.7.0...@hpcc-js/common@0.7.1) (2018-06-28) |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "0.7.1", | ||
"version": "0.8.1", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^0.1.2" | ||
"@hpcc-js/util": "^0.1.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -8,2 +8,7 @@ import { Entity } from "./Entity"; | ||
update(domNode: any, element: any): void; | ||
calcHeight(): any; | ||
calcBackgroundBBox(is_hovering: any, title_bbox: any, icon_bbox: any, desc_bbox: any, _anno_h: any): { | ||
width: number; | ||
height: any; | ||
}; | ||
} | ||
@@ -10,0 +15,0 @@ export interface EntityPin { |
@@ -7,3 +7,3 @@ import { Class } from "./Class"; | ||
} | ||
export declare type TagTypes = "Private" | "Shared" | "Basic" | "Intermediate" | "Advanced" | "Theme" | "Serial"; | ||
export declare type TagTypes = "Private" | "Shared" | "Basic" | "Intermediate" | "Advanced" | "Theme" | "Serial" | "Collapsed"; | ||
export declare type PublishTypes = "any" | "number" | "boolean" | "string" | "set" | "array" | "object" | "widget" | "widgetArray" | "propertyArray" | "html-color"; | ||
@@ -10,0 +10,0 @@ export interface IPublishExt { |
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
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
4764703
27312
Updated@hpcc-js/util@^0.1.3