@the-liberators/ngx-scrumteamsurvey-tools 2.3.105 → 2.3.107

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
@@ -1861,6 +1861,7 @@ interface IResultsState extends IActionState, IViewState {
1861
1861
  baseUrl: string;
1862
1862
  type: ContextTypes;
1863
1863
  teamMetaData: TeamMetaDataDto;
1864
+ appContext: string;
1864
1865
  }
1865
1866
  interface ITeamReportResultsState extends IResultsState, IViewState {
1866
1867
  teamMetaData: TeamMetaDataDto;
@@ -1878,6 +1879,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1878
1879
  showModel: boolean;
1879
1880
  dateRange: DateRangeDto;
1880
1881
  deltaDateRange: DateRangeDto;
1882
+ teamsDashboardUrl: string;
1881
1883
  pointCount: number;
1882
1884
  benchmark: string;
1883
1885
  pointNames: string;
@@ -1886,6 +1888,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1886
1888
  deltaTeamNames: string;
1887
1889
  deltaAvailable: boolean;
1888
1890
  isLoggedIn: boolean;
1891
+ canManageIntegrations: boolean;
1889
1892
  modelDefinition: ModelDefinitionDto;
1890
1893
  qualifiedBy: QualifiedByEnum;
1891
1894
  deltaType: DeltaPeriodEnum;
@@ -1905,12 +1908,13 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1905
1908
  declare class ModelFactorMetricComponent extends ComponentWithViewStateBase<IResultsState> {
1906
1909
  private state;
1907
1910
  snackBar: MatSnackBar;
1911
+ protected userSettings: IUserSettingStrategy;
1908
1912
  metric: FactorStructureDto;
1909
1913
  factorScore: FactorScoreDto;
1910
1914
  delta: FactorScoreCollectionDeltaDto;
1911
1915
  benchmark: FactorScoreCollectionBenchmarkDto;
1912
1916
  baseUrl: string;
1913
- constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar);
1917
+ constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, userSettings: IUserSettingStrategy);
1914
1918
  ngOnInit(): void;
1915
1919
  protected onDataUpdate(data: IResultsState): void;
1916
1920
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorMetricComponent, never>;
@@ -2097,9 +2101,12 @@ declare class ImpactIndicatorComponent {
2097
2101
  declare class AgeIndicatorComponent implements OnInit {
2098
2102
  lastMeasured: Date;
2099
2103
  lastMeasuredMonths: number;
2100
- lastMeasuredTooltip: string;
2104
+ lastMeasuredDays: number;
2105
+ lastMeasuredYears: number;
2101
2106
  constructor();
2102
2107
  ngOnInit(): void;
2108
+ private montsBetweenUTC;
2109
+ private daysBetweenUTC;
2103
2110
  static ɵfac: i0.ɵɵFactoryDeclaration<AgeIndicatorComponent, never>;
2104
2111
  static ɵcmp: i0.ɵɵComponentDeclaration<AgeIndicatorComponent, "age-indicator", never, { "lastMeasured": { "alias": "lastMeasured"; "required": false; }; }, {}, never, never, false, never>;
2105
2112
  }
@@ -3228,7 +3235,7 @@ declare class ResultsModule {
3228
3235
 
3229
3236
  declare class ModelVisualizationModule {
3230
3237
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelVisualizationModule, never>;
3231
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent], [typeof i2$1.CommonModule, typeof i3$1.FormsModule, typeof i3.RouterModule, typeof ResultsModule, typeof i65.SatPopoverModule, typeof FactorInformationDialogModule, typeof ProgressbarModule, typeof i4.MatFormFieldModule, typeof i3$1.ReactiveFormsModule, typeof DateRangePipeModule], [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent]>;
3238
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent], [typeof i2$1.CommonModule, typeof i3$1.FormsModule, typeof i3.RouterModule, typeof ResultsModule, typeof i65.SatPopoverModule, typeof FactorInformationDialogModule, typeof ProgressbarModule, typeof i12.MatTooltipModule, typeof DialogSubscribeModule, typeof i4.MatFormFieldModule, typeof i3$1.ReactiveFormsModule, typeof DateRangePipeModule], [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent]>;
3232
3239
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelVisualizationModule>;
3233
3240
  }
3234
3241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.105",
3
+ "version": "2.3.107",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.6",
6
6
  "@angular/core": "^20.3.6",