@xuda.io/runtime-bundle 1.0.359 → 1.0.360
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
|
@@ -34920,6 +34920,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34920
34920
|
var var_error_found;
|
|
34921
34921
|
// merge arr values
|
|
34922
34922
|
_.forEach(var_Arr, function (val, key) {
|
|
34923
|
+
debugger;
|
|
34923
34924
|
if (sourceP === 'UI Property EXP') {
|
|
34924
34925
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
34925
34926
|
if (ret.changed) {
|