@hpcc-js/timeline 2.50.3 → 2.50.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 +2 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +2 -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 +9 -9
- package/src/ReactAxisGanttSeries.ts +13 -14
- package/src/__package__.ts +2 -2
- package/types/ReactAxisGanttSeries.d.ts.map +1 -1
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -6,8 +6,8 @@ import { render, LabelledRect } from '@hpcc-js/react';
|
|
|
6
6
|
import { Border2 } from '@hpcc-js/layout';
|
|
7
7
|
|
|
8
8
|
var PKG_NAME = "@hpcc-js/timeline";
|
|
9
|
-
var PKG_VERSION = "2.50.
|
|
10
|
-
var BUILD_VERSION = "2.
|
|
9
|
+
var PKG_VERSION = "2.50.6";
|
|
10
|
+
var BUILD_VERSION = "2.103.1";
|
|
11
11
|
|
|
12
12
|
/*! *****************************************************************************
|
|
13
13
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1333,7 +1333,6 @@ var ReactAxisGanttSeries = /** @class */ (function (_super) {
|
|
|
1333
1333
|
};
|
|
1334
1334
|
};
|
|
1335
1335
|
ReactAxisGanttSeries.prototype.onzoom = function (transform) {
|
|
1336
|
-
console.log("called onzoom");
|
|
1337
1336
|
var w = this.width();
|
|
1338
1337
|
var low = this._gantt._minStart;
|
|
1339
1338
|
var high = this._gantt._maxEnd;
|