@xuda.io/runtime-bundle 1.0.623 → 1.0.624

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.
@@ -32061,6 +32061,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32061
32061
  return ret;
32062
32062
  },
32063
32063
  'xu-ref': async function ($elm, val) {
32064
+ return {};
32064
32065
  let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
32065
32066
  return ret;
32066
32067
  },