@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.
@@ -11881,6 +11881,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11881
11881
  elem_key: _elem_key,
11882
11882
  elem_val: _elem_val,
11883
11883
  fields_arr,
11884
+ xu_for_item_id: elem_val?.$elm?.data().nodeid,
11884
11885
  };
11885
11886
  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);
11886
11887
 
@@ -13622,7 +13623,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
13622
13623
  node: nodeP,
13623
13624
  node_org: _.cloneDeep(nodeP),
13624
13625
  is_panelP: _paramsP.is_panelP,
13625
-
13626
+ ui_id,
13626
13627
  elem_prop: elem_propP,
13627
13628
  debug_info: {
13628
13629
  id: nodeP.id,
@@ -9612,6 +9612,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9612
9612
  elem_key: _elem_key,
9613
9613
  elem_val: _elem_val,
9614
9614
  fields_arr,
9615
+ xu_for_item_id: elem_val?.$elm?.data().nodeid,
9615
9616
  };
9616
9617
  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);
9617
9618
 
@@ -11353,7 +11354,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
11353
11354
  node: nodeP,
11354
11355
  node_org: _.cloneDeep(nodeP),
11355
11356
  is_panelP: _paramsP.is_panelP,
11356
-
11357
+ ui_id,
11357
11358
  elem_prop: elem_propP,
11358
11359
  debug_info: {
11359
11360
  id: nodeP.id,