@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.
- package/context-dashboard/dashboard-availability.component.d.ts +4 -2
- package/esm2020/context-dashboard/dashboard-availability.component.mjs +19 -11
- package/esm2020/core/dynamic-forms/validation/validation-config.factory.mjs +2 -2
- package/fesm2015/c8y-ngx-components-context-dashboard.mjs +15 -8
- package/fesm2015/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +1 -1
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-context-dashboard.mjs +15 -8
- package/fesm2020/c8y-ngx-components-context-dashboard.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 +12 -12
- package/locales/en.po +6 -6
- package/locales/es.po +12 -12
- package/locales/fr.po +15 -15
- package/locales/ja_JP.po +29 -23
- package/locales/ko.po +20 -23
- package/locales/locales.pot +6 -0
- package/locales/nl.po +13 -13
- package/locales/pl.po +12 -12
- package/locales/pt_BR.po +12 -12
- package/locales/ru.po +6 -9
- package/locales/zh_CN.po +6 -9
- package/locales/zh_TW.po +6 -9
- package/package.json +1 -1
|
@@ -23035,7 +23035,7 @@ function c8yValidationConfigFactory(translate) {
|
|
|
23035
23035
|
}
|
|
23036
23036
|
},
|
|
23037
23037
|
{
|
|
23038
|
-
name: '
|
|
23038
|
+
name: 'minLength',
|
|
23039
23039
|
message(_error, field) {
|
|
23040
23040
|
return translate.stream(ValidationPattern.messages.minLength, field.templateOptions);
|
|
23041
23041
|
}
|