@magic-xpa/engine 4.901.0-dev491.1 → 4.901.0-dev491.3

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.
@@ -19273,18 +19273,8 @@ class MgForm extends MgFormBase {
19273
19273
  dv = this._task.DataView;
19274
19274
  return (dv);
19275
19275
  }
19276
- async moveInView(unit, direction, returnToCtrl) {
19277
- if (isNullOrUndefined(returnToCtrl))
19278
- await this.moveInView_0(unit, direction);
19279
- else
19280
- await this.moveInView_1(unit, direction, returnToCtrl);
19281
- }
19282
- async moveInView_0(unit, direction) {
19283
- await this.moveInView(unit, direction, true);
19284
- }
19285
- async moveInView_1(unit, direction, returnToCtrl) {
19276
+ async moveInView(unit, direction) {
19286
19277
  let oldRecId = Int32.MinValue;
19287
- let lastParkedCtrl;
19288
19278
  let currRec = this.GetDataview().getCurrRec();
19289
19279
  let oldTaskMode = ' ';
19290
19280
  let returnToVisibleLine = false;
@@ -19539,15 +19529,6 @@ class MgForm extends MgFormBase {
19539
19529
  else
19540
19530
  this.SetTableTopIndex();
19541
19531
  await AccessHelper.eventsManager.handleInternalEventWithTask(this._task, InternalInterface.MG_ACT_REC_PREFIX);
19542
- if (returnToCtrl) {
19543
- lastParkedCtrl = this._task.getLastParkedCtrl();
19544
- if (lastParkedCtrl != null) {
19545
- let cursorMoved = await lastParkedCtrl.invoke();
19546
- if (!cursorMoved) {
19547
- await AccessHelper.eventsManager.HandleNonParkableControls(this._task);
19548
- }
19549
- }
19550
- }
19551
19532
  }
19552
19533
  catch (e) {
19553
19534
  if (e instanceof RecordOutOfDataViewException) {
@@ -29544,7 +29525,7 @@ class CommandsTable {
29544
29525
  }
29545
29526
  }
29546
29527
 
29547
- let CurrentClientVersion = '4.901.0-dev491.1';
29528
+ let CurrentClientVersion = '4.901.0-dev491.3';
29548
29529
 
29549
29530
  class ClientManager {
29550
29531
  constructor() {