@the-liberators/ngx-scrumteamsurvey-tools 2.3.118 → 2.3.119
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,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-liberators/ngx-scrumteamsurvey-tools",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.119",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.0.5",
|
|
6
6
|
"@angular/core": "^21.0.5",
|
|
7
7
|
"@angular/forms": "^21.0.5",
|
|
8
|
-
"@ncstate/sat-popover": "15.0.0",
|
|
9
8
|
"@swimlane/ngx-charts": "^23.1.0",
|
|
10
9
|
"@angular/material": "^21.0.3",
|
|
11
10
|
"@angular/material-moment-adapter": "^21.0.3",
|
|
@@ -31,12 +31,13 @@ import * as i4 from '@angular/material/form-field';
|
|
|
31
31
|
import * as i5 from '@angular/cdk/clipboard';
|
|
32
32
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
33
33
|
import * as i7 from '@angular/material/checkbox';
|
|
34
|
+
import * as i56 from '@angular/cdk/overlay';
|
|
35
|
+
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
34
36
|
import * as i48 from '@swimlane/ngx-charts';
|
|
35
37
|
import { LegendPosition } from '@swimlane/ngx-charts';
|
|
36
38
|
import { AuthService } from '@auth0/auth0-angular';
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as i62 from '@ncstate/sat-popover';
|
|
39
|
+
import * as i57 from '@angular/material/slide-toggle';
|
|
40
|
+
import * as i60 from '@angular/material/progress-spinner';
|
|
40
41
|
import { ComponentType } from '@angular/cdk/portal';
|
|
41
42
|
|
|
42
43
|
declare abstract class ComponentBase {
|
|
@@ -1945,6 +1946,8 @@ declare class ModelFactorMetricComponent extends ComponentWithViewStateBase<IRes
|
|
|
1945
1946
|
benchmark: FactorScoreCollectionBenchmarkDto;
|
|
1946
1947
|
baseUrl: string;
|
|
1947
1948
|
showMetricResult: boolean;
|
|
1949
|
+
isPopoverOpen: boolean;
|
|
1950
|
+
overlayPositions: ConnectedPosition[];
|
|
1948
1951
|
constructor(state: ViewModelStateBase<IResultsState>, snackBar: MatSnackBar, userSettings: IUserSettingStrategy);
|
|
1949
1952
|
ngOnInit(): void;
|
|
1950
1953
|
toManage($event: any): void;
|
|
@@ -1983,6 +1986,8 @@ declare class ModelFactorIndicatorComponent extends ComponentWithViewStateBase<I
|
|
|
1983
1986
|
expandIndicators: boolean;
|
|
1984
1987
|
InterventionStateEnum: typeof InterventionStateEnum;
|
|
1985
1988
|
settingsSubscription: Subscription;
|
|
1989
|
+
isPopoverOpen: boolean;
|
|
1990
|
+
overlayPositions: ConnectedPosition[];
|
|
1986
1991
|
constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, userSettingService: UserSettingService, snackBar: MatSnackBar, arrowUpdateService: ArrowUpdateService);
|
|
1987
1992
|
ngOnInit(): void;
|
|
1988
1993
|
ngOnDestroy(): void;
|
|
@@ -2014,6 +2019,8 @@ declare class ModelFactorCoreComponent extends ComponentWithViewStateBase<IResul
|
|
|
2014
2019
|
expandIndicators: boolean;
|
|
2015
2020
|
InterventionStateEnum: typeof InterventionStateEnum;
|
|
2016
2021
|
private settingsSubscription;
|
|
2022
|
+
isPopoverOpen: boolean;
|
|
2023
|
+
overlayPositions: ConnectedPosition[];
|
|
2017
2024
|
constructor(state: ViewModelStateBase<IResultsState>, userSettings: IUserSettingStrategy, userSettingService: UserSettingService, snackBar: MatSnackBar, arrowUpdateService: ArrowUpdateService);
|
|
2018
2025
|
ngOnInit(): void;
|
|
2019
2026
|
ngOnDestroy(): void;
|
|
@@ -2785,6 +2792,8 @@ declare class BadgeStreakComponent {
|
|
|
2785
2792
|
showName: boolean;
|
|
2786
2793
|
badge: BadgeDto;
|
|
2787
2794
|
radius: number;
|
|
2795
|
+
isPopoverOpen: boolean;
|
|
2796
|
+
overlayPositions: ConnectedPosition[];
|
|
2788
2797
|
constructor();
|
|
2789
2798
|
getStreakBadgeType(): string;
|
|
2790
2799
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeStreakComponent, never>;
|
|
@@ -2833,6 +2842,8 @@ declare class BadgeProgressionComponent {
|
|
|
2833
2842
|
showName: boolean;
|
|
2834
2843
|
badge: BadgeDto;
|
|
2835
2844
|
radius: number;
|
|
2845
|
+
isPopoverOpen: boolean;
|
|
2846
|
+
overlayPositions: ConnectedPosition[];
|
|
2836
2847
|
constructor();
|
|
2837
2848
|
badgeType(): BadgeTypeEnum;
|
|
2838
2849
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeProgressionComponent, never>;
|
|
@@ -3205,13 +3216,13 @@ declare class GuidesModule {
|
|
|
3205
3216
|
|
|
3206
3217
|
declare class ResultsModule {
|
|
3207
3218
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResultsModule, never>;
|
|
3208
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof ArrowComponent, typeof DeltaArrowComponent, typeof BenchmarkIndicatorComponent, typeof ResultIndicatorComponent, typeof FocusAreasComponent, typeof ImpactIndicatorComponent, typeof AgeIndicatorComponent, typeof RoadmapComponent, typeof TryNowProfessionalComponent, typeof QuickTipsComponent, typeof RecommendationComponent, typeof RecommendationsComponent, typeof ModelSwitcherComponent, typeof ResearchComponent, typeof DoItYourselfWorkshopsComponent, typeof DoItYourselfComponent, typeof FooterComponent, typeof DialogSettingsComponent, typeof NavButtonComponent, typeof TermsUpdatedComponent, typeof OpenSettingsDialogDirective, typeof WidgetFactorScoreComponent, typeof WidgetParticipationRateComponent, typeof TeamEffectivenessComponent, typeof DialogExportFactorScoresComponent, typeof OpenExportFactorScoresDialogDirective, typeof DialogExportTeamListComponent, typeof OpenExportTeamListDialogDirective, typeof DialogTeamFilterComponent, typeof OpenTeamFilterDialogDirective, typeof FactorAxisComponent, typeof TipBadgeComponent, typeof DialogNotesComponent, typeof FilterTagsComponent, typeof LimitationsApplyComponent, typeof OpenNotesDialogDirective, typeof FactorsComponent, typeof TrendsComponent, typeof BadgeComponent, typeof BadgesComponent, typeof BadgeStreakComponent, typeof UpdateInProgressComponent, typeof DialogModelFilterComponent, typeof OpenModelFilterDialog, typeof BadgeProgressionComponent, typeof ParticipantsComponent, typeof VideoComponent, typeof UserProfileComponent], [typeof i5.ClipboardModule, typeof i48.NgxChartsModule, typeof SlugifyPipeModule, typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof i52.MatNativeDateModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof i52.MatOptionModule, typeof i6.MatInputModule, typeof i56.MatSlideToggleModule, typeof BrandingModule, typeof i2.MatSelectModule, typeof
|
|
3219
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultsModule, [typeof ArrowComponent, typeof DeltaArrowComponent, typeof BenchmarkIndicatorComponent, typeof ResultIndicatorComponent, typeof FocusAreasComponent, typeof ImpactIndicatorComponent, typeof AgeIndicatorComponent, typeof RoadmapComponent, typeof TryNowProfessionalComponent, typeof QuickTipsComponent, typeof RecommendationComponent, typeof RecommendationsComponent, typeof ModelSwitcherComponent, typeof ResearchComponent, typeof DoItYourselfWorkshopsComponent, typeof DoItYourselfComponent, typeof FooterComponent, typeof DialogSettingsComponent, typeof NavButtonComponent, typeof TermsUpdatedComponent, typeof OpenSettingsDialogDirective, typeof WidgetFactorScoreComponent, typeof WidgetParticipationRateComponent, typeof TeamEffectivenessComponent, typeof DialogExportFactorScoresComponent, typeof OpenExportFactorScoresDialogDirective, typeof DialogExportTeamListComponent, typeof OpenExportTeamListDialogDirective, typeof DialogTeamFilterComponent, typeof OpenTeamFilterDialogDirective, typeof FactorAxisComponent, typeof TipBadgeComponent, typeof DialogNotesComponent, typeof FilterTagsComponent, typeof LimitationsApplyComponent, typeof OpenNotesDialogDirective, typeof FactorsComponent, typeof TrendsComponent, typeof BadgeComponent, typeof BadgesComponent, typeof BadgeStreakComponent, typeof UpdateInProgressComponent, typeof DialogModelFilterComponent, typeof OpenModelFilterDialog, typeof BadgeProgressionComponent, typeof ParticipantsComponent, typeof VideoComponent, typeof UserProfileComponent], [typeof i5.ClipboardModule, typeof i48.NgxChartsModule, typeof SlugifyPipeModule, typeof i2$2.MatDialogModule, typeof i12.MatTooltipModule, typeof i52.MatNativeDateModule, typeof i3.RouterModule, typeof i3$1.FormsModule, typeof i3$1.ReactiveFormsModule, typeof i52.MatOptionModule, typeof i6.MatInputModule, typeof i56.OverlayModule, typeof i57.MatSlideToggleModule, typeof BrandingModule, typeof i2.MatSelectModule, typeof i60.MatProgressSpinnerModule, typeof i22.MatDatepickerModule, typeof DateRangePipeModule, typeof ActionsModule, typeof i2$1.CommonModule, typeof DialogSupportModule, typeof DialogSubscribeModule, typeof ResourceDownloadModule, typeof LoadingModule, typeof FactorInformationDialogModule, typeof GuidesModule], [typeof ArrowComponent, typeof DeltaArrowComponent, typeof BenchmarkIndicatorComponent, typeof TryNowProfessionalComponent, typeof ResultIndicatorComponent, typeof AgeIndicatorComponent, typeof FocusAreasComponent, typeof ImpactIndicatorComponent, typeof VideoComponent, typeof QuickTipsComponent, typeof RoadmapComponent, typeof TermsUpdatedComponent, typeof FooterComponent, typeof NavButtonComponent, typeof RecommendationComponent, typeof ModelSwitcherComponent, typeof RecommendationsComponent, typeof FilterTagsComponent, typeof DoItYourselfWorkshopsComponent, typeof ResearchComponent, typeof LimitationsApplyComponent, typeof DoItYourselfComponent, typeof DialogSettingsComponent, typeof OpenSettingsDialogDirective, typeof TeamEffectivenessComponent, typeof WidgetFactorScoreComponent, typeof WidgetParticipationRateComponent, typeof DialogExportFactorScoresComponent, typeof UpdateInProgressComponent, typeof OpenExportFactorScoresDialogDirective, typeof DialogExportTeamListComponent, typeof OpenNotesDialogDirective, typeof OpenExportTeamListDialogDirective, typeof OpenTeamFilterDialogDirective, typeof DialogModelFilterComponent, typeof OpenModelFilterDialog, typeof TipBadgeComponent, typeof FactorsComponent, typeof BadgesComponent, typeof DialogModelFilterComponent, typeof OpenModelFilterDialog, typeof TrendsComponent, typeof BadgeComponent, typeof BadgeProgressionComponent, typeof BadgeStreakComponent, typeof ParticipantsComponent, typeof UserProfileComponent]>;
|
|
3209
3220
|
static ɵinj: i0.ɵɵInjectorDeclaration<ResultsModule>;
|
|
3210
3221
|
}
|
|
3211
3222
|
|
|
3212
3223
|
declare class ModelVisualizationModule {
|
|
3213
3224
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModelVisualizationModule, never>;
|
|
3214
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent, typeof ModelFactorBreakdownComponent, typeof OpenIntegrationDialogDirective, typeof DialogIntegrationComponent], [typeof i2$1.CommonModule, typeof i3$1.FormsModule, typeof i3.RouterModule, typeof ResultsModule, typeof
|
|
3225
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModelVisualizationModule, [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBenchmarkComponent, typeof ModelFactorBreakdownComponent, typeof OpenIntegrationDialogDirective, typeof DialogIntegrationComponent], [typeof i2$1.CommonModule, typeof i3$1.FormsModule, typeof i3.RouterModule, typeof ResultsModule, typeof FactorInformationDialogModule, typeof ProgressbarModule, typeof i12.MatTooltipModule, typeof SlugifyPipeModule, typeof DialogSubscribeModule, typeof i4.MatFormFieldModule, typeof i3$1.ReactiveFormsModule, typeof DateRangePipeModule, typeof i56.OverlayModule, typeof i2$2.MatDialogModule], [typeof ModelCanvasComponent, typeof ModelFactorMetricComponent, typeof ModelFactorIndicatorComponent, typeof ModelFactorCoreComponent, typeof ModelFactorBreakdownComponent, typeof ModelFactorBenchmarkComponent, typeof OpenIntegrationDialogDirective, typeof DialogIntegrationComponent]>;
|
|
3215
3226
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModelVisualizationModule>;
|
|
3216
3227
|
}
|
|
3217
3228
|
|