ps-toolkit-ui 1.7.2 → 1.7.3

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.
@@ -3927,6 +3927,11 @@
3927
3927
  this.cSearch = this.inp.search;
3928
3928
  setTimeout(function () {
3929
3929
  $__namespace(_this.inputDiv.nativeElement).removeClass('top');
3930
+ console.log('#######');
3931
+ console.log(_this.inForm);
3932
+ console.log(_this.inp.value);
3933
+ console.log(_this.inp.search);
3934
+ console.log('#######');
3930
3935
  _this.changeIndex.emit('Tab');
3931
3936
  if (!_this.inForm) {
3932
3937
  $__namespace(_this.inputBase.nativeElement).blur();
@@ -4322,6 +4327,7 @@
4322
4327
  }
4323
4328
  if (next >= 0 && next < this.form.inputs.length) {
4324
4329
  setTimeout(function () {
4330
+ console.log(_this.form.inputs[next]);
4325
4331
  _this.form.inputs[next].focus(true);
4326
4332
  }, 1);
4327
4333
  }