@wmoney/ui-kit 1.0.29 → 1.0.31

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.
@@ -1,4 +1,5 @@
1
- interface PaginatorProps {
1
+ import { ComponentProps } from 'react';
2
+ interface PaginatorProps extends ComponentProps<'div'> {
2
3
  currentPage: number;
3
4
  totalPages: number;
4
5
  pageSize: number;
@@ -10,6 +11,6 @@ interface PaginatorProps {
10
11
  * Componente completo de paginação com controles de navegação e seleção de tamanho de página.
11
12
  * Inclui informações sobre itens exibidos e navegação inteligente entre páginas.
12
13
  */
13
- export declare function Paginator({ currentPage, totalPages, pageSize, totalItems, onPageChange, onPageSizeChange, }: PaginatorProps): import("react/jsx-runtime").JSX.Element | null;
14
+ export declare function Paginator({ currentPage, totalPages, pageSize, totalItems, onPageChange, onPageSizeChange, className, ...props }: PaginatorProps): import("react/jsx-runtime").JSX.Element | null;
14
15
  export {};
15
16
  //# sourceMappingURL=Paginator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../src/components/Paginator.tsx"],"names":[],"mappings":"AAqBA,UAAU,cAAc;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAyCD;;;GAGG;AACH,wBAAgB,SAAS,CAAC,EACxB,WAAW,EACX,UAAU,EACV,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,gBAAgB,GACjB,EAAE,cAAc,kDA6GhB"}
1
+ {"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../src/components/Paginator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAA4B,MAAM,OAAO,CAAC;AAuBtE,UAAU,cAAe,SAAQ,cAAc,CAAC,KAAK,CAAC;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAyCD;;;GAGG;AACH,wBAAgB,SAAS,CAAC,EACxB,WAAW,EACX,UAAU,EACV,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,kDAmHhB"}