structra-ui 0.2.39 → 0.2.40
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
|
@@ -3157,8 +3157,8 @@ declare class MenuDividerComponent {
|
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
3159
|
/**
|
|
3160
|
-
* Cabeçalho opcional de grupo — alinhado a `MenuItemGroup` (`kind: 'group'`)
|
|
3161
|
-
*
|
|
3160
|
+
* Cabeçalho opcional de grupo — alinhado a `MenuItemGroup` (`kind: 'group'`):
|
|
3161
|
+
* `alwaysExpanded` = sempre aberto sem toggle; caso contrário `expanded` no modelo define o estado inicial.
|
|
3162
3162
|
*/
|
|
3163
3163
|
declare class MenuGroupComponent {
|
|
3164
3164
|
label?: string;
|
|
@@ -3448,8 +3448,10 @@ declare class AppSidebarComponent<T extends string = string> implements OnChange
|
|
|
3448
3448
|
groupDefaultExpansion: 'all' | 'first';
|
|
3449
3449
|
readonly itemSelect: EventEmitter<T>;
|
|
3450
3450
|
/**
|
|
3451
|
-
* Valor efectivo de `compressText` em `app-menu-list`: ao expandir
|
|
3452
|
-
*
|
|
3451
|
+
* Valor efectivo de `compressText` em `app-menu-list`: ao expandir a partir do modo rail,
|
|
3452
|
+
* mantém-se comprimido até a animação de largura terminar (evita flicker de texto).
|
|
3453
|
+
* Começa em `false` para a primeira pintura com lateral já expandida corresponder ao estado real
|
|
3454
|
+
* e o `menu-list` aplicar bem `expanded` nos grupos.
|
|
3453
3455
|
*/
|
|
3454
3456
|
readonly listCompressText: i0.WritableSignal<boolean>;
|
|
3455
3457
|
private listRevealTimeoutId;
|