@sumaris-net/ngx-components 1.16.0 → 1.16.1

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.
@@ -20368,7 +20368,7 @@
20368
20368
  }
20369
20369
  // Or increment once
20370
20370
  else if (opts && opts.progression && opts.maxProgression) {
20371
- opts.progression.next(opts.progression.value + opts.maxProgression);
20371
+ opts.progression.next(opts.maxProgression);
20372
20372
  }
20373
20373
  return [2 /*return*/, {
20374
20374
  data: data,