From 3dfab696d34472ebd46af13f9d05ca3de2c2ceb5 Mon Sep 17 00:00:00 2001 From: Jeremias Peier Date: Thu, 21 Nov 2024 15:32:23 +0100 Subject: [PATCH] fix: fix integrity --- src/elements/paginator/paginator/readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/elements/paginator/paginator/readme.md b/src/elements/paginator/paginator/readme.md index 7e9d77d7b6..5fc8b0311f 100644 --- a/src/elements/paginator/paginator/readme.md +++ b/src/elements/paginator/paginator/readme.md @@ -65,16 +65,16 @@ that describes the content controlled by the paginator. ## Properties -| Name | Attribute | Privacy | Type | Default | Description | -| ----------------- | ------------------- | ------- | ----------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `disabled` | `disabled` | public | `boolean` | `false` | Whether the component is disabled. | -| `length` | `length` | public | `number` | `0` | Total number of items. | -| `negative` | `negative` | public | `boolean` | `false` | Negative coloring variant flag. | -| `pageIndex` | `page-index` | public | `number` | `0` | Current page index. | -| `pagerPosition` | `pager-position` | public | `'start' \| 'end'` | `'start'` | Position of the prev/next buttons: if `pageSizeOptions` is set, the sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center. | -| `pageSize` | `page-size` | public | `number` | `10` | Number of items per page. | -| `pageSizeOptions` | `page-size-options` | public | `number[] \| undefined` | | The available `pageSize` choices. | -| `size` | `size` | public | `'m' \| 's'` | `'m'` | Size variant, either m or s. | +| Name | Attribute | Privacy | Type | Default | Description | +| ----------------- | ------------------- | ------- | ------------------ | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `disabled` | `disabled` | public | `boolean` | `false` | Whether the component is disabled. | +| `length` | `length` | public | `number` | `0` | Total number of items. | +| `negative` | `negative` | public | `boolean` | `false` | Negative coloring variant flag. | +| `pageIndex` | `page-index` | public | `number` | `0` | Current page index. | +| `pagerPosition` | `pager-position` | public | `'start' \| 'end'` | `'start'` | Position of the prev/next buttons: if `pageSizeOptions` is set, the sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center. | +| `pageSize` | `page-size` | public | `number` | `10` | Number of items per page. | +| `pageSizeOptions` | `page-size-options` | public | `number[]` | `[]` | The available `pageSize` choices. | +| `size` | `size` | public | `'m' \| 's'` | `'m'` | Size variant, either m or s. | ## Events