@magic-xpa/engine 4.1000.0-dev4100.93 → 4.1000.0-dev4100.95

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-dev4100.93",
3
+ "version": "4.1000.0-dev4100.95",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.1000.0-dev4100.93",
8
- "@magic-xpa/utils": "4.1000.0-dev4100.93",
9
- "@magic-xpa/gui": "4.1000.0-dev4100.93",
7
+ "@magic-xpa/mscorelib": "4.1000.0-dev4100.95",
8
+ "@magic-xpa/utils": "4.1000.0-dev4100.95",
9
+ "@magic-xpa/gui": "4.1000.0-dev4100.95",
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;
@@ -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
  }