ps-toolkit-ui 1.18.95 → 1.18.96

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.
@@ -6086,7 +6086,7 @@
6086
6086
  }
6087
6087
  else {
6088
6088
  if (v != null) {
6089
- console.log(v.map(String), _this);
6089
+ console.log(v.map(String), _this, _this.inp, _this.inp.options);
6090
6090
  _this.setValue(v.map(String));
6091
6091
  }
6092
6092
  }