Skip to content

Commit

Permalink
Merge pull request #75 from folio-org/STTYPES-16
Browse files Browse the repository at this point in the history
STTYPES-16 Add the `pagingOffset` prop to MCL prev-next paging props.
  • Loading branch information
JohnC-80 authored Dec 20, 2024
2 parents 49a5ddc + 1bb661a commit 95cdc28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## 2.3.0 in progress

[STTYPES-13](https://folio-org.atlassian.net/browse/STTYPES-13) Add actual types for `acq-components`, `components`, `core` and `smart-components`.
[STTYPES-15](https://folio-org.atlassian.net/browse/STTYPES-15) Provide TS definitions for claiming feature in the `stripes-acq-components` library.
* [[STTYPES-13](https://folio-org.atlassian.net/browse/STTYPES-13)] Add actual types for `acq-components`, `components`, `core` and `smart-components`.
* [[STTYPES-15](https://folio-org.atlassian.net/browse/STTYPES-15)] Provide TS definitions for claiming feature in the `stripes-acq-components` library.
* [[STTYPES-16](https://folio-org.atlassian.net/browse/STTYPES-16)] Add `pagingOffset` prop to `<MultiColumnList>` paging props.

## [2.2.0](https://github.com/folio-org/stripes-types/tree/v2.2.0) (2024-10-11)

Expand Down
2 changes: 2 additions & 0 deletions components/lib/MultiColumnList/MultiColumnList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ export type MultiColumnListPagingTypes =
pagingCanGoNext?: boolean;
pagingCanGoPrevious?: boolean;
hidePageIndices?: boolean;
/** optional prop for manually controlling the page numbers indicated on the prev/next controls */
pagingOffset? : number;
}
| {
pagingType?: 'click' | 'scroll';
Expand Down

0 comments on commit 95cdc28

Please sign in to comment.