ps-toolkit-ui 1.3.85 → 1.3.87

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.
@@ -4657,12 +4657,12 @@
4657
4657
  this.part4.class += ' plaque-part-m';
4658
4658
  }
4659
4659
  else if (this.inp.type === exports.InputType.PlaqueF) {
4660
- this.part1.minLength = 1000000;
4660
+ this.part1.minLength = 100;
4661
4661
  this.part1.maxLength = 9999999;
4662
4662
  this.part1.class += ' plaque-part-f';
4663
4663
  this.part2.class += ' plaque-part-f';
4664
4664
  this.part3.minLength = 1;
4665
- this.part3.maxLength = 50;
4665
+ this.part3.maxLength = 20;
4666
4666
  this.part3.type = exports.InputType.Text;
4667
4667
  this.part3.class += ' plaque-part-f';
4668
4668
  this.part4.class += ' plaque-part-f';