@comercti/vue-components-hmg 0.32.6 → 0.32.7

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
@@ -36,6 +36,7 @@ copyable: boolean;
36
36
  editColumnStyle: {
37
37
  fields: string[];
38
38
  style: Record<string, string>;
39
+ class: string;
39
40
  };
40
41
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
41
42
  rootRef: HTMLDivElement;
@@ -2036,6 +2037,7 @@ declare type DataTableProps = {
2036
2037
  editColumnStyle?: {
2037
2038
  fields: string[];
2038
2039
  style: Record<string, string>;
2040
+ class: string;
2039
2041
  };
2040
2042
  };
2041
2043
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.32.6",
3
+ "version": "0.32.7",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",