structra-ui 0.2.51 → 0.2.53

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.2.51",
3
+ "version": "0.2.53",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -3105,8 +3105,8 @@ declare class MenuListComponent<T = string> implements OnChanges {
3105
3105
  /** Repasse para {@link MenuListBodyComponent.groupDefaultExpansion}. */
3106
3106
  groupDefaultExpansion: 'all' | 'first';
3107
3107
  /**
3108
- * Quando `true` (omissão), abrir/fechar grupos colapsáveis persiste em `sessionStorage`
3109
- * até ao refresh da página útil na navegação SPA da sidebar.
3108
+ * Quando `true` (omissão), o estado aberto/fechado persiste em `sessionStorage` entre rotas
3109
+ * na mesma carga; após **recarga completa** (F5), repõe-se aos defaults do modelo.
3110
3110
  */
3111
3111
  persistGroupExpansion: boolean;
3112
3112
  searchable: boolean;