@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.
@@ -10569,8 +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);
10573
- debugger;
10572
+
10574
10573
  await replace_value_in_string(ret.ret, ret.fieldIdP);
10575
10574
  }
10576
10575
  }
@@ -11933,8 +11932,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
11933
11932
  const props = _ds.in_parameters || {};
11934
11933
  const attributes = $elm?.data()?.xuData?.properties || {};
11935
11934
 
11936
- // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
11937
- _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 };
11938
11937
 
11939
11938
  return {};
11940
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,8 +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);
14280
- debugger;
14279
+
14281
14280
  await replace_value_in_string(ret.ret, ret.fieldIdP);
14282
14281
  }
14283
14282
  }