structra-ui 0.1.47 → 0.1.48
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
|
@@ -1317,8 +1317,9 @@ declare class LayoutStackComponent {
|
|
|
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;
|