@xuda.io/runtime-bundle 1.0.358 → 1.0.360

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.
@@ -30109,8 +30109,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30109
30109
  _ds.data_feed.rows[row_idx][field_id] = value;
30110
30110
  await set_fieldComputed_dependencies(dataSource, field_id, null);
30111
30111
 
30112
- // search the field in refs
30113
- let _ds_0 = _session.DS_GLB[0];
30112
+ // // search the field in refs
30113
+ // let _ds_0 = _session.DS_GLB[0];
30114
30114
  // for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
30115
30115
  // if (val.ds.dsSession == dataSource) {
30116
30116
  // if (!fields_changed.includes(ref_name)) {
@@ -34811,6 +34811,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
34811
34811
  var split = [];
34812
34812
  var var_Arr = [];
34813
34813
  split = func.expression.parse(ret);
34814
+ console.log(valP, split);
34814
34815
  for await (const [arr_key, val] of Object.entries(split)) {
34815
34816
  // run each field
34816
34817
  const key = Number(arr_key);
@@ -34919,6 +34920,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
34919
34920
  var var_error_found;
34920
34921
  // merge arr values
34921
34922
  _.forEach(var_Arr, function (val, key) {
34923
+ debugger;
34922
34924
  if (sourceP === 'UI Property EXP') {
34923
34925
  let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
34924
34926
  if (ret.changed) {