@comercti/vue-components-hmg 0.41.6 → 0.41.8

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
@@ -2093,6 +2093,7 @@ declare type EditColumnStyle = {
2093
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.6",
3
+ "version": "0.41.8",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",