@c8y/ngx-components 1018.0.249 → 1018.0.255

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.
@@ -23035,7 +23035,7 @@ function c8yValidationConfigFactory(translate) {
23035
23035
  }
23036
23036
  },
23037
23037
  {
23038
- name: 'minlength',
23038
+ name: 'minLength',
23039
23039
  message(_error, field) {
23040
23040
  return translate.stream(ValidationPattern.messages.minLength, field.templateOptions);
23041
23041
  }