@the-liberators/ngx-scrumteamsurvey-tools 2.3.46 → 2.3.47

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.
@@ -23,6 +23,7 @@ export declare class RecommendationComponent extends ComponentWithViewStateBase<
23
23
  delta: FactorScoreCollectionDeltaDto;
24
24
  qualifiedBy: QualifiedByEnum;
25
25
  model: ModelStructureDto;
26
+ benchmarkAvailable: boolean;
26
27
  constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, router: Router);
27
28
  ngOnInit(): void;
28
29
  getFactor(factorKey: string): FactorStructureDto;
@@ -120,6 +120,7 @@ export declare class FactorEffectDto {
120
120
  type: EffectTypeEnum;
121
121
  }
122
122
  export declare enum BenchmarkTypeEnum {
123
+ NoBenchmark = "NoBenchmark",
123
124
  MostRecentSamples = "MostRecentSamples",
124
125
  TopSamplesByExperience = "TopSamplesByExperience",
125
126
  TopSamplesByEffectiveness = "TopSamplesByEffectiveness",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.46",
3
+ "version": "2.3.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.1.5",
6
6
  "@angular/core": "^19.1.5",