@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.
@@ -32144,8 +32144,12 @@ const N7 = D3((e) => {
32144
32144
  onPageChange: O,
32145
32145
  onRowsPerPageChange: M,
32146
32146
  ActionsComponent: R,
32147
- nextIconButtonProps: {
32148
- disabled: !a
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