@magic-xpa/engine 4.1000.0-dev4100.104 → 4.1000.0-dev4100.106

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.104",
3
+ "version": "4.1000.0-dev4100.106",
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.104",
8
- "@magic-xpa/utils": "4.1000.0-dev4100.104",
9
- "@magic-xpa/gui": "4.1000.0-dev4100.104",
7
+ "@magic-xpa/mscorelib": "4.1000.0-dev4100.106",
8
+ "@magic-xpa/utils": "4.1000.0-dev4100.106",
9
+ "@magic-xpa/gui": "4.1000.0-dev4100.106",
10
10
  "@angular/http": "^7.1.0",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -231,6 +231,7 @@ export declare class ConstInterface {
231
231
  static MG_ATTR_LOCAL_EXTRA_GENGO: string;
232
232
  static MG_ATTR_LOCAL_FLAGS: string;
233
233
  static MG_ATTR_SPEACIAL_ANSI_EXP: string;
234
+ static MG_ATTR_SPECIAL_IMMEDIATE_HANDLER_END: string;
234
235
  static MG_ATTR_SPECIAL_SHOW_STATUSBAR_PANES: string;
235
236
  static MG_ATTR_SPECIAL_ROUTE_TO_ROOT_PROG_ON_CONTEXT_RECREATION: string;
236
237
  static MG_ATTR_SPECIAL_SPECIAL_EDIT_LEFT_ALIGN: string;
@@ -25,6 +25,7 @@ export declare class Environment implements IEnvironment {
25
25
  private _debugMode;
26
26
  private _significantNumSize;
27
27
  private _specialAnsiExpression;
28
+ private _specialImmediatehandlerEnd;
28
29
  private _specialShowStatusBarPanes;
29
30
  private _specialRouteToRootProgOnContextRecreation;
30
31
  private _specialCancelOnCreate;
@@ -77,6 +78,7 @@ export declare class Environment implements IEnvironment {
77
78
  GetLocalAs400Set(): boolean;
78
79
  getLocalExtraGengo(): string;
79
80
  GetLocalFlag(f: string): boolean;
81
+ getSpecialImmediateHandlerEnd(): boolean;
80
82
  getSpecialAnsiExpression(): boolean;
81
83
  getSpecialShowStatusBarPanes(): boolean;
82
84
  getTerminal(): number;