@comercti/vue-components-hmg 0.31.2 → 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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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, {} & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.31.2",
3
+ "version": "0.32.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",