@comercti/vue-components-hmg 0.41.7 → 0.41.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
@@ -2090,9 +2090,10 @@ declare interface DropdownProps {
2090
2090
  }
2091
2091
 
2092
2092
  declare type EditColumnStyle = {
2093
- fields: string[];
2093
+ fields?: string[];
2094
2094
  style?: Record<string, string>;
2095
2095
  class?: string;
2096
+ handle?: (headerValue: Header['value']) => Record<string, string> | string | undefined;
2096
2097
  };
2097
2098
 
2098
2099
  declare interface FileItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.41.7",
3
+ "version": "0.41.9",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",