@xuda.io/runtime-bundle 1.0.1340 → 1.0.1342

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.
@@ -9313,9 +9313,9 @@ func.UI.create_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9313
9313
  },
9314
9314
  });
9315
9315
  };
9316
-
9316
+ const p = createBasicProxy(_ds);
9317
9317
  // let obj = { ds: watchedDs._ref, data: {}, props: _ds.in_parameters || {} };
9318
- let obj = { ds: createBasicProxy(_ds), data: {}, props: _ds.in_parameters || {} };
9318
+ let obj = { ds: {}, data: {}, props: _ds.in_parameters || {} };
9319
9319
  try {
9320
9320
  const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
9321
9321
  obj.data = _ds?.data_feed?.rows?.[row_idx];
@@ -9314,9 +9314,9 @@ func.UI.create_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9314
9314
  },
9315
9315
  });
9316
9316
  };
9317
-
9317
+ const p = createBasicProxy(_ds);
9318
9318
  // let obj = { ds: watchedDs._ref, data: {}, props: _ds.in_parameters || {} };
9319
- let obj = { ds: createBasicProxy(_ds), data: {}, props: _ds.in_parameters || {} };
9319
+ let obj = { ds: {}, data: {}, props: _ds.in_parameters || {} };
9320
9320
  try {
9321
9321
  const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
9322
9322
  obj.data = _ds?.data_feed?.rows?.[row_idx];