@magic-xpa/engine 4.900.0-dev490.48 → 4.900.0-dev490.49

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.
@@ -26933,7 +26933,7 @@ class EventsManager {
26933
26933
  val = Manager.GetCtrlVal(ctrl);
26934
26934
  task.CurrentEditingControl = null;
26935
26935
  if (!task.cancelWasRaised() &&
26936
- (ctrl.Type !== MgControlType.CTRL_TYPE_BROWSER && (!isNullOrUndefined(ctrl._field) && ctrl._field.getType() === StorageAttribute.DATE || val !== null) && typeof val != 'undefined' &&
26936
+ (ctrl.Type !== MgControlType.CTRL_TYPE_BROWSER && (!isNullOrUndefined(ctrl._field) && (ctrl._field.getType() === StorageAttribute.DATE || ctrl._field.getType() == StorageAttribute.NUMERIC) || val !== null) && typeof val != 'undefined' &&
26937
26937
  !await ctrl.validateAndSetValue(val, true))) {
26938
26938
  this.setStopExecution(true);
26939
26939
  return false;
@@ -29525,7 +29525,7 @@ class CommandsTable {
29525
29525
  }
29526
29526
  }
29527
29527
 
29528
- let CurrentClientVersion = '4.900.0-dev490.48';
29528
+ let CurrentClientVersion = '4.900.0-dev490.49';
29529
29529
 
29530
29530
  class ClientManager {
29531
29531
  constructor() {