@xuda.io/runtime-bundle 1.0.569 → 1.0.571

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.
@@ -12350,8 +12350,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12350
12350
  },
12351
12351
  [`xu-teleport`]: {
12352
12352
  to: async function ($elm, val) {
12353
- for (const [key, node] of Object.entries(nodeP.children())) {
12353
+ for (const [key, node] of Object.entries(nodeP.children)) {
12354
12354
  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);
12355
+ console.log(ret);
12355
12356
  }
12356
12357
 
12357
12358
  return { abort: true };
@@ -10082,8 +10082,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10082
10082
  },
10083
10083
  [`xu-teleport`]: {
10084
10084
  to: async function ($elm, val) {
10085
- for (const [key, node] of Object.entries(nodeP.children())) {
10085
+ for (const [key, node] of Object.entries(nodeP.children)) {
10086
10086
  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);
10087
+ console.log(ret);
10087
10088
  }
10088
10089
 
10089
10090
  return { abort: true };