structra-ui 0.2.1 → 0.2.3

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.
@@ -1807,6 +1807,8 @@ declare class FormGroupComponent implements OnChanges, OnInit, DoCheck {
1807
1807
  /**
1808
1808
  * Grelha de formulário: com `app-form-col` usa 12 trilhos; **sem** `app-form-col`, os filhos
1809
1809
  * directos repartem a largura em colunas iguais (comportamento por omissão).
1810
+ *
1811
+ * Por omissão: **`align="center"`** e **`justify="between"`** (equivalente a barra de ações).
1810
1812
  */
1811
1813
  declare class FormRowComponent {
1812
1814
  gap: FormLayoutGap;