ps-toolkit-ui 1.3.76 → 1.3.77
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 +6 -1
- 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 +7 -2
- package/fesm2015/ps-toolkit-ui.js +6 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4674,7 +4674,12 @@
|
|
|
4674
4674
|
this.part1.onChange = function (v) {
|
|
4675
4675
|
_this.inp.error = null;
|
|
4676
4676
|
if (v.length === 2 && _this.inp.type === exports.InputType.Plaque) {
|
|
4677
|
-
_this.part2.
|
|
4677
|
+
if (_this.part2.data() != null) {
|
|
4678
|
+
_this.part3.focus();
|
|
4679
|
+
}
|
|
4680
|
+
else {
|
|
4681
|
+
_this.part2.focus();
|
|
4682
|
+
}
|
|
4678
4683
|
}
|
|
4679
4684
|
else if (v.length === 3 && _this.inp.type === exports.InputType.PlaqueM) {
|
|
4680
4685
|
_this.part3.focus();
|