@comercti/react-components-hmg 0.33.4 → 0.33.6

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
@@ -332,6 +332,7 @@ sendRemovedFile: boolean;
332
332
  tertiaryVariantTitle: string;
333
333
  showUploadedFile: boolean;
334
334
  showRemoveButton: boolean;
335
+ showRemoveButtonPerFile: Record<string, boolean>;
335
336
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
336
337
  inputFile: HTMLInputElement;
337
338
  }, HTMLDivElement>;
@@ -370,15 +371,15 @@ click: () => void;
370
371
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
371
372
  "update:modelValue": (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
372
373
  change: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
374
+ inputSearch: (value: string) => any;
373
375
  openDropdown: () => any;
374
376
  closeDropdown: () => any;
375
- inputSearch: (value: string) => any;
376
377
  }, string, PublicProps, Readonly<CeSelectFieldProps> & Readonly<{
377
378
  "onUpdate:modelValue"?: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
378
379
  onChange?: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
380
+ onInputSearch?: (value: string) => any;
379
381
  onOpenDropdown?: () => any;
380
382
  onCloseDropdown?: () => any;
381
- onInputSearch?: (value: string) => any;
382
383
  }>, {
383
384
  invalid: boolean;
384
385
  disabled: boolean;
@@ -2286,6 +2287,8 @@ declare interface IDropzone {
2286
2287
  removableFileName?: string;
2287
2288
  /** Exibi o botão de remover arquivo */
2288
2289
  showRemoveButton?: boolean;
2290
+ /** Exibi o botão de remover arquivo para cada arquivo */
2291
+ showRemoveButtonPerFile?: Record<string, boolean>;
2289
2292
  }
2290
2293
 
2291
2294
  declare interface IFields {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.33.4",
3
+ "version": "0.33.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",