@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.
- package/bundles/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/services/job.utils.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
20371
|
+
opts.progression.next(opts.maxProgression);
|
|
20372
20372
|
}
|
|
20373
20373
|
return [2 /*return*/, {
|
|
20374
20374
|
data: data,
|