@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.
- package/esm2020/core/dynamic-forms/validation/validation-config.factory.mjs +2 -2
- package/fesm2015/c8y-ngx-components.mjs +1 -1
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +1 -1
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +3 -6
- package/locales/es.po +3 -6
- package/locales/fr.po +5 -8
- package/locales/ja_JP.po +27 -19
- package/locales/ko.po +14 -17
- package/locales/nl.po +4 -7
- package/locales/pl.po +3 -6
- package/locales/pt_BR.po +3 -6
- package/locales/ru.po +0 -3
- package/locales/zh_CN.po +0 -3
- package/locales/zh_TW.po +0 -3
- package/package.json +2 -2
|
@@ -21606,7 +21606,7 @@ function c8yValidationConfigFactory(translate) {
|
|
|
21606
21606
|
}
|
|
21607
21607
|
},
|
|
21608
21608
|
{
|
|
21609
|
-
name: '
|
|
21609
|
+
name: 'minLength',
|
|
21610
21610
|
message(_error, field) {
|
|
21611
21611
|
return translate.stream(ValidationPattern.messages.minLength, field.templateOptions);
|
|
21612
21612
|
}
|