@xuda.io/runtime-bundle 1.0.613 → 1.0.614

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.
@@ -11956,10 +11956,10 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11956
11956
  await iterate_field_in_progUi(progUi, field_id);
11957
11957
  }
11958
11958
  }
11959
- // run panels
11960
- for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
11961
- await iterate_field_in_progUi(panel_val.progUi, field_id);
11962
- }
11959
+ // // run panels
11960
+ // for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
11961
+ // await iterate_field_in_progUi(panel_val.progUi, field_id);
11962
+ // }
11963
11963
  }
11964
11964
 
11965
11965
  func.events.delete_job(SESSION_ID, jobNoP);
@@ -9687,10 +9687,10 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9687
9687
  await iterate_field_in_progUi(progUi, field_id);
9688
9688
  }
9689
9689
  }
9690
- // run panels
9691
- for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
9692
- await iterate_field_in_progUi(panel_val.progUi, field_id);
9693
- }
9690
+ // // run panels
9691
+ // for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
9692
+ // await iterate_field_in_progUi(panel_val.progUi, field_id);
9693
+ // }
9694
9694
  }
9695
9695
 
9696
9696
  func.events.delete_job(SESSION_ID, jobNoP);