@magic-xpa/engine 4.800.0-dev480.204 → 4.800.0-dev480.205
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.
- package/bundles/magic-xpa-engine.umd.js +2 -2
- package/bundles/magic-xpa-engine.umd.js.map +1 -1
- package/bundles/magic-xpa-engine.umd.min.js +1 -1
- package/bundles/magic-xpa-engine.umd.min.js.map +1 -1
- package/esm2015/src/ClientManager.js +2 -2
- package/esm2015/src/CurrentClientVersion.js +2 -2
- package/fesm2015/magic-xpa-engine.js +2 -2
- package/fesm2015/magic-xpa-engine.js.map +1 -1
- package/package.json +4 -4
|
@@ -37281,7 +37281,7 @@
|
|
|
37281
37281
|
return CommandsTable;
|
|
37282
37282
|
}());
|
|
37283
37283
|
|
|
37284
|
-
var CurrentClientVersion = '4.800.0-dev480.
|
|
37284
|
+
var CurrentClientVersion = '4.800.0-dev480.205';
|
|
37285
37285
|
|
|
37286
37286
|
var ClientManager = /** @class */ (function () {
|
|
37287
37287
|
function ClientManager() {
|
|
@@ -37395,7 +37395,7 @@
|
|
|
37395
37395
|
case "getRows":
|
|
37396
37396
|
dvRowIdx = lineIdx - task.DataView.RecordsBeforeCurrentView;
|
|
37397
37397
|
var lastFocusedVal = { guiMgControl: task.getForm().getTableCtrl(), Line: dvRowIdx, Val: "" };
|
|
37398
|
-
gui.Events.OnGetRowsData(task.getForm().getTableCtrl(), dvRowIdx,
|
|
37398
|
+
gui.Events.OnGetRowsData(task.getForm().getTableCtrl(), dvRowIdx, true, lastFocusedVal);
|
|
37399
37399
|
break;
|
|
37400
37400
|
case "RouterNavigate":
|
|
37401
37401
|
EventsManager.Instance.AddRouteEvent(task, utils.InternalInterface.MG_ACT_WEBCLIENT_ROUTE, guiEvent.RouterPath, guiEvent.RouterOutletName, guiEvent.RouterParams);
|