@masterteam/delegations 0.0.39 → 0.0.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/delegations",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/delegations",
6
6
  "linkDirectory": false,
@@ -802,6 +802,13 @@ declare class ScopePicker {
802
802
  protected trackVisible(_index: number, item: {
803
803
  node: DelegationScopeTreeNode;
804
804
  }): string;
805
+ /**
806
+ * Template keys (open by default) plus the ancestor keys of every selected
807
+ * operation, so an edit's saved selection is expanded into view. Only valid
808
+ * grants (those matching an option node) contribute — invalid saved grants
809
+ * have no node and are simply ignored.
810
+ */
811
+ private collectExpansion;
805
812
  protected toggleAccessibility(key: string): void;
806
813
  protected isAccessibilitySelected(key: string): boolean;
807
814
  private accessibilityFacts;