structra-ui 0.1.44 → 0.1.45
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/package.json
CHANGED
package/types/structra-ui.d.ts
CHANGED
|
@@ -1467,11 +1467,18 @@ declare class FormGroupComponent implements OnChanges, OnInit, DoCheck {
|
|
|
1467
1467
|
static ngAcceptInputType_uxSubmittedPass: unknown;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
+
/**
|
|
1471
|
+
* Grelha de formulário: com `app-form-col` usa 12 trilhos; **sem** `app-form-col`, os filhos
|
|
1472
|
+
* directos repartem a largura em colunas iguais (comportamento por omissão).
|
|
1473
|
+
*/
|
|
1470
1474
|
declare class FormRowComponent {
|
|
1471
1475
|
gap: FormLayoutGap;
|
|
1472
1476
|
align: FormRowAlign;
|
|
1473
1477
|
justify: FormRowJustify;
|
|
1474
|
-
/**
|
|
1478
|
+
/**
|
|
1479
|
+
* Quando `true`, cada filho que **não** é `app-form-col` ocupa uma linha inteira da grelha
|
|
1480
|
+
* (`grid-column: 1 / -1`). Sem `grow`, campos soltos já dividem a linha em partes iguais.
|
|
1481
|
+
*/
|
|
1475
1482
|
grow: boolean;
|
|
1476
1483
|
wrap: boolean;
|
|
1477
1484
|
stackOnMobile: boolean;
|