@xuda.io/runtime-bundle 1.0.605 → 1.0.607

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().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
 
@@ -33312,7 +33313,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
33312
33313
  node: nodeP,
33313
33314
  node_org: _.cloneDeep(nodeP),
33314
33315
  is_panelP: _paramsP.is_panelP,
33315
-
33316
+ ui_id,
33316
33317
  elem_prop: elem_propP,
33317
33318
  debug_info: {
33318
33319
  id: nodeP.id,