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
package/types/structra-ui.d.ts
CHANGED
|
@@ -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),
|
|
3109
|
-
*
|
|
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;
|