@xuda.io/runtime-bundle 1.0.570 → 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.
@@ -32043,6 +32043,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32043
32043
  to: async function ($elm, val) {
32044
32044
  for (const [key, node] of Object.entries(nodeP.children)) {
32045
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
+ console.log(ret);
32046
32047
  }
32047
32048
 
32048
32049
  return { abort: true };