@applica-software-guru/react-admin 1.5.289 → 1.5.290
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/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -1
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Pagination/Pagination.tsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -29703,7 +29703,7 @@ function qae({ nextIconButtonProps: e, backIconButtonProps: t, slotProps: n, ...
|
|
|
29703
29703
|
return r;
|
|
29704
29704
|
}
|
|
29705
29705
|
const VO = $w((e) => {
|
|
29706
|
-
const { rowsPerPageOptions: t = Kae, actions: n, limit: r = null, ...o } = e, { isLoading: a, hasNextPage: s, page: c, perPage: u, total: d, setPage: p, setPerPage: h } = P8(e), g = ht(), v = oi((R) => R.breakpoints.down("md")), [b, x] = Fe(
|
|
29706
|
+
const { rowsPerPageOptions: t = Kae, actions: n, limit: r = null, ...o } = e, { isLoading: a, hasNextPage: s, page: c, perPage: u, total: d, setPage: p, setPerPage: h } = P8(e), g = ht(), v = oi((R) => R.breakpoints.down("md")), [b, x] = Fe(c - 1), w = We(() => d != null ? Math.ceil(d / u) : void 0, [u, d]), E = Ce(
|
|
29707
29707
|
gt.debounce((R) => {
|
|
29708
29708
|
p(R + 1);
|
|
29709
29709
|
}, 500),
|
|
Binary file
|