@comercti/react-components-hmg 0.31.1 → 0.31.2

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
@@ -25,7 +25,7 @@ order: "asc" | "desc";
25
25
  search: boolean;
26
26
  selectable: boolean;
27
27
  singleSelect: boolean;
28
- initialSelectedRows: Record<string, any>[];
28
+ initialSelectedRows: Record<string, unknown>[];
29
29
  striped: boolean;
30
30
  orderByServer: boolean;
31
31
  expandLine: boolean;
@@ -1826,7 +1826,7 @@ declare type DataTableProps = {
1826
1826
  /** Ativa a opção de selecinar apenas um conteúdo da tabela */
1827
1827
  singleSelect?: boolean;
1828
1828
  /** Array de objetos que estão inicialmente selecionados na tabela */
1829
- initialSelectedRows?: Record<string, any>[];
1829
+ initialSelectedRows?: Record<string, unknown>[];
1830
1830
  /** Ativa o input de pesquisa da tabela */
1831
1831
  search?: boolean;
1832
1832
  /** Array de objetos que serão exibidos na tabela */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.31.1",
3
+ "version": "0.31.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",