ps-toolkit-ui 1.11.6 → 1.11.7

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.
@@ -5355,13 +5355,7 @@
5355
5355
  _this.inp.error = exports.InputError.Required;
5356
5356
  return false;
5357
5357
  }
5358
- console.log(_this.inp.addNew);
5359
- console.log(_this.inp.value);
5360
- console.log(_this.inp.search);
5361
- console.log(_this.inp.search);
5362
- console.log(_this.inp.search.replace(/-/g, '').replace(/./g, ''));
5363
- console.log(/^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/./g, '')));
5364
- if (_this.inp.addNew && _this.inp.value == null && _this.inp.search != null && /^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/./g, ''))) {
5358
+ if (_this.inp.addNew && _this.inp.value == null && _this.inp.search != null && /^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/\./g, ''))) {
5365
5359
  _this.inp.error = exports.InputError.Invalid;
5366
5360
  return false;
5367
5361
  }