@xuda.io/runtime-bundle 1.0.373 → 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.
@@ -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
- // _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 };
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,8 +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
- console.log(valP, val.fieldId, ret);
34915
- debugger;
34914
+
34916
34915
  await replace_value_in_string(ret.ret, ret.fieldIdP);
34917
34916
  }
34918
34917
  }