@xuda.io/runtime-bundle 1.0.568 → 1.0.569

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,9 @@ 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(keyP), null, nodeP, null, $root_container);
32044
+ for (const [key, node] of Object.entries(nodeP.children())) {
32045
+ const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), node, parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, node, null, $root_container);
32046
+ }
32045
32047
 
32046
32048
  return { abort: true };
32047
32049
  },