monkey-front-core 0.0.166 → 0.0.167
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/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +2 -7
- package/fesm2015/monkey-front-core.mjs +1 -4
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -6
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.167.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.166.tgz +0 -0
|
@@ -2428,12 +2428,7 @@ class MonkeyEcxCommonsService {
|
|
|
2428
2428
|
}
|
|
2429
2429
|
doPaginationv2(type, callback) {
|
|
2430
2430
|
if (!this.__onLoadingInProgress$.value) {
|
|
2431
|
-
|
|
2432
|
-
page: {
|
|
2433
|
-
...this.__page
|
|
2434
|
-
}
|
|
2435
|
-
}).nextPage();
|
|
2436
|
-
if (hasMorePages && callback) {
|
|
2431
|
+
if (callback) {
|
|
2437
2432
|
callback();
|
|
2438
2433
|
}
|
|
2439
2434
|
}
|