@comercti/vue-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
@@ -355,6 +355,7 @@ sendRemovedFile: boolean;
355
355
  tertiaryVariantTitle: string;
356
356
  showUploadedFile: boolean;
357
357
  showRemoveButton: boolean;
358
+ showRemoveButtonPerFile: Record<string, boolean>;
358
359
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
359
360
  inputFile: HTMLInputElement;
360
361
  }, HTMLDivElement>;
@@ -367,15 +368,15 @@ click: () => void;
367
368
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
368
369
  "update:modelValue": (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
369
370
  change: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
371
+ inputSearch: (value: string) => any;
370
372
  openDropdown: () => any;
371
373
  closeDropdown: () => any;
372
- inputSearch: (value: string) => any;
373
374
  }, string, PublicProps, Readonly<CeSelectFieldProps> & Readonly<{
374
375
  "onUpdate:modelValue"?: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
375
376
  onChange?: (value: string | number | boolean | (string | number | boolean)[] | CustomEvent<any>) => any;
377
+ onInputSearch?: (value: string) => any;
376
378
  onOpenDropdown?: () => any;
377
379
  onCloseDropdown?: () => any;
378
- onInputSearch?: (value: string) => any;
379
380
  }>, {
380
381
  search: boolean;
381
382
  invalid: boolean;
@@ -2185,6 +2186,8 @@ declare interface IDropzone {
2185
2186
  removableFileName?: string;
2186
2187
  /** Exibi o botão de remover arquivo */
2187
2188
  showRemoveButton?: boolean;
2189
+ /** Exibi o botão de remover arquivo para cada arquivo */
2190
+ showRemoveButtonPerFile?: Record<string, boolean>;
2188
2191
  }
2189
2192
 
2190
2193
  declare interface IFields {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-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",