@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.
Files changed (194) hide show
  1. package/README.md +7 -7
  2. package/fesm2022/magic-xpa-engine.mjs +1 -1
  3. package/fesm2022/magic-xpa-engine.mjs.map +1 -1
  4. package/package.json +8 -8
  5. package/types/magic-xpa-engine.d.ts +4634 -0
  6. package/index.d.ts +0 -191
  7. package/src/AccessHelper.d.ts +0 -20
  8. package/src/ClientManager.d.ts +0 -37
  9. package/src/CommandsProcessorBase.d.ts +0 -24
  10. package/src/CommandsProcessorManager.d.ts +0 -7
  11. package/src/CommandsTable.d.ts +0 -22
  12. package/src/ConstInterface.d.ts +0 -523
  13. package/src/CurrentClientVersion.d.ts +0 -1
  14. package/src/FlowMonitorInterface.d.ts +0 -15
  15. package/src/GUIManager.d.ts +0 -17
  16. package/src/GlobalCommandsManager.d.ts +0 -17
  17. package/src/GuiEventsProcessor.d.ts +0 -24
  18. package/src/ICommandsTable.d.ts +0 -9
  19. package/src/ServerConfig.d.ts +0 -35
  20. package/src/bridge/IGuiEvent.d.ts +0 -19
  21. package/src/bridge/MagicBridge.d.ts +0 -18
  22. package/src/commands/ClientOriginatedCommandTaskTag.d.ts +0 -8
  23. package/src/commands/ClientToServer/AddUserLocateDataViewCommand.d.ts +0 -4
  24. package/src/commands/ClientToServer/AddUserRangeDataviewCommand.d.ts +0 -6
  25. package/src/commands/ClientToServer/AddUserSortDataViewCommand.d.ts +0 -6
  26. package/src/commands/ClientToServer/BrowserEscEventCommand.d.ts +0 -9
  27. package/src/commands/ClientToServer/CachedFileQueryCommand.d.ts +0 -9
  28. package/src/commands/ClientToServer/ClientOriginatedCommand.d.ts +0 -8
  29. package/src/commands/ClientToServer/ClientOriginatedCommandSerializer.d.ts +0 -6
  30. package/src/commands/ClientToServer/ColumnSortEventCommand.d.ts +0 -11
  31. package/src/commands/ClientToServer/CommandFactory.d.ts +0 -66
  32. package/src/commands/ClientToServer/CommandSerializationHelper.d.ts +0 -20
  33. package/src/commands/ClientToServer/ComputeEventCommand.d.ts +0 -9
  34. package/src/commands/ClientToServer/ContextTerminationEventCommand.d.ts +0 -8
  35. package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +0 -8
  36. package/src/commands/ClientToServer/ControlItemsRefreshCommand.d.ts +0 -7
  37. package/src/commands/ClientToServer/DataViewOutputCommand.d.ts +0 -9
  38. package/src/commands/ClientToServer/DataviewCommand.d.ts +0 -32
  39. package/src/commands/ClientToServer/EvaluateCommand.d.ts +0 -16
  40. package/src/commands/ClientToServer/EventCommand.d.ts +0 -16
  41. package/src/commands/ClientToServer/ExecOperCommand.d.ts +0 -24
  42. package/src/commands/ClientToServer/FetchDataControlValuesEventCommand.d.ts +0 -10
  43. package/src/commands/ClientToServer/GlobalParamsQueryCommand.d.ts +0 -5
  44. package/src/commands/ClientToServer/ICommandTaskTag.d.ts +0 -3
  45. package/src/commands/ClientToServer/IndexChangeEventCommand.d.ts +0 -9
  46. package/src/commands/ClientToServer/IniputForceWriteCommand.d.ts +0 -11
  47. package/src/commands/ClientToServer/NonReversibleExitEventCommand.d.ts +0 -9
  48. package/src/commands/ClientToServer/QueryCommand.d.ts +0 -8
  49. package/src/commands/ClientToServer/RecomputeCommand.d.ts +0 -12
  50. package/src/commands/ClientToServer/RefreshEventCommand.d.ts +0 -13
  51. package/src/commands/ClientToServer/RefreshScreenEventCommand.d.ts +0 -11
  52. package/src/commands/ClientToServer/RollbackEventCommand.d.ts +0 -15
  53. package/src/commands/ClientToServer/SelectProgramCommand.d.ts +0 -7
  54. package/src/commands/ClientToServer/SetTransactionStateDataviewCommand.d.ts +0 -5
  55. package/src/commands/ClientToServer/SubformOpenEventCommand.d.ts +0 -9
  56. package/src/commands/ClientToServer/SubformRefreshEventCommand.d.ts +0 -10
  57. package/src/commands/ClientToServer/TransactionCommand.d.ts +0 -14
  58. package/src/commands/ClientToServer/UnloadCommand.d.ts +0 -8
  59. package/src/commands/ClientToServer/WriteMessageToServerLogCommand.d.ts +0 -6
  60. package/src/commands/DataViewCommandBase.d.ts +0 -6
  61. package/src/commands/IClientCommand.d.ts +0 -2
  62. package/src/commands/IClientTargetedCommand.d.ts +0 -12
  63. package/src/commands/IClientToServerCommandInfo.d.ts +0 -4
  64. package/src/commands/ServerToClient/AbortCommand.d.ts +0 -11
  65. package/src/commands/ServerToClient/AddLocateCommand.d.ts +0 -6
  66. package/src/commands/ServerToClient/AddRangeCommand.d.ts +0 -10
  67. package/src/commands/ServerToClient/AddSortCommand.d.ts +0 -9
  68. package/src/commands/ServerToClient/ClientRefreshCommand.d.ts +0 -7
  69. package/src/commands/ServerToClient/ClientTargetedCommandBase.d.ts +0 -12
  70. package/src/commands/ServerToClient/EnhancedVerifyCommand.d.ts +0 -13
  71. package/src/commands/ServerToClient/OpenURLCommand.d.ts +0 -21
  72. package/src/commands/ServerToClient/ResetLocateCommand.d.ts +0 -6
  73. package/src/commands/ServerToClient/ResetRangeCommand.d.ts +0 -6
  74. package/src/commands/ServerToClient/ResetSortCommand.d.ts +0 -6
  75. package/src/commands/ServerToClient/ResultCommand.d.ts +0 -10
  76. package/src/commands/ServerToClient/VerifyCommand.d.ts +0 -17
  77. package/src/commands/ServerToClient/XMLBasedCommandBuilder.d.ts +0 -11
  78. package/src/communications/IConnectionStateManager.d.ts +0 -4
  79. package/src/communications/InteractiveCommunicationsFailureHandler.d.ts +0 -6
  80. package/src/data/DataSourceIdKey.d.ts +0 -2
  81. package/src/data/DataView.d.ts +0 -162
  82. package/src/data/DataViewBase.d.ts +0 -12
  83. package/src/data/DataviewManager.d.ts +0 -14
  84. package/src/data/DataviewManagerBase.d.ts +0 -11
  85. package/src/data/DvCache.d.ts +0 -15
  86. package/src/data/Field.d.ts +0 -103
  87. package/src/data/FieldBase.d.ts +0 -23
  88. package/src/data/FieldsTable.d.ts +0 -27
  89. package/src/data/IRecordsTable.d.ts +0 -7
  90. package/src/data/Key.d.ts +0 -15
  91. package/src/data/Record.d.ts +0 -157
  92. package/src/data/RecordOutOfDataViewException.d.ts +0 -10
  93. package/src/data/RecordsTable.d.ts +0 -38
  94. package/src/data/TaskTransactionManager.d.ts +0 -17
  95. package/src/data/XMLBasedDcValuesBuilder.d.ts +0 -11
  96. package/src/enums.d.ts +0 -21
  97. package/src/env/EnvVariablesTable.d.ts +0 -17
  98. package/src/env/Environment.d.ts +0 -118
  99. package/src/env/ILanguageData.d.ts +0 -3
  100. package/src/env/LanguageData.d.ts +0 -20
  101. package/src/env/MirrorString.d.ts +0 -15
  102. package/src/event/ActionManager.d.ts +0 -14
  103. package/src/event/Event.d.ts +0 -79
  104. package/src/event/EventHandler.d.ts +0 -71
  105. package/src/event/EventHandlerPosition.d.ts +0 -25
  106. package/src/event/EventsManager.d.ts +0 -209
  107. package/src/event/IEventsManager.d.ts +0 -77
  108. package/src/event/RunTimeEvent.d.ts +0 -126
  109. package/src/event/RunTimeEventBase.d.ts +0 -5
  110. package/src/event/UserEventsTable.d.ts +0 -11
  111. package/src/exp/ExpTable.d.ts +0 -11
  112. package/src/exp/Expression.d.ts +0 -37
  113. package/src/exp/ExpressionDict.d.ts +0 -12
  114. package/src/exp/ExpressionEvaluator.d.ts +0 -203
  115. package/src/exp/ExpressionLocalJpn.d.ts +0 -18
  116. package/src/exp/GlobalParamsTable.d.ts +0 -19
  117. package/src/exp/YesNoExp.d.ts +0 -9
  118. package/src/gui/CreatedFormVector.d.ts +0 -10
  119. package/src/gui/FormsTable.d.ts +0 -15
  120. package/src/gui/MgControl.d.ts +0 -60
  121. package/src/gui/MgForm.d.ts +0 -96
  122. package/src/http/HttpManager.d.ts +0 -26
  123. package/src/http/client/HttpClientAsync.d.ts +0 -16
  124. package/src/http/client/HttpClientBase.d.ts +0 -30
  125. package/src/http/client/HttpClientEvents.d.ts +0 -18
  126. package/src/http/client/HttpClientSync.d.ts +0 -17
  127. package/src/http/client/HttpUtility.d.ts +0 -10
  128. package/src/http/client/ICommunicationsFailureHandler.d.ts +0 -5
  129. package/src/remote/AddUserLocateRemoteDataViewCommand.d.ts +0 -8
  130. package/src/remote/AddUserRangeRemoteDataViewCommand.d.ts +0 -8
  131. package/src/remote/AddUserSortRemoteDataViewCommand.d.ts +0 -8
  132. package/src/remote/RemoteCommandsProcessor.d.ts +0 -58
  133. package/src/remote/RemoteControlItemsRefreshCommand.d.ts +0 -9
  134. package/src/remote/RemoteDataViewCommandBase.d.ts +0 -10
  135. package/src/remote/RemoteDataViewCommandFactory.d.ts +0 -6
  136. package/src/remote/RemoteDataViewCommandUpdateNonModifiable.d.ts +0 -8
  137. package/src/remote/RemoteDataviewManager.d.ts +0 -9
  138. package/src/remote/RemoteInitDataViewCommand.d.ts +0 -7
  139. package/src/remote/ResetUserLocateRemoteDataviewCommand.d.ts +0 -7
  140. package/src/remote/ResetUserRangeRemoteDataviewCommand.d.ts +0 -7
  141. package/src/remote/ResetUserSortRemoteDataviewCommand.d.ts +0 -7
  142. package/src/remote/ServerError.d.ts +0 -16
  143. package/src/remote/SetTransactionStateRemoteDataViewCommand.d.ts +0 -8
  144. package/src/rt/Argument.d.ts +0 -36
  145. package/src/rt/ArgumentsList.d.ts +0 -24
  146. package/src/rt/Boundary.d.ts +0 -27
  147. package/src/rt/CompMainPrgTable.d.ts +0 -10
  148. package/src/rt/DataviewHeaderBase.d.ts +0 -34
  149. package/src/rt/DataviewHeaderFactory.d.ts +0 -5
  150. package/src/rt/DataviewHeaders.d.ts +0 -12
  151. package/src/rt/DataviewHeadersSaxHandler.d.ts +0 -10
  152. package/src/rt/ExecutionStack.d.ts +0 -22
  153. package/src/rt/ExecutionStackEntry.d.ts +0 -7
  154. package/src/rt/HandlersTable.d.ts +0 -19
  155. package/src/rt/IDataSourceViewDefinition.d.ts +0 -6
  156. package/src/rt/IDataviewHeader.d.ts +0 -10
  157. package/src/rt/IResultValue.d.ts +0 -4
  158. package/src/rt/LastFocusedManager.d.ts +0 -23
  159. package/src/rt/Operation.d.ts +0 -99
  160. package/src/rt/OperationTable.d.ts +0 -15
  161. package/src/rt/Recompute.d.ts +0 -41
  162. package/src/rt/RecomputeTable.d.ts +0 -9
  163. package/src/rt/RemoteDataviewHeader.d.ts +0 -14
  164. package/src/rt/ResultValue.d.ts +0 -7
  165. package/src/rt/TableCache.d.ts +0 -29
  166. package/src/rt/TableCacheManager.d.ts +0 -10
  167. package/src/rt/Transaction.d.ts +0 -23
  168. package/src/security/UserDetails.d.ts +0 -16
  169. package/src/tasks/IMGDataCollection.d.ts +0 -26
  170. package/src/tasks/MGData.d.ts +0 -63
  171. package/src/tasks/MGDataCollection.d.ts +0 -42
  172. package/src/tasks/RCTimer.d.ts +0 -13
  173. package/src/tasks/RemoteTaskService.d.ts +0 -16
  174. package/src/tasks/Task.d.ts +0 -313
  175. package/src/tasks/TaskBase.d.ts +0 -123
  176. package/src/tasks/TaskServiceBase.d.ts +0 -16
  177. package/src/tasks/TasksTable.d.ts +0 -21
  178. package/src/tasks/sort/Sort.d.ts +0 -4
  179. package/src/tasks/sort/SortCollection.d.ts +0 -11
  180. package/src/util/ConstUtils.d.ts +0 -3
  181. package/src/util/FlowMonitorQueue.d.ts +0 -70
  182. package/src/util/HeapSort.d.ts +0 -6
  183. package/src/util/IMirrorXML.d.ts +0 -6
  184. package/src/util/IServerConfig.d.ts +0 -11
  185. package/src/util/MgBlockingQueue.d.ts +0 -5
  186. package/src/util/MgPriorityBlockingQueue.d.ts +0 -17
  187. package/src/util/MgPriorityQueue.d.ts +0 -13
  188. package/src/util/ParamParseResult.d.ts +0 -6
  189. package/src/util/PrmMap.d.ts +0 -28
  190. package/src/util/ReturnResult.d.ts +0 -18
  191. package/src/util/ReturnResultBase.d.ts +0 -11
  192. package/src/util/Scrambler.d.ts +0 -10
  193. package/src/util/UniqueIDUtils.d.ts +0 -4
  194. 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";
@@ -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
- }
@@ -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
- }
@@ -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
- }