@the-liberators/ngx-scrumteamsurvey-tools 2.3.41 → 2.3.42
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/fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs +524 -564
- package/fesm2022/the-liberators-ngx-scrumteamsurvey-tools.mjs.map +1 -1
- package/lib/dialogs/dialog-subscribe/dialog-subscribe.component.d.ts +3 -0
- package/lib/dialogs/dialog-subscribe/dialog-subscribe.module.d.ts +2 -1
- package/lib/results/components/{coachingcenter-teaser/coachingcenter-teaser.component.d.ts → trynow-professional/trynow-professional.component.d.ts} +3 -3
- package/lib/results/results.module.d.ts +63 -65
- package/package.json +1 -1
- package/public-api.d.ts +12 -17
- package/lib/results/components/liberatorkits/liberatorkits.component.d.ts +0 -14
- package/lib/results/components/teamdashboard-teaser/teamdashboard-teaser.component.d.ts +0 -14
|
@@ -5,6 +5,9 @@ export declare class DialogSubscribeComponent {
|
|
|
5
5
|
private state;
|
|
6
6
|
subscribeUrl: string;
|
|
7
7
|
companyUrl: string;
|
|
8
|
+
title: string;
|
|
9
|
+
button: string;
|
|
10
|
+
discount: boolean;
|
|
8
11
|
constructor(state: ViewModelStateBase<IViewState>);
|
|
9
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSubscribeComponent, never>;
|
|
10
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogSubscribeComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./dialog-subscribe.component";
|
|
3
3
|
import * as i2 from "./dialog-subscribe.directive";
|
|
4
4
|
import * as i3 from "@angular/material/dialog";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
5
6
|
export declare class DialogSubscribeModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogSubscribeModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogSubscribeModule, [typeof i1.DialogSubscribeComponent, typeof i2.OpenSubscribeDialogDirective], [typeof i3.MatDialogModule], [typeof i1.DialogSubscribeComponent, typeof i2.OpenSubscribeDialogDirective]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogSubscribeModule, [typeof i1.DialogSubscribeComponent, typeof i2.OpenSubscribeDialogDirective], [typeof i3.MatDialogModule, typeof i4.CommonModule], [typeof i1.DialogSubscribeComponent, typeof i2.OpenSubscribeDialogDirective]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogSubscribeModule>;
|
|
9
10
|
}
|
|
@@ -3,13 +3,13 @@ import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase'
|
|
|
3
3
|
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
4
4
|
import { IResultsState, ITeamReportResultsState } from '../../interfaces/IResultsState';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class TryNowProfessionalComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
7
7
|
private state;
|
|
8
8
|
protected snackBar: MatSnackBar;
|
|
9
9
|
show: boolean;
|
|
10
10
|
subscribeUrl: string;
|
|
11
11
|
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
12
12
|
protected onDataUpdate(data: ITeamReportResultsState): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TryNowProfessionalComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TryNowProfessionalComponent, "trynow-professional", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -6,74 +6,72 @@ import * as i4 from "./components/focusareas/focusareas.component";
|
|
|
6
6
|
import * as i5 from "./components/impact-indicator/impact-indicator.component";
|
|
7
7
|
import * as i6 from "./components/age-indicator/age-indicator.component";
|
|
8
8
|
import * as i7 from "./components/roadmap/roadmap.component";
|
|
9
|
-
import * as i8 from "./components/
|
|
9
|
+
import * as i8 from "./components/trynow-professional/trynow-professional.component";
|
|
10
10
|
import * as i9 from "./components/model/model.component";
|
|
11
11
|
import * as i10 from "./components/quicktips/quicktips.component";
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "./components/
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./components/
|
|
24
|
-
import * as i23 from "./components/
|
|
25
|
-
import * as i24 from "./components/widget-
|
|
26
|
-
import * as i25 from "./components/
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./dialogs/dialog-export-
|
|
30
|
-
import * as i29 from "./dialogs/dialog-export-
|
|
31
|
-
import * as i30 from "./dialogs/dialog-
|
|
32
|
-
import * as i31 from "./dialogs/dialog-
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./components/
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./components/
|
|
39
|
-
import * as i38 from "./components/
|
|
40
|
-
import * as i39 from "./components/
|
|
41
|
-
import * as i40 from "./components/
|
|
42
|
-
import * as i41 from "./components/badge/badge.component";
|
|
43
|
-
import * as i42 from "./components/
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./components/
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./components/
|
|
48
|
-
import * as i47 from "./components/
|
|
49
|
-
import * as i48 from "
|
|
50
|
-
import * as i49 from "
|
|
51
|
-
import * as i50 from "
|
|
52
|
-
import * as i51 from "@
|
|
53
|
-
import * as i52 from "
|
|
54
|
-
import * as i53 from "@angular/material/
|
|
55
|
-
import * as i54 from "@angular/
|
|
56
|
-
import * as i55 from "@angular/
|
|
57
|
-
import * as i56 from "@angular/
|
|
58
|
-
import * as i57 from "@angular/
|
|
59
|
-
import * as i58 from "
|
|
60
|
-
import * as i59 from "@angular/material/
|
|
61
|
-
import * as i60 from "
|
|
62
|
-
import * as i61 from "@angular/material/
|
|
63
|
-
import * as i62 from "
|
|
64
|
-
import * as i63 from "@
|
|
65
|
-
import * as i64 from "../
|
|
66
|
-
import * as i65 from "@
|
|
67
|
-
import * as i66 from "../
|
|
68
|
-
import * as i67 from "
|
|
69
|
-
import * as i68 from "../dialogs/dialog-
|
|
70
|
-
import * as i69 from "../
|
|
71
|
-
import * as i70 from "../dialogs/dialog-
|
|
72
|
-
import * as i71 from "../
|
|
73
|
-
import * as i72 from "../dialogs/dialog-factorinformation/dialog-factorinformation.module";
|
|
74
|
-
import * as i73 from "../guides/guides.module";
|
|
12
|
+
import * as i11 from "./components/model-factor/model-factor.component";
|
|
13
|
+
import * as i12 from "./components/recommendation/recommendation.component";
|
|
14
|
+
import * as i13 from "./components/recommendations/recommendations.component";
|
|
15
|
+
import * as i14 from "./components/model-switcher/model-switcher.component";
|
|
16
|
+
import * as i15 from "./components/research/research.component";
|
|
17
|
+
import * as i16 from "./components/doityourselfworkshops/doityourselfworkshops.component";
|
|
18
|
+
import * as i17 from "./components/doityourself/doityourself.component";
|
|
19
|
+
import * as i18 from "./components/model-factor-breakdown/model-factor-breakdown.component";
|
|
20
|
+
import * as i19 from "./components/footer/footer.component";
|
|
21
|
+
import * as i20 from "./dialogs/dialog-settings/dialog-settings.component";
|
|
22
|
+
import * as i21 from "./components/nav-button/nav-button.component";
|
|
23
|
+
import * as i22 from "./components/termsupdated/termsupdated.component";
|
|
24
|
+
import * as i23 from "./components/widget-factorscore/widget-factorscore.component";
|
|
25
|
+
import * as i24 from "./components/widget-participationrate/widget-participationrate.component";
|
|
26
|
+
import * as i25 from "./components/teameffectiveness/teameffectiveness.component";
|
|
27
|
+
import * as i26 from "./dialogs/dialog-export-factorscores/dialog-export-factorscores.component";
|
|
28
|
+
import * as i27 from "./dialogs/dialog-export-factorscores/dialog-export-factorscores.directive";
|
|
29
|
+
import * as i28 from "./dialogs/dialog-export-teamlist/dialog-export-teamlist.component";
|
|
30
|
+
import * as i29 from "./dialogs/dialog-export-teamlist/dialog-export-teamlist.directive";
|
|
31
|
+
import * as i30 from "./dialogs/dialog-teamfilter/dialog-teamfilters.component";
|
|
32
|
+
import * as i31 from "./dialogs/dialog-teamfilter/dialog-teamfilters.directive";
|
|
33
|
+
import * as i32 from "./components/factor-axis/factor-axis.component";
|
|
34
|
+
import * as i33 from "./components/tip-badge/tip-badge.component";
|
|
35
|
+
import * as i34 from "./dialogs/dialog-notes/dialog-notes.component";
|
|
36
|
+
import * as i35 from "./components/filter-tags/filter-tags.component";
|
|
37
|
+
import * as i36 from "./components/limitationsapply/limitationsapply.component";
|
|
38
|
+
import * as i37 from "./components/factors/factors.component";
|
|
39
|
+
import * as i38 from "./components/trends/trends.component";
|
|
40
|
+
import * as i39 from "./components/badge/badge.component";
|
|
41
|
+
import * as i40 from "./components/badges/badges.component";
|
|
42
|
+
import * as i41 from "./components/badge-streak/badge-streak.component";
|
|
43
|
+
import * as i42 from "./components/update-in-progress/update-in-progress.component";
|
|
44
|
+
import * as i43 from "./dialogs/dialog-modelfilter/dialog-modelfilter.component";
|
|
45
|
+
import * as i44 from "./components/badge-progression/badge-progression.component";
|
|
46
|
+
import * as i45 from "./components/participants/participants.component";
|
|
47
|
+
import * as i46 from "./components/video/video.component";
|
|
48
|
+
import * as i47 from "./components/userprofile/userprofile.component";
|
|
49
|
+
import * as i48 from "@angular/cdk/clipboard";
|
|
50
|
+
import * as i49 from "@swimlane/ngx-charts";
|
|
51
|
+
import * as i50 from "../pipes/slugify/ngx-slugify.module";
|
|
52
|
+
import * as i51 from "@angular/material/dialog";
|
|
53
|
+
import * as i52 from "@angular/material/tooltip";
|
|
54
|
+
import * as i53 from "@angular/material/core";
|
|
55
|
+
import * as i54 from "@angular/router";
|
|
56
|
+
import * as i55 from "@angular/forms";
|
|
57
|
+
import * as i56 from "@angular/material/input";
|
|
58
|
+
import * as i57 from "@angular/material/slide-toggle";
|
|
59
|
+
import * as i58 from "../branding/branding.module";
|
|
60
|
+
import * as i59 from "@angular/material/select";
|
|
61
|
+
import * as i60 from "@angular/material/progress-spinner";
|
|
62
|
+
import * as i61 from "@angular/material/datepicker";
|
|
63
|
+
import * as i62 from "../pipes/dateRange/ngx-dateRange.module";
|
|
64
|
+
import * as i63 from "@ncstate/sat-popover";
|
|
65
|
+
import * as i64 from "../actions/actions.module";
|
|
66
|
+
import * as i65 from "@angular/common";
|
|
67
|
+
import * as i66 from "../dialogs/dialog-support/dialog-support.module";
|
|
68
|
+
import * as i67 from "../dialogs/dialog-subscribe/dialog-subscribe.module";
|
|
69
|
+
import * as i68 from "../dialogs/dialog-resourcedownload/dialog-resourcedownload.module";
|
|
70
|
+
import * as i69 from "../components/loading/loading.module";
|
|
71
|
+
import * as i70 from "../dialogs/dialog-factorinformation/dialog-factorinformation.module";
|
|
72
|
+
import * as i71 from "../guides/guides.module";
|
|
75
73
|
export declare class ResultsModule {
|
|
76
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResultsModule, never>;
|
|
77
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof i1.ArrowComponent, typeof i2.DeltaArrowComponent, typeof i3.BenchmarkIndicatorComponent, typeof i4.FocusAreasComponent, typeof i5.ImpactIndicatorComponent, typeof i6.AgeIndicatorComponent, typeof i7.RoadmapComponent, typeof i8.
|
|
75
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof i1.ArrowComponent, typeof i2.DeltaArrowComponent, typeof i3.BenchmarkIndicatorComponent, typeof i4.FocusAreasComponent, typeof i5.ImpactIndicatorComponent, typeof i6.AgeIndicatorComponent, typeof i7.RoadmapComponent, typeof i8.TryNowProfessionalComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i11.ModelFactorComponent, typeof i12.RecommendationComponent, typeof i13.RecommendationsComponent, typeof i14.ModelSwitcherComponent, typeof i15.ResearchComponent, typeof i16.DoItYourselfWorkshopsComponent, typeof i17.DoItYourselfComponent, typeof i18.ModelFactorBreakdownComponent, typeof i19.FooterComponent, typeof i20.DialogSettingsComponent, typeof i21.NavButtonComponent, typeof i22.TermsUpdatedComponent, typeof i20.OpenSettingsDialogDirective, typeof i23.WidgetFactorScoreComponent, typeof i24.WidgetParticipationRateComponent, typeof i25.TeamEffectivenessComponent, typeof i26.DialogExportFactorScoresComponent, typeof i27.OpenExportFactorScoresDialogDirective, typeof i28.DialogExportTeamListComponent, typeof i29.OpenExportTeamListDialogDirective, typeof i30.DialogTeamFilterComponent, typeof i31.OpenTeamFilterDialogDirective, typeof i32.FactorAxisComponent, typeof i33.TipBadgeComponent, typeof i34.DialogNotesComponent, typeof i35.FilterTagsComponent, typeof i36.LimitationsApplyComponent, typeof i34.OpenNotesDialogDirective, typeof i37.FactorsComponent, typeof i38.TrendsComponent, typeof i39.BadgeComponent, typeof i40.BadgesComponent, typeof i41.BadgeStreakComponent, typeof i42.UpdateInProgressComponent, typeof i43.DialogModelFilterComponent, typeof i43.OpenModelFilterDialog, typeof i44.BadgeProgressionComponent, typeof i45.ParticipantsComponent, typeof i46.VideoComponent, typeof i47.UserProfileComponent], [typeof i48.ClipboardModule, typeof i49.NgxChartsModule, typeof i50.SlugifyPipeModule, typeof i51.MatDialogModule, typeof i52.MatTooltipModule, typeof i53.MatNativeDateModule, typeof i54.RouterModule, typeof i55.FormsModule, typeof i55.ReactiveFormsModule, typeof i53.MatOptionModule, typeof i56.MatInputModule, typeof i57.MatSlideToggleModule, typeof i58.BrandingModule, typeof i59.MatSelectModule, typeof i60.MatProgressSpinnerModule, typeof i61.MatDatepickerModule, typeof i62.DateRangePipeModule, typeof i63.SatPopoverModule, typeof i64.ActionsModule, typeof i65.CommonModule, typeof i66.DialogSupportModule, typeof i67.DialogSubscribeModule, typeof i68.ResourceDownloadModule, typeof i69.LoadingModule, typeof i70.FactorInformationDialogModule, typeof i71.GuidesModule], [typeof i1.ArrowComponent, typeof i2.DeltaArrowComponent, typeof i3.BenchmarkIndicatorComponent, typeof i8.TryNowProfessionalComponent, typeof i6.AgeIndicatorComponent, typeof i4.FocusAreasComponent, typeof i5.ImpactIndicatorComponent, typeof i46.VideoComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i11.ModelFactorComponent, typeof i7.RoadmapComponent, typeof i22.TermsUpdatedComponent, typeof i19.FooterComponent, typeof i21.NavButtonComponent, typeof i12.RecommendationComponent, typeof i14.ModelSwitcherComponent, typeof i13.RecommendationsComponent, typeof i35.FilterTagsComponent, typeof i16.DoItYourselfWorkshopsComponent, typeof i18.ModelFactorBreakdownComponent, typeof i15.ResearchComponent, typeof i36.LimitationsApplyComponent, typeof i17.DoItYourselfComponent, typeof i20.DialogSettingsComponent, typeof i20.OpenSettingsDialogDirective, typeof i25.TeamEffectivenessComponent, typeof i23.WidgetFactorScoreComponent, typeof i24.WidgetParticipationRateComponent, typeof i26.DialogExportFactorScoresComponent, typeof i42.UpdateInProgressComponent, typeof i27.OpenExportFactorScoresDialogDirective, typeof i28.DialogExportTeamListComponent, typeof i29.OpenExportTeamListDialogDirective, typeof i31.OpenTeamFilterDialogDirective, typeof i43.DialogModelFilterComponent, typeof i43.OpenModelFilterDialog, typeof i33.TipBadgeComponent, typeof i37.FactorsComponent, typeof i40.BadgesComponent, typeof i43.DialogModelFilterComponent, typeof i43.OpenModelFilterDialog, typeof i38.TrendsComponent, typeof i39.BadgeComponent, typeof i44.BadgeProgressionComponent, typeof i41.BadgeStreakComponent, typeof i45.ParticipantsComponent, typeof i47.UserProfileComponent]>;
|
|
78
76
|
static ɵinj: i0.ɵɵInjectorDeclaration<ResultsModule>;
|
|
79
77
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export * from './lib/alerts/services/alertClientConfig';
|
|
|
31
31
|
export * from './lib/alerts/services/alerts.service';
|
|
32
32
|
export * from './lib/apiUrlToken';
|
|
33
33
|
export * from './lib/branding/brandBackground.directive';
|
|
34
|
-
export * from './lib/branding/brandConditionalColor.directive';
|
|
35
34
|
export * from './lib/branding/brandConditionalBackgroundColor.directive';
|
|
35
|
+
export * from './lib/branding/brandConditionalColor.directive';
|
|
36
36
|
export * from './lib/branding/brandHoverColor.directive';
|
|
37
37
|
export * from './lib/branding/branding.module';
|
|
38
38
|
export * from './lib/branding/brandingProvider.service';
|
|
@@ -57,22 +57,20 @@ export * from './lib/components/loading/loading.component';
|
|
|
57
57
|
export * from './lib/components/loading/loading.module';
|
|
58
58
|
export * from './lib/components/mat-tags/mat-tags.component';
|
|
59
59
|
export * from './lib/components/mat-tags/mat-tags.module';
|
|
60
|
+
export * from './lib/components/metadata-input/metadata-input.component';
|
|
61
|
+
export * from './lib/components/metadata-input/metadata-input.module';
|
|
62
|
+
export * from './lib/components/multi-email-input/multi-email-input.component';
|
|
63
|
+
export * from './lib/components/multi-email-input/multi-email-input.module';
|
|
60
64
|
export * from './lib/components/paginator/paginator.component';
|
|
61
65
|
export * from './lib/components/paginator/paginator.module';
|
|
66
|
+
export * from './lib/components/quantity-selector/quantity-selector.component';
|
|
67
|
+
export * from './lib/components/quantity-selector/quantity-selector.module';
|
|
62
68
|
export * from './lib/components/select-list/select-list.component';
|
|
63
69
|
export * from './lib/components/select-list/select-list.module';
|
|
64
70
|
export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.component';
|
|
65
71
|
export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.module';
|
|
66
|
-
export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.component';
|
|
67
|
-
export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.module';
|
|
68
72
|
export * from './lib/components/tabnavigator/tabnavigator.component';
|
|
69
73
|
export * from './lib/components/tabnavigator/tabnavigator.module';
|
|
70
|
-
export * from './lib/components/quantity-selector/quantity-selector.component';
|
|
71
|
-
export * from './lib/components/quantity-selector/quantity-selector.module';
|
|
72
|
-
export * from './lib/components/multi-email-input/multi-email-input.component';
|
|
73
|
-
export * from './lib/components/multi-email-input/multi-email-input.module';
|
|
74
|
-
export * from './lib/components/metadata-input/metadata-input.component';
|
|
75
|
-
export * from './lib/components/metadata-input/metadata-input.module';
|
|
76
74
|
export * from './lib/components/topicselector/customCheckValidator';
|
|
77
75
|
export * from './lib/components/topicselector/minTopicsSelectedValidator';
|
|
78
76
|
export * from './lib/components/topicselector/topic-selector.component';
|
|
@@ -97,12 +95,12 @@ export * from './lib/dialogs/dialog-support/dialog-support.directive';
|
|
|
97
95
|
export * from './lib/dialogs/dialog-support/dialog-support.module';
|
|
98
96
|
export * from './lib/directives/backbutton/backbutton.directive';
|
|
99
97
|
export * from './lib/directives/backbutton/backbutton.module';
|
|
98
|
+
export * from './lib/directives/clickableTooltip/clickableTooltip.directive';
|
|
100
99
|
export * from './lib/directives/guards/guards.module';
|
|
101
100
|
export * from './lib/directives/guards/validChangeTokenGuard';
|
|
102
101
|
export * from './lib/directives/guards/validKeyGuard';
|
|
103
102
|
export * from './lib/directives/guards/validSnapshotKeyGuard';
|
|
104
103
|
export * from './lib/directives/guards/validTeamKeyGuard';
|
|
105
|
-
export * from './lib/directives/clickableTooltip/clickableTooltip.directive';
|
|
106
104
|
export * from './lib/errorhandling/error.model';
|
|
107
105
|
export * from './lib/errorhandling/errorHandler';
|
|
108
106
|
export * from './lib/errorhandling/errorService.module';
|
|
@@ -122,13 +120,13 @@ export * from './lib/models/brandingSettingsDto';
|
|
|
122
120
|
export * from './lib/models/channelDto';
|
|
123
121
|
export * from './lib/models/clientInfoDto';
|
|
124
122
|
export * from './lib/models/contextItemDto';
|
|
123
|
+
export * from './lib/models/keyValueDto';
|
|
125
124
|
export * from './lib/models/modelStructureDto';
|
|
126
125
|
export * from './lib/models/paginatedResponse';
|
|
127
126
|
export * from './lib/models/pagingOptions';
|
|
128
127
|
export * from './lib/models/selectListItem';
|
|
129
128
|
export * from './lib/models/userInfoDto';
|
|
130
129
|
export * from './lib/models/userSettingsDto';
|
|
131
|
-
export * from './lib/models/keyValueDto';
|
|
132
130
|
export * from './lib/pipes/callback/callback.module';
|
|
133
131
|
export * from './lib/pipes/callback/callback.pipe';
|
|
134
132
|
export * from './lib/pipes/dateRange/ngx-dateRange.module';
|
|
@@ -140,13 +138,13 @@ export * from './lib/pipes/slugify/ngx-slugify.module';
|
|
|
140
138
|
export * from './lib/pipes/slugify/ngx-slugify.pipe';
|
|
141
139
|
export * from './lib/pipes/truncate/truncate.module';
|
|
142
140
|
export * from './lib/pipes/truncate/truncate.pipe';
|
|
141
|
+
export * from './lib/results/components/age-indicator/age-indicator.component';
|
|
143
142
|
export * from './lib/results/components/arrow/arrow.component';
|
|
144
143
|
export * from './lib/results/components/badge-progression/badge-progression.component';
|
|
145
144
|
export * from './lib/results/components/badge-streak/badge-streak.component';
|
|
146
145
|
export * from './lib/results/components/badge/badge.component';
|
|
147
146
|
export * from './lib/results/components/badges/badges.component';
|
|
148
147
|
export * from './lib/results/components/benchmark-indicator/benchmark-indicator.component';
|
|
149
|
-
export * from './lib/results/components/coachingcenter-teaser/coachingcenter-teaser.component';
|
|
150
148
|
export * from './lib/results/components/delta-arrow/delta-arrow.component';
|
|
151
149
|
export * from './lib/results/components/doityourself/doityourself.component';
|
|
152
150
|
export * from './lib/results/components/doityourselfworkshops/doityourselfworkshops.component';
|
|
@@ -156,7 +154,6 @@ export * from './lib/results/components/filter-tags/filter-tags.component';
|
|
|
156
154
|
export * from './lib/results/components/focusareas/focusareas.component';
|
|
157
155
|
export * from './lib/results/components/footer/footer.component';
|
|
158
156
|
export * from './lib/results/components/impact-indicator/impact-indicator.component';
|
|
159
|
-
export * from './lib/results/components/liberatorkits/liberatorkits.component';
|
|
160
157
|
export * from './lib/results/components/limitationsapply/limitationsapply.component';
|
|
161
158
|
export * from './lib/results/components/model-factor-breakdown/model-factor-breakdown.component';
|
|
162
159
|
export * from './lib/results/components/model-factor/model-factor.component';
|
|
@@ -169,12 +166,11 @@ export * from './lib/results/components/recommendation/recommendation.component'
|
|
|
169
166
|
export * from './lib/results/components/recommendations/recommendations.component';
|
|
170
167
|
export * from './lib/results/components/research/research.component';
|
|
171
168
|
export * from './lib/results/components/roadmap/roadmap.component';
|
|
172
|
-
export * from './lib/results/components/teamdashboard-teaser/teamdashboard-teaser.component';
|
|
173
169
|
export * from './lib/results/components/teameffectiveness/teameffectiveness.component';
|
|
174
170
|
export * from './lib/results/components/termsupdated/termsupdated.component';
|
|
175
|
-
export * from './lib/results/components/age-indicator/age-indicator.component';
|
|
176
171
|
export * from './lib/results/components/tip-badge/tip-badge.component';
|
|
177
172
|
export * from './lib/results/components/trends/trends.component';
|
|
173
|
+
export * from './lib/results/components/trynow-professional/trynow-professional.component';
|
|
178
174
|
export * from './lib/results/components/update-in-progress/update-in-progress.component';
|
|
179
175
|
export * from './lib/results/components/userprofile/userprofile.component';
|
|
180
176
|
export * from './lib/results/components/video/video.component';
|
|
@@ -188,7 +184,6 @@ export * from './lib/results/dialogs/dialog-modelfilter/dialog-modelfilter.compo
|
|
|
188
184
|
export * from './lib/results/dialogs/dialog-settings/dialog-settings.component';
|
|
189
185
|
export * from './lib/results/dialogs/dialog-teamfilter/dialog-teamfilters.component';
|
|
190
186
|
export * from './lib/results/dialogs/dialog-teamfilter/dialog-teamfilters.directive';
|
|
191
|
-
export * from './lib/results/dialogs/dialog-export-teamlist/dialog-export-teamlist.directive';
|
|
192
187
|
export * from './lib/results/interfaces/IResultsState';
|
|
193
188
|
export * from './lib/results/models/badgeDto';
|
|
194
189
|
export * from './lib/results/models/dataSetDto';
|
|
@@ -213,8 +208,8 @@ export * from './lib/results/services/terms.service';
|
|
|
213
208
|
export * from './lib/results/services/trend.service';
|
|
214
209
|
export * from './lib/results/services/userProfile.service';
|
|
215
210
|
export * from './lib/validators/domainValidator';
|
|
216
|
-
export * from './lib/validators/maxSelectedValidator';
|
|
217
211
|
export * from './lib/validators/matchInputValidator';
|
|
212
|
+
export * from './lib/validators/maxSelectedValidator';
|
|
218
213
|
export * from './lib/viewModel/interfaces';
|
|
219
214
|
export * from './lib/viewModel/reloadStrategies/noReloadStrategy';
|
|
220
215
|
export * from './lib/viewModel/reloadStrategies/reloadOnPushStrategy';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { IViewState } from '../../../viewModel/interfaces';
|
|
4
|
-
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class LiberatorKitsComponent extends ComponentWithViewStateBase<IViewState> {
|
|
7
|
-
private state;
|
|
8
|
-
protected snackBar: MatSnackBar;
|
|
9
|
-
show: boolean;
|
|
10
|
-
constructor(state: ViewModelStateBase<IViewState>, snackBar: MatSnackBar);
|
|
11
|
-
protected onDataUpdate(data: IViewState): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LiberatorKitsComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LiberatorKitsComponent, "liberatorkits", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
2
|
-
import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
|
|
3
|
-
import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
|
|
4
|
-
import { IResultsState, ITeamReportResultsState } from '../../interfaces/IResultsState';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TeamDashboardTeaserComponent extends ComponentWithViewStateBase<IResultsState> {
|
|
7
|
-
private state;
|
|
8
|
-
protected snackBar: MatSnackBar;
|
|
9
|
-
show: boolean;
|
|
10
|
-
constructor(state: ViewModelStateBase<ITeamReportResultsState>, snackBar: MatSnackBar);
|
|
11
|
-
protected onDataUpdate(data: ITeamReportResultsState): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TeamDashboardTeaserComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TeamDashboardTeaserComponent, "teamdashboard-teaser", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|