ps-toolkit-ui 1.5.57 → 1.5.58

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.
@@ -6646,7 +6646,7 @@
6646
6646
  this.fingerprint.placeholder = this.inp.l('LoadingText', 'Waiting');
6647
6647
  this.inp.setValue = function (v) {
6648
6648
  if (v != null) {
6649
- if (v.Search && v.Search.split('_').length === 2 && v.split('_').every(function (x) { return /^[0-9]+$/.test(x); })) {
6649
+ if (v.Search && v.Search.split('_').length === 2 && v.Search.split('_').every(function (x) { return /^[0-9]+$/.test(x); })) {
6650
6650
  _this.type = 'Motor';
6651
6651
  setTimeout(function () {
6652
6652
  _this.motor.setValue(v.Value, false);