@comercti/vue-components-hmg 0.23.10 → 0.23.11

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
@@ -2026,6 +2026,7 @@ declare interface FileItem {
2026
2026
  file: File;
2027
2027
  progress: number;
2028
2028
  status: 'uploading' | 'success' | 'error';
2029
+ message?: string;
2029
2030
  }
2030
2031
 
2031
2032
  declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.10",
3
+ "version": "0.23.11",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",