@xuda.io/runtime-bundle 1.0.947 → 1.0.948

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,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
11791
11791
  for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
11792
11792
  // const progDataSource_str = JSON.stringify(panel_val.prog_doc.progDataSource);
11793
11793
 
11794
- if ($panel_div.data().xuData.pending_to_delete) continue;
11794
+ if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
11795
11795
 
11796
11796
  if (fields_changed_arr) {
11797
11797
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {
@@ -9518,7 +9518,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9518
9518
  for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
9519
9519
  // const progDataSource_str = JSON.stringify(panel_val.prog_doc.progDataSource);
9520
9520
 
9521
- if ($panel_div.data().xuData.pending_to_delete) continue;
9521
+ if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
9522
9522
 
9523
9523
  if (fields_changed_arr) {
9524
9524
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {