@magic-xpa/engine 4.1000.0-dev4100.130 → 4.1000.0-dev4100.135

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.
@@ -19260,18 +19260,8 @@ class MgForm extends MgFormBase {
19260
19260
  dv = this._task.DataView;
19261
19261
  return (dv);
19262
19262
  }
19263
- async moveInView(unit, direction, returnToCtrl) {
19264
- if (isNullOrUndefined(returnToCtrl))
19265
- await this.moveInView_0(unit, direction);
19266
- else
19267
- await this.moveInView_1(unit, direction, returnToCtrl);
19268
- }
19269
- async moveInView_0(unit, direction) {
19270
- await this.moveInView(unit, direction, true);
19271
- }
19272
- async moveInView_1(unit, direction, returnToCtrl) {
19263
+ async moveInView(unit, direction) {
19273
19264
  let oldRecId = Int32.MinValue;
19274
- let lastParkedCtrl;
19275
19265
  let currRec = this.GetDataview().getCurrRec();
19276
19266
  let oldTaskMode = ' ';
19277
19267
  let returnToVisibleLine = false;
@@ -19526,15 +19516,6 @@ class MgForm extends MgFormBase {
19526
19516
  else
19527
19517
  this.SetTableTopIndex();
19528
19518
  await AccessHelper.eventsManager.handleInternalEventWithTask(this._task, InternalInterface.MG_ACT_REC_PREFIX);
19529
- if (returnToCtrl) {
19530
- lastParkedCtrl = this._task.getLastParkedCtrl();
19531
- if (lastParkedCtrl != null) {
19532
- let cursorMoved = await lastParkedCtrl.invoke();
19533
- if (!cursorMoved) {
19534
- await AccessHelper.eventsManager.HandleNonParkableControls(this._task);
19535
- }
19536
- }
19537
- }
19538
19519
  }
19539
19520
  catch (e) {
19540
19521
  if (e instanceof RecordOutOfDataViewException) {
@@ -29535,7 +29516,7 @@ class CommandsTable {
29535
29516
  }
29536
29517
  }
29537
29518
 
29538
- let CurrentClientVersion = '4.1000.0-dev4100.130';
29519
+ let CurrentClientVersion = '4.1000.0-dev4100.135';
29539
29520
 
29540
29521
  class ClientManager {
29541
29522
  static get Instance() {