ps-toolkit-ui 1.9.68 → 1.9.69

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.
@@ -6097,14 +6097,14 @@
6097
6097
  var _this = this;
6098
6098
  if (changeIndex === void 0) { changeIndex = false; }
6099
6099
  setTimeout(function () {
6100
- console.log(changeIndex, _this.inp.name);
6100
+ console.log(_this.inputBase);
6101
6101
  if (changeIndex) {
6102
6102
  _this.inputBase.nativeElement.select();
6103
6103
  }
6104
6104
  else {
6105
6105
  _this.inputBase.nativeElement.focus();
6106
6106
  }
6107
- });
6107
+ }, 1000);
6108
6108
  };
6109
6109
  FormTextboxComponent.prototype.onFocusOut = function (e) {
6110
6110
  if (this.inp.onFocusOut !== null) {