@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.222",
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.222",
7
- "@magic-xpa/angular-material-core": "4.1300.0-dev4130.222",
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 static formName;
2610
- private static showTitleBar;
2611
- private static x;
2612
- private static y;
2613
- private static width;
2614
- private static height;
2615
- private static isCenteredToWindow;
2616
- private static shouldCloseOnBackgroundClick;
2617
- private static isResizable;
2618
- private static isMovable;
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;