@comercti/vue-components-hmg 0.34.1 → 0.40.1

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
@@ -2110,10 +2110,9 @@ declare type Header = {
2110
2110
  value: string | ((item: Record<string, unknown>) => string);
2111
2111
  sortable?: boolean;
2112
2112
  width?: string;
2113
- editableField?: {
2114
- type: InputType | 'boolean';
2115
- mask?: string | string[];
2116
- };
2113
+ type?: InputType | 'boolean';
2114
+ mask?: string | string[];
2115
+ editableField?: boolean;
2117
2116
  };
2118
2117
 
2119
2118
  declare type HexColor = `#${string}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.34.1",
3
+ "version": "0.40.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",