@xuda.io/runtime-bundle 1.0.613 → 1.0.615
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.
|
@@ -31571,7 +31571,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31571
31571
|
elem_key: _elem_key,
|
|
31572
31572
|
elem_val: _elem_val,
|
|
31573
31573
|
fields_arr,
|
|
31574
|
-
xu_for_item_id: elem_val?.$elm?.data().xuData.nodeid,
|
|
31574
|
+
xu_for_item_id: elem_val?.$elm?.data()?.xuPanelData ? elem_val?.$elm?.data()?.xuPanelData.node.id : elem_val?.$elm?.data().xuData.nodeid,
|
|
31575
31575
|
};
|
|
31576
31576
|
await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_for', obj, new_job, _elem_val.$elm, _elem_val.$elm.data().xuData.paramsP.dsSessionP);
|
|
31577
31577
|
|
|
@@ -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);
|