@magic-xpa/engine 4.1000.0-dev000.0 → 4.1000.0-dev4100.100

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@magic-xpa/engine",
3
- "version": "4.1000.0-dev000.0",
3
+ "version": "4.1000.0-dev4100.100",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.1000.0-dev000.0",
8
- "@magic-xpa/utils": "4.1000.0-dev000.0",
9
- "@magic-xpa/gui": "4.1000.0-dev000.0",
7
+ "@magic-xpa/mscorelib": "4.1000.0-dev4100.100",
8
+ "@magic-xpa/utils": "4.1000.0-dev4100.100",
9
+ "@magic-xpa/gui": "4.1000.0-dev4100.100",
10
10
  "@angular/http": "^7.1.0",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -435,6 +435,7 @@ export declare class ConstInterface {
435
435
  static WEBCLIENT_REINITIALIZE_REQUEST: string;
436
436
  static MAIN_PROG_VIEW: string;
437
437
  static GLOBAL_PARAM_LIST: string;
438
+ static ENV_VAR_LIST: string;
438
439
  static LAST_EXCEPTION: string;
439
440
  static CTX_REMOVED_FROM_SRVR: string;
440
441
  static LAST_ROUTE_EVENT: string;
@@ -112,7 +112,6 @@ export declare class ExpressionEvaluator extends GuiExpressionEvaluator {
112
112
  private eval_op_stat;
113
113
  private eval_op_subformExecMode;
114
114
  private eval_op_varset;
115
- private eval_op_rollback;
116
115
  private eval_op_like;
117
116
  private static cutArray;
118
117
  private eval_op_repstr;
@@ -146,15 +145,7 @@ export declare class ExpressionEvaluator extends GuiExpressionEvaluator {
146
145
  private eval_op_dbviewrowidx;
147
146
  private eval_op_MlsTrans;
148
147
  private eval_op_StrBuild;
149
- private eval_op_range_add;
150
- private eval_op_range_reset;
151
- private eval_op_locate_add;
152
- private eval_op_locate_reset;
153
- private eval_op_sort_add;
154
- private eval_op_sort_reset;
155
148
  private eval_op_tsk_instance;
156
- private add_sort;
157
- private add_rt_ranges;
158
149
  private eval_op_getParam;
159
150
  private eval_op_setParam;
160
151
  private eval_op_iniput;
@@ -22,7 +22,7 @@ export declare class MirrorPrmMap<TValue extends IMirrorXML> extends PrmMap<TVal
22
22
  CheckIfSystemReservedParam(key: any): boolean;
23
23
  mirrorToXML(): string;
24
24
  fillData(parser: XmlParser): void;
25
- RestoreGlobalParams(xml: string): void;
25
+ RestoreParams(xml: string): void;
26
26
  mirrorFromXML(foundTagName: string, xmlParser: XmlParser): boolean;
27
27
  fillDataEntry(xmlParser: XmlParser): void;
28
28
  }