@hpcc-js/marshaller 3.3.2 → 3.4.0
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.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +17 -17
- package/src/dashy.ts +3 -1
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import { PropertyEditor as nt } from "@hpcc-js/other";
|
|
|
15
15
|
var rt = Object.defineProperty, __name = (e, t) => rt(e, "name", {
|
|
16
16
|
value: t,
|
|
17
17
|
configurable: !0
|
|
18
|
-
}), it = "@hpcc-js/marshaller", at = "3.
|
|
18
|
+
}), it = "@hpcc-js/marshaller", at = "3.4.0", ot = "3.27.0";
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region src/ddl2/activities/activity.ts
|
|
21
21
|
function stringify(e) {
|
|
@@ -5005,7 +5005,8 @@ var pt = ve("marshaller/dashy"), DDLPreview = class extends b {
|
|
|
5005
5005
|
this.loadRHSSplit(), this.loadGraph();
|
|
5006
5006
|
break;
|
|
5007
5007
|
case this._lhsDebugSheet:
|
|
5008
|
-
this._lhsDebugSheet.
|
|
5008
|
+
let e = this._lhsDebugSheet.active(), t = this._lhsDebugSheet.getWidgetAdapter(e);
|
|
5009
|
+
this._lhsDebugSheet.childActivation(e, t);
|
|
5009
5010
|
break;
|
|
5010
5011
|
}
|
|
5011
5012
|
}), this._lhsDebugSheet.addWidget(this._lhsDebugDDLEditor, "v2").addWidget(this._lhsDebugDDLSchema, "Schema").addWidget(this._lhsDebugJSEditor, "TS").addWidget(this._lhsDebugClone, "Clone").on("childActivation", (e) => {
|