@sankhyalabs/ezui-docs 4.15.2 → 4.16.0
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.
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
| Property | Attribute | Description | Type | Default |
|
|
11
11
|
| ----------------- | ---------------- | -------------------------------------------------------- | ---------------------------------------------------------- | ----------- |
|
|
12
|
+
| `boxBordered` | `box-bordered` | Define seu o componente deve ter borda | `boolean` | `false` |
|
|
12
13
|
| `conditionalSave` | -- | Define uma condição para salvar ou não uma alteração. | `Function` | `undefined` |
|
|
13
14
|
| `editable` | `editable` | Se true mostra o ícone para edição do componente. | `boolean` | `false` |
|
|
14
15
|
| `headerAlign` | `header-align` | Define a posição do conteúdo do cabeçalho do componente. | `"center" \| "left" \| "right" \| "stretch"` | `"left"` |
|