ps-toolkit-ui 1.6.72 → 1.6.73

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.
@@ -6952,6 +6952,7 @@
6952
6952
  this.car.displayLabel = this.carF.displayLabel = this.carG.displayLabel = this.motor.displayLabel = false;
6953
6953
  this.car.disabled = this.carF.disabled = this.carG.disabled = this.motor.disabled = this.inp.disabled;
6954
6954
  this.inp.setValue = function (v) {
6955
+ console.log(v);
6955
6956
  if (v != null && v.Value !== null) {
6956
6957
  _this.changeType(v.Type);
6957
6958
  setTimeout(function () {