|
@@ -14185,6 +14185,7 @@ define(['exports', 'axios', 'qs', 'lodash', 'jquery', 'moment', 'recast', 'xlsx'
|
|
path: {},
|
|
path: {},
|
|
shim: {}
|
|
shim: {}
|
|
});
|
|
});
|
|
|
|
+ //# sourceMappingURL=WhLayoutDesign.js.map
|
|
|
|
|
|
// init()
|
|
// init()
|
|
var Workbench = /** @class */ (function (_super) {
|
|
var Workbench = /** @class */ (function (_super) {
|
|
@@ -14499,8 +14500,12 @@ define(['exports', 'axios', 'qs', 'lodash', 'jquery', 'moment', 'recast', 'xlsx'
|
|
});
|
|
});
|
|
};
|
|
};
|
|
Workbench.prototype.showLayoutDesign = function (layoutCode, layoutName) {
|
|
Workbench.prototype.showLayoutDesign = function (layoutCode, layoutName) {
|
|
|
|
+ var id = layoutCode !== null && layoutCode !== void 0 ? layoutCode : _$2.uniqueId('new_layout');
|
|
var layoutDesign = new WidgetDesign$1(layoutCode, layoutName);
|
|
var layoutDesign = new WidgetDesign$1(layoutCode, layoutName);
|
|
- layoutDesign.showPage({}, {
|
|
|
|
|
|
+ layoutDesign.showPage({
|
|
|
|
+ id: id,
|
|
|
|
+ path: id,
|
|
|
|
+ }, {
|
|
data: {}
|
|
data: {}
|
|
});
|
|
});
|
|
};
|
|
};
|
|
@@ -14545,7 +14550,6 @@ define(['exports', 'axios', 'qs', 'lodash', 'jquery', 'moment', 'recast', 'xlsx'
|
|
};
|
|
};
|
|
return Workbench;
|
|
return Workbench;
|
|
}(Scope));
|
|
}(Scope));
|
|
- //# sourceMappingURL=Workbench.js.map
|
|
|
|
|
|
|
|
(function (FuncDomain) {
|
|
(function (FuncDomain) {
|
|
FuncDomain["SCOPE"] = "scope";
|
|
FuncDomain["SCOPE"] = "scope";
|