ps-toolkit-ui 1.18.77 → 1.18.79

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.
@@ -2841,6 +2841,7 @@
2841
2841
  }
2842
2842
  ModalComponent.prototype.ngOnInit = function () {
2843
2843
  var _this = this;
2844
+ console.log('this.modal', this.modal);
2844
2845
  this.close = new InputClass(this.modal.environment, this.modal.l, null, 'fas fa-times', exports.InputType.Icon, 'w-u h-30 red close-modal');
2845
2846
  this.close.onClick = function () {
2846
2847
  _this.modal.hide();
@@ -7606,7 +7607,7 @@
7606
7607
  var FormVehicleSearchComponent = /** @class */ (function () {
7607
7608
  function FormVehicleSearchComponent() {
7608
7609
  this.changeIndex = new core.EventEmitter();
7609
- this.type = exports.VehicleType.Car;
7610
+ this.type = null;
7610
7611
  this.wsAuth = null;
7611
7612
  }
7612
7613
  Object.defineProperty(FormVehicleSearchComponent.prototype, "vehicleType", {
@@ -7617,6 +7618,7 @@
7617
7618
  FormVehicleSearchComponent.prototype.ngOnInit = function () {
7618
7619
  var _this = this;
7619
7620
  var _a;
7621
+ this.type = this.inp.rows.find(function (_) { return true; });
7620
7622
  this.car = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-user', exports.InputType.SelectAutoCompletePlaque, 'plaque-inp');
7621
7623
  this.motor = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-motorcycle', exports.InputType.SelectAutoCompletePlaqueM, 'plaque-inp');
7622
7624
  this.carF = new InputClass(this.inp.environment, this.inp.l, this.inp.name + 'Item', 'fa-earth-asia', exports.InputType.SelectAutoCompletePlaqueF, 'plaque-inp');