@hpcc-js/marshaller 2.24.6 → 2.24.9

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$1 = "@hpcc-js/marshaller";
16
- var PKG_VERSION$1 = "2.24.6";
17
- var BUILD_VERSION = "2.102.8";
16
+ var PKG_VERSION$1 = "2.24.9";
17
+ var BUILD_VERSION = "2.102.11";
18
18
 
19
19
  /*! *****************************************************************************
20
20
  Copyright (c) Microsoft Corporation.
@@ -2341,7 +2341,7 @@ function _mergeNamespaces(n, m) {
2341
2341
  }
2342
2342
 
2343
2343
  var PKG_NAME = "@hpcc-js/ddl-shim";
2344
- var PKG_VERSION = "2.19.0";
2344
+ var PKG_VERSION = "2.19.1";
2345
2345
 
2346
2346
  function isWorkunitDatasource(ref) {
2347
2347
  return ref.WUID !== undefined;
@@ -3016,7 +3016,7 @@ var DDLUpgrade = /** @class */ (function () {
3016
3016
  newValue[key] = faCharFix(valueMappings[value][key]);
3017
3017
  }
3018
3018
  else if (annotation && key.indexOf("icon_") === 0) {
3019
- console.log("Deprecated flag property: " + key);
3019
+ console.warn("Deprecated flag property: " + key);
3020
3020
  newValue[key.split("icon_")[1]] = valueMappings[value][key];
3021
3021
  }
3022
3022
  else {
@@ -14349,7 +14349,7 @@ var Visualization = /** @class */ (function (_super) {
14349
14349
  }
14350
14350
  }
14351
14351
  else {
14352
- console.log("***".concat(this.id(), " Immutable Fields***"));
14352
+ console.warn("***".concat(this.id(), " Immutable Fields***"));
14353
14353
  }
14354
14354
  var data = mappings.outData();
14355
14355
  var dataChanged = this._prevData !== data;
@@ -14370,7 +14370,7 @@ var Visualization = /** @class */ (function (_super) {
14370
14370
  }
14371
14371
  }
14372
14372
  else {
14373
- console.log("".concat(this.id(), " Immutable Data!"));
14373
+ console.warn("".concat(this.id(), " Immutable Data!"));
14374
14374
  }
14375
14375
  if (fieldsChanged || dataChanged) {
14376
14376
  return this.chartPanel().renderPromise().then(function () { });
@@ -16535,7 +16535,7 @@ var DSTable = /** @class */ (function (_super) {
16535
16535
  .resultName(_this._selectedDS2.resultName()));
16536
16536
  }
16537
16537
  else {
16538
- console.log("Unknown datasoure type");
16538
+ console.warn("Unknown datasoure type");
16539
16539
  }
16540
16540
  }
16541
16541
  });