monkey-front-core 0.0.465 → 0.0.467
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/interfaces/monkeyecx-pagination.mjs +1 -1
- package/esm2020/lib/core/services/store/monkeyecx-store.actions.mjs +1 -1
- package/esm2020/lib/core/services/store/monkeyecx-store.selector.mjs +1 -7
- package/fesm2015/monkey-front-core.mjs +0 -7
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -6
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-pagination.d.ts +1 -2
- package/lib/core/services/store/monkeyecx-store.actions.d.ts +3 -3
- package/lib/core/services/store/monkeyecx-store.selector.d.ts +0 -3
- package/monkey-front-core-0.0.467.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.465.tgz +0 -0
|
@@ -5573,11 +5573,6 @@ class MonkeyEcxCommonsSelectors {
|
|
|
5573
5573
|
return result;
|
|
5574
5574
|
});
|
|
5575
5575
|
};
|
|
5576
|
-
const selectPagination = (props) => {
|
|
5577
|
-
return createSelector(selectState, (state) => {
|
|
5578
|
-
return state?.pagination?.[props.identifier];
|
|
5579
|
-
});
|
|
5580
|
-
};
|
|
5581
5576
|
const selectControl = () => {
|
|
5582
5577
|
return createSelector(selectState, (state) => {
|
|
5583
5578
|
return state.control;
|
|
@@ -5622,7 +5617,6 @@ class MonkeyEcxCommonsSelectors {
|
|
|
5622
5617
|
selectControl,
|
|
5623
5618
|
selectLinks,
|
|
5624
5619
|
selectByIdentifier,
|
|
5625
|
-
selectPagination,
|
|
5626
5620
|
selectPage,
|
|
5627
5621
|
linksHasDifference
|
|
5628
5622
|
};
|