structra-ui 0.1.47 → 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,15 +1310,16 @@ 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. */
|
|
1318
1318
|
stackDivider: boolean;
|
|
1319
1319
|
/**
|
|
1320
|
-
* Quando `true` (por defeito), os filhos repartem a largura
|
|
1321
|
-
*
|
|
1320
|
+
* Quando `true` (por defeito), em **`Row`** os filhos repartem a **largura** (`flex: 1`).
|
|
1321
|
+
* Em **`Column`**, o preenchimento é só **largura total** (empilhamento natural de altura);
|
|
1322
|
+
* não se usa `flex-grow` na vertical para evitar colapso / sobreposição.
|
|
1322
1323
|
*/
|
|
1323
1324
|
stackFill: boolean;
|
|
1324
1325
|
get hostClass(): string;
|