@xuda.io/runtime-bundle 1.0.999 → 1.0.1000

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.
@@ -14874,7 +14874,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
14874
14874
  var _ds = _session.DS_GLB[dsSessionP];
14875
14875
 
14876
14876
  const idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
14877
- const data = _ds.data_feed[idx];
14877
+ const data = _ds.data_feed.rows[idx];
14878
14878
  for (const row of data) {
14879
14879
  console.log(row);
14880
14880
  }
@@ -12599,7 +12599,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
12599
12599
  var _ds = _session.DS_GLB[dsSessionP];
12600
12600
 
12601
12601
  const idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
12602
- const data = _ds.data_feed[idx];
12602
+ const data = _ds.data_feed.rows[idx];
12603
12603
  for (const row of data) {
12604
12604
  console.log(row);
12605
12605
  }