@xuda.io/runtime-bundle 1.0.612 → 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.
|
@@ -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
|
-
|
|
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);
|