@xuda.io/runtime-bundle 1.0.543 → 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.
|
@@ -32368,7 +32368,6 @@ 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 { abort: true };
|
|
32372
32371
|
let ret = await common_fx['xu-render']($elm, val);
|
|
32373
32372
|
return ret;
|
|
32374
32373
|
},
|