@comercti/vue-components-hmg 0.22.8 → 0.22.9
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2014,7 +2014,7 @@ declare interface IDropzone {
|
|
|
2014
2014
|
/** Mensagem personalizada de tipos de arquivos */
|
|
2015
2015
|
customMessage?: string[];
|
|
2016
2016
|
/** limpa a lista de arquivos */
|
|
2017
|
-
clear
|
|
2017
|
+
clear?: boolean;
|
|
2018
2018
|
/** Variante do componente */
|
|
2019
2019
|
variant?: 'primary' | 'secondary';
|
|
2020
2020
|
/** Simula o progresso do upload */
|