ui-mathilde-web 0.10.12 → 0.10.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.
@@ -159,6 +159,7 @@ declare interface CheckboxProps {
159
159
  label?: default_2.ReactNode;
160
160
  value: string;
161
161
  checked: boolean;
162
+ isTerms?: boolean;
162
163
  onChange: (e: default_2.ChangeEvent<HTMLInputElement>) => void;
163
164
  }
164
165
 
@@ -228,7 +229,7 @@ declare interface CollapsibleTableProps {
228
229
  /**
229
230
  * La flecha se renderiza dentro de esta columna (por defecto "id")
230
231
  */
231
- collapseToggleColumnKey?: string;
232
+ collapseToggleColumnKey?: "id" | "estado" | "status" | "state";
232
233
  /**
233
234
  * Clases opcionales
234
235
  */