@xuda.io/runtime-bundle 1.0.623 → 1.0.625

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.
@@ -12296,15 +12296,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12296
12296
  }
12297
12297
 
12298
12298
  ////// render default children tree
12299
- if (nodeP.children.length) {
12300
- const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
12301
- }
12299
+ // if (nodeP.children.length) {
12300
+ // const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
12301
+ // }
12302
12302
 
12303
12303
  if (!val.value) {
12304
12304
  val.value = '_empty_panel_program';
12305
12305
  }
12306
12306
 
12307
- // ret = await render_panel();
12307
+ ret = await render_panel();
12308
12308
 
12309
12309
  return ret;
12310
12310
  };
@@ -10027,15 +10027,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10027
10027
  }
10028
10028
 
10029
10029
  ////// render default children tree
10030
- if (nodeP.children.length) {
10031
- const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
10032
- }
10030
+ // if (nodeP.children.length) {
10031
+ // const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
10032
+ // }
10033
10033
 
10034
10034
  if (!val.value) {
10035
10035
  val.value = '_empty_panel_program';
10036
10036
  }
10037
10037
 
10038
- // ret = await render_panel();
10038
+ ret = await render_panel();
10039
10039
 
10040
10040
  return ret;
10041
10041
  };