@the-liberators/ngx-scrumteamsurvey-tools 2.3.111 → 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.111",
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[];
@@ -1860,7 +1860,9 @@ declare class ClientIntegrationSummaryDto {
1860
1860
  name: string;
1861
1861
  description: string;
1862
1862
  documentationUrl: string;
1863
- requireMappings: boolean;
1863
+ requireTeamMappings: boolean;
1864
+ requireUrl: boolean;
1865
+ requireSecret: boolean;
1864
1866
  hasCollectorUrl: boolean;
1865
1867
  metricKeys: string[];
1866
1868
  integrationKey: string;
@@ -1921,7 +1923,7 @@ declare class ModelCanvasComponent extends ComponentWithViewStateBase<IResultsSt
1921
1923
  globalNotes: string[];
1922
1924
  constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, userSettingService: UserSettingService, snackBar: MatSnackBar);
1923
1925
  ngOnInit(): void;
1924
- private determineScreenSize;
1926
+ determineScreenSize(event?: any): void;
1925
1927
  protected onDataUpdate(data: IResultsState): void;
1926
1928
  toggleView(advanced: boolean): void;
1927
1929
  toggleLayer(selectedLayer: ModelVisualizationLayer): void;
@@ -2214,7 +2216,7 @@ declare class ModelComponent extends ComponentWithViewStateBase<IResultsState> {
2214
2216
  globalNotes: string[];
2215
2217
  constructor(state: ViewModelStateBase<IResultsState>, dialog: MatDialog, snackBar: MatSnackBar);
2216
2218
  ngOnInit(): void;
2217
- private determineScreenSize;
2219
+ determineScreenSize(event?: any): void;
2218
2220
  protected onDataUpdate(data: IResultsState): void;
2219
2221
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelComponent, never>;
2220
2222
  static ɵcmp: i0.ɵɵComponentDeclaration<ModelComponent, "model", never, {}, {}, never, never, false, never>;
@@ -2464,8 +2466,8 @@ declare class NavButtonComponent implements OnInit, OnDestroy {
2464
2466
  alertCount: number;
2465
2467
  backgroundColor: string;
2466
2468
  color: string;
2467
- mouseover(eventData: Event): void;
2468
- mouseleave(eventData: Event): void;
2469
+ mouseover(): void;
2470
+ mouseleave(): void;
2469
2471
  constructor(router: Router, brandingProvider: BrandingProvider);
2470
2472
  private isUrlSame;
2471
2473
  ngOnInit(): void;
@@ -3182,6 +3184,7 @@ declare class StartGuideDirective {
3182
3184
  static ɵdir: i0.ɵɵDirectiveDeclaration<StartGuideDirective, "[startGuide]", never, { "guideKey": { "alias": "guideKey"; "required": false; }; }, {}, never, never, false, never>;
3183
3185
  }
3184
3186
 
3187
+ declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
3185
3188
  declare class DialogGuideComponent extends ComponentWithViewStateBase<IGuideState> {
3186
3189
  private state;
3187
3190
  guidePopupService: GuidePopupService;
@@ -3204,7 +3207,7 @@ declare class DialogGuideComponent extends ComponentWithViewStateBase<IGuideStat
3204
3207
  isLastStep(item: GuideStepDto): boolean;
3205
3208
  private selectNextOpenItem;
3206
3209
  protected onDataUpdate(data: IGuideState): void;
3207
- onWindowResize(): void;
3210
+ onWindowResize(event?: any): void;
3208
3211
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogGuideComponent, never>;
3209
3212
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogGuideComponent, "ng-component", never, {}, {}, never, never, false, never>;
3210
3213
  }
@@ -3217,8 +3220,8 @@ declare class OpenGuideDialogDirective {
3217
3220
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuideDialogDirective, never>;
3218
3221
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuideDialogDirective, "[guideDialog]", never, {}, {}, never, never, false, never>;
3219
3222
  }
3220
- declare const DIALOG_GUIDE_TOKEN: InjectionToken<ComponentType<any>>;
3221
3223
 
3224
+ declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
3222
3225
  declare class DialogGuidesComponent extends ComponentWithViewStateBase<IGuideState> {
3223
3226
  private state;
3224
3227
  guidePopupService: GuidePopupService;
@@ -3245,7 +3248,6 @@ declare class OpenGuidesDialogDirective {
3245
3248
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenGuidesDialogDirective, never>;
3246
3249
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenGuidesDialogDirective, "[guidesDialog]", never, {}, {}, never, never, false, never>;
3247
3250
  }
3248
- declare const DIALOG_GUIDES_TOKEN: InjectionToken<ComponentType<any>>;
3249
3251
 
3250
3252
  declare class ResumeGuideHoverComponent extends ComponentWithViewStateBase<IGuideState> {
3251
3253
  private state;
@@ -3428,6 +3430,12 @@ declare enum LoggingSeverityEnum {
3428
3430
  exception = 2
3429
3431
  }
3430
3432
 
3433
+ declare class ErrorServiceConfigDto {
3434
+ errorSink: boolean;
3435
+ endpoint: string;
3436
+ enabled: boolean;
3437
+ }
3438
+ declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
3431
3439
  declare class ErrorServiceConfig {
3432
3440
  private config?;
3433
3441
  constructor(config?: ErrorServiceConfigDto);
@@ -3436,12 +3444,6 @@ declare class ErrorServiceConfig {
3436
3444
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorServiceConfig, [{ optional: true; }]>;
3437
3445
  static ɵprov: i0.ɵɵInjectableDeclaration<ErrorServiceConfig>;
3438
3446
  }
3439
- declare class ErrorServiceConfigDto {
3440
- errorSink: boolean;
3441
- endpoint: string;
3442
- enabled: boolean;
3443
- }
3444
- declare const ErrorConfigToken: InjectionToken<ErrorServiceConfigDto>;
3445
3447
 
3446
3448
  declare class FrontAndBackendErrorHandler implements ErrorHandler {
3447
3449
  private router;
@@ -3556,6 +3558,9 @@ declare class DismissPopupService {
3556
3558
  static ɵprov: i0.ɵɵInjectableDeclaration<DismissPopupService>;
3557
3559
  }
3558
3560
 
3561
+ declare class ResultsClientDto {
3562
+ }
3563
+ declare const ResultsConfigToken: InjectionToken<ResultsClientDto>;
3559
3564
  declare class ResultsClientConfig {
3560
3565
  private config?;
3561
3566
  constructor(config?: ResultsClientDto);
@@ -3564,9 +3569,6 @@ declare class ResultsClientConfig {
3564
3569
  static ɵfac: i0.ɵɵFactoryDeclaration<ResultsClientConfig, [{ optional: true; }]>;
3565
3570
  static ɵprov: i0.ɵɵInjectableDeclaration<ResultsClientConfig>;
3566
3571
  }
3567
- declare class ResultsClientDto {
3568
- }
3569
- declare const ResultsConfigToken: InjectionToken<ResultsClientDto>;
3570
3572
 
3571
3573
  declare function domainValidator(): ValidatorFn;
3572
3574
 
@@ -3626,6 +3628,9 @@ declare class ViewModelStateModule {
3626
3628
  static ɵinj: i0.ɵɵInjectorDeclaration<ViewModelStateModule>;
3627
3629
  }
3628
3630
 
3631
+ declare class ViewModelStateConfigDto {
3632
+ }
3633
+ declare const ViewModelStateConfigToken: InjectionToken<ViewModelStateConfigDto>;
3629
3634
  declare class ViewModelStateConfig {
3630
3635
  private config?;
3631
3636
  constructor(config?: ViewModelStateConfigDto);
@@ -3634,9 +3639,6 @@ declare class ViewModelStateConfig {
3634
3639
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewModelStateConfig, [{ optional: true; }]>;
3635
3640
  static ɵprov: i0.ɵɵInjectableDeclaration<ViewModelStateConfig>;
3636
3641
  }
3637
- declare class ViewModelStateConfigDto {
3638
- }
3639
- declare const ViewModelStateConfigToken: InjectionToken<ViewModelStateConfigDto>;
3640
3642
 
3641
- 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, 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 };
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 };
3642
3644
  export type { ContactDto, ContactTypeDto, IActionState, IAggregateRootSource, IAggregateRootStreamFactory, IAlertState, IReloadStrategy, IResultsState, ITeamReportResultsState, IUserSettingStrategy, IViewState };