@masterteam/delegations 0.0.40 → 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;
|