@xuda.io/runtime-bundle 1.0.444 → 1.0.445

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.
@@ -31822,21 +31822,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31822
31822
  // restore original panel
31823
31823
  try {
31824
31824
  // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
31825
-
31826
- const new_$div = await func.UI.screen.render_ui_tree(
31827
- SESSION_ID,
31828
- $div_elm,
31829
- _.cloneDeep($div_elm.data().xuPanelWrapper.panelDivData.xuData.node),
31830
- {},
31831
- $div_elm.data().xuData.paramsP,
31832
- null,
31833
- null,
31834
- $div_elm.data().xuData.key,
31835
- null,
31836
- $div_elm.data().xuData.parent_node,
31837
- null,
31838
- $div_elm.data().xuData.$root_container,
31839
- );
31825
+ const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
31826
+ const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep(panelDivData.xuData.node), {}, $panelDivData.xuData.paramsP, null, null, panelDivData.xuData.key, null, panelDivData.xuData.parent_node, null, panelDivData.xuData.$root_container);
31840
31827
 
31841
31828
  // remove old panel content
31842
31829
  $.each(panel_val.ids, async function (key, val) {