@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/comerc-style-guide.cjs.js +22 -22
- package/comerc-style-guide.es.js +1748 -1756
- package/comerc-style-guide.umd.js +9 -9
- package/index.d.ts +2 -8
- package/package.json +1 -1
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?:
|
|
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
|
|