@hpcc-js/tree 2.39.3 → 2.39.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es6.js +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +4 -4
- package/src/Treemap.ts +1 -1
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -2,8 +2,8 @@ import { ITree } from '@hpcc-js/api';
|
|
|
2
2
|
import { rgb, d3Event, interpolateZoom, SVGWidget, select, SVGZoomWidget, Utility, PropertyExt, Platform, max as max$1, Palette, HTMLWidget, scaleLinear, scaleSqrt, interpolate } from '@hpcc-js/common';
|
|
3
3
|
|
|
4
4
|
var PKG_NAME = "@hpcc-js/tree";
|
|
5
|
-
var PKG_VERSION = "2.39.
|
|
6
|
-
var BUILD_VERSION = "2.103.
|
|
5
|
+
var PKG_VERSION = "2.39.6";
|
|
6
|
+
var BUILD_VERSION = "2.103.5";
|
|
7
7
|
|
|
8
8
|
/*! *****************************************************************************
|
|
9
9
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2580,7 +2580,7 @@ var Treemap = /** @class */ (function (_super) {
|
|
|
2580
2580
|
function Treemap() {
|
|
2581
2581
|
var _this = _super.call(this) || this;
|
|
2582
2582
|
ITree.call(_this);
|
|
2583
|
-
Utility.SimpleSelectionMixin.call(_this);
|
|
2583
|
+
Utility.SimpleSelectionMixin.call(_this, true);
|
|
2584
2584
|
return _this;
|
|
2585
2585
|
}
|
|
2586
2586
|
Treemap.prototype.getTilingMethod = function () {
|