@masterteam/delegations 0.0.24 → 0.0.25

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.24",
3
+ "version": "0.0.25",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/delegations",
6
6
  "linkDirectory": false,
@@ -20,8 +20,8 @@
20
20
  "tailwindcss": "^4.2.2",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
22
  "@ngxs/store": "^20.1.0",
23
- "@masterteam/forms": "^0.0.80",
24
23
  "@masterteam/components": "^0.0.175",
24
+ "@masterteam/forms": "^0.0.80",
25
25
  "@masterteam/icons": "^0.0.15"
26
26
  },
27
27
  "sideEffects": false,
@@ -638,6 +638,8 @@ declare class ScopePicker {
638
638
  protected getPreviewSummary(summary: DelegationDisplayValue | undefined): string;
639
639
  protected formatDeniedOperation(value?: string | null): string;
640
640
  protected formatDeniedTarget(value?: string | null): string;
641
+ protected groupTargetCount(group: DelegationGrantableHierarchyGroup): number;
642
+ protected targetGrantCount(targetGroup: DelegationGrantableTargetGroup): number;
641
643
  private buildTreeNodes;
642
644
  private buildTargetNode;
643
645
  private getGroupLabel;