ps-toolkit-ui 1.7.1 → 1.7.4
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/vehicle/search/form.vehicle.search.component.js +4 -2
- package/fesm2015/ps-toolkit-ui.js +3 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6968,8 +6968,10 @@
|
|
|
6968
6968
|
var _this = this;
|
|
6969
6969
|
if (this.type === exports.VehicleType.Car || this.type === exports.VehicleType.Motorcycle || this.type === exports.VehicleType.CarF || this.type === exports.VehicleType.CarG) {
|
|
6970
6970
|
setTimeout(function () {
|
|
6971
|
+
console.log('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp');
|
|
6972
|
+
console.log('#' + _this.inp.id + 'VehicleSearchInput' + ' #Part1TextInput .control');
|
|
6971
6973
|
$('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp').click();
|
|
6972
|
-
$('#' + _this.inp.id + 'VehicleSearchInput' + ' #
|
|
6974
|
+
$('#' + _this.inp.id + 'VehicleSearchInput' + ' #Part1TextInput .control').focus();
|
|
6973
6975
|
}, 100);
|
|
6974
6976
|
}
|
|
6975
6977
|
else if (this.type === exports.VehicleType.Driver) {
|