ps-toolkit-ui 1.3.50 → 1.3.51
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 +3 -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/car/form.car.component.js +2 -2
- package/esm2015/lib/components/form/plaque/form.plaque.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +3 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4816,7 +4816,9 @@
|
|
|
4816
4816
|
};
|
|
4817
4817
|
FormPlaqueComponent.prototype.onFocusIn = function (e) {
|
|
4818
4818
|
if (e === void 0) { e = null; }
|
|
4819
|
+
console.log('onFocusIn');
|
|
4819
4820
|
if (e == null || !(e.screenX && e.screenX !== 0 && e.screenY && e.screenY !== 0)) {
|
|
4821
|
+
console.log('this.part1.focus');
|
|
4820
4822
|
this.part1.focus();
|
|
4821
4823
|
}
|
|
4822
4824
|
};
|
|
@@ -6678,7 +6680,7 @@
|
|
|
6678
6680
|
else if (_this.type === exports.VehicleType.Motorcycle) {
|
|
6679
6681
|
_this.motor.focus();
|
|
6680
6682
|
}
|
|
6681
|
-
},
|
|
6683
|
+
}, 3000);
|
|
6682
6684
|
};
|
|
6683
6685
|
return FormCarComponent;
|
|
6684
6686
|
}());
|