@comercti/vue-components-hmg 0.40.9 → 0.41.2

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
@@ -2111,6 +2111,7 @@ declare type Header = {
2111
2111
  type?: InputType | 'boolean';
2112
2112
  mask?: string | string[];
2113
2113
  editableField?: boolean;
2114
+ tooltipText?: string;
2114
2115
  };
2115
2116
 
2116
2117
  declare type HexColor = `#${string}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.40.9",
3
+ "version": "0.41.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",