@xuda.io/runtime-bundle 1.0.536 → 1.0.538

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.
@@ -32896,7 +32896,6 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32896
32896
  null,
32897
32897
  null,
32898
32898
  null,
32899
- null,
32900
32899
  $elm.data().xuData.iterate_info,
32901
32900
  );
32902
32901
 
@@ -32917,7 +32916,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32917
32916
  'xu-exp': async function ($elm, val) {
32918
32917
  let exp = val.value === null ? true : val.value;
32919
32918
 
32920
- 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);
32921
32920
 
32922
32921
  let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
32923
32922