@comercti/vue-components-hmg 0.31.1 → 0.32.1

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;
@@ -387,7 +387,7 @@ declare type __VLS_Props_10 = {
387
387
  /** Define o texto do botão */
388
388
  text: string;
389
389
  /** Define o botão selecionado */
390
- selected: number;
390
+ selected: number | string;
391
391
  /** Define a variante do botão */
392
392
  variant: 'text' | 'radio';
393
393
  /** Define se o botão está desabilitado */
@@ -1705,7 +1705,7 @@ text: string;
1705
1705
  disabled: boolean;
1706
1706
  id: string | number;
1707
1707
  variant: "text" | "radio";
1708
- selected: number;
1708
+ selected: number | string;
1709
1709
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
1710
1710
 
1711
1711
  export declare const CeButtonPagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -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.32.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",