@xuda.io/runtime-bundle 1.0.544 → 1.0.545
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.
|
@@ -32369,7 +32369,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32369
32369
|
// programParameters: async function ($elm, val) {},
|
|
32370
32370
|
'xu-render': async function ($elm, val) {
|
|
32371
32371
|
let ret = await common_fx['xu-render']($elm, val);
|
|
32372
|
-
return
|
|
32372
|
+
return ret;
|
|
32373
32373
|
},
|
|
32374
32374
|
'xu-ref': async function ($elm, val) {
|
|
32375
32375
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|