ps-toolkit-ui 1.9.40 → 1.9.42

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.
@@ -6896,6 +6896,7 @@
6896
6896
  }
6897
6897
  };
6898
6898
  this.inp.focus = function () {
6899
+ console.log(2222, 'this.inp.focus');
6899
6900
  _this.onFocusIn();
6900
6901
  };
6901
6902
  this.inp.isValid = function () {
@@ -7002,12 +7003,14 @@
7002
7003
  };
7003
7004
  }
7004
7005
  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);
7005
7007
  if (!isEdit) {
7006
7008
  this.onFocusIn();
7007
7009
  }
7008
7010
  };
7009
7011
  FormVehicleSearchComponent.prototype.onFocusIn = function () {
7010
7012
  var _this = this;
7013
+ console.log(2222, 'onFocusIn');
7011
7014
  if (this.type === exports.VehicleType.Car || this.type === exports.VehicleType.Motorcycle || this.type === exports.VehicleType.CarF || this.type === exports.VehicleType.CarG) {
7012
7015
  setTimeout(function () {
7013
7016
  $('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp').click();