@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.
@@ -10569,7 +10569,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
10569
10569
  fields[val.fieldId] = var_Arr[key].value;
10570
10570
 
10571
10571
  const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
10572
- console.log(valP, val.fieldId, ret);
10572
+
10573
10573
  await replace_value_in_string(ret.ret, ret.fieldIdP);
10574
10574
  }
10575
10575
  }
@@ -11932,8 +11932,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
11932
11932
  const props = _ds.in_parameters || {};
11933
11933
  const attributes = $elm?.data()?.xuData?.properties || {};
11934
11934
 
11935
- // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
11936
- _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
11935
+ _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
11936
+ // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
11937
11937
 
11938
11938
  return {};
11939
11939
  },
@@ -10003,8 +10003,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10003
10003
  const props = _ds.in_parameters || {};
10004
10004
  const attributes = $elm?.data()?.xuData?.properties || {};
10005
10005
 
10006
- // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
10007
- _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
10006
+ _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
10007
+ // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
10008
10008
 
10009
10009
  return {};
10010
10010
  },
@@ -14276,7 +14276,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
14276
14276
  fields[val.fieldId] = var_Arr[key].value;
14277
14277
 
14278
14278
  const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
14279
- console.log(valP, val.fieldId, ret);
14279
+
14280
14280
  await replace_value_in_string(ret.ret, ret.fieldIdP);
14281
14281
  }
14282
14282
  }