@xuda.io/runtime-bundle 1.0.376 → 1.0.378
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-mini-bundle.js +1 -0
- package/js/xuda-runtime-mini-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 +2 -2
- package/js/xuda-server-bundle.min.mjs +2 -2
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +2 -2
- package/package.json +1 -1
|
@@ -26123,6 +26123,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
|
|
|
26123
26123
|
}
|
|
26124
26124
|
|
|
26125
26125
|
if (typeof val === 'object') {
|
|
26126
|
+
debugger;
|
|
26126
26127
|
let str = JSON.stringify(val);
|
|
26127
26128
|
if (str.includes('.') && str.includes('drv_') && str.length > 30) {
|
|
26128
26129
|
let new_val = replaceFiletoURL(str);
|
|
@@ -34927,7 +34928,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34927
34928
|
var var_error_found;
|
|
34928
34929
|
// merge arr values
|
|
34929
34930
|
_.forEach(var_Arr, function (val, key) {
|
|
34930
|
-
debugger;
|
|
34931
34931
|
if (sourceP === 'UI Property EXP') {
|
|
34932
34932
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
34933
34933
|
if (ret.changed) {
|