@kms-ngx-ui/presentational 20.8.2 → 20.8.3

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.
@@ -4465,6 +4465,16 @@ class DynamicFieldDirective {
4465
4465
  const opts = config.options;
4466
4466
  if (opts?.withStrength)
4467
4467
  ref.setInput('withStrength', true);
4468
+ if (opts?.lowerCaseCriteriaMsg)
4469
+ ref.setInput('lowerCaseCriteriaMsg', opts.lowerCaseCriteriaMsg);
4470
+ if (opts?.upperCaseCriteriaMsg)
4471
+ ref.setInput('upperCaseCriteriaMsg', opts.upperCaseCriteriaMsg);
4472
+ if (opts?.numberCriteriaMsg)
4473
+ ref.setInput('numberCriteriaMsg', opts.numberCriteriaMsg);
4474
+ if (opts?.specialCharCriteriaMsg)
4475
+ ref.setInput('specialCharCriteriaMsg', opts.specialCharCriteriaMsg);
4476
+ if (opts?.minCharsCriteriaMsg)
4477
+ ref.setInput('minCharsCriteriaMsg', opts.minCharsCriteriaMsg);
4468
4478
  }
4469
4479
  mapImageUpload(config, ref) {
4470
4480
  const opts = config.options;