@the-liberators/ngx-scrumteamsurvey-tools 2.3.108 → 2.3.110

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/index.d.ts CHANGED
@@ -1875,6 +1875,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1875
1875
  protected snackBar: MatSnackBar;
1876
1876
  factors: FactorStructureDto[];
1877
1877
  metrics: FactorStructureDto[];
1878
+ metricsAvailable: boolean;
1878
1879
  showIndicatorArrows: boolean;
1879
1880
  showModel: boolean;
1880
1881
  dateRange: DateRangeDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.108",
3
+ "version": "2.3.110",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",