@comercti/react-components-hmg 0.8.11 → 0.8.13

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/index.d.ts CHANGED
@@ -30,6 +30,7 @@ selectable: boolean;
30
30
  striped: boolean;
31
31
  orderByServer: boolean;
32
32
  expandLine: boolean;
33
+ compact: boolean;
33
34
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
34
35
  rootRef: HTMLDivElement;
35
36
  }, HTMLDivElement>;
@@ -1627,6 +1628,8 @@ declare type DataTableProps = {
1627
1628
  orderByServer?: boolean;
1628
1629
  /**Permitir a expansão da linha */
1629
1630
  expandLine?: boolean;
1631
+ /** Define o estilo compacto da tabela */
1632
+ compact?: boolean;
1630
1633
  };
1631
1634
 
1632
1635
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.8.11",
3
+ "version": "0.8.13",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",