@magic-xpa/engine 4.1201.0 → 4.1202.0
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/README.md +7 -7
- package/fesm2022/magic-xpa-engine.mjs +1 -1
- package/fesm2022/magic-xpa-engine.mjs.map +1 -1
- package/package.json +8 -8
- package/types/magic-xpa-engine.d.ts +4634 -0
- package/index.d.ts +0 -191
- package/src/AccessHelper.d.ts +0 -20
- package/src/ClientManager.d.ts +0 -37
- package/src/CommandsProcessorBase.d.ts +0 -24
- package/src/CommandsProcessorManager.d.ts +0 -7
- package/src/CommandsTable.d.ts +0 -22
- package/src/ConstInterface.d.ts +0 -523
- package/src/CurrentClientVersion.d.ts +0 -1
- package/src/FlowMonitorInterface.d.ts +0 -15
- package/src/GUIManager.d.ts +0 -17
- package/src/GlobalCommandsManager.d.ts +0 -17
- package/src/GuiEventsProcessor.d.ts +0 -24
- package/src/ICommandsTable.d.ts +0 -9
- package/src/ServerConfig.d.ts +0 -35
- package/src/bridge/IGuiEvent.d.ts +0 -19
- package/src/bridge/MagicBridge.d.ts +0 -18
- package/src/commands/ClientOriginatedCommandTaskTag.d.ts +0 -8
- package/src/commands/ClientToServer/AddUserLocateDataViewCommand.d.ts +0 -4
- package/src/commands/ClientToServer/AddUserRangeDataviewCommand.d.ts +0 -6
- package/src/commands/ClientToServer/AddUserSortDataViewCommand.d.ts +0 -6
- package/src/commands/ClientToServer/BrowserEscEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/CachedFileQueryCommand.d.ts +0 -9
- package/src/commands/ClientToServer/ClientOriginatedCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ClientOriginatedCommandSerializer.d.ts +0 -6
- package/src/commands/ClientToServer/ColumnSortEventCommand.d.ts +0 -11
- package/src/commands/ClientToServer/CommandFactory.d.ts +0 -66
- package/src/commands/ClientToServer/CommandSerializationHelper.d.ts +0 -20
- package/src/commands/ClientToServer/ComputeEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/ContextTerminationEventCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ControlItemsRefreshCommand.d.ts +0 -7
- package/src/commands/ClientToServer/DataViewOutputCommand.d.ts +0 -9
- package/src/commands/ClientToServer/DataviewCommand.d.ts +0 -32
- package/src/commands/ClientToServer/EvaluateCommand.d.ts +0 -16
- package/src/commands/ClientToServer/EventCommand.d.ts +0 -16
- package/src/commands/ClientToServer/ExecOperCommand.d.ts +0 -24
- package/src/commands/ClientToServer/FetchDataControlValuesEventCommand.d.ts +0 -10
- package/src/commands/ClientToServer/GlobalParamsQueryCommand.d.ts +0 -5
- package/src/commands/ClientToServer/ICommandTaskTag.d.ts +0 -3
- package/src/commands/ClientToServer/IndexChangeEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/IniputForceWriteCommand.d.ts +0 -11
- package/src/commands/ClientToServer/NonReversibleExitEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/QueryCommand.d.ts +0 -8
- package/src/commands/ClientToServer/RecomputeCommand.d.ts +0 -12
- package/src/commands/ClientToServer/RefreshEventCommand.d.ts +0 -13
- package/src/commands/ClientToServer/RefreshScreenEventCommand.d.ts +0 -11
- package/src/commands/ClientToServer/RollbackEventCommand.d.ts +0 -15
- package/src/commands/ClientToServer/SelectProgramCommand.d.ts +0 -7
- package/src/commands/ClientToServer/SetTransactionStateDataviewCommand.d.ts +0 -5
- package/src/commands/ClientToServer/SubformOpenEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/SubformRefreshEventCommand.d.ts +0 -10
- package/src/commands/ClientToServer/TransactionCommand.d.ts +0 -14
- package/src/commands/ClientToServer/UnloadCommand.d.ts +0 -8
- package/src/commands/ClientToServer/WriteMessageToServerLogCommand.d.ts +0 -6
- package/src/commands/DataViewCommandBase.d.ts +0 -6
- package/src/commands/IClientCommand.d.ts +0 -2
- package/src/commands/IClientTargetedCommand.d.ts +0 -12
- package/src/commands/IClientToServerCommandInfo.d.ts +0 -4
- package/src/commands/ServerToClient/AbortCommand.d.ts +0 -11
- package/src/commands/ServerToClient/AddLocateCommand.d.ts +0 -6
- package/src/commands/ServerToClient/AddRangeCommand.d.ts +0 -10
- package/src/commands/ServerToClient/AddSortCommand.d.ts +0 -9
- package/src/commands/ServerToClient/ClientRefreshCommand.d.ts +0 -7
- package/src/commands/ServerToClient/ClientTargetedCommandBase.d.ts +0 -12
- package/src/commands/ServerToClient/EnhancedVerifyCommand.d.ts +0 -13
- package/src/commands/ServerToClient/OpenURLCommand.d.ts +0 -21
- package/src/commands/ServerToClient/ResetLocateCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResetRangeCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResetSortCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResultCommand.d.ts +0 -10
- package/src/commands/ServerToClient/VerifyCommand.d.ts +0 -17
- package/src/commands/ServerToClient/XMLBasedCommandBuilder.d.ts +0 -11
- package/src/communications/IConnectionStateManager.d.ts +0 -4
- package/src/communications/InteractiveCommunicationsFailureHandler.d.ts +0 -6
- package/src/data/DataSourceIdKey.d.ts +0 -2
- package/src/data/DataView.d.ts +0 -162
- package/src/data/DataViewBase.d.ts +0 -12
- package/src/data/DataviewManager.d.ts +0 -14
- package/src/data/DataviewManagerBase.d.ts +0 -11
- package/src/data/DvCache.d.ts +0 -15
- package/src/data/Field.d.ts +0 -103
- package/src/data/FieldBase.d.ts +0 -23
- package/src/data/FieldsTable.d.ts +0 -27
- package/src/data/IRecordsTable.d.ts +0 -7
- package/src/data/Key.d.ts +0 -15
- package/src/data/Record.d.ts +0 -157
- package/src/data/RecordOutOfDataViewException.d.ts +0 -10
- package/src/data/RecordsTable.d.ts +0 -38
- package/src/data/TaskTransactionManager.d.ts +0 -17
- package/src/data/XMLBasedDcValuesBuilder.d.ts +0 -11
- package/src/enums.d.ts +0 -21
- package/src/env/EnvVariablesTable.d.ts +0 -17
- package/src/env/Environment.d.ts +0 -118
- package/src/env/ILanguageData.d.ts +0 -3
- package/src/env/LanguageData.d.ts +0 -20
- package/src/env/MirrorString.d.ts +0 -15
- package/src/event/ActionManager.d.ts +0 -14
- package/src/event/Event.d.ts +0 -79
- package/src/event/EventHandler.d.ts +0 -71
- package/src/event/EventHandlerPosition.d.ts +0 -25
- package/src/event/EventsManager.d.ts +0 -209
- package/src/event/IEventsManager.d.ts +0 -77
- package/src/event/RunTimeEvent.d.ts +0 -126
- package/src/event/RunTimeEventBase.d.ts +0 -5
- package/src/event/UserEventsTable.d.ts +0 -11
- package/src/exp/ExpTable.d.ts +0 -11
- package/src/exp/Expression.d.ts +0 -37
- package/src/exp/ExpressionDict.d.ts +0 -12
- package/src/exp/ExpressionEvaluator.d.ts +0 -203
- package/src/exp/ExpressionLocalJpn.d.ts +0 -18
- package/src/exp/GlobalParamsTable.d.ts +0 -19
- package/src/exp/YesNoExp.d.ts +0 -9
- package/src/gui/CreatedFormVector.d.ts +0 -10
- package/src/gui/FormsTable.d.ts +0 -15
- package/src/gui/MgControl.d.ts +0 -60
- package/src/gui/MgForm.d.ts +0 -96
- package/src/http/HttpManager.d.ts +0 -26
- package/src/http/client/HttpClientAsync.d.ts +0 -16
- package/src/http/client/HttpClientBase.d.ts +0 -30
- package/src/http/client/HttpClientEvents.d.ts +0 -18
- package/src/http/client/HttpClientSync.d.ts +0 -17
- package/src/http/client/HttpUtility.d.ts +0 -10
- package/src/http/client/ICommunicationsFailureHandler.d.ts +0 -5
- package/src/remote/AddUserLocateRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/AddUserRangeRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/AddUserSortRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/RemoteCommandsProcessor.d.ts +0 -58
- package/src/remote/RemoteControlItemsRefreshCommand.d.ts +0 -9
- package/src/remote/RemoteDataViewCommandBase.d.ts +0 -10
- package/src/remote/RemoteDataViewCommandFactory.d.ts +0 -6
- package/src/remote/RemoteDataViewCommandUpdateNonModifiable.d.ts +0 -8
- package/src/remote/RemoteDataviewManager.d.ts +0 -9
- package/src/remote/RemoteInitDataViewCommand.d.ts +0 -7
- package/src/remote/ResetUserLocateRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ResetUserRangeRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ResetUserSortRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ServerError.d.ts +0 -16
- package/src/remote/SetTransactionStateRemoteDataViewCommand.d.ts +0 -8
- package/src/rt/Argument.d.ts +0 -36
- package/src/rt/ArgumentsList.d.ts +0 -24
- package/src/rt/Boundary.d.ts +0 -27
- package/src/rt/CompMainPrgTable.d.ts +0 -10
- package/src/rt/DataviewHeaderBase.d.ts +0 -34
- package/src/rt/DataviewHeaderFactory.d.ts +0 -5
- package/src/rt/DataviewHeaders.d.ts +0 -12
- package/src/rt/DataviewHeadersSaxHandler.d.ts +0 -10
- package/src/rt/ExecutionStack.d.ts +0 -22
- package/src/rt/ExecutionStackEntry.d.ts +0 -7
- package/src/rt/HandlersTable.d.ts +0 -19
- package/src/rt/IDataSourceViewDefinition.d.ts +0 -6
- package/src/rt/IDataviewHeader.d.ts +0 -10
- package/src/rt/IResultValue.d.ts +0 -4
- package/src/rt/LastFocusedManager.d.ts +0 -23
- package/src/rt/Operation.d.ts +0 -99
- package/src/rt/OperationTable.d.ts +0 -15
- package/src/rt/Recompute.d.ts +0 -41
- package/src/rt/RecomputeTable.d.ts +0 -9
- package/src/rt/RemoteDataviewHeader.d.ts +0 -14
- package/src/rt/ResultValue.d.ts +0 -7
- package/src/rt/TableCache.d.ts +0 -29
- package/src/rt/TableCacheManager.d.ts +0 -10
- package/src/rt/Transaction.d.ts +0 -23
- package/src/security/UserDetails.d.ts +0 -16
- package/src/tasks/IMGDataCollection.d.ts +0 -26
- package/src/tasks/MGData.d.ts +0 -63
- package/src/tasks/MGDataCollection.d.ts +0 -42
- package/src/tasks/RCTimer.d.ts +0 -13
- package/src/tasks/RemoteTaskService.d.ts +0 -16
- package/src/tasks/Task.d.ts +0 -313
- package/src/tasks/TaskBase.d.ts +0 -123
- package/src/tasks/TaskServiceBase.d.ts +0 -16
- package/src/tasks/TasksTable.d.ts +0 -21
- package/src/tasks/sort/Sort.d.ts +0 -4
- package/src/tasks/sort/SortCollection.d.ts +0 -11
- package/src/util/ConstUtils.d.ts +0 -3
- package/src/util/FlowMonitorQueue.d.ts +0 -70
- package/src/util/HeapSort.d.ts +0 -6
- package/src/util/IMirrorXML.d.ts +0 -6
- package/src/util/IServerConfig.d.ts +0 -11
- package/src/util/MgBlockingQueue.d.ts +0 -5
- package/src/util/MgPriorityBlockingQueue.d.ts +0 -17
- package/src/util/MgPriorityQueue.d.ts +0 -13
- package/src/util/ParamParseResult.d.ts +0 -6
- package/src/util/PrmMap.d.ts +0 -28
- package/src/util/ReturnResult.d.ts +0 -18
- package/src/util/ReturnResultBase.d.ts +0 -11
- package/src/util/Scrambler.d.ts +0 -10
- package/src/util/UniqueIDUtils.d.ts +0 -4
- package/src/util/cookie.service.d.ts +0 -8
package/index.d.ts
DELETED
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @file Automatically generated by barrelsby.
|
|
3
|
-
*/
|
|
4
|
-
export * from "./src/AccessHelper";
|
|
5
|
-
export * from "./src/ClientManager";
|
|
6
|
-
export * from "./src/CommandsProcessorBase";
|
|
7
|
-
export * from "./src/CommandsProcessorManager";
|
|
8
|
-
export * from "./src/CommandsTable";
|
|
9
|
-
export * from "./src/ConstInterface";
|
|
10
|
-
export * from "./src/CurrentClientVersion";
|
|
11
|
-
export * from "./src/enums";
|
|
12
|
-
export * from "./src/FlowMonitorInterface";
|
|
13
|
-
export * from "./src/GlobalCommandsManager";
|
|
14
|
-
export * from "./src/GuiEventsProcessor";
|
|
15
|
-
export * from "./src/GUIManager";
|
|
16
|
-
export * from "./src/ICommandsTable";
|
|
17
|
-
export * from "./src/ServerConfig";
|
|
18
|
-
export * from "./src/bridge/IGuiEvent";
|
|
19
|
-
export * from "./src/bridge/MagicBridge";
|
|
20
|
-
export * from "./src/commands/ClientOriginatedCommandTaskTag";
|
|
21
|
-
export * from "./src/commands/DataViewCommandBase";
|
|
22
|
-
export * from "./src/commands/IClientCommand";
|
|
23
|
-
export * from "./src/commands/IClientTargetedCommand";
|
|
24
|
-
export * from "./src/commands/IClientToServerCommandInfo";
|
|
25
|
-
export * from "./src/commands/ClientToServer/AddUserLocateDataViewCommand";
|
|
26
|
-
export * from "./src/commands/ClientToServer/AddUserRangeDataviewCommand";
|
|
27
|
-
export * from "./src/commands/ClientToServer/AddUserSortDataViewCommand";
|
|
28
|
-
export * from "./src/commands/ClientToServer/BrowserEscEventCommand";
|
|
29
|
-
export * from "./src/commands/ClientToServer/CachedFileQueryCommand";
|
|
30
|
-
export * from "./src/commands/ClientToServer/ClientOriginatedCommand";
|
|
31
|
-
export * from "./src/commands/ClientToServer/ClientOriginatedCommandSerializer";
|
|
32
|
-
export * from "./src/commands/ClientToServer/ColumnSortEventCommand";
|
|
33
|
-
export * from "./src/commands/ClientToServer/CommandFactory";
|
|
34
|
-
export * from "./src/commands/ClientToServer/CommandSerializationHelper";
|
|
35
|
-
export * from "./src/commands/ClientToServer/ComputeEventCommand";
|
|
36
|
-
export * from "./src/commands/ClientToServer/ContextTerminationEventCommand";
|
|
37
|
-
export * from "./src/commands/ClientToServer/ContextTimeoutResetCommand";
|
|
38
|
-
export * from "./src/commands/ClientToServer/ControlItemsRefreshCommand";
|
|
39
|
-
export * from "./src/commands/ClientToServer/DataviewCommand";
|
|
40
|
-
export * from "./src/commands/ClientToServer/DataViewOutputCommand";
|
|
41
|
-
export * from "./src/commands/ClientToServer/EvaluateCommand";
|
|
42
|
-
export * from "./src/commands/ClientToServer/EventCommand";
|
|
43
|
-
export * from "./src/commands/ClientToServer/ExecOperCommand";
|
|
44
|
-
export * from "./src/commands/ClientToServer/FetchDataControlValuesEventCommand";
|
|
45
|
-
export * from "./src/commands/ClientToServer/GlobalParamsQueryCommand";
|
|
46
|
-
export * from "./src/commands/ClientToServer/ICommandTaskTag";
|
|
47
|
-
export * from "./src/commands/ClientToServer/IndexChangeEventCommand";
|
|
48
|
-
export * from "./src/commands/ClientToServer/IniputForceWriteCommand";
|
|
49
|
-
export * from "./src/commands/ClientToServer/NonReversibleExitEventCommand";
|
|
50
|
-
export * from "./src/commands/ClientToServer/QueryCommand";
|
|
51
|
-
export * from "./src/commands/ClientToServer/RecomputeCommand";
|
|
52
|
-
export * from "./src/commands/ClientToServer/RefreshEventCommand";
|
|
53
|
-
export * from "./src/commands/ClientToServer/RefreshScreenEventCommand";
|
|
54
|
-
export * from "./src/commands/ClientToServer/RollbackEventCommand";
|
|
55
|
-
export * from "./src/commands/ClientToServer/SelectProgramCommand";
|
|
56
|
-
export * from "./src/commands/ClientToServer/SetTransactionStateDataviewCommand";
|
|
57
|
-
export * from "./src/commands/ClientToServer/SubformOpenEventCommand";
|
|
58
|
-
export * from "./src/commands/ClientToServer/SubformRefreshEventCommand";
|
|
59
|
-
export * from "./src/commands/ClientToServer/TransactionCommand";
|
|
60
|
-
export * from "./src/commands/ClientToServer/UnloadCommand";
|
|
61
|
-
export * from "./src/commands/ClientToServer/WriteMessageToServerLogCommand";
|
|
62
|
-
export * from "./src/commands/ServerToClient/AbortCommand";
|
|
63
|
-
export * from "./src/commands/ServerToClient/AddLocateCommand";
|
|
64
|
-
export * from "./src/commands/ServerToClient/AddRangeCommand";
|
|
65
|
-
export * from "./src/commands/ServerToClient/AddSortCommand";
|
|
66
|
-
export * from "./src/commands/ServerToClient/ClientRefreshCommand";
|
|
67
|
-
export * from "./src/commands/ServerToClient/ClientTargetedCommandBase";
|
|
68
|
-
export * from "./src/commands/ServerToClient/EnhancedVerifyCommand";
|
|
69
|
-
export * from "./src/commands/ServerToClient/OpenURLCommand";
|
|
70
|
-
export * from "./src/commands/ServerToClient/ResetLocateCommand";
|
|
71
|
-
export * from "./src/commands/ServerToClient/ResetRangeCommand";
|
|
72
|
-
export * from "./src/commands/ServerToClient/ResetSortCommand";
|
|
73
|
-
export * from "./src/commands/ServerToClient/ResultCommand";
|
|
74
|
-
export * from "./src/commands/ServerToClient/VerifyCommand";
|
|
75
|
-
export * from "./src/commands/ServerToClient/XMLBasedCommandBuilder";
|
|
76
|
-
export * from "./src/communications/IConnectionStateManager";
|
|
77
|
-
export * from "./src/communications/InteractiveCommunicationsFailureHandler";
|
|
78
|
-
export * from "./src/data/DataSourceIdKey";
|
|
79
|
-
export * from "./src/data/DataView";
|
|
80
|
-
export * from "./src/data/DataViewBase";
|
|
81
|
-
export * from "./src/data/DataviewManager";
|
|
82
|
-
export * from "./src/data/DataviewManagerBase";
|
|
83
|
-
export * from "./src/data/DvCache";
|
|
84
|
-
export * from "./src/data/Field";
|
|
85
|
-
export * from "./src/data/FieldBase";
|
|
86
|
-
export * from "./src/data/FieldsTable";
|
|
87
|
-
export * from "./src/data/IRecordsTable";
|
|
88
|
-
export * from "./src/data/Key";
|
|
89
|
-
export * from "./src/data/Record";
|
|
90
|
-
export * from "./src/data/RecordOutOfDataViewException";
|
|
91
|
-
export * from "./src/data/RecordsTable";
|
|
92
|
-
export * from "./src/data/TaskTransactionManager";
|
|
93
|
-
export * from "./src/data/XMLBasedDcValuesBuilder";
|
|
94
|
-
export * from "./src/env/Environment";
|
|
95
|
-
export * from "./src/env/EnvVariablesTable";
|
|
96
|
-
export * from "./src/env/ILanguageData";
|
|
97
|
-
export * from "./src/env/LanguageData";
|
|
98
|
-
export * from "./src/env/MirrorString";
|
|
99
|
-
export * from "./src/event/ActionManager";
|
|
100
|
-
export * from "./src/event/Event";
|
|
101
|
-
export * from "./src/event/EventHandler";
|
|
102
|
-
export * from "./src/event/EventHandlerPosition";
|
|
103
|
-
export * from "./src/event/EventsManager";
|
|
104
|
-
export * from "./src/event/IEventsManager";
|
|
105
|
-
export * from "./src/event/RunTimeEvent";
|
|
106
|
-
export * from "./src/event/RunTimeEventBase";
|
|
107
|
-
export * from "./src/event/UserEventsTable";
|
|
108
|
-
export * from "./src/exp/Expression";
|
|
109
|
-
export * from "./src/exp/ExpressionDict";
|
|
110
|
-
export * from "./src/exp/ExpressionEvaluator";
|
|
111
|
-
export * from "./src/exp/ExpressionLocalJpn";
|
|
112
|
-
export * from "./src/exp/ExpTable";
|
|
113
|
-
export * from "./src/exp/GlobalParamsTable";
|
|
114
|
-
export * from "./src/exp/YesNoExp";
|
|
115
|
-
export * from "./src/gui/CreatedFormVector";
|
|
116
|
-
export * from "./src/gui/FormsTable";
|
|
117
|
-
export * from "./src/gui/MgControl";
|
|
118
|
-
export * from "./src/gui/MgForm";
|
|
119
|
-
export * from "./src/http/HttpManager";
|
|
120
|
-
export * from "./src/http/client/HttpClientAsync";
|
|
121
|
-
export * from "./src/http/client/HttpClientBase";
|
|
122
|
-
export * from "./src/http/client/HttpClientEvents";
|
|
123
|
-
export * from "./src/http/client/HttpClientSync";
|
|
124
|
-
export * from "./src/http/client/HttpUtility";
|
|
125
|
-
export * from "./src/http/client/ICommunicationsFailureHandler";
|
|
126
|
-
export * from "./src/remote/AddUserLocateRemoteDataViewCommand";
|
|
127
|
-
export * from "./src/remote/AddUserRangeRemoteDataViewCommand";
|
|
128
|
-
export * from "./src/remote/AddUserSortRemoteDataViewCommand";
|
|
129
|
-
export * from "./src/remote/RemoteCommandsProcessor";
|
|
130
|
-
export * from "./src/remote/RemoteControlItemsRefreshCommand";
|
|
131
|
-
export * from "./src/remote/RemoteDataViewCommandBase";
|
|
132
|
-
export * from "./src/remote/RemoteDataViewCommandFactory";
|
|
133
|
-
export * from "./src/remote/RemoteDataViewCommandUpdateNonModifiable";
|
|
134
|
-
export * from "./src/remote/RemoteDataviewManager";
|
|
135
|
-
export * from "./src/remote/RemoteInitDataViewCommand";
|
|
136
|
-
export * from "./src/remote/ResetUserLocateRemoteDataviewCommand";
|
|
137
|
-
export * from "./src/remote/ResetUserRangeRemoteDataviewCommand";
|
|
138
|
-
export * from "./src/remote/ResetUserSortRemoteDataviewCommand";
|
|
139
|
-
export * from "./src/remote/ServerError";
|
|
140
|
-
export * from "./src/remote/SetTransactionStateRemoteDataViewCommand";
|
|
141
|
-
export * from "./src/rt/Argument";
|
|
142
|
-
export * from "./src/rt/ArgumentsList";
|
|
143
|
-
export * from "./src/rt/Boundary";
|
|
144
|
-
export * from "./src/rt/CompMainPrgTable";
|
|
145
|
-
export * from "./src/rt/DataviewHeaderBase";
|
|
146
|
-
export * from "./src/rt/DataviewHeaderFactory";
|
|
147
|
-
export * from "./src/rt/DataviewHeaders";
|
|
148
|
-
export * from "./src/rt/DataviewHeadersSaxHandler";
|
|
149
|
-
export * from "./src/rt/ExecutionStack";
|
|
150
|
-
export * from "./src/rt/ExecutionStackEntry";
|
|
151
|
-
export * from "./src/rt/HandlersTable";
|
|
152
|
-
export * from "./src/rt/IDataSourceViewDefinition";
|
|
153
|
-
export * from "./src/rt/IDataviewHeader";
|
|
154
|
-
export * from "./src/rt/IResultValue";
|
|
155
|
-
export * from "./src/rt/LastFocusedManager";
|
|
156
|
-
export * from "./src/rt/Operation";
|
|
157
|
-
export * from "./src/rt/OperationTable";
|
|
158
|
-
export * from "./src/rt/Recompute";
|
|
159
|
-
export * from "./src/rt/RecomputeTable";
|
|
160
|
-
export * from "./src/rt/RemoteDataviewHeader";
|
|
161
|
-
export * from "./src/rt/ResultValue";
|
|
162
|
-
export * from "./src/rt/TableCache";
|
|
163
|
-
export * from "./src/rt/TableCacheManager";
|
|
164
|
-
export * from "./src/rt/Transaction";
|
|
165
|
-
export * from "./src/security/UserDetails";
|
|
166
|
-
export * from "./src/tasks/IMGDataCollection";
|
|
167
|
-
export * from "./src/tasks/MGData";
|
|
168
|
-
export * from "./src/tasks/MGDataCollection";
|
|
169
|
-
export * from "./src/tasks/RCTimer";
|
|
170
|
-
export * from "./src/tasks/RemoteTaskService";
|
|
171
|
-
export * from "./src/tasks/Task";
|
|
172
|
-
export * from "./src/tasks/TaskBase";
|
|
173
|
-
export * from "./src/tasks/TaskServiceBase";
|
|
174
|
-
export * from "./src/tasks/TasksTable";
|
|
175
|
-
export * from "./src/tasks/sort/Sort";
|
|
176
|
-
export * from "./src/tasks/sort/SortCollection";
|
|
177
|
-
export * from "./src/util/ConstUtils";
|
|
178
|
-
export * from "./src/util/cookie.service";
|
|
179
|
-
export * from "./src/util/FlowMonitorQueue";
|
|
180
|
-
export * from "./src/util/HeapSort";
|
|
181
|
-
export * from "./src/util/IMirrorXML";
|
|
182
|
-
export * from "./src/util/IServerConfig";
|
|
183
|
-
export * from "./src/util/MgBlockingQueue";
|
|
184
|
-
export * from "./src/util/MgPriorityBlockingQueue";
|
|
185
|
-
export * from "./src/util/MgPriorityQueue";
|
|
186
|
-
export * from "./src/util/ParamParseResult";
|
|
187
|
-
export * from "./src/util/PrmMap";
|
|
188
|
-
export * from "./src/util/ReturnResult";
|
|
189
|
-
export * from "./src/util/ReturnResultBase";
|
|
190
|
-
export * from "./src/util/Scrambler";
|
|
191
|
-
export * from "./src/util/UniqueIDUtils";
|
package/src/AccessHelper.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IEnvironment } from "@magic-xpa/gui";
|
|
2
|
-
import { IEventsManager } from "./event/IEventsManager";
|
|
3
|
-
import { IMGDataCollection } from "./tasks/IMGDataCollection";
|
|
4
|
-
import { MirrorPrmMap } from "./util/PrmMap";
|
|
5
|
-
import { MirrorString } from "./env/MirrorString";
|
|
6
|
-
import { MirrorExpVal } from "./exp/GlobalParamsTable";
|
|
7
|
-
import { ILanguageData } from "./env/ILanguageData";
|
|
8
|
-
export declare class AccessHelper {
|
|
9
|
-
static eventsManager: IEventsManager;
|
|
10
|
-
static mgDataTable: IMGDataCollection;
|
|
11
|
-
static envParamsTable: MirrorPrmMap<MirrorString>;
|
|
12
|
-
static globalParams: MirrorPrmMap<MirrorExpVal>;
|
|
13
|
-
static languageData: ILanguageData;
|
|
14
|
-
static environment: IEnvironment;
|
|
15
|
-
}
|
|
16
|
-
export declare enum ClearEventsOnStopExecution {
|
|
17
|
-
NONE = " ",
|
|
18
|
-
SERVER = "S",
|
|
19
|
-
ALL = "A"
|
|
20
|
-
}
|
package/src/ClientManager.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { PIC } from '@magic-xpa/gui';
|
|
2
|
-
import { IGuiEvent } from './bridge/IGuiEvent';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
export declare class ClientManager {
|
|
5
|
-
private static _instance;
|
|
6
|
-
private _globalUniqueSessionId;
|
|
7
|
-
private _buttonIsClicked;
|
|
8
|
-
static handlingFirstParkableControl: boolean;
|
|
9
|
-
private static _executionPropertiesFileName;
|
|
10
|
-
private static assetsURL;
|
|
11
|
-
static get Instance(): ClientManager;
|
|
12
|
-
AddEvent(guiEvent: IGuiEvent): void;
|
|
13
|
-
private handleNavigateInRowEvent;
|
|
14
|
-
ConfirmationClosed(res: number): void;
|
|
15
|
-
WorkThreadExecution(): Promise<void>;
|
|
16
|
-
WriteExecutionPropertiesToLog(): void;
|
|
17
|
-
constructor();
|
|
18
|
-
private InitGuiManager;
|
|
19
|
-
private InitCircularReferencesBypasses;
|
|
20
|
-
static Main(httpClient: HttpClient, args: Map<string, string>): void;
|
|
21
|
-
static StopExecution(): Promise<void>;
|
|
22
|
-
static StartExecution(httpClient: HttpClient): Promise<void>;
|
|
23
|
-
LoadExecutionProps(): Promise<boolean>;
|
|
24
|
-
GetGlobalUniqueSessionID(): string;
|
|
25
|
-
static GetControlPictureMask(taskId: string, controlName: string): PIC;
|
|
26
|
-
static UploadFileToServer(fileContent: any, serverFileName: string): any;
|
|
27
|
-
static DownloadFileFromServer(serverFileName: string): Promise<ArrayBuffer>;
|
|
28
|
-
static GetFormattedValue(taskId: string, controlName: string, value: any, rowId?: string): string;
|
|
29
|
-
static GetRangedValue(taskId: string, controlName: string, value: string): string;
|
|
30
|
-
static ValidateControlValue(taskId: string, controlName: string, value: any): string;
|
|
31
|
-
static GetFldRanges(taskId: string, controlName: string): string;
|
|
32
|
-
static TransCacheExists(): boolean;
|
|
33
|
-
RegisterDelegates(): void;
|
|
34
|
-
GetRuntimeCtxID(): string;
|
|
35
|
-
static TerminateContextUsingFetchAPI(): void;
|
|
36
|
-
static GetAssetsURL(): string;
|
|
37
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IResultValue } from './rt/IResultValue';
|
|
2
|
-
export declare enum CommandsProcessorBase_SessionStage {
|
|
3
|
-
HANDSHAKE = 1,
|
|
4
|
-
INITIAL = 2,
|
|
5
|
-
NORMAL = 3
|
|
6
|
-
}
|
|
7
|
-
export declare enum CommandsProcessorBase_SendingInstruction {
|
|
8
|
-
NO_TASKS_OR_COMMANDS = 0,
|
|
9
|
-
ONLY_COMMANDS = 1,
|
|
10
|
-
TASKS_AND_COMMANDS = 2
|
|
11
|
-
}
|
|
12
|
-
export declare abstract class CommandsProcessorBase {
|
|
13
|
-
_sessionCounter: number;
|
|
14
|
-
GetSessionCounter(): number;
|
|
15
|
-
StartSession(): Promise<boolean>;
|
|
16
|
-
Execute(sendingInstruction: CommandsProcessorBase_SendingInstruction): Promise<void>;
|
|
17
|
-
Execute(sendingInstruction: CommandsProcessorBase_SendingInstruction, sessionStage: CommandsProcessorBase_SessionStage, res: IResultValue): Promise<void>;
|
|
18
|
-
private Execute_0;
|
|
19
|
-
Execute_1(sendingInstruction: CommandsProcessorBase_SendingInstruction, sessionStage: CommandsProcessorBase_SessionStage, res: IResultValue): Promise<void>;
|
|
20
|
-
GetContent(requestedURL: string, useCache: boolean): Promise<ArrayBuffer>;
|
|
21
|
-
GetContentAsString(requestedURL: string, useCache: boolean): Promise<string>;
|
|
22
|
-
abstract SendMonitorOnly(): void;
|
|
23
|
-
static UnScramble(respBuf: string): string;
|
|
24
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CommandsProcessorBase } from "./CommandsProcessorBase";
|
|
2
|
-
export declare class CommandsProcessorManager {
|
|
3
|
-
static GetCommandsProcessor(): CommandsProcessorBase;
|
|
4
|
-
static GetContent(requestedURL: string, useCache: boolean): Promise<ArrayBuffer>;
|
|
5
|
-
static GetContentString(requestedURL: string, useCache: boolean): Promise<string>;
|
|
6
|
-
static StartSession(): Promise<boolean>;
|
|
7
|
-
}
|
package/src/CommandsTable.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
export declare class CommandsTable implements ICommandsTable {
|
|
7
|
-
private _cmds;
|
|
8
|
-
private _iterationIdx;
|
|
9
|
-
constructor();
|
|
10
|
-
static createCommandsTable(): ICommandsTable;
|
|
11
|
-
fillData(parser: XmlParser): void;
|
|
12
|
-
private initInnerObjects;
|
|
13
|
-
Execute(res: IResultValue): Promise<void>;
|
|
14
|
-
private extractCmd;
|
|
15
|
-
getCmd(idx: number): IClientCommand;
|
|
16
|
-
buildXML(message: StringBuilder): void;
|
|
17
|
-
Add(cmd: IClientCommand): void;
|
|
18
|
-
Clear(): void;
|
|
19
|
-
ExtractCommand(commandIndex: number): IClientCommand;
|
|
20
|
-
clear(): void;
|
|
21
|
-
getSize(): number;
|
|
22
|
-
}
|