@xuda.io/runtime-bundle 1.0.536 → 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
|
@@ -13205,7 +13205,6 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13205
13205
|
null,
|
|
13206
13206
|
null,
|
|
13207
13207
|
null,
|
|
13208
|
-
null,
|
|
13209
13208
|
$elm.data().xuData.iterate_info,
|
|
13210
13209
|
);
|
|
13211
13210
|
|
|
@@ -13226,7 +13225,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13226
13225
|
'xu-exp': async function ($elm, val) {
|
|
13227
13226
|
let exp = val.value === null ? true : val.value;
|
|
13228
13227
|
|
|
13229
|
-
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);
|
|
13230
13229
|
|
|
13231
13230
|
let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
|
|
13232
13231
|
|
|
@@ -10937,7 +10937,6 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10937
10937
|
null,
|
|
10938
10938
|
null,
|
|
10939
10939
|
null,
|
|
10940
|
-
null,
|
|
10941
10940
|
$elm.data().xuData.iterate_info,
|
|
10942
10941
|
);
|
|
10943
10942
|
|
|
@@ -10958,7 +10957,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10958
10957
|
'xu-exp': async function ($elm, val) {
|
|
10959
10958
|
let exp = val.value === null ? true : val.value;
|
|
10960
10959
|
|
|
10961
|
-
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);
|
|
10962
10961
|
|
|
10963
10962
|
let value = func.UI.screen.fix_val_defaults(val.key, exp_ret.result);
|
|
10964
10963
|
|