@xuda.io/runtime-bundle 1.0.542 → 1.0.544
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12677,9 +12677,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12677
12677
|
},
|
|
12678
12678
|
// programParameters: async function ($elm, val) {},
|
|
12679
12679
|
'xu-render': async function ($elm, val) {
|
|
12680
|
-
return {};
|
|
12681
12680
|
let ret = await common_fx['xu-render']($elm, val);
|
|
12682
|
-
return
|
|
12681
|
+
return { abort: true };
|
|
12683
12682
|
},
|
|
12684
12683
|
'xu-ref': async function ($elm, val) {
|
|
12685
12684
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
@@ -10409,9 +10409,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10409
10409
|
},
|
|
10410
10410
|
// programParameters: async function ($elm, val) {},
|
|
10411
10411
|
'xu-render': async function ($elm, val) {
|
|
10412
|
-
return {};
|
|
10413
10412
|
let ret = await common_fx['xu-render']($elm, val);
|
|
10414
|
-
return
|
|
10413
|
+
return { abort: true };
|
|
10415
10414
|
},
|
|
10416
10415
|
'xu-ref': async function ($elm, val) {
|
|
10417
10416
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|