@magic-xpa/gui 4.800.0-dev480.211 → 4.800.0-dev480.215
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/bundles/magic-xpa-gui.umd.js +6 -2
- package/bundles/magic-xpa-gui.umd.js.map +1 -1
- package/bundles/magic-xpa-gui.umd.min.js +1 -1
- package/bundles/magic-xpa-gui.umd.min.js.map +1 -1
- package/esm2015/src/management/gui/Property.js +4 -1
- package/fesm2015/magic-xpa-gui.js +2 -0
- package/fesm2015/magic-xpa-gui.js.map +1 -1
- package/package.json +2 -2
|
@@ -11410,7 +11410,7 @@
|
|
|
11410
11410
|
switch (_e.label) {
|
|
11411
11411
|
case 0:
|
|
11412
11412
|
mgControl = this._parentObj;
|
|
11413
|
-
if (!(mgControl.ModifiedByUser || mgControl.ValidateControl || this.GetTaskByParentObject().IsInRecompute())) return [3 /*break*/,
|
|
11413
|
+
if (!(mgControl.ModifiedByUser || mgControl.ValidateControl || this.GetTaskByParentObject().IsInRecompute())) return [3 /*break*/, 12];
|
|
11414
11414
|
_e.label = 1;
|
|
11415
11415
|
case 1:
|
|
11416
11416
|
_e.trys.push([1, 9, 10, 11]);
|
|
@@ -11454,7 +11454,11 @@
|
|
|
11454
11454
|
}
|
|
11455
11455
|
finally { if (e_5) throw e_5.error; }
|
|
11456
11456
|
return [7 /*endfinally*/];
|
|
11457
|
-
case 11:
|
|
11457
|
+
case 11:
|
|
11458
|
+
if (!util.isNullOrUndefined(this.customValidatorProperties))
|
|
11459
|
+
mgControl.RefreshDisplay();
|
|
11460
|
+
_e.label = 12;
|
|
11461
|
+
case 12: return [2 /*return*/];
|
|
11458
11462
|
}
|
|
11459
11463
|
});
|
|
11460
11464
|
});
|