@xuda.io/runtime-bundle 1.0.537 → 1.0.538
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
|
@@ -13225,7 +13225,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13225
13225
|
'xu-exp': async function ($elm, val) {
|
|
13226
13226
|
let exp = val.value === null ? true : val.value;
|
|
13227
13227
|
|
|
13228
|
-
let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId);
|
|
13228
|
+
let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId, null, null, null, null, null, $elm.data().xuData.iterate_info);
|
|
13229
13229
|
|
|
13230
13230
|
let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
|
|
13231
13231
|
|
|
@@ -10957,7 +10957,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10957
10957
|
'xu-exp': async function ($elm, val) {
|
|
10958
10958
|
let exp = val.value === null ? true : val.value;
|
|
10959
10959
|
|
|
10960
|
-
let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId);
|
|
10960
|
+
let exp_ret = await func.expression.get(SESSION_ID, exp, paramsP.dsSessionP, 'UI Attr EXP', SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId, null, null, null, null, null, $elm.data().xuData.iterate_info);
|
|
10961
10961
|
|
|
10962
10962
|
let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
|
|
10963
10963
|
|