@magic-xpa/engine 4.1300.0-dev4130.6 → 4.1300.0-dev4130.65

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