ps-toolkit-ui 0.1.73 → 0.1.74

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.
@@ -3242,7 +3242,7 @@
3242
3242
  _this.inp.error = null;
3243
3243
  if (v.length === 4) {
3244
3244
  _this.part2.focus();
3245
- var b = _this.banks.filter(function (x) { return x.startWith.includes(_this.part1.data()); });
3245
+ var b = _this.banks.filter(function (x) { return x.startWith.includes(_this.part1.data().toString()); });
3246
3246
  if (b.length > 0) {
3247
3247
  $__namespace(_this.inputIcon.nativeElement).removeClass('fa-money-check');
3248
3248
  $__namespace(_this.inputIcon.nativeElement).css('background-image', 'url("../../../../assets/images/banks/' + b[0].name + '.png")');