@comercti/react-components-hmg 0.9.1 → 0.9.3

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
@@ -248,7 +248,7 @@ type: "menu" | "selection";
248
248
  itemsMenu: ItensMenu_2[];
249
249
  itemsSelection: ItemsSelection_2[];
250
250
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
251
- dropdownRef: HTMLDivElement;
251
+ dropdownRef: HTMLButtonElement;
252
252
  }, any>;
253
253
 
254
254
  declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
@@ -1219,7 +1219,7 @@ declare function __VLS_template_6(): {
1219
1219
  default: () => VNode[];
1220
1220
  };
1221
1221
  refs: {
1222
- dropdownRef: HTMLDivElement;
1222
+ dropdownRef: HTMLButtonElement;
1223
1223
  };
1224
1224
  rootEl: any;
1225
1225
  };
@@ -1910,7 +1910,7 @@ declare interface FileItem {
1910
1910
 
1911
1911
  declare type Header = {
1912
1912
  text: string;
1913
- value: string;
1913
+ value: string | ((item: Record<string, unknown>) => string);
1914
1914
  sortable?: boolean;
1915
1915
  };
1916
1916
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",