@the-liberators/ngx-scrumteamsurvey-tools 2.3.25 → 2.3.27

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.
@@ -0,0 +1,28 @@
1
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { MatSnackBar } from '@angular/material/snack-bar';
4
+ import { ComponentWithViewStateBase } from '../../../componentWithViewStateBase';
5
+ import { IUserSettingStrategy } from '../../../viewModel/userSettings.service';
6
+ import { ViewModelStateBase } from '../../../viewModel/viewModelState.service';
7
+ import { IResultsState } from '../../interfaces/IResultsState';
8
+ import * as i0 from "@angular/core";
9
+ export declare class DialogTeamFilterComponent extends ComponentWithViewStateBase<IResultsState> {
10
+ tags: string[];
11
+ private state;
12
+ protected userSettings: IUserSettingStrategy;
13
+ protected snackBar: MatSnackBar;
14
+ private dialogRef;
15
+ private formBuilder;
16
+ form: UntypedFormGroup;
17
+ sending: boolean;
18
+ submitted: boolean;
19
+ filterSet: boolean;
20
+ constructor(tags: string[], state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, snackBar: MatSnackBar, dialogRef: MatDialogRef<DialogTeamFilterComponent>, formBuilder: UntypedFormBuilder);
21
+ ngOnInit(): void;
22
+ submit(): Promise<void>;
23
+ clear(): Promise<void>;
24
+ private createForm;
25
+ protected onDataUpdate(data: IResultsState): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialogTeamFilterComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogTeamFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
28
+ }
@@ -0,0 +1,10 @@
1
+ import { MatDialog } from '@angular/material/dialog';
2
+ import * as i0 from "@angular/core";
3
+ export declare class OpenTeamFilterDialogDirective {
4
+ private dialog;
5
+ tags: string[];
6
+ constructor(dialog: MatDialog);
7
+ onClick(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<OpenTeamFilterDialogDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OpenTeamFilterDialogDirective, "[teamFilterDialog]", never, { "tags": { "alias": "tags"; "required": false; }; }, {}, never, never, false, never>;
10
+ }
@@ -30,48 +30,50 @@ import * as i28 from "./dialogs/dialog-export-factorscores/dialog-export-factors
30
30
  import * as i29 from "./dialogs/dialog-export-factorscores/dialog-export-factorscores.directive";
31
31
  import * as i30 from "./dialogs/dialog-export-teamlist/dialog-export-teamlist.component";
32
32
  import * as i31 from "./dialogs/dialog-export-teamlist/dialog-export-teamlist.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/common";
57
- import * as i56 from "@angular/forms";
58
- import * as i57 from "@angular/material/input";
59
- import * as i58 from "@angular/material/slide-toggle";
60
- import * as i59 from "../branding/branding.module";
61
- import * as i60 from "@angular/material/select";
62
- import * as i61 from "@angular/material/progress-spinner";
63
- import * as i62 from "@angular/material/datepicker";
64
- import * as i63 from "../pipes/dateRange/ngx-dateRange.module";
65
- import * as i64 from "@ncstate/sat-popover";
66
- import * as i65 from "../actions/actions.module";
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";
33
+ import * as i32 from "./dialogs/dialog-teamfilter/dialog-teamfilters.component";
34
+ import * as i33 from "./dialogs/dialog-teamfilter/dialog-teamfilters.directive";
35
+ import * as i34 from "./components/factor-axis/factor-axis.component";
36
+ import * as i35 from "./components/tip-badge/tip-badge.component";
37
+ import * as i36 from "./dialogs/dialog-notes/dialog-notes.component";
38
+ import * as i37 from "./components/filter-tags/filter-tags.component";
39
+ import * as i38 from "./components/limitationsapply/limitationsapply.component";
40
+ import * as i39 from "./components/factors/factors.component";
41
+ import * as i40 from "./components/trends/trends.component";
42
+ import * as i41 from "./components/badge/badge.component";
43
+ import * as i42 from "./components/badges/badges.component";
44
+ import * as i43 from "./components/badge-streak/badge-streak.component";
45
+ import * as i44 from "./components/update-in-progress/update-in-progress.component";
46
+ import * as i45 from "./dialogs/dialog-modelfilter/dialog-modelfilter.component";
47
+ import * as i46 from "./components/badge-progression/badge-progression.component";
48
+ import * as i47 from "./components/participants/participants.component";
49
+ import * as i48 from "./components/video/video.component";
50
+ import * as i49 from "./components/userprofile/userprofile.component";
51
+ import * as i50 from "@angular/cdk/clipboard";
52
+ import * as i51 from "@swimlane/ngx-charts";
53
+ import * as i52 from "../pipes/slugify/ngx-slugify.module";
54
+ import * as i53 from "@angular/material/dialog";
55
+ import * as i54 from "@angular/material/tooltip";
56
+ import * as i55 from "@angular/material/core";
57
+ import * as i56 from "@angular/router";
58
+ import * as i57 from "@angular/common";
59
+ import * as i58 from "@angular/forms";
60
+ import * as i59 from "@angular/material/input";
61
+ import * as i60 from "@angular/material/slide-toggle";
62
+ import * as i61 from "../branding/branding.module";
63
+ import * as i62 from "@angular/material/select";
64
+ import * as i63 from "@angular/material/progress-spinner";
65
+ import * as i64 from "@angular/material/datepicker";
66
+ import * as i65 from "../pipes/dateRange/ngx-dateRange.module";
67
+ import * as i66 from "@ncstate/sat-popover";
68
+ import * as i67 from "../actions/actions.module";
69
+ import * as i68 from "../dialogs/dialog-support/dialog-support.module";
70
+ import * as i69 from "../dialogs/dialog-subscribe/dialog-subscribe.module";
71
+ import * as i70 from "../dialogs/dialog-resourcedownload/dialog-resourcedownload.module";
72
+ import * as i71 from "../components/loading/loading.module";
73
+ import * as i72 from "../dialogs/dialog-factorinformation/dialog-factorinformation.module";
74
+ import * as i73 from "../guides/guides.module";
73
75
  export declare class ResultsModule {
74
76
  static ɵfac: i0.ɵɵFactoryDeclaration<ResultsModule, never>;
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.CoachingCenterTeaserComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i11.TeamDashboardTeaserComponent, typeof i12.ModelFactorComponent, typeof i13.RecommendationComponent, typeof i14.RecommendationsComponent, typeof i15.ModelSwitcherComponent, typeof i16.ResearchComponent, typeof i17.DoItYourselfWorkshopsComponent, typeof i18.DoItYourselfComponent, typeof i19.ModelFactorBreakdownComponent, typeof i20.FooterComponent, typeof i21.DialogSettingsComponent, typeof i22.NavButtonComponent, typeof i23.TermsUpdatedComponent, typeof i21.OpenSettingsDialogDirective, typeof i24.WidgetFactorScoreComponent, typeof i25.WidgetParticipationRateComponent, typeof i26.TeamEffectivenessComponent, typeof i27.LiberatorKitsComponent, typeof i28.DialogExportFactorScoresComponent, typeof i29.OpenExportFactorScoresDialogDirective, typeof i30.DialogExportTeamListComponent, typeof i31.OpenExportTeamListDialogDirective, 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.CommonModule, typeof i56.FormsModule, typeof i56.ReactiveFormsModule, typeof i53.MatOptionModule, typeof i57.MatInputModule, typeof i58.MatSlideToggleModule, typeof i59.BrandingModule, typeof i60.MatSelectModule, typeof i61.MatProgressSpinnerModule, typeof i62.MatDatepickerModule, typeof i63.DateRangePipeModule, typeof i64.SatPopoverModule, typeof i65.ActionsModule, typeof i55.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.CoachingCenterTeaserComponent, typeof i6.AgeIndicatorComponent, typeof i4.FocusAreasComponent, typeof i5.ImpactIndicatorComponent, typeof i46.VideoComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i12.ModelFactorComponent, typeof i7.RoadmapComponent, typeof i11.TeamDashboardTeaserComponent, typeof i27.LiberatorKitsComponent, typeof i23.TermsUpdatedComponent, typeof i20.FooterComponent, typeof i22.NavButtonComponent, typeof i13.RecommendationComponent, typeof i15.ModelSwitcherComponent, typeof i14.RecommendationsComponent, typeof i35.FilterTagsComponent, typeof i17.DoItYourselfWorkshopsComponent, typeof i19.ModelFactorBreakdownComponent, typeof i16.ResearchComponent, typeof i36.LimitationsApplyComponent, typeof i18.DoItYourselfComponent, typeof i21.DialogSettingsComponent, typeof i21.OpenSettingsDialogDirective, typeof i26.TeamEffectivenessComponent, typeof i24.WidgetFactorScoreComponent, typeof i25.WidgetParticipationRateComponent, typeof i28.DialogExportFactorScoresComponent, typeof i42.UpdateInProgressComponent, typeof i29.OpenExportFactorScoresDialogDirective, typeof i30.DialogExportTeamListComponent, typeof i31.OpenExportTeamListDialogDirective, 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]>;
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.CoachingCenterTeaserComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i11.TeamDashboardTeaserComponent, typeof i12.ModelFactorComponent, typeof i13.RecommendationComponent, typeof i14.RecommendationsComponent, typeof i15.ModelSwitcherComponent, typeof i16.ResearchComponent, typeof i17.DoItYourselfWorkshopsComponent, typeof i18.DoItYourselfComponent, typeof i19.ModelFactorBreakdownComponent, typeof i20.FooterComponent, typeof i21.DialogSettingsComponent, typeof i22.NavButtonComponent, typeof i23.TermsUpdatedComponent, typeof i21.OpenSettingsDialogDirective, typeof i24.WidgetFactorScoreComponent, typeof i25.WidgetParticipationRateComponent, typeof i26.TeamEffectivenessComponent, typeof i27.LiberatorKitsComponent, typeof i28.DialogExportFactorScoresComponent, typeof i29.OpenExportFactorScoresDialogDirective, typeof i30.DialogExportTeamListComponent, typeof i31.OpenExportTeamListDialogDirective, typeof i32.DialogTeamFilterComponent, typeof i33.OpenTeamFilterDialogDirective, typeof i34.FactorAxisComponent, typeof i35.TipBadgeComponent, typeof i36.DialogNotesComponent, typeof i37.FilterTagsComponent, typeof i38.LimitationsApplyComponent, typeof i36.OpenNotesDialogDirective, typeof i39.FactorsComponent, typeof i40.TrendsComponent, typeof i41.BadgeComponent, typeof i42.BadgesComponent, typeof i43.BadgeStreakComponent, typeof i44.UpdateInProgressComponent, typeof i45.DialogModelFilterComponent, typeof i45.OpenModelFilterDialog, typeof i46.BadgeProgressionComponent, typeof i47.ParticipantsComponent, typeof i48.VideoComponent, typeof i49.UserProfileComponent], [typeof i50.ClipboardModule, typeof i51.NgxChartsModule, typeof i52.SlugifyPipeModule, typeof i53.MatDialogModule, typeof i54.MatTooltipModule, typeof i55.MatNativeDateModule, typeof i56.RouterModule, typeof i57.CommonModule, typeof i58.FormsModule, typeof i58.ReactiveFormsModule, typeof i55.MatOptionModule, typeof i59.MatInputModule, typeof i60.MatSlideToggleModule, typeof i61.BrandingModule, typeof i62.MatSelectModule, typeof i63.MatProgressSpinnerModule, typeof i64.MatDatepickerModule, typeof i65.DateRangePipeModule, typeof i66.SatPopoverModule, typeof i67.ActionsModule, typeof i57.CommonModule, typeof i68.DialogSupportModule, typeof i69.DialogSubscribeModule, typeof i70.ResourceDownloadModule, typeof i71.LoadingModule, typeof i72.FactorInformationDialogModule, typeof i73.GuidesModule], [typeof i1.ArrowComponent, typeof i2.DeltaArrowComponent, typeof i3.BenchmarkIndicatorComponent, typeof i8.CoachingCenterTeaserComponent, typeof i6.AgeIndicatorComponent, typeof i4.FocusAreasComponent, typeof i5.ImpactIndicatorComponent, typeof i48.VideoComponent, typeof i9.ModelComponent, typeof i10.QuickTipsComponent, typeof i12.ModelFactorComponent, typeof i7.RoadmapComponent, typeof i11.TeamDashboardTeaserComponent, typeof i27.LiberatorKitsComponent, typeof i23.TermsUpdatedComponent, typeof i20.FooterComponent, typeof i22.NavButtonComponent, typeof i13.RecommendationComponent, typeof i15.ModelSwitcherComponent, typeof i14.RecommendationsComponent, typeof i37.FilterTagsComponent, typeof i17.DoItYourselfWorkshopsComponent, typeof i19.ModelFactorBreakdownComponent, typeof i16.ResearchComponent, typeof i38.LimitationsApplyComponent, typeof i18.DoItYourselfComponent, typeof i21.DialogSettingsComponent, typeof i21.OpenSettingsDialogDirective, typeof i26.TeamEffectivenessComponent, typeof i24.WidgetFactorScoreComponent, typeof i25.WidgetParticipationRateComponent, typeof i28.DialogExportFactorScoresComponent, typeof i44.UpdateInProgressComponent, typeof i29.OpenExportFactorScoresDialogDirective, typeof i30.DialogExportTeamListComponent, typeof i31.OpenExportTeamListDialogDirective, typeof i33.OpenTeamFilterDialogDirective, typeof i45.DialogModelFilterComponent, typeof i45.OpenModelFilterDialog, typeof i35.TipBadgeComponent, typeof i39.FactorsComponent, typeof i42.BadgesComponent, typeof i45.DialogModelFilterComponent, typeof i45.OpenModelFilterDialog, typeof i40.TrendsComponent, typeof i41.BadgeComponent, typeof i46.BadgeProgressionComponent, typeof i43.BadgeStreakComponent, typeof i47.ParticipantsComponent, typeof i49.UserProfileComponent]>;
76
78
  static ɵinj: i0.ɵɵInjectorDeclaration<ResultsModule>;
77
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.25",
3
+ "version": "2.3.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.6",
6
6
  "@angular/core": "^19.0.6",
@@ -12,7 +12,7 @@
12
12
  "moment": "^2.30.1",
13
13
  "ngx-webstorage-service": "^5.0.0",
14
14
  "rxjs": "^7.8.1",
15
- "zone.js": "0.14.10"
15
+ "zone.js": "0.15.00"
16
16
  },
17
17
  "dependencies": {
18
18
  "tslib": "2.8.0"
package/public-api.d.ts CHANGED
@@ -183,6 +183,9 @@ export * from './lib/results/dialogs/dialog-export-teamlist/dialog-export-teamli
183
183
  export * from './lib/results/dialogs/dialog-export-teamlist/dialog-export-teamlist.directive';
184
184
  export * from './lib/results/dialogs/dialog-modelfilter/dialog-modelfilter.component';
185
185
  export * from './lib/results/dialogs/dialog-settings/dialog-settings.component';
186
+ export * from './lib/results/dialogs/dialog-teamfilter/dialog-teamfilters.component';
187
+ export * from './lib/results/dialogs/dialog-teamfilter/dialog-teamfilters.directive';
188
+ export * from './lib/results/dialogs/dialog-export-teamlist/dialog-export-teamlist.directive';
186
189
  export * from './lib/results/interfaces/IResultsState';
187
190
  export * from './lib/results/models/badgeDto';
188
191
  export * from './lib/results/models/dataSetDto';