ps-toolkit-ui 1.7.3 → 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 -7
- 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/date/form.date.component.js +1 -6
- package/esm2015/lib/components/form/index/form.component.js +1 -2
- package/esm2015/lib/components/form/vehicle/search/form.vehicle.search.component.js +4 -2
- package/fesm2015/ps-toolkit-ui.js +3 -7
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3927,11 +3927,6 @@
|
|
|
3927
3927
|
this.cSearch = this.inp.search;
|
|
3928
3928
|
setTimeout(function () {
|
|
3929
3929
|
$__namespace(_this.inputDiv.nativeElement).removeClass('top');
|
|
3930
|
-
console.log('#######');
|
|
3931
|
-
console.log(_this.inForm);
|
|
3932
|
-
console.log(_this.inp.value);
|
|
3933
|
-
console.log(_this.inp.search);
|
|
3934
|
-
console.log('#######');
|
|
3935
3930
|
_this.changeIndex.emit('Tab');
|
|
3936
3931
|
if (!_this.inForm) {
|
|
3937
3932
|
$__namespace(_this.inputBase.nativeElement).blur();
|
|
@@ -4327,7 +4322,6 @@
|
|
|
4327
4322
|
}
|
|
4328
4323
|
if (next >= 0 && next < this.form.inputs.length) {
|
|
4329
4324
|
setTimeout(function () {
|
|
4330
|
-
console.log(_this.form.inputs[next]);
|
|
4331
4325
|
_this.form.inputs[next].focus(true);
|
|
4332
4326
|
}, 1);
|
|
4333
4327
|
}
|
|
@@ -6974,8 +6968,10 @@
|
|
|
6974
6968
|
var _this = this;
|
|
6975
6969
|
if (this.type === exports.VehicleType.Car || this.type === exports.VehicleType.Motorcycle || this.type === exports.VehicleType.CarF || this.type === exports.VehicleType.CarG) {
|
|
6976
6970
|
setTimeout(function () {
|
|
6971
|
+
console.log('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp');
|
|
6972
|
+
console.log('#' + _this.inp.id + 'VehicleSearchInput' + ' #Part1TextInput .control');
|
|
6977
6973
|
$('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp').click();
|
|
6978
|
-
$('#' + _this.inp.id + 'VehicleSearchInput' + ' #
|
|
6974
|
+
$('#' + _this.inp.id + 'VehicleSearchInput' + ' #Part1TextInput .control').focus();
|
|
6979
6975
|
}, 100);
|
|
6980
6976
|
}
|
|
6981
6977
|
else if (this.type === exports.VehicleType.Driver) {
|