@agorapulse/ui-components 22.0.13 → 22.0.14
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/agorapulse-ui-components-22.0.14.tgz +0 -0
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs +15 -1
- package/fesm2022/agorapulse-ui-components-nav-selector.mjs.map +1 -1
- package/package.json +1 -1
- package/types/agorapulse-ui-components-nav-selector.d.ts +5 -0
- package/agorapulse-ui-components-22.0.13.tgz +0 -0
package/package.json
CHANGED
|
@@ -357,6 +357,11 @@ declare class NavSelectorState {
|
|
|
357
357
|
updateMultiModeEnabled(enabled: boolean): void;
|
|
358
358
|
initEntries(entries: NavSelectorEntry[], initialSelectedEntryUids: string[], detailsDisplayedLimit: number): void;
|
|
359
359
|
updateEntries(entries: NavSelectorEntry[], initialSelectedEntryUids: string[], detailsDisplayedLimit: number): void;
|
|
360
|
+
/**
|
|
361
|
+
* Re-applies the unfold the merger discarded, only for newly selected entries: unfolding on every update
|
|
362
|
+
* would re-open a node the user has just folded.
|
|
363
|
+
*/
|
|
364
|
+
private unfoldParentsOfNewlySelectedEntries;
|
|
360
365
|
onGroupToggleFolding(group: InternalNavSelectorEntry): void;
|
|
361
366
|
onNodeSelect(node: InternalNavSelectorEntry): void;
|
|
362
367
|
onLeafClicked(leaf: InternalNavSelectorLeaf): void;
|
|
Binary file
|