@xuda.io/runtime-bundle 1.0.567 → 1.0.568
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.
|
@@ -32041,7 +32041,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32041
32041
|
},
|
|
32042
32042
|
[`xu-teleport`]: {
|
|
32043
32043
|
to: async function ($elm, val) {
|
|
32044
|
-
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(
|
|
32044
|
+
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(keyP), null, nodeP, null, $root_container);
|
|
32045
32045
|
|
|
32046
32046
|
return { abort: true };
|
|
32047
32047
|
},
|