@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/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
- /** Sinaliza que pode remover o arquivo */
2116
- canRemoveFile?: boolean;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.13",
3
+ "version": "0.23.14",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",