@comercti/vue-components-hmg 0.23.9 → 0.23.10
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 +1 -1
- package/comerc-style-guide.es.js +3 -2
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -330,6 +330,7 @@ errorLabel: string;
|
|
|
330
330
|
successLabel: string;
|
|
331
331
|
tertiaryVariantTitle: string;
|
|
332
332
|
showUploadedFile: boolean;
|
|
333
|
+
showRemoveButton: boolean;
|
|
333
334
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
334
335
|
inputFile: HTMLInputElement;
|
|
335
336
|
}, HTMLDivElement>;
|
|
@@ -2110,6 +2111,8 @@ declare interface IDropzone {
|
|
|
2110
2111
|
showUploadedFile?: boolean;
|
|
2111
2112
|
/** Sinaliza que pode remover o arquivo */
|
|
2112
2113
|
canRemoveFile?: boolean;
|
|
2114
|
+
/** Exibi o botão de remover arquivo */
|
|
2115
|
+
showRemoveButton?: boolean;
|
|
2113
2116
|
}
|
|
2114
2117
|
|
|
2115
2118
|
declare interface IItems {
|