@magic-xpa/engine 4.1300.0-dev4130.216 → 4.1300.0-dev4130.219
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.1300.0-dev4130.
|
|
3
|
+
"version": "4.1300.0-dev4130.219",
|
|
4
4
|
"description": "magic engine package",
|
|
5
5
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@magic-xpa/mscorelib": "4.1300.0-dev4130.
|
|
8
|
-
"@magic-xpa/utils": "4.1300.0-dev4130.
|
|
9
|
-
"@magic-xpa/gui": "4.1300.0-dev4130.
|
|
7
|
+
"@magic-xpa/mscorelib": "4.1300.0-dev4130.219",
|
|
8
|
+
"@magic-xpa/utils": "4.1300.0-dev4130.219",
|
|
9
|
+
"@magic-xpa/gui": "4.1300.0-dev4130.219",
|
|
10
10
|
"@angular/common": "^21.1.4",
|
|
11
11
|
"socket.io": "^4.8.3",
|
|
12
12
|
"socket.io-client": "^4.8.3",
|
|
@@ -4110,6 +4110,8 @@ declare class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
|
4110
4110
|
eval_op_get_cookie(cookieName: string, resVal: ExpVal): void;
|
|
4111
4111
|
eval_op_delete_cookie(cookieName: string, resVal: ExpVal): void;
|
|
4112
4112
|
eval_op_route_get(resVal: ExpVal): void;
|
|
4113
|
+
eval_op_route_param_count_get(resVal: ExpVal): void;
|
|
4114
|
+
eval_op_route_param_get(val1: ExpVal, resVal: ExpVal): void;
|
|
4113
4115
|
private params2arguments;
|
|
4114
4116
|
private eval_op_Hash;
|
|
4115
4117
|
private toWordArray;
|