@agorapulse/ui-components 20.1.5 → 20.1.7

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.
@@ -311,6 +311,7 @@ declare class NavSelectorState {
311
311
  onNodeSelect(node: InternalNavSelectorEntry): void;
312
312
  onLeafClicked(leaf: InternalNavSelectorLeaf): void;
313
313
  onLeafToggleFolding(leaf: InternalNavSelectorEntry): void;
314
+ private findUnfoldedLeafUids;
314
315
  onLeafDetailClicked(leafDetail: InternalNavSelectorLeafDetails): void;
315
316
  updateTexts(texts: NavSelectorTranslatedTexts): void;
316
317
  selectOnlyLeaf(leaf: InternalNavSelectorLeaf): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-components",
3
3
  "description": "Agorapulse UI Components Library",
4
- "version": "20.1.5",
4
+ "version": "20.1.7",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",
Binary file