@masterteam/delegations 0.0.50 → 0.0.51

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,27 +1,27 @@
1
1
  {
2
2
  "name": "@masterteam/delegations",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/delegations",
6
6
  "linkDirectory": false,
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "catalog:angular21",
11
- "@angular/core": "catalog:angular21",
12
- "@angular/forms": "catalog:angular21",
13
- "@angular/cdk": "catalog:angular21",
14
- "@primeuix/themes": "catalog:",
15
- "@tailwindcss/postcss": "catalog:",
16
- "@jsverse/transloco": "catalog:i18n",
17
- "postcss": "catalog:",
18
- "primeng": "catalog:",
19
- "rxjs": "catalog:angular21",
20
- "tailwindcss": "catalog:",
21
- "tailwindcss-primeui": "catalog:",
10
+ "@angular/common": "^21.2.8",
11
+ "@angular/core": "^21.2.8",
12
+ "@angular/forms": "^21.2.8",
13
+ "@angular/cdk": "^21.2.6",
14
+ "@primeuix/themes": "^2.0.3",
15
+ "@tailwindcss/postcss": "^4.2.2",
16
+ "@jsverse/transloco": "^8.3.0",
17
+ "postcss": "^8.5.9",
18
+ "primeng": "21.1.5",
19
+ "rxjs": "^7.8.2",
20
+ "tailwindcss": "^4.2.2",
21
+ "tailwindcss-primeui": "^0.6.1",
22
22
  "@ngxs/store": "^20.1.0",
23
- "@masterteam/components": "^0.0.246",
24
- "@masterteam/forms": "^0.0.131",
23
+ "@masterteam/components": "^0.0.247",
24
+ "@masterteam/forms": "^0.0.132",
25
25
  "@masterteam/icons": "^0.0.17"
26
26
  },
27
27
  "sideEffects": false,
@@ -44,6 +44,6 @@
44
44
  "typings": "types/masterteam-delegations.d.ts",
45
45
  "type": "module",
46
46
  "dependencies": {
47
- "tslib": "catalog:angular21"
47
+ "tslib": "^2.8.1"
48
48
  }
49
49
  }
@@ -436,7 +436,7 @@ declare class TopbarDelegationMenu implements OnInit {
436
436
  private promptPending;
437
437
  private promptRefreshQueued;
438
438
  private promptFlowOpen;
439
- protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
439
+ protected readonly mode: _angular_core.Signal<"active" | "candidates" | "hidden">;
440
440
  constructor();
441
441
  ngOnInit(): void;
442
442
  /** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
@@ -476,7 +476,7 @@ declare class DelegationMenuPanel {
476
476
  protected readonly isLoadingCandidates: _angular_core.Signal<boolean>;
477
477
  protected readonly onBehalfOf: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
478
478
  protected readonly executedBy: _angular_core.Signal<_masterteam_delegations.DelegationParty | null>;
479
- protected readonly mode: _angular_core.Signal<"candidates" | "active" | "hidden">;
479
+ protected readonly mode: _angular_core.Signal<"active" | "candidates" | "hidden">;
480
480
  /** Two-letter initials for a delegator avatar (matches the user-menu pattern). */
481
481
  protected initials(party: DelegationRow['delegator'] | null | undefined): string;
482
482
  protected start(row: DelegationRow, event: MouseEvent): void;