ps-toolkit-ui 1.15.49 → 1.15.50

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.
@@ -7682,7 +7682,7 @@
7682
7682
  this.inp.clear = function () {
7683
7683
  _this.inp.error = null;
7684
7684
  _this.inp.setValue(null, false);
7685
- _this.changeType(exports.VehicleType.Car);
7685
+ _this.changeType(_this.inp.rows.find(function (_) { return true; }));
7686
7686
  _this.car.clear();
7687
7687
  _this.motor.clear();
7688
7688
  _this.carF.clear();