@xuda.io/runtime-bundle 1.0.606 → 1.0.608

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,6 +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
31575
  };
31575
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);
31576
31577