ps-toolkit-ui 1.6.43 → 1.6.44

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.
@@ -6670,7 +6670,8 @@
6670
6670
  _this.inp.onChange(_this.carF.data());
6671
6671
  }
6672
6672
  };
6673
- this.driver.onChange = function () {
6673
+ this.driver.onChange = function (e) {
6674
+ console.log(e);
6674
6675
  _this.changeIndex.emit('Tab');
6675
6676
  if (_this.inp.onChange) {
6676
6677
  _this.inp.onChange(_this.driver.data());