@xuda.io/runtime-bundle 1.0.621 → 1.0.623

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.
@@ -31985,11 +31985,16 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31985
31985
  return ret;
31986
31986
  }
31987
31987
 
31988
+ ////// render default children tree
31989
+ if (nodeP.children.length) {
31990
+ 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);
31991
+ }
31992
+
31988
31993
  if (!val.value) {
31989
31994
  val.value = '_empty_panel_program';
31990
31995
  }
31991
31996
 
31992
- ret = await render_panel();
31997
+ // ret = await render_panel();
31993
31998
 
31994
31999
  return ret;
31995
32000
  };
@@ -32661,6 +32666,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32661
32666
  return {};
32662
32667
  }
32663
32668
  if (!$elm.data().xuData) return;
32669
+
32664
32670
  $elm.data().xuData.debug_info.attribute_stat[new_val.key] = new_val.value;
32665
32671
 
32666
32672
  // IGNORE UNDEFINED or NULL ATTRIBUTES