@magic-xpa/engine 4.900.0-dev490.8 → 4.900.0-dev490.80

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.900.0-dev490.8",
3
+ "version": "4.900.0-dev490.80",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.900.0-dev490.8",
8
- "@magic-xpa/utils": "4.900.0-dev490.8",
9
- "@magic-xpa/gui": "4.900.0-dev490.8",
7
+ "@magic-xpa/mscorelib": "4.900.0-dev490.80",
8
+ "@magic-xpa/utils": "4.900.0-dev490.80",
9
+ "@magic-xpa/gui": "4.900.0-dev490.80",
10
10
  "@angular/http": "^7.1.0",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -12,5 +12,5 @@ export declare class RemoteTaskService extends TaskServiceBase {
12
12
  InitTaskPrefixExecutedFlag(task: Task): void;
13
13
  RemoveRecomputes(parentTask: Task): void;
14
14
  GetOwnerTransactionTask(task: Task): Task;
15
- static PreparePropMainDisplay(task: Task): ReturnResult;
15
+ static PreparePropMainDisplay(task: Task): Promise<ReturnResult>;
16
16
  }
@@ -291,7 +291,7 @@ export declare class Task extends TaskBase {
291
291
  GetSubformModalParentTask(): MgControl;
292
292
  ShouldEvaluatePropertyLocally(propId: number): boolean;
293
293
  EnsureValidForm(): void;
294
- ComputeMainDisplay(): void;
294
+ ComputeMainDisplay(): Promise<void>;
295
295
  PrepareTaskForm(): Promise<ReturnResult>;
296
296
  FormIsLegal(): boolean;
297
297
  GetRealMainDisplayIndexOnDepth(mainDspIdx: number): number;