@comercti/vue-components-hmg 0.32.5 → 0.32.6
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 +2 -2
- package/comerc-style-guide.es.js +45 -43
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ truncated: boolean;
|
|
|
35
35
|
copyable: boolean;
|
|
36
36
|
editColumnStyle: {
|
|
37
37
|
fields: string[];
|
|
38
|
-
|
|
38
|
+
style: Record<string, string>;
|
|
39
39
|
};
|
|
40
40
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
41
41
|
rootRef: HTMLDivElement;
|
|
@@ -2035,7 +2035,7 @@ declare type DataTableProps = {
|
|
|
2035
2035
|
/** Configurações para estilizar colunas editáveis */
|
|
2036
2036
|
editColumnStyle?: {
|
|
2037
2037
|
fields: string[];
|
|
2038
|
-
|
|
2038
|
+
style: Record<string, string>;
|
|
2039
2039
|
};
|
|
2040
2040
|
};
|
|
2041
2041
|
|