@hpcc-js/common
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.5.0"></a> | ||
# [2.5.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.4.0...@hpcc-js/common@2.5.0) (2018-11-08) | ||
### Features | ||
* **toolbar:** Allow consumer to disable toolbar buttons ([971cf74](https://github.com/hpcc-systems/Visualization/commit/971cf74)) | ||
<a name="2.4.0"></a> | ||
@@ -8,0 +20,0 @@ # [2.4.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.3.0...@hpcc-js/common@2.4.0) (2018-10-30) |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -82,3 +82,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "c066925fdc5cfa5308d7df86a1b20119822c11ed" | ||
"gitHead": "5def0d9b280dcd3d19801f0ee4f1ca413d6396f8" | ||
} |
@@ -7,2 +7,3 @@ import { HTMLWidget } from "./HTMLWidget"; | ||
private _tooltip; | ||
private _enabled; | ||
constructor(icon: string, tooltip?: string); | ||
@@ -16,2 +17,3 @@ icon(): string; | ||
enabled(): boolean; | ||
enabled(_: boolean): this; | ||
} | ||
@@ -18,0 +20,0 @@ export declare class ToggleButton extends Button { |
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
4983615
27781