@xuda.io/runtime-bundle 1.0.723 → 1.0.725
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-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -36403,7 +36403,7 @@ func.events.execute = async function (
|
|
|
36403
36403
|
var params_obj = {};
|
|
36404
36404
|
if (_prog?.properties?.progParams) {
|
|
36405
36405
|
for await (const [key, val] of Object.entries(_prog.properties.progParams)) {
|
|
36406
|
-
if (
|
|
36406
|
+
// if (val.data.dir === 'in') continue;
|
|
36407
36407
|
if (typeof args.parameters_obj_inP?.[val.data.parameter] !== 'undefined') {
|
|
36408
36408
|
if (args.parameters_obj_inP?.[val.data.parameter].fx) {
|
|
36409
36409
|
let ret = await func.expression.get(SESSION_ID, args.parameters_obj_inP?.[val.data.parameter].fx, dsSession, 'parameters');
|