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

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.110",
3
+ "version": "2.3.112",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.3.12",
6
- "@angular/core": "^20.3.12",
7
- "@angular/forms": "^20.3.12",
5
+ "@angular/common": "^21.0.2",
6
+ "@angular/core": "^21.0.2",
7
+ "@angular/forms": "^21.0.2",
8
8
  "@ncstate/sat-popover": "15.0.0",
9
9
  "@swimlane/ngx-charts": "^23.1.0",
10
- "@angular/material": "^20.2.13",
11
- "@angular/material-moment-adapter": "^20.2.13",
10
+ "@angular/material": "^21.0.1",
11
+ "@angular/material-moment-adapter": "^21.0.1",
12
12
  "moment": "^2.30.1",
13
13
  "ngx-webstorage-service": "^5.0.0",
14
14
  "rxjs": "7.8.2",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "sideEffects": false,
21
21
  "module": "fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs",
22
- "typings": "index.d.ts",
22
+ "typings": "types/the-liberators-ngx-scrumteamsurvey-tools.d.ts",
23
23
  "exports": {
24
24
  "./package.json": {
25
25
  "default": "./package.json"
26
26
  },
27
27
  ".": {
28
- "types": "./index.d.ts",
28
+ "types": "./types/the-liberators-ngx-scrumteamsurvey-tools.d.ts",
29
29
  "default": "./fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs"
30
30
  }
31
31
  }
@@ -1094,6 +1094,9 @@ declare class ActionsModule {
1094
1094
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
1095
1095
  }
1096
1096
 
1097
+ declare class ActionConfigDto {
1098
+ }
1099
+ declare const ActionConfigToken: InjectionToken<ActionConfigDto>;
1097
1100
  declare class ActionClientConfig {
1098
1101
  private config?;
1099
1102
  constructor(config?: ActionConfigDto);
@@ -1102,9 +1105,6 @@ declare class ActionClientConfig {
1102
1105
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionClientConfig, [{ optional: true; }]>;
1103
1106
  static ɵprov: i0.ɵɵInjectableDeclaration<ActionClientConfig>;
1104
1107
  }
1105
- declare class ActionConfigDto {
1106
- }
1107
- declare const AactionConfigToken: InjectionToken<ActionConfigDto>;
1108
1108
 
1109
1109
  declare class NgAddToCalendarModule {
1110
1110
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAddToCalendarModule, never>;
@@ -1233,6 +1233,9 @@ declare class AlertsModule {
1233
1233
  static ɵinj: i0.ɵɵInjectorDeclaration<AlertsModule>;
1234
1234
  }
1235
1235
 
1236
+ declare class AlertConfigDto {
1237
+ }
1238
+ declare const AlertConfigToken: InjectionToken<AlertConfigDto>;
1236
1239
  declare class AlertClientConfig {
1237
1240
  private config?;
1238
1241
  constructor(config?: AlertConfigDto);
@@ -1241,9 +1244,6 @@ declare class AlertClientConfig {
1241
1244
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertClientConfig, [{ optional: true; }]>;
1242
1245
  static ɵprov: i0.ɵɵInjectableDeclaration<AlertClientConfig>;
1243
1246
  }
1244
- declare class AlertConfigDto {
1245
- }
1246
- declare const AlertConfigToken: InjectionToken<AlertConfigDto>;
1247
1247
 
1248
1248
  declare class BrandingProvider {
1249
1249
  palette: PaletteItem[];
@@ -1854,8 +1854,31 @@ declare class ProgressbarModule {
1854
1854
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressbarModule>;
1855
1855
  }
1856
1856
 
1857
+ declare class ClientIntegrationSummaryDto {
1858
+ constructor();
1859
+ publicKey: string;
1860
+ name: string;
1861
+ description: string;
1862
+ documentationUrl: string;
1863
+ requireTeamMappings: boolean;
1864
+ requireUrl: boolean;
1865
+ requireSecret: boolean;
1866
+ hasCollectorUrl: boolean;
1867
+ metricKeys: string[];
1868
+ integrationKey: string;
1869
+ collectorUrl: string;
1870
+ isSetup: boolean;
1871
+ heartBeat: Date;
1872
+ isActive: boolean;
1873
+ }
1874
+ declare class ClientIntegrationListDto {
1875
+ constructor();
1876
+ items: ClientIntegrationSummaryDto[];
1877
+ }
1878
+
1857
1879
  interface IResultsState extends IActionState, IViewState {
1858
1880
  factorScores: FactorScoreCollectionDto;
1881
+ integrations: ClientIntegrationListDto;
1859
1882
  badges: BadgeCollectionDto;
1860
1883
  isSubscriber: boolean;
1861
1884
  baseUrl: string;
@@ -1875,6 +1898,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1875
1898
  protected snackBar: MatSnackBar;
1876
1899
  factors: FactorStructureDto[];
1877
1900
  metrics: FactorStructureDto[];
1901
+ integrations: ClientIntegrationSummaryDto[];
1878
1902
  metricsAvailable: boolean;
1879
1903
  showIndicatorArrows: boolean;
1880
1904
  showModel: boolean;
@@ -1886,6 +1910,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1886
1910
  pointNames: string;
1887
1911
  pointType: string;
1888
1912
  deltaTeams: number;
1913
+ showTeamsDashboardSetup: boolean;
1889
1914
  deltaTeamNames: string;
1890
1915
  deltaAvailable: boolean;
1891
1916
  isLoggedIn: boolean;
@@ -1898,7 +1923,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1898
1923
  globalNotes: string[];
1899
1924
  constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, userSettingService: UserSettingService, snackBar: MatSnackBar);
1900
1925
  ngOnInit(): void;
1901
- private determineScreenSize;
1926
+ determineScreenSize(event?: any): void;
1902
1927
  protected onDataUpdate(data: IResultsState): void;
1903
1928
  toggleView(advanced: boolean): void;
1904
1929
  toggleLayer(selectedLayer: ModelVisualizationLayer): void;
@@ -1911,12 +1936,18 @@ declare class ModelFactorMetricComponent extends ComponentWithViewStateBase<IRes
1911
1936
  snackBar: MatSnackBar;
1912
1937
  protected userSettings: IUserSettingStrategy;
1913
1938
  metric: FactorStructureDto;
1939
+ private teamsDashboardUrl;
1940
+ integration: ClientIntegrationSummaryDto;
1914
1941
  factorScore: FactorScoreDto;
1942
+ showSetupTeaser: boolean;
1943
+ showSetup: boolean;
1915
1944
  delta: FactorScoreCollectionDeltaDto;
1916
1945
  benchmark: FactorScoreCollectionBenchmarkDto;
1917
1946
  baseUrl: string;
1947
+ showMetricResult: boolean;
1918
1948
  constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, userSettings: IUserSettingStrategy);
1919
1949
  ngOnInit(): void;
1950
+ toManage($event: any): void;
1920
1951
  protected onDataUpdate(data: IResultsState): void;
1921
1952
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelFactorMetricComponent, never>;
1922
1953
  static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorMetricComponent, "model-factor-metric", never, { "metric": { "alias": "metric"; "required": false; }; }, {}, never, never, false, never>;
@@ -2001,6 +2032,30 @@ declare class ModelFactorBenchmarkComponent implements OnInit {
2001
2032
  static ɵcmp: i0.ɵɵComponentDeclaration<ModelFactorBenchmarkComponent, "model-factor-benchmark", never, { "factor": { "alias": "factor"; "required": false; }; "benchmark": { "alias": "benchmark"; "required": false; }; }, {}, never, never, false, never>;
2002
2033
  }
2003
2034
 
2035
+ declare class DialogIntegrationComponent {
2036
+ protected snackBar: MatSnackBar;
2037
+ private clipboard;
2038
+ metric: FactorStructureDto;
2039
+ integration: ClientIntegrationSummaryDto;
2040
+ inviteUrlCopied: boolean;
2041
+ constructor(data: {
2042
+ metric: FactorStructureDto;
2043
+ integration: ClientIntegrationSummaryDto;
2044
+ }, snackBar: MatSnackBar, clipboard: Clipboard);
2045
+ copyInviteLink(): void;
2046
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogIntegrationComponent, never>;
2047
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogIntegrationComponent, "ng-component", never, {}, {}, never, never, false, never>;
2048
+ }
2049
+ declare class OpenIntegrationDialogDirective {
2050
+ private dialog;
2051
+ metric: FactorStructureDto;
2052
+ integration: ClientIntegrationSummaryDto;
2053
+ constructor(dialog: MatDialog);
2054
+ onClick($event: any): void;
2055
+ static ɵfac: i0.ɵɵFactoryDeclaration<OpenIntegrationDialogDirective, never>;
2056
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OpenIntegrationDialogDirective, "[integrationDialog]", never, { "metric": { "alias": "metric"; "required": false; }; "integration": { "alias": "integration"; "required": false; }; }, {}, never, never, false, never>;
2057
+ }
2058
+
2004
2059
  declare class ArrowComponent implements OnInit, DoCheck, OnDestroy {
2005
2060
  private elem;
2006
2061
  private arrowUpdateService;
@@ -2161,7 +2216,7 @@ declare class ModelComponent extends ComponentWithViewStateBase<IResultsState> {
2161
2216
  globalNotes: string[];
2162
2217
  constructor(state: ViewModelStateBase<IResultsState>, dialog: MatDialog, snackBar: MatSnackBar);
2163
2218
  ngOnInit(): void;
2164
- private determineScreenSize;
2219
+ determineScreenSize(event?: any): void;
2165
2220
  protected onDataUpdate(data: IResultsState): void;
2166
2221
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelComponent, never>;
2167
2222
  static ɵcmp: i0.ɵɵComponentDeclaration<ModelComponent, "model", never, {}, {}, never, never, false, never>;
@@ -2411,8 +2466,8 @@ declare class NavButtonComponent implements OnInit, OnDestroy {
2411
2466
  alertCount: number;
2412
2467
  backgroundColor: string;
2413
2468
  color: string;
2414
- mouseover(eventData: Event): void;
2415
- mouseleave(eventData: Event): void;
2469
+ mouseover(): void;
2470
+ mouseleave(): void;
2416
2471
  constructor(router: Router, brandingProvider: BrandingProvider);
2417
2472
  private isUrlSame;
2418
2473
  ngOnInit(): void;
@@ -2988,7 +3043,7 @@ declare class DialogSubscribeComponent {
2988
3043
  declare class OpenSubscribeDialogDirective {
2989
3044
  private dialog;
2990
3045
  constructor(dialog: MatDialog);
2991
- onClick(): void;
3046
+ onClick($event: any): void;
2992
3047
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenSubscribeDialogDirective, never>;
2993
3048
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenSubscribeDialogDirective, "[subscribeDialog]", never, {}, {}, never, never, false, never>;
2994
3049
  }
@@ -3129,6 +3184,7 @@ declare class StartGuideDirective {
3129
3184
  static ɵdir: i0.ɵɵDirectiveDeclaration<StartGuideDirective, "[startGuide]", never, { "guideKey": { "alias": "guideKey"; "required": false; }; }, {}, never, never, false, never>;
3130
3185
  }
3131
3186
 
3187
+ declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
3132
3188
  declare class DialogGuideComponent extends ComponentWithViewStateBase<IGuideState> {
3133
3189
  private state;
3134
3190
  guidePopupService: GuidePopupService;
@@ -3151,7 +3207,7 @@ declare class DialogGuideComponent extends ComponentWithViewStateBase<IGuideStat
3151
3207
  isLastStep(item: GuideStepDto): boolean;
3152
3208
  private selectNextOpenItem;
3153
3209
  protected onDataUpdate(data: IGuideState): void;
3154
- onWindowResize(): void;
3210
+ onWindowResize(event?: any): void;
3155
3211
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuideComponent, never>;
3156
3212
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuideComponent, "ng-component", never, {}, {}, never, never, false, never>;
3157
3213
  }
@@ -3164,8 +3220,8 @@ declare class OpenGuideDialogDirective {
3164
3220
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuideDialogDirective, never>;
3165
3221
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuideDialogDirective, "[guideDialog]", never, {}, {}, never, never, false, never>;
3166
3222
  }
3167
- declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
3168
3223
 
3224
+ declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
3169
3225
  declare class DialogGuidesComponent extends ComponentWithViewStateBase<IGuideState> {
3170
3226
  private state;
3171
3227
  guidePopupService: GuidePopupService;
@@ -3192,7 +3248,6 @@ declare class OpenGuidesDialogDirective {
3192
3248
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuidesDialogDirective, never>;
3193
3249
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuidesDialogDirective, "[guidesDialog]", never, {}, {}, never, never, false, never>;
3194
3250
  }
3195
- declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
3196
3251
 
3197
3252
  declare class ResumeGuideHoverComponent extends ComponentWithViewStateBase<IGuideState> {
3198
3253
  private state;
@@ -3236,7 +3291,7 @@ declare class ResultsModule {
3236
3291
 
3237
3292
  declare class ModelVisualizationModule {
3238
3293
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelVisualizationModule, never>;
3239
- 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]>;
3294
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent, typeof OpenIntegrationDialogDirective, typeof DialogIntegrationComponent], [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 i2$2.MatDialogModule], [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent, typeof OpenIntegrationDialogDirective, typeof DialogIntegrationComponent]>;
3240
3295
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelVisualizationModule>;
3241
3296
  }
3242
3297
 
@@ -3375,6 +3430,12 @@ declare enum LoggingSeverityEnum {
3375
3430
  exception = 2
3376
3431
  }
3377
3432
 
3433
+ declare class ErrorServiceConfigDto {
3434
+ errorSink: boolean;
3435
+ endpoint: string;
3436
+ enabled: boolean;
3437
+ }
3438
+ declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
3378
3439
  declare class ErrorServiceConfig {
3379
3440
  private config?;
3380
3441
  constructor(config?: ErrorServiceConfigDto);
@@ -3383,12 +3444,6 @@ declare class ErrorServiceConfig {
3383
3444
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorServiceConfig, [{ optional: true; }]>;
3384
3445
  static ɵprov: i0.ɵɵInjectableDeclaration<ErrorServiceConfig>;
3385
3446
  }
3386
- declare class ErrorServiceConfigDto {
3387
- errorSink: boolean;
3388
- endpoint: string;
3389
- enabled: boolean;
3390
- }
3391
- declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
3392
3447
 
3393
3448
  declare class FrontAndBackendErrorHandler implements ErrorHandler {
3394
3449
  private router;
@@ -3503,6 +3558,9 @@ declare class DismissPopupService {
3503
3558
  static ɵprov: i0.ɵɵInjectableDeclaration<DismissPopupService>;
3504
3559
  }
3505
3560
 
3561
+ declare class ResultsClientDto {
3562
+ }
3563
+ declare const ResultsConfigToken: InjectionToken<ResultsClientDto>;
3506
3564
  declare class ResultsClientConfig {
3507
3565
  private config?;
3508
3566
  constructor(config?: ResultsClientDto);
@@ -3511,9 +3569,6 @@ declare class ResultsClientConfig {
3511
3569
  static ɵfac: i0.ɵɵFactoryDeclaration<ResultsClientConfig, [{ optional: true; }]>;
3512
3570
  static ɵprov: i0.ɵɵInjectableDeclaration<ResultsClientConfig>;
3513
3571
  }
3514
- declare class ResultsClientDto {
3515
- }
3516
- declare const ResultsConfigToken: InjectionToken<ResultsClientDto>;
3517
3572
 
3518
3573
  declare function domainValidator(): ValidatorFn;
3519
3574
 
@@ -3573,6 +3628,9 @@ declare class ViewModelStateModule {
3573
3628
  static ɵinj: i0.ɵɵInjectorDeclaration<ViewModelStateModule>;
3574
3629
  }
3575
3630
 
3631
+ declare class ViewModelStateConfigDto {
3632
+ }
3633
+ declare const ViewModelStateConfigToken: InjectionToken<ViewModelStateConfigDto>;
3576
3634
  declare class ViewModelStateConfig {
3577
3635
  private config?;
3578
3636
  constructor(config?: ViewModelStateConfigDto);
@@ -3581,9 +3639,6 @@ declare class ViewModelStateConfig {
3581
3639
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewModelStateConfig, [{ optional: true; }]>;
3582
3640
  static ɵprov: i0.ɵɵInjectableDeclaration<ViewModelStateConfig>;
3583
3641
  }
3584
- declare class ViewModelStateConfigDto {
3585
- }
3586
- declare const ViewModelStateConfigToken: InjectionToken<ViewModelStateConfigDto>;
3587
3642
 
3588
- export { AactionConfigToken, AccountService, ActionClientConfig, ActionCollectionDto, ActionConfigDto, ActionDto, ActionListComponent, ActionListFilter, ActionManageComponent, ActionOptionDto, ActionOptionsDto, ActionPrefillDto, ActionService, ActionTeamDto, ActionTileComponent, ActionsModule, AgeIndicatorComponent, AlertAnnouncementComponent, AlertClientConfig, AlertConfigDto, AlertConfigToken, AlertDto, AlertFilterDto, AlertResponseDto, AlertService, AlertsComponent, AlertsModule, ApiConfig, ApiConfigDto, ApiConfigToken, ApiErrorDto, ArrowComponent, ArrowUpdateService, BackButtonDirective, BackButtonDirectiveModule, BadgeCollectionDto, BadgeComponent, BadgeDto, BadgeProgressionComponent, BadgeStreakComponent, BadgeTypeEnum, BadgesComponent, BenchmarkIndicatorComponent, BenchmarkOptionDto, BenchmarkTypeEnum, BrandBackgroundDirective, BrandConditionalBackgroundColorDirective, BrandConditionalColorDirective, BrandHoverColorDirective, BrandingModule, BrandingProvider, BrandingSettingsDto, CallbackPipe, CallbackPipeModule, ChannelDefaultBrandingDto, ChannelDto, CheckboxComponent, CheckboxModule, ClickableTooltipDirective, ClientInfoDto, ComponentBase, ComponentWithViewStateBase, ContactService, ContentBrandingDto, ContextItemDto, ContextTypes, DIALOG_GUIDES_TOKEN, DIALOG_GUIDE_TOKEN, DateRangeDto, DateRangePipe, DateRangePipeModule, DefinitionDto, DeltaArrowComponent, DeltaPeriodEnum, DialogAccountComponent, DialogAccountModule, DialogActionFiltersComponent, DialogActionManageComponent, DialogAlertsComponent, DialogExportActionsComponent, DialogExportFactorScoresComponent, DialogExportTeamListComponent, DialogFactorInformationComponent, DialogGuideComponent, DialogGuidesComponent, DialogModelFilterComponent, DialogNotesComponent, DialogResourceDownloadComponent, DialogSettingsComponent, DialogSubscribeComponent, DialogSubscribeModule, DialogSupportComponent, DialogSupportModule, DialogTeamFilterComponent, DimensionResultDto, DismissAlertRequestDto, DismissPopupService, DismissedAlertsService, DoItYourselfComponent, DoItYourselfWorkshopsComponent, EffectDto, EffectTypeEnum, ErrorConfigToken, ErrorDetailDto, ErrorDto, ErrorServiceConfig, ErrorServiceConfigDto, ErrorServiceModule, ExpandComponent, ExpandItemDto, ExpandModule, ExportActionsRequestDto, ExportFactorScoresRequestDto, ExportTeamListRequestDto, FactorAxisComponent, FactorEffectDto, FactorInformationDialogModule, FactorRecommendationDto, FactorScoreCollectionBenchmarkDto, FactorScoreCollectionCompositionDto, FactorScoreCollectionCompositionSegmentDto, FactorScoreCollectionDeltaDto, FactorScoreCollectionDto, FactorScoreCollectionFiltersDto, FactorScoreCompositionPointDto, FactorScoreCompositionPointsDto, FactorScoreDto, FactorService, FactorStructureConstraintDto, FactorStructureDto, FactorStructureSegmentDto, FactorsComponent, FeedbackQuickTipDto, FeedbackResourceDto, FilterTagsComponent, FocusAreasComponent, FooterComponent, FrontAndBackendErrorHandler, GUIDESTATE_PROVIDER, GuardsModule, GuideCollectionDto, GuideConfigDto, GuideDto, GuideMediaTypeEnum, GuidePopupService, GuideSettingsDto, GuideStateDto, GuideStateInBackEndService, GuideStateInBrowserService, GuideStepDto, GuideStepMediaDto, GuidesClientConfig, GuidesConfigToken, GuidesModule, ImageSliderComponent, ImpactIndicatorComponent, IncludeActionsModeEnum, InterventionFilterType, InterventionOwnerEnum, InterventionOwnerToStringPipe, InterventionSortEnum, InterventionStateEnum, InterventionStateToStringPipe, InterventionSummaryDto, InterventionTypeEnum, InterventionTypeToStringPipe, InviteUrlDto, KeyValueDto, LegalDocumentDto, LegalDto, LimitationsApplyComponent, LoadModes, LoadingComponent, LoadingModule, LocalUserDto, LoggingSeverityEnum, MatTagsComponent, MatTagsModule, MeasurementDto, MetaDataInputComponent, MetadataInputModule, ModelCanvasComponent, ModelComponent, ModelDefinitionDto, ModelDemoUrlDto, ModelFactorBenchmarkComponent, ModelFactorBreakdownComponent, ModelFactorComponent, ModelFactorCoreComponent, ModelFactorIndicatorComponent, ModelFactorMetricComponent, ModelFilter, ModelStructureDto, ModelSummaryDto, ModelSwitcherComponent, ModelVisualizationLayer, ModelVisualizationModule, MultiEmailInputComponent, MultiEmailInputModule, NavButtonComponent, NavigationUrlDto, NavigationUrlTypeEnum, NgAddToCalendarModule, NoReloadStrategy, OpenAccountDialogDirective, OpenActionFiltersDialogDirective, OpenAddActionDialogDirective, OpenAlertsDialogDirective, OpenContactSalesDialog, OpenEditActionDialogDirective, OpenExportActionsDialogDirective, OpenExportFactorScoresDialogDirective, OpenExportTeamListDialogDirective, OpenFactorInformationDialogDirective, OpenFeedbackDialogDirective, OpenGuideDialogDirective, OpenGuidesDialogDirective, OpenLookingForHelpDialog, OpenModelFilterDialog, OpenNotesDialogDirective, OpenReportBugDialogDirective, OpenResourceDownloadDialogDirective, OpenSettingsDialogDirective, OpenSubscribeDialogDirective, OpenSupportDialogDirective, OpenTeamFilterDialogDirective, PaginatedResponse, PaginatorComponent, PaginatorModule, PaginatorPageEvent, PagingOptions, PaletteItem, ParticipantDto, ParticipantsComponent, ParticipationRateDto, PointDto, PointTypeEnum, ProcessingDataDto, ProgressbarComponent, ProgressbarModule, QualificationEnum, QualifiedByEnum, QuantitySelectorComponent, QuantitySelectorModule, QuestionnaireTypeDto, QuickTipsComponent, RecommendationComponent, RecommendationsComponent, ReloadOnPushStrategy, ResearchComponent, ResetPasswordRequestDto, ResourceDownloadModule, ResourceDownloadRedirectUrlDto, ResourceDownloadService, ResultIndicatorComponent, ResultsClientConfig, ResultsClientDto, ResultsConfigToken, ResultsModule, ResumeGuideHoverComponent, RoadmapComponent, SegmentEnum, SegmentNamePipe, SegmentNamePipeModule, SelectItem, SelectListComponent, SelectListItem, SelectListItemApiDto, SelectListModule, SessionIdInterceptor, SessionIdProvider, SiteDefaultFooterComponent, SiteDefaultHeaderComponent, SiteMicroFooterComponent, SlugifyPipe, SlugifyPipeModule, SnapshotDto, SnapshotInviteUrlsComponent, SnapshotInviteUrlsModule, SnapshotMetaDataDto, StartGuideDirective, SubscriptionTierEnum, TabItemDto, TabNavigatorComponent, TabNavigatorModule, TeamDto, TeamEffectivenessComponent, TeamFlagMatchDto, TeamListFilter, TeamListResponseDto, TeamMetaDataDto, TeamNameAndKeyDto, TeamNotificationSettingsDto, TeamSortEnum, TeamStatusEnum, TeamTraitDto, TermsService, TermsUpdatedComponent, TipBadgeComponent, TopicSelectorComponent, TopicSelectorDto, TopicSelectorModule, TrendDataRequestDto, TrendDataSetDto, TrendService, TrendsComponent, TruncatePipe, TruncatePipeModule, TryNowProfessionalComponent, UpdateInProgressComponent, UserGlobalSettingsDto, UserInfoDto, UserListFilter, UserListResponseDto, UserNameAndKeyDto, UserProfileComponent, UserProfileDto, UserProfileService, UserSettingService, UserSettingsDto, UserSpecificSettingsDto, VIEWSTATE_LOAD_STRATEGY, VIEWSTATE_PROVIDER, VIEWSTATE_RELOAD_STRATEGY, VIEWSTATE_USERSETTINGS_STRATEGY, ValidChangeTokenGuard, ValidKeyGuard, ValidKeySnapshotKeyGuard, ValidKeyTeamKeyGuard, VariableDto, VideoComponent, ViewModelStateBase, ViewModelStateConfig, ViewModelStateConfigDto, ViewModelStateConfigToken, ViewModelStateModule, WidgetFactorScoreComponent, WidgetParticipationRateComponent, compareInputValidator, domainValidator, httpsHostValidator, maxSelectedValidator, minTopicsSelectedValidator, presetCheckValidator };
3643
+ export { AccountService, ActionClientConfig, ActionCollectionDto, ActionConfigDto, ActionConfigToken, ActionDto, ActionListComponent, ActionListFilter, ActionManageComponent, ActionOptionDto, ActionOptionsDto, ActionPrefillDto, ActionService, ActionTeamDto, ActionTileComponent, ActionsModule, AgeIndicatorComponent, AlertAnnouncementComponent, AlertClientConfig, AlertConfigDto, AlertConfigToken, AlertDto, AlertFilterDto, AlertResponseDto, AlertService, AlertsComponent, AlertsModule, ApiConfig, ApiConfigDto, ApiConfigToken, ApiErrorDto, ArrowComponent, ArrowUpdateService, BackButtonDirective, BackButtonDirectiveModule, BadgeCollectionDto, BadgeComponent, BadgeDto, BadgeProgressionComponent, BadgeStreakComponent, BadgeTypeEnum, BadgesComponent, BenchmarkIndicatorComponent, BenchmarkOptionDto, BenchmarkTypeEnum, BrandBackgroundDirective, BrandConditionalBackgroundColorDirective, BrandConditionalColorDirective, BrandHoverColorDirective, BrandingModule, BrandingProvider, BrandingSettingsDto, CallbackPipe, CallbackPipeModule, ChannelDefaultBrandingDto, ChannelDto, CheckboxComponent, CheckboxModule, ClickableTooltipDirective, ClientInfoDto, ClientIntegrationListDto, ClientIntegrationSummaryDto, ComponentBase, ComponentWithViewStateBase, ContactService, ContentBrandingDto, ContextItemDto, ContextTypes, DIALOG_GUIDES_TOKEN, DIALOG_GUIDE_TOKEN, DateRangeDto, DateRangePipe, DateRangePipeModule, DefinitionDto, DeltaArrowComponent, DeltaPeriodEnum, DialogAccountComponent, DialogAccountModule, DialogActionFiltersComponent, DialogActionManageComponent, DialogAlertsComponent, DialogExportActionsComponent, DialogExportFactorScoresComponent, DialogExportTeamListComponent, DialogFactorInformationComponent, DialogGuideComponent, DialogGuidesComponent, DialogIntegrationComponent, DialogModelFilterComponent, DialogNotesComponent, DialogResourceDownloadComponent, DialogSettingsComponent, DialogSubscribeComponent, DialogSubscribeModule, DialogSupportComponent, DialogSupportModule, DialogTeamFilterComponent, DimensionResultDto, DismissAlertRequestDto, DismissPopupService, DismissedAlertsService, DoItYourselfComponent, DoItYourselfWorkshopsComponent, EffectDto, EffectTypeEnum, ErrorConfigToken, ErrorDetailDto, ErrorDto, ErrorServiceConfig, ErrorServiceConfigDto, ErrorServiceModule, ExpandComponent, ExpandItemDto, ExpandModule, ExportActionsRequestDto, ExportFactorScoresRequestDto, ExportTeamListRequestDto, FactorAxisComponent, FactorEffectDto, FactorInformationDialogModule, FactorRecommendationDto, FactorScoreCollectionBenchmarkDto, FactorScoreCollectionCompositionDto, FactorScoreCollectionCompositionSegmentDto, FactorScoreCollectionDeltaDto, FactorScoreCollectionDto, FactorScoreCollectionFiltersDto, FactorScoreCompositionPointDto, FactorScoreCompositionPointsDto, FactorScoreDto, FactorService, FactorStructureConstraintDto, FactorStructureDto, FactorStructureSegmentDto, FactorsComponent, FeedbackQuickTipDto, FeedbackResourceDto, FilterTagsComponent, FocusAreasComponent, FooterComponent, FrontAndBackendErrorHandler, GUIDESTATE_PROVIDER, GuardsModule, GuideCollectionDto, GuideConfigDto, GuideDto, GuideMediaTypeEnum, GuidePopupService, GuideSettingsDto, GuideStateDto, GuideStateInBackEndService, GuideStateInBrowserService, GuideStepDto, GuideStepMediaDto, GuidesClientConfig, GuidesConfigToken, GuidesModule, ImageSliderComponent, ImpactIndicatorComponent, IncludeActionsModeEnum, InterventionFilterType, InterventionOwnerEnum, InterventionOwnerToStringPipe, InterventionSortEnum, InterventionStateEnum, InterventionStateToStringPipe, InterventionSummaryDto, InterventionTypeEnum, InterventionTypeToStringPipe, InviteUrlDto, KeyValueDto, LegalDocumentDto, LegalDto, LimitationsApplyComponent, LoadModes, LoadingComponent, LoadingModule, LocalUserDto, LoggingSeverityEnum, MatTagsComponent, MatTagsModule, MeasurementDto, MetaDataInputComponent, MetadataInputModule, ModelCanvasComponent, ModelComponent, ModelDefinitionDto, ModelDemoUrlDto, ModelFactorBenchmarkComponent, ModelFactorBreakdownComponent, ModelFactorComponent, ModelFactorCoreComponent, ModelFactorIndicatorComponent, ModelFactorMetricComponent, ModelFilter, ModelStructureDto, ModelSummaryDto, ModelSwitcherComponent, ModelVisualizationLayer, ModelVisualizationModule, MultiEmailInputComponent, MultiEmailInputModule, NavButtonComponent, NavigationUrlDto, NavigationUrlTypeEnum, NgAddToCalendarModule, NoReloadStrategy, OpenAccountDialogDirective, OpenActionFiltersDialogDirective, OpenAddActionDialogDirective, OpenAlertsDialogDirective, OpenContactSalesDialog, OpenEditActionDialogDirective, OpenExportActionsDialogDirective, OpenExportFactorScoresDialogDirective, OpenExportTeamListDialogDirective, OpenFactorInformationDialogDirective, OpenFeedbackDialogDirective, OpenGuideDialogDirective, OpenGuidesDialogDirective, OpenIntegrationDialogDirective, OpenLookingForHelpDialog, OpenModelFilterDialog, OpenNotesDialogDirective, OpenReportBugDialogDirective, OpenResourceDownloadDialogDirective, OpenSettingsDialogDirective, OpenSubscribeDialogDirective, OpenSupportDialogDirective, OpenTeamFilterDialogDirective, PaginatedResponse, PaginatorComponent, PaginatorModule, PaginatorPageEvent, PagingOptions, PaletteItem, ParticipantDto, ParticipantsComponent, ParticipationRateDto, PointDto, PointTypeEnum, ProcessingDataDto, ProgressbarComponent, ProgressbarModule, QualificationEnum, QualifiedByEnum, QuantitySelectorComponent, QuantitySelectorModule, QuestionnaireTypeDto, QuickTipsComponent, RecommendationComponent, RecommendationsComponent, ReloadOnPushStrategy, ResearchComponent, ResetPasswordRequestDto, ResourceDownloadModule, ResourceDownloadRedirectUrlDto, ResourceDownloadService, ResultIndicatorComponent, ResultsClientConfig, ResultsClientDto, ResultsConfigToken, ResultsModule, ResumeGuideHoverComponent, RoadmapComponent, SegmentEnum, SegmentNamePipe, SegmentNamePipeModule, SelectItem, SelectListComponent, SelectListItem, SelectListItemApiDto, SelectListModule, SessionIdInterceptor, SessionIdProvider, SiteDefaultFooterComponent, SiteDefaultHeaderComponent, SiteMicroFooterComponent, SlugifyPipe, SlugifyPipeModule, SnapshotDto, SnapshotInviteUrlsComponent, SnapshotInviteUrlsModule, SnapshotMetaDataDto, StartGuideDirective, SubscriptionTierEnum, TabItemDto, TabNavigatorComponent, TabNavigatorModule, TeamDto, TeamEffectivenessComponent, TeamFlagMatchDto, TeamListFilter, TeamListResponseDto, TeamMetaDataDto, TeamNameAndKeyDto, TeamNotificationSettingsDto, TeamSortEnum, TeamStatusEnum, TeamTraitDto, TermsService, TermsUpdatedComponent, TipBadgeComponent, TopicSelectorComponent, TopicSelectorDto, TopicSelectorModule, TrendDataRequestDto, TrendDataSetDto, TrendService, TrendsComponent, TruncatePipe, TruncatePipeModule, TryNowProfessionalComponent, UpdateInProgressComponent, UserGlobalSettingsDto, UserInfoDto, UserListFilter, UserListResponseDto, UserNameAndKeyDto, UserProfileComponent, UserProfileDto, UserProfileService, UserSettingService, UserSettingsDto, UserSpecificSettingsDto, VIEWSTATE_LOAD_STRATEGY, VIEWSTATE_PROVIDER, VIEWSTATE_RELOAD_STRATEGY, VIEWSTATE_USERSETTINGS_STRATEGY, ValidChangeTokenGuard, ValidKeyGuard, ValidKeySnapshotKeyGuard, ValidKeyTeamKeyGuard, VariableDto, VideoComponent, ViewModelStateBase, ViewModelStateConfig, ViewModelStateConfigDto, ViewModelStateConfigToken, ViewModelStateModule, WidgetFactorScoreComponent, WidgetParticipationRateComponent, compareInputValidator, domainValidator, httpsHostValidator, maxSelectedValidator, minTopicsSelectedValidator, presetCheckValidator };
3589
3644
  export type { ContactDto, ContactTypeDto, IActionState, IAggregateRootSource, IAggregateRootStreamFactory, IAlertState, IReloadStrategy, IResultsState, ITeamReportResultsState, IUserSettingStrategy, IViewState };