sit-onyx 1.3.0-dev-20251027142308 → 1.3.0-dev-20251027202432

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.
@@ -0,0 +1,9 @@
1
+ import { OnyxPaginationProps } from './types.js';
2
+ declare const _default: import('vue').DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ "update:modelValue": (page: number) => any;
4
+ }, string, import('vue').PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
5
+ "onUpdate:modelValue"?: ((page: number) => any) | undefined;
6
+ }>, {
7
+ skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -17,4 +17,10 @@ export type OnyxPaginationProps = DensityProp & {
17
17
  * Whether to show a skeleton pagination.
18
18
  */
19
19
  skeleton?: SkeletonInjected;
20
+ /**
21
+ * The display type of the pagination
22
+ * @default select
23
+ */
24
+ type?: PaginationType;
20
25
  };
26
+ export type PaginationType = "select" | "inline";
@@ -169,6 +169,8 @@
169
169
  "ofPages": "von 1 Seite | von {n} Seiten",
170
170
  "previous": "vorherige Seite",
171
171
  "next": "nächste Seite",
172
+ "buttonLabel": "Seite {page}",
173
+ "morePages": "Weitere Seiten",
172
174
  "select": {
173
175
  "label": "Seiten-Auswahl",
174
176
  "listLabel": "Verfügbare Seiten"
@@ -169,6 +169,8 @@
169
169
  "ofPages": "of {pages} page | of {pages} pages",
170
170
  "previous": "previous page",
171
171
  "next": "next page",
172
+ "buttonLabel": "Page {page}",
173
+ "morePages": "More pages in between",
172
174
  "select": {
173
175
  "label": "Page selection",
174
176
  "listLabel": "Available pages"
@@ -169,6 +169,8 @@ declare const _default: {
169
169
  "ofPages": "of {pages} page | of {pages} pages",
170
170
  "previous": "previous page",
171
171
  "next": "next page",
172
+ "buttonLabel": "Page {page}",
173
+ "morePages": "More pages in between",
172
174
  "select": {
173
175
  "label": "Page selection",
174
176
  "listLabel": "Available pages"