@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 +7 -7
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +17 -17
- package/src/__package__.ts +2 -2
- package/src/ddl1/HipieDDL.ts +34 -32
- package/src/ddl1/TargetMarshaller.ts +4 -4
- package/src/ddl2/dsTable.ts +1 -1
- package/src/ddl2/model/visualization.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types/ddl1/HipieDDL.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
17
|
-
var BUILD_VERSION = "2.102.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16538
|
+
console.warn("Unknown datasoure type");
|
|
16539
16539
|
}
|
|
16540
16540
|
}
|
|
16541
16541
|
});
|