@xuda.io/runtime-bundle 1.0.445 → 1.0.447

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.
@@ -31813,7 +31813,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31813
31813
  }
31814
31814
  }
31815
31815
  if (found) {
31816
- const $div_elm = panel_val.$panel_div;
31816
+ const $div_elm = panel_val.$panel_div.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
31817
31817
  // var $div_elm = panel_val.$div
31818
31818
  // .parent()
31819
31819
  // .parent()
@@ -31823,7 +31823,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31823
31823
  try {
31824
31824
  // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
31825
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);
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);
31827
31827
 
31828
31828
  // remove old panel content
31829
31829
  $.each(panel_val.ids, async function (key, val) {