@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/comerc-style-guide.cjs.js +38 -38
- package/comerc-style-guide.es.js +1284 -1275
- package/comerc-style-guide.umd.js +38 -38
- package/index.d.ts +3 -4
- package/package.json +1 -1
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
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
};
|
|
2113
|
+
type?: InputType | 'boolean';
|
|
2114
|
+
mask?: string | string[];
|
|
2115
|
+
editableField?: boolean;
|
|
2117
2116
|
};
|
|
2118
2117
|
|
|
2119
2118
|
declare type HexColor = `#${string}`;
|