@comercti/react-components-hmg 0.21.14 → 0.21.15

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
@@ -34,6 +34,7 @@ compact: boolean;
34
34
  loading: boolean;
35
35
  loadingType: "spinner" | "semi-circle" | "dots";
36
36
  truncated: boolean;
37
+ copyable: boolean;
37
38
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
38
39
  rootRef: HTMLDivElement;
39
40
  }, HTMLDivElement>;
@@ -1745,6 +1746,8 @@ declare type DataTableProps = {
1745
1746
  truncated?: boolean;
1746
1747
  /** String com as diretivas tailwind a serem aplicadas ao slot pagination */
1747
1748
  paginationStyle?: string;
1749
+ /** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar */
1750
+ copyable?: boolean;
1748
1751
  };
1749
1752
 
1750
1753
  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.21.14",
3
+ "version": "0.21.15",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",