@magic-xpa/engine 4.1300.0-dev4130.117 → 4.1300.0-dev4130.121
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.121",
|
|
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.121",
|
|
8
|
+
"@magic-xpa/utils": "4.1300.0-dev4130.121",
|
|
9
|
+
"@magic-xpa/gui": "4.1300.0-dev4130.121",
|
|
10
10
|
"@angular/common": "^21.1.4",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
@@ -4043,6 +4043,8 @@ declare class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
|
4043
4043
|
private params2arguments;
|
|
4044
4044
|
private eval_op_Hash;
|
|
4045
4045
|
private toWordArray;
|
|
4046
|
+
private eval_op_Subscribe;
|
|
4047
|
+
private eval_op_UnSubscribe;
|
|
4046
4048
|
}
|
|
4047
4049
|
declare class NullValueException extends Exception {
|
|
4048
4050
|
private _attr;
|