ps-toolkit-ui 1.18.79 → 1.18.81

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,7 +2841,6 @@
2841
2841
  }
2842
2842
  ModalComponent.prototype.ngOnInit = function () {
2843
2843
  var _this = this;
2844
- console.log('this.modal', this.modal);
2845
2844
  this.close = new InputClass(this.modal.environment, this.modal.l, null, 'fas fa-times', exports.InputType.Icon, 'w-u h-30 red close-modal');
2846
2845
  this.close.onClick = function () {
2847
2846
  _this.modal.hide();
@@ -7695,6 +7694,10 @@
7695
7694
  _this.carG.setValue(v.Value, false);
7696
7695
  _this.carG.setSearch(v.Search);
7697
7696
  }
7697
+ else if (v.Type === exports.VehicleType.Driver) {
7698
+ _this.driver.setValue(v.Value, false);
7699
+ _this.driver.setSearch(v.Search);
7700
+ }
7698
7701
  });
7699
7702
  }
7700
7703
  };