@comercti/vue-components-hmg 0.23.13 → 0.23.14
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 +5 -5
- package/comerc-style-guide.es.js +1582 -1583
- package/comerc-style-guide.umd.js +7 -7
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2112,8 +2112,8 @@ declare interface IDropzone {
|
|
|
2112
2112
|
reserveSpaceFeedback?: boolean;
|
|
2113
2113
|
/** Se deve mostrar o arquivo enviado */
|
|
2114
2114
|
showUploadedFile?: boolean;
|
|
2115
|
-
/**
|
|
2116
|
-
|
|
2115
|
+
/** Nome do arquivo para ser removido */
|
|
2116
|
+
removableFileName?: string;
|
|
2117
2117
|
/** Exibi o botão de remover arquivo */
|
|
2118
2118
|
showRemoveButton?: boolean;
|
|
2119
2119
|
}
|