@xuda.io/runtime-bundle 1.0.414 → 1.0.415
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.
|
@@ -31660,7 +31660,12 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31660
31660
|
// run panels
|
|
31661
31661
|
for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
31662
31662
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, panel_val._ds.prog_id);
|
|
31663
|
+
await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
31664
|
+
}
|
|
31663
31665
|
|
|
31666
|
+
// run invisible panels
|
|
31667
|
+
for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
31668
|
+
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, panel_val.prog_id);
|
|
31664
31669
|
await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
31665
31670
|
}
|
|
31666
31671
|
}
|