@xuda.io/runtime-bundle 1.0.443 → 1.0.444

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.
@@ -11791,7 +11791,20 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
11791
11791
  try {
11792
11792
  // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
11793
11793
 
11794
- const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep($div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
11794
+ const new_$div = await func.UI.screen.render_ui_tree(
11795
+ SESSION_ID,
11796
+ $div_elm,
11797
+ _.cloneDeep($div_elm.data().xuPanelWrapper.panelDivData.xuData.node),
11798
+ {},
11799
+ $div_elm.data().xuData.paramsP,
11800
+ null,
11801
+ null,
11802
+ $div_elm.data().xuData.key,
11803
+ null,
11804
+ $div_elm.data().xuData.parent_node,
11805
+ null,
11806
+ $div_elm.data().xuData.$root_container,
11807
+ );
11795
11808
 
11796
11809
  // remove old panel content
11797
11810
  $.each(panel_val.ids, async function (key, val) {
@@ -9864,7 +9864,20 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9864
9864
  try {
9865
9865
  // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
9866
9866
 
9867
- const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep($div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
9867
+ const new_$div = await func.UI.screen.render_ui_tree(
9868
+ SESSION_ID,
9869
+ $div_elm,
9870
+ _.cloneDeep($div_elm.data().xuPanelWrapper.panelDivData.xuData.node),
9871
+ {},
9872
+ $div_elm.data().xuData.paramsP,
9873
+ null,
9874
+ null,
9875
+ $div_elm.data().xuData.key,
9876
+ null,
9877
+ $div_elm.data().xuData.parent_node,
9878
+ null,
9879
+ $div_elm.data().xuData.$root_container,
9880
+ );
9868
9881
 
9869
9882
  // remove old panel content
9870
9883
  $.each(panel_val.ids, async function (key, val) {