@magic-xpa/engine 4.801.0-dev481.305 → 4.801.0-dev481.308
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/esm2020/src/ClientManager.mjs +2 -11
- package/esm2020/src/CommandsTable.mjs +12 -13
- package/esm2020/src/CurrentClientVersion.mjs +2 -2
- package/esm2020/src/GUIManager.mjs +1 -2
- package/esm2020/src/GuiEventsProcessor.mjs +2 -19
- package/esm2020/src/commands/ClientToServer/CommandFactory.mjs +35 -35
- package/esm2020/src/commands/ClientToServer/ComputeEventCommand.mjs +1 -1
- package/esm2020/src/commands/ClientToServer/ContextTimeoutResetCommand.mjs +7 -7
- package/esm2020/src/commands/ClientToServer/QueryCommand.mjs +1 -1
- package/esm2020/src/commands/ClientToServer/RecomputeCommand.mjs +2 -2
- package/esm2020/src/commands/ServerToClient/ClientTargetedCommandBase.mjs +1 -1
- package/esm2020/src/commands/ServerToClient/EnhancedVerifyCommand.mjs +1 -1
- package/esm2020/src/commands/ServerToClient/OpenURLCommand.mjs +1 -2
- package/esm2020/src/commands/ServerToClient/ResetLocateCommand.mjs +5 -5
- package/esm2020/src/commands/ServerToClient/VerifyCommand.mjs +1 -3
- package/esm2020/src/communications/InteractiveCommunicationsFailureHandler.mjs +1 -1
- package/esm2020/src/data/DataSourceIdKey.mjs +1 -9
- package/esm2020/src/data/DataView.mjs +52 -54
- package/esm2020/src/data/DvCache.mjs +4 -29
- package/esm2020/src/env/Environment.mjs +2 -5
- package/esm2020/src/env/LanguageData.mjs +1 -2
- package/esm2020/src/event/ActionManager.mjs +2 -5
- package/esm2020/src/event/Event.mjs +249 -355
- package/esm2020/src/event/EventHandler.mjs +1 -2
- package/esm2020/src/event/EventHandlerPosition.mjs +1 -2
- package/esm2020/src/event/EventsManager.mjs +24 -44
- package/esm2020/src/exp/ExpressionEvaluator.mjs +1 -6
- package/esm2020/src/gui/MgControl.mjs +1 -3
- package/esm2020/src/gui/MgForm.mjs +1 -2
- package/esm2020/src/http/client/HttpClientBase.mjs +1 -17
- package/esm2020/src/remote/RemoteCommandsProcessor.mjs +1 -10
- package/esm2020/src/rt/DataviewHeaders.mjs +2 -6
- package/esm2020/src/rt/DataviewHeadersSaxHandler.mjs +1 -2
- package/esm2020/src/rt/LastFocusedManager.mjs +1 -5
- package/esm2020/src/rt/Operation.mjs +2 -12
- package/esm2020/src/tasks/Task.mjs +3 -17
- package/esm2020/src/util/FlowMonitorQueue.mjs +1 -14
- package/esm2020/src/util/MgPriorityBlockingQueue.mjs +1 -3
- package/fesm2015/magic-xpa-engine.mjs +519 -800
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +512 -790
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
- package/src/ClientManager.d.ts +0 -3
- package/src/CommandsTable.d.ts +5 -5
- package/src/GuiEventsProcessor.d.ts +0 -2
- package/src/commands/ClientToServer/CommandFactory.d.ts +35 -35
- package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +2 -2
- package/src/commands/ServerToClient/ResetLocateCommand.d.ts +2 -2
- package/src/commands/ServerToClient/VerifyCommand.d.ts +0 -1
- package/src/data/DataSourceIdKey.d.ts +0 -5
- package/src/data/DataView.d.ts +0 -1
- package/src/data/DvCache.d.ts +2 -6
- package/src/env/Environment.d.ts +0 -2
- package/src/event/ActionManager.d.ts +1 -3
- package/src/event/Event.d.ts +5 -22
- package/src/event/EventsManager.d.ts +1 -5
- package/src/http/client/HttpClientBase.d.ts +0 -2
- package/src/remote/RemoteCommandsProcessor.d.ts +0 -4
- package/src/rt/DataviewHeaders.d.ts +1 -3
- package/src/rt/Operation.d.ts +0 -4
- package/src/util/FlowMonitorQueue.d.ts +0 -11
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/engine",
|
|
3
|
-
"version": "4.801.0-dev481.
|
|
3
|
+
"version": "4.801.0-dev481.308",
|
|
4
4
|
"description": "magic engine package",
|
|
5
5
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@magic-xpa/mscorelib": "4.801.0-dev481.
|
|
8
|
-
"@magic-xpa/utils": "4.801.0-dev481.
|
|
9
|
-
"@magic-xpa/gui": "4.801.0-dev481.
|
|
7
|
+
"@magic-xpa/mscorelib": "4.801.0-dev481.308",
|
|
8
|
+
"@magic-xpa/utils": "4.801.0-dev481.308",
|
|
9
|
+
"@magic-xpa/gui": "4.801.0-dev481.308",
|
|
10
10
|
"@angular/http": "^7.1.0",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
package/src/ClientManager.d.ts
CHANGED
|
@@ -3,8 +3,6 @@ import { IGuiEvent } from './bridge/IGuiEvent';
|
|
|
3
3
|
import { IServerConfig } from './util/IServerConfig';
|
|
4
4
|
import { HttpClient } from '@angular/common/http';
|
|
5
5
|
export declare class ClientManager {
|
|
6
|
-
private _guiEventsProcessor;
|
|
7
|
-
private _tableCacheManager;
|
|
8
6
|
private _delayInProgress;
|
|
9
7
|
private static _instance;
|
|
10
8
|
private _debugClient;
|
|
@@ -31,7 +29,6 @@ export declare class ClientManager {
|
|
|
31
29
|
isDelayInProgress(): boolean;
|
|
32
30
|
setDelayInProgress(delayInProgress: boolean): void;
|
|
33
31
|
GetGlobalUniqueSessionID(): string;
|
|
34
|
-
private static getExecutionPropertiesFileName;
|
|
35
32
|
static GetControlPictureMask(taskId: string, controlName: string): PIC;
|
|
36
33
|
static GetFormattedValue(taskId: string, controlName: string, value: any): string;
|
|
37
34
|
static GetRangedValue(taskId: string, controlName: string, value: string): string;
|
package/src/CommandsTable.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { XmlParser } from
|
|
2
|
-
import { IResultValue } from
|
|
3
|
-
import { IClientCommand } from
|
|
4
|
-
import { StringBuilder } from
|
|
5
|
-
import { ICommandsTable } from
|
|
1
|
+
import { XmlParser } from '@magic-xpa/utils';
|
|
2
|
+
import { IResultValue } from './rt/IResultValue';
|
|
3
|
+
import { IClientCommand } from './commands/IClientCommand';
|
|
4
|
+
import { StringBuilder } from '@magic-xpa/mscorelib';
|
|
5
|
+
import { ICommandsTable } from './ICommandsTable';
|
|
6
6
|
export declare class CommandsTable implements ICommandsTable {
|
|
7
7
|
private _cmds;
|
|
8
8
|
private _iterationIdx;
|
|
@@ -10,7 +10,6 @@ export declare class GuiEventsProcessor extends EventsProcessor {
|
|
|
10
10
|
private static ProcessTimer;
|
|
11
11
|
private static processTableResize;
|
|
12
12
|
private static processGetRowsData;
|
|
13
|
-
private static processEnableActs;
|
|
14
13
|
private static OnNonParkableLastParkedCtrl;
|
|
15
14
|
private static processSelection;
|
|
16
15
|
processKeyDown(guiMgForm: GuiMgForm, guiMgCtrl: GuiMgControl, modifier: Modifiers, keyCode: number, start: number, end: number, text: string, isActChar: boolean, suggestedValue: string, handled: boolean): boolean;
|
|
@@ -19,7 +18,6 @@ export declare class GuiEventsProcessor extends EventsProcessor {
|
|
|
19
18
|
private static GetRuntimeContext;
|
|
20
19
|
private static SaveLastClickedControlName;
|
|
21
20
|
private static SaveLastClickInfo;
|
|
22
|
-
private static ProcessPress;
|
|
23
21
|
private static IsLogonRTL;
|
|
24
22
|
private static ShowSessionStatistics;
|
|
25
23
|
private static ShouldAddEnterAsKeyEvent;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { MgControlBase } from
|
|
2
|
-
import { StorageAttribute } from
|
|
3
|
-
import { EventCommand } from
|
|
4
|
-
import { RollbackEventCommand, RollbackEventCommand_RollbackType } from
|
|
5
|
-
import { DataviewCommand, DataViewCommandType } from
|
|
6
|
-
import { Task } from
|
|
7
|
-
import { UserRange } from
|
|
8
|
-
import { AddUserRangeDataviewCommand } from
|
|
9
|
-
import { Sort } from
|
|
10
|
-
import { AddUserSortDataViewCommand } from
|
|
11
|
-
import { AddUserLocateDataViewCommand } from
|
|
12
|
-
import { SetTransactionStateDataviewCommand } from
|
|
13
|
-
import { ControlItemsRefreshCommand } from
|
|
14
|
-
import { RefreshEventCommand } from
|
|
15
|
-
import { ArgumentsList } from
|
|
16
|
-
import { DataViewOutputCommand } from
|
|
17
|
-
import { FetchDataControlValuesEventCommand } from
|
|
18
|
-
import { WriteMessageToServerLogCommand } from
|
|
19
|
-
import { SubformRefreshEventCommand } from
|
|
20
|
-
import { BrowserEscEventCommand } from
|
|
21
|
-
import { IndexChangeEventCommand } from
|
|
22
|
-
import { ColumnSortEventCommand } from
|
|
23
|
-
import { RefreshScreenEventCommand } from
|
|
24
|
-
import { SubformOpenEventCommand } from
|
|
25
|
-
import { ComputeEventCommand } from
|
|
26
|
-
import { NonReversibleExitEventCommand } from
|
|
27
|
-
import { RecomputeCommand } from
|
|
28
|
-
import { TransactionCommand } from
|
|
29
|
-
import { UnloadCommand } from
|
|
30
|
-
import { ExecOperCommand } from
|
|
31
|
-
import { EvaluateCommand } from
|
|
32
|
-
import { GlobalParamsQueryCommand } from
|
|
33
|
-
import { IniputForceWriteCommand } from
|
|
34
|
-
import { ContextTerminationEventCommand } from
|
|
35
|
-
import { ContextTimeoutResetCommand } from
|
|
1
|
+
import { MgControlBase } from '@magic-xpa/gui';
|
|
2
|
+
import { StorageAttribute } from '@magic-xpa/utils';
|
|
3
|
+
import { EventCommand } from './EventCommand';
|
|
4
|
+
import { RollbackEventCommand, RollbackEventCommand_RollbackType } from './RollbackEventCommand';
|
|
5
|
+
import { DataviewCommand, DataViewCommandType } from './DataviewCommand';
|
|
6
|
+
import { Task } from '../../tasks/Task';
|
|
7
|
+
import { UserRange } from '../../tasks/TaskBase';
|
|
8
|
+
import { AddUserRangeDataviewCommand } from './AddUserRangeDataviewCommand';
|
|
9
|
+
import { Sort } from '../../tasks/sort/Sort';
|
|
10
|
+
import { AddUserSortDataViewCommand } from './AddUserSortDataViewCommand';
|
|
11
|
+
import { AddUserLocateDataViewCommand } from './AddUserLocateDataViewCommand';
|
|
12
|
+
import { SetTransactionStateDataviewCommand } from './SetTransactionStateDataviewCommand';
|
|
13
|
+
import { ControlItemsRefreshCommand } from './ControlItemsRefreshCommand';
|
|
14
|
+
import { RefreshEventCommand } from './RefreshEventCommand';
|
|
15
|
+
import { ArgumentsList } from '../../rt/ArgumentsList';
|
|
16
|
+
import { DataViewOutputCommand } from './DataViewOutputCommand';
|
|
17
|
+
import { FetchDataControlValuesEventCommand } from './FetchDataControlValuesEventCommand';
|
|
18
|
+
import { WriteMessageToServerLogCommand } from './WriteMessageToServerLogCommand';
|
|
19
|
+
import { SubformRefreshEventCommand } from './SubformRefreshEventCommand';
|
|
20
|
+
import { BrowserEscEventCommand } from './BrowserEscEventCommand';
|
|
21
|
+
import { IndexChangeEventCommand } from './IndexChangeEventCommand';
|
|
22
|
+
import { ColumnSortEventCommand } from './ColumnSortEventCommand';
|
|
23
|
+
import { RefreshScreenEventCommand } from './RefreshScreenEventCommand';
|
|
24
|
+
import { SubformOpenEventCommand } from './SubformOpenEventCommand';
|
|
25
|
+
import { ComputeEventCommand } from './ComputeEventCommand';
|
|
26
|
+
import { NonReversibleExitEventCommand } from './NonReversibleExitEventCommand';
|
|
27
|
+
import { RecomputeCommand } from './RecomputeCommand';
|
|
28
|
+
import { TransactionCommand } from './TransactionCommand';
|
|
29
|
+
import { UnloadCommand } from './UnloadCommand';
|
|
30
|
+
import { ExecOperCommand } from './ExecOperCommand';
|
|
31
|
+
import { EvaluateCommand } from './EvaluateCommand';
|
|
32
|
+
import { GlobalParamsQueryCommand } from './GlobalParamsQueryCommand';
|
|
33
|
+
import { IniputForceWriteCommand } from './IniputForceWriteCommand';
|
|
34
|
+
import { ContextTerminationEventCommand } from './ContextTerminationEventCommand';
|
|
35
|
+
import { ContextTimeoutResetCommand } from './ContextTimeoutResetCommand';
|
|
36
36
|
export declare class CommandFactory {
|
|
37
37
|
static CreateEventCommand(taskTag: string, magicEvent: number): EventCommand;
|
|
38
38
|
static CreateRollbackEventCommand(taskTag: string, rollbackType: RollbackEventCommand_RollbackType): RollbackEventCommand;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventCommand } from
|
|
2
|
-
import { IClientToServerCommandInfo } from
|
|
1
|
+
import { EventCommand } from './EventCommand';
|
|
2
|
+
import { IClientToServerCommandInfo } from '../IClientToServerCommandInfo';
|
|
3
3
|
export declare class ContextTimeoutResetCommand extends EventCommand implements IClientToServerCommandInfo {
|
|
4
4
|
constructor();
|
|
5
5
|
SerializeCommandData(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ClientTargetedCommandBase } from
|
|
2
|
-
import { IResultValue } from
|
|
1
|
+
import { ClientTargetedCommandBase } from './ClientTargetedCommandBase';
|
|
2
|
+
import { IResultValue } from '../../rt/IResultValue';
|
|
3
3
|
export declare class ResetLocateCommand extends ClientTargetedCommandBase {
|
|
4
4
|
constructor();
|
|
5
5
|
Execute(res: IResultValue): Promise<void>;
|
|
@@ -9,7 +9,6 @@ export declare class VerifyCommand extends ClientTargetedCommandBase {
|
|
|
9
9
|
private _text;
|
|
10
10
|
private _display;
|
|
11
11
|
private _mode;
|
|
12
|
-
private _sendAck;
|
|
13
12
|
constructor();
|
|
14
13
|
Execute(res: IResultValue): Promise<void>;
|
|
15
14
|
PrepareMessageBoxForDisplay(task: Task, mlsTransTitle: RefParam<string>, style: RefParam<number>): void;
|
package/src/data/DataView.d.ts
CHANGED
package/src/data/DvCache.d.ts
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
import { Task } from
|
|
2
|
-
import { DataView } from
|
|
1
|
+
import { Task } from '../tasks/Task';
|
|
2
|
+
import { DataView } from './DataView';
|
|
3
3
|
export declare class DvCache {
|
|
4
4
|
private _cacheTable;
|
|
5
5
|
private _deletedList;
|
|
6
6
|
private _task;
|
|
7
|
-
private _cacheSize;
|
|
8
|
-
private _recordsBeforeCurrentView;
|
|
9
|
-
private _totalRecordsCount;
|
|
10
7
|
constructor(tsk: Task);
|
|
11
8
|
putInCache(repOfOriginal: DataView): boolean;
|
|
12
9
|
removeDvFromCache(DvPosValue: number, updateDel: boolean): boolean;
|
|
13
10
|
getDeletedListToXML(): string;
|
|
14
11
|
clearDeletedList(): void;
|
|
15
12
|
getCachedDataView(DvPosValue: number): DataView;
|
|
16
|
-
private getLastUsedDv;
|
|
17
13
|
clearCache(): void;
|
|
18
14
|
isDeleted(dvPosVal: number): boolean;
|
|
19
15
|
}
|
package/src/env/Environment.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export declare class Environment implements IEnvironment {
|
|
|
8
8
|
private _contextInactivityWarningTime;
|
|
9
9
|
private _toolitipTimeout;
|
|
10
10
|
private _contextUnloadTimeout;
|
|
11
|
-
private _accessTest;
|
|
12
11
|
private _canReplaceDecimalSeparator;
|
|
13
12
|
private _codePage;
|
|
14
13
|
private _dateSeparator;
|
|
@@ -46,7 +45,6 @@ export declare class Environment implements IEnvironment {
|
|
|
46
45
|
private _webclientReinitSession;
|
|
47
46
|
private _specialValNewPolicy;
|
|
48
47
|
static Instance: Environment;
|
|
49
|
-
private constructor();
|
|
50
48
|
get Language(): string;
|
|
51
49
|
SpecialOldZorder: boolean;
|
|
52
50
|
get SpecialNumpadPlusChar(): boolean;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { IActionManager } from '@magic-xpa/gui';
|
|
2
|
-
import { Task } from '../tasks/Task';
|
|
3
2
|
export declare class ActionManager implements IActionManager {
|
|
4
3
|
static actEnabled: number[];
|
|
5
4
|
private static actNavigation;
|
|
6
5
|
private _actCount;
|
|
7
6
|
private _actState;
|
|
8
|
-
private _parentTask;
|
|
9
7
|
private _numerator;
|
|
10
|
-
constructor(
|
|
8
|
+
constructor();
|
|
11
9
|
enable(act: number, enable: boolean): void;
|
|
12
10
|
isEnabled(act: number): boolean;
|
|
13
11
|
getActCount(act: number): number;
|
package/src/event/Event.d.ts
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import { StringBuilder } from
|
|
2
|
-
import {
|
|
3
|
-
import { KeyboardItem } from
|
|
4
|
-
import { Expression } from
|
|
5
|
-
import {
|
|
6
|
-
import { TaskBase } from "../tasks/TaskBase";
|
|
1
|
+
import { StringBuilder } from '@magic-xpa/mscorelib';
|
|
2
|
+
import { ForceExit, XmlParser } from '@magic-xpa/utils';
|
|
3
|
+
import { KeyboardItem } from '@magic-xpa/gui';
|
|
4
|
+
import { Expression } from '../exp/Expression';
|
|
5
|
+
import { TaskBase } from '../tasks/TaskBase';
|
|
7
6
|
export declare class Event {
|
|
8
7
|
private static _lastTimestamp;
|
|
9
8
|
Exp: Expression;
|
|
10
9
|
_forceExit: ForceExit;
|
|
11
10
|
kbdItm: KeyboardItem;
|
|
12
|
-
private _osCommandShow;
|
|
13
|
-
private _osCommandText;
|
|
14
|
-
private _osCommandWait;
|
|
15
11
|
_paramAttrs: string;
|
|
16
12
|
_paramNulls: string;
|
|
17
13
|
_paramVals: string[];
|
|
@@ -24,9 +20,7 @@ export declare class Event {
|
|
|
24
20
|
private _userDefinedFuncNameHashCode;
|
|
25
21
|
private _userEvtDesc;
|
|
26
22
|
_userEvtIdx: number;
|
|
27
|
-
private ownerTaskDefinitionId;
|
|
28
23
|
InternalEvent: number;
|
|
29
|
-
PrgDescription: string;
|
|
30
24
|
PublicName: string;
|
|
31
25
|
UserEvt: Event;
|
|
32
26
|
UserEvtTaskTag: string;
|
|
@@ -66,13 +60,8 @@ export declare class Event {
|
|
|
66
60
|
getUserEvent(): Event;
|
|
67
61
|
private getKeyboardItemString;
|
|
68
62
|
private seconds2String;
|
|
69
|
-
getParamVal(idx: number): string;
|
|
70
63
|
private parseParamVal;
|
|
71
|
-
setParamVals(paramVals_: string[]): void;
|
|
72
|
-
protected setParamType(paramNum: number, fld: Field): boolean;
|
|
73
64
|
getParamNum(): number;
|
|
74
|
-
getParamNull(idx: number): boolean;
|
|
75
|
-
getParamAttr(idx: number): string;
|
|
76
65
|
isControlHeader(): boolean;
|
|
77
66
|
isVariableHeader(): boolean;
|
|
78
67
|
AppendDescription(buffer: StringBuilder): void;
|
|
@@ -84,12 +73,6 @@ export declare class Event {
|
|
|
84
73
|
getUserDefinedFuncName(): string;
|
|
85
74
|
getUserDefinedFuncNameHashCode(): number;
|
|
86
75
|
getUserDefinedFuncRetExp(): number;
|
|
87
|
-
getOsCommandText(): string;
|
|
88
|
-
setOsCommandText(osCommandText: string): void;
|
|
89
|
-
getOsCommandWait(): boolean;
|
|
90
|
-
private setOsCommandWait;
|
|
91
|
-
getOsCommandShow(): CallOsShow;
|
|
92
|
-
private setOsCommandShow;
|
|
93
76
|
setTimestamp(): void;
|
|
94
77
|
getTimestamp(): number;
|
|
95
78
|
toString(): string;
|
|
@@ -15,10 +15,9 @@ import { Operation } from '../rt/Operation';
|
|
|
15
15
|
import { ExecutionStack } from '../rt/ExecutionStack';
|
|
16
16
|
import { ExecutionStackEntry } from '../rt/ExecutionStackEntry';
|
|
17
17
|
import { EventsAllowedType, IEventsManager } from './IEventsManager';
|
|
18
|
-
import { Subject } from
|
|
18
|
+
import { Subject } from 'rxjs';
|
|
19
19
|
import { ClearEventsOnStopExecution } from '../AccessHelper';
|
|
20
20
|
export declare class EventsManager implements IEventsManager {
|
|
21
|
-
private static Timer_Timeout_Infinite;
|
|
22
21
|
private static REAL_ONLY;
|
|
23
22
|
private static MAX_OPER;
|
|
24
23
|
private static userGrantedForContextActivity;
|
|
@@ -46,8 +45,6 @@ export declare class EventsManager implements IEventsManager {
|
|
|
46
45
|
private _stopExecution;
|
|
47
46
|
private _processingTopMostEndTask;
|
|
48
47
|
private _stopExecutionCtrl;
|
|
49
|
-
private _isSorting;
|
|
50
|
-
private _nextParkedCtrl;
|
|
51
48
|
guiPendingEvent: any;
|
|
52
49
|
readonly KBI_DOWN: KeyboardItem;
|
|
53
50
|
readonly KBI_UP: KeyboardItem;
|
|
@@ -131,7 +128,6 @@ export declare class EventsManager implements IEventsManager {
|
|
|
131
128
|
private onActSelection;
|
|
132
129
|
private onSubformClose;
|
|
133
130
|
performSubformClose(subformCtrl: MgControl): Promise<void>;
|
|
134
|
-
private moveToLine;
|
|
135
131
|
private createEventArguments;
|
|
136
132
|
DoTaskLevelRecordSuffix(task: TaskBase, refDoSuffix: RefParam<boolean>): Promise<boolean>;
|
|
137
133
|
DoTaskLevelRecordPrefix(task: TaskBase): Promise<void>;
|
|
@@ -19,8 +19,6 @@ export declare abstract class HttpClientBase {
|
|
|
19
19
|
private ExecuteHttpRequest;
|
|
20
20
|
private LogRequestInfo;
|
|
21
21
|
private static HeadersToString;
|
|
22
|
-
private static GetHTTPExpect100Continue;
|
|
23
|
-
private static GetUseHighestSecurityProtocol;
|
|
24
22
|
abstract prepareRequest(): any;
|
|
25
23
|
abstract addHeaders(urlString: string, useCache: boolean, httpHeaders: HttpHeaders, clientID: string): HttpHeaders;
|
|
26
24
|
sendRequestToServer(httpMethod: RequestMethod, urlString: string, httpHeaders: HttpHeaders, requestContent: string, contentFromServer: RefParam<string>): Promise<any>;
|
|
@@ -8,10 +8,6 @@ export declare class RemoteCommandsProcessor extends CommandsProcessorBase {
|
|
|
8
8
|
static IsSessionReInitializing: boolean;
|
|
9
9
|
private static lastExceptionMessage;
|
|
10
10
|
private static InitialUrl;
|
|
11
|
-
private static requestNumber;
|
|
12
|
-
private static totalTimeForHTTPRequests;
|
|
13
|
-
private static totalRequestDataLength;
|
|
14
|
-
private static totalResponseDataLength;
|
|
15
11
|
private static readonly WEB_COMMUNICATION_PROTOCOL_VERSION;
|
|
16
12
|
private _lastRequestTime;
|
|
17
13
|
ServerUrl: string;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { XmlParser } from "@magic-xpa/utils";
|
|
2
2
|
import { DataviewHeaderBase } from "./DataviewHeaderBase";
|
|
3
|
-
import { Task } from "../tasks/Task";
|
|
4
3
|
export declare class DataviewHeaders {
|
|
5
4
|
private _dataviewHeaders;
|
|
6
|
-
|
|
7
|
-
constructor(task: Task);
|
|
5
|
+
constructor();
|
|
8
6
|
fillData(parser: XmlParser): void;
|
|
9
7
|
private initInnerObjects;
|
|
10
8
|
getDataviewHeaderById(linkId: number): DataviewHeaderBase;
|
package/src/rt/Operation.d.ts
CHANGED
|
@@ -24,18 +24,14 @@ export declare class Operation {
|
|
|
24
24
|
private _execOnClient;
|
|
25
25
|
private _exp;
|
|
26
26
|
private _field;
|
|
27
|
-
private _globalParamsShouldBeCopied;
|
|
28
27
|
private _image;
|
|
29
28
|
private _incremental;
|
|
30
|
-
private _methodNameSnippet;
|
|
31
29
|
private _mode;
|
|
32
|
-
private _prgDescription;
|
|
33
30
|
private _publicName;
|
|
34
31
|
private _returnVal;
|
|
35
32
|
private _rtEvt;
|
|
36
33
|
private _serverId;
|
|
37
34
|
private calledTaskDefinitionId;
|
|
38
|
-
private _show;
|
|
39
35
|
private _subformCtrlName;
|
|
40
36
|
private _subtype;
|
|
41
37
|
private _task;
|
|
@@ -8,7 +8,6 @@ export declare class FlowMonitorQueue implements IFlowMonitorQueue {
|
|
|
8
8
|
private static S_EVENT_STR2;
|
|
9
9
|
private static S_EVENT_PROPAGATED;
|
|
10
10
|
private static E_EVENT_STR;
|
|
11
|
-
private static TSK_CHNG_MODE;
|
|
12
11
|
private static S_RECPRF_STR;
|
|
13
12
|
private static E_RECPRF_STR;
|
|
14
13
|
private static S_RECSUF_STR;
|
|
@@ -29,17 +28,7 @@ export declare class FlowMonitorQueue implements IFlowMonitorQueue {
|
|
|
29
28
|
private static S_VARIABLE_STR;
|
|
30
29
|
private static E_VARIABLE_STR;
|
|
31
30
|
private static VARIABLE_REASON_STR;
|
|
32
|
-
private static INFORM_STR;
|
|
33
|
-
private static FLW_STEP_FWD;
|
|
34
|
-
private static FLW_FAST_FWD;
|
|
35
|
-
private static FLW_STEP_BWD;
|
|
36
|
-
private static FLW_FAST_BWD;
|
|
37
|
-
private static FLW_NOT_EXEC;
|
|
38
|
-
private static FLW_FORWARD;
|
|
39
|
-
private static FLW_BACKWARD;
|
|
40
31
|
private static FLW_PERFIX;
|
|
41
|
-
private static S_UPDATE_STR;
|
|
42
|
-
private static E_UPDATE_STR;
|
|
43
32
|
private static ACT_TASK;
|
|
44
33
|
private static ACT_TASK_FLW;
|
|
45
34
|
private static ACT_RECOMPUTE;
|