@magic-xpa/engine 4.1300.0-dev4130.130 → 4.1300.0-dev4130.131
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.131",
|
|
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.131",
|
|
8
|
+
"@magic-xpa/utils": "4.1300.0-dev4130.131",
|
|
9
|
+
"@magic-xpa/gui": "4.1300.0-dev4130.131",
|
|
10
10
|
"@angular/common": "^21.1.4",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
@@ -2733,6 +2733,7 @@ declare class ConstInterface {
|
|
|
2733
2733
|
static MG_ATTR_SPECIAL_REUSE_TABLE_EDITOR: string;
|
|
2734
2734
|
static MG_TAG_LAST_ROUTE: string;
|
|
2735
2735
|
static RC_TOKEN_CACHED_FILE: string;
|
|
2736
|
+
static MG_TAG_PUBSUB_SERVER_URI: string;
|
|
2736
2737
|
}
|
|
2737
2738
|
|
|
2738
2739
|
declare let CurrentClientVersion: string;
|
|
@@ -3512,6 +3513,7 @@ declare class Environment implements IEnvironment {
|
|
|
3512
3513
|
private _dropUserFormats;
|
|
3513
3514
|
private _webclientReinitSession;
|
|
3514
3515
|
private _specialValNewPolicy;
|
|
3516
|
+
private _pubsubServerURI;
|
|
3515
3517
|
static Instance: Environment;
|
|
3516
3518
|
get Language(): string;
|
|
3517
3519
|
IgnoreReplaceDecimalSeparator: boolean;
|
|
@@ -3578,6 +3580,7 @@ declare class Environment implements IEnvironment {
|
|
|
3578
3580
|
GetDropUserFormats(): string;
|
|
3579
3581
|
GetSpecialValNewPolicy(): boolean;
|
|
3580
3582
|
GetSpecialCancelOnCreate(): boolean;
|
|
3583
|
+
GetPubSubServerURI(): string;
|
|
3581
3584
|
}
|
|
3582
3585
|
declare class EnvironmentDetails {
|
|
3583
3586
|
private _createInModifyMode;
|