@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.
- package/fesm2022/magic-xpa-engine.mjs +1 -1
- package/fesm2022/magic-xpa-engine.mjs.map +1 -1
- package/package.json +8 -8
- package/types/magic-xpa-engine.d.ts +4634 -0
- package/index.d.ts +0 -191
- package/src/AccessHelper.d.ts +0 -20
- package/src/ClientManager.d.ts +0 -37
- package/src/CommandsProcessorBase.d.ts +0 -24
- package/src/CommandsProcessorManager.d.ts +0 -7
- package/src/CommandsTable.d.ts +0 -22
- package/src/ConstInterface.d.ts +0 -523
- package/src/CurrentClientVersion.d.ts +0 -1
- package/src/FlowMonitorInterface.d.ts +0 -15
- package/src/GUIManager.d.ts +0 -17
- package/src/GlobalCommandsManager.d.ts +0 -17
- package/src/GuiEventsProcessor.d.ts +0 -24
- package/src/ICommandsTable.d.ts +0 -9
- package/src/ServerConfig.d.ts +0 -35
- package/src/bridge/IGuiEvent.d.ts +0 -19
- package/src/bridge/MagicBridge.d.ts +0 -18
- package/src/commands/ClientOriginatedCommandTaskTag.d.ts +0 -8
- package/src/commands/ClientToServer/AddUserLocateDataViewCommand.d.ts +0 -4
- package/src/commands/ClientToServer/AddUserRangeDataviewCommand.d.ts +0 -6
- package/src/commands/ClientToServer/AddUserSortDataViewCommand.d.ts +0 -6
- package/src/commands/ClientToServer/BrowserEscEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/CachedFileQueryCommand.d.ts +0 -9
- package/src/commands/ClientToServer/ClientOriginatedCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ClientOriginatedCommandSerializer.d.ts +0 -6
- package/src/commands/ClientToServer/ColumnSortEventCommand.d.ts +0 -11
- package/src/commands/ClientToServer/CommandFactory.d.ts +0 -66
- package/src/commands/ClientToServer/CommandSerializationHelper.d.ts +0 -20
- package/src/commands/ClientToServer/ComputeEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/ContextTerminationEventCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +0 -8
- package/src/commands/ClientToServer/ControlItemsRefreshCommand.d.ts +0 -7
- package/src/commands/ClientToServer/DataViewOutputCommand.d.ts +0 -9
- package/src/commands/ClientToServer/DataviewCommand.d.ts +0 -32
- package/src/commands/ClientToServer/EvaluateCommand.d.ts +0 -16
- package/src/commands/ClientToServer/EventCommand.d.ts +0 -16
- package/src/commands/ClientToServer/ExecOperCommand.d.ts +0 -24
- package/src/commands/ClientToServer/FetchDataControlValuesEventCommand.d.ts +0 -10
- package/src/commands/ClientToServer/GlobalParamsQueryCommand.d.ts +0 -5
- package/src/commands/ClientToServer/ICommandTaskTag.d.ts +0 -3
- package/src/commands/ClientToServer/IndexChangeEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/IniputForceWriteCommand.d.ts +0 -11
- package/src/commands/ClientToServer/NonReversibleExitEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/QueryCommand.d.ts +0 -8
- package/src/commands/ClientToServer/RecomputeCommand.d.ts +0 -12
- package/src/commands/ClientToServer/RefreshEventCommand.d.ts +0 -13
- package/src/commands/ClientToServer/RefreshScreenEventCommand.d.ts +0 -11
- package/src/commands/ClientToServer/RollbackEventCommand.d.ts +0 -15
- package/src/commands/ClientToServer/SelectProgramCommand.d.ts +0 -7
- package/src/commands/ClientToServer/SetTransactionStateDataviewCommand.d.ts +0 -5
- package/src/commands/ClientToServer/SubformOpenEventCommand.d.ts +0 -9
- package/src/commands/ClientToServer/SubformRefreshEventCommand.d.ts +0 -10
- package/src/commands/ClientToServer/TransactionCommand.d.ts +0 -14
- package/src/commands/ClientToServer/UnloadCommand.d.ts +0 -8
- package/src/commands/ClientToServer/WriteMessageToServerLogCommand.d.ts +0 -6
- package/src/commands/DataViewCommandBase.d.ts +0 -6
- package/src/commands/IClientCommand.d.ts +0 -2
- package/src/commands/IClientTargetedCommand.d.ts +0 -12
- package/src/commands/IClientToServerCommandInfo.d.ts +0 -4
- package/src/commands/ServerToClient/AbortCommand.d.ts +0 -11
- package/src/commands/ServerToClient/AddLocateCommand.d.ts +0 -6
- package/src/commands/ServerToClient/AddRangeCommand.d.ts +0 -10
- package/src/commands/ServerToClient/AddSortCommand.d.ts +0 -9
- package/src/commands/ServerToClient/ClientRefreshCommand.d.ts +0 -7
- package/src/commands/ServerToClient/ClientTargetedCommandBase.d.ts +0 -12
- package/src/commands/ServerToClient/EnhancedVerifyCommand.d.ts +0 -13
- package/src/commands/ServerToClient/OpenURLCommand.d.ts +0 -21
- package/src/commands/ServerToClient/ResetLocateCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResetRangeCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResetSortCommand.d.ts +0 -6
- package/src/commands/ServerToClient/ResultCommand.d.ts +0 -10
- package/src/commands/ServerToClient/VerifyCommand.d.ts +0 -17
- package/src/commands/ServerToClient/XMLBasedCommandBuilder.d.ts +0 -11
- package/src/communications/IConnectionStateManager.d.ts +0 -4
- package/src/communications/InteractiveCommunicationsFailureHandler.d.ts +0 -6
- package/src/data/DataSourceIdKey.d.ts +0 -2
- package/src/data/DataView.d.ts +0 -162
- package/src/data/DataViewBase.d.ts +0 -12
- package/src/data/DataviewManager.d.ts +0 -14
- package/src/data/DataviewManagerBase.d.ts +0 -11
- package/src/data/DvCache.d.ts +0 -15
- package/src/data/Field.d.ts +0 -103
- package/src/data/FieldBase.d.ts +0 -23
- package/src/data/FieldsTable.d.ts +0 -27
- package/src/data/IRecordsTable.d.ts +0 -7
- package/src/data/Key.d.ts +0 -15
- package/src/data/Record.d.ts +0 -157
- package/src/data/RecordOutOfDataViewException.d.ts +0 -10
- package/src/data/RecordsTable.d.ts +0 -38
- package/src/data/TaskTransactionManager.d.ts +0 -17
- package/src/data/XMLBasedDcValuesBuilder.d.ts +0 -11
- package/src/enums.d.ts +0 -21
- package/src/env/EnvVariablesTable.d.ts +0 -17
- package/src/env/Environment.d.ts +0 -118
- package/src/env/ILanguageData.d.ts +0 -3
- package/src/env/LanguageData.d.ts +0 -20
- package/src/env/MirrorString.d.ts +0 -15
- package/src/event/ActionManager.d.ts +0 -14
- package/src/event/Event.d.ts +0 -79
- package/src/event/EventHandler.d.ts +0 -71
- package/src/event/EventHandlerPosition.d.ts +0 -25
- package/src/event/EventsManager.d.ts +0 -209
- package/src/event/IEventsManager.d.ts +0 -77
- package/src/event/RunTimeEvent.d.ts +0 -126
- package/src/event/RunTimeEventBase.d.ts +0 -5
- package/src/event/UserEventsTable.d.ts +0 -11
- package/src/exp/ExpTable.d.ts +0 -11
- package/src/exp/Expression.d.ts +0 -37
- package/src/exp/ExpressionDict.d.ts +0 -12
- package/src/exp/ExpressionEvaluator.d.ts +0 -203
- package/src/exp/ExpressionLocalJpn.d.ts +0 -18
- package/src/exp/GlobalParamsTable.d.ts +0 -19
- package/src/exp/YesNoExp.d.ts +0 -9
- package/src/gui/CreatedFormVector.d.ts +0 -10
- package/src/gui/FormsTable.d.ts +0 -15
- package/src/gui/MgControl.d.ts +0 -60
- package/src/gui/MgForm.d.ts +0 -96
- package/src/http/HttpManager.d.ts +0 -26
- package/src/http/client/HttpClientAsync.d.ts +0 -16
- package/src/http/client/HttpClientBase.d.ts +0 -30
- package/src/http/client/HttpClientEvents.d.ts +0 -18
- package/src/http/client/HttpClientSync.d.ts +0 -17
- package/src/http/client/HttpUtility.d.ts +0 -10
- package/src/http/client/ICommunicationsFailureHandler.d.ts +0 -5
- package/src/remote/AddUserLocateRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/AddUserRangeRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/AddUserSortRemoteDataViewCommand.d.ts +0 -8
- package/src/remote/RemoteCommandsProcessor.d.ts +0 -58
- package/src/remote/RemoteControlItemsRefreshCommand.d.ts +0 -9
- package/src/remote/RemoteDataViewCommandBase.d.ts +0 -10
- package/src/remote/RemoteDataViewCommandFactory.d.ts +0 -6
- package/src/remote/RemoteDataViewCommandUpdateNonModifiable.d.ts +0 -8
- package/src/remote/RemoteDataviewManager.d.ts +0 -9
- package/src/remote/RemoteInitDataViewCommand.d.ts +0 -7
- package/src/remote/ResetUserLocateRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ResetUserRangeRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ResetUserSortRemoteDataviewCommand.d.ts +0 -7
- package/src/remote/ServerError.d.ts +0 -16
- package/src/remote/SetTransactionStateRemoteDataViewCommand.d.ts +0 -8
- package/src/rt/Argument.d.ts +0 -36
- package/src/rt/ArgumentsList.d.ts +0 -24
- package/src/rt/Boundary.d.ts +0 -27
- package/src/rt/CompMainPrgTable.d.ts +0 -10
- package/src/rt/DataviewHeaderBase.d.ts +0 -34
- package/src/rt/DataviewHeaderFactory.d.ts +0 -5
- package/src/rt/DataviewHeaders.d.ts +0 -12
- package/src/rt/DataviewHeadersSaxHandler.d.ts +0 -10
- package/src/rt/ExecutionStack.d.ts +0 -22
- package/src/rt/ExecutionStackEntry.d.ts +0 -7
- package/src/rt/HandlersTable.d.ts +0 -19
- package/src/rt/IDataSourceViewDefinition.d.ts +0 -6
- package/src/rt/IDataviewHeader.d.ts +0 -10
- package/src/rt/IResultValue.d.ts +0 -4
- package/src/rt/LastFocusedManager.d.ts +0 -23
- package/src/rt/Operation.d.ts +0 -99
- package/src/rt/OperationTable.d.ts +0 -15
- package/src/rt/Recompute.d.ts +0 -41
- package/src/rt/RecomputeTable.d.ts +0 -9
- package/src/rt/RemoteDataviewHeader.d.ts +0 -14
- package/src/rt/ResultValue.d.ts +0 -7
- package/src/rt/TableCache.d.ts +0 -29
- package/src/rt/TableCacheManager.d.ts +0 -10
- package/src/rt/Transaction.d.ts +0 -23
- package/src/security/UserDetails.d.ts +0 -16
- package/src/tasks/IMGDataCollection.d.ts +0 -26
- package/src/tasks/MGData.d.ts +0 -63
- package/src/tasks/MGDataCollection.d.ts +0 -42
- package/src/tasks/RCTimer.d.ts +0 -13
- package/src/tasks/RemoteTaskService.d.ts +0 -16
- package/src/tasks/Task.d.ts +0 -313
- package/src/tasks/TaskBase.d.ts +0 -123
- package/src/tasks/TaskServiceBase.d.ts +0 -16
- package/src/tasks/TasksTable.d.ts +0 -21
- package/src/tasks/sort/Sort.d.ts +0 -4
- package/src/tasks/sort/SortCollection.d.ts +0 -11
- package/src/util/ConstUtils.d.ts +0 -3
- package/src/util/FlowMonitorQueue.d.ts +0 -70
- package/src/util/HeapSort.d.ts +0 -6
- package/src/util/IMirrorXML.d.ts +0 -6
- package/src/util/IServerConfig.d.ts +0 -11
- package/src/util/MgBlockingQueue.d.ts +0 -5
- package/src/util/MgPriorityBlockingQueue.d.ts +0 -17
- package/src/util/MgPriorityQueue.d.ts +0 -13
- package/src/util/ParamParseResult.d.ts +0 -6
- package/src/util/PrmMap.d.ts +0 -28
- package/src/util/ReturnResult.d.ts +0 -18
- package/src/util/ReturnResultBase.d.ts +0 -11
- package/src/util/Scrambler.d.ts +0 -10
- package/src/util/UniqueIDUtils.d.ts +0 -4
- package/src/util/cookie.service.d.ts +0 -8
|
@@ -39642,7 +39642,7 @@ class CommandsTable {
|
|
|
39642
39642
|
}
|
|
39643
39643
|
}
|
|
39644
39644
|
|
|
39645
|
-
let CurrentClientVersion = '4.1300.0-dev4130.
|
|
39645
|
+
let CurrentClientVersion = '4.1300.0-dev4130.65';
|
|
39646
39646
|
|
|
39647
39647
|
// @dynamic
|
|
39648
39648
|
class ClientManager {
|