@xuda.io/runtime-bundle 1.0.537 → 1.0.539

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.
@@ -32916,7 +32916,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32916
32916
  'xu-exp': async function ($elm, val) {
32917
32917
  let exp = val.value === null ? true : val.value;
32918
32918
 
32919
- let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId);
32919
+ let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId, null, null, null, null, null, $elm.data().xuData.iterate_info);
32920
32920
 
32921
32921
  let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
32922
32922
 
@@ -33925,7 +33925,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
33925
33925
 
33926
33926
  SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
33927
33927
  //////////////////////////////////
33928
- if (!$div.data()) return;
33928
+ if (!$div.data()?.xuData) return;
33929
33929
  const _iterate_info = $div.data().xuData.iterate_info;
33930
33930
  if (_iterate_info) {
33931
33931
  if (_iterate_info.is_key_dynamic_field) {