cloud-ide-element 1.1.18 → 1.1.19

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.
@@ -1001,6 +1001,7 @@ class CideInputComponent {
1001
1001
  validation_status.validation.required = `Datetime is required!`;
1002
1002
  }
1003
1003
  }
1004
+ console.log(validation_status, "validation_status, isControlValid");
1004
1005
  this.isValid = !validation_status.status;
1005
1006
  this.errorText = Object.values(validation_status.validation).at(0) || '';
1006
1007
  return validation_status;