@comercti/react-components-hmg 0.8.12 → 0.8.14
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 +26 -26
- package/comerc-style-guide.es.js +1555 -1550
- package/comerc-style-guide.umd.js +26 -26
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ selectable: boolean;
|
|
|
30
30
|
striped: boolean;
|
|
31
31
|
orderByServer: boolean;
|
|
32
32
|
expandLine: boolean;
|
|
33
|
-
|
|
33
|
+
compact: boolean;
|
|
34
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
35
35
|
rootRef: HTMLDivElement;
|
|
36
36
|
}, HTMLDivElement>;
|
|
@@ -1629,7 +1629,7 @@ declare type DataTableProps = {
|
|
|
1629
1629
|
/**Permitir a expansão da linha */
|
|
1630
1630
|
expandLine?: boolean;
|
|
1631
1631
|
/** Define o estilo compacto da tabela */
|
|
1632
|
-
|
|
1632
|
+
compact?: boolean;
|
|
1633
1633
|
};
|
|
1634
1634
|
|
|
1635
1635
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|