@comercti/vue-components-hmg 0.41.8 → 0.41.10

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,7 +2090,7 @@ 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
2096
  handle?: (headerValue: Header['value']) => Record<string, string> | string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.41.8",
3
+ "version": "0.41.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",