@xuda.io/runtime-bundle 1.0.1417 → 1.0.1418
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.
|
@@ -28686,7 +28686,7 @@ func.runtime.ui.generate_xu_ui_id = async function (SESSION_ID, nodeP, $containe
|
|
|
28686
28686
|
return hashed_ui_id;
|
|
28687
28687
|
};
|
|
28688
28688
|
func.runtime.ui.create_container = async function (options) {
|
|
28689
|
-
const _paramsP =
|
|
28689
|
+
const _paramsP = JSON.parse(JSON.stringify(options.paramsP));
|
|
28690
28690
|
const _ds = SESSION_OBJ[options.SESSION_ID].DS_GLB[_paramsP.dsSessionP];
|
|
28691
28691
|
const $appendTo = func.runtime.ui.get_append_target(options.$container, options.$appendToP);
|
|
28692
28692
|
if (!$appendTo) return null;
|