@comercti/react-components-hmg 0.8.6 → 0.8.7

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/index.d.ts CHANGED
@@ -1716,6 +1716,7 @@ onPaginate?: (value: number) => any;
1716
1716
  }>, {
1717
1717
  totalPages: number;
1718
1718
  currentPage: number;
1719
+ itemsPerPage: number;
1719
1720
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1720
1721
 
1721
1722
  declare const _default_20: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -2002,6 +2003,8 @@ declare type PaginationProps = {
2002
2003
  totalPages: number;
2003
2004
  /** Página atual */
2004
2005
  currentPage: number;
2006
+ /** Itens por página */
2007
+ itemsPerPage: number;
2005
2008
  };
2006
2009
 
2007
2010
  export declare const removeCeToast: (id: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",