@comercti/vue-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
@@ -24,7 +24,7 @@ order: "asc" | "desc";
24
24
  search: boolean;
25
25
  selectable: boolean;
26
26
  singleSelect: boolean;
27
- initialSelectedRows: Record<string, any>[];
27
+ initialSelectedRows: Record<string, unknown>[];
28
28
  striped: boolean;
29
29
  orderByServer: boolean;
30
30
  expandLine: boolean;
@@ -2002,7 +2002,7 @@ declare type DataTableProps = {
2002
2002
  /** Ativa a opção de selecinar apenas um conteúdo da tabela */
2003
2003
  singleSelect?: boolean;
2004
2004
  /** Array de objetos que estão inicialmente selecionados na tabela */
2005
- initialSelectedRows?: Record<string, any>[];
2005
+ initialSelectedRows?: Record<string, unknown>[];
2006
2006
  /** Ativa o input de pesquisa da tabela */
2007
2007
  search?: boolean;
2008
2008
  /** Array de objetos que serão exibidos na tabela */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-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",