@esfaenza/es-table 11.2.104 → 11.2.105

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.
@@ -4261,6 +4261,7 @@
4261
4261
  if (this.callTimeout)
4262
4262
  clearTimeout(this.callTimeout);
4263
4263
  this.callTimeout = setTimeout(function () { _this.writeValue(obj, false); }, this.SearchThrottle);
4264
+ return [2 /*return*/];
4264
4265
  }
4265
4266
  // Mi è arrivata l'AppSearch quindi di sicuro non ho una ricerca in progress
4266
4267
  this.researchInProgress = false;