@xuda.io/runtime-bundle 1.0.372 → 1.0.374
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 +3 -3
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -3
- package/js/xuda-runtime-slim.min.es.js +3 -3
- 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 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -31962,8 +31962,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31962
31962
|
const props = _ds.in_parameters || {};
|
|
31963
31963
|
const attributes = $elm?.data()?.xuData?.properties || {};
|
|
31964
31964
|
|
|
31965
|
-
|
|
31966
|
-
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
31965
|
+
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
|
|
31966
|
+
// _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
31967
31967
|
|
|
31968
31968
|
return {};
|
|
31969
31969
|
},
|
|
@@ -34911,7 +34911,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34911
34911
|
fields[val.fieldId] = var_Arr[key].value;
|
|
34912
34912
|
|
|
34913
34913
|
const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
|
|
34914
|
-
|
|
34914
|
+
|
|
34915
34915
|
await replace_value_in_string(ret.ret, ret.fieldIdP);
|
|
34916
34916
|
}
|
|
34917
34917
|
}
|