structra-ui 0.1.48 → 0.1.49
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
|
@@ -1310,8 +1310,8 @@ declare class LayoutStackComponent {
|
|
|
1310
1310
|
*/
|
|
1311
1311
|
itemAlign: LayoutStackItemAlign | null;
|
|
1312
1312
|
/**
|
|
1313
|
-
* Em ecrãs
|
|
1314
|
-
*
|
|
1313
|
+
* Em ecrãs < `40rem` (o mesmo breakpoint que `app-form-row`), a faixa passa a **coluna**:
|
|
1314
|
+
* filhos em pilha, largura total, mesmo com `direction="row"`. Desative para manter fila no telemóvel.
|
|
1315
1315
|
*/
|
|
1316
1316
|
stackOnMobile: boolean;
|
|
1317
1317
|
/** Linha separadora acima da faixa. Nome explícito para evitar colisão com o esquema DOM em templates aninhados. */
|