@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
|
@@ -5319,6 +5319,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
|
|
|
5319
5319
|
}
|
|
5320
5320
|
|
|
5321
5321
|
if (typeof val === 'object') {
|
|
5322
|
+
debugger;
|
|
5322
5323
|
let str = JSON.stringify(val);
|
|
5323
5324
|
if (str.includes('.') && str.includes('drv_') && str.length > 30) {
|
|
5324
5325
|
let new_val = replaceFiletoURL(str);
|
|
@@ -7972,7 +7973,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7972
7973
|
var var_error_found;
|
|
7973
7974
|
// merge arr values
|
|
7974
7975
|
_.forEach(var_Arr, function (val, key) {
|
|
7975
|
-
debugger;
|
|
7976
7976
|
if (sourceP === 'UI Property EXP') {
|
|
7977
7977
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
7978
7978
|
if (ret.changed) {
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -5319,6 +5319,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
|
|
|
5319
5319
|
}
|
|
5320
5320
|
|
|
5321
5321
|
if (typeof val === 'object') {
|
|
5322
|
+
debugger;
|
|
5322
5323
|
let str = JSON.stringify(val);
|
|
5323
5324
|
if (str.includes('.') && str.includes('drv_') && str.length > 30) {
|
|
5324
5325
|
let new_val = replaceFiletoURL(str);
|
|
@@ -7972,7 +7973,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7972
7973
|
var var_error_found;
|
|
7973
7974
|
// merge arr values
|
|
7974
7975
|
_.forEach(var_Arr, function (val, key) {
|
|
7975
|
-
debugger;
|
|
7976
7976
|
if (sourceP === 'UI Property EXP') {
|
|
7977
7977
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
7978
7978
|
if (ret.changed) {
|