@magic-xpa/engine 4.1100.0-dev4110.105 → 4.1100.0-dev4110.106

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 (381) hide show
  1. package/esm2020/index.mjs +2 -188
  2. package/fesm2015/magic-xpa-engine.mjs +0 -30835
  3. package/fesm2015/magic-xpa-engine.mjs.map +1 -1
  4. package/fesm2020/magic-xpa-engine.mjs +0 -30004
  5. package/fesm2020/magic-xpa-engine.mjs.map +1 -1
  6. package/index.d.ts +1 -187
  7. package/package.json +4 -4
  8. package/esm2020/src/AccessHelper.mjs +0 -9
  9. package/esm2020/src/ClientManager.mjs +0 -399
  10. package/esm2020/src/CommandsProcessorBase.mjs +0 -58
  11. package/esm2020/src/CommandsProcessorManager.mjs +0 -26
  12. package/esm2020/src/CommandsTable.mjs +0 -162
  13. package/esm2020/src/ConstInterface.mjs +0 -516
  14. package/esm2020/src/CurrentClientVersion.mjs +0 -2
  15. package/esm2020/src/FlowMonitorInterface.mjs +0 -16
  16. package/esm2020/src/GUIManager.mjs +0 -62
  17. package/esm2020/src/GlobalCommandsManager.mjs +0 -34
  18. package/esm2020/src/GuiEventsProcessor.mjs +0 -154
  19. package/esm2020/src/ICommandsTable.mjs +0 -2
  20. package/esm2020/src/ServerConfig.mjs +0 -117
  21. package/esm2020/src/bridge/IGuiEvent.mjs +0 -20
  22. package/esm2020/src/bridge/MagicBridge.mjs +0 -41
  23. package/esm2020/src/commands/ClientOriginatedCommandTaskTag.mjs +0 -11
  24. package/esm2020/src/commands/ClientToServer/AddUserLocateDataViewCommand.mjs +0 -9
  25. package/esm2020/src/commands/ClientToServer/AddUserRangeDataviewCommand.mjs +0 -9
  26. package/esm2020/src/commands/ClientToServer/AddUserSortDataViewCommand.mjs +0 -9
  27. package/esm2020/src/commands/ClientToServer/BrowserEscEventCommand.mjs +0 -23
  28. package/esm2020/src/commands/ClientToServer/ClientOriginatedCommand.mjs +0 -15
  29. package/esm2020/src/commands/ClientToServer/ClientOriginatedCommandSerializer.mjs +0 -60
  30. package/esm2020/src/commands/ClientToServer/ColumnSortEventCommand.mjs +0 -26
  31. package/esm2020/src/commands/ClientToServer/CommandFactory.mjs +0 -260
  32. package/esm2020/src/commands/ClientToServer/CommandSerializationHelper.mjs +0 -69
  33. package/esm2020/src/commands/ClientToServer/ComputeEventCommand.mjs +0 -23
  34. package/esm2020/src/commands/ClientToServer/ContextTerminationEventCommand.mjs +0 -21
  35. package/esm2020/src/commands/ClientToServer/ContextTimeoutResetCommand.mjs +0 -20
  36. package/esm2020/src/commands/ClientToServer/ControlItemsRefreshCommand.mjs +0 -8
  37. package/esm2020/src/commands/ClientToServer/DataViewOutputCommand.mjs +0 -13
  38. package/esm2020/src/commands/ClientToServer/DataviewCommand.mjs +0 -44
  39. package/esm2020/src/commands/ClientToServer/EvaluateCommand.mjs +0 -36
  40. package/esm2020/src/commands/ClientToServer/EventCommand.mjs +0 -40
  41. package/esm2020/src/commands/ClientToServer/ExecOperCommand.mjs +0 -67
  42. package/esm2020/src/commands/ClientToServer/FetchDataControlValuesEventCommand.mjs +0 -22
  43. package/esm2020/src/commands/ClientToServer/GlobalParamsQueryCommand.mjs +0 -11
  44. package/esm2020/src/commands/ClientToServer/ICommandTaskTag.mjs +0 -2
  45. package/esm2020/src/commands/ClientToServer/IndexChangeEventCommand.mjs +0 -21
  46. package/esm2020/src/commands/ClientToServer/IniputForceWriteCommand.mjs +0 -23
  47. package/esm2020/src/commands/ClientToServer/NonReversibleExitEventCommand.mjs +0 -23
  48. package/esm2020/src/commands/ClientToServer/QueryCommand.mjs +0 -21
  49. package/esm2020/src/commands/ClientToServer/RecomputeCommand.mjs +0 -27
  50. package/esm2020/src/commands/ClientToServer/RefreshEventCommand.mjs +0 -27
  51. package/esm2020/src/commands/ClientToServer/RefreshScreenEventCommand.mjs +0 -24
  52. package/esm2020/src/commands/ClientToServer/RollbackEventCommand.mjs +0 -39
  53. package/esm2020/src/commands/ClientToServer/SelectProgramCommand.mjs +0 -15
  54. package/esm2020/src/commands/ClientToServer/SetTransactionStateDataviewCommand.mjs +0 -9
  55. package/esm2020/src/commands/ClientToServer/SubformOpenEventCommand.mjs +0 -21
  56. package/esm2020/src/commands/ClientToServer/SubformRefreshEventCommand.mjs +0 -24
  57. package/esm2020/src/commands/ClientToServer/TransactionCommand.mjs +0 -28
  58. package/esm2020/src/commands/ClientToServer/UnloadCommand.mjs +0 -15
  59. package/esm2020/src/commands/ClientToServer/WriteMessageToServerLogCommand.mjs +0 -18
  60. package/esm2020/src/commands/DataViewCommandBase.mjs +0 -10
  61. package/esm2020/src/commands/IClientCommand.mjs +0 -2
  62. package/esm2020/src/commands/IClientTargetedCommand.mjs +0 -9
  63. package/esm2020/src/commands/IClientToServerCommandInfo.mjs +0 -2
  64. package/esm2020/src/commands/ServerToClient/AbortCommand.mjs +0 -65
  65. package/esm2020/src/commands/ServerToClient/AddLocateCommand.mjs +0 -22
  66. package/esm2020/src/commands/ServerToClient/AddRangeCommand.mjs +0 -62
  67. package/esm2020/src/commands/ServerToClient/AddSortCommand.mjs +0 -33
  68. package/esm2020/src/commands/ServerToClient/ClientRefreshCommand.mjs +0 -25
  69. package/esm2020/src/commands/ServerToClient/ClientTargetedCommandBase.mjs +0 -27
  70. package/esm2020/src/commands/ServerToClient/EnhancedVerifyCommand.mjs +0 -45
  71. package/esm2020/src/commands/ServerToClient/OpenURLCommand.mjs +0 -221
  72. package/esm2020/src/commands/ServerToClient/ResetLocateCommand.mjs +0 -15
  73. package/esm2020/src/commands/ServerToClient/ResetRangeCommand.mjs +0 -15
  74. package/esm2020/src/commands/ServerToClient/ResetSortCommand.mjs +0 -15
  75. package/esm2020/src/commands/ServerToClient/ResultCommand.mjs +0 -37
  76. package/esm2020/src/commands/ServerToClient/VerifyCommand.mjs +0 -83
  77. package/esm2020/src/commands/ServerToClient/XMLBasedCommandBuilder.mjs +0 -132
  78. package/esm2020/src/communications/IConnectionStateManager.mjs +0 -2
  79. package/esm2020/src/communications/InteractiveCommunicationsFailureHandler.mjs +0 -17
  80. package/esm2020/src/data/DataSourceIdKey.mjs +0 -3
  81. package/esm2020/src/data/DataView.mjs +0 -1610
  82. package/esm2020/src/data/DataViewBase.mjs +0 -4
  83. package/esm2020/src/data/DataviewManager.mjs +0 -28
  84. package/esm2020/src/data/DataviewManagerBase.mjs +0 -15
  85. package/esm2020/src/data/DvCache.mjs +0 -67
  86. package/esm2020/src/data/Field.mjs +0 -646
  87. package/esm2020/src/data/FieldBase.mjs +0 -18
  88. package/esm2020/src/data/FieldsTable.mjs +0 -103
  89. package/esm2020/src/data/IRecordsTable.mjs +0 -2
  90. package/esm2020/src/data/Key.mjs +0 -88
  91. package/esm2020/src/data/Record.mjs +0 -846
  92. package/esm2020/src/data/RecordOutOfDataViewException.mjs +0 -16
  93. package/esm2020/src/data/RecordsTable.mjs +0 -267
  94. package/esm2020/src/data/TaskTransactionManager.mjs +0 -103
  95. package/esm2020/src/data/XMLBasedDcValuesBuilder.mjs +0 -74
  96. package/esm2020/src/enums.mjs +0 -24
  97. package/esm2020/src/env/EnvVariablesTable.mjs +0 -340
  98. package/esm2020/src/env/Environment.mjs +0 -489
  99. package/esm2020/src/env/ILanguageData.mjs +0 -2
  100. package/esm2020/src/env/LanguageData.mjs +0 -226
  101. package/esm2020/src/env/MirrorString.mjs +0 -65
  102. package/esm2020/src/event/ActionManager.mjs +0 -91
  103. package/esm2020/src/event/Event.mjs +0 -1333
  104. package/esm2020/src/event/EventHandler.mjs +0 -766
  105. package/esm2020/src/event/EventHandlerPosition.mjs +0 -204
  106. package/esm2020/src/event/EventsManager.mjs +0 -2975
  107. package/esm2020/src/event/IEventsManager.mjs +0 -7
  108. package/esm2020/src/event/RunTimeEvent.mjs +0 -392
  109. package/esm2020/src/event/RunTimeEventBase.mjs +0 -4
  110. package/esm2020/src/event/UserEventsTable.mjs +0 -47
  111. package/esm2020/src/exp/ExpTable.mjs +0 -59
  112. package/esm2020/src/exp/Expression.mjs +0 -200
  113. package/esm2020/src/exp/ExpressionDict.mjs +0 -727
  114. package/esm2020/src/exp/ExpressionEvaluator.mjs +0 -4208
  115. package/esm2020/src/exp/ExpressionLocalJpn.mjs +0 -314
  116. package/esm2020/src/exp/GlobalParamsTable.mjs +0 -85
  117. package/esm2020/src/exp/YesNoExp.mjs +0 -36
  118. package/esm2020/src/gui/CreatedFormVector.mjs +0 -23
  119. package/esm2020/src/gui/FormsTable.mjs +0 -66
  120. package/esm2020/src/gui/MgControl.mjs +0 -353
  121. package/esm2020/src/gui/MgForm.mjs +0 -1181
  122. package/esm2020/src/http/HttpManager.mjs +0 -97
  123. package/esm2020/src/http/client/HttpClientAsync.mjs +0 -67
  124. package/esm2020/src/http/client/HttpClientBase.mjs +0 -132
  125. package/esm2020/src/http/client/HttpClientEvents.mjs +0 -39
  126. package/esm2020/src/http/client/HttpClientSync.mjs +0 -42
  127. package/esm2020/src/http/client/HttpUtility.mjs +0 -84
  128. package/esm2020/src/http/client/ICommunicationsFailureHandler.mjs +0 -2
  129. package/esm2020/src/remote/AddUserLocateRemoteDataViewCommand.mjs +0 -18
  130. package/esm2020/src/remote/AddUserRangeRemoteDataViewCommand.mjs +0 -18
  131. package/esm2020/src/remote/AddUserSortRemoteDataViewCommand.mjs +0 -18
  132. package/esm2020/src/remote/RemoteCommandsProcessor.mjs +0 -880
  133. package/esm2020/src/remote/RemoteControlItemsRefreshCommand.mjs +0 -25
  134. package/esm2020/src/remote/RemoteDataViewCommandBase.mjs +0 -24
  135. package/esm2020/src/remote/RemoteDataViewCommandFactory.mjs +0 -61
  136. package/esm2020/src/remote/RemoteDataViewCommandUpdateNonModifiable.mjs +0 -16
  137. package/esm2020/src/remote/RemoteDataviewManager.mjs +0 -17
  138. package/esm2020/src/remote/RemoteInitDataViewCommand.mjs +0 -11
  139. package/esm2020/src/remote/ResetUserLocateRemoteDataviewCommand.mjs +0 -17
  140. package/esm2020/src/remote/ResetUserRangeRemoteDataviewCommand.mjs +0 -13
  141. package/esm2020/src/remote/ResetUserSortRemoteDataviewCommand.mjs +0 -16
  142. package/esm2020/src/remote/ServerError.mjs +0 -40
  143. package/esm2020/src/remote/SetTransactionStateRemoteDataViewCommand.mjs +0 -20
  144. package/esm2020/src/rt/Argument.mjs +0 -265
  145. package/esm2020/src/rt/ArgumentsList.mjs +0 -103
  146. package/esm2020/src/rt/Boundary.mjs +0 -152
  147. package/esm2020/src/rt/CompMainPrgTable.mjs +0 -65
  148. package/esm2020/src/rt/DataviewHeaderBase.mjs +0 -96
  149. package/esm2020/src/rt/DataviewHeaderFactory.mjs +0 -7
  150. package/esm2020/src/rt/DataviewHeaders.mjs +0 -53
  151. package/esm2020/src/rt/DataviewHeadersSaxHandler.mjs +0 -38
  152. package/esm2020/src/rt/ExecutionStack.mjs +0 -94
  153. package/esm2020/src/rt/ExecutionStackEntry.mjs +0 -17
  154. package/esm2020/src/rt/HandlersTable.mjs +0 -96
  155. package/esm2020/src/rt/IDataSourceViewDefinition.mjs +0 -2
  156. package/esm2020/src/rt/IDataviewHeader.mjs +0 -2
  157. package/esm2020/src/rt/IResultValue.mjs +0 -2
  158. package/esm2020/src/rt/LastFocusedManager.mjs +0 -67
  159. package/esm2020/src/rt/Operation.mjs +0 -735
  160. package/esm2020/src/rt/OperationTable.mjs +0 -67
  161. package/esm2020/src/rt/Recompute.mjs +0 -355
  162. package/esm2020/src/rt/RecomputeTable.mjs +0 -63
  163. package/esm2020/src/rt/RemoteDataviewHeader.mjs +0 -108
  164. package/esm2020/src/rt/ResultValue.mjs +0 -12
  165. package/esm2020/src/rt/TableCache.mjs +0 -177
  166. package/esm2020/src/rt/TableCacheManager.mjs +0 -67
  167. package/esm2020/src/rt/Transaction.mjs +0 -53
  168. package/esm2020/src/security/UserDetails.mjs +0 -71
  169. package/esm2020/src/tasks/IMGDataCollection.mjs +0 -2
  170. package/esm2020/src/tasks/MGData.mjs +0 -552
  171. package/esm2020/src/tasks/MGDataCollection.mjs +0 -252
  172. package/esm2020/src/tasks/RCTimer.mjs +0 -63
  173. package/esm2020/src/tasks/RemoteTaskService.mjs +0 -45
  174. package/esm2020/src/tasks/Task.mjs +0 -2496
  175. package/esm2020/src/tasks/TaskBase.mjs +0 -87
  176. package/esm2020/src/tasks/TaskServiceBase.mjs +0 -25
  177. package/esm2020/src/tasks/TasksTable.mjs +0 -80
  178. package/esm2020/src/tasks/sort/Sort.mjs +0 -7
  179. package/esm2020/src/tasks/sort/SortCollection.mjs +0 -67
  180. package/esm2020/src/util/ConstUtils.mjs +0 -14
  181. package/esm2020/src/util/FlowMonitorQueue.mjs +0 -453
  182. package/esm2020/src/util/HeapSort.mjs +0 -70
  183. package/esm2020/src/util/IMirrorXML.mjs +0 -2
  184. package/esm2020/src/util/IServerConfig.mjs +0 -2
  185. package/esm2020/src/util/MgBlockingQueue.mjs +0 -2
  186. package/esm2020/src/util/MgPriorityBlockingQueue.mjs +0 -74
  187. package/esm2020/src/util/MgPriorityQueue.mjs +0 -66
  188. package/esm2020/src/util/ParamParseResult.mjs +0 -8
  189. package/esm2020/src/util/PrmMap.mjs +0 -151
  190. package/esm2020/src/util/ReturnResult.mjs +0 -46
  191. package/esm2020/src/util/ReturnResultBase.mjs +0 -18
  192. package/esm2020/src/util/Scrambler.mjs +0 -89
  193. package/esm2020/src/util/UniqueIDUtils.mjs +0 -12
  194. package/esm2020/src/util/cookie.service.mjs +0 -92
  195. package/src/AccessHelper.d.ts +0 -20
  196. package/src/ClientManager.d.ts +0 -32
  197. package/src/CommandsProcessorBase.d.ts +0 -23
  198. package/src/CommandsProcessorManager.d.ts +0 -6
  199. package/src/CommandsTable.d.ts +0 -22
  200. package/src/ConstInterface.d.ts +0 -515
  201. package/src/CurrentClientVersion.d.ts +0 -1
  202. package/src/FlowMonitorInterface.d.ts +0 -15
  203. package/src/GUIManager.d.ts +0 -17
  204. package/src/GlobalCommandsManager.d.ts +0 -17
  205. package/src/GuiEventsProcessor.d.ts +0 -24
  206. package/src/ICommandsTable.d.ts +0 -9
  207. package/src/ServerConfig.d.ts +0 -34
  208. package/src/bridge/IGuiEvent.d.ts +0 -19
  209. package/src/bridge/MagicBridge.d.ts +0 -16
  210. package/src/commands/ClientOriginatedCommandTaskTag.d.ts +0 -8
  211. package/src/commands/ClientToServer/AddUserLocateDataViewCommand.d.ts +0 -4
  212. package/src/commands/ClientToServer/AddUserRangeDataviewCommand.d.ts +0 -6
  213. package/src/commands/ClientToServer/AddUserSortDataViewCommand.d.ts +0 -6
  214. package/src/commands/ClientToServer/BrowserEscEventCommand.d.ts +0 -8
  215. package/src/commands/ClientToServer/ClientOriginatedCommand.d.ts +0 -8
  216. package/src/commands/ClientToServer/ClientOriginatedCommandSerializer.d.ts +0 -6
  217. package/src/commands/ClientToServer/ColumnSortEventCommand.d.ts +0 -10
  218. package/src/commands/ClientToServer/CommandFactory.d.ts +0 -64
  219. package/src/commands/ClientToServer/CommandSerializationHelper.d.ts +0 -20
  220. package/src/commands/ClientToServer/ComputeEventCommand.d.ts +0 -8
  221. package/src/commands/ClientToServer/ContextTerminationEventCommand.d.ts +0 -7
  222. package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +0 -7
  223. package/src/commands/ClientToServer/ControlItemsRefreshCommand.d.ts +0 -6
  224. package/src/commands/ClientToServer/DataViewOutputCommand.d.ts +0 -9
  225. package/src/commands/ClientToServer/DataviewCommand.d.ts +0 -32
  226. package/src/commands/ClientToServer/EvaluateCommand.d.ts +0 -15
  227. package/src/commands/ClientToServer/EventCommand.d.ts +0 -15
  228. package/src/commands/ClientToServer/ExecOperCommand.d.ts +0 -23
  229. package/src/commands/ClientToServer/FetchDataControlValuesEventCommand.d.ts +0 -8
  230. package/src/commands/ClientToServer/GlobalParamsQueryCommand.d.ts +0 -5
  231. package/src/commands/ClientToServer/ICommandTaskTag.d.ts +0 -3
  232. package/src/commands/ClientToServer/IndexChangeEventCommand.d.ts +0 -8
  233. package/src/commands/ClientToServer/IniputForceWriteCommand.d.ts +0 -10
  234. package/src/commands/ClientToServer/NonReversibleExitEventCommand.d.ts +0 -8
  235. package/src/commands/ClientToServer/QueryCommand.d.ts +0 -8
  236. package/src/commands/ClientToServer/RecomputeCommand.d.ts +0 -11
  237. package/src/commands/ClientToServer/RefreshEventCommand.d.ts +0 -12
  238. package/src/commands/ClientToServer/RefreshScreenEventCommand.d.ts +0 -10
  239. package/src/commands/ClientToServer/RollbackEventCommand.d.ts +0 -14
  240. package/src/commands/ClientToServer/SelectProgramCommand.d.ts +0 -6
  241. package/src/commands/ClientToServer/SetTransactionStateDataviewCommand.d.ts +0 -5
  242. package/src/commands/ClientToServer/SubformOpenEventCommand.d.ts +0 -8
  243. package/src/commands/ClientToServer/SubformRefreshEventCommand.d.ts +0 -9
  244. package/src/commands/ClientToServer/TransactionCommand.d.ts +0 -12
  245. package/src/commands/ClientToServer/UnloadCommand.d.ts +0 -7
  246. package/src/commands/ClientToServer/WriteMessageToServerLogCommand.d.ts +0 -6
  247. package/src/commands/DataViewCommandBase.d.ts +0 -6
  248. package/src/commands/IClientCommand.d.ts +0 -2
  249. package/src/commands/IClientTargetedCommand.d.ts +0 -12
  250. package/src/commands/IClientToServerCommandInfo.d.ts +0 -3
  251. package/src/commands/ServerToClient/AbortCommand.d.ts +0 -11
  252. package/src/commands/ServerToClient/AddLocateCommand.d.ts +0 -6
  253. package/src/commands/ServerToClient/AddRangeCommand.d.ts +0 -10
  254. package/src/commands/ServerToClient/AddSortCommand.d.ts +0 -9
  255. package/src/commands/ServerToClient/ClientRefreshCommand.d.ts +0 -7
  256. package/src/commands/ServerToClient/ClientTargetedCommandBase.d.ts +0 -12
  257. package/src/commands/ServerToClient/EnhancedVerifyCommand.d.ts +0 -13
  258. package/src/commands/ServerToClient/OpenURLCommand.d.ts +0 -21
  259. package/src/commands/ServerToClient/ResetLocateCommand.d.ts +0 -6
  260. package/src/commands/ServerToClient/ResetRangeCommand.d.ts +0 -6
  261. package/src/commands/ServerToClient/ResetSortCommand.d.ts +0 -6
  262. package/src/commands/ServerToClient/ResultCommand.d.ts +0 -10
  263. package/src/commands/ServerToClient/VerifyCommand.d.ts +0 -17
  264. package/src/commands/ServerToClient/XMLBasedCommandBuilder.d.ts +0 -11
  265. package/src/communications/IConnectionStateManager.d.ts +0 -4
  266. package/src/communications/InteractiveCommunicationsFailureHandler.d.ts +0 -6
  267. package/src/data/DataSourceIdKey.d.ts +0 -2
  268. package/src/data/DataView.d.ts +0 -162
  269. package/src/data/DataViewBase.d.ts +0 -12
  270. package/src/data/DataviewManager.d.ts +0 -14
  271. package/src/data/DataviewManagerBase.d.ts +0 -11
  272. package/src/data/DvCache.d.ts +0 -15
  273. package/src/data/Field.d.ts +0 -103
  274. package/src/data/FieldBase.d.ts +0 -23
  275. package/src/data/FieldsTable.d.ts +0 -27
  276. package/src/data/IRecordsTable.d.ts +0 -7
  277. package/src/data/Key.d.ts +0 -15
  278. package/src/data/Record.d.ts +0 -156
  279. package/src/data/RecordOutOfDataViewException.d.ts +0 -10
  280. package/src/data/RecordsTable.d.ts +0 -38
  281. package/src/data/TaskTransactionManager.d.ts +0 -17
  282. package/src/data/XMLBasedDcValuesBuilder.d.ts +0 -11
  283. package/src/enums.d.ts +0 -21
  284. package/src/env/EnvVariablesTable.d.ts +0 -17
  285. package/src/env/Environment.d.ts +0 -118
  286. package/src/env/ILanguageData.d.ts +0 -3
  287. package/src/env/LanguageData.d.ts +0 -20
  288. package/src/env/MirrorString.d.ts +0 -15
  289. package/src/event/ActionManager.d.ts +0 -14
  290. package/src/event/Event.d.ts +0 -79
  291. package/src/event/EventHandler.d.ts +0 -66
  292. package/src/event/EventHandlerPosition.d.ts +0 -25
  293. package/src/event/EventsManager.d.ts +0 -204
  294. package/src/event/IEventsManager.d.ts +0 -77
  295. package/src/event/RunTimeEvent.d.ts +0 -123
  296. package/src/event/RunTimeEventBase.d.ts +0 -5
  297. package/src/event/UserEventsTable.d.ts +0 -11
  298. package/src/exp/ExpTable.d.ts +0 -11
  299. package/src/exp/Expression.d.ts +0 -37
  300. package/src/exp/ExpressionDict.d.ts +0 -12
  301. package/src/exp/ExpressionEvaluator.d.ts +0 -198
  302. package/src/exp/ExpressionLocalJpn.d.ts +0 -18
  303. package/src/exp/GlobalParamsTable.d.ts +0 -19
  304. package/src/exp/YesNoExp.d.ts +0 -9
  305. package/src/gui/CreatedFormVector.d.ts +0 -10
  306. package/src/gui/FormsTable.d.ts +0 -15
  307. package/src/gui/MgControl.d.ts +0 -60
  308. package/src/gui/MgForm.d.ts +0 -93
  309. package/src/http/HttpManager.d.ts +0 -25
  310. package/src/http/client/HttpClientAsync.d.ts +0 -16
  311. package/src/http/client/HttpClientBase.d.ts +0 -30
  312. package/src/http/client/HttpClientEvents.d.ts +0 -18
  313. package/src/http/client/HttpClientSync.d.ts +0 -17
  314. package/src/http/client/HttpUtility.d.ts +0 -10
  315. package/src/http/client/ICommunicationsFailureHandler.d.ts +0 -5
  316. package/src/remote/AddUserLocateRemoteDataViewCommand.d.ts +0 -8
  317. package/src/remote/AddUserRangeRemoteDataViewCommand.d.ts +0 -8
  318. package/src/remote/AddUserSortRemoteDataViewCommand.d.ts +0 -8
  319. package/src/remote/RemoteCommandsProcessor.d.ts +0 -51
  320. package/src/remote/RemoteControlItemsRefreshCommand.d.ts +0 -8
  321. package/src/remote/RemoteDataViewCommandBase.d.ts +0 -10
  322. package/src/remote/RemoteDataViewCommandFactory.d.ts +0 -6
  323. package/src/remote/RemoteDataViewCommandUpdateNonModifiable.d.ts +0 -8
  324. package/src/remote/RemoteDataviewManager.d.ts +0 -9
  325. package/src/remote/RemoteInitDataViewCommand.d.ts +0 -7
  326. package/src/remote/ResetUserLocateRemoteDataviewCommand.d.ts +0 -7
  327. package/src/remote/ResetUserRangeRemoteDataviewCommand.d.ts +0 -7
  328. package/src/remote/ResetUserSortRemoteDataviewCommand.d.ts +0 -7
  329. package/src/remote/ServerError.d.ts +0 -16
  330. package/src/remote/SetTransactionStateRemoteDataViewCommand.d.ts +0 -8
  331. package/src/rt/Argument.d.ts +0 -36
  332. package/src/rt/ArgumentsList.d.ts +0 -24
  333. package/src/rt/Boundary.d.ts +0 -27
  334. package/src/rt/CompMainPrgTable.d.ts +0 -10
  335. package/src/rt/DataviewHeaderBase.d.ts +0 -34
  336. package/src/rt/DataviewHeaderFactory.d.ts +0 -5
  337. package/src/rt/DataviewHeaders.d.ts +0 -12
  338. package/src/rt/DataviewHeadersSaxHandler.d.ts +0 -10
  339. package/src/rt/ExecutionStack.d.ts +0 -22
  340. package/src/rt/ExecutionStackEntry.d.ts +0 -7
  341. package/src/rt/HandlersTable.d.ts +0 -19
  342. package/src/rt/IDataSourceViewDefinition.d.ts +0 -6
  343. package/src/rt/IDataviewHeader.d.ts +0 -10
  344. package/src/rt/IResultValue.d.ts +0 -4
  345. package/src/rt/LastFocusedManager.d.ts +0 -23
  346. package/src/rt/Operation.d.ts +0 -97
  347. package/src/rt/OperationTable.d.ts +0 -15
  348. package/src/rt/Recompute.d.ts +0 -41
  349. package/src/rt/RecomputeTable.d.ts +0 -9
  350. package/src/rt/RemoteDataviewHeader.d.ts +0 -14
  351. package/src/rt/ResultValue.d.ts +0 -7
  352. package/src/rt/TableCache.d.ts +0 -29
  353. package/src/rt/TableCacheManager.d.ts +0 -10
  354. package/src/rt/Transaction.d.ts +0 -23
  355. package/src/security/UserDetails.d.ts +0 -16
  356. package/src/tasks/IMGDataCollection.d.ts +0 -26
  357. package/src/tasks/MGData.d.ts +0 -63
  358. package/src/tasks/MGDataCollection.d.ts +0 -42
  359. package/src/tasks/RCTimer.d.ts +0 -13
  360. package/src/tasks/RemoteTaskService.d.ts +0 -16
  361. package/src/tasks/Task.d.ts +0 -312
  362. package/src/tasks/TaskBase.d.ts +0 -123
  363. package/src/tasks/TaskServiceBase.d.ts +0 -16
  364. package/src/tasks/TasksTable.d.ts +0 -21
  365. package/src/tasks/sort/Sort.d.ts +0 -4
  366. package/src/tasks/sort/SortCollection.d.ts +0 -11
  367. package/src/util/ConstUtils.d.ts +0 -3
  368. package/src/util/FlowMonitorQueue.d.ts +0 -70
  369. package/src/util/HeapSort.d.ts +0 -6
  370. package/src/util/IMirrorXML.d.ts +0 -6
  371. package/src/util/IServerConfig.d.ts +0 -11
  372. package/src/util/MgBlockingQueue.d.ts +0 -5
  373. package/src/util/MgPriorityBlockingQueue.d.ts +0 -17
  374. package/src/util/MgPriorityQueue.d.ts +0 -13
  375. package/src/util/ParamParseResult.d.ts +0 -6
  376. package/src/util/PrmMap.d.ts +0 -28
  377. package/src/util/ReturnResult.d.ts +0 -18
  378. package/src/util/ReturnResultBase.d.ts +0 -11
  379. package/src/util/Scrambler.d.ts +0 -10
  380. package/src/util/UniqueIDUtils.d.ts +0 -4
  381. package/src/util/cookie.service.d.ts +0 -8
@@ -1,93 +0,0 @@
1
- import { MgControlBase, MgFormBase } from '@magic-xpa/gui';
2
- import { MgControlType } from '@magic-xpa/utils';
3
- import { MgControl } from './MgControl';
4
- import { Record } from '../data/Record';
5
- import { TaskBase } from '../tasks/TaskBase';
6
- import { CreatedFormVector } from './CreatedFormVector';
7
- export declare class MgForm extends MgFormBase {
8
- private static TIME_LIMIT;
9
- IsMovingInView: boolean;
10
- PrevDisplayLine: number;
11
- RefreshAllRows: boolean;
12
- IgnoreFirstRecordCycle: boolean;
13
- MovedToFirstControl: boolean;
14
- private _suffixDone;
15
- private hiddenControlsIsnsList;
16
- static _createdForms: CreatedFormVector;
17
- private _transferringDataToGUI;
18
- private isFetchingRecordsAhead;
19
- constructor();
20
- static get CreatedForms(): CreatedFormVector;
21
- get InRestore(): boolean;
22
- get TransferringDataToGUI(): boolean;
23
- get shouldFetchRecordsAheadFromServer(): boolean;
24
- FetchRecordsAheadFromServer(): Promise<void>;
25
- private GetDataview;
26
- moveInView(unit: string, direction: string): Promise<void>;
27
- addRec(doSuffix: boolean, isCrelineAbove: boolean): Promise<void>;
28
- delCurrRec(): Promise<void>;
29
- cancelEdit(isActCancel: boolean, isQuitEvent: boolean): Promise<void>;
30
- refreshOnExpressions(): Promise<void>;
31
- removeRefsToCtrls(): void;
32
- getCtrlByCtrlName(ctrlName: string): MgControl;
33
- getSubFormCtrlByName(ctrlName: string): MgControl;
34
- setSuffixDone(): void;
35
- getDestinationRow(): number;
36
- setSubFormCtrl(subFormCtrl: MgControl): void;
37
- getSubFormCtrlForTask(taskId: string): MgControl;
38
- removeRecordsAfterIdx(idx: number): void;
39
- isRowValidated(idx: number): boolean;
40
- transferDataToGui(): Promise<void>;
41
- private checkAndCreateRowsEvent;
42
- setRowData(desiredTopIndex: number, sendAll: boolean): Promise<void>;
43
- private refreshRows;
44
- getVisibleLine(): number;
45
- bringRecordToPage(): Promise<void>;
46
- invalidateTable(): void;
47
- getPrevLine(line: number): number;
48
- clearTableColumnSortMark(clearSortMark: boolean): void;
49
- stopRowEditing(idx: number): Promise<void>;
50
- startRowEditing(idx: number): Promise<void>;
51
- getIsRowEditingFromGui(displayIndex: number): boolean;
52
- RefreshDisplay(refreshType: string): Promise<boolean>;
53
- RefreshUI(): void;
54
- private refreshTable;
55
- updateDisplayLineByDV(): void;
56
- setCurrRowByDisplayLine(displayLine: number, doSuffix: boolean, ignoreCurrRec: boolean): Promise<void>;
57
- private setCurrRowByRecIdx;
58
- getLastValidRow(): number;
59
- recordIdx2DisplayLine(recIdx: number): number;
60
- displayLine2RecordIdx(displayLine: number): number;
61
- restoreOldDisplayLine(displayLine: number): Promise<void>;
62
- getTopIndexFromGUI(): number;
63
- getCurrRecPosInForm(): number;
64
- restoreBackup(oldDisplayLine: number, bkpRecord: Record): Promise<void>;
65
- ConstructMgControl(): MgControlBase;
66
- ConstructMgControl(type: MgControlType, task: TaskBase, parentControl: number): MgControlBase;
67
- ConstructMgControl(type: MgControlType, parentMgForm: MgFormBase, parentControlIdx: number): MgControlBase;
68
- private ConstructMgControl_0;
69
- private ConstructMgControl_1;
70
- private ConstructMgControl_2;
71
- alreadyMovedToFirstControl(): boolean;
72
- firstTableRefresh(): Promise<void>;
73
- InsertTableItems(idx: number, count: number): void;
74
- setTableItemsCount(removeAll: boolean): void;
75
- InitTableControl(): void;
76
- InitTableControl(dvSize: number, tableItemsCount: number, removeAll: boolean): void;
77
- private InitTableControl_00;
78
- private InitTableControl_01;
79
- SetTableTopIndex(): void;
80
- createForm(): Promise<void>;
81
- UpdateStatusBar(): void;
82
- initInnerObjects(foundTagName: string): boolean;
83
- toString(): string;
84
- GetHiddenControlListXML(): string;
85
- ShouldBehaveAsModal(): boolean;
86
- isTableWithPagination(): boolean;
87
- isTableWithAbsoluteScrollbar(): boolean;
88
- private SetRecordsBeforeCurrentView;
89
- buildFormName(): string;
90
- private fetchPrevChunkForCurrentPage;
91
- getGuiRowidx(dvRowIdx: number): number;
92
- getDvRowIdx(guiRowIdx: number): number;
93
- }
@@ -1,25 +0,0 @@
1
- import { RefParam } from "@magic-xpa/mscorelib";
2
- import { HttpClient } from "@angular/common/http";
3
- import { ICommunicationsFailureHandler } from "./client/ICommunicationsFailureHandler";
4
- export declare class HttpManager {
5
- private static _instance;
6
- static readonly DEFAULT_HTTP_COMMUNICATION_TIMEOUT: number;
7
- static readonly DEFAULT_OFFLINE_HTTP_COMMUNICATION_TIMEOUT: number;
8
- private _httpCommunicationTimeoutMS;
9
- private _httpClientAsync;
10
- private getHttpClient;
11
- set HttpCommunicationTimeoutMS(value: number);
12
- private static _nativeHttpClient;
13
- static setNativeHttpClient(httpClient: HttpClient): void;
14
- static GetInstance(): HttpManager;
15
- private _isAbortingMagicEngine;
16
- get IsAbortingMagicEngine(): boolean;
17
- set IsAbortingMagicEngine(isAbortingMagicEngine: boolean);
18
- private constructor();
19
- private RegisterBasicDelegates;
20
- GetHttpCommunicationTimeoutMS(): number;
21
- SetCommunicationsFailureHandler(handler: ICommunicationsFailureHandler): void;
22
- GetContent(requestedURL: string, requestContent: string, useCache: boolean, isError: RefParam<boolean>): Promise<string>;
23
- private static CheckAndGetErrorResponse;
24
- private static LogAccessToServer;
25
- }
@@ -1,16 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse } from "@angular/common/http";
2
- import { RefParam } from "@magic-xpa/mscorelib";
3
- import { HttpClientBase, RequestMethod } from "./HttpClientBase";
4
- import { ICommunicationsFailureHandler } from "./ICommunicationsFailureHandler";
5
- export declare class HttpClientAsync extends HttpClientBase {
6
- private httpClient;
7
- constructor(httpClient: HttpClient);
8
- prepareRequest(): void;
9
- addHeaders(urlString: string, useCache: boolean, httpHeaders: HttpHeaders, clientID: string): HttpHeaders;
10
- sendRequestToServer(httpMethod: RequestMethod, urlString: string, httpHeaders: HttpHeaders, requestContent: string, contentFromServer: RefParam<string>): Promise<any>;
11
- logResponse(httpResponse: HttpResponse<string>, clientID: string, urlString: string, contentFromServer: RefParam<any>, timeBeforeRequest: number): void;
12
- handleHttpErrorException(ex: any, urlString: string): void;
13
- shouldRetry(httpCommunicationTimeoutMS: number, urlString: string, communicationsFailureHandler: ICommunicationsFailureHandler, ex: any, startTimeRef: RefParam<number>): Promise<boolean>;
14
- logAndThrowException(ex: any): void;
15
- logExecutionAttempts(executionAttempts: number): void;
16
- }
@@ -1,30 +0,0 @@
1
- import { RefParam } from "@magic-xpa/mscorelib";
2
- import { ICommunicationsFailureHandler } from "./ICommunicationsFailureHandler";
3
- import { HttpHeaders, HttpResponse } from "@angular/common/http";
4
- export declare enum RequestMethod {
5
- Get = 0,
6
- Post = 1,
7
- Put = 2,
8
- Delete = 3,
9
- Options = 4,
10
- Head = 5,
11
- Patch = 6
12
- }
13
- export declare abstract class HttpClientBase {
14
- private _HTTPMaxURLLength;
15
- CommunicationsFailureHandler: ICommunicationsFailureHandler;
16
- constructor();
17
- private DecideOnRequestMethod;
18
- GetContent(requestURL: string, requestContent: any, useCache: boolean): Promise<string>;
19
- private ExecuteHttpRequest;
20
- private LogRequestInfo;
21
- private static HeadersToString;
22
- abstract prepareRequest(): any;
23
- abstract addHeaders(urlString: string, useCache: boolean, httpHeaders: HttpHeaders, clientID: string): HttpHeaders;
24
- sendRequestToServer(httpMethod: RequestMethod, urlString: string, httpHeaders: HttpHeaders, requestContent: string, contentFromServer: RefParam<string>): Promise<any>;
25
- abstract logResponse(httpResponse: HttpResponse<string>, clientID: string, urlString: string, contentFromServer: RefParam<any>, timeBeforeRequest: number): any;
26
- abstract handleHttpErrorException(ex: any, urlString: string): any;
27
- shouldRetry(httpCommunicationTimeoutMS: number, urlString: string, communicationsFailureHandler: ICommunicationsFailureHandler, ex: any, startTimeRef: RefParam<number>): Promise<boolean>;
28
- abstract logAndThrowException(ex: any): any;
29
- abstract logExecutionAttempts(executionAttempts: number): any;
30
- }
@@ -1,18 +0,0 @@
1
- export declare class HttpClientEvents {
2
- static GetHttpCommunicationTimeout_Event: () => number;
3
- static GetExecutionProperty_Event: (propertyName: string) => string;
4
- static GetGlobalUniqueSessionID_Event: () => string;
5
- static ShouldDisplayGenericError_Event: () => boolean;
6
- static GetRuntimeCtxID_Event: () => string;
7
- static GetSessionCounter_Event: () => number;
8
- static CheckAndSetSessionCounter_Event: (value: number) => void;
9
- static ComputeAndLogRequestInfo_Event: (contentLength: number, roundTrip: number, isLoggingResponse: boolean) => void;
10
- static GetHttpCommunicationTimeout(): number;
11
- static GetExecutionProperty(propertyName: string): string;
12
- static GetGlobalUniqueSessionID(): string;
13
- static ShouldDisplayGenericError(): boolean;
14
- static GetRuntimeCtxID(): string;
15
- static GetSessionCounter(): number;
16
- static CheckAndSetSessionCounter(value: number): void;
17
- static ComputeAndLogRequestInfo(contentLength: number, roundTrip: number, isLoggingResponse: boolean): void;
18
- }
@@ -1,17 +0,0 @@
1
- import { HttpHeaders, HttpResponse } from "@angular/common/http";
2
- import { RefParam } from "@magic-xpa/mscorelib";
3
- import { HttpClientBase, RequestMethod } from "./HttpClientBase";
4
- import { ICommunicationsFailureHandler } from "./ICommunicationsFailureHandler";
5
- export declare class HttpClientSync extends HttpClientBase {
6
- private httpRequest;
7
- private headers;
8
- constructor();
9
- prepareRequest(): void;
10
- addHeaders(urlString: string, useCache: boolean, httpHeaders: HttpHeaders, clientID: string): HttpHeaders;
11
- sendRequestToServer(httpMethod: RequestMethod, urlString: string, httpHeaders: HttpHeaders, requestContent: string, contentFromServer: RefParam<string>): Promise<any>;
12
- logResponse(httpResponse: HttpResponse<string>, clientID: string, urlString: string, contentFromServer: RefParam<any>, timeBeforeRequest: number): void;
13
- handleHttpErrorException(ex: any, urlString: string): void;
14
- shouldRetry(httpCommunicationTimeoutMS: number, urlString: string, communicationsFailureHandler: ICommunicationsFailureHandler, ex: any, startTimeRef: RefParam<number>): Promise<boolean>;
15
- logAndThrowException(ex: any): void;
16
- logExecutionAttempts(executionAttempts: number): void;
17
- }
@@ -1,10 +0,0 @@
1
- import { Encoding } from "@magic-xpa/mscorelib";
2
- export declare class HttpUtility {
3
- static EncodingEnabled: boolean;
4
- private static ASCIIGetString;
5
- private static IntToHexCharCode;
6
- private static IsSafe;
7
- static UrlEncode(str: string, e: Encoding): string;
8
- private static UrlEncodeToBytes;
9
- private static UrlEncodeBytesToBytesInternal;
10
- }
@@ -1,5 +0,0 @@
1
- export interface ICommunicationsFailureHandler {
2
- ShouldRetryLastRequest: boolean;
3
- ShowCommunicationErrors: boolean;
4
- CommunicationFailed(url: string, failureException: Error): void;
5
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { AddUserLocateDataViewCommand } from "../commands/ClientToServer/AddUserLocateDataViewCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class AddUserLocateRemoteDataViewCommand extends RemoteDataViewCommandBase {
5
- private userRange;
6
- constructor(command: AddUserLocateDataViewCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { AddUserRangeDataviewCommand } from "../commands/ClientToServer/AddUserRangeDataviewCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class AddUserRangeRemoteDataViewCommand extends RemoteDataViewCommandBase {
5
- private userRange;
6
- constructor(command: AddUserRangeDataviewCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { AddUserSortDataViewCommand } from "../commands/ClientToServer/AddUserSortDataViewCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class AddUserSortRemoteDataViewCommand extends RemoteDataViewCommandBase {
5
- private sort;
6
- constructor(command: AddUserSortDataViewCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,51 +0,0 @@
1
- import { Logger_LogLevels } from "@magic-xpa/utils";
2
- import { CommandsProcessorBase, CommandsProcessorBase_SendingInstruction, CommandsProcessorBase_SessionStage } from "../CommandsProcessorBase";
3
- import { IResultValue } from "../rt/IResultValue";
4
- import { OpeningTaskDetails } from "../tasks/TaskBase";
5
- export declare class RemoteCommandsProcessor extends CommandsProcessorBase {
6
- static readonly RC_NO_CONTEXT_ID: string;
7
- private static _instance;
8
- static IsSessionReInitializing: boolean;
9
- private static lastExceptionMessage;
10
- private static InitialUrl;
11
- private static readonly WEB_COMMUNICATION_PROTOCOL_VERSION;
12
- private _lastRequestTime;
13
- ServerUrl: string;
14
- private static _shouldScrambleAndUnscrambleMessages;
15
- SessionId: string;
16
- DelayCommandExecution: boolean;
17
- private _requestInfo;
18
- static GetInstance(): RemoteCommandsProcessor;
19
- private constructor();
20
- CheckAndSetSessionCounter(newSessionCounter: number): void;
21
- ClearSessionCounter(): void;
22
- private SetSessionCounter;
23
- get GetLastRequestTime(): number;
24
- ReStartSession(): Promise<void>;
25
- StoreSessionReInitializingDataOnLocalStorage(): Promise<void>;
26
- RestoreSessionReInitializingDataFromLocalStorage(key: string): string;
27
- StartSession(): Promise<boolean>;
28
- private PrepareAuthenticationUrl;
29
- private ExecuteInitialRequest;
30
- private GetTaskTree;
31
- private UpdateRequestInfo;
32
- private BuildXMLForMainProgramDataView;
33
- Execute_1(sendingInstruction: CommandsProcessorBase_SendingInstruction, sessionStage: CommandsProcessorBase_SessionStage, res: IResultValue): Promise<void>;
34
- private DispatchRequest;
35
- clearLocalStorage(): void;
36
- private HandleErrorResponse;
37
- private ExecuteRequest;
38
- GetContent(requestedURL: string, useCache: boolean, requestContent?: string): Promise<string>;
39
- ClientActivated(): void;
40
- private BuildUrlSuffix;
41
- SendMonitorOnly(): Promise<void>;
42
- private BuildMonitorMessage;
43
- RegisterDelegates(): void;
44
- ComputeAndLogRequestInfo(contentLength: number, roundTrip: number, isLoggingResponse: boolean): void;
45
- static set ShouldScrambleAndUnscrambleMessages(value: boolean);
46
- static get ShouldScrambleAndUnscrambleMessages(): boolean;
47
- parseLogLevel(strLogLevel: string): Logger_LogLevels;
48
- PrepareRequest(serializeTasks: boolean): Promise<string>;
49
- ProcessResponse(response: string, currMgdID: number, openingTaskDetails: OpeningTaskDetails, res: IResultValue): Promise<void>;
50
- ProcessRecovery(): Promise<void>;
51
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ControlItemsRefreshCommand } from "../commands/ClientToServer/ControlItemsRefreshCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class RemoteControlItemsRefreshCommand extends RemoteDataViewCommandBase {
5
- private control;
6
- constructor(command: ControlItemsRefreshCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,10 +0,0 @@
1
- import { DataViewCommandBase } from '../commands/DataViewCommandBase';
2
- import { ClientOriginatedCommand } from '../commands/ClientToServer/ClientOriginatedCommand';
3
- import { ReturnResultBase } from '../util/ReturnResultBase';
4
- import { Task } from '../tasks/Task';
5
- export declare class RemoteDataViewCommandBase extends DataViewCommandBase {
6
- Command: ClientOriginatedCommand;
7
- protected Task: Task;
8
- constructor(command: ClientOriginatedCommand);
9
- Execute(): Promise<ReturnResultBase>;
10
- }
@@ -1,6 +0,0 @@
1
- import { ClientOriginatedCommand } from "../commands/ClientToServer/ClientOriginatedCommand";
2
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
3
- export declare class RemoteDataViewCommandFactory {
4
- CreateDataViewCommand(command: ClientOriginatedCommand): RemoteDataViewCommandBase;
5
- constructor();
6
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ExecOperCommand } from "../commands/ClientToServer/ExecOperCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class RemoteDataViewCommandUpdateNonModifiable extends RemoteDataViewCommandBase {
5
- private get execOperCommand();
6
- constructor(command: ExecOperCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,9 +0,0 @@
1
- import { DataviewManagerBase } from "../data/DataviewManagerBase";
2
- import { Task } from "../tasks/Task";
3
- import { IClientCommand } from "../commands/IClientCommand";
4
- import { ReturnResult } from "../util/ReturnResult";
5
- export declare class RemoteDataviewManager extends DataviewManagerBase {
6
- private _remoteDataViewCommandFactory;
7
- constructor(task: Task);
8
- Execute(command: IClientCommand): Promise<ReturnResult>;
9
- }
@@ -1,7 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ClientOriginatedCommand } from "../commands/ClientToServer/ClientOriginatedCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class DummyDataViewCommand extends RemoteDataViewCommandBase {
5
- constructor(command: ClientOriginatedCommand);
6
- Execute(): Promise<ReturnResultBase>;
7
- }
@@ -1,7 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ClientOriginatedCommand } from "../commands/ClientToServer/ClientOriginatedCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class ResetUserLocateRemoteDataviewCommand extends RemoteDataViewCommandBase {
5
- constructor(command: ClientOriginatedCommand);
6
- Execute(): Promise<ReturnResultBase>;
7
- }
@@ -1,7 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ClientOriginatedCommand } from "../commands/ClientToServer/ClientOriginatedCommand";
3
- import { ReturnResultBase } from "../util/ReturnResultBase";
4
- export declare class ResetUserRangeRemoteDataviewCommand extends RemoteDataViewCommandBase {
5
- constructor(command: ClientOriginatedCommand);
6
- Execute(): Promise<ReturnResultBase>;
7
- }
@@ -1,7 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ReturnResultBase } from "../util/ReturnResultBase";
3
- import { ClientOriginatedCommand } from "../commands/ClientToServer/ClientOriginatedCommand";
4
- export declare class ResetUserSortRemoteDataviewCommand extends RemoteDataViewCommandBase {
5
- constructor(command: ClientOriginatedCommand);
6
- Execute(): Promise<ReturnResultBase>;
7
- }
@@ -1,16 +0,0 @@
1
- import { ApplicationException, Exception } from "@magic-xpa/mscorelib";
2
- export declare class ServerError extends ApplicationException {
3
- static INF_NO_RESULT: number;
4
- static ERR_CTX_NOT_FOUND: number;
5
- static ERR_AUTHENTICATION: number;
6
- static ERR_ACCESS_DENIED: number;
7
- static ERR_WEBCLIENT_PROGRAM_RELOADED: number;
8
- static ERR_EXECUTED_PROGRAM_CHANGED: number;
9
- static ERR_THREAD_ABORTED: number;
10
- private _code;
11
- constructor(msg: string);
12
- constructor(msg: string, code: number);
13
- constructor(msg: string, innerException: Exception);
14
- GetCode(): number;
15
- GetMessage(): string;
16
- }
@@ -1,8 +0,0 @@
1
- import { RemoteDataViewCommandBase } from "./RemoteDataViewCommandBase";
2
- import { ReturnResultBase } from "../util/ReturnResultBase";
3
- import { SetTransactionStateDataviewCommand } from "../commands/ClientToServer/SetTransactionStateDataviewCommand";
4
- export declare class SetTransactionStateRemoteDataViewCommand extends RemoteDataViewCommandBase {
5
- private get dataviewCommand();
6
- constructor(command: SetTransactionStateDataviewCommand);
7
- Execute(): Promise<ReturnResultBase>;
8
- }
@@ -1,36 +0,0 @@
1
- import { StringBuilder } from '@magic-xpa/mscorelib';
2
- import { StorageAttribute } from '@magic-xpa/utils';
3
- import { ExpVal } from '@magic-xpa/gui';
4
- import { Expression } from '../exp/Expression';
5
- import { Task } from '../tasks/Task';
6
- import { FieldBase } from '../data/FieldBase';
7
- export declare class Argument {
8
- private _exp;
9
- private _fld;
10
- private _skip;
11
- private _type;
12
- private _val;
13
- private _valueAttr;
14
- private _valueIsNull;
15
- constructor();
16
- constructor(field: FieldBase);
17
- constructor(expVal: ExpVal);
18
- constructor(srcArg: Argument);
19
- private constructor_0;
20
- private constructor_1;
21
- private constructor_2;
22
- constructor_3(srcArg: Argument): void;
23
- Initialize(srcArg: Argument): Promise<void>;
24
- fillData(arg: String, srcTask: Task): void;
25
- buildXML(message: StringBuilder): void;
26
- getType(): string;
27
- getField(): FieldBase;
28
- protected getExp(): Expression;
29
- setValueToField(destFld: FieldBase): Promise<void>;
30
- static convertArgs(value: string, srcAttr: StorageAttribute, expectedType: StorageAttribute): string;
31
- getValue(expType: StorageAttribute, expSize: number): Promise<string>;
32
- skipArg(): boolean;
33
- fillDataByParams(paramValueAttr: StorageAttribute, paramValue: string, paramNull: boolean): void;
34
- private static getEmptyValue;
35
- FillFromString(argStr: string): void;
36
- }
@@ -1,24 +0,0 @@
1
- import { ExpVal } from '@magic-xpa/gui';
2
- import { StringBuilder } from '@magic-xpa/mscorelib';
3
- import { Argument } from './Argument';
4
- import { TaskBase } from '../tasks/TaskBase';
5
- import { StorageAttribute } from '@magic-xpa/utils';
6
- export declare class ArgumentsList {
7
- private _list;
8
- RefreshOnString: string;
9
- constructor();
10
- constructor(Exp_params: ExpVal[]);
11
- constructor(argument: Argument);
12
- private constructor_0;
13
- Initialize(srcArgs: ArgumentsList): Promise<void>;
14
- private constructor_2;
15
- private constructor_3;
16
- fillList(valueStr: string, srcTask: TaskBase): void;
17
- buildListFromParams(size: number, attrs: string, vals: string[], nulls: string): void;
18
- buildXML(message: StringBuilder): void;
19
- getSize(): number;
20
- getArg(idx: number): Argument;
21
- getArgValue(idx: number, expType: StorageAttribute, expSize: number): Promise<string>;
22
- FillListFromString(argsString: string): void;
23
- Add(argument: Argument): void;
24
- }
@@ -1,27 +0,0 @@
1
- import { StorageAttribute } from "@magic-xpa/utils";
2
- import { Task } from "../tasks/Task";
3
- export declare class Boundary {
4
- private _cacheTableFldId;
5
- private _max;
6
- private _min;
7
- private _retType;
8
- private _size;
9
- private _maxExpVal;
10
- private _minExpVal;
11
- DiscardMin: boolean;
12
- DiscardMax: boolean;
13
- MaxEqualsMin: boolean;
14
- constructor(task: Task, minIdx: number, maxIdx: number, returnType: StorageAttribute, size: number);
15
- constructor(task: Task, minIdx: number, maxIdx: number, returnType: StorageAttribute, size: number, cacheTableId: number);
16
- private constructor_0;
17
- private constructor_1;
18
- hasMinExp(): boolean;
19
- hasMaxExp(): boolean;
20
- getExpType(): StorageAttribute;
21
- getCacheTableFldId(): number;
22
- compute(padValueWithMinMaxCharacters: boolean): Promise<void>;
23
- checkRange(val: string, IsNull: boolean): boolean;
24
- IsMaxEqualsMin(): boolean;
25
- private WildCharExist;
26
- toString(): string;
27
- }
@@ -1,10 +0,0 @@
1
- import { XmlParser } from "@magic-xpa/utils";
2
- export declare class CompMainPrgTable {
3
- private _ctlIdxTab;
4
- fillData(parser: XmlParser): void;
5
- private initElements;
6
- private initCtlIdxTab;
7
- getCtlIdx(idx: number): number;
8
- getIndexOf(ctlIdx: number): number;
9
- getSize(): number;
10
- }
@@ -1,34 +0,0 @@
1
- import { YesNoExp } from '../exp/YesNoExp';
2
- import { Task } from '../tasks/Task';
3
- import { Dictionary, List } from '@magic-xpa/mscorelib';
4
- import { Boundary } from './Boundary';
5
- import { Field } from '../data/Field';
6
- import { LnkEval_Cond, LnkMode } from '@magic-xpa/utils';
7
- import { IRecord } from '@magic-xpa/gui';
8
- import { Record } from '../data/Record';
9
- export declare abstract class DataviewHeaderBase {
10
- _cond: YesNoExp;
11
- _task: Task;
12
- Loc: List<Boundary>;
13
- _dir: string;
14
- _id: number;
15
- _keyIdx: number;
16
- private _retVal;
17
- private returnfield;
18
- _linkEvalCondition: LnkEval_Cond;
19
- get ReturnField(): Field;
20
- Mode: LnkMode;
21
- LinkStartAfterField: number;
22
- KeyExpression: number;
23
- get IsMainSource(): boolean;
24
- get Task(): Task;
25
- get Fields(): List<Field>;
26
- get Id(): number;
27
- get LinkEvaluateCondition(): LnkEval_Cond;
28
- constructor(task: Task);
29
- SetAttributes(attributes: Dictionary<string>): void;
30
- protected setAttribute(attribute: string, valueStr: string): void;
31
- abstract SetReturnValue(ret: boolean, recompute: boolean): void;
32
- getLinkedRecord(curRec: Record): Promise<boolean>;
33
- InitLinkFields(currRec: IRecord): Promise<void>;
34
- }
@@ -1,5 +0,0 @@
1
- import { DataviewHeaderBase } from "./DataviewHeaderBase";
2
- import { Task } from "../tasks/Task";
3
- export declare class DataviewHeaderFactory {
4
- CreateDataviewHeaders(task: Task): DataviewHeaderBase;
5
- }
@@ -1,12 +0,0 @@
1
- import { XmlParser } from "@magic-xpa/utils";
2
- import { DataviewHeaderBase } from "./DataviewHeaderBase";
3
- import { Task } from "../tasks/Task";
4
- export declare class DataviewHeaders {
5
- private _dataviewHeaders;
6
- private _task;
7
- constructor(task: Task);
8
- fillData(parser: XmlParser): void;
9
- private initInnerObjects;
10
- getDataviewHeaderById(linkId: number): DataviewHeaderBase;
11
- buildDbPosString(): string;
12
- }
@@ -1,10 +0,0 @@
1
- import { Hashtable } from "@magic-xpa/mscorelib";
2
- import { DataviewHeaderBase } from "./DataviewHeaderBase";
3
- import { Task } from "../tasks/Task";
4
- export declare class DataviewHeadersSaxHandler {
5
- private _dataviewHeaders;
6
- private _task;
7
- private _dataviewHeadersFactory;
8
- constructor(task: Task, dataviewHeaders: Hashtable<number, DataviewHeaderBase>, xmlData: string);
9
- private FillFromJSON;
10
- }
@@ -1,22 +0,0 @@
1
- import { Stack, StringBuilder } from "@magic-xpa/mscorelib";
2
- import { ExecutionStackEntry } from "./ExecutionStackEntry";
3
- export declare class ExecutionStack {
4
- private _execStack;
5
- constructor();
6
- constructor(inExecStack: ExecutionStack);
7
- private constructor_0;
8
- private constructor_1;
9
- getStack(): Stack<ExecutionStackEntry>;
10
- push(execEntry: ExecutionStackEntry): void;
11
- push(taskId: string, handlerId: string, operIdx: number): void;
12
- private push_0;
13
- private push_1;
14
- pop(): ExecutionStackEntry;
15
- empty(): boolean;
16
- clear(): void;
17
- size(): number;
18
- Equals(execStackCmp: any): boolean;
19
- pushUpSideDown(inExecStack: ExecutionStack): void;
20
- reverse(): void;
21
- buildXML(message: StringBuilder): void;
22
- }
@@ -1,7 +0,0 @@
1
- export declare class ExecutionStackEntry {
2
- TaskId: string;
3
- HandlerId: string;
4
- OperIdx: number;
5
- constructor(intaskId: string, inhandlerId: string, inoperIdx: number);
6
- Equals(obj: any): boolean;
7
- }
@@ -1,19 +0,0 @@
1
- import { List } from "@magic-xpa/mscorelib";
2
- import { XmlParser } from "@magic-xpa/utils";
3
- import { EventHandler } from "../event/EventHandler";
4
- import { Task } from "../tasks/Task";
5
- import { MGData } from "../tasks/MGData";
6
- export declare class HandlersTable {
7
- private _handlers;
8
- constructor();
9
- fillData(taskRef: Task, parser: XmlParser): void;
10
- private initInnerObjects;
11
- add(handler: EventHandler): void;
12
- remove(idx: number): void;
13
- insertAfter(handler: EventHandler, idx: number): void;
14
- getSize(): number;
15
- getHandler(idx: number): EventHandler;
16
- hasExpressionHandler(): boolean;
17
- startTimers(mgd: MGData): void;
18
- getTimersVector(): List<number>;
19
- }