@xuda.io/runtime-bundle 1.0.541 → 1.0.542

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.
@@ -32368,6 +32368,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32368
32368
  },
32369
32369
  // programParameters: async function ($elm, val) {},
32370
32370
  'xu-render': async function ($elm, val) {
32371
+ return {};
32371
32372
  let ret = await common_fx['xu-render']($elm, val);
32372
32373
  return ret;
32373
32374
  },