monkey-front-core 0.0.358 → 0.0.359
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/pagination/monkeyecx-pagination.service.mjs +7 -1
- package/fesm2015/monkey-front-core.mjs +6 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +6 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.359.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.358.tgz +0 -0
|
@@ -4564,6 +4564,12 @@ class MonkeyEcxPaginationService {
|
|
|
4564
4564
|
// not to do
|
|
4565
4565
|
}
|
|
4566
4566
|
setCallback(callback, name = 'main') {
|
|
4567
|
+
console.log('this.callbacks');
|
|
4568
|
+
console.log(this.callbacks);
|
|
4569
|
+
console.log('name');
|
|
4570
|
+
console.log(name);
|
|
4571
|
+
console.log('callback');
|
|
4572
|
+
console.log(callback);
|
|
4567
4573
|
this.callbacks = {
|
|
4568
4574
|
...this.callbacks,
|
|
4569
4575
|
[name]: callback
|