@rafal.lemieszewski/tide-ui 0.78.0 → 0.78.2

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/index.es.js CHANGED
@@ -81427,7 +81427,7 @@ const Cyt = p.memo(function({
81427
81427
  paginationVariant: s = "full",
81428
81428
  pageSizeOptions: c = [10, 25, 50, 100]
81429
81429
  }) {
81430
- const l = t.getState().pagination.pageIndex + 1, d = t.getState().pagination.pageSize, u = n ? t.getPrePaginationRowModel().rows.filter((g) => g.depth === 0).length : t.getFilteredRowModel().rows.length, m = t.getFilteredSelectedRowModel().rows.length, y = (g) => {
81430
+ const l = t.getState().pagination.pageIndex + 1, d = t.getState().pagination.pageSize, u = n && !t.options.manualPagination ? t.getPrePaginationRowModel().rows.filter((g) => g.depth === 0).length : t.getRowCount(), m = t.getFilteredSelectedRowModel().rows.length, y = (g) => {
81431
81431
  t.setPageIndex(g - 1);
81432
81432
  }, v = (g) => {
81433
81433
  t.setPageSize(g);