@magic-xpa/engine 4.801.0-dev481.310 → 4.801.0-dev481.313
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/esm2020/index.mjs +1 -3
- package/esm2020/src/ClientManager.mjs +3 -39
- package/esm2020/src/ConstInterface.mjs +2 -216
- package/esm2020/src/CurrentClientVersion.mjs +2 -2
- package/esm2020/src/FlowMonitorInterface.mjs +1 -23
- package/esm2020/src/commands/ClientToServer/CommandFactory.mjs +2 -28
- package/esm2020/src/data/DataView.mjs +1 -23
- package/esm2020/src/data/FieldsTable.mjs +1 -9
- package/esm2020/src/data/RecordOutOfDataViewException.mjs +1 -9
- package/esm2020/src/env/Environment.mjs +2 -71
- package/esm2020/src/event/EventHandler.mjs +1 -12
- package/esm2020/src/event/EventsManager.mjs +2 -2
- package/esm2020/src/event/RunTimeEvent.mjs +1 -15
- package/esm2020/src/event/UserEventsTable.mjs +1 -4
- package/esm2020/src/exp/YesNoExp.mjs +1 -6
- package/esm2020/src/remote/RemoteCommandsProcessor.mjs +1 -4
- package/esm2020/src/remote/ServerError.mjs +1 -5
- package/esm2020/src/rt/Argument.mjs +2 -11
- package/esm2020/src/rt/Boundary.mjs +1 -7
- package/esm2020/src/rt/DataviewHeaders.mjs +1 -4
- package/esm2020/src/rt/HandlersTable.mjs +1 -4
- package/esm2020/src/rt/Transaction.mjs +1 -2
- package/esm2020/src/tasks/MGDataCollection.mjs +1 -8
- package/esm2020/src/tasks/sort/SortCollection.mjs +1 -6
- package/fesm2015/magic-xpa-engine.mjs +38 -522
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +38 -522
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/index.d.ts +0 -2
- package/package.json +4 -4
- package/src/ClientManager.d.ts +0 -10
- package/src/ConstInterface.d.ts +1 -214
- package/src/FlowMonitorInterface.d.ts +0 -22
- package/src/commands/ClientToServer/CommandFactory.d.ts +0 -7
- package/src/data/DataView.d.ts +0 -5
- package/src/data/FieldsTable.d.ts +0 -1
- package/src/data/RecordOutOfDataViewException.d.ts +0 -3
- package/src/env/Environment.d.ts +0 -27
- package/src/event/EventHandler.d.ts +0 -4
- package/src/event/RunTimeEvent.d.ts +0 -8
- package/src/event/UserEventsTable.d.ts +0 -1
- package/src/exp/YesNoExp.d.ts +0 -1
- package/src/remote/ServerError.d.ts +0 -4
- package/src/rt/Argument.d.ts +0 -1
- package/src/rt/Boundary.d.ts +0 -3
- package/src/rt/DataviewHeaders.d.ts +0 -1
- package/src/rt/HandlersTable.d.ts +0 -1
- package/src/rt/Transaction.d.ts +0 -1
- package/src/tasks/MGDataCollection.d.ts +0 -1
- package/src/tasks/sort/SortCollection.d.ts +0 -1
- package/esm2020/src/tasks/MenusDeserializer.mjs +0 -3
- package/esm2020/src/util/Process.mjs +0 -7
- package/src/tasks/MenusDeserializer.d.ts +0 -2
- package/src/util/Process.d.ts +0 -3
package/index.d.ts
CHANGED
|
@@ -160,7 +160,6 @@ export * from "./src/rt/TableCacheManager";
|
|
|
160
160
|
export * from "./src/rt/Transaction";
|
|
161
161
|
export * from "./src/security/UserDetails";
|
|
162
162
|
export * from "./src/tasks/IMGDataCollection";
|
|
163
|
-
export * from "./src/tasks/MenusDeserializer";
|
|
164
163
|
export * from "./src/tasks/MGData";
|
|
165
164
|
export * from "./src/tasks/MGDataCollection";
|
|
166
165
|
export * from "./src/tasks/RCTimer";
|
|
@@ -182,7 +181,6 @@ export * from "./src/util/MgPriorityBlockingQueue";
|
|
|
182
181
|
export * from "./src/util/MgPriorityQueue";
|
|
183
182
|
export * from "./src/util/ParamParseResult";
|
|
184
183
|
export * from "./src/util/PrmMap";
|
|
185
|
-
export * from "./src/util/Process";
|
|
186
184
|
export * from "./src/util/ReturnResult";
|
|
187
185
|
export * from "./src/util/ReturnResultBase";
|
|
188
186
|
export * from "./src/util/Scrambler";
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/engine",
|
|
3
|
-
"version": "4.801.0-dev481.
|
|
3
|
+
"version": "4.801.0-dev481.313",
|
|
4
4
|
"description": "magic engine package",
|
|
5
5
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@magic-xpa/mscorelib": "4.801.0-dev481.
|
|
8
|
-
"@magic-xpa/utils": "4.801.0-dev481.
|
|
9
|
-
"@magic-xpa/gui": "4.801.0-dev481.
|
|
7
|
+
"@magic-xpa/mscorelib": "4.801.0-dev481.313",
|
|
8
|
+
"@magic-xpa/utils": "4.801.0-dev481.313",
|
|
9
|
+
"@magic-xpa/gui": "4.801.0-dev481.313",
|
|
10
10
|
"@angular/http": "^7.1.0",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
package/src/ClientManager.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { PIC } from '@magic-xpa/gui';
|
|
2
2
|
import { IGuiEvent } from './bridge/IGuiEvent';
|
|
3
|
-
import { IServerConfig } from './util/IServerConfig';
|
|
4
3
|
import { HttpClient } from '@angular/common/http';
|
|
5
4
|
export declare class ClientManager {
|
|
6
|
-
private _delayInProgress;
|
|
7
5
|
private static _instance;
|
|
8
|
-
private _debugClient;
|
|
9
6
|
private _globalUniqueSessionId;
|
|
10
7
|
private _buttonIsClicked;
|
|
11
8
|
private static readonly _executionPropertiesFileName;
|
|
@@ -21,13 +18,6 @@ export declare class ClientManager {
|
|
|
21
18
|
static StopExecution(): Promise<void>;
|
|
22
19
|
static StartExecution(httpClient: HttpClient): Promise<void>;
|
|
23
20
|
LoadExecutionProps(): Promise<boolean>;
|
|
24
|
-
copyExecutionProps(): IServerConfig;
|
|
25
|
-
getDebugClient(): string;
|
|
26
|
-
getURLFromExecutionProperties(executionPropName: string): URL;
|
|
27
|
-
getLogonWindowIconURL(): URL;
|
|
28
|
-
getLogonWindowImageURL(): URL;
|
|
29
|
-
isDelayInProgress(): boolean;
|
|
30
|
-
setDelayInProgress(delayInProgress: boolean): void;
|
|
31
21
|
GetGlobalUniqueSessionID(): string;
|
|
32
22
|
static GetControlPictureMask(taskId: string, controlName: string): PIC;
|
|
33
23
|
static GetFormattedValue(taskId: string, controlName: string, value: any): string;
|
package/src/ConstInterface.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
export declare class ConstInterface {
|
|
2
|
-
static EXECUTION_PROPERTIES_FILE_NAME: string;
|
|
3
|
-
static FORMS_USER_STATE_FILE_NAME: string;
|
|
4
|
-
static NAMES_SEPARATOR: string;
|
|
5
2
|
static MG_TAG_CONTEXT: string;
|
|
6
|
-
static MG_TAG_PROTOCOL: string;
|
|
7
3
|
static MG_TAG_ENV: string;
|
|
8
4
|
static MG_TAG_COMMAND: string;
|
|
9
5
|
static MG_TAG_LANGUAGE: string;
|
|
@@ -21,18 +17,12 @@ export declare class ConstInterface {
|
|
|
21
17
|
static MG_TAG_CONTEXT_ID: string;
|
|
22
18
|
static MG_TAG_SESSION_ID: string;
|
|
23
19
|
static MG_TAG_HTTP_COMMUNICATION_TIMEOUT: string;
|
|
24
|
-
static MG_TAG_UNSYNCRONIZED_METADATA: string;
|
|
25
20
|
static MG_TAG_TASKDEFINITION_IDS_URL: string;
|
|
26
21
|
static MG_TAG_OFFLINE_SNIPPETS_URL: string;
|
|
27
|
-
static MG_TAG_DEFAULT_TAG_LIST: string;
|
|
28
|
-
static MG_TAG_TASK_INFO: string;
|
|
29
|
-
static MG_TAG_EXECUTION_RIGHT: string;
|
|
30
22
|
static MG_ATTR_ISSPECIFIC: string;
|
|
31
23
|
static MG_ATTR_IS_GUI_THREAD_EXECUTION: string;
|
|
32
24
|
static MG_ATTR_FULLNAME: string;
|
|
33
|
-
static MG_ATTR_PUBLIC_NAME: string;
|
|
34
25
|
static MG_TAG_TASKURL: string;
|
|
35
|
-
static MG_TAG_TASK_IS_OFFLINE: string;
|
|
36
26
|
static MG_TAG_EXPTABLE: string;
|
|
37
27
|
static MG_TAG_EXP: string;
|
|
38
28
|
static MG_TAG_DATAVIEW: string;
|
|
@@ -45,7 +35,6 @@ export declare class ConstInterface {
|
|
|
45
35
|
static MG_TAG_OPER: string;
|
|
46
36
|
static MG_TAG_KBDMAP_URL: string;
|
|
47
37
|
static MG_TAG_KBDMAP: string;
|
|
48
|
-
static MG_TAG_KBDITM: string;
|
|
49
38
|
static MG_TAG_USER_EVENTS: string;
|
|
50
39
|
static MG_TAG_USER_EVENTS_END: string;
|
|
51
40
|
static MG_TAG_EVENTS_QUEUE: string;
|
|
@@ -59,7 +48,6 @@ export declare class ConstInterface {
|
|
|
59
48
|
static MG_TAG_LINK: string;
|
|
60
49
|
static MG_TAG_TASK_TABLES: string;
|
|
61
50
|
static MG_TAG_TASK_TABLES_END: string;
|
|
62
|
-
static MG_TAG_TASK_TABLE: string;
|
|
63
51
|
static MG_TAG_COLUMN: string;
|
|
64
52
|
static MG_TAG_SORT: string;
|
|
65
53
|
static MG_TAG_SORTS: string;
|
|
@@ -72,18 +60,9 @@ export declare class ConstInterface {
|
|
|
72
60
|
static MG_TAG_EXEC_STACK_ENTRY: string;
|
|
73
61
|
static MG_TAG_DBH_REAL_IDXS: string;
|
|
74
62
|
static MG_TAG_USER_DETAILS: string;
|
|
75
|
-
|
|
76
|
-
static MG_ATTR_VALUE_TAGGED: string;
|
|
77
|
-
static MG_ATTR_VALUE_END_TAGGED: string;
|
|
78
|
-
static MG_ATTR_HANDLER: string;
|
|
63
|
+
s: any;
|
|
79
64
|
static MG_ATTR_OBJECT: string;
|
|
80
|
-
static MG_ATTR_RECOMPUTE: string;
|
|
81
|
-
static MG_ATTR_MESSAGE: string;
|
|
82
|
-
static MG_ATTR_HTML: string;
|
|
83
65
|
static MG_ATTR_ARGLIST: string;
|
|
84
|
-
static MG_ATTR_EXTRA: string;
|
|
85
|
-
static MG_ATTR_FIRSTPOS: string;
|
|
86
|
-
static MG_ATTR_LASTPOS: string;
|
|
87
66
|
static MG_ATTR_VIRTUAL: string;
|
|
88
67
|
static MG_ATTR_SUBFORM_TASK: string;
|
|
89
68
|
static MG_ATTR_PARAM: string;
|
|
@@ -92,37 +71,23 @@ export declare class ConstInterface {
|
|
|
92
71
|
static MG_ATTR_EXPOSED_ROUTE_PARAMS: string;
|
|
93
72
|
static MG_ATTR_EXPOSED_TO_CLIENT: string;
|
|
94
73
|
static MG_ATTR_PAR_ATTRS: string;
|
|
95
|
-
static MG_ATTR_PAR_ATTRS_TAGGED: string;
|
|
96
|
-
static MG_ATTR_PAR_ATTRS_END_TAGGED: string;
|
|
97
74
|
static MG_ATTR_VIR_AS_REAL: string;
|
|
98
75
|
static MG_ATTR_LNK_CREATE: string;
|
|
99
|
-
static MG_ATTR_LENGTH: string;
|
|
100
76
|
static MG_ATTR_RANGE: string;
|
|
101
77
|
static MG_ATTR_NULLVALUE: string;
|
|
102
78
|
static MG_ATTR_INIT: string;
|
|
103
|
-
static MG_ATTR_CURRPOS: string;
|
|
104
|
-
static MG_ATTR_POS: string;
|
|
105
|
-
static MG_ATTR_OLDPOS: string;
|
|
106
79
|
static MG_ATTR_MODE: string;
|
|
107
80
|
static MG_ATTR_RECOMPUTEBY: string;
|
|
108
|
-
static MG_ATTR_NAME_TAGGED: string;
|
|
109
|
-
static MG_ATTR_NAME_END_TAGGED: string;
|
|
110
|
-
static MG_ATTR_TRANS: string;
|
|
111
81
|
static MG_ATTR_HANDLEDBY: string;
|
|
112
82
|
static MG_ATTR_LEVEL: string;
|
|
113
|
-
static MG_ATTR_DESTINATION_DATASOURCE_NAME: string;
|
|
114
|
-
static MG_ATTR_DESTINATION_COLUMNLIST: string;
|
|
115
|
-
static MG_ATTR_SOURCE_DATAVIEW: string;
|
|
116
83
|
static MG_ATTR_SECONDS: string;
|
|
117
84
|
static MG_ATTR_SCOPE: string;
|
|
118
|
-
static MG_ATTR_RETURN: string;
|
|
119
85
|
static MG_ATTR_PROPAGATE: string;
|
|
120
86
|
static MG_ATTR_ENABLED: string;
|
|
121
87
|
static MG_ATTR_FLD: string;
|
|
122
88
|
static MG_ATTR_FIELDID: string;
|
|
123
89
|
static MG_ATTR_IGNORE_SUBFORM_RECOMPUTE: string;
|
|
124
90
|
static MG_ATTR_MAGICEVENT: string;
|
|
125
|
-
static MG_ATTR_EXIT_BY_MENU: string;
|
|
126
91
|
static MG_ATTR_FOCUSLIST: string;
|
|
127
92
|
static MG_ATTR_FOCUSTASK: string;
|
|
128
93
|
static MG_ATTR_TEXT: string;
|
|
@@ -132,23 +97,16 @@ export declare class ConstInterface {
|
|
|
132
97
|
static MG_ATTR_BUTTONS: string;
|
|
133
98
|
static MG_ATTR_RETURN_VAL: string;
|
|
134
99
|
static MG_ATTR_ERR_LOG_APPEND: string;
|
|
135
|
-
static MG_ATTR_EVENTVALUE: string;
|
|
136
100
|
static MG_ATTR_EVENTTYPE: string;
|
|
137
101
|
static MG_ATTR_HOW: string;
|
|
138
102
|
static MG_ATTR_UNDO: string;
|
|
139
103
|
static MG_ATTR_CND: string;
|
|
140
|
-
static MG_ATTR_ACTIONID: string;
|
|
141
104
|
static MG_ATTR_KEYCODE: string;
|
|
142
105
|
static MG_ATTR_MODIFIER: string;
|
|
143
|
-
static MG_ATTR_STATES: string;
|
|
144
106
|
static MG_ATTR_CURR_REC: string;
|
|
145
107
|
static MG_ATTR_LAST_REC_ID: string;
|
|
146
108
|
static MG_ATTR_OLD_FIRST_REC_ID: string;
|
|
147
109
|
static MG_ATTR_CURR_REC_POS_IN_FORM: string;
|
|
148
|
-
static MG_ATTR_REPEATABLE: string;
|
|
149
|
-
static MG_ATTR_FIELD: string;
|
|
150
|
-
static MG_ATTR_IDX: string;
|
|
151
|
-
static MG_ATTR_URL: string;
|
|
152
110
|
static MG_ATTR_DATEMODE: string;
|
|
153
111
|
static MG_ATTR_THOUSANDS: string;
|
|
154
112
|
static MG_ATTR_DECIMAL_SEPARATOR: string;
|
|
@@ -163,15 +121,11 @@ export declare class ConstInterface {
|
|
|
163
121
|
static MG_ATTR_HANDLERID: string;
|
|
164
122
|
static MG_ATTR_ROLLBACK_TYPE: string;
|
|
165
123
|
static MG_ATTR_CENTURY: string;
|
|
166
|
-
static MG_ATTR_DATATYPE: string;
|
|
167
124
|
static MG_ATTR_INCLUDE_FIRST: string;
|
|
168
125
|
static MG_ATTR_INCLUDE_LAST: string;
|
|
169
126
|
static MG_ATTR_IS_ONEWAY_KEY: string;
|
|
170
127
|
static MG_ATTR_INSERT_AT: string;
|
|
171
128
|
static MG_ATTR_DBVIEWSIZE: string;
|
|
172
|
-
static MG_ATTR_FRAME_EXP: string;
|
|
173
|
-
static MG_ATTR_PICLEN: string;
|
|
174
|
-
static MG_ATTR_SRCTASK: string;
|
|
175
129
|
static MG_ATTR_INVALIDATE: string;
|
|
176
130
|
static MG_ATTR_RMPOS: string;
|
|
177
131
|
static MG_ATTR_DISPLAY: string;
|
|
@@ -185,8 +139,6 @@ export declare class ConstInterface {
|
|
|
185
139
|
static MG_ATTR_CRE_IN_MODIFY: string;
|
|
186
140
|
static MG_ATTR_CRE_IN_MODIFY_LOWER: string;
|
|
187
141
|
static MG_ATTR_IDLETIME: string;
|
|
188
|
-
static MG_ATTR_VER: string;
|
|
189
|
-
static MG_ATTR_SUBVER: string;
|
|
190
142
|
static MG_ATTR_WAIT: string;
|
|
191
143
|
static MG_ATTR_RETAIN_FOCUS: string;
|
|
192
144
|
static MG_ATTR_SYNC_DATA: string;
|
|
@@ -197,8 +149,6 @@ export declare class ConstInterface {
|
|
|
197
149
|
static MG_ATTR_FORCE_EXIT: string;
|
|
198
150
|
static MG_ATTR_PUBLIC: string;
|
|
199
151
|
static MG_ATTR_PRG_DESCRIPTION: string;
|
|
200
|
-
static MG_ATTR_MENU_CONTENTEND: string;
|
|
201
|
-
static MG_ATTR_OBJECT_TYPE: string;
|
|
202
152
|
static MG_ATTR_TABLE_NAME: string;
|
|
203
153
|
static MG_ATTR_INDEX_IN_TABLE: string;
|
|
204
154
|
static MG_ATTR_CALLINGTASK: string;
|
|
@@ -261,13 +211,7 @@ export declare class ConstInterface {
|
|
|
261
211
|
static MG_ATTR_MPRG_SOURCE: string;
|
|
262
212
|
static MG_ATTR_INVOKER_ID: string;
|
|
263
213
|
static MG_ATTR_TRANS_LEVEL: string;
|
|
264
|
-
static MG_ATTR_TOP: string;
|
|
265
|
-
static MG_ATTR_LEFT: string;
|
|
266
|
-
static MG_ATTR_HEIGHT: string;
|
|
267
|
-
static MG_ATTR_WIDTH: string;
|
|
268
214
|
static MG_ATTR_LEN: string;
|
|
269
|
-
static MG_ATTR_SCAN: string;
|
|
270
|
-
static MG_ATTR_STANDALONE: string;
|
|
271
215
|
static MG_ATTR_DESC: string;
|
|
272
216
|
static MG_ATTR_CLOSE_SUBFORM_ONLY: string;
|
|
273
217
|
static MG_ATTR_CHECK_ONLY: string;
|
|
@@ -282,11 +226,7 @@ export declare class ConstInterface {
|
|
|
282
226
|
static MG_ATTR_CPY_GLB_PRMS: string;
|
|
283
227
|
static MG_TAG_GLOBALPARAMS: string;
|
|
284
228
|
static MG_TAG_GLOBALPARAMSCHANGES: string;
|
|
285
|
-
static MG_TAG_GLOBALPARAMSCHANGES_TAGGED: string;
|
|
286
|
-
static MG_TAG_GLOBALPARAMSCHANGES_END_TAGGED: string;
|
|
287
229
|
static MG_TAG_PARAM: string;
|
|
288
|
-
static MG_TAG_PARAM_TAGGED: string;
|
|
289
|
-
static MG_TAG_PARAM_END_TAGGED: string;
|
|
290
230
|
static MG_ATTR_IME_AUTO_OFF: string;
|
|
291
231
|
static MG_ATTR_LOCAL_AS400SET: string;
|
|
292
232
|
static MG_ATTR_LOCAL_EXTRA_GENGO: string;
|
|
@@ -295,33 +235,23 @@ export declare class ConstInterface {
|
|
|
295
235
|
static MG_ATTR_SPECIAL_SHOW_STATUSBAR_PANES: string;
|
|
296
236
|
static MG_ATTR_SPECIAL_ROUTE_TO_ROOT_PROG_ON_CONTEXT_RECREATION: string;
|
|
297
237
|
static MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN: string;
|
|
298
|
-
static MG_ATTR_SPECIAL_IGNORE_BUTTON_FORMAT: string;
|
|
299
238
|
static MG_ATTR_SPEACIAL_SWF_CONTROL_NAME: string;
|
|
300
|
-
static MG_ATTR_FRAMESET_STYLE: string;
|
|
301
239
|
static MG_ATTR_SPECIAL_VAL_NEW_POLICY: string;
|
|
302
240
|
static MG_ATTR_OPER_CALLMODE: string;
|
|
303
|
-
static MG_ATTR_TASK_FLOW_DIRECTION: string;
|
|
304
241
|
static MG_ATTR_TASK_MAINLEVEL: string;
|
|
305
242
|
static MG_ATTR_OPER_METHODNAME: string;
|
|
306
|
-
static MG_ATTR_OPER_ASMURL: string;
|
|
307
|
-
static MG_ATTR_OPER_ASMFILE: string;
|
|
308
|
-
static MG_ATTR_OPER_ASMNAME: string;
|
|
309
|
-
static MG_ATTR_OPER_ASMCONTENT: string;
|
|
310
243
|
static MG_ATTR_GUID: string;
|
|
311
244
|
static MG_ATTR_CONTROLS_PERSISTENCY_PATH: string;
|
|
312
245
|
static MG_ATTR_PROJDIR: string;
|
|
313
246
|
static MG_ATTR_TERMINAL: string;
|
|
314
247
|
static MG_TAG_ENV_PARAM_URL: string;
|
|
315
248
|
static MG_TAG_ENV_PARAM: string;
|
|
316
|
-
static MG_ATTR_CLOSE_TASKS_ON_PARENT_ACTIVATE: string;
|
|
317
249
|
static MG_ATTR_HANDLER_ONFORM: string;
|
|
318
250
|
static MG_ATTR_DROP_USERFORMATS: string;
|
|
319
|
-
static MG_ATTR_CACHED_FILES: string;
|
|
320
251
|
static MG_ATTR_CONTROL_NAME: string;
|
|
321
252
|
static MG_TAG_HIDDEN_CONTOLS: string;
|
|
322
253
|
static MG_ATTR_ISNS: string;
|
|
323
254
|
static MG_ATTR_SPECIAL_CANCEL_ON_CREATE: string;
|
|
324
|
-
static MG_ATTR_TEMP_DATABASE: string;
|
|
325
255
|
static MG_ATTR_TIME_SEPARATOR: string;
|
|
326
256
|
static MG_ATTR_IOTIMING: string;
|
|
327
257
|
static MG_ATTR_HTTP_TIMEOUT: string;
|
|
@@ -347,18 +277,14 @@ export declare class ConstInterface {
|
|
|
347
277
|
static MG_ATTR_ISAM_TRANSACTION: string;
|
|
348
278
|
static MG_ATTR_CENTER_SCREEN_IN_ONLINE: string;
|
|
349
279
|
static MG_ATTR_REPOSITION_AFTER_MODIFY: string;
|
|
350
|
-
static MG_ATTR_OVERLAY: string;
|
|
351
280
|
static MG_ATTR_TASKFLW: string;
|
|
352
|
-
static MG_ATTR_DATAVIEW: string;
|
|
353
281
|
static MG_ATTR_RECOMP: string;
|
|
354
282
|
static MG_ATTR_FLWOP: string;
|
|
355
|
-
static MG_ATTR_START: string;
|
|
356
283
|
static MG_ATTR_END: string;
|
|
357
284
|
static MG_ATTR_INFO: string;
|
|
358
285
|
static MG_ATTR_KEY: string;
|
|
359
286
|
static MG_ATTR_KEY_EXP: string;
|
|
360
287
|
static MG_ATTR_NULL_FLAGS: string;
|
|
361
|
-
static MG_ATTR_NEXTOPERIDX: string;
|
|
362
288
|
static MG_ATTR_DVPOS_VALUE: string;
|
|
363
289
|
static MG_ATTR_DVPOS_DEC: string;
|
|
364
290
|
static MG_ATTR_TRANS_ID: string;
|
|
@@ -391,77 +317,22 @@ export declare class ConstInterface {
|
|
|
391
317
|
static MG_ATTR_DBPOS: string;
|
|
392
318
|
static MG_TAG_USR_DEF_FUC_RET_EXP_ID: string;
|
|
393
319
|
static MG_TAG_USR_DEF_FUC_RET_EXP_ATTR: string;
|
|
394
|
-
static MG_TAG_PROPERTIES: string;
|
|
395
|
-
static MG_TAG_PROPERTY: string;
|
|
396
|
-
static MG_ATTR_IS_VECTOR: string;
|
|
397
320
|
static MG_ATTR_DIRECTION: string;
|
|
398
321
|
static MG_ATTR_KEEP_USER_SORT: string;
|
|
399
|
-
static MG_ATTR_SEARCH_STR: string;
|
|
400
|
-
static MG_ATTR_RESET_SEARCH: string;
|
|
401
322
|
static MG_TAG_DBHS: string;
|
|
402
323
|
static MG_TAG_DBHS_END: string;
|
|
403
324
|
static MG_TAG_DBH_DATA_IDS_URL: string;
|
|
404
|
-
static MG_TAG_DBH_DATA_ID: string;
|
|
405
|
-
static MG_TAG_DBH: string;
|
|
406
|
-
static MG_TAG_DBH_END: string;
|
|
407
|
-
static MG_TAG_FLDS: string;
|
|
408
|
-
static MG_TAG_FLDS_END: string;
|
|
409
325
|
static MG_TAG_FLD: string;
|
|
410
|
-
static MG_TAG_KEYS: string;
|
|
411
|
-
static MG_TAG_KEYS_END: string;
|
|
412
|
-
static MG_TAG_KEY: string;
|
|
413
|
-
static MG_TAG_KEY_END: string;
|
|
414
|
-
static MG_TAG_SEGS: string;
|
|
415
|
-
static MG_TAG_SEGS_END: string;
|
|
416
|
-
static MG_TAG_SEG: string;
|
|
417
|
-
static MG_ATTR_ISN: string;
|
|
418
|
-
static MG_ATTR_ATTR: string;
|
|
419
|
-
static MG_ATTR_ALLOW_NULL: string;
|
|
420
|
-
static MG_ATTR_DEFAULT_NULL: string;
|
|
421
326
|
static MG_ATTR_STORAGE: string;
|
|
422
|
-
static MG_ATTR_DATASOURCE_DEFINITION: string;
|
|
423
|
-
static MG_ATTR_DIFF_UPDATE: string;
|
|
424
|
-
static MG_ATTR_DEC: string;
|
|
425
|
-
static MG_ATTR_WHOLE: string;
|
|
426
|
-
static MG_ATTR_PART_OF_DATETIME: string;
|
|
427
|
-
static MG_ATTR_DEFAULT_STORAGE: string;
|
|
428
|
-
static MG_ATTR_CONTENT: string;
|
|
429
327
|
static MG_ATTR_PICTURE: string;
|
|
430
|
-
static MG_ATTR_DB_DEFAULT_VALUE: string;
|
|
431
|
-
static MG_ATTR_FLD_DB_INFO: string;
|
|
432
|
-
static MG_ATTR_DB_NAME: string;
|
|
433
|
-
static MG_ATTR_DB_TYPE: string;
|
|
434
|
-
static MG_ATTR_USER_TYPE: string;
|
|
435
|
-
static MG_ATTR_NULL_DISPLAY: string;
|
|
436
|
-
static MG_ATTR_FIELD_NAME: string;
|
|
437
|
-
static MG_ATTR_FLD_ISN: string;
|
|
438
|
-
static MG_TAG_KEY_SEGMENTS: string;
|
|
439
|
-
static MG_TAG_SEGMENT: string;
|
|
440
|
-
static MG_ATTR_KEY_DB_NAME: string;
|
|
441
328
|
static MG_ATTR_NAME: string;
|
|
442
|
-
static MG_ATTR_DBASE_NAME: string;
|
|
443
|
-
static MG_ATTR_POSITION_ISN: string;
|
|
444
|
-
static MG_ATTR_ARRAY_SIZE: string;
|
|
445
|
-
static MG_ATTR_ROW_IDENTIFIER: string;
|
|
446
|
-
static MG_ATTR_CHECK_EXIST: string;
|
|
447
|
-
static MG_ATTR_DEL_UPD_MODE: string;
|
|
448
|
-
static MG_ATTR_DBH_DATA_URL: string;
|
|
449
329
|
static MG_ATTR_FIELD_INDEX: string;
|
|
450
330
|
static MG_ATTR_MIN_VALUE: string;
|
|
451
331
|
static MG_ATTR_MAX_VALUE: string;
|
|
452
332
|
static MG_ATTR_NULL_MIN_VALUE: string;
|
|
453
333
|
static MG_ATTR_NULL_MAX_VALUE: string;
|
|
454
|
-
static MG_ATTR_TASK_TABLE_NAME_EXP: string;
|
|
455
|
-
static MG_ATTR_TASK_TABLE_ACCESS: string;
|
|
456
|
-
static MG_ATTR_TASK_TABLE_IDENTIFIER: string;
|
|
457
334
|
static MG_TAG_DATABASES_HEADER: string;
|
|
458
|
-
static MG_TAG_DATABASES_END: string;
|
|
459
|
-
static MG_TAG_DATABASE_INFO: string;
|
|
460
335
|
static MG_TAG_DATABASE_URL: string;
|
|
461
|
-
static MG_ATTR_DATABASE_NAME: string;
|
|
462
|
-
static MG_ATTR_DATABASE_LOCATION: string;
|
|
463
|
-
static MG_ATTR_DATABASE_TYPE: string;
|
|
464
|
-
static MG_ATTR_DATABASE_USER_PASSWORD: string;
|
|
465
336
|
static BYTES_IN_CHAR: number;
|
|
466
337
|
static MG_OPER_VERIFY: number;
|
|
467
338
|
static MG_OPER_BLOCK: number;
|
|
@@ -474,11 +345,8 @@ export declare class ConstInterface {
|
|
|
474
345
|
static MG_OPER_USR_EXIT: number;
|
|
475
346
|
static MG_OPER_RAISE_EVENT: number;
|
|
476
347
|
static MG_OPER_SERVER: number;
|
|
477
|
-
static TRANS_BEGIN: string;
|
|
478
348
|
static TRANS_COMMIT: string;
|
|
479
349
|
static TRANS_ABORT: string;
|
|
480
|
-
static FRAME_SET_STYLE_HOR: string;
|
|
481
|
-
static FRAME_SET_STYLE_VER: string;
|
|
482
350
|
static EVENT_TYPE_SYSTEM: string;
|
|
483
351
|
static EVENT_TYPE_INTERNAL: string;
|
|
484
352
|
static EVENT_TYPE_TIMER: string;
|
|
@@ -500,14 +368,11 @@ export declare class ConstInterface {
|
|
|
500
368
|
static BRK_LEVEL_HANDLER_SYSTEM: string;
|
|
501
369
|
static BRK_LEVEL_HANDLER_TIMER: string;
|
|
502
370
|
static BRK_LEVEL_HANDLER_EXPRESSION: string;
|
|
503
|
-
static BRK_LEVEL_HANDLER_ERROR: string;
|
|
504
371
|
static BRK_LEVEL_HANDLER_USER: string;
|
|
505
|
-
static BRK_LEVEL_HANDLER_DOTNET: string;
|
|
506
372
|
static BRK_LEVEL_USER_FUNCTION: string;
|
|
507
373
|
static BRK_LEVEL_VARIABLE: string;
|
|
508
374
|
static BRK_LEVEL_MAIN_PROG: string;
|
|
509
375
|
static BRK_LEVEL_SUBFORM: string;
|
|
510
|
-
static BRK_LEVEL_FRAME: string;
|
|
511
376
|
static BRK_LEVEL_TASK_PREFIX_FM: string;
|
|
512
377
|
static BRK_LEVEL_TASK_SUFFIX_FM: string;
|
|
513
378
|
static BRK_LEVEL_REC_PREFIX_FM: string;
|
|
@@ -520,26 +385,19 @@ export declare class ConstInterface {
|
|
|
520
385
|
static BRK_LEVEL_HANDLER_SYSTEM_FM: string;
|
|
521
386
|
static BRK_LEVEL_HANDLER_TIMER_FM: string;
|
|
522
387
|
static BRK_LEVEL_HANDLER_EXPRESSION_FM: string;
|
|
523
|
-
static BRK_LEVEL_HANDLER_ERROR_FM: string;
|
|
524
388
|
static BRK_LEVEL_HANDLER_USER_FM: string;
|
|
525
|
-
static BRK_LEVEL_HANDLER_DOTNET_FM: string;
|
|
526
389
|
static BRK_LEVEL_USER_FUNCTION_FM: string;
|
|
527
|
-
static HANDLER_LEVEL_VARIABLE: string;
|
|
528
390
|
static TRANS_NONE: string;
|
|
529
391
|
static TRANS_RECORD_PREFIX: string;
|
|
530
392
|
static TRANS_TASK_PREFIX: string;
|
|
531
|
-
static TRANS_IGNORE: string;
|
|
532
|
-
static TRANS_FORCE_OPEN: string;
|
|
533
393
|
static RECOVERY_NONE: string;
|
|
534
394
|
static RECOVERY_ROLLBACK: string;
|
|
535
395
|
static RECOVERY_RETRY: string;
|
|
536
396
|
static FLW_VERIFY_MODE_ERROR: string;
|
|
537
|
-
static FLW_VERIFY_MODE_WARNING: string;
|
|
538
397
|
static IMAGE_EXCLAMATION: string;
|
|
539
398
|
static IMAGE_CRITICAL: string;
|
|
540
399
|
static IMAGE_QUESTION: string;
|
|
541
400
|
static IMAGE_INFORMATION: string;
|
|
542
|
-
static IMAGE_NONE: string;
|
|
543
401
|
static BUTTONS_OK: string;
|
|
544
402
|
static BUTTONS_OK_CANCEL: string;
|
|
545
403
|
static BUTTONS_ABORT_RETRY_IGNORE: string;
|
|
@@ -551,15 +409,11 @@ export declare class ConstInterface {
|
|
|
551
409
|
static END_COND_EVAL_BEFORE: string;
|
|
552
410
|
static END_COND_EVAL_AFTER: string;
|
|
553
411
|
static END_COND_EVAL_IMMIDIATE: string;
|
|
554
|
-
static OPENWIN_STATE_NONE: string;
|
|
555
|
-
static OPENWIN_STATE_INPROCESS: string;
|
|
556
|
-
static OPENWIN_STATE_OVER: string;
|
|
557
412
|
static ARG_TYPE_FIELD: string;
|
|
558
413
|
static ARG_TYPE_EXP: string;
|
|
559
414
|
static ARG_TYPE_VALUE: string;
|
|
560
415
|
static ARG_TYPE_SKIP: string;
|
|
561
416
|
static TOP_LEVEL_CONTAINER: number;
|
|
562
|
-
static MG_HYPER_ARGS: string;
|
|
563
417
|
static REQ_ARG_ALPHA: string;
|
|
564
418
|
static REQ_ARG_UNICODE: string;
|
|
565
419
|
static REQ_ARG_NUMERIC: string;
|
|
@@ -568,23 +422,17 @@ export declare class ConstInterface {
|
|
|
568
422
|
static REQ_ARG_NULL: string;
|
|
569
423
|
static REQ_ARG_SEPARATOR: string;
|
|
570
424
|
static REQ_ARG_START: string;
|
|
571
|
-
static REQ_ARG_COMMA: string;
|
|
572
425
|
static REQ_APP_NAME: string;
|
|
573
|
-
static REQ_PRG_NAME: string;
|
|
574
|
-
static REQ_PRG_DESCRIPTION: string;
|
|
575
426
|
static REQ_ARGS: string;
|
|
576
427
|
static REQ_SKIP_AUTHENTICATION: string;
|
|
577
428
|
static RC_INDICATION_INITIAL: string;
|
|
578
|
-
static RC_INDICATION_SCRAMBLED: string;
|
|
579
429
|
static RC_INDICATION: string;
|
|
580
430
|
static UTF8TRANS: string;
|
|
581
|
-
static DEBUG_CLIENT_NETWORK_RECOVERY: string;
|
|
582
431
|
static RC_TOKEN_CTX_ID: string;
|
|
583
432
|
static RC_TOKEN_SESSION_ID: string;
|
|
584
433
|
static RC_TOKEN_CTX_GROUP: string;
|
|
585
434
|
static RC_TOKEN_SESSION_COUNT: string;
|
|
586
435
|
static RC_TOKEN_DATA: string;
|
|
587
|
-
static RC_TOKEN_TARGET_FILE: string;
|
|
588
436
|
static WEBCLIENT_REINITIALIZE_REQUEST: string;
|
|
589
437
|
static MAIN_PROG_VIEW: string;
|
|
590
438
|
static GLOBAL_PARAM_LIST: string;
|
|
@@ -598,49 +446,8 @@ export declare class ConstInterface {
|
|
|
598
446
|
static V24_RIA_ERROR_PREFIX: string;
|
|
599
447
|
static SESSION_COUNTER_CLOSE_CTX_INDICATION: number;
|
|
600
448
|
static SERVER: string;
|
|
601
|
-
static REQUESTER: string;
|
|
602
|
-
static LOCALID: string;
|
|
603
|
-
static DEBUGCLIENT: string;
|
|
604
|
-
static ENVVARS: string;
|
|
605
|
-
static INTERNAL_LOG_LEVEL: string;
|
|
606
|
-
static INTERNAL_LOG_SYNC: string;
|
|
607
|
-
static LOG_CLIENTSEQUENCE_FOR_ACTIVITY_MONITOR: string;
|
|
608
449
|
static CTX_GROUP: string;
|
|
609
|
-
static PARALLEL_EXECUTION: string;
|
|
610
|
-
static DISPLAY_GENERIC_ERROR: string;
|
|
611
|
-
static FIRST_HTTP_REQUEST_TIMEOUT: string;
|
|
612
|
-
static MG_TAG_CHNG_PASS_CAPTION: string;
|
|
613
|
-
static MG_TAG_CHNG_PASS_WIN_TITLE: string;
|
|
614
|
-
static MG_TAG_CHNG_PASS_OLD_PASS_CAPTION: string;
|
|
615
|
-
static MG_TAG_CHNG_PASS_NEW_PASS_CAPTION: string;
|
|
616
|
-
static MG_TAG_CHNG_PASS_CONFIRM_PASS_CAPTION: string;
|
|
617
|
-
static MG_TAG_CHNG_PASS_MISMATCH_MSG: string;
|
|
618
|
-
static DEPLOYMENT_MANIFEST: string;
|
|
619
|
-
static PUBLISH_HTML: string;
|
|
620
|
-
static PROPS_START_TAG: string;
|
|
621
|
-
static PROPS_END_TAG: string;
|
|
622
|
-
static APPL_LOGON_SUB_CAPTION: string;
|
|
623
|
-
static DEFAULT_ERROR_LOGON_FAILED: string;
|
|
624
|
-
static DEFAULT_ERROR_WRONG_PASSWORD: string;
|
|
625
450
|
static ERROR_STRING: string;
|
|
626
|
-
static INFORMATION_STRING: string;
|
|
627
|
-
static DEFAULT_MSG_PASSWORD_CHANGE: string;
|
|
628
|
-
static PASSWORD_MISMATCH: string;
|
|
629
|
-
static ROW_CONTROLS_KEY: string;
|
|
630
|
-
static ROW_INVALIDATED_KEY: string;
|
|
631
|
-
static IS_EDITOR_KEY: string;
|
|
632
|
-
static TMP_EDITOR: string;
|
|
633
|
-
static LAST_FOCUSED_WIDGET: string;
|
|
634
|
-
static LAST_CURSOR: string;
|
|
635
|
-
static KEYDOWN_IGNORE_KEY: string;
|
|
636
|
-
static STATUS_BAR_WIDGET_KEY: string;
|
|
637
|
-
static MGBROWSER_KEY: string;
|
|
638
|
-
static POPUP_WAS_OPENED: string;
|
|
639
|
-
static POPUP_WAS_CLOSED_COUNT: string;
|
|
640
|
-
static IGNORE_SELECTION_KEY: string;
|
|
641
|
-
static CP_ISO_8859_ANSI: string;
|
|
642
|
-
static CP_UNICODE: string;
|
|
643
|
-
static INCREMENTAL_LOCATE_TIMEOUT: number;
|
|
644
451
|
static USER_RANGES: string;
|
|
645
452
|
static USER_LOCATES: string;
|
|
646
453
|
static SORT: string;
|
|
@@ -652,14 +459,6 @@ export declare class ConstInterface {
|
|
|
652
459
|
static CLEAR_LOCATES: string;
|
|
653
460
|
static CLEAR_SORTS: string;
|
|
654
461
|
static USER_RNG: string;
|
|
655
|
-
static TASK_MODE_QUERY_STR: string;
|
|
656
|
-
static TASK_MODE_MODIFY_STR: string;
|
|
657
|
-
static TASK_MODE_CREATE_STR: string;
|
|
658
|
-
static TASK_MODE_DELETE_STR: string;
|
|
659
|
-
static MG_ZOOM: string;
|
|
660
|
-
static MG_NORMAL: string;
|
|
661
|
-
static MG_INSERT: string;
|
|
662
|
-
static MG_OVERWRITE: string;
|
|
663
462
|
static MG_TAG_ENV_CHANGES: string;
|
|
664
463
|
static MG_ATTR_ENV_VALUE: string;
|
|
665
464
|
static MG_ATTR_ENV_WRITEINI: string;
|
|
@@ -678,16 +477,6 @@ export declare class ConstInterface {
|
|
|
678
477
|
static INI_SECTION_MAGIC_LANGUAGE: string;
|
|
679
478
|
static INI_SECTION_MAGIC_SERVICES: string;
|
|
680
479
|
static INI_SECTION_TOOLS_MENU: string;
|
|
681
|
-
static MENU_PROGRAM_FLOW_ONLINE: string;
|
|
682
|
-
static MENU_PROGRAM_FLOW_BATCH: string;
|
|
683
|
-
static MENU_PROGRAM_FLOW_BROWSER: string;
|
|
684
|
-
static MENU_PROGRAM_FLOW_RC: string;
|
|
685
|
-
static SB_IMG_PANE_LAYER: number;
|
|
686
|
-
static SB_IMG_PANE_WIDTH: number;
|
|
687
|
-
static GUI_COMMAND_EXEC_WAIT_TIME: number;
|
|
688
|
-
static STARTUP_IMAGE_FILENAME: string;
|
|
689
|
-
static V2L_DLL: string;
|
|
690
|
-
static SQLITE_DLL_NAME: string;
|
|
691
480
|
static INITIAL_OFFLINE_TASK_TAG: number;
|
|
692
481
|
static ENABLE_COMMUNICATION_DIALOGS: string;
|
|
693
482
|
static MG_ATTR_VAL_ABORT: string;
|
|
@@ -705,8 +494,6 @@ export declare class ConstInterface {
|
|
|
705
494
|
static MG_ATTR_VAL_EVAL: string;
|
|
706
495
|
static MG_ATTR_VAL_EVENT: string;
|
|
707
496
|
static MG_ATTR_VAL_EXEC_OPER: string;
|
|
708
|
-
static MG_ATTR_VAL_EXPAND: string;
|
|
709
|
-
static MG_ATTR_VAL_MENU: string;
|
|
710
497
|
static MG_ATTR_VAL_QUERY: string;
|
|
711
498
|
static MG_ATTR_VAL_QUERY_GLOBAL_PARAMS: string;
|
|
712
499
|
static MG_ATTR_VAL_QUERY_TYPE: string;
|
|
@@ -2,7 +2,6 @@ export declare class FlowMonitorInterface {
|
|
|
2
2
|
static FLWMTR_START: number;
|
|
3
3
|
static FLWMTR_END: number;
|
|
4
4
|
static FLWMTR_PROPAGATE: number;
|
|
5
|
-
static FLWMTR_USE_COMP: number;
|
|
6
5
|
static FLWMTR_EVENT: number;
|
|
7
6
|
static FLWMTR_CHNG_MODE: number;
|
|
8
7
|
static FLWMTR_PREFIX: number;
|
|
@@ -10,28 +9,7 @@ export declare class FlowMonitorInterface {
|
|
|
10
9
|
static FLWMTR_CTRL_PREFIX: number;
|
|
11
10
|
static FLWMTR_CTRL_SUFFIX: number;
|
|
12
11
|
static FLWMTR_TSK_HANDLER: number;
|
|
13
|
-
static FLWMTR_CTRL_VERIFY: number;
|
|
14
|
-
static FLWMTR_SORT: number;
|
|
15
|
-
static FLWMTR_LOCATE: number;
|
|
16
|
-
static FLWMTR_RANGE: number;
|
|
17
|
-
static FLWMTR_KEY_CHANGE: number;
|
|
18
|
-
static FLWMTR_TRANS: number;
|
|
19
|
-
static FLWMTR_LOADREC: number;
|
|
20
|
-
static FLWMTR_UPDATE: number;
|
|
21
|
-
static FLWMTR_DELETE: number;
|
|
22
|
-
static FLWMTR_INSERT: number;
|
|
23
12
|
static FLWMTR_RECOMP: number;
|
|
24
13
|
static FLWMTR_DATA_OPER: number;
|
|
25
|
-
static FLWMTR_LOG_MSG: number;
|
|
26
|
-
static FLWMTR_USER_MSG: number;
|
|
27
|
-
static FLWMTR_ERROR_MSG: number;
|
|
28
|
-
static FLWMTR_FREE_MSG: number;
|
|
29
|
-
static FLWMTR_DEBUG_MSG: number;
|
|
30
|
-
static FLWMTR_WARN_MSG: number;
|
|
31
14
|
static FLWMTR_VARCHG_VALUE: number;
|
|
32
|
-
static FLWMTR_VARCHG_REASON: number;
|
|
33
|
-
static FLWMTR_EVENT_KBD: number;
|
|
34
|
-
static FLWMTR_EVENT_ACT: number;
|
|
35
|
-
static FLWMTR_EVENT_TIME: number;
|
|
36
|
-
static FLWMTR_EVENT_EXP: number;
|
|
37
15
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { MgControlBase } from '@magic-xpa/gui';
|
|
2
1
|
import { StorageAttribute } from '@magic-xpa/utils';
|
|
3
2
|
import { EventCommand } from './EventCommand';
|
|
4
3
|
import { RollbackEventCommand, RollbackEventCommand_RollbackType } from './RollbackEventCommand';
|
|
@@ -10,12 +9,9 @@ import { Sort } from '../../tasks/sort/Sort';
|
|
|
10
9
|
import { AddUserSortDataViewCommand } from './AddUserSortDataViewCommand';
|
|
11
10
|
import { AddUserLocateDataViewCommand } from './AddUserLocateDataViewCommand';
|
|
12
11
|
import { SetTransactionStateDataviewCommand } from './SetTransactionStateDataviewCommand';
|
|
13
|
-
import { ControlItemsRefreshCommand } from './ControlItemsRefreshCommand';
|
|
14
12
|
import { RefreshEventCommand } from './RefreshEventCommand';
|
|
15
13
|
import { ArgumentsList } from '../../rt/ArgumentsList';
|
|
16
|
-
import { DataViewOutputCommand } from './DataViewOutputCommand';
|
|
17
14
|
import { FetchDataControlValuesEventCommand } from './FetchDataControlValuesEventCommand';
|
|
18
|
-
import { WriteMessageToServerLogCommand } from './WriteMessageToServerLogCommand';
|
|
19
15
|
import { SubformRefreshEventCommand } from './SubformRefreshEventCommand';
|
|
20
16
|
import { BrowserEscEventCommand } from './BrowserEscEventCommand';
|
|
21
17
|
import { IndexChangeEventCommand } from './IndexChangeEventCommand';
|
|
@@ -41,12 +37,9 @@ export declare class CommandFactory {
|
|
|
41
37
|
static CreateAddUserSortDataviewCommand(taskId: string, sort: Sort): AddUserSortDataViewCommand;
|
|
42
38
|
static CreateAddUserLocateDataviewCommand(taskId: string, userRange: UserRange): AddUserLocateDataViewCommand;
|
|
43
39
|
static CreateSetTransactionStateDataviewCommand(taskId: string, transactionIsOpened: boolean): SetTransactionStateDataviewCommand;
|
|
44
|
-
static CreateControlItemsRefreshCommand(taskId: string, controlParam: MgControlBase): ControlItemsRefreshCommand;
|
|
45
40
|
static CreateInternalRefreshCommand(taskId: string, magicEvent: number, currentRecId: number, currentRow: number): RefreshEventCommand;
|
|
46
41
|
static CreateRealRefreshCommand(taskId: string, magicEvent: number, currentRow: number, argList: ArgumentsList, currentRecId: number): Promise<RefreshEventCommand>;
|
|
47
|
-
static CreateDataViewToDataSourceCommand(taskId: string, generation: number, taskVarNames: string, destinationDSNumber: number, destinationDSName: string, destinationColumns: string): DataViewOutputCommand;
|
|
48
42
|
static CreatecFetchDataControlValuesCommand(taskTag: string, controlName: string): FetchDataControlValuesEventCommand;
|
|
49
|
-
static CreateWriteMessageToServerLogCommand(taskTag: string, errorMessage: string): WriteMessageToServerLogCommand;
|
|
50
43
|
static CreateSubformRefreshCommand(taskTag: string, subformTaskTag: string, explicitSubformRefresh: boolean): SubformRefreshEventCommand;
|
|
51
44
|
static CreateSubformOpenCommand(taskTag: string, subformDitIdx: number): SubformOpenEventCommand;
|
|
52
45
|
static CreateScreenRefreshCommand(taskTag: string, topRecIdx: number, clientRecId: number): RefreshScreenEventCommand;
|
package/src/data/DataView.d.ts
CHANGED
|
@@ -70,7 +70,6 @@ export declare class DataView extends DataViewBase {
|
|
|
70
70
|
private GetTransactionBegin;
|
|
71
71
|
private initInnerObjects;
|
|
72
72
|
private RecoveryRetry;
|
|
73
|
-
InsertSingleRecord(record: Record): void;
|
|
74
73
|
private UpdateDataviewAfterInsert;
|
|
75
74
|
private getAttributes;
|
|
76
75
|
SetOneWayKey(val: boolean): void;
|
|
@@ -157,11 +156,7 @@ export declare class DataView extends DataViewBase {
|
|
|
157
156
|
getRecIdx(id: number): number;
|
|
158
157
|
backupCurrent(): Record;
|
|
159
158
|
restoreCurrent(recBackup: Record): void;
|
|
160
|
-
GetRecordById(id: number): IRecord;
|
|
161
|
-
GetModifiedRecord(): Record;
|
|
162
159
|
GetCurrentRecId(): number;
|
|
163
160
|
DataviewBoundriesAreChanged(orgIncludesFirst: boolean, orgIncludesLast: boolean): boolean;
|
|
164
|
-
GetRecordMainIdx(): number;
|
|
165
|
-
GetRecordMainSize(): number;
|
|
166
161
|
GetRouteParams(): List<any>;
|
|
167
162
|
}
|
|
@@ -16,7 +16,6 @@ declare class FieldsTable extends FieldsTableBase {
|
|
|
16
16
|
getRMSize(): number;
|
|
17
17
|
getRMIdx(): number;
|
|
18
18
|
setRMPos(rms: number, idx: number): void;
|
|
19
|
-
getSizeOfField(id: number): number;
|
|
20
19
|
getType(id: number): StorageAttribute;
|
|
21
20
|
invalidate(forceInvalidate: boolean, clearFlags: boolean): void;
|
|
22
21
|
takeValsFromRec(): void;
|
|
@@ -6,8 +6,5 @@ export declare enum RecordOutOfDataViewException_ExceptionType {
|
|
|
6
6
|
NONE = 3
|
|
7
7
|
}
|
|
8
8
|
export declare class RecordOutOfDataViewException extends ApplicationException {
|
|
9
|
-
private _type;
|
|
10
9
|
constructor(type: RecordOutOfDataViewException_ExceptionType);
|
|
11
|
-
getEnd(): RecordOutOfDataViewException_ExceptionType;
|
|
12
|
-
noRecord(): boolean;
|
|
13
10
|
}
|