@c8y/ngx-components 1017.0.504 → 1017.0.510

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.
@@ -21606,7 +21606,7 @@ function c8yValidationConfigFactory(translate) {
21606
21606
  }
21607
21607
  },
21608
21608
  {
21609
- name: 'minlength',
21609
+ name: 'minLength',
21610
21610
  message(_error, field) {
21611
21611
  return translate.stream(ValidationPattern.messages.minLength, field.templateOptions);
21612
21612
  }