@xuda.io/runtime-bundle 1.0.372 → 1.0.373
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 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -0
- package/js/xuda-runtime-slim.min.es.js +1 -0
- 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 -0
- package/js/xuda-worker-bundle.js +1 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -34912,6 +34912,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34912
34912
|
|
|
34913
34913
|
const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
|
|
34914
34914
|
console.log(valP, val.fieldId, ret);
|
|
34915
|
+
debugger;
|
|
34915
34916
|
await replace_value_in_string(ret.ret, ret.fieldIdP);
|
|
34916
34917
|
}
|
|
34917
34918
|
}
|