@masterteam/delegations 0.0.39 → 0.0.41
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
|
@@ -406,7 +406,7 @@ declare class TopbarDelegationMenu implements OnInit {
|
|
|
406
406
|
protected readonly executedBy: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
|
|
407
407
|
/** Per-instance guard; the persisted `facade.prompted()` guards across refresh. */
|
|
408
408
|
private localPrompted;
|
|
409
|
-
protected readonly mode: _angular_core.Signal<"
|
|
409
|
+
protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
|
|
410
410
|
constructor();
|
|
411
411
|
ngOnInit(): void;
|
|
412
412
|
/** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
|
|
@@ -442,7 +442,7 @@ declare class DelegationMenuPanel {
|
|
|
442
442
|
protected readonly hasCandidates: _angular_core.Signal<boolean>;
|
|
443
443
|
protected readonly onBehalfOf: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
|
|
444
444
|
protected readonly executedBy: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
|
|
445
|
-
protected readonly mode: _angular_core.Signal<"
|
|
445
|
+
protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
|
|
446
446
|
/** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
|
|
447
447
|
protected initials(party: DelegationRow['delegator'] | null | undefined): string;
|
|
448
448
|
protected start(row: DelegationRow, event: MouseEvent): void;
|
|
@@ -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;
|