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.
- package/bundles/ps-toolkit-ui.umd.js +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/plaque/form.plaque.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 =
|
|
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 =
|
|
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';
|