@magic-xpa/engine 4.1000.0-dev4100.394 → 4.1000.0-dev4100.395

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.394",
3
+ "version": "4.1000.0-dev4100.395",
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.394",
8
- "@magic-xpa/utils": "4.1000.0-dev4100.394",
9
- "@magic-xpa/gui": "4.1000.0-dev4100.394",
7
+ "@magic-xpa/mscorelib": "4.1000.0-dev4100.395",
8
+ "@magic-xpa/utils": "4.1000.0-dev4100.395",
9
+ "@magic-xpa/gui": "4.1000.0-dev4100.395",
10
10
  "@angular/http": "^7.1.0",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -164,7 +164,7 @@ export declare class ExpressionEvaluator extends GuiExpressionEvaluator {
164
164
  eval_op_set_title(resVal: ExpVal, title: ExpVal): void;
165
165
  eval_op_is_row_editing(resVal: ExpVal, val1: ExpVal): void;
166
166
  eval_op_control_select_program(expVal: ExpVal, resVal: ExpVal): Promise<void>;
167
- eval_op_CallJS(task: ITask, methodName: string, expVal: ExpVal[], resVal: ExpVal): void;
167
+ eval_op_CallJS(task: ITask, methodName: string, expVal: ExpVal[], resVal: ExpVal): Promise<void>;
168
168
  eval_op_set_cookie(cookieName: string, expVal: ExpVal[], resVal: ExpVal): any;
169
169
  eval_op_get_cookie(cookieName: string, resVal: ExpVal): void;
170
170
  eval_op_delete_cookie(cookieName: string, resVal: ExpVal): void;