monkey-front-core 0.0.462 → 0.0.463
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/store/monkeyecx-store.selector.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/store/monkeyecx-store.selector.d.ts +1 -1
- package/monkey-front-core-0.0.463.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.462.tgz +0 -0
|
@@ -5591,7 +5591,7 @@ class MonkeyEcxCommonsSelectors {
|
|
|
5591
5591
|
return state.page?.[props.identifier];
|
|
5592
5592
|
});
|
|
5593
5593
|
};
|
|
5594
|
-
const
|
|
5594
|
+
const linksHasDifference = (props) => {
|
|
5595
5595
|
return createSelector(selectState, (state) => {
|
|
5596
5596
|
const { pagination } = state;
|
|
5597
5597
|
const { identifier, url } = props;
|
|
@@ -5622,7 +5622,7 @@ class MonkeyEcxCommonsSelectors {
|
|
|
5622
5622
|
selectByIdentifier,
|
|
5623
5623
|
selectPagination,
|
|
5624
5624
|
selectPage,
|
|
5625
|
-
|
|
5625
|
+
linksHasDifference
|
|
5626
5626
|
};
|
|
5627
5627
|
}
|
|
5628
5628
|
}
|