@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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.9",
3
+ "version": "0.23.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",