@xuda.io/runtime-bundle 1.0.544 → 1.0.546

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,8 +32368,11 @@ 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
+ if (val.value) {
32372
+ return {};
32373
+ }
32371
32374
  let ret = await common_fx['xu-render']($elm, val);
32372
- return { abort: true };
32375
+ return ret;
32373
32376
  },
32374
32377
  'xu-ref': async function ($elm, val) {
32375
32378
  let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);