@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 CHANGED
@@ -13,8 +13,8 @@ import { JSONEditor, JSEditor } from '@hpcc-js/codemirror';
13
13
  import { PropertyEditor } from '@hpcc-js/other';
14
14
 
15
15
  var PKG_NAME = "@hpcc-js/marshaller";
16
- var PKG_VERSION = "2.23.100";
17
- var BUILD_VERSION = "2.93.0";
16
+ var PKG_VERSION = "2.23.105";
17
+ var BUILD_VERSION = "2.99.0";
18
18
 
19
19
  /*! *****************************************************************************
20
20
  Copyright (c) Microsoft Corporation.
@@ -2326,7 +2326,7 @@ var DSPicker = /** @class */ (function (_super) {
2326
2326
  DSPicker.prototype._class += " DSPicker";
2327
2327
 
2328
2328
  var PKG_NAME$1 = "@hpcc-js/ddl-shim";
2329
- var PKG_VERSION$1 = "2.17.19";
2329
+ var PKG_VERSION$1 = "2.17.23";
2330
2330
 
2331
2331
  function isWorkunitDatasource(ref) {
2332
2332
  return ref.WUID !== undefined;
@@ -14472,7 +14472,6 @@ var Visualization = /** @class */ (function (_super) {
14472
14472
  var mappedData = this.toDBData(dbFields, data);
14473
14473
  if (this.chartType() === "DataGraph") {
14474
14474
  var dataGraph = this.chartPanel().widget();
14475
- dataGraph.clear();
14476
14475
  dataGraph.vertices(mappedData);
14477
14476
  if (se) {
14478
14477
  var linkData = se.mappings().outData();