ps-toolkit-ui 1.9.42 → 1.9.44

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.
@@ -5145,9 +5145,6 @@
5145
5145
  };
5146
5146
  FormPlaqueComponent.prototype.onFocusIn = function (e) {
5147
5147
  if (e === void 0) { e = null; }
5148
- if (e == null || !(e.screenX && e.screenX !== 0 && e.screenY && e.screenY !== 0)) {
5149
- this.part1.focus(true);
5150
- }
5151
5148
  };
5152
5149
  FormPlaqueComponent.prototype.onKeyDown = function (e) {
5153
5150
  this.inp.error = null;
@@ -6896,7 +6893,6 @@
6896
6893
  }
6897
6894
  };
6898
6895
  this.inp.focus = function () {
6899
- console.log(2222, 'this.inp.focus');
6900
6896
  _this.onFocusIn();
6901
6897
  };
6902
6898
  this.inp.isValid = function () {
@@ -7003,14 +6999,12 @@
7003
6999
  };
7004
7000
  }
7005
7001
  this.car.url = this.motor.url = this.carF.url = this.carG.url = this.driver.url = this.inp.url.replace('_{}', '_' + this.type);
7006
- console.log(111111, isEdit);
7007
7002
  if (!isEdit) {
7008
7003
  this.onFocusIn();
7009
7004
  }
7010
7005
  };
7011
7006
  FormVehicleSearchComponent.prototype.onFocusIn = function () {
7012
7007
  var _this = this;
7013
- console.log(2222, 'onFocusIn');
7014
7008
  if (this.type === exports.VehicleType.Car || this.type === exports.VehicleType.Motorcycle || this.type === exports.VehicleType.CarF || this.type === exports.VehicleType.CarG) {
7015
7009
  setTimeout(function () {
7016
7010
  $('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp').click();