@magic-xpa/angular 4.1200.0-dev4120.142 → 4.1200.0-dev4120.143
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,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-xpa/angular",
|
3
|
-
"version": "4.1200.0-dev4120.
|
3
|
+
"version": "4.1200.0-dev4120.143",
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
5
5
|
"dependencies": {
|
6
|
-
"@magic-xpa/engine": "4.1200.0-dev4120.
|
7
|
-
"@magic-xpa/angular-material-core": "4.1200.0-dev4120.
|
6
|
+
"@magic-xpa/engine": "4.1200.0-dev4120.143",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1200.0-dev4120.143",
|
8
8
|
"ng-dynamic-component": "~10.7.0",
|
9
9
|
"rxjs": "7.8.1",
|
10
10
|
"@maskito/angular": "^1.4.0",
|
@@ -38,6 +38,8 @@ export declare class MagicOverlayContainer extends BaseMagicOverlayContainer imp
|
|
38
38
|
private originalMouseX;
|
39
39
|
private originalMouseY;
|
40
40
|
private isCenteredToWindow;
|
41
|
+
private static readonly minAllowedWidth;
|
42
|
+
private static readonly minAllowedHeight;
|
41
43
|
/**
|
42
44
|
*
|
43
45
|
*/
|