@comercti/vue-components-hmg 0.41.7 → 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/comerc-style-guide.cjs.js +14 -14
- package/comerc-style-guide.es.js +973 -971
- package/comerc-style-guide.umd.js +35 -35
- package/index.d.ts +1 -0
- package/package.json +1 -1
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 {
|