@comercti/react-components-hmg 0.23.8 → 0.23.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 CHANGED
@@ -279,9 +279,11 @@ dropdownRef: HTMLDivElement[];
279
279
 
280
280
  declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
281
281
  "update:modelValue": (file: FileItem | File | FileItem[]) => any;
282
+ delete: (files: FileItem | File | FileItem[]) => any;
282
283
  updateFiles: (file: FileItem[]) => any;
283
284
  }, string, PublicProps, Readonly<IDropzone> & Readonly<{
284
285
  "onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
286
+ onDelete?: (files: FileItem | File | FileItem[]) => any;
285
287
  onUpdateFiles?: (file: FileItem[]) => any;
286
288
  }>, {
287
289
  invalid: boolean;
@@ -1938,8 +1940,10 @@ contoured: boolean;
1938
1940
 
1939
1941
  declare const _default_22: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1940
1942
  "update:modelValue": (valor: string) => any;
1943
+ change: (valor: string) => any;
1941
1944
  }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1942
1945
  "onUpdate:modelValue"?: (valor: string) => any;
1946
+ onChange?: (valor: string) => any;
1943
1947
  }>, {
1944
1948
  invalid: boolean;
1945
1949
  disabled: boolean;
@@ -2203,6 +2207,8 @@ declare interface IDropzone {
2203
2207
  reserveSpaceFeedback?: boolean;
2204
2208
  /** Se deve mostrar o arquivo enviado */
2205
2209
  showUploadedFile?: boolean;
2210
+ /** Sinaliza que pode remover o arquivo */
2211
+ canRemoveFile?: boolean;
2206
2212
  }
2207
2213
 
2208
2214
  declare interface IItems {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.8",
3
+ "version": "0.23.9",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",