@xuda.io/runtime-bundle 1.0.374 → 1.0.376
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 +6 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +6 -0
- package/js/xuda-runtime-slim.min.es.js +6 -0
- package/js/xuda-runtime-slim.min.js +2 -2
- 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
|
@@ -28202,6 +28202,11 @@ func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0
|
|
|
28202
28202
|
}
|
|
28203
28203
|
};
|
|
28204
28204
|
func.UI.refs_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0]) {
|
|
28205
|
+
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
28206
|
+
// let dom to finish build
|
|
28207
|
+
return;
|
|
28208
|
+
}
|
|
28209
|
+
|
|
28205
28210
|
let _session = SESSION_OBJ[SESSION_ID];
|
|
28206
28211
|
const _data_system = _session?.DS_GLB?.[0]?.data_system;
|
|
28207
28212
|
|
|
@@ -34922,6 +34927,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34922
34927
|
var var_error_found;
|
|
34923
34928
|
// merge arr values
|
|
34924
34929
|
_.forEach(var_Arr, function (val, key) {
|
|
34930
|
+
debugger;
|
|
34925
34931
|
if (sourceP === 'UI Property EXP') {
|
|
34926
34932
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
34927
34933
|
if (ret.changed) {
|