@hpcc-js/marshaller 2.23.100 → 2.23.105
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 -4
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -4
- 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 +20 -18
- package/src/__package__.ts +2 -2
- package/src/ddl2/model/visualization.ts +0 -1
- package/types/__package__.d.ts +2 -2
- package/types/ddl2/model/visualization.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
}(this, (function (exports, comms, common, util$1, chart, dgrid, form, graph, map, layout, phosphor, codemirror, other) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/marshaller";
|
|
8
|
-
var PKG_VERSION = "2.23.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.23.105";
|
|
9
|
+
var BUILD_VERSION = "2.99.0";
|
|
10
10
|
|
|
11
11
|
/*! *****************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
DSPicker.prototype._class += " DSPicker";
|
|
2319
2319
|
|
|
2320
2320
|
var PKG_NAME$1 = "@hpcc-js/ddl-shim";
|
|
2321
|
-
var PKG_VERSION$1 = "2.17.
|
|
2321
|
+
var PKG_VERSION$1 = "2.17.23";
|
|
2322
2322
|
|
|
2323
2323
|
function isWorkunitDatasource(ref) {
|
|
2324
2324
|
return ref.WUID !== undefined;
|
|
@@ -14464,7 +14464,6 @@
|
|
|
14464
14464
|
var mappedData = this.toDBData(dbFields, data);
|
|
14465
14465
|
if (this.chartType() === "DataGraph") {
|
|
14466
14466
|
var dataGraph = this.chartPanel().widget();
|
|
14467
|
-
dataGraph.clear();
|
|
14468
14467
|
dataGraph.vertices(mappedData);
|
|
14469
14468
|
if (se) {
|
|
14470
14469
|
var linkData = se.mappings().outData();
|