@xuda.io/runtime-bundle 1.0.550 → 1.0.551

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.
@@ -12989,7 +12989,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12989
12989
  const replace = async function () {
12990
12990
  $elm.replaceWith(from_panel ? new_$div.children() : new_$div);
12991
12991
  if (from_panel) {
12992
- $elm.data().xuPanelData = new_$div.children().data().xuPanelData;
12992
+ $elm.data().xuPanelData = new_$div.data().xuPanelData;
12993
12993
  }
12994
12994
 
12995
12995
  if (val.fields_arr) {
@@ -10721,7 +10721,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10721
10721
  const replace = async function () {
10722
10722
  $elm.replaceWith(from_panel ? new_$div.children() : new_$div);
10723
10723
  if (from_panel) {
10724
- $elm.data().xuPanelData = new_$div.children().data().xuPanelData;
10724
+ $elm.data().xuPanelData = new_$div.data().xuPanelData;
10725
10725
  }
10726
10726
 
10727
10727
  if (val.fields_arr) {