@xuda.io/runtime-bundle 1.0.358 → 1.0.359
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 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -2
- package/js/xuda-runtime-slim.min.es.js +3 -2
- package/js/xuda-runtime-slim.min.js +2 -2
- package/js/xuda-server-bundle.min.mjs +2 -2
- package/js/xuda-server-bundle.mjs +3 -2
- package/js/xuda-worker-bundle.js +3 -2
- package/js/xuda-worker-bundle.min.js +2 -2
- package/package.json +1 -1
|
@@ -3518,8 +3518,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3518
3518
|
_ds.data_feed.rows[row_idx][field_id] = value;
|
|
3519
3519
|
await set_fieldComputed_dependencies(dataSource, field_id, null);
|
|
3520
3520
|
|
|
3521
|
-
// search the field in refs
|
|
3522
|
-
let _ds_0 = _session.DS_GLB[0];
|
|
3521
|
+
// // search the field in refs
|
|
3522
|
+
// let _ds_0 = _session.DS_GLB[0];
|
|
3523
3523
|
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
3524
|
// if (val.ds.dsSession == dataSource) {
|
|
3525
3525
|
// if (!fields_changed.includes(ref_name)) {
|
|
@@ -7869,6 +7869,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7869
7869
|
var split = [];
|
|
7870
7870
|
var var_Arr = [];
|
|
7871
7871
|
split = func.expression.parse(ret);
|
|
7872
|
+
console.log(valP, split);
|
|
7872
7873
|
for await (const [arr_key, val] of Object.entries(split)) {
|
|
7873
7874
|
// run each field
|
|
7874
7875
|
const key = Number(arr_key);
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -3518,8 +3518,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3518
3518
|
_ds.data_feed.rows[row_idx][field_id] = value;
|
|
3519
3519
|
await set_fieldComputed_dependencies(dataSource, field_id, null);
|
|
3520
3520
|
|
|
3521
|
-
// search the field in refs
|
|
3522
|
-
let _ds_0 = _session.DS_GLB[0];
|
|
3521
|
+
// // search the field in refs
|
|
3522
|
+
// let _ds_0 = _session.DS_GLB[0];
|
|
3523
3523
|
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
3524
|
// if (val.ds.dsSession == dataSource) {
|
|
3525
3525
|
// if (!fields_changed.includes(ref_name)) {
|
|
@@ -7869,6 +7869,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7869
7869
|
var split = [];
|
|
7870
7870
|
var var_Arr = [];
|
|
7871
7871
|
split = func.expression.parse(ret);
|
|
7872
|
+
console.log(valP, split);
|
|
7872
7873
|
for await (const [arr_key, val] of Object.entries(split)) {
|
|
7873
7874
|
// run each field
|
|
7874
7875
|
const key = Number(arr_key);
|