@recursyve/nice-data-filter-kit 12.1.26 → 12.1.27

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.
@@ -1238,7 +1238,11 @@
1238
1238
  };
1239
1239
  NiceBaseListService.prototype.resetAndLoadData = function (parameters, updateQueryParams) {
1240
1240
  if (updateQueryParams === void 0) { updateQueryParams = true; }
1241
- this.loadData(parameters, updateQueryParams, true);
1241
+ return __awaiter(this, void 0, void 0, function () {
1242
+ return __generator(this, function (_b) {
1243
+ return [2 /*return*/, this.loadData(parameters, updateQueryParams, true)];
1244
+ });
1245
+ });
1242
1246
  };
1243
1247
  NiceBaseListService.prototype.loadData = function (parameters, updateQueryParams, reset) {
1244
1248
  if (updateQueryParams === void 0) { updateQueryParams = true; }