ps-toolkit-ui 1.18.77 → 1.18.78

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.
@@ -7606,7 +7606,7 @@
7606
7606
  var FormVehicleSearchComponent = /** @class */ (function () {
7607
7607
  function FormVehicleSearchComponent() {
7608
7608
  this.changeIndex = new core.EventEmitter();
7609
- this.type = exports.VehicleType.Car;
7609
+ this.type = null;
7610
7610
  this.wsAuth = null;
7611
7611
  }
7612
7612
  Object.defineProperty(FormVehicleSearchComponent.prototype, "vehicleType", {
@@ -7617,6 +7617,7 @@
7617
7617
  FormVehicleSearchComponent.prototype.ngOnInit = function () {
7618
7618
  var _this = this;
7619
7619
  var _a;
7620
+ this.type = this.inp.rows.find(function (_) { return true; });
7620
7621
  this.car = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-user', exports.InputType.SelectAutoCompletePlaque, 'plaque-inp');
7621
7622
  this.motor = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-motorcycle', exports.InputType.SelectAutoCompletePlaqueM, 'plaque-inp');
7622
7623
  this.carF = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-earth-asia', exports.InputType.SelectAutoCompletePlaqueF, 'plaque-inp');