@applica-software-guru/react-admin 1.5.363 → 1.5.364
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/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/components/ra-lists/Datagrid/DatagridHeader.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +2 -2
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +7 -3
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +2 -2
- 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 +8 -5
- package/src/components/ra-lists/Datagrid/DatagridHeader.tsx +3 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -32144,8 +32144,12 @@ const N7 = D3((e) => {
|
|
|
32144
32144
|
onPageChange: O,
|
|
32145
32145
|
onRowsPerPageChange: M,
|
|
32146
32146
|
ActionsComponent: R,
|
|
32147
|
-
|
|
32148
|
-
|
|
32147
|
+
slotProps: {
|
|
32148
|
+
actions: {
|
|
32149
|
+
nextButton: {
|
|
32150
|
+
disabled: !a
|
|
32151
|
+
}
|
|
32152
|
+
}
|
|
32149
32153
|
},
|
|
32150
32154
|
component: "span",
|
|
32151
32155
|
labelRowsPerPage: p("ra.navigation.page_rows_per_page"),
|
|
@@ -33494,7 +33498,7 @@ function cv(e) {
|
|
|
33494
33498
|
x.length > 0 ? x.map((w, E) => {
|
|
33495
33499
|
if (!w || typeof w != "object" || !("props" in w))
|
|
33496
33500
|
return /* @__PURE__ */ h($r, {}, E);
|
|
33497
|
-
const T = w.props.source ?? (typeof w.props.label == "string" ? w.props.label : void 0), O = w.props.sortable !== !1 && !!T, M = O ? b(T) : null, B = p({
|
|
33501
|
+
const T = w.props.sortBy ?? w.props.source ?? (typeof w.props.label == "string" ? w.props.label : void 0), O = w.props.sortable !== !1 && !!T, M = O ? b(T) : null, B = p({
|
|
33498
33502
|
...w.props,
|
|
33499
33503
|
source: w.props.source ?? T,
|
|
33500
33504
|
resource: f
|
|
Binary file
|