@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.
- package/bundles/esfaenza-es-table.umd.js +1 -0
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +2 -1
- package/fesm2015/esfaenza-es-table.js +1 -0
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|