@magic-xpa/angular 4.1300.0-dev4130.222 → 4.1300.0-dev4130.224
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.1300.0-dev4130.
|
|
3
|
+
"version": "4.1300.0-dev4130.224",
|
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@magic-xpa/engine": "4.1300.0-dev4130.
|
|
7
|
-
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.
|
|
6
|
+
"@magic-xpa/engine": "4.1300.0-dev4130.224",
|
|
7
|
+
"@magic-xpa/angular-material-core": "4.1300.0-dev4130.224",
|
|
8
8
|
"ng-dynamic-component": "~10.8.2",
|
|
9
9
|
"@maskito/angular": "^1.4.0",
|
|
10
10
|
"@maskito/core": "^1.4.0",
|
|
@@ -2606,16 +2606,16 @@ declare class ModalFormDefinition {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
|
|
2608
2608
|
declare class MagicModalProperties implements MagicModalInterface {
|
|
2609
|
-
private
|
|
2610
|
-
private
|
|
2611
|
-
private
|
|
2612
|
-
private
|
|
2613
|
-
private
|
|
2614
|
-
private
|
|
2615
|
-
private
|
|
2616
|
-
private
|
|
2617
|
-
private
|
|
2618
|
-
private
|
|
2609
|
+
private formName;
|
|
2610
|
+
private showTitleBar;
|
|
2611
|
+
private x;
|
|
2612
|
+
private y;
|
|
2613
|
+
private width;
|
|
2614
|
+
private height;
|
|
2615
|
+
private isCenteredToWindow;
|
|
2616
|
+
private shouldCloseOnBackgroundClick;
|
|
2617
|
+
private isResizable;
|
|
2618
|
+
private isMovable;
|
|
2619
2619
|
constructor(formName: string, showTitleBar: boolean, x: number, y: number, width: string, height: string, isCenteredToWindow: boolean, shouldCloseOnBackgroundClick: boolean, isResizable: boolean, isMovable: boolean);
|
|
2620
2620
|
X(): number;
|
|
2621
2621
|
Y(): number;
|