@masterteam/delegations 0.0.52 → 0.0.54

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.52",
3
+ "version": "0.0.54",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/delegations",
6
6
  "linkDirectory": false,
@@ -20,9 +20,9 @@
20
20
  "tailwindcss": "^4.2.2",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
22
  "@ngxs/store": "^20.1.0",
23
- "@masterteam/components": "^0.0.254",
23
+ "@masterteam/forms": "^0.0.133",
24
24
  "@masterteam/icons": "^0.0.17",
25
- "@masterteam/forms": "^0.0.130"
25
+ "@masterteam/components": "^0.0.256"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -434,7 +434,7 @@ declare class TopbarDelegationMenu implements OnInit {
434
434
  private promptPending;
435
435
  private promptRefreshQueued;
436
436
  private promptFlowOpen;
437
- protected readonly mode: _angular_core.Signal<"active" | "candidates" | "hidden">;
437
+ protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
438
438
  constructor();
439
439
  ngOnInit(): void;
440
440
  /** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
@@ -474,7 +474,7 @@ declare class DelegationMenuPanel {
474
474
  protected readonly isLoadingCandidates: _angular_core.Signal<boolean>;
475
475
  protected readonly onBehalfOf: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
476
476
  protected readonly executedBy: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
477
- protected readonly mode: _angular_core.Signal<"active" | "candidates" | "hidden">;
477
+ protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
478
478
  /** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
479
479
  protected initials(party: DelegationRow['delegator'] | null | undefined): string;
480
480
  protected start(row: DelegationRow, event: MouseEvent): void;