@comercti/vue-components-hmg 0.23.22 → 0.23.24

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
@@ -746,7 +746,7 @@ declare type __VLS_Props_4 = {
746
746
  /** ID única do input */
747
747
  id?: string;
748
748
  /** Valor do input para two-way binding (v-model) */
749
- modelValue: string;
749
+ modelValue?: string;
750
750
  /** Define a quantidade de dígitos do código */
751
751
  length: number;
752
752
  /** Define se o input deve ser desabilitado */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.22",
3
+ "version": "0.23.24",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",