ps-toolkit-ui 1.9.41 → 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 () {
@@ -7009,6 +7010,7 @@
7009
7010
  };
7010
7011
  FormVehicleSearchComponent.prototype.onFocusIn = function () {
7011
7012
  var _this = this;
7013
+ console.log(2222, 'onFocusIn');
7012
7014
  if (this.type === exports.VehicleType.Car || this.type === exports.VehicleType.Motorcycle || this.type === exports.VehicleType.CarF || this.type === exports.VehicleType.CarG) {
7013
7015
  setTimeout(function () {
7014
7016
  $('#' + _this.inp.id + 'VehicleSearchInput' + ' .plaque-inp').click();