@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.
|
@@ -31646,10 +31646,10 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31646
31646
|
await iterate_field_in_progUi(progUi, field_id);
|
|
31647
31647
|
}
|
|
31648
31648
|
}
|
|
31649
|
-
// run panels
|
|
31650
|
-
for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
31651
|
-
|
|
31652
|
-
}
|
|
31649
|
+
// // run panels
|
|
31650
|
+
// for await (const [panel_wrapper_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
31651
|
+
// await iterate_field_in_progUi(panel_val.progUi, field_id);
|
|
31652
|
+
// }
|
|
31653
31653
|
}
|
|
31654
31654
|
|
|
31655
31655
|
func.events.delete_job(SESSION_ID, jobNoP);
|