@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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -5142,8 +5142,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5142
5142
|
_ds.data_feed.rows[row_idx][field_id] = value;
|
|
5143
5143
|
await set_fieldComputed_dependencies(dataSource, field_id, null);
|
|
5144
5144
|
|
|
5145
|
-
// search the field in refs
|
|
5146
|
-
let _ds_0 = _session.DS_GLB[0];
|
|
5145
|
+
// // search the field in refs
|
|
5146
|
+
// let _ds_0 = _session.DS_GLB[0];
|
|
5147
5147
|
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
5148
5148
|
// if (val.ds.dsSession == dataSource) {
|
|
5149
5149
|
// if (!fields_changed.includes(ref_name)) {
|
|
@@ -10477,6 +10477,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
10477
10477
|
var split = [];
|
|
10478
10478
|
var var_Arr = [];
|
|
10479
10479
|
split = func.expression.parse(ret);
|
|
10480
|
+
console.log(valP, split);
|
|
10480
10481
|
for await (const [arr_key, val] of Object.entries(split)) {
|
|
10481
10482
|
// run each field
|
|
10482
10483
|
const key = Number(arr_key);
|
|
@@ -5143,8 +5143,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5143
5143
|
_ds.data_feed.rows[row_idx][field_id] = value;
|
|
5144
5144
|
await set_fieldComputed_dependencies(dataSource, field_id, null);
|
|
5145
5145
|
|
|
5146
|
-
// search the field in refs
|
|
5147
|
-
let _ds_0 = _session.DS_GLB[0];
|
|
5146
|
+
// // search the field in refs
|
|
5147
|
+
// let _ds_0 = _session.DS_GLB[0];
|
|
5148
5148
|
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
5149
5149
|
// if (val.ds.dsSession == dataSource) {
|
|
5150
5150
|
// if (!fields_changed.includes(ref_name)) {
|
|
@@ -14176,6 +14176,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
14176
14176
|
var split = [];
|
|
14177
14177
|
var var_Arr = [];
|
|
14178
14178
|
split = func.expression.parse(ret);
|
|
14179
|
+
console.log(valP, split);
|
|
14179
14180
|
for await (const [arr_key, val] of Object.entries(split)) {
|
|
14180
14181
|
// run each field
|
|
14181
14182
|
const key = Number(arr_key);
|