@xuda.io/runtime-bundle 1.0.549 → 1.0.550

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.
@@ -32679,6 +32679,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32679
32679
 
32680
32680
  const replace = async function () {
32681
32681
  $elm.replaceWith(from_panel ? new_$div.children() : new_$div);
32682
+ if (from_panel) {
32683
+ $elm.data().xuPanelData = new_$div.children().data().xuPanelData;
32684
+ }
32682
32685
 
32683
32686
  if (val.fields_arr) {
32684
32687
  return await func.UI.screen.refresh_xu_attributes(SESSION_ID, val.fields_arr, val.jobNoP, new_$div);