structra-ui 0.2.1 → 0.2.2

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.
@@ -7404,11 +7404,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
7404
7404
  /**
7405
7405
  * Grelha de formulário: com `app-form-col` usa 12 trilhos; **sem** `app-form-col`, os filhos
7406
7406
  * directos repartem a largura em colunas iguais (comportamento por omissão).
7407
+ *
7408
+ * Por omissão: **`align="center"`** e **`justify="between"`** (equivalente a barra de ações).
7407
7409
  */
7408
7410
  class FormRowComponent {
7409
7411
  constructor() {
7410
7412
  this.gap = 'md';
7411
- this.align = 'stretch';
7413
+ this.align = 'center';
7412
7414
  this.justify = 'between';
7413
7415
  /**
7414
7416
  * Quando `true`, cada filho que **não** é `app-form-col` ocupa uma linha inteira da grelha