@comercti/react-components-hmg 0.0.45 → 0.0.47

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
@@ -286,7 +286,7 @@ declare type __VLS_Props = {
286
286
 
287
287
  declare type __VLS_Props_10 = {
288
288
  /** Valor para two-way binding (v-model) */
289
- modelValue?: boolean;
289
+ modelValue?: FileItem[];
290
290
  /** array com os tipos de arquivos permitidos */
291
291
  accept: string[];
292
292
  /** desabilita o componente */
@@ -1654,13 +1654,7 @@ declare const _default_28: __VLS_WithTemplateSlots_14<typeof __VLS_component_14,
1654
1654
 
1655
1655
  declare const _default_29: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1656
1656
 
1657
- declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1658
- "update:modelValue": (value: number) => any;
1659
- progress: (value: number) => any;
1660
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
1661
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1662
- onProgress?: ((value: number) => any) | undefined;
1663
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1657
+ declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1664
1658
 
1665
1659
  declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1666
1660
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",