@magic-xpa/gui 4.900.0-dev490.91 → 4.900.0-dev490.96

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/gui",
3
- "version": "4.900.0-dev490.91",
3
+ "version": "4.900.0-dev490.96",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
6
  "timers": "^0.1.1",
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.900.0-dev490.91",
11
+ "@magic-xpa/utils": "4.900.0-dev490.96",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "module": "fesm2015/magic-xpa-gui.mjs",
@@ -26,6 +26,7 @@ export declare abstract class GuiTaskBase implements ITask, PropParentInterface
26
26
  _currParkedFld: GuiFieldBase;
27
27
  private isInRecompute;
28
28
  CurrentEditingControl: MgControlBase;
29
+ private shouldResumeSubformLayout;
29
30
  ApplicationGuid: string;
30
31
  ProgramIsn: number;
31
32
  TaskIsn: number;
@@ -107,6 +108,7 @@ export declare abstract class GuiTaskBase implements ITask, PropParentInterface
107
108
  getFieldDef(parent: number, fldIdx: number): FieldDef;
108
109
  private getField_0;
109
110
  InitForm(): Promise<void>;
111
+ ResumeSubformLayout(): void;
110
112
  GetLastParkedCtrlName(depth: number): string;
111
113
  getForm(): MgFormBase;
112
114
  SetForm(value: MgFormBase): MgFormBase;