ps-toolkit-ui 1.6.23 → 1.6.24

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.
@@ -4219,7 +4219,6 @@
4219
4219
  }
4220
4220
  if (next >= 0 && next < this.form.inputs.length) {
4221
4221
  setTimeout(function () {
4222
- console.log(_this.form.inputs[next], next);
4223
4222
  _this.form.inputs[next].focus(true);
4224
4223
  }, 1);
4225
4224
  }
@@ -5047,7 +5046,6 @@
5047
5046
  var code = e.keyCode || e.which;
5048
5047
  if (code === 9 || code === 13) {
5049
5048
  e.preventDefault();
5050
- console.log(e.shiftKey ? 'ShiftTab' : 'Tab');
5051
5049
  this.changeIndex.emit(e.shiftKey ? 'ShiftTab' : 'Tab');
5052
5050
  }
5053
5051
  var selected = this.inp.options.findIndex(function (x) { return x.value === _this.inp.value; });
@@ -5174,7 +5172,6 @@
5174
5172
  _this.inp.search = s;
5175
5173
  };
5176
5174
  this.inp.focus = function () {
5177
- console.log('this.inp.focus');
5178
5175
  _this.openOptions();
5179
5176
  };
5180
5177
  this.inp.isValid = function () {