@comercti/react-components-hmg 0.20.10 → 0.20.11
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 +4 -5
- package/comerc-style-guide.umd.js +4 -4
- package/index.d.ts +0 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ compact: boolean;
|
|
|
34
34
|
loading: boolean;
|
|
35
35
|
loadingType: "spinner" | "semi-circle" | "dots";
|
|
36
36
|
truncated: boolean;
|
|
37
|
-
copyable: boolean;
|
|
38
37
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
39
38
|
rootRef: HTMLDivElement;
|
|
40
39
|
}, HTMLDivElement>;
|
|
@@ -1689,8 +1688,6 @@ declare type DataTableProps = {
|
|
|
1689
1688
|
truncated?: boolean;
|
|
1690
1689
|
/** String com as diretivas tailwind a serem aplicadas ao slot pagination */
|
|
1691
1690
|
paginationStyle?: string;
|
|
1692
|
-
/** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar nela */
|
|
1693
|
-
copyable?: boolean;
|
|
1694
1691
|
};
|
|
1695
1692
|
|
|
1696
1693
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|