@xuda.io/runtime-bundle 1.0.623 → 1.0.624
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
|
@@ -12371,6 +12371,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12371
12371
|
return ret;
|
|
12372
12372
|
},
|
|
12373
12373
|
'xu-ref': async function ($elm, val) {
|
|
12374
|
+
return {};
|
|
12374
12375
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
12375
12376
|
return ret;
|
|
12376
12377
|
},
|
|
@@ -10102,6 +10102,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10102
10102
|
return ret;
|
|
10103
10103
|
},
|
|
10104
10104
|
'xu-ref': async function ($elm, val) {
|
|
10105
|
+
return {};
|
|
10105
10106
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
10106
10107
|
return ret;
|
|
10107
10108
|
},
|