@magic-xpa/engine 4.1200.0-dev4120.172 → 4.1200.0-dev4120.174

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.1200.0-dev4120.172",
3
+ "version": "4.1200.0-dev4120.174",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.1200.0-dev4120.172",
8
- "@magic-xpa/utils": "4.1200.0-dev4120.172",
9
- "@magic-xpa/gui": "4.1200.0-dev4120.172",
7
+ "@magic-xpa/mscorelib": "4.1200.0-dev4120.174",
8
+ "@magic-xpa/utils": "4.1200.0-dev4120.174",
9
+ "@magic-xpa/gui": "4.1200.0-dev4120.174",
10
10
  "@angular/common": "^19.1.3",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -9,6 +9,9 @@ export declare class ExpressionEvaluator extends GuiExpressionEvaluator {
9
9
  static PARENT_LEN: number;
10
10
  static SHORT_OBJECT_LEN: number;
11
11
  static LONG_OBJECT_LEN: number;
12
+ private static MD5_ALGO_NUM;
13
+ private static SHA1_ALGO_NUM;
14
+ private static SHA2_ALGO_NUM;
12
15
  private static _recursiveExpCalcCount;
13
16
  private _charsToTrim;
14
17
  private _expressionLocalJpn;
@@ -170,6 +173,8 @@ export declare class ExpressionEvaluator extends GuiExpressionEvaluator {
170
173
  eval_op_delete_cookie(cookieName: string, resVal: ExpVal): void;
171
174
  eval_op_route_get(resVal: ExpVal): void;
172
175
  private params2arguments;
176
+ private eval_op_Hash;
177
+ private toWordArray;
173
178
  }
174
179
  export declare class NullValueException extends Exception {
175
180
  private _attr;